.toolbox-hero{
    background:linear-gradient(135deg,#0f172a,#1d4ed8);
    color:#fff;
    padding:70px 20px;
    text-align:center;
}

.toolbox-hero-inner{
    max-width:900px;
    margin:0 auto;
}

.toolbox-hero h1{
    font-size:46px;
    margin:0 0 16px;
}

.toolbox-hero p{
    font-size:20px;
    line-height:1.6;
    margin:0 auto;
    max-width:760px;
    opacity:.95;
}

.toolbox-wrap{
    max-width:1180px;
    margin:0 auto;
    padding:44px 20px 70px;
}

.toolbox-section{
    margin-bottom:48px;
}

.toolbox-section h2{
    font-size:30px;
    margin:0 0 20px;
    color:#0f172a;
}

.toolbox-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.toolbox-card{
    display:block;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:24px;
    text-decoration:none;
    color:#1f2937;
    box-shadow:0 10px 26px rgba(15,23,42,.08);
    transition:.2s ease;
}

.toolbox-card:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 34px rgba(15,23,42,.13);
}

.toolbox-icon{
    font-size:36px;
    margin-bottom:14px;
}

.toolbox-card h3{
    margin:0 0 10px;
    color:#0f172a;
    font-size:22px;
}

.toolbox-card p{
    margin:0 0 18px;
    line-height:1.55;
    color:#475569;
}

.toolbox-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
}

.toolbox-badge{
    display:inline-block;
    background:#e0f2fe;
    color:#075985;
    padding:6px 10px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
}

.toolbox-launch{
    font-weight:800;
    color:#2563eb;
}

.toolbox-section-heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:30px;
    margin-bottom:24px;
}

.toolbox-section-heading h2{
    margin:4px 0 0;
}

.toolbox-section-heading p{
    max-width:520px;
    margin:0;
    color:#64748b;
    line-height:1.65;
}

.toolbox-eyebrow{
    display:block;
    color:#2563eb;
    font-size:13px;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.toolbox-categories{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}

.toolbox-category{
    display:flex;
    flex-direction:column;
    min-height:245px;
    padding:24px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    color:#1f2937;
    text-decoration:none;
    box-shadow:0 10px 26px rgba(15,23,42,.07);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.toolbox-category:hover{
    transform:translateY(-4px);
    border-color:#bfdbfe;
    box-shadow:0 18px 38px rgba(15,23,42,.12);
}

.toolbox-category:focus-visible{
    outline:3px solid rgba(37,99,235,.28);
    outline-offset:4px;
}

.toolbox-category-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:20px;
}

.toolbox-category-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:58px;
    height:58px;
    margin:0;
    border-radius:16px;
    background:#eff6ff;
    font-size:30px;
}

.toolbox-category-count{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:6px 10px;
    border-radius:999px;
    background:#f1f5f9;
    color:#475569;
    font-size:12px;
    font-weight:800;
    text-align:center;
}

.toolbox-category h3{
    margin:0 0 10px;
    color:#0f172a;
    font-size:22px;
}

.toolbox-category p{
    margin:0 0 22px;
    color:#64748b;
    line-height:1.65;
}

.toolbox-category-link{
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:auto;
    color:#2563eb;
    font-weight:900;
}

.toolbox-category-link span{
    display:inline-block;
    transition:transform .2s ease;
}

.toolbox-category:hover .toolbox-category-link span{
    transform:translateX(4px);
}

.toolbox-philosophy{
    margin-top:2em;
    margin-bottom:1em;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:32px;
    color:#334155;
    line-height:1.7;
}

.toolbox-philosophy strong{
    color:#0f172a;
}

@media(max-width:950px){
    .toolbox-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .toolbox-categories{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:650px){
    .toolbox-hero h1{
        font-size:34px;
    }

    .toolbox-hero p{
        font-size:17px;
    }

    .toolbox-grid,
    .toolbox-categories{
        grid-template-columns:1fr;
    }
}

.toolbox-tool-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    padding:36px;
    box-shadow:0 14px 34px rgba(15,23,42,.10);
    text-align:center;
}

.my-ip-label{
    color:#64748b;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:13px;
    margin-bottom:14px;
}

.my-ip-address{
    font-size:46px;
    font-weight:900;
    color:#2563eb;
    background:#eff6ff;
    border:3px solid #2563eb;
    border-radius:16px;
    padding:22px;
    margin:0 auto 24px;
    max-width:720px;
    word-break:break-word;
}

.toolbox-button{
    border:0;
    background:#2563eb;
    color:#fff;
    padding:13px 22px;
    border-radius:999px;
    font-size:16px;
    font-weight:800;
    cursor:pointer;
    margin-bottom:1em;
}

.toolbox-button:hover{
    background:#1d4ed8;
}

.toolbox-details{
    margin-top:32px;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    text-align:left;
}

.toolbox-details div{
    display:grid;
    grid-template-columns:220px 1fr;
    gap:16px;
    border-bottom:1px solid #eef2f7;
    padding-bottom:12px;
}

.toolbox-details strong{
    color:#0f172a;
}

.toolbox-details span{
    color:#475569;
    word-break:break-word;
}

.toolbox-copy-message{
    display:none;
    margin-top:18px;
    color:#166534;
    font-weight:800;
}

@media(max-width:650px){
    .my-ip-address{
        font-size:30px;
    }

    .toolbox-details div{
        grid-template-columns:1fr;
        gap:4px;
    }
}

.password-result{
    font-size:30px;
    font-weight:900;
    color:#2563eb;
    background:#eff6ff;
    border:3px solid #2563eb;
    border-radius:16px;
    padding:22px;
    margin:0 auto 26px;
    max-width:850px;
    word-break:break-all;
}

.tool-form-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    max-width:760px;
    margin:0 auto 26px;
    text-align:left;
}

.tool-form-grid label{
    font-weight:800;
    color:#0f172a;
}

.tool-form-grid input[type="number"]{
    width:100%;
    margin-top:8px;
    padding:12px;
    border:1px solid #cbd5e1;
    border-radius:10px;
    font-size:16px;
}

.checkbox-row{
    display:flex;
    align-items:center;
    gap:10px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:14px;
}

.checkbox-row input{
    width:18px;
    height:18px;
}

.tool-actions{
    display:flex;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
}

.toolbox-button.secondary{
    background:#0f172a;
}

.toolbox-button.secondary:hover{
    background:#334155;
}

.strength-box{
    margin:30px auto 0;
    max-width:760px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:22px;
    text-align:left;
}

.strength-box strong{
    display:block;
    font-size:20px;
    color:#0f172a;
    margin-bottom:8px;
}

.strength-box span{
    display:block;
    color:#475569;
    font-weight:700;
    margin-bottom:12px;
}

.strength-bar{
    height:14px;
    background:#e5e7eb;
    border-radius:999px;
    overflow:hidden;
    margin-bottom:12px;
}

.strength-bar div{
    height:100%;
    background:#22c55e;
    width:0;
    transition:width .25s ease;
}

.strength-box p{
    margin:0;
    color:#475569;
    line-height:1.6;
}

@media(max-width:650px){
    .password-result{
        font-size:22px;
    }

    .tool-form-grid{
        grid-template-columns:1fr;
    }
}

.toolbox-icon-large{

    font-size:72px;

    margin-bottom:20px;

}

.toolbox-info-box{

    background:#f8fafc;

    border-left:5px solid #2563eb;

    padding:24px;

    border-radius:12px;

    margin:30px 0;

}

.toolbox-info-box strong{

    display:block;

    font-size:20px;

    color:#0f172a;

    margin-bottom:10px;

}

.toolbox-info-box p{

    margin:0;

    color:#475569;

    line-height:1.7;

}

.toolbox-section-title{

    font-size:30px;

    margin:40px 0 20px;

    color:#0f172a;

}

.toolbox-footer{

    margin-top:1.5em;

    padding:50px;

    text-align:center;

    background:#0f172a;

    color:#fff;

    border-radius:20px;

}

.toolbox-footer h2{

    margin-top:0;

    font-size:34px;

}

.toolbox-footer p{

    max-width:700px;

    margin:20px auto 35px;

    line-height:1.8;

    opacity:.95;

}

.toolbox-textarea{
    width:100%;
    min-height:220px;
    padding:18px;
    border:1px solid #cbd5e1;
    border-radius:14px;
    font-size:16px;
    font-family:Consolas, Monaco, monospace;
    resize:vertical;
    margin-bottom:20px;
}

.toolbox-output{
    text-align:left;
    background:#0f172a;
    color:#e5e7eb;
    padding:22px;
    border-radius:14px;
    overflow:auto;
    min-height:160px;
    margin-top:24px;
    font-family:Consolas, Monaco, monospace;
    white-space:pre-wrap;
}

.toolbox-icon-large{
    font-size:72px;
    margin-bottom:20px;
}

.toolbox-category-icon{
    font-size:32px;
    margin-bottom:10px;
}

.toolbox-breadcrumb{
    max-width:1180px;
    margin:22px auto 0;
    padding:0 20px;
    font-size:14px;
    color:#64748b;
}

.toolbox-breadcrumb a{
    color:#2563eb;
    text-decoration:none;
    font-weight:700;
}

.toolbox-breadcrumb a:hover{
    text-decoration:underline;
}

.toolbox-breadcrumb span{
    font-weight:700;
}

.toolbox-breadcrumb-separator{
    margin:0 8px;
    color:#94a3b8;
}

.toolbox-search-form{
    display:flex;
    gap:12px;
    max-width:760px;
    margin:0 auto 36px;
    flex-wrap:wrap;
}

.toolbox-search-form input{
    flex:1;
    min-width:240px;
    padding:14px 16px;
    border:1px solid #cbd5e1;
    border-radius:999px;
    font-size:16px;
}

.toolbox-category-hero{
    background:linear-gradient(135deg,#0f172a,#1d4ed8);
    color:#fff;
    padding:60px 20px;
    text-align:center;
}

.toolbox-category-hero h1{
    margin:0 0 14px;
    font-size:42px;
}

.toolbox-category-hero p{
    max-width:720px;
    margin:0 auto;
    font-size:18px;
    line-height:1.65;
    opacity:.95;
}

@media(max-width:650px){
    .toolbox-category-hero h1{
        font-size:32px;
    }
}

@media(max-width:950px){
    .toolbox-categories{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:650px){
    .toolbox-section-heading{
        align-items:flex-start;
        flex-direction:column;
        gap:10px;
    }

    .toolbox-categories{
        grid-template-columns:1fr;
    }

    .toolbox-category{
        min-height:auto;
    }
}

.my-ip-tool{
    max-width:1000px;
    margin:0 auto;
}

.my-ip-heading{
    margin-bottom:24px;
    text-align:center;
}

.my-ip-heading-label{
    display:block;
    color:#0f172a;
    font-size:22px;
    font-weight:900;
}

.my-ip-heading p{
    margin:8px 0 0;
    color:#64748b;
    line-height:1.6;
}

.my-ip-main-message{
    display:block;
    min-height:24px;
    margin:16px 0 0;
    opacity:0;
    visibility:hidden;
    transform:translateY(4px);
    transition:
        opacity .2s ease,
        transform .2s ease,
        visibility .2s ease;
}

.my-ip-main-message.is-visible{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.my-ip-info-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:30px;
    text-align:left;
}

.my-ip-info-row{
    min-width:0;
    padding:17px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-radius:13px;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.my-ip-info-row:hover{
    border-color:#bfdbfe;
    box-shadow:0 8px 18px rgba(15,23,42,.06);
    transform:translateY(-1px);
}

.my-ip-info-wide{
    grid-column:1 / -1;
}

.my-ip-info-label{
    display:block;
    margin-bottom:7px;
    color:#64748b;
    font-size:13px;
    font-weight:700;
}

.my-ip-info-value{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    color:#111827;
    font-weight:800;
}

.my-ip-info-value span{
    min-width:0;
    overflow-wrap:anywhere;
}

.my-ip-copy-small{
    flex:0 0 auto;
    min-height:32px;
    padding:6px 10px;
    border:0;
    border-radius:8px;
    background:#e0ecff;
    color:#1d4ed8;
    font-size:12px;
    font-weight:900;
    cursor:pointer;
    transition:
        background .2s ease,
        transform .2s ease;
}

.my-ip-copy-small:hover{
    background:#c7ddff;
    transform:translateY(-1px);
}

.my-ip-copy-small:focus-visible{
    outline:3px solid rgba(37,99,235,.25);
    outline-offset:2px;
}

.my-ip-note{
    margin-top:28px;
    padding:18px 20px;
    border-radius:13px;
    background:#f8fafc;
    color:#64748b;
    font-size:14px;
    line-height:1.7;
    text-align:left;
}

.my-ip-note strong{
    color:#0f172a;
}

@media(max-width:700px){
    .my-ip-info-grid{
        grid-template-columns:1fr;
    }

    .my-ip-info-wide{
        grid-column:auto;
    }

    .my-ip-info-value{
        align-items:flex-start;
    }
}

.toolbox-quick-fact{

    display:flex;

    gap:20px;

    align-items:flex-start;

    margin:35px 0;

    padding:24px;

    border-radius:16px;

    background:#fff8db;

    border:1px solid #fde68a;
}

.toolbox-quick-fact-icon{

    font-size:34px;

    flex-shrink:0;
}

.toolbox-quick-fact-content h3{

    margin:0 0 8px;

    color:#92400e;
}

.toolbox-quick-fact-content p{

    margin:0;

    color:#78350f;

    line-height:1.7;
}

.password-checker{
    max-width:1100px;
    margin:0 auto;
}

.password-privacy-note{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:28px;
    padding:18px 20px;
    border:1px solid #bbf7d0;
    border-radius:15px;
    background:#f0fdf4;
    text-align:left;
}

.password-privacy-icon{
    flex:0 0 auto;
    font-size:30px;
}

.password-privacy-note strong{
    display:block;
    margin-bottom:5px;
    color:#166534;
    font-size:17px;
}

.password-privacy-note p{
    margin:0;
    color:#3f6212;
    line-height:1.65;
}

.password-checker-input-group{
    max-width:850px;
    margin:0 auto 28px;
    text-align:left;
}

.password-checker-input-group > label{
    display:block;
    margin-bottom:9px;
    color:#0f172a;
    font-weight:900;
}

.password-checker-input-wrap{
    display:flex;
    align-items:stretch;
    overflow:hidden;
    border:2px solid #cbd5e1;
    border-radius:14px;
    background:#fff;
    transition:border-color .2s ease, box-shadow .2s ease;
}

.password-checker-input-wrap:focus-within{
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.12);
}

.password-checker-input-wrap input{
    flex:1;
    min-width:0;
    padding:16px 18px;
    border:0;
    outline:0;
    font-size:18px;
    font-family:inherit;
}

.password-visibility-button{
    min-width:78px;
    padding:0 18px;
    border:0;
    border-left:1px solid #e2e8f0;
    background:#f8fafc;
    color:#1d4ed8;
    font-weight:900;
    cursor:pointer;
}

.password-visibility-button:hover{
    background:#eff6ff;
}

.password-input-help{
    margin:9px 0 0;
    color:#64748b;
    font-size:13px;
    line-height:1.55;
}

.password-score-panel{
    max-width:850px;
    margin:0 auto 28px;
    padding:24px;
    border:1px solid #e2e8f0;
    border-radius:17px;
    background:#f8fafc;
    text-align:left;
}

.password-score-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    margin-bottom:18px;
}

.password-score-label{
    display:block;
    margin-bottom:5px;
    color:#64748b;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.password-rating{
    color:#475569;
    font-size:28px;
    font-weight:900;
}

.password-rating.excellent,
.password-rating.strong{
    color:#15803d;
}

.password-rating.moderate{
    color:#a16207;
}

.password-rating.weak,
.password-rating.very-weak{
    color:#b91c1c;
}

.password-score-number{
    color:#0f172a;
    font-size:34px;
    font-weight:900;
    white-space:nowrap;
}

.password-score-number span{
    color:#94a3b8;
    font-size:15px;
}

.password-strength-track{
    height:14px;
    overflow:hidden;
    border-radius:999px;
    background:#e2e8f0;
}

.password-strength-fill{
    width:0;
    height:100%;
    border-radius:inherit;
    background:#94a3b8;
    transition:width .25s ease, background .25s ease;
}

.password-strength-fill.excellent{
    background:#16a34a;
}

.password-strength-fill.strong{
    background:#22c55e;
}

.password-strength-fill.moderate{
    background:#eab308;
}

.password-strength-fill.weak{
    background:#f97316;
}

.password-strength-fill.very-weak{
    background:#dc2626;
}

.password-score-message{
    margin-top:13px;
    color:#475569;
    line-height:1.6;
}

.password-metrics-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-bottom:28px;
}

.password-metric{
    padding:18px;
    border:1px solid #e2e8f0;
    border-radius:14px;
    background:#fff;
    text-align:left;
}

.password-metric-label{
    display:block;
    margin-bottom:7px;
    color:#64748b;
    font-size:13px;
    font-weight:700;
}

.password-metric strong{
    color:#0f172a;
    line-height:1.4;
}

.password-analysis-layout{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
    text-align:left;
}

.password-analysis-card{
    padding:24px;
    border:1px solid #e2e8f0;
    border-radius:17px;
    background:#fff;
}

.password-card-heading{
    margin-bottom:19px;
}

.password-card-heading h2{
    margin:4px 0 0;
    color:#0f172a;
    font-size:23px;
}

.password-section-eyebrow{
    display:block;
    color:#2563eb;
    font-size:12px;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.password-check-list,
.password-recommendations{
    display:flex;
    flex-direction:column;
    gap:11px;
}

.password-check-item,
.password-recommendation{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:14px;
    border:1px solid #e2e8f0;
    border-radius:12px;
    background:#f8fafc;
}

.password-check-icon,
.password-recommendation-icon{
    display:flex;
    flex:0 0 auto;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    border-radius:50%;
    font-weight:900;
}

.password-check-item.passed .password-check-icon,
.password-recommendation.success .password-recommendation-icon{
    background:#dcfce7;
    color:#166534;
}

.password-check-item.warning .password-check-icon,
.password-recommendation.warning .password-recommendation-icon{
    background:#fee2e2;
    color:#991b1b;
}

.password-recommendation.tip .password-recommendation-icon{
    background:#fef3c7;
    color:#92400e;
}

.password-check-item strong,
.password-recommendation strong{
    display:block;
    margin-bottom:4px;
    color:#0f172a;
}

.password-check-item p,
.password-recommendation p{
    margin:0;
    color:#64748b;
    font-size:14px;
    line-height:1.55;
}

.password-empty-state{
    padding:20px;
    border:1px dashed #cbd5e1;
    border-radius:12px;
    color:#64748b;
    line-height:1.65;
}

.password-challenge{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin-top:28px;
    padding:25px;
    border:1px solid #bfdbfe;
    border-radius:17px;
    background:#eff6ff;
    text-align:left;
}

.password-challenge h2{
    margin:4px 0 7px;
    color:#0f172a;
}

.password-challenge p{
    max-width:660px;
    margin:0;
    color:#475569;
    line-height:1.6;
}

.password-challenge-score{
    flex:0 0 auto;
    min-width:120px;
    text-align:center;
}

.password-challenge-score strong{
    display:block;
    color:#1d4ed8;
    font-size:42px;
    line-height:1;
}

.password-challenge-score span{
    display:block;
    margin-top:6px;
    color:#64748b;
    font-size:13px;
    font-weight:800;
}

@media(max-width:900px){
    .password-metrics-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .password-analysis-layout{
        grid-template-columns:1fr;
    }
}

@media(max-width:650px){
    .password-score-top,
    .password-challenge{
        align-items:flex-start;
        flex-direction:column;
    }

    .password-metrics-grid{
        grid-template-columns:1fr;
    }

    .password-score-number{
        font-size:28px;
    }

    .password-rating{
        font-size:24px;
    }

    .password-checker-input-wrap input{
        font-size:16px;
    }

    .password-challenge-score{
        min-width:auto;
        text-align:left;
    }
}










