:root{--blue:#1688f8;--blue-dark:#0876df;--blue-soft:#eaf4ff;--text:#303133;--muted:#7f8792;--line:#e1e5ea;--soft:#f7f8fa;--page:#f5f7fa;--danger:#d94b4b;--success:#25a45b}*{box-sizing:border-box}html{background:var(--page);scroll-behavior:smooth}body{background:var(--page);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,sans-serif}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.site-shell{min-height:100vh}.site-header{z-index:50;border-top:4px solid var(--blue);background:#fffffff7;border-bottom:1px solid #d9dde2;align-items:center;height:74px;padding:0 22px;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #2030400a}.site-brand{color:inherit;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.brand-mark{background:var(--blue);color:#fff;letter-spacing:-1px;border-radius:50%;place-items:center;width:46px;height:46px;font-size:17px;font-weight:800;display:grid;box-shadow:0 5px 14px #1688f838}.site-brand>span:last-child{flex-direction:column;display:flex}.site-brand strong{color:#3b3f44;font-size:23px;font-weight:500;line-height:1.05}.site-brand small{color:#9298a0;letter-spacing:2px;margin-top:3px;font-size:11px}.header-date{color:#60666d;font-variant-numeric:tabular-nums;margin-left:auto;font-size:13px}.header-date:before{content:"▣";color:#a9afb6;margin-right:7px}.navigation-toggle{color:#4f565e;cursor:pointer;background:#fff;border:1px solid #d8dde3;border-radius:5px;margin-left:auto;padding:8px 13px;display:none}.site-layout{grid-template-columns:220px minmax(0,1fr);min-height:calc(100vh - 74px);display:grid}.tool-sidebar{scrollbar-width:thin;background:#fff;border-right:1px solid #dfe3e8;height:calc(100vh - 74px);padding:16px 10px 30px;position:sticky;top:74px;overflow-y:auto}.tool-sidebar section{margin-top:20px}.tool-sidebar h2{color:#a0a6ad;letter-spacing:1.5px;margin:0 8px 8px;font-size:11px;font-weight:600}.tool-sidebar section>div{gap:7px;display:grid}.tool-sidebar a{color:#41464c;text-align:left;cursor:pointer;background:#fff;border:1px solid #d7dce1;border-radius:4px;align-items:center;gap:8px;width:100%;min-height:38px;padding:7px 10px;font-size:13px;text-decoration:none;transition:border-color .18s,color .18s,background .18s;display:flex}.tool-sidebar a span{color:#9aa1a9;text-align:center;letter-spacing:-.2px;width:38px;font-size:9px;font-weight:700}.tool-sidebar a:hover,.tool-sidebar a.active{border-color:var(--blue);color:var(--blue-dark);background:#f3f9ff}.tool-sidebar a.active span{color:var(--blue)}.tool-sidebar .home-navigation{min-height:42px;font-weight:700}.main-content{min-width:0;padding:36px 36px 50px}.lookup-page{width:min(760px,100%);margin:0 auto;scroll-margin-top:98px}.page-heading{text-align:center}.page-heading h1{color:var(--blue);letter-spacing:-1.5px;margin:0;font-size:40px;font-weight:800;line-height:1.25}.page-heading h1 span{letter-spacing:-2px}.page-heading h2{color:#303133;margin:7px 0 0;font-size:22px;font-weight:700;line-height:1.4}.current-summary{min-height:26px;margin-top:4px;font-size:16px;line-height:1.6}.current-summary p{margin:0}.current-summary strong{font-weight:400}.bracket{color:#606266}.from-label{margin-left:4px}.current-ip{appearance:none;color:#00e;cursor:pointer;background:0 0;border:0;margin:0 2px;padding:0;text-decoration:underline}.current-ip:hover{color:#551a8b}.self-error{color:var(--danger)}.search-form{border:2px solid var(--blue);background:#fff;border-radius:4px;grid-template-columns:minmax(0,1fr) 102px;width:calc(100% - 24px);margin:48px auto 0;display:grid;overflow:hidden}.search-form:focus-within{box-shadow:0 0 0 3px #1688f81f}.search-form input{min-width:0;height:42px;color:var(--text);background:#fff;border:0;outline:0;padding:0 10px;font-size:14px}.search-form input::placeholder{color:#909399}.search-form button{background:var(--blue);color:#fff;cursor:pointer;border:0;height:42px;font-size:15px;font-weight:700}.search-form button:hover:not(:disabled){background:var(--blue-dark)}.search-form button:disabled{opacity:.76;cursor:wait}.error-message{width:calc(100% - 24px);color:var(--danger);background:#fff6f6;border:1px solid #f4c7c7;border-radius:5px;margin:10px auto 0;padding:9px 12px;font-size:13px}.client-details{background:#fff;border:1px solid #e0e4e8;border-radius:9px;margin:20px 24px 0;overflow:hidden}.client-details>summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:14px;min-height:46px;padding:8px 13px;list-style:none;display:flex}.client-details>summary::-webkit-details-marker{display:none}.client-details>summary:hover{background:#f8fbff}.client-details[open]>summary{background:#fafbfc;border-bottom:1px solid #e4e8ec}.client-details-title{align-items:baseline;gap:10px;min-width:0;display:flex}.client-details-title strong{color:#3d434a;font-size:14px}.client-details-title small{color:#9aa1a8;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.client-details-action{color:var(--blue-dark);flex:none;align-items:center;gap:7px;font-size:12px;display:flex}.client-details-action i{border-bottom:1.5px solid;border-right:1.5px solid;width:8px;height:8px;transition:transform .18s;display:block;transform:rotate(45deg)translateY(-2px)}.client-details .action-open,.client-details[open] .action-closed{display:none}.client-details[open] .action-open{display:inline}.client-details[open] .client-details-action i{transform:rotate(225deg)translate(-1px,-1px)}.client-card{background:#f3f4f6;grid-template-columns:1fr 1fr;column-gap:20px;padding:10px;display:grid}.client-row{border-bottom:1px dotted #d6d8dc;grid-template-columns:82px minmax(0,1fr);align-items:center;min-width:0;min-height:33px;font-size:14px;display:grid}.client-row:nth-last-child(-n+2){border-bottom:0}.client-row span{color:#909399;text-align:right;white-space:nowrap;padding-right:10px}.client-row strong{color:#303133;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:400;overflow:hidden}.privacy-note{color:#a5abb2;text-align:right;background:#f3f4f6;margin:0;padding:7px 12px 9px;font-size:11px}.result-card{background:#fff;border:1px solid #e0e4e8;border-radius:9px;margin:24px 24px 0;overflow:hidden}.result-heading{background:#fafafa;border-bottom:1px solid #e9ebee;justify-content:space-between;align-items:center;min-height:45px;padding:0 15px;display:flex}.result-heading h2{margin:0;font-size:16px;font-weight:700}.result-heading-actions{align-items:center;gap:9px;display:flex}.result-heading-actions>span{background:var(--blue-soft);color:var(--blue-dark);border-radius:3px;padding:3px 7px;font-size:11px}.refresh-lookup-button{color:#667381;cursor:pointer;background:#fff;border:1px solid #cbd8e5;border-radius:4px;padding:3px 7px;font-size:11px}.refresh-lookup-button:hover:not(:disabled){border-color:var(--blue);color:var(--blue-dark)}.refresh-lookup-button:disabled{opacity:.65;cursor:wait}.detail-grid{grid-template-columns:1fr 1fr;column-gap:18px;padding:7px 10px 11px;transition:opacity .2s;display:grid}.detail-grid.is-loading{opacity:.46}.detail-row{border-bottom:1px dotted #dedfe2;grid-template-columns:82px minmax(0,1fr);align-items:center;min-width:0;min-height:36px;font-size:13px;display:grid}.detail-row-wide{grid-column:1/-1}.detail-row span{color:#909399;text-align:right;white-space:nowrap;padding-right:10px}.detail-row strong,.detail-ip{overflow-wrap:anywhere;color:#303133;min-width:0;font-weight:400}.detail-ip{color:#00e;cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;text-decoration:underline}.result-placeholder{color:var(--muted);text-align:center;margin:0;padding:24px;font-size:13px}.tool-hub{width:min(980px,100%);margin:34px auto 0;scroll-margin-top:96px}.tool-page{width:min(980px,100%);margin:0 auto}.breadcrumbs{color:#969da5;align-items:center;gap:8px;font-size:12px;display:flex}.breadcrumbs a{color:#58738d;text-decoration:none}.breadcrumbs a:hover{color:var(--blue-dark);text-decoration:underline}.tool-page-heading{background:linear-gradient(135deg,#fff 0%,#f5faff 100%);border:1px solid #dfe5eb;border-radius:9px;align-items:center;gap:17px;margin-top:20px;padding:22px 24px;display:flex}.tool-page-mark{background:var(--blue);color:#fff;border-radius:14px;flex:none;place-items:center;width:62px;height:62px;font-size:12px;font-weight:800;display:grid;box-shadow:0 7px 18px #1688f833}.tool-page-heading p{color:var(--blue);letter-spacing:1.4px;margin:0;font-size:11px;font-weight:700}.tool-page-heading h1{color:#30363c;margin:5px 0 0;font-size:28px;line-height:1.3}.tool-page-heading div>span{color:#77818b;margin-top:7px;font-size:13px;line-height:1.65;display:block}.standalone-tool-workspace{margin-top:18px}.section-title-row{justify-content:space-between;align-items:end;gap:20px;margin-bottom:14px;display:flex}.section-title-row span{color:var(--blue);letter-spacing:1.5px;font-size:12px;font-weight:700}.section-title-row h2{color:#30343a;margin:3px 0 0;font-size:22px}.section-title-row p{color:#979da4;margin:0 0 3px;font-size:12px}.network-shortcuts{background:#fff;border:1px solid #dce1e6;border-radius:7px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.network-shortcuts button{color:#40464d;cursor:pointer;background:#fff;border:1px solid #e5e8eb;border-top:0;border-left:0;justify-content:center;align-items:center;gap:8px;min-height:54px;font-size:13px;display:flex}.network-shortcuts button:nth-child(4n){border-right:0}.network-shortcuts button:nth-last-child(-n+4){border-bottom:0}.network-shortcuts button span{color:#9aa1a8;min-width:35px;font-size:10px;font-weight:800}.network-shortcuts button:hover{color:var(--blue-dark);background:#f7fbff}.network-shortcuts button.active{background:var(--blue);color:#fff}.network-shortcuts button.active span{color:#dceeff}.quick-query-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;display:grid}.quick-query-grid form{background:#fff;border:1px solid #dce1e6;border-radius:7px;overflow:hidden}.quick-query-grid h3{color:#454a50;background:#fafafa;border-bottom:1px solid #e4e7ea;margin:0;padding:10px 12px;font-size:14px;font-weight:600}.quick-query-grid h3:before{content:"";background:var(--blue);vertical-align:-4px;border-radius:2px;width:3px;height:18px;margin-right:8px;display:inline-block}.quick-query-grid form>div{grid-template-columns:minmax(0,1fr) 72px;gap:8px;padding:12px;display:grid}.quick-query-grid input{border:1px solid #d8dde2;border-radius:4px;outline:0;min-width:0;height:34px;padding:0 10px;font-size:13px}.quick-query-grid input:focus{border-color:var(--blue);box-shadow:0 0 0 2px #1688f81a}.quick-query-grid button{color:#41464c;cursor:pointer;background:linear-gradient(#fff,#f1f3f5);border:1px solid #cfd5db;border-radius:4px}.quick-query-grid button:hover{border-color:var(--blue);color:var(--blue-dark)}.tool-workspace{background:#fff;border:1px solid #dce1e6;border-radius:8px;margin-top:16px;scroll-margin-top:92px;overflow:hidden;box-shadow:0 8px 28px #2334450d}.tool-workspace>header{background:#fafbfc;border-bottom:1px solid #e3e7ea;align-items:center;gap:12px;min-height:68px;padding:13px 16px;display:flex}.tool-mark{background:var(--blue-soft);width:42px;height:42px;color:var(--blue-dark);border-radius:8px;flex:none;place-items:center;font-size:10px;font-weight:800;display:grid}.tool-workspace>header h2{color:#343940;margin:0;font-size:17px}.tool-workspace>header p{color:#8c939b;margin:4px 0 0;font-size:12px}.tool-workspace-body{padding:18px}.tool-form{align-items:stretch;gap:8px;display:flex}.tool-form input,.tool-form select{color:#373c42;background:#fff;border:1px solid #d5dbe1;border-radius:4px;outline:0;height:38px;padding:0 10px;font-size:13px}.tool-form input{flex:1;min-width:0}.tool-form select{min-width:92px}.tool-form input:focus,.tool-form select:focus,.reference-search input:focus,.tool-textarea:focus{border-color:var(--blue);box-shadow:0 0 0 2px #1688f81a}.tool-form button,.tool-actions button,.password-settings>button{border:1px solid var(--blue);background:var(--blue);color:#fff;cursor:pointer;border-radius:4px;min-width:82px;padding:0 15px}.tool-form button:disabled{opacity:.7;cursor:wait}.tool-form .secondary-form-button{color:#4d5359;background:#fff;border-color:#cfd5db}.proxy-check-form{grid-template-columns:minmax(0,1fr) 104px 168px 108px;align-items:end;gap:10px;display:grid}.proxy-mode-tabs{background:#f7f9fb;border:1px solid #cfd8e1;border-radius:6px;margin-bottom:16px;display:inline-flex;overflow:hidden}.proxy-mode-tabs button{color:#68727c;cursor:pointer;background:0 0;border:0;border-left:1px solid #dbe1e6;min-width:108px;min-height:36px;padding:0 15px}.proxy-mode-tabs button:first-child{border-left:0}.proxy-mode-tabs button.active{background:var(--blue);color:#fff;font-weight:700}.proxy-check-form>label{color:#69727b;gap:6px;min-width:0;font-size:11px;display:grid}.proxy-check-form input,.proxy-check-form select{color:#373c42;background:#fff;border:1px solid #d5dbe1;border-radius:4px;outline:0;width:100%;min-width:0;height:38px;padding:0 10px;font-size:13px}.proxy-check-form input:focus,.proxy-check-form select:focus{border-color:var(--blue);box-shadow:0 0 0 2px #1688f81a}.proxy-check-form>button{border:1px solid var(--blue);background:var(--blue);color:#fff;cursor:pointer;border-radius:4px;height:38px}.proxy-check-form>button:hover:not(:disabled){background:var(--blue-dark)}.proxy-check-form>button:disabled{opacity:.72;cursor:wait}.proxy-auth-details{grid-column:1/-1;padding:0 2px}.proxy-auth-details summary{color:#75818c;cursor:pointer;width:fit-content;font-size:12px}.proxy-auth-details>div{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.proxy-auth-details label{color:#7d858d;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:6px;font-size:12px;display:grid}.proxy-safety-note{color:#949ca4;margin:10px 1px 0;font-size:11px;line-height:1.7}.proxy-check-panel>.proxy-clear-button{color:#45627e;cursor:pointer;background:#f5f8fc;border:1px solid #ccd8e5;border-radius:6px;margin-top:16px;padding:8px 14px;font-size:13px}.proxy-check-panel>.proxy-clear-button:hover{background:#eaf2fb}.proxy-check-panel>.proxy-clear-button:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.proxy-batch-form{background:#fafbfc;border:1px solid #dce2e7;border-radius:7px;overflow:hidden}.proxy-batch-heading{border-bottom:1px solid #e3e7ea;justify-content:space-between;align-items:center;min-height:42px;padding:9px 12px;display:flex}.proxy-batch-heading label{color:#454e57;font-size:13px;font-weight:700}.proxy-batch-heading span{color:#9098a0;font-size:11px}.proxy-batch-form textarea{resize:vertical;color:#333a41;background:#fff;border:0;border-bottom:1px solid #e3e7ea;outline:0;width:100%;min-height:210px;padding:12px;font:12px/1.75 SFMono-Regular,Consolas,monospace;display:block}.proxy-batch-form textarea:focus{box-shadow:inset 0 0 0 2px #1688f829}.proxy-batch-actions{grid-template-columns:178px minmax(0,1fr) 130px;align-items:end;gap:12px;padding:11px 12px;display:grid}.proxy-batch-actions label{color:#737c85;gap:5px;font-size:11px;display:grid}.proxy-batch-actions select{background:#fff;border:1px solid #d3d9df;border-radius:4px;height:36px;padding:0 9px}.proxy-batch-actions p{color:#8d959d;margin:0 0 4px;font-size:11px;line-height:1.6}.proxy-batch-actions button{border:1px solid var(--blue);background:var(--blue);color:#fff;cursor:pointer;border-radius:4px;height:36px}.proxy-batch-actions button:disabled{opacity:.7;cursor:wait}.proxy-batch-result{background:#fff;border:1px solid #dce3e8;border-radius:7px;margin-top:16px;overflow:hidden}.proxy-batch-result>header{background:#f7fafc;justify-content:space-between;align-items:center;gap:15px;min-height:50px;padding:9px 12px;display:flex}.proxy-batch-result>header div{gap:3px;display:grid}.proxy-batch-result>header strong{color:#3d464e;font-size:14px}.proxy-batch-result>header span,.proxy-batch-result>header b{color:#7e8891;font-size:11px;font-weight:400}.proxy-batch-table{min-width:760px}.proxy-batch-table td{vertical-align:middle}.proxy-batch-table td:nth-child(5){max-width:310px}.proxy-status{white-space:nowrap;border-radius:10px;padding:3px 7px;font-size:10px}.proxy-status.is-up{color:#21874b;background:#e8f7ee}.proxy-status.is-down{color:#c54747;background:#fff0f0}.proxy-check-result{background:#fff;border:1px solid #dfe4e8;border-radius:7px;margin-top:16px;overflow:hidden}.proxy-check-result>header{background:#fafbfc;border-bottom:1px solid #e6e9ec;justify-content:space-between;align-items:center;gap:15px;min-height:48px;padding:9px 12px;display:flex}.proxy-check-result>header>div{align-items:center;gap:8px;display:flex}.proxy-check-result>header i{background:#a2a9af;border-radius:50%;flex:none;width:9px;height:9px;box-shadow:0 0 0 4px #8c959d1f}.proxy-check-result>header strong{color:#3d444b;font-size:14px}.proxy-check-result>header span{color:#838b93;overflow-wrap:anywhere;font-size:11px}.proxy-check-result.is-reachable{border-color:#cce6d6}.proxy-check-result.is-reachable>header{background:#f5fbf7}.proxy-check-result.is-reachable>header i{background:var(--success);box-shadow:0 0 0 4px #25a45b1f}.proxy-check-result.is-unreachable{border-color:#f0d3d3}.proxy-check-result.is-unreachable>header{background:#fff8f8}.proxy-check-result.is-unreachable>header i{background:var(--danger);box-shadow:0 0 0 4px #d94b4b1a}.proxy-result-grid{border:0;border-radius:0;margin:0}.proxy-failure-detail{padding:17px}.proxy-failure-detail strong{color:#b24141;font-size:13px;display:block}.proxy-failure-detail span{color:#7d858d;margin-top:7px;font-size:12px;display:block}.proxy-failure-detail p{color:#969da4;margin:8px 0 0;font-size:11px;line-height:1.7}.tool-message{margin:10px 0 0;font-size:12px;line-height:1.6}.tool-message-error{color:var(--danger)}.tool-message-muted{color:#8d949c}.tool-result-block{margin-top:14px}.result-summary-line{color:#5c6873;background:#f3f8fd;border-radius:5px 5px 0 0;justify-content:space-between;gap:10px;min-height:34px;padding:8px 10px;font-size:12px;display:flex}.result-summary-line span:first-child{color:#26333e;font-weight:600}.result-source{color:#a0a6ad;margin:8px 2px 0;font-size:11px}.empty-result{background:var(--soft);color:#8b929a;text-align:center;border-radius:5px;margin:12px 0 0;padding:16px;font-size:13px}.data-table-wrap{border:1px solid #e1e5e9;border-radius:0 0 5px 5px;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:12px}.data-table th{color:#858c94;text-align:left;white-space:nowrap;background:#fafafa;padding:9px 10px;font-weight:600}.data-table td{color:#41474d;vertical-align:top;border-top:1px solid #edf0f2;padding:9px 10px}.data-table code{color:#1c5f9e;overflow-wrap:anywhere}.value-with-copy{justify-content:space-between;align-items:start;gap:8px;min-width:220px;display:flex}.copy-button{color:#535a61;cursor:pointer;background:#fff;border:1px solid #cfd5db;border-radius:4px;min-height:32px;padding:0 12px}.copy-button:hover{border-color:var(--blue);color:var(--blue-dark)}.copy-button.compact{flex:none;min-width:46px;min-height:25px;padding:0 7px;font-size:11px}.record-list{border:1px solid #e2e6ea;border-radius:5px;margin:0;padding:0;list-style:none}.record-list li{border-top:1px solid #edf0f2;grid-template-columns:minmax(150px,.7fr) minmax(0,1fr);gap:14px;padding:10px 12px;font-size:12px;display:grid}.record-list li:first-child{border-top:0}.record-list strong{color:#353b41}.record-list code{color:#3275b3;overflow-wrap:anywhere}.result-definition-grid{border:1px solid #e1e5e9;border-radius:6px;grid-template-columns:1fr 1fr;margin:14px 0 0;display:grid;overflow:hidden}.result-definition-grid>div{border-bottom:1px solid #edf0f2;border-right:1px solid #edf0f2;grid-template-columns:82px minmax(0,1fr);align-items:center;min-width:0;min-height:45px;padding:9px 11px;display:grid}.result-definition-grid>div:nth-child(2n){border-right:0}.result-definition-grid dt{color:#8c939a;font-size:12px}.result-definition-grid dd{color:#333a41;overflow-wrap:anywhere;justify-content:space-between;align-items:center;gap:8px;min-width:0;margin:0;font-size:12px;display:flex}.result-definition-grid code{color:#1d659f;overflow-wrap:anywhere}.tool-textarea{resize:vertical;color:#31363c;border:1px solid #d5dbe1;border-radius:5px;outline:0;width:100%;min-height:220px;padding:12px;font-size:13px;line-height:1.55}.compact-textarea{min-height:110px}.tool-actions{gap:8px;margin-top:10px;display:flex}.tool-actions button{min-height:34px}.tool-actions button.secondary{color:#4d5359;background:#fff;border-color:#cfd5db}.ip-converter-results,.url-parser-results{grid-template-columns:1fr}.ip-converter-results>div,.url-parser-results>div{border-right:0}.ip-converter-results code,.url-parser-results code{word-break:break-all}.url-parameter-table{border-radius:5px;margin-top:12px}.hash-actions select{background:#fff;border:1px solid #cfd5db;border-radius:4px;min-width:118px;padding:0 9px}.hash-result{align-items:flex-start}.hash-result code{word-break:break-all}.uuid-settings{align-items:end;gap:9px;display:flex}.uuid-settings label{color:#6f7881;gap:5px;font-size:11px;display:grid}.uuid-settings input{border:1px solid #d4dae0;border-radius:4px;width:110px;height:36px;padding:0 9px}.uuid-settings>button{border:1px solid var(--blue);background:var(--blue);color:#fff;cursor:pointer;border-radius:4px;min-height:36px;padding:0 16px}.uuid-list{border:1px solid #e0e5e9;border-radius:6px;margin:14px 0 0;padding:0;list-style:none;overflow:hidden}.uuid-list li{border-top:1px solid #edf0f2;justify-content:space-between;align-items:center;gap:10px;min-height:42px;padding:7px 10px;display:flex}.uuid-list li:first-child{border-top:0}.uuid-list code{color:#225f91;overflow-wrap:anywhere;font-size:12px}.jwt-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;display:grid}.jwt-grid article{background:#17222d;border:1px solid #dce2e7;border-radius:6px;min-width:0;overflow:hidden}.jwt-grid header{color:#8fc6f5;border-bottom:1px solid #34414c;padding:8px 11px;font-size:11px;font-weight:700}.jwt-grid pre{color:#dce8f2;min-height:190px;margin:0;padding:11px;font-size:11px;line-height:1.6;overflow:auto}.jwt-warning{color:#a26e2a}.dns-provider-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.dns-provider{border:1px solid #e0e4e8;border-radius:6px;overflow:hidden}.dns-provider header{background:#f7f9fb;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.dns-provider header strong{font-size:13px}.dns-provider header span{color:#969da5;font-size:10px}.dns-provider>div{border-top:1px solid #edf0f2;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:34px;padding:6px 9px;font-size:11px;display:grid}.dns-provider>div>span{color:#969da5}.dns-provider code{color:#1d659f;overflow-wrap:anywhere;min-width:0}.panel-note{color:#969da5;grid-column:1/-1;margin:4px 1px 0;font-size:11px;line-height:1.6}.official-service-note{border-left:3px solid var(--blue);background:#f6faff;border-radius:4px;margin-top:15px;padding:15px}.official-service-note strong{color:#3b4752;font-size:13px}.official-service-note p{color:#7e8891;margin:7px 0 0;font-size:12px;line-height:1.7}.rdap-result-grid{border-radius:0 0 6px 6px}.rdap-nameservers{background:#fafcfd;border:1px solid #e0e6eb;border-radius:6px;margin-top:12px;padding:13px}.rdap-nameservers>strong{color:#4b555e;font-size:12px}.rdap-nameservers>div{flex-wrap:wrap;gap:7px;margin-top:8px;display:flex}.rdap-nameservers code{color:#266493;background:#eef5fb;border-radius:4px;padding:5px 8px;font-size:11px}.reference-search{align-items:center;gap:10px;margin-bottom:10px;display:flex}.reference-search input{border:1px solid #d5dbe1;border-radius:4px;outline:0;flex:1;min-width:0;height:38px;padding:0 10px}.reference-search span{color:#949ba2;font-size:12px}.reference-table-wrap{border-radius:5px;max-height:430px;overflow:auto}.reference-table-wrap thead{z-index:1;position:sticky;top:0}.password-settings{align-items:center;gap:18px;display:flex}.password-settings>label:first-child{color:#686f77;grid-template-columns:auto 30px 1fr;align-items:center;gap:7px;min-width:260px;font-size:13px;display:grid}.password-settings input[type=range]{min-width:140px;accent-color:var(--blue)}.check-label{color:#686f77;white-space:nowrap;align-items:center;gap:6px;font-size:13px;display:flex}.password-settings>button{min-height:36px;margin-left:auto}.generated-secret{background:#f7fbff;border:1px solid #dce6ef;border-radius:6px;justify-content:space-between;align-items:center;gap:15px;margin-top:14px;padding:15px;display:flex}.generated-secret code{color:#174f80;overflow-wrap:anywhere;font-size:15px}.api-list{border:1px solid #e0e4e8;border-radius:6px;overflow:hidden}.api-list>div{border-top:1px solid #edf0f2;grid-template-columns:140px 42px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:43px;padding:7px 10px;font-size:12px;display:grid}.api-list>div:first-child{border-top:0}.api-list span{color:#4d555d}.api-list b{color:var(--success);font-size:10px}.api-list code{color:#1d659f;overflow-wrap:anywhere}.api-example{margin-top:12px}.api-example>span{color:#8e959d;font-size:12px}.api-example pre{color:#d9e6f2;background:#18222d;border-radius:5px;margin:6px 0 0;padding:13px;font-size:12px;line-height:1.6;overflow-x:auto}.seo-guide{background:#fff;border:1px solid #dfe5eb;border-radius:9px;width:min(980px,100%);margin:34px auto 0;padding:24px}.seo-guide>header>p{color:var(--blue);letter-spacing:1.5px;margin:0;font-size:11px;font-weight:700}.seo-guide>header h2{color:#30363c;margin:6px 0 0;font-size:21px;line-height:1.45}.seo-guide>header>span{color:#7e8790;margin-top:7px;font-size:13px;line-height:1.7;display:block}.seo-guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.seo-guide-grid article{background:#fafbfd;border:1px solid #e4e8ec;border-radius:7px;padding:15px}.seo-guide-grid h3{color:#3b4249;margin:0;font-size:14px}.seo-guide-grid p{color:#747d86;margin:8px 0 0;font-size:12px;line-height:1.8}.seo-faq{margin-top:22px}.seo-faq>h2{color:#383f46;margin:0 0 9px;font-size:17px}.seo-faq details{border-top:1px solid #e7eaed}.seo-faq details:last-child{border-bottom:1px solid #e7eaed}.seo-faq summary{color:#474e55;cursor:pointer;padding:12px 2px;font-size:13px;font-weight:600}.seo-faq details p{color:#7a838c;margin:-2px 2px 13px;font-size:12px;line-height:1.8}.related-tools{background:#fff;border:1px solid #dfe5eb;border-radius:8px;width:min(980px,100%);margin:20px auto 0;padding:15px}.related-tools>strong{color:#515960;font-size:13px}.related-tools>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.related-tools a{color:#48515a;border:1px solid #dce2e7;border-radius:5px;align-items:center;gap:7px;min-height:38px;padding:7px 10px;font-size:12px;text-decoration:none;display:flex}.related-tools a span{color:#89939d;text-align:center;min-width:36px;font-size:9px;font-weight:800}.related-tools a:hover{border-color:var(--blue);color:var(--blue-dark);background:#f5faff}footer{text-align:center;border-top:1px solid #e0e4e8;width:min(980px,100%);margin:28px auto 0;padding-top:16px}footer p{color:#60676e;margin:0;font-size:12px}footer span{color:#a4aab0;margin-top:4px;font-size:11px;display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:1100px){.site-layout{grid-template-columns:190px minmax(0,1fr)}.main-content{padding-left:24px;padding-right:24px}.tool-sidebar{padding-left:8px;padding-right:8px}}@media (max-width:900px){.site-header{height:68px;padding-left:14px;padding-right:14px}.brand-mark{width:40px;height:40px}.site-brand strong{font-size:20px}.navigation-toggle{display:block}.header-date{display:none}.site-layout{min-height:calc(100vh - 68px);display:block}.tool-sidebar{z-index:45;border-right:0;width:auto;height:auto;padding:14px;display:none;position:fixed;inset:68px 0 0;box-shadow:0 18px 30px #1c2a382e}.tool-sidebar.is-open{display:block}.tool-sidebar section>div{grid-template-columns:1fr 1fr}.main-content{padding:28px 18px 40px}.seo-guide-grid{grid-template-columns:1fr 1fr}}@media (max-width:680px){.main-content{padding:22px 10px 30px}.page-heading h1{font-size:34px}.page-heading h2{font-size:19px}.current-summary{font-size:14px}.current-summary p{display:inline}.search-form{grid-template-columns:minmax(0,1fr) 82px;width:100%;margin-top:38px}.client-details,.result-card{margin-left:0;margin-right:0}.client-card{grid-template-columns:1fr;padding:8px 12px}.client-row:nth-last-child(-n+2){border-bottom:1px dotted #d6d8dc}.client-row:last-child{border-bottom:0}.privacy-note{text-align:left}.detail-grid{grid-template-columns:1fr;padding-left:12px;padding-right:12px}.detail-row-wide{grid-column:auto}.section-title-row{align-items:start}.section-title-row h2{font-size:19px}.section-title-row p{display:none}.network-shortcuts{grid-template-columns:1fr 1fr}.network-shortcuts button:nth-child(2n),.network-shortcuts button:nth-child(4n){border-right:0}.network-shortcuts button:nth-last-child(-n+4){border-bottom:1px solid #e5e8eb}.network-shortcuts button:nth-last-child(-n+2){border-bottom:0}.quick-query-grid{grid-template-columns:1fr}.tool-workspace-body{padding:14px}.tool-form{flex-wrap:wrap}.tool-form input{flex-basis:calc(100% - 108px)}.tool-form select{min-width:92px}.proxy-check-form{grid-template-columns:minmax(0,1fr) 92px}.proxy-check-form>label:nth-of-type(3),.proxy-check-form>button{grid-column:auto}.proxy-auth-details{grid-column:1/-1}.proxy-batch-actions{grid-template-columns:1fr 1fr}.proxy-batch-actions p{grid-area:2/1/auto/-1}.jwt-grid{grid-template-columns:1fr}.result-summary-line{flex-direction:column;gap:3px}.result-definition-grid{grid-template-columns:1fr}.result-definition-grid>div{border-right:0}.record-list li{grid-template-columns:1fr;gap:5px}.dns-provider-grid{grid-template-columns:1fr}.seo-guide{padding:18px 14px}.seo-guide-grid{grid-template-columns:1fr}.related-tools>div{grid-template-columns:1fr 1fr}.panel-note{grid-column:auto}.password-settings{flex-direction:column;align-items:stretch;gap:12px}.password-settings>label:first-child{grid-template-columns:auto 30px minmax(0,1fr);min-width:0}.password-settings>button{min-height:38px;margin-left:0}.api-list>div{grid-template-columns:1fr 42px auto}.api-list code{grid-column:1/-1}}@media (max-width:420px){.site-brand small{display:none}.page-heading h1{font-size:31px}.page-heading h2{margin-top:4px;font-size:18px}.current-summary{margin-top:6px}.from-label{margin-top:1px;display:block}.search-form{margin-top:30px}.client-row,.detail-row{grid-template-columns:76px minmax(0,1fr)}.client-details-title small{display:none}.tool-page-heading{align-items:flex-start;padding:17px}.tool-page-mark{border-radius:10px;width:48px;height:48px}.tool-page-heading h1{font-size:22px}.tool-sidebar section>div,.related-tools>div{grid-template-columns:1fr}.quick-query-grid form>div{grid-template-columns:minmax(0,1fr) 64px}.tool-workspace>header{align-items:flex-start}.tool-workspace>header p{line-height:1.5}.tool-form input{flex-basis:100%}.tool-form button{flex:1}.generated-secret{flex-direction:column;align-items:stretch}.proxy-check-form{grid-template-columns:1fr}.proxy-check-form>label:nth-of-type(3),.proxy-check-form>button,.proxy-auth-details{grid-column:auto}.proxy-auth-details>div{grid-template-columns:1fr}.proxy-check-result>header{flex-direction:column;align-items:flex-start;gap:5px}.proxy-mode-tabs{width:100%}.proxy-mode-tabs button{flex:1;min-width:0}.proxy-batch-actions{grid-template-columns:1fr}.proxy-batch-actions p{grid-area:auto}.proxy-batch-result>header{flex-direction:column;align-items:flex-start}.uuid-settings{flex-direction:column;align-items:stretch}.uuid-settings input{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}.directory-page,.utility-page{color:#273447;max-width:1120px;margin:0 auto;padding:36px 32px 64px;font-size:16px;line-height:1.65}.directory-page h1,.utility-heading h1{color:#183047;margin:8px 0 12px;font-size:30px;line-height:1.3}.page-intro,.utility-heading p{color:#586b7f;max-width:780px;margin:0 0 24px}.category-label{color:#1475ce;font-size:14px;font-weight:600}.breadcrumbs{color:#667a8e;flex-wrap:wrap;gap:10px;margin-bottom:24px;font-size:14px;display:flex}.breadcrumbs a,.related-tools>a{color:#096ebf;text-decoration:none}.directory-search{align-items:center;gap:14px;margin:24px 0;display:flex}.directory-search input{background:#fff;border:1px solid #b6cadd;border-radius:8px;flex:1;max-width:580px;padding:12px 16px;font-size:16px}.category-tabs{flex-wrap:wrap;gap:10px;margin:24px 0 36px;display:flex}.category-tabs a{color:#246292;background:#fff;border:1px solid #c7daeb;border-radius:7px;padding:9px 15px;font-size:14px;text-decoration:none}.directory-section{margin:32px 0 40px}.category-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:15px;display:flex}.category-heading h2{margin:0;font-size:21px}.category-heading p{color:#6a798a;margin:3px 0;font-size:14px}.category-heading>a{color:#1274c7;white-space:nowrap;font-size:14px}.tool-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.directory-card{color:#253c53;background:#fff;border:1px solid #dce5ee;border-radius:10px;flex-direction:column;gap:9px;padding:22px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.directory-card:hover{border-color:#7eb8ee;box-shadow:0 4px 14px #1371b90c}.directory-card strong{font-size:16px;font-weight:600}.directory-card span{color:#65768a;font-size:14px;line-height:1.7}.tool-sidebar .nav-category{border-bottom:1px solid #e3eaf1;padding:9px 0}.tool-sidebar .nav-category summary{cursor:pointer;list-style:revert;color:#34516b;padding:10px 12px;font-size:15px;font-weight:600}.nav-category summary small{float:right;color:#77899b;font-weight:400}.tool-sidebar .nav-category>div{flex-direction:column;gap:3px;padding:5px;display:flex}.tool-sidebar .nav-category a{white-space:normal;text-align:left;color:#54677b;background:0 0;border:0;border-radius:5px;padding:9px 12px;font-size:14px;text-decoration:none;display:block}.tool-sidebar .nav-category a:hover,.tool-sidebar .nav-category a.active{color:#086bbe;background:#e9f3fe}.tool-sidebar .nav-category .category-all{color:#1679c6;font-size:13px}.directory-navigation{color:#0d72c5;padding:13px;font-weight:600;text-decoration:none;display:block}.site-footer{color:#748296;border-top:1px solid #e3eaf1;flex-wrap:wrap;justify-content:center;gap:20px;padding:24px;font-size:13px;display:flex}.site-footer a{color:#48677e;text-decoration:none}.tool-surface{background:#fff;border:1px solid #dbe5ef;border-radius:12px;margin:24px 0;padding:26px}.utility-form fieldset{border:0;min-width:0;margin:0;padding:0}.utility-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.utility-fields label,.result-text{color:#3d5266;flex-direction:column;gap:8px;font-size:14px;font-weight:500;display:flex}.utility-fields input,.utility-fields select,.utility-fields textarea,.result-text textarea,.media-options input,.media-options select,.media-options textarea{box-sizing:border-box;color:#263d51;width:100%;font:inherit;background:#fff;border:1px solid #bfcfdd;border-radius:6px;min-width:0;padding:11px 12px;font-size:16px;line-height:1.5}.utility-fields input:focus,.utility-fields textarea:focus,.utility-fields select:focus{outline-offset:1px;outline:2px solid #72b4ed}.wide-field{grid-column:1/-1}.utility-fields textarea,.result-text textarea{resize:vertical}.utility-actions,.result-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin:24px 0 0;display:flex}.tool-surface button,.media-actions button,.interactive-tools button{cursor:pointer;color:#fff;background:#147fe4;border:1px solid #137dde;border-radius:6px;padding:10px 17px;font-size:14px}.tool-surface button:disabled{cursor:wait;opacity:.6}.tool-surface button.secondary-button,.secondary-button{color:#306589;background:#fff;border-color:#bfcfdd}.utility-error{color:#a22525;overflow-wrap:anywhere;background:#fff1f0;border:1px solid #f0b7b6;border-radius:6px;margin-top:18px;padding:13px 16px}.utility-note{color:#627589;overflow-wrap:anywhere;background:#f4f8fc;border-radius:6px;margin:18px 0 0;padding:13px 16px;font-size:14px}.utility-result{border-top:1px solid #e2eaf2;margin-top:30px;padding-top:4px}.result-toolbar h2{margin-right:auto;font-size:20px}.utility-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:20px 0;display:grid}.utility-metrics>div{background:#f7faff;border:1px solid #e1eaf3;border-radius:8px;padding:16px}.utility-metrics dt{color:#6a7b8c;margin-bottom:7px;font-size:14px}.utility-metrics dd{color:#1e5486;overflow-wrap:anywhere;margin:0;font-size:20px;font-weight:600}.utility-table-wrap{border:1px solid #dde6ef;border-radius:7px;max-height:580px;margin:20px 0;overflow:auto}.utility-table-wrap table{border-collapse:collapse;text-align:left;width:100%;font-size:14px}.utility-table-wrap th{white-space:nowrap;background:#edf4fb;position:sticky;top:0}.utility-table-wrap td,.utility-table-wrap th{white-space:pre-wrap;overflow-wrap:anywhere;border-bottom:1px solid #e3eaf1;min-width:85px;padding:11px 14px}.diff-add td{color:#215b30;background:#eaf9ed}.diff-remove td{color:#8a2420;background:#fff0ef}.result-text{margin-top:20px}.result-text textarea{font-family:ui-monospace,monospace;font-size:14px}.utility-guide{background:#fff;border:1px solid #dce6ef;border-radius:10px;margin:32px 0;padding:26px}.utility-guide h2,.related-tools h2{margin:0 0 15px;font-size:21px}.utility-guide h3{margin:23px 0 8px;font-size:16px}.utility-guide p,.utility-guide li{color:#566a7d;font-size:15px}.utility-guide li{margin-bottom:8px}.utility-guide details{border-top:1px solid #e2eaf1;padding:14px 0}.utility-guide summary{cursor:pointer;font-size:15px}.related-tools .tool-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:18px}.media-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.media-options label{flex-direction:column;gap:8px;font-size:14px;display:flex}.file-picker{background:#f5faff;border:1px dashed #92b9d7;border-radius:8px;margin-bottom:20px;padding:25px;display:block}.file-picker input{max-width:100%;margin-top:12px;display:block}.file-order{padding:0;list-style:none}.file-order li{align-items:center;gap:8px;margin-bottom:8px;font-size:14px;display:flex}.file-order span{overflow-wrap:anywhere;flex:1}.file-order button{padding:3px 9px}.media-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:22px;display:grid}.media-output{overflow-wrap:anywhere;border:1px solid #dce6ef;border-radius:8px;padding:16px}.media-output img{object-fit:contain;max-width:100%;max-height:300px;margin:10px auto;display:block}.media-output a{color:#0c71c4;margin-top:8px;display:inline-block}.media-output p{font-size:14px}.redaction-canvas{touch-action:none;cursor:crosshair;border:1px solid #aabbce;max-width:100%;height:auto;margin-top:20px;display:block}.timer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px;display:grid}.timer-card{border:1px solid #dce6ef;border-radius:8px;padding:20px}.timer-value{font-variant-numeric:tabular-nums;color:#175d95;font-size:36px}.typing-reference{white-space:pre-wrap;overflow-wrap:anywhere;background:#f6f9fc;padding:16px;font-size:18px;line-height:2}.typing-correct{color:#237a35;background:#e6f5e9}.typing-wrong{color:#a62929;background:#fdd}.utility-progress{color:#356d98;margin-top:14px}@media (max-width:1100px){.tool-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.directory-page,.utility-page{padding:26px 22px}}@media (max-width:640px){.directory-page,.utility-page{padding:24px 14px}.utility-fields,.utility-metrics,.media-options,.timer-grid,.tool-card-grid,.related-tools .tool-card-grid,.media-results{grid-template-columns:1fr}.tool-surface,.utility-guide{padding:18px}.directory-page h1,.utility-heading h1{font-size:26px}.category-heading{align-items:flex-start}.utility-metrics dd{font-size:18px}.directory-search{display:block}.directory-search input{box-sizing:border-box;width:100%;margin-top:8px}}
.modern-shell{color:#172b43;background:#f7f9fc;min-height:100vh}.modern-shell a:focus-visible,.modern-shell button:focus-visible{outline-offset:4px;outline:3px solid #67aaf4}.skip-content{z-index:110;color:#fff;background:#153151;border-radius:8px;padding:12px 20px;text-decoration:none;position:fixed;top:-80px;left:20px}.skip-content:focus{top:12px}.topbar{z-index:70;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border-bottom:1px solid #e6ebf2;position:sticky;top:0}.topbar-inner{align-items:center;gap:42px;max-width:1240px;height:82px;margin:auto;padding:0 40px;display:flex}.modern-shell .site-brand{flex-shrink:0;gap:12px}.brand-symbol{color:#fff;letter-spacing:-2px;background:#152e4d;border-radius:13px;justify-content:center;align-items:center;width:44px;height:44px;padding-bottom:5px;font-size:30px;font-weight:700;display:flex}.brand-symbol>span{color:#72bbff}.modern-shell .site-brand strong{color:#172e49;font-size:19px;font-weight:700;line-height:1.4}.modern-shell .site-brand small{letter-spacing:2px;color:#7b899a;margin-top:1px;font-size:10px}.top-links{align-items:center;gap:30px;height:100%;margin-left:auto;display:flex}.top-links a{color:#627184;white-space:nowrap;align-items:center;height:100%;font-size:14px;text-decoration:none;display:flex;position:relative}.top-links a:hover,.top-links a[aria-current]{color:#1766ca}.top-links a[aria-current]:after{content:"";background:#267ce2;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:0;right:0}.browse-toggle{color:#fff;cursor:pointer;white-space:nowrap;background:#17324f;border:1px solid #17324f;border-radius:9px;align-items:center;gap:9px;padding:11px 15px;font-size:13px;display:flex}.browse-toggle:hover,.browse-toggle[aria-expanded=true]{background:#24476e}.browse-toggle>svg{width:17px;height:17px}.chevron{border-bottom:1.5px solid;border-right:1.5px solid;width:6px;height:6px;margin:-3px 2px 0 5px;transition:transform .2s;transform:rotate(45deg)}.chevron.open{margin-top:3px;transform:rotate(225deg)}.category-panel{overscroll-behavior:contain;background:#fff;border:1px solid #e1e8f0;border-radius:18px;width:min(1100px,100vw - 48px);max-height:calc(100dvh - 108px);padding:26px;position:absolute;top:calc(100% + 12px);left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 24px 70px #10284426}.category-panel[hidden]{display:none}.panel-heading{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:16px;padding:0 4px 22px;display:flex}.panel-heading>div{flex-direction:column;gap:6px;display:flex}.panel-heading strong{font-size:18px;font-weight:600}.panel-heading span{color:#8a97a6;font-size:12px}.panel-heading>a{color:#246bc0;white-space:nowrap;align-items:center;gap:6px;font-size:13px;text-decoration:none;display:flex}.panel-heading svg,.category-heading>a svg{width:16px;height:16px}.panel-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:16px 0;display:grid}.panel-category{color:#243c56;border-radius:10px;align-items:flex-start;gap:13px;padding:18px 12px;text-decoration:none;transition:background .15s;display:flex}.panel-category:hover,.panel-category.selected{background:#f2f6fc}.category-symbol{color:#3476c5;background:#ebf2ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.category-symbol svg{width:22px;height:22px}.tone-tax,.tone-math{color:#3e8379;background:#eaf4f2}.tone-life,.tone-office{color:#a68049;background:#f6f0e6}.tone-media{color:#9a6ba3;background:#f3ecf5}.tone-webmaster,.tone-developer{color:#5e7492;background:#edf0f5}.panel-category>span:last-child{min-width:0}.panel-category strong{align-items:center;gap:10px;margin:2px 0 6px;font-size:14px;display:flex}.panel-category small{color:#8e9bac;font-size:11px;font-weight:400}.panel-category>span>span{color:#65758b;font-size:12px;line-height:1.7;display:block}.panel-bottom{color:#8b97a6;border-top:1px solid #edf0f4;justify-content:space-between;align-items:center;padding:17px 4px 0;font-size:12px;display:flex}.panel-bottom button{color:#60778f;cursor:pointer;background:0 0;border:0;padding:5px}.modern-shell .main-content{width:100%;max-width:1240px;min-height:calc(100vh - 82px);margin:0 auto;padding:54px 40px 24px}.modern-shell .main-content:focus{outline:none}.modern-shell .directory-page,.modern-shell .utility-page{max-width:none;padding:0 0 64px}.directory-hero{justify-content:space-between;align-items:center;gap:40px;padding:12px 0 28px;display:flex}.hero-eyebrow{color:#6280a1;letter-spacing:1.5px;align-items:center;gap:8px;margin:0 0 19px;font-size:12px;display:flex}.hero-eyebrow>span{background:#347ddd;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #e6effb}.modern-shell .directory-hero h1{letter-spacing:-1.3px;color:#152d48;margin:0 0 14px;font-size:40px;font-weight:650;line-height:1.4}.directory-hero h1>span{color:#8092a8;letter-spacing:0;margin-top:3px;font-size:30px;font-weight:400;display:block}.modern-shell .directory-hero .page-intro{color:#65758b;margin:0;font-size:14px;line-height:1.9}.hero-index{border-left:1px solid #dfe6ee;flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;width:265px;margin:10px 0 10px 20px;padding:13px 0 5px 48px;display:flex}.hero-index-label{color:#8b98a8;letter-spacing:2px;font-size:12px}.hero-index>strong{color:#254f7c;letter-spacing:-4px;font-variant-numeric:tabular-nums;margin:5px 0 15px;font-size:72px;font-weight:400;line-height:1.25}.hero-index>strong small{letter-spacing:0;color:#7d8e9f;margin-left:14px;font-size:12px}.hero-index>div{color:#6d849d;flex-direction:column;gap:8px;font-size:12px;display:flex}.hero-index>div>span:last-child{color:#3471b7}.modern-shell .directory-search{background:#fff;border:1px solid #dce5ef;border-radius:12px;align-items:center;gap:13px;margin:12px 0 20px;padding:0 19px;display:flex;position:relative;box-shadow:0 4px 18px #18355604}.modern-shell .directory-search:focus-within{border-color:#8bb6eb;box-shadow:0 0 0 3px #2c79cf0a}.modern-shell .directory-search input{color:#304761;background:0 0;border:0;outline:0;width:100%;min-width:0;max-width:none;margin:0;padding:20px 0;font-size:14px}.directory-search input::placeholder{color:#9aa8b7}.search-icon{color:#6c8cab;display:flex}.search-icon svg{width:21px;height:21px}.search-count{color:#91a0b1;white-space:nowrap;border-left:1px solid #e6ebf1;padding-left:14px;font-size:12px}.modern-shell .category-tabs{border-bottom:1px solid #e2e8ef;gap:8px;margin:0 0 38px;padding-bottom:21px}.modern-shell .category-tabs a{color:#637b93;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;padding:9px 11px;font-size:12px;display:flex}.modern-shell .category-tabs a:hover{color:#2b71c6;background:#fff;border-color:#d8e4f2}.category-tabs svg{width:15px;height:15px}.modern-shell .directory-section{margin:0 0 42px;scroll-margin-top:110px}.modern-shell .category-heading{gap:13px;margin-bottom:19px}.category-heading-copy{flex:1}.modern-shell .category-heading h2{color:#243c56;align-items:center;gap:10px;font-size:19px;font-weight:600;display:flex}.category-heading h2 small{color:#7c91a7;background:#eaf0f6;border-radius:5px;padding:1px 7px;font-size:11px;font-weight:400}.modern-shell .category-heading p{color:#65758b;margin:3px 0 0;font-size:12px}.modern-shell .category-heading>a{color:#6885a4;align-items:center;gap:5px;font-size:12px;text-decoration:none;display:flex}.modern-shell .directory-page .tool-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.modern-shell .directory-page .directory-card{background:#fff;border:1px solid #e4eaf1;border-radius:12px;gap:9px;padding:22px 23px;transition:transform .18s,border-color .18s,box-shadow .18s;box-shadow:0 2px 4px #1d3b5910}.modern-shell .directory-page .directory-card:hover{border-color:#b8cfe7;transform:translateY(-3px);box-shadow:0 9px 24px #264b7010}.card-title{justify-content:space-between;align-items:center;gap:10px;display:flex}.modern-shell .card-title strong{color:#2b425c;font-size:15px;font-weight:600;line-height:1.6}.card-title svg{color:#b6c4d2;flex-shrink:0;width:16px;height:16px;transition:color .15s,transform .15s}.directory-card:hover .card-title svg{color:#2778cf;transform:translate(3px)}.modern-shell .directory-page .directory-card>span{color:#65758b;font-size:13px;line-height:1.8}.modern-shell .site-footer{border-top:1px solid #e0e7ef;justify-content:space-between;align-items:center;margin-top:30px;padding:28px 0 12px;font-size:12px}.site-footer nav{gap:24px;display:flex}.footer-signature{color:#5d7691}.footer-signature>span{color:#c4cfda;margin:0 9px}.footer-note{color:#98a7b7}@media (min-width:1500px){.modern-shell .main-content,.topbar-inner{max-width:1360px}.modern-shell .directory-page .tool-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.topbar-inner{gap:24px;padding:0 24px}.top-links{gap:22px}.modern-shell .main-content{padding:36px 24px 20px}.hero-index{width:200px;padding-left:28px}.modern-shell .directory-page .tool-card-grid,.panel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.topbar-inner{gap:15px;height:68px;padding:0 16px}.brand-symbol{border-radius:10px;width:34px;height:34px;font-size:25px}.modern-shell .site-brand{gap:8px}.modern-shell .site-brand strong{font-size:16px}.modern-shell .site-brand small{display:none}.top-links{gap:15px}.top-links a{font-size:12px}.top-links .top-proxy,.desktop-word{display:none}.browse-toggle{color:#345876;background:#eff4fa;border-color:#e4ecf4;gap:5px;padding:8px 9px}.browse-toggle:hover,.browse-toggle[aria-expanded=true]{color:#245587;background:#dfeaf7}.browse-toggle>svg,.chevron{display:none}.browse-toggle span{font-size:12px}.modern-shell .main-content{padding:28px 18px 18px}.modern-shell .directory-page,.modern-shell .utility-page{padding:0 0 32px}.directory-hero{padding:7px 0 22px}.hero-index{display:none}.hero-eyebrow{margin-bottom:13px;font-size:11px}.modern-shell .directory-hero h1{letter-spacing:-.7px;font-size:31px}.directory-hero h1>span{margin-top:5px;font-size:24px}.modern-shell .directory-hero .page-intro{font-size:12px;line-height:1.85}.hero-break{display:none}.modern-shell .directory-search{gap:8px;margin:0 0 14px;padding:0 13px}.modern-shell .directory-search input{padding:16px 0;font-size:13px}.search-count{display:none}.modern-shell .category-tabs{scrollbar-width:thin;flex-wrap:nowrap;margin-bottom:26px;padding:0 0 13px;overflow-x:auto}.category-tabs a{flex-shrink:0}.modern-shell .directory-page .tool-card-grid{grid-template-columns:1fr;gap:10px}.modern-shell .directory-page .directory-card{padding:18px 19px}.modern-shell .category-heading{gap:10px}.category-heading .category-symbol{border-radius:10px;width:36px;height:36px}.modern-shell .category-heading h2{font-size:17px}.modern-shell .category-heading p{display:none}.modern-shell .category-heading>a{font-size:11px}.modern-shell .directory-section{margin-bottom:30px}.category-panel{border-radius:13px;width:calc(100vw - 24px);max-height:calc(100dvh - 90px);padding:16px;top:calc(100% + 8px)}.panel-heading{padding:3px 2px 16px}.panel-heading strong{font-size:15px}.panel-heading span,.panel-heading>a{font-size:11px}.panel-heading svg{display:none}.panel-grid{gap:3px}.panel-category{gap:8px;padding:12px 5px}.panel-category strong{gap:5px;font-size:12px}.panel-category>.category-symbol{border-radius:8px;width:32px;height:32px}.panel-category svg{width:18px;height:18px}.panel-category>span>span{display:none}.panel-bottom>span{max-width:210px;font-size:10px}.panel-bottom button{white-space:nowrap;font-size:11px}.modern-shell .site-footer{justify-content:center;gap:18px;padding-top:24px}.footer-signature{text-align:center;width:100%}.footer-note{display:none}}@media (max-width:370px){.topbar-inner{gap:10px;padding:0 12px}.top-links{gap:10px}.modern-shell .site-brand strong{display:none}}@media (prefers-reduced-motion:reduce){.modern-shell *{scroll-behavior:auto;transition:none!important}}
.rail-batch-entry{color:#216dca;background:#edf5ff;border-radius:8px;justify-content:space-between;align-items:center;margin:0 7px 8px;padding:9px 10px;font-size:12px;text-decoration:none;display:flex}.rail-batch-entry svg{width:15px;height:15px}.rail-batch-entry:hover{background:#dfedff}.rail-shell{background:#f3f6fb}.rail-shell .topbar-inner{gap:32px;max-width:1500px;height:74px;padding:0 30px}.header-caption{color:#8090a3;border-left:1px solid #e2e8ef;padding-left:26px;font-size:12px}.workspace-frame{grid-template-columns:228px minmax(0,1fr);align-items:start;gap:30px;max-width:1500px;margin:0 auto;padding:24px 30px 0;display:grid}.feature-rail{scrollbar-width:thin;scrollbar-color:#d9e2ec transparent;background:#fff;border:1px solid #e4eaf2;border-radius:16px;max-height:calc(100dvh - 116px);padding:18px 12px 12px;position:sticky;top:98px;overflow-y:auto;box-shadow:0 3px 15px #233b5504}.rail-heading{justify-content:space-between;align-items:center;padding:0 8px 15px;display:flex}.rail-heading strong{color:#233b55;font-size:15px;font-weight:650}.rail-heading>span{color:#8796a6;background:#f3f6fa;border-radius:5px;padding:3px 6px;font-size:10px}.rail-primary{gap:3px;display:grid}.rail-primary a{color:#536b84;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;text-decoration:none;display:flex}.rail-primary svg{flex-shrink:0;width:17px;height:17px}.rail-primary span{flex:1}.rail-primary a>svg:last-child{color:#a3b6cb;width:13px}.rail-primary a[aria-current]{color:#fff;background:#236fce;box-shadow:0 3px 8px #236fce20}.rail-primary a[aria-current]>svg:last-child{color:#b9dcff}.rail-primary a:hover:not([aria-current]){color:#276bc0;background:#f1f6fc}.rail-label{letter-spacing:1px;color:#8a99ab;border-top:1px solid #edf1f5;margin:14px 7px 8px;padding-top:13px;font-size:10px}.rail-categories{gap:2px;display:grid}.rail-category{color:#465e78;border-radius:8px;align-items:center;gap:10px;min-height:40px;padding:6px 9px;text-decoration:none;transition:background .15s,color .15s;display:flex;position:relative}.rail-category>.category-symbol{background:0 0;border-radius:7px;width:28px;height:28px}.rail-category svg{width:18px;height:18px}.rail-category>span:nth-child(2){white-space:nowrap;flex:1;font-size:13px}.rail-category>small{color:#98a8ba;font-variant-numeric:tabular-nums;font-size:10px}.rail-category:hover,.rail-category.selected{color:#2369bb;background:#edf4ff}.rail-category.selected:before{content:"";background:#347fe1;border-radius:5px;width:3px;height:17px;position:absolute;left:0}.rail-shortcuts{border-top:1px solid #edf1f5;margin:13px 7px 0;padding-top:14px}.rail-shortcuts h2{color:#536a83;justify-content:space-between;margin:0 0 11px;font-size:12px;font-weight:600;display:flex}.rail-shortcuts h2 span{color:#94a1b2;font-size:10px;font-weight:400}.rail-shortcuts>div{grid-template-columns:1fr 1fr;gap:6px;display:grid}.rail-shortcuts a{color:#657a92;text-align:center;background:#f6f8fc;border:1px solid #eef2f7;border-radius:6px;padding:7px 3px;font-size:11px;text-decoration:none}.rail-shortcuts a:hover,.rail-shortcuts a[aria-current]{color:#216dca;background:#edf5ff;border-color:#ccdef4}.rail-note{color:#91a1b1;justify-content:center;align-items:center;gap:5px;margin:15px 0 1px;font-size:10px;display:flex}.rail-note>span{background:#79a89b;border-radius:50%;width:4px;height:4px}.rail-shell .main-content{min-width:0;max-width:none;min-height:calc(100vh - 98px);margin:0;padding:16px 0 20px}.rail-shell .lookup-page{margin-top:10px}.rail-shell .directory-page,.rail-shell .utility-page{padding:0 0 28px}.rail-shell .directory-hero{gap:24px;padding:0 0 22px}.rail-shell .directory-hero h1{margin-bottom:12px;font-size:31px}.rail-shell .directory-hero h1>span{margin-top:4px;font-size:20px}.rail-shell .hero-eyebrow{margin-bottom:12px}.rail-shell .directory-hero .page-intro{font-size:12px;line-height:1.8}.rail-shell .hero-index{width:175px;margin:5px 0;padding:5px 0 5px 28px}.rail-shell .hero-index>strong{margin-bottom:8px;font-size:58px}.rail-shell .hero-index>div{gap:5px;font-size:11px}.rail-shell .directory-search{margin:0 0 28px}.rail-shell .category-tabs{display:none}.rail-shell .directory-page .tool-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rail-shell .directory-page .directory-card{padding:19px 18px}.rail-shell .directory-section{margin-bottom:32px}.rail-shell .site-footer{gap:20px}@media (max-width:1150px){.workspace-frame{grid-template-columns:208px minmax(0,1fr);gap:24px;padding:22px 24px 0}.rail-shell .directory-page .tool-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rail-shell .hero-index,.header-caption{display:none}.rail-shell .topbar-inner{padding:0 24px}}@media (max-width:760px){.rail-shell .topbar-inner{height:64px;padding:0 18px}.workspace-frame{padding:18px 18px 0;display:block}.feature-rail{max-height:none;box-shadow:none;border-radius:12px;margin-bottom:22px;padding:15px 12px 13px;position:static;overflow:visible}.rail-heading{padding:0 6px 12px}.rail-heading strong{font-size:14px}.rail-primary,.rail-label,.rail-shortcuts,.rail-note{display:none}.rail-categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.rail-category{background:#f8fafd;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;min-width:0;min-height:62px;padding:7px 2px}.rail-category>.category-symbol{width:25px;height:25px}.rail-category>span:nth-child(2){flex:none;font-size:11px}.rail-category>small,.rail-category.selected:before{display:none}.rail-shell .main-content{min-height:0;padding:0 0 18px}.rail-shell .lookup-page{margin-top:4px}.rail-shell .directory-hero{padding:0 0 20px}.rail-shell .directory-hero h1{font-size:28px}.rail-shell .directory-hero h1>span,.rail-shell .hero-eyebrow{display:none}.rail-shell .directory-hero .page-intro{font-size:12px}.rail-shell .directory-search{margin-bottom:25px}.rail-shell .directory-page .tool-card-grid{grid-template-columns:1fr}}@media (max-width:360px){.workspace-frame{padding:12px 12px 0}.rail-shell .topbar-inner{padding:0 12px}}
.language-switcher{z-index:60;color:#385574;flex-shrink:0;margin-inline-start:14px;font-size:13px;position:relative}.language-switcher summary{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dde6f0;border-radius:9px;align-items:center;gap:7px;padding:8px 11px;list-style:none;display:flex}.language-switcher summary::-webkit-details-marker{display:none}.language-switcher summary:hover,.language-switcher summary:focus-visible{color:#1688f8;outline-offset:3px;border-color:#1688f8}.language-menu{inset-inline-end:0;background:#fff;border:1px solid #dce5f0;border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;width:300px;max-height:70vh;padding:10px;display:grid;position:absolute;top:calc(100% + 8px);overflow:auto;box-shadow:0 12px 38px #1e406025}.language-menu a{color:#385574;border-radius:7px;padding:10px;font-size:13px;text-decoration:none}.language-menu a:hover,.language-menu a[aria-current]{color:#1675df;background:#edf5ff}html:not([lang=zh-CN]) .header-caption{display:none}html:not([lang=zh-CN]) .rail-primary a,html:not([lang=zh-CN]) .rail-category{height:auto;min-height:40px;padding-block:9px;line-height:1.4}html:not([lang=zh-CN]) .rail-heading{flex-wrap:wrap;gap:5px}html:not([lang=zh-CN]) .rail-shortcuts a{white-space:normal;min-height:36px;line-height:1.5}html:not([lang=zh-CN]) .detail-row{gap:8px;height:auto;min-height:42px}html:not([lang=zh-CN]) .detail-row>span{white-space:normal;line-height:1.4}[dir=rtl] .main-content,[dir=rtl] .feature-rail{text-align:right}[dir=rtl] .feature-rail{border-inline-start:0;border-inline-end:1px solid #e2e8f0}[dir=rtl] input[type=number],[dir=rtl] input[type=url],[dir=rtl] input[type=email],[dir=rtl] pre,[dir=rtl] code,[dir=rtl] .query-form input,[dir=rtl] .proxy-form input,[dir=rtl] .proxy-batch-input{text-align:left;direction:ltr}.jurisdiction-notice{color:#53677e;background:#f5f9ff;border:1px solid #e0e8f1;border-radius:8px;margin-block:16px;padding:12px 16px;font-size:13px;line-height:1.7}html:not([lang=zh-CN]) .category-heading-copy{min-width:0}html:not([lang=zh-CN]) .category-heading h2{overflow-wrap:anywhere;flex-wrap:wrap}html:not([lang=zh-CN]) .category-heading>a{white-space:normal;text-align:end;flex-shrink:0;max-width:100px}@media (max-width:900px){.language-switcher{margin-inline-start:8px}.top-links{gap:10px}.topbar-inner{flex-wrap:wrap;row-gap:8px}html:not([lang=zh-CN]) .top-links{display:none}}@media (max-width:520px){.language-switcher{margin-inline-start:auto}.language-menu{width:min(300px,100vw - 24px)}.topbar-inner{padding-block:10px}.top-links{display:none}.language-switcher summary{padding:7px 9px}}
