:root{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#26394c;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;font-size:14px;line-height:1.6;--paper:#fff;--ink:#26394c;--muted:#748496;--line:#e5ebf1;--accent:#203c5c;--green:#39745a}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.4}button{color:inherit}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button,a{transition:color .15s,background .15s,border-color .15s,box-shadow .15s}a[aria-disabled=true]{pointer-events:none;opacity:.5}button{border:0;background:none}svg{flex-shrink:0;vertical-align:middle}h1,h2,h3,p{margin:0}code,.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.muted{color:var(--muted)}:focus-visible{outline:3px solid #203c5c55;outline-offset:4px;border-radius:4px}::selection{background:#dfeaf4}.app{min-height:100vh;display:flex;flex-direction:column}.header{border-bottom:1px solid var(--line);background:var(--paper)}.home .header{border-bottom-color:transparent}.header-inner{min-height:86px;max-width:1440px;padding:0 48px;display:flex;align-items:center;gap:30px;margin:auto}.brand{display:inline-flex;flex-shrink:0;gap:9px;align-items:center;white-space:nowrap;color:var(--accent);font-size:22px;letter-spacing:-1px;font-weight:700}.brand>svg{color:var(--accent)}.brand:hover{color:var(--ink)}.brand-secondary{font-weight:450}.beta{font-size:8px;letter-spacing:.9px;color:#526b85;background:#edf2f7;border-radius:4px;padding:3px 5px;margin-top:2px;font-weight:600}.header-nav{display:flex;align-items:center;gap:27px;margin-left:auto;white-space:nowrap;font-size:12px}.header-nav a{display:inline-flex;align-items:center;gap:7px}.about-link{color:#65768a}.nav-active{color:var(--accent)}.header-search{flex:1;max-width:720px}.header-search .search-box{height:48px;border-radius:10px;box-shadow:0 2px 4px #203c5c04}.header-search .search-submit{height:34px;width:66px}.header-search .search-submit svg{display:none}.header-search .search-box input{font-size:13px}.live-dot{width:6px;height:6px;background:#5b936e;border-radius:50%;display:inline-block;flex-shrink:0}.live-dot-muted{background:#748496}.home-main{width:100%;max-width:1080px;padding:30px 44px 48px;margin:0 auto;flex:1}.hero{max-width:744px;margin:0 auto;text-align:center}.eyebrow{display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px;font-weight:600;letter-spacing:2px;color:var(--accent)}.tiny-star{font-size:19px;line-height:1}.hero h1{font-size:34px;font-weight:600;letter-spacing:-.9px;line-height:1.4;margin-top:16px;white-space:nowrap}.hero h1 span{color:var(--accent)}.hero-description{font-size:14px;color:#65768a;margin-top:11px;letter-spacing:.1px}.search-box{width:100%;height:58px;display:flex;align-items:center;gap:14px;padding:7px 8px 7px 19px;background:#fff;border:1px solid #d9e2eb;border-radius:13px;box-shadow:0 4px 20px #203c5c08;transition:box-shadow .2s,border-color .2s}.search-box:focus-within{border-color:#809ab5;box-shadow:0 3px 18px #203c5c12}.search-box>svg{color:#748496}.search-box input{min-width:0;flex:1;border:0;outline:none;background:transparent;height:100%;color:var(--ink);padding:0}.search-box input:focus-visible{outline:none}.search-box input::placeholder{color:#8e9baa}.search-box-large{height:69px;padding-left:23px;gap:16px;box-shadow:0 6px 26px #203c5c0d;margin-top:30px}.search-box-large input{font-size:15px}.search-submit{display:flex;align-items:center;justify-content:center;gap:15px;border-radius:8px;background:#203c5c;color:#fff;height:49px;min-width:96px;padding:0 17px;font-size:13px}.search-submit:hover{background:#2b5178}.search-submit:focus-visible{outline-offset:2px}.icon-button{display:inline-flex;align-items:center;justify-content:center;padding:6px;color:#748496;border-radius:50%}.icon-button:hover{background:#f5f8fb}.search-help{margin-top:17px;display:flex;justify-content:center;align-items:center;gap:12px;color:#65768a;font-size:11px}.search-help button,.search-help a{display:inline-flex;align-items:center;gap:4px;color:#65768a;padding:0}.search-help button:hover,.search-help a:hover{color:var(--accent)}.help-separator{color:#e5ebf1}.address-form{display:flex;align-items:flex-end;gap:12px;max-width:600px;text-align:left;background:#f5f8fb;border:1px solid var(--line);border-radius:12px;padding:18px;margin:21px auto 0}.address-form label{font-size:11px;flex:1}.address-form label span{font-size:10px;color:var(--muted);margin-left:3px}.address-form input{display:block;border:1px solid #d9e2eb;border-radius:6px;background:#fff;padding:8px 10px;width:100%;margin-top:5px;height:38px}.address-form .button{height:38px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);margin:64px 0 0;gap:38px;padding-top:34px;border-top:1px solid var(--line)}.feature-icon{display:flex;width:37px;height:37px;align-items:center;justify-content:center;color:#526b85;background:#edf2f7;border-radius:10px;margin-bottom:15px}.feature h2{font-size:14px;font-weight:550;letter-spacing:.1px}.feature p{color:#65768a;font-size:12px;line-height:1.9;margin-top:7px;max-width:260px}.home-index-summary{display:flex;justify-content:center;align-items:center;gap:9px;margin:46px auto 0;font-size:10px;color:#748496}.home-index-summary strong{font-weight:500;color:#65768a}.home-index-summary a,.home-index-summary button{display:inline-flex;gap:5px;align-items:center;margin-left:6px;color:#65768a;font-size:10px}.footer{display:flex;justify-content:space-between;gap:20px;padding:23px 48px;border-top:1px solid var(--line);font-size:10px;color:#748496;max-width:1440px;width:100%;margin:0 auto}.footer>div{display:flex;gap:28px;align-items:center}.footer a{display:flex;align-items:center;gap:6px}.dot-spacer{padding:0 8px}.content-main{width:100%;max-width:1060px;padding:38px 44px 60px;margin:0 auto;flex:1}.search-main{max-width:1060px}.section-tabs{display:flex;align-items:center;gap:25px;border-bottom:1px solid var(--line);height:40px}.active-tab{display:flex;align-items:center;gap:8px;color:var(--accent);height:100%;position:relative;font-size:13px}.active-tab:after{content:"";height:2px;position:absolute;left:0;right:0;bottom:-1px;background:var(--accent)}.tab-description{font-size:11px;color:#748496}.results-meta{display:flex;justify-content:space-between;gap:16px;align-items:center;color:#748496;font-size:12px;margin:24px 0 28px}.badge{display:inline-flex;align-items:center;gap:5px;font-size:10px;background:#edf2f7;color:#526b85;padding:3px 8px;border-radius:5px;white-space:nowrap;font-weight:450}.badge-green{background:#eaf4ee;color:#39745a}.badge-muted{color:#65768a;background:#f5f8fb}.small-dot{height:4px;width:4px;background:#526b85;border-radius:50%;display:inline-block}.results-list{max-width:760px}.search-result{margin-bottom:34px}.result-source{display:flex;align-items:center;gap:10px;min-height:37px}.source-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--line);border-radius:9px;color:#526b85;background:#edf2f7;flex-shrink:0}.source-title{font-size:12px;font-weight:550;color:#65768a}.source-path{font-family:SFMono-Regular,Consolas,monospace;font-size:10px;color:#748496;max-width:640px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result h2{font-weight:500;font-size:19px;line-height:1.6;margin:10px 0 5px;color:#203c5c;overflow-wrap:anywhere}.search-result h2 a{display:inline-flex;align-items:center;gap:10px}.search-result h2 a svg{opacity:0;color:#748496;transition:opacity .15s}.search-result h2 a:hover{text-decoration:underline;text-underline-offset:4px}.search-result h2 a:hover svg,.search-result h2 a:focus-visible svg{opacity:1}.result-snippet{color:#65768a;font-size:13px;line-height:1.9;max-width:720px;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.result-footer{display:flex;align-items:center;gap:9px;margin-top:9px;font-size:10px;color:#748496;flex-wrap:wrap}.result-footer a{color:#748496}.notice{padding:13px 16px;border:1px solid #eadcb0;background:#fffbef;color:#806324;border-radius:8px;margin-bottom:22px;font-size:12px;line-height:1.8;overflow-wrap:anywhere}.notice-subtle{border-color:var(--line);background:#f5f8fb;color:#748496;margin-top:25px;font-size:11px}.notice-error{background:#fff2ef;color:#a45246;border-color:#efd6d0;margin:19px 0 0}.empty-state{display:flex;align-items:center;flex-direction:column;text-align:center;padding:65px 25px 90px;max-width:650px;margin:auto}.state-icon{display:flex;width:58px;height:58px;align-items:center;justify-content:center;color:#526b85;background:#edf2f7;border-radius:17px;margin-bottom:20px}.empty-state h2{font-size:20px;font-weight:500;margin-bottom:9px}.empty-state p{font-size:13px;line-height:1.9;color:#748496;overflow-wrap:anywhere;max-width:480px}.empty-state p a{color:var(--accent)}.empty-state .button{margin-top:20px}.error-state .state-icon{background:#fff2ef;color:#a45246}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:37px;padding:8px 15px;border-radius:7px;font-size:12px;line-height:1.5;white-space:nowrap}.button-dark{background:#203c5c;color:#fff}.button-dark:hover{background:#2b5178;color:#fff}.button-outline{border:1px solid #d9e2eb;background:transparent;color:#65768a}.button-outline:not(:disabled):hover{background:#f5f8fb;border-color:#b8c9db;color:#2b5178}.loading-state{display:flex;align-items:center;justify-content:center;gap:12px;color:#748496;padding:90px 20px;font-size:13px}.spinner{width:18px;height:18px;border:2px solid #e5ebf1;border-top-color:#203c5c;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pagination{display:flex;align-items:center;gap:20px;font-size:11px;color:#748496;padding:22px 0;margin-top:20px;border-top:1px solid var(--line)}.back-link{display:inline-flex;align-items:center;gap:7px;font-size:11px;color:#748496;margin:0 0 26px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:27px}.small-eyebrow{justify-content:flex-start;font-size:9px;letter-spacing:1.7px;margin-bottom:10px}.page-heading h1{font-size:30px;letter-spacing:-1px;font-weight:550;overflow-wrap:anywhere;line-height:1.4}.page-heading h1 .mono{font-size:27px;font-weight:400}.page-heading p{color:#748496;font-size:12px;margin-top:9px}.heading-icon{display:flex;align-items:center;justify-content:center;width:57px;height:57px;background:#edf2f7;border-radius:17px;color:#526b85}.query-hint{display:flex;gap:9px;align-items:center;color:#65768a;background:#f5f8fb;padding:12px 15px;border-radius:7px;font-size:11px;flex-wrap:wrap}.query-hint a{display:flex;gap:4px;align-items:center;color:#526b85}.circuit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.circuit-card{border:1px solid var(--line);background:#fff;padding:21px;border-radius:12px;min-width:0;transition:border-color .2s,box-shadow .2s}.circuit-card:hover{border-color:#b8c9db;box-shadow:0 3px 12px #203c5c08}.card-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.circuit-card-title{font-size:17px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:550;line-height:1.6;overflow-wrap:anywhere}.circuit-card-title svg{color:#748496}.circuit-card>.mono{font-size:11px;margin-top:5px;overflow-wrap:anywhere}.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid var(--line);padding-top:15px;margin-top:24px;font-size:10px;color:#748496}.quiet-link{display:inline-flex;align-items:center;gap:5px;color:#65768a;white-space:nowrap}.circuit-facts{display:flex;align-items:center;gap:16px;font-size:11px;color:#748496;margin:-9px 0 24px;flex-wrap:wrap}.address-details{font-size:11px;color:#748496;padding:11px 14px;background:#f5f8fb;border-radius:7px;margin-bottom:28px}.address-details summary{cursor:pointer;width:max-content}.address-details code{display:block;margin-top:8px;overflow-wrap:anywhere;font-size:10px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:30px 0 15px}.section-title h2{font-size:15px;font-weight:550}.section-title>span{font-size:10px;color:#748496}.file-list{border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fff}.file-row{display:flex;align-items:flex-start;gap:16px;padding:19px 22px;border-top:1px solid var(--line)}.file-row:first-child{border-top:0}.file-row-selected{background:#edf4fa}.file-icon{color:#526b85;margin-top:2px}.file-info{min-width:0;flex:1}.file-name{font-size:13px;font-weight:500;overflow-wrap:anywhere}.file-path{font-size:10px;color:#748496;margin-top:3px;overflow-wrap:anywhere}.file-meta{display:flex;align-items:center;gap:8px;font-size:10px;color:#748496;margin-top:6px;flex-wrap:wrap}.text-green{color:var(--green)}.file-open{display:inline-flex;align-items:center;gap:5px;font-size:11px;flex-shrink:0;color:#748496;padding:3px}.file-hash{font-size:10px;color:#748496;margin-top:8px}.file-hash summary{cursor:pointer;width:max-content}.file-hash code{display:block;overflow-wrap:anywhere;margin-top:5px}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:30px}.stat-card{border:1px solid var(--line);border-radius:10px;padding:21px;background:#fff}.stat-card>span{font-size:11px;color:#748496;display:block}.stat-card>strong{font-size:31px;font-weight:450;letter-spacing:-1px;display:block;margin-top:8px;color:#203c5c}.status-panel{border:1px solid var(--line);background:#fff;border-radius:11px;padding:24px 28px;margin-bottom:18px}.status-panel h2{display:flex;align-items:center;gap:11px;font-size:15px;font-weight:500;margin-bottom:19px}.status-panel h2 svg{color:#526b85}.status-panel dl{margin:0}.status-panel dl>div{display:flex;justify-content:space-between;align-items:baseline;gap:30px;margin-top:12px;font-size:12px}.status-panel dt{color:#748496}.status-panel dd{display:flex;align-items:center;gap:7px;margin:0;text-align:right;color:#65768a;overflow-wrap:anywhere;min-width:0}.status-panel dd.mono{font-size:11px}.panel-note{border-top:1px solid var(--line);padding-top:15px;margin-top:20px;color:#748496;font-size:11px}.status-footnote{font-size:11px;color:#748496;margin-top:22px}.skip-link{position:fixed;top:10px;left:10px;z-index:100;background:#fff;padding:10px 14px;border-radius:7px;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}@media(min-width:1300px){.home-main{padding-top:38px}.feature-grid{margin-top:70px}.home-index-summary{margin-top:46px}.header-search{margin-right:10px}}@media(max-width:1100px){.header-inner{padding:0 30px;gap:25px}.header-search+.header-nav .about-link{display:none}.brand{font-size:20px}.header-search .search-submit{min-width:52px}.footer{padding-left:30px;padding-right:30px}.home-main{padding-top:30px}.feature-grid{gap:26px}.content-main{padding-left:35px;padding-right:35px}}@media(max-width:800px){.header-inner{flex-wrap:wrap;gap:18px;min-height:84px;padding:22px 25px}.header-search{order:3;flex-basis:100%;max-width:none}.header-search+.header-nav{margin-left:auto}.header-nav{gap:18px}.home-main{padding:28px 29px 40px}.hero h1{font-size:33px}.feature-grid{gap:22px;margin-top:64px;padding-top:28px}.feature h2{font-size:13px}.feature p{font-size:11px}.footer{padding:20px 25px}.footer>div{gap:15px}.content-main{padding:29px 26px 45px}.stat-grid{gap:10px}.stat-card{padding:16px}.stat-card>strong{font-size:27px}.circuit-card{padding:17px}.card-bottom{flex-wrap:wrap}.source-path{max-width:calc(100vw - 114px)}}@media(max-width:580px){.header-inner{padding:23px 20px;min-height:82px;gap:15px}.brand{font-size:19px;gap:8px}.brand>svg{width:31px;height:31px}.brand .beta{font-size:7px;padding:2px 4px}.header-nav{font-size:10px}.header-nav .about-link{display:none}.home-main{padding:22px 23px 34px}.eyebrow{font-size:8px;letter-spacing:1.5px}.tiny-star{font-size:16px}.hero h1{font-size:30px;letter-spacing:-.8px;margin-top:17px;line-height:1.4}.hero-description{font-size:12px;max-width:320px;margin:10px auto 0;line-height:1.9}.search-box-large{margin-top:29px;height:59px;padding-left:16px;gap:10px;border-radius:11px}.search-box-large input{font-size:12px}.search-box-large>svg{width:19px;height:19px}.search-submit{min-width:48px;width:48px;height:43px;padding:0}.search-submit>span{display:none}.search-submit>svg{display:block}.clear-search{padding:3px}.search-help{font-size:9px;gap:7px;margin-top:15px;flex-wrap:wrap}.search-help svg{width:12px;height:12px}.address-form{gap:9px;padding:13px;flex-wrap:wrap}.address-form input{font-size:12px}.address-form label{min-width:95px}.address-form .button{font-size:11px;padding:8px 10px}.feature-grid{grid-template-columns:1fr;gap:24px;margin-top:47px;padding-top:28px}.feature{position:relative;padding-left:51px;min-height:49px}.feature-icon{position:absolute;top:0;left:0;width:35px;height:35px;border-radius:10px}.feature-icon svg{width:20px;height:20px}.feature h2{font-size:12px}.feature p{font-size:10px;line-height:1.85;max-width:none;margin-top:4px}.home-index-summary{margin-top:30px;gap:6px;font-size:9px;flex-wrap:wrap}.home-index-summary a,.home-index-summary button{font-size:9px;margin-left:0}.footer{padding:19px 22px;gap:10px;font-size:9px;flex-direction:column}.footer>div{justify-content:space-between;gap:10px}.content-main{padding:25px 21px 38px}.header-search .search-box{height:45px;padding-left:12px;gap:10px}.header-search .search-box input{font-size:11px}.header-search .search-submit{height:30px;min-width:36px;width:36px}.header-search .search-submit svg{display:block;width:16px}.tab-description{font-size:9px}.section-tabs{gap:18px}.results-meta{font-size:10px;margin:20px 0 25px}.badge{font-size:9px}.search-result h2{font-size:17px}.search-result h2 a svg{opacity:1;width:13px;height:13px}.result-snippet{font-size:12px}.result-footer{font-size:9px;gap:7px}.search-result{margin-bottom:29px}.source-title{font-size:11px}.source-path{font-size:9px}.page-heading{gap:14px;margin-bottom:22px;flex-wrap:wrap}.page-heading h1{font-size:26px}.page-heading h1 .mono{font-size:25px}.page-heading p{font-size:11px}.page-heading .button{font-size:10px;padding:7px 11px;min-height:33px}.heading-icon{width:44px;height:44px;border-radius:12px}.heading-icon svg{width:23px;height:23px}.small-eyebrow{font-size:8px}.query-hint{font-size:10px;gap:4px 8px;padding:11px 13px}.circuit-grid{grid-template-columns:1fr}.circuit-card-title{font-size:16px}.card-top{margin-bottom:14px}.card-bottom{margin-top:18px;padding-top:13px}.circuit-facts{font-size:10px;gap:12px}.section-title{align-items:flex-start;flex-direction:column;gap:5px}.section-title h2{font-size:14px}.section-title>span{font-size:9px}.file-row{padding:16px 13px;gap:10px}.file-icon svg{width:18px;height:18px}.file-name{font-size:12px}.file-meta{gap:5px;font-size:9px}.file-open{font-size:10px;gap:3px}.file-open svg{width:12px;height:12px}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-bottom:23px}.stat-card>span{font-size:10px}.stat-card>strong{font-size:28px;margin-top:4px}.status-panel{padding:19px 17px}.status-panel h2{font-size:13px}.status-panel dl>div{font-size:11px;gap:17px}.status-panel dd.mono{font-size:9px}.panel-note,.status-footnote{font-size:10px}.notice{font-size:11px;padding:12px 13px}.notice-subtle{font-size:10px}.empty-state{padding:46px 10px 60px}.empty-state h2{font-size:18px}.empty-state p{font-size:12px}.pagination{justify-content:space-between;gap:12px;font-size:10px}.pagination .button{font-size:10px;min-height:33px;padding:7px 11px}.back-link{font-size:10px;margin-bottom:24px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition:none!important;scroll-behavior:auto!important}}.index-progress{border-top:1px solid var(--line);margin-top:20px;padding-top:6px}.notice p+p{margin-top:5px}.read-link{display:inline-flex;align-items:center;gap:4px;color:#203c5c!important}.read-link:hover{color:var(--accent)!important;text-decoration:underline;text-underline-offset:3px}.file-actions{display:flex;align-items:flex-end;flex-direction:column;gap:7px;flex-shrink:0}.reader-main{max-width:920px}.reader-heading h1{font-size:32px;line-height:1.5;font-weight:550;letter-spacing:-.7px;overflow-wrap:anywhere}.reader-meta{display:flex;flex-wrap:wrap;gap:7px 20px;color:#748496;font-size:11px;margin-top:14px;overflow-wrap:anywhere}.reader-meta .mono{font-size:11px}.reader-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:23px}.reader-note{font-size:11px;line-height:1.8;color:#748496;margin-top:15px;padding-bottom:27px;border-bottom:1px solid var(--line)}.reader-description{font-size:15px;color:#65768a;padding:20px 0 0;line-height:1.9;overflow-wrap:anywhere}.reader-body{white-space:pre-wrap;overflow-wrap:anywhere;font-size:16px;line-height:2;color:#40556b;margin-top:27px;-moz-tab-size:4;tab-size:4}.reader-hash{margin-top:40px}.reader-article .empty-state{padding-bottom:45px}@media(max-width:580px){.file-actions{gap:5px}.file-actions .file-open{font-size:9px}.file-actions svg{width:11px;height:11px}.reader-heading h1{font-size:25px}.reader-meta,.reader-meta .mono{font-size:10px}.reader-actions{gap:8px;margin-top:19px}.reader-actions .button{font-size:10px;padding:7px 11px}.reader-note{font-size:10px;padding-bottom:21px}.reader-description{font-size:13px}.reader-body{font-size:14px;line-height:1.95;margin-top:23px}.reader-hash{margin-top:29px}}.history-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.history-heading h2{margin-bottom:0}.history-progress-meta{display:flex;justify-content:space-between;gap:12px;color:#748496;font-size:11px;margin:22px 0 8px}.history-progress-bar{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;width:100%;height:6px;border:0;border-radius:8px;overflow:hidden;background:#edf2f7;color:#203c5c;margin-bottom:21px}.history-progress-bar::-webkit-progress-bar{background:#edf2f7;border-radius:8px}.history-progress-bar::-webkit-progress-value{background:#203c5c;border-radius:8px}.history-progress-bar::-moz-progress-bar{background:#203c5c;border-radius:8px}.reader-evidence{margin-top:32px;border:1px solid var(--line);background:#f5f8fb;border-radius:9px}.reader-evidence>summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 17px;cursor:pointer;list-style:none;font-size:12px;font-weight:500;color:#65768a}.reader-evidence>summary::-webkit-details-marker{display:none}.reader-evidence>summary svg{color:#748496;transition:transform .15s}.reader-evidence[open]>summary svg{transform:rotate(90deg)}.reader-evidence-content{padding:2px 17px 17px}.reader-evidence-group+.reader-evidence-group{border-top:1px solid #e5ebf1;margin-top:15px;padding-top:14px}.reader-evidence-label{display:flex;align-items:center;flex-wrap:wrap;gap:5px 11px;margin-bottom:6px}.reader-evidence-label h2{font-size:10px;font-weight:550;color:#526b85}.reader-evidence-label>span{font-size:10px;color:#806324}.reader-evidence-group p{font-size:12px;line-height:1.85;color:#65768a;white-space:pre-wrap;overflow-wrap:anywhere}.reader-evidence-group p+p{margin-top:7px}@media(max-width:580px){.reader-evidence{margin-top:25px}.reader-evidence>summary{font-size:11px;padding:12px 13px}.reader-evidence-content{padding:1px 13px 14px}.reader-evidence-group p{font-size:11px}.reader-evidence-label h2,.reader-evidence-label>span{font-size:9px}}.brand-logo{display:flex;align-items:center;gap:10px;line-height:0}.brand-symbol{display:block;flex:0 0 48px;width:48px;height:auto}.brand-wordmark{display:block;position:relative;flex:none;width:119px;aspect-ratio:1160/258;overflow:hidden}.brand-wordmark img{display:block;position:absolute;width:132.413793%;max-width:none;height:auto;left:-16.37931%;top:-245.736434%;mix-blend-mode:multiply}.hero-brand{position:relative;width:300px;max-width:100%;aspect-ratio:1160/718;overflow:hidden;margin:0 auto}.hero-logo{display:block;position:absolute;width:132.413793%;max-width:none;height:auto;left:-16.37931%;top:-24.373259%;mix-blend-mode:multiply}.hero-domain{font-size:11px;font-weight:500;line-height:1.6;letter-spacing:1.6px;color:#657e97;margin-top:13px}@media(max-width:1100px){.brand-logo{gap:9px}.brand-symbol{width:44px;flex-basis:44px}.brand-wordmark{width:112px}}@media(max-width:580px){.brand-logo{gap:8px}.brand-symbol{width:40px;flex-basis:40px}.brand-wordmark{width:105px}.hero-brand{width:280px}.hero-domain{font-size:10px;margin-top:11px;letter-spacing:1.5px}}.language-switch{display:inline-flex;align-items:center;flex-shrink:0;gap:1px;padding:2px;border:1px solid var(--line);border-radius:8px;background:#f5f8fb;line-height:1}.language-switch button{min-width:29px;min-height:26px;padding:3px 7px;border-radius:5px;color:#65768a;font-size:10px;font-weight:600;line-height:1.4;white-space:nowrap}.language-switch button:hover{background:#e8eef5;color:var(--accent)}.language-switch button[aria-pressed=true]{background:var(--accent);color:#fff}.language-switch button:focus-visible{outline-offset:2px}.header-nav{gap:20px;flex-shrink:0}.header-search{min-width:0}.hero h1:lang(en){white-space:normal;letter-spacing:-.8px;text-wrap:balance}.hero-description:lang(en){max-width:510px;margin-left:auto;margin-right:auto;line-height:1.8}.search-help{flex-wrap:wrap;row-gap:8px}.search-help a,.search-help button{max-width:100%}.address-examples .search-help{gap:8px;align-items:center}.address-examples .search-help>button{min-height:34px;gap:7px;padding:5px 9px;border:1px solid var(--line);border-radius:7px;background:#f7f9fc;white-space:normal}.address-examples .search-help>button:hover{background:#edf3f9;border-color:#bacbdc}.address-examples .search-help>.separate-fields-toggle{border-color:transparent;background:none}.address-examples-note{color:#748496;font-size:11px;line-height:1.7;margin:10px auto 0;max-width:620px}.address-lookup-method{margin-top:16px}.address-lookup-method+.address-lookup-method{border-top:1px solid var(--line);padding-top:16px}.address-lookup-method h3{font-size:12px;font-weight:600;line-height:1.7;overflow-wrap:anywhere}.address-format-guide{margin:12px 0;color:#65768a;font-size:11px;line-height:1.8}.address-format-guide>div{display:flex;justify-content:space-between;flex-wrap:wrap;gap:3px 12px;margin-top:5px}.address-format-guide dt{font-weight:500}.address-format-guide dd{margin:0;overflow-wrap:anywhere}@media(max-width:580px){.address-examples .search-help{gap:6px}.address-examples .search-help>span{flex-basis:100%}.address-examples .search-help>button{font-size:10px;padding:5px 8px}.address-examples-note,.address-format-guide{font-size:10px}.address-lookup-method h3{font-size:11px}}.address-form label{min-width:0;flex:1 1 160px}.address-form label span{display:inline-block}.address-form .button{flex-shrink:0;max-width:100%}.feature,.page-heading>div{min-width:0}.feature h2,.feature p,.page-heading p{overflow-wrap:anywhere}.page-heading>.button{flex-shrink:0}.stat-card>span:lang(en){min-height:3.2em}.stat-card>strong{overflow-wrap:anywhere}.status-panel dl>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);align-items:start;gap:20px}.status-panel dt{min-width:0;overflow-wrap:anywhere}.status-panel dd{display:block;min-width:0;overflow-wrap:anywhere;white-space:normal}.status-panel dd>.live-dot{margin-right:6px;vertical-align:middle}.history-heading .badge{max-width:100%;white-space:normal}.history-progress-meta{flex-wrap:wrap;align-items:baseline}.history-progress-meta>span:last-child{margin-left:auto;text-align:right}.footer>div{flex-wrap:wrap;row-gap:7px}.footer{flex-direction:column;gap:14px}.footer-contacts{display:flex;align-items:center;flex-wrap:wrap;gap:4px 22px;font-size:12px;color:var(--accent)}.footer-contacts-label{font-size:11px;font-weight:600;color:#65768a;margin-right:4px}.footer-contacts a{min-height:32px;white-space:nowrap}.footer-contacts a:hover{text-decoration:underline;text-underline-offset:4px}.footer .footer-meta{justify-content:space-between;gap:10px 24px}.footer-credits{display:flex;align-items:center;flex-wrap:wrap;gap:8px 24px}@media(max-width:580px){.footer-contacts{gap:0 18px;font-size:11px}.footer-contacts-label{flex-basis:100%;margin-bottom:2px}.footer-contacts a{min-height:40px}.footer .footer-meta{align-items:flex-start;flex-direction:column;gap:8px}.footer-credits{gap:8px 16px}}@media(max-width:800px){.header-nav{gap:14px}.address-form{flex-wrap:wrap}}@media(max-width:580px){.header-inner{column-gap:10px}.brand{gap:7px}.brand .beta{display:none}.brand-logo{gap:7px}.brand-symbol{width:34px;flex-basis:34px}.brand-wordmark{width:94px}.header-nav{gap:8px}.header-nav a{gap:5px}.language-switch button{font-size:9px;min-width:27px;padding:3px 6px}.hero h1:lang(en){font-size:29px;line-height:1.35}.hero-description:lang(en){max-width:310px}.search-help:lang(en){font-size:10px;gap:7px 9px}.address-form label{flex:1 1 calc((100% - 9px)/2)}.address-form .button{flex-basis:100%}.feature h2:lang(en){font-size:13px;line-height:1.6}.feature p:lang(en){font-size:11px;line-height:1.8}.status-panel dl>div{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:12px}.history-heading{gap:10px}.history-heading h2{font-size:13px}.results-meta{align-items:flex-start;flex-wrap:wrap;gap:8px}.results-meta .badge{white-space:normal}.query-hint a{max-width:100%;overflow-wrap:anywhere}}@media(max-width:360px){.header-inner{padding-left:16px;padding-right:16px}.brand-symbol{width:30px;flex-basis:30px}.brand-wordmark{width:84px}}.footer-risk-link{font-weight:600;color:var(--accent);text-decoration:underline;text-underline-offset:3px;min-height:32px}.search-risk-notice{display:flex;align-items:baseline;gap:10px;margin-top:20px;padding:14px 16px;border:1px solid #ead6b5;border-radius:8px;background:#fff8ee;color:#654c2b;font-size:12px;line-height:1.8}.search-risk-notice strong{flex-shrink:0;font-weight:600}.search-risk-notice a{display:inline-flex;align-items:center;gap:4px;font-weight:600;text-decoration:underline;text-underline-offset:3px}.reader-note a,.notice-subtle a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.risk-notice-main{max-width:860px}.risk-notice-main .page-heading{margin-bottom:32px}.risk-notice-body{font-size:15px;line-height:1.9;color:#40556b;overflow-wrap:anywhere}.risk-notice-body section+section{margin-top:25px;padding-top:25px;border-top:1px solid var(--line)}.risk-notice-body h2{font-size:17px;line-height:1.5;font-weight:600;color:var(--ink);margin-bottom:10px}.risk-notice-body p+p{margin-top:10px}.risk-notice-body .risk-disclaimer{margin-top:32px;padding:22px 24px;background:#fff8ee;border:1px solid #ead6b5;border-radius:10px;color:#654c2b}.risk-disclaimer h2{color:#654c2b}.risk-preferences .button{margin-top:16px;font-size:13px;min-height:42px}.risk-preferences-unavailable{font-size:12px;color:var(--muted)}@media(max-width:580px){.search-risk-notice{align-items:flex-start;flex-direction:column;gap:3px;padding:12px 13px;font-size:11px}.risk-notice-main .page-heading{margin-bottom:25px}.risk-notice-body{font-size:14px}.risk-notice-body h2{font-size:16px}.risk-notice-body section+section{margin-top:21px;padding-top:21px}.risk-notice-body .risk-disclaimer{margin-top:26px;padding:18px}}.network-picker-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:11px;text-align:left;font-size:11px;color:#65768a}.hero .network-picker-row{justify-content:center}.header-search{padding:13px 0}.network-picker{position:relative;flex-shrink:0;z-index:10}.network-picker>summary{display:flex;align-items:center;gap:7px;cursor:pointer;list-style:none;border-radius:6px;padding:5px 8px;margin-left:-8px;min-height:30px}.network-picker>summary::-webkit-details-marker{display:none}.network-picker>summary:hover,.network-picker[open]>summary{background:#edf2f7}.network-picker[open]>summary>svg:last-child{transform:rotate(90deg)}.network-picker-menu{position:absolute;top:calc(100% + 5px);left:-8px;width:290px;max-width:calc(100vw - 42px);padding:15px;background:#fff;border:1px solid #d9e2eb;border-radius:10px;box-shadow:0 8px 30px #203c5c20;color:var(--ink);font-size:12px}.network-picker-menu{max-height:min(440px,65vh);overflow:auto}.network-picker-up .network-picker-menu{top:auto;bottom:calc(100% + 5px)}.hero .network-picker-menu{left:50%;transform:translate(-50%)}.network-picker-menu>input{width:100%;padding:8px 10px;border:1px solid #d9e2eb;border-radius:6px;font-size:12px;margin-top:5px}.network-search-label{font-size:10px;color:var(--muted)}.network-all{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;padding:10px 7px;border-radius:6px;margin-top:8px}.network-all.selected{background:#edf2f7;color:var(--accent)}.network-options{max-height:250px;overflow-y:auto;margin-top:5px}.network-options>label{display:flex;align-items:center;gap:10px;padding:10px 7px;border-radius:6px;cursor:pointer}.network-options>label:hover{background:#f5f8fb}.network-options input{width:15px;height:15px;accent-color:var(--accent);flex-shrink:0;margin:0}.network-options small{display:block;font-size:10px;color:var(--muted)}.network-menu-note{font-size:10px;color:var(--muted);margin:10px 7px 0;line-height:1.7}.network-menu-note button{text-decoration:underline}.network-chips{display:flex;gap:6px;align-items:center;flex-wrap:wrap;min-width:0}.network-chips button{display:inline-flex;align-items:center;gap:6px;padding:3px 7px;background:#edf2f7;border-radius:5px;font-size:10px;min-height:26px}.network-chips button:hover{background:#dce7f2}.network-chips .network-clear{background:none;text-decoration:underline;text-underline-offset:3px;color:var(--muted)}.chain-badge{letter-spacing:0;font-size:10px;vertical-align:middle;white-space:nowrap}.result-source>div{min-width:0}.result-source .chain-badge{margin-left:9px}.small-eyebrow .chain-badge{margin-left:5px}.search-address-error{text-align:left;color:#a45246;font-size:12px;margin:10px 0 0}.address-form{max-width:744px;flex-wrap:wrap}.address-form select,.lookup-direct-form select{font:inherit;display:block;border:1px solid #d9e2eb;border-radius:6px;background:#fff;color:var(--ink);padding:8px 10px;width:100%;margin-top:5px;height:38px}.address-form label{flex-basis:140px}.lookup-coverage{font-size:12px;color:var(--muted);margin:24px 0 16px}.lookup-matches{display:flex;flex-direction:column;gap:10px}.lookup-match{display:flex;align-items:center;gap:18px;border:1px solid var(--line);padding:18px;border-radius:10px;min-width:0}.lookup-match:hover{border-color:#a7bbce;background:#f5f8fb}.lookup-match>span:nth-child(2){min-width:0;flex:1}.lookup-match strong{display:block;font-size:14px;font-weight:500;overflow-wrap:anywhere}.lookup-match small{display:block;color:var(--muted);font-size:11px;margin-top:3px;overflow-wrap:anywhere}.lookup-direct{margin-top:30px;padding:22px;border:1px solid var(--line);background:#f5f8fb;border-radius:10px}.lookup-direct h2{font-size:16px;font-weight:500}.lookup-direct>p{color:var(--muted);font-size:12px;margin-top:6px}.lookup-direct-form{display:flex;align-items:flex-end;gap:13px;margin-top:17px}.lookup-direct-form label{font-size:11px;flex:1;max-width:300px;min-width:0}.network-status-counts{display:flex;align-items:center;gap:15px;flex-wrap:wrap;color:var(--muted);font-size:11px;margin:16px 0 22px}.network-status-panel>.history-panel{margin-top:22px;margin-bottom:0;background:#f9fbfd}@media(max-width:580px){.header-search{padding:0}.network-picker-row{font-size:10px;gap:6px;margin-top:8px}.network-picker-menu{width:290px;max-width:calc(100vw - 42px)}.network-picker>summary{min-height:34px}.network-options>label{min-height:46px}.network-chips button{min-height:30px}.result-source .chain-badge{font-size:9px;margin-left:6px}.lookup-match{padding:14px;gap:10px}.lookup-match strong{font-size:12px}.lookup-direct{padding:17px}.lookup-direct-form{flex-wrap:wrap}.lookup-direct-form label{flex-basis:100%;max-width:none}.network-status-panel>.history-panel{padding:15px 12px}}.search-address-error button{text-decoration:underline;margin-left:8px}.network-status-counts{margin:16px 0 18px;color:#526b85;font-size:12px;gap:8px 20px}.network-status-summary{margin-bottom:0}.network-status-notices:empty{display:none}.network-status-notices .notice{margin:16px 0 0}.badge-warning{background:#fff5e6;color:#8a6535}.status-technical-details{margin-top:21px;border-top:1px solid var(--line)}.status-technical-details>summary{cursor:pointer;padding:15px 0 0;color:#65768a;font-size:11px;line-height:1.8;min-height:36px;list-style-position:inside}.status-technical-details>summary:hover{color:var(--accent)}.status-technical-details>summary::marker{color:#748496;font-size:10px}.status-technical-content{padding-top:8px}.status-technical-content .index-progress{padding-top:19px}.status-technical-content h3{font-size:12px;font-weight:550;color:#526b85;line-height:1.6}.status-technical-content .history-panel{border-top:1px solid var(--line);margin-top:21px;padding-top:19px}.status-technical-content .panel-note{border-top:0;margin-top:15px;padding-top:0;line-height:1.85}.status-technical-content .history-progress-meta{margin-top:16px}.status-update-controls{display:flex;flex-direction:column;align-items:flex-end;gap:9px;flex-shrink:0}.status-update-controls>span{color:#748496;font-size:11px;line-height:1.6}@media(max-width:580px){.status-update-controls{width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.status-update-controls>span{font-size:10px}.network-status-counts{font-size:11px;gap:8px 14px;line-height:1.7;margin:15px 0}.network-status-summary>div{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.status-technical-details>summary{min-height:44px;padding-top:13px;font-size:11px}.status-technical-content h3{font-size:11px}.status-technical-content .history-heading{align-items:flex-start}.status-technical-content .history-heading .badge{line-height:1.7}}:root .gateway-risk-unavailable{display:flex;align-items:center;justify-content:space-between;gap:16px;width:calc(100% - 88px);max-width:972px;margin:24px auto 0}
