@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");.v2-scope{--blue:#2464ea;--blue-active:#1a4fc0;--blue-faint:rgba(36,100,234,.08);--blue-ring:rgba(36,100,234,.28);--txt:rgba(10,10,10,.88);--txt2:rgba(10,10,10,.58);--txt3:rgba(10,10,10,.40);--txt-dim:rgba(10,10,10,.28);--border:rgba(0,0,0,.10);--border-2:rgba(0,0,0,.16);--surface:#fff;--hover:rgba(0,0,0,.04);--app:#fafafa;--green:#0e9f6e;--green-bg:rgba(14,159,110,.11);--amber:#c07a12;--amber-bg:rgba(192,122,18,.12);--red:#dc3546;--red-bg:rgba(220,53,70,.10);--sh-sm:0 1px 2px rgba(0,0,0,.05);--sh:0 1px 3px rgba(0,0,0,.06),0 10px 30px rgba(0,0,0,.05);--navy:linear-gradient(160deg,#060d24,#0c1a4a 20%,#1535a0 50%,#0c1a4a 78%,#060d24);--navy-btn:linear-gradient(160deg,#060d24,#1535a0);font-family:Poppins,system-ui,sans-serif;color:var(--txt);background:var(--app);min-height:calc(100vh - 64px)}.v2-scope,.v2-scope *{box-sizing:border-box}:root{--primary:221 82% 53%;--ring:221 82% 53%;--accent-foreground:221 76% 43%;--pearsign-primary:221 82% 53%;--pearsign-blue:221 82% 53%}.v2-scope .pad{padding:26px 34px 80px;max-width:1140px;margin:0 auto}.v2-scope .home-col{max-width:900px}.v2-scope .ph{font-size:23px;font-weight:600;letter-spacing:-.02em;margin:0}.v2-scope .psub{color:var(--txt3);font-size:14px;margin:4px 0 0}.v2-scope .head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.v2-scope .btn{background:var(--blue);color:#fff;font-weight:600;font-size:13.5px;padding:9px 16px;border-radius:9px;transition:.14s;white-space:nowrap;display:inline-flex;align-items:center;gap:7px;border:none;cursor:pointer}.v2-scope .btn:hover{background:var(--blue-active)}.v2-scope .btn svg{width:15px;height:15px}.v2-scope .btn.ghost{background:var(--surface);color:var(--txt);border:1px solid var(--border-2)}.v2-scope .btn.ghost:hover{background:var(--hover)}.v2-scope .panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.v2-scope .panel+.panel{margin-top:14px}.v2-scope .create-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:22px 0}@media(max-width:720px){.v2-scope .create-grid{grid-template-columns:1fr}}.v2-scope .ccard{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px;transition:.14s;cursor:pointer;display:flex;gap:15px;align-items:flex-start;text-align:left;width:100%;font-family:inherit}.v2-scope .ccard:hover{border-color:var(--blue);box-shadow:var(--sh);transform:translateY(-2px)}.v2-scope .ccard .ci{width:42px;height:42px;border-radius:10px;background:var(--blue-faint);display:grid;place-items:center;flex:none}.v2-scope .ccard .ci svg{width:21px;height:21px;color:var(--blue)}.v2-scope .ccard h3{font-size:15.5px;font-weight:600;margin:1px 0 4px;color:var(--txt)}.v2-scope .ccard p{margin:0;color:var(--txt3);font-size:13px;line-height:1.45}.v2-scope .choosecard{padding:24px 22px}.v2-scope .choosecard .ci{width:48px;height:48px}.v2-scope .choosecard .ci svg{width:24px;height:24px}.v2-scope .choosecard h3{font-size:16px}.v2-scope{--orange:#e0700f;--orange-bg:rgba(224,112,15,.12)}.v2-scope .num{font-variant-numeric:tabular-nums;letter-spacing:-.01em}.v2-scope .hero{background:var(--navy);padding:44px 24px 48px;text-align:center;position:relative;border-radius:0}.v2-scope .hero h1{color:#fff;font-size:22px;font-weight:400;margin:0 0 26px}.v2-scope .hero-row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;align-items:center}.v2-scope .hbtn{display:flex;align-items:center;gap:7px;padding:9px 18px;border-radius:5px;font-size:13.5px;font-weight:500;color:#fff;white-space:nowrap;transition:.15s;border:none;cursor:pointer;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.22)}.v2-scope .hbtn:hover{background:rgba(255,255,255,.26)}.v2-scope .hbtn svg{width:15px;height:15px}.v2-scope .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0}@media(max-width:820px){.v2-scope .stats{grid-template-columns:repeat(2,1fr)}}.v2-scope .stat{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:15px 16px;transition:.14s}.v2-scope .stat .k{font-size:12px;color:var(--txt3);font-weight:500;display:flex;align-items:center;gap:7px}.v2-scope .stat .v{font-size:26px;font-weight:600;margin-top:7px;letter-spacing:-.02em}.v2-scope .stat .d{font-size:11.5px;margin-top:2px;font-weight:500;color:var(--txt3)}.v2-scope .stat .d.up{color:var(--green)}.v2-scope .attn{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--blue);border-radius:12px;padding:15px 18px;display:flex;align-items:center;gap:15px;margin-bottom:24px}.v2-scope .attn .ic{width:40px;height:40px;border-radius:10px;background:var(--blue-faint);display:grid;place-items:center;flex:none}.v2-scope .attn .ic svg{width:20px;height:20px;color:var(--blue)}.v2-scope .attn .t b{font-weight:600}.v2-scope .attn .t .s{color:var(--txt3);font-size:13px}.v2-scope .btn.sm{padding:6px 12px;font-size:12.5px}.v2-scope .panel-h{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--border)}.v2-scope .panel-h .ic{width:30px;height:30px;border-radius:8px;background:var(--blue-faint);display:grid;place-items:center;flex:none}.v2-scope .panel-h .ic svg{width:16px;height:16px;color:var(--blue)}.v2-scope .panel-h .ttl{font-size:15px;font-weight:600}.v2-scope .panel-h .sub{font-size:12.5px;color:var(--txt3);margin-top:1px}.v2-scope .panel-h .link{margin-left:auto;color:var(--blue);font-weight:500;font-size:13px;cursor:pointer;background:none;border:none}.v2-scope table{width:100%;border-collapse:collapse}.v2-scope thead th{text-align:left;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--txt-dim);font-weight:600;padding:10px 18px;border-bottom:1px solid var(--border)}.v2-scope tbody td{padding:11px 18px;border-bottom:1px solid var(--border);vertical-align:middle}.v2-scope tbody tr:last-child td{border-bottom:none}.v2-scope tbody tr:hover{background:var(--hover)}.v2-scope tbody tr.row-click:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.v2-scope .docname{display:flex;align-items:center;gap:12px}.v2-scope .docname .t{font-weight:500}.v2-scope .docname .m{font-size:12px;color:var(--txt3)}.v2-scope .fileico{width:32px;height:32px;border-radius:8px;background:var(--blue-faint);display:grid;place-items:center;flex:none;position:relative}.v2-scope .fileico svg{width:16px;height:16px;color:var(--blue)}.v2-scope .fileico .sd{position:absolute;right:-2px;bottom:-2px;width:10px;height:10px;border-radius:50%;border:2px solid var(--surface)}.v2-scope .pill{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:500;padding:3px 10px;border-radius:7px;white-space:nowrap}.v2-scope .pill .pd{width:6px;height:6px;border-radius:50%}.v2-scope .st-completed{background:var(--green-bg);color:var(--green)}.v2-scope .st-completed .pd{background:var(--green)}.v2-scope .st-in_signing,.v2-scope .st-sent{background:var(--amber-bg);color:var(--amber)}.v2-scope .st-in_signing .pd,.v2-scope .st-sent .pd{background:var(--amber)}.v2-scope .st-viewed{background:var(--blue-faint);color:var(--blue)}.v2-scope .st-viewed .pd{background:var(--blue)}.v2-scope .st-draft{background:var(--hover);color:var(--txt3)}.v2-scope .st-draft .pd{background:var(--txt3)}.v2-scope .st-expired,.v2-scope .st-voided{background:var(--red-bg);color:var(--red)}.v2-scope .st-expired .pd,.v2-scope .st-voided .pd{background:var(--red)}.v2-scope .st-declined{background:var(--orange-bg);color:var(--orange)}.v2-scope .st-declined .pd{background:var(--orange)}.v2-scope .chart-wrap{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}@media(max-width:820px){.v2-scope .chart-wrap{grid-template-columns:1fr}}.v2-scope .bars{display:flex;align-items:flex-end;gap:14px;height:170px;padding:14px 18px 0}.v2-scope .barcol{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px;height:100%;justify-content:flex-end}.v2-scope .barpair{display:flex;gap:3px;align-items:flex-end;height:100%;width:100%;justify-content:center}.v2-scope .barpair i{width:11px;border-radius:3px 3px 0 0}.v2-scope .barpair .sent{background:var(--blue)}.v2-scope .barpair .comp{background:var(--green)}.v2-scope .barcol .mo{font-size:11px;color:var(--txt3)}.v2-scope .donut{width:150px;height:150px;border-radius:50%;flex:none}.v2-scope .legend{display:flex;flex-direction:column;gap:8px;font-size:13px}.v2-scope .legend .li{display:flex;align-items:center;gap:8px}.v2-scope .legend .sw{width:10px;height:10px;border-radius:3px}.v2-scope .legend .n{margin-left:auto;color:var(--txt3);font-variant-numeric:tabular-nums}.v2-scope .loc-bar{height:8px;border-radius:99px;background:var(--blue);opacity:.85}.v2-scope .home-cols{display:grid;grid-template-columns:1fr 320px;gap:14px;align-items:stretch}.v2-scope .home-cols>.panel{align-self:stretch}@media(max-width:900px){.v2-scope .home-cols{grid-template-columns:1fr}}.v2-scope .ov-row{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border)}.v2-scope .ov-row:last-child{border-bottom:none}.v2-scope .ov-row .lab{color:var(--txt2);font-size:14px}.v2-scope .ov-row .val{font-size:20px;font-weight:700;font-variant-numeric:tabular-nums}.v2-scope .iconbtn{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:30px;padding:0 9px;border-radius:7px;border:1px solid var(--border-2);background:var(--surface);color:var(--txt2);font-size:12px;font-weight:500;cursor:pointer;transition:.12s;white-space:nowrap;flex:none;font-family:inherit}.v2-scope .iconbtn svg{width:14px;height:14px}.v2-scope .iconbtn:hover{background:var(--hover);color:var(--txt);border-color:var(--blue)}.v2-scope .iconbtn:disabled{opacity:.5;cursor:default}.v2-scope .iconbtn.danger{color:var(--red);border-color:var(--red-bg)}.v2-scope .iconbtn.danger:hover{background:var(--red-bg);border-color:var(--red)}.v2-scope .iconbtn.warn{color:var(--orange);border-color:var(--orange-bg)}.v2-scope .iconbtn.warn:hover{background:var(--orange-bg);border-color:var(--orange)}.v2-scope .seg{gap:2px;padding:3px;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.v2-scope .seg,.v2-scope .seg button{display:inline-flex;align-items:center}.v2-scope .seg button{gap:6px;padding:5px 10px;border-radius:6px;border:none;background:none;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:500;color:var(--txt3);transition:.12s}.v2-scope .seg button svg{width:13px;height:13px}.v2-scope .seg button.active{background:var(--blue-faint);color:var(--blue-active)}.v2-scope .v2search{position:relative;flex:1;min-width:180px}.v2-scope .v2search>svg{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:var(--txt-dim);pointer-events:none}.v2-scope .v2search input{width:100%;height:38px;padding:0 12px 0 34px;background:var(--surface);border:1px solid var(--border);border-radius:9px;font-size:13.5px;font-family:inherit;color:var(--txt);outline:none;transition:.12s}.v2-scope .v2search input:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-ring)}.v2-scope .chip{padding:6px 12px;border-radius:8px;font-size:12.5px;font-weight:500;border:1px solid var(--border);background:var(--surface);color:var(--txt2);cursor:pointer;transition:.12s;font-family:inherit;white-space:nowrap}.v2-scope .chip:hover{background:var(--hover);color:var(--txt)}.v2-scope .chip.active{background:var(--blue-faint);border-color:var(--blue-ring);color:var(--blue-active);font-weight:600}.v2-scope .statfrow{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface)}.v2-scope .statf{padding:15px 18px;text-align:left;border:none;cursor:pointer;background:var(--surface);transition:.12s;border-right:1px solid var(--border);font-family:inherit}.v2-scope .statf:last-child{border-right:none}.v2-scope .statf:hover{background:var(--hover)}.v2-scope .statf.active{background:var(--blue-faint)}.v2-scope .statf .k{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--txt-dim)}.v2-scope .statf .v{font-size:24px;font-weight:600;margin-top:6px;letter-spacing:-.02em;color:var(--txt)}.v2-scope .statf.active .v{color:var(--blue-active)}.v2-scope .bulkbar{display:flex;align-items:center;gap:10px;padding:9px 16px;background:var(--blue-faint);border-bottom:1px solid var(--border)}.v2-scope .bulkbar .lbl{font-size:13px;font-weight:600;color:var(--blue-active)}.v2-scope .loadmore{padding:14px;text-align:center;font-size:13px;color:var(--txt3)}.v2-scope .v2-th{padding:11px 0;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--txt-dim);font-weight:600}.v2-scope .doc-row{border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.v2-scope .doc-row:last-child{border-bottom:none}.v2-scope .doc-row:hover{background:var(--hover)}.v2-scope .doc-row.sel,.v2-scope .doc-row.sel:hover{background:var(--blue-faint)}.v2-scope .doc-title{font-size:13px;font-weight:500;color:var(--txt);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v2-scope .doc-sub{font-size:11.5px;color:var(--txt3);display:flex;align-items:center;min-width:0}.v2-scope .doc-card{border:1px solid var(--border);border-radius:12px;padding:16px;cursor:pointer;background:var(--surface);transition:.14s}.v2-scope .doc-card:hover{border-color:var(--blue);box-shadow:var(--sh)}.v2-scope .subnav{display:flex;gap:2px;flex-wrap:wrap;border-bottom:1px solid var(--border);margin:0 0 22px}.v2-scope .subnav button{padding:9px 14px;font-size:13.5px;font-weight:500;color:var(--txt2);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:7px;transition:color .12s,border-color .12s;white-space:nowrap}.v2-scope .subnav button svg{width:15px;height:15px;flex:none}.v2-scope .subnav button:hover{color:var(--txt)}.v2-scope .subnav button.active{color:var(--blue-active);font-weight:600;border-bottom-color:var(--blue)}.v2-scope .set-rail .sbi.evt{color:var(--txt2)}.v2-scope .set-wrap{display:grid;grid-template-columns:220px 1fr;gap:24px;margin-top:20px;align-items:start}@media(max-width:820px){.v2-scope .set-wrap{grid-template-columns:1fr}}.v2-scope .set-rail{position:sticky;top:20px;display:flex;flex-direction:column;gap:2px}.v2-scope .seclabel{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--txt-dim);font-weight:600;padding:6px 12px}.v2-scope .sbi{display:flex;align-items:center;gap:11px;width:100%;text-align:left;padding:9px 12px;border-radius:8px;color:var(--txt2);font-size:13.5px;font-weight:500;transition:.12s;position:relative;background:none;border:none;cursor:pointer}.v2-scope .sbi svg{width:16px;height:16px;flex:none;color:var(--txt3)}.v2-scope .sbi:hover{background:var(--hover);color:var(--txt)}.v2-scope .sbi.active{background:var(--blue-faint);color:var(--blue-active);font-weight:600;box-shadow:inset 3px 0 0 var(--blue)}.v2-scope .sbi.active svg{color:var(--blue)}.v2-scope .rail-content{min-width:0}.v2-scope .hq{max-width:900px;margin:0 auto}.v2-scope .hq-search{position:relative;margin:0 0 18px}.v2-scope .hq-search input{width:100%;height:44px;padding:0 14px 0 40px;font:inherit;font-size:14px;color:var(--txt);background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--sh-sm);transition:border-color .14s,box-shadow .14s}.v2-scope .hq-search input::-moz-placeholder{color:var(--txt3)}.v2-scope .hq-search input::placeholder{color:var(--txt3)}.v2-scope .hq-search input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-ring)}.v2-scope .hq-search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--txt3);pointer-events:none}.v2-scope .hq-tabs{display:flex;gap:2px;margin:0 0 14px;border-bottom:1px solid var(--border);flex-wrap:wrap}.v2-scope .hq-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;font:inherit;font-size:13.5px;font-weight:500;color:var(--txt2);padding:10px 14px 12px;cursor:pointer;position:relative;display:inline-flex;align-items:center;gap:8px;border-radius:8px 8px 0 0;transition:color .14s}.v2-scope .hq-tab:hover{color:var(--txt);background:var(--hover)}.v2-scope .hq-tab[aria-selected=true]{color:var(--txt);font-weight:600}.v2-scope .hq-tab[aria-selected=true]:after{content:"";position:absolute;left:10px;right:10px;bottom:-1px;height:2px;background:var(--blue);border-radius:2px 2px 0 0}.v2-scope .hq-tab:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.v2-scope .hq-tab .c{font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;min-width:20px;padding:1px 6px;border-radius:20px;background:var(--hover);color:var(--txt2)}.v2-scope .hq-tab[aria-selected=true] .c{background:var(--blue-faint);color:var(--blue)}.v2-scope .hq-tab[data-tone=urgent] .c{background:var(--red-bg);color:var(--red)}.v2-scope .hq-head{display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);min-height:46px}.v2-scope .hq-head .note{font-size:12.5px;color:var(--txt3)}.v2-scope .hq-sp{flex:1}.v2-scope .hq-toggle{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;color:var(--txt2);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v2-scope .hq-toggle input{position:absolute;opacity:0;width:0;height:0}.v2-scope .hq-toggle .track{width:32px;height:18px;border-radius:20px;background:var(--border-2);position:relative;transition:background .16s}.v2-scope .hq-toggle .track:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:var(--sh-sm);transition:transform .16s}.v2-scope .hq-toggle input:checked+.track{background:var(--blue)}.v2-scope .hq-toggle input:checked+.track:after{transform:translateX(14px)}.v2-scope .hq-toggle input:focus-visible+.track{outline:2px solid var(--blue);outline-offset:2px}.v2-scope .hq-bulk{display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);background:var(--blue-faint);min-height:46px}.v2-scope .hq-bulk .n{font-size:13px;font-weight:600}.v2-scope .hq-row{display:flex;align-items:center;gap:14px;padding:11px 16px;min-height:48px;border-bottom:1px solid var(--border);transition:background .12s;cursor:pointer}.v2-scope .hq-row:last-child{border-bottom:none}.v2-scope .hq-row:hover{background:var(--hover)}.v2-scope .hq-row.sel{background:var(--blue-faint)}.v2-scope .hq-row:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.v2-scope .hq-cb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;flex:none;margin:0;cursor:pointer;border:1.5px solid var(--border-2);border-radius:4px;background:var(--surface);display:grid;place-content:center;transition:.12s}.v2-scope .hq-cb:checked{background:var(--blue);border-color:var(--blue)}.v2-scope .hq-cb:checked:after{content:"";width:9px;height:5px;margin-top:-2px;border:2px solid #fff;border-top:0;border-right:0;transform:rotate(-45deg)}.v2-scope .hq-cb:indeterminate{background:var(--blue);border-color:var(--blue)}.v2-scope .hq-cb:indeterminate:after{content:"";width:8px;height:0;border:1px solid #fff}.v2-scope .hq-cb:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.v2-scope .hq-meta{flex:1;min-width:0}.v2-scope .hq-l1{font-size:14px;font-weight:500;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--txt)}.v2-scope .hq-l1 .doc{color:var(--txt2);font-weight:400}.v2-scope .hq-l2{font-size:12.5px;line-height:1.35;margin-top:2px;overflow:hidden;text-overflow:ellipsis}.v2-scope .hq-age,.v2-scope .hq-l2{color:var(--txt3);white-space:nowrap}.v2-scope .hq-age{font-size:13px;font-variant-numeric:tabular-nums;text-align:right;flex:none}.v2-scope .hq-age[data-heat=warm]{color:var(--txt2)}.v2-scope .hq-age[data-heat=hot]{color:var(--amber);font-weight:500}.v2-scope .hq-age[data-heat=cold]{color:var(--red);font-weight:600}.v2-scope .hq-act{flex:none}.v2-scope .hq-batch{display:flex;align-items:center;gap:10px;padding:9px 16px;background:var(--hover);border-bottom:1px solid var(--border);font-size:12.5px;color:var(--txt2)}.v2-scope .hq-batch b{font-weight:600;color:var(--txt);font-size:13px}.v2-scope .hq-empty{padding:52px 24px;text-align:center}.v2-scope .hq-empty h3{margin:0 0 6px;font-size:15px;font-weight:600;color:var(--txt)}.v2-scope .hq-empty.good h3{color:var(--green)}.v2-scope .hq-empty p{margin:0 auto;max-width:44ch;font-size:13.5px;line-height:1.5;color:var(--txt3)}.v2-scope .hq-empty .btn{margin-top:16px}@media(max-width:640px){.v2-scope .hq-row{flex-wrap:wrap;padding:12px 14px}.v2-scope .hq-meta{flex:1 1 100%;order:3;width:100%}.v2-scope .hq-l1,.v2-scope .hq-l2{white-space:normal}.v2-scope .hq-age{order:2;margin-left:auto}.v2-scope .hq-act{order:4;margin-left:auto}}.v2-scope .pad.pad-wide{max-width:1320px}.v2-scope .home-col{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px;align-items:start;max-width:1240px;margin:0 auto}.v2-scope .home-main{grid-column:2}.v2-scope .rail{grid-column:1;grid-row:1}.v2-scope .home-main{min-width:0}.v2-scope .home-top{max-width:1240px;margin:0 auto}.v2-scope .home-top>.stats{margin-top:0}.v2-scope .rail{position:sticky;top:18px}.v2-scope .rail-sec{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.v2-scope .rail-h{display:flex;align-items:baseline;gap:8px;padding:12px 14px 10px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--txt2)}.v2-scope .rail-h .n{font-size:11px;font-weight:600;color:var(--txt3);letter-spacing:0}.v2-scope .rail-empty{padding:0 14px 14px;font-size:12.5px;color:var(--txt3);line-height:1.45}.v2-scope .rail-item{display:flex;gap:9px;align-items:flex-start;width:100%;text-align:left;font:inherit;background:none;border:none;border-top:1px solid var(--border);padding:11px 14px;cursor:pointer;transition:background .12s}.v2-scope .rail-body{flex:1;min-width:0}.v2-scope .rail-dot{flex:none;width:7px;height:7px;border-radius:50%;margin-top:6px;background:var(--blue);transition:background .18s}.v2-scope .rail-dot.read{background:var(--border-2)}.v2-scope .rail-h{justify-content:space-between}.v2-scope .rail-h button{text-transform:none;letter-spacing:0;font-weight:500;color:hsl(var(--foreground))}.v2-scope .rail-item:hover{background:var(--hover)}.v2-scope .rail-item:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.v2-scope .rail-item .t{font-size:13px;line-height:1.4;color:var(--txt)}.v2-scope .rail-item .t b{font-weight:600}.v2-scope .rail-item .when{font-size:11.5px;color:var(--txt3);margin-top:3px}.v2-scope .rail-bar{margin-top:7px;height:4px;border-radius:3px;background:var(--border);overflow:hidden}.v2-scope .rail-bar i{display:block;height:100%;background:var(--blue);border-radius:3px}.v2-scope .rail-pct{font-size:11.5px;font-weight:600;color:var(--blue);font-variant-numeric:tabular-nums}@media(max-width:1100px){.v2-scope .home-col{grid-template-columns:minmax(0,1fr);max-width:900px}.v2-scope .home-main{grid-column:1;grid-row:1}.v2-scope .rail{grid-column:1;grid-row:2;position:static}}.v2-scope .rail-item .rail-doc{color:var(--txt2)}.v2-scope .rail-foot{display:flex;align-items:center;gap:8px;margin-top:6px}.v2-scope .rail-foot .rail-bar{flex:1;min-width:0;margin-top:0}.v2-scope .rail-foot .when{margin-top:0;white-space:nowrap}.v2-scope .railgrp{display:flex;align-items:center;gap:6px;width:100%;text-align:left;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--txt-dim);font-weight:600;padding:10px 12px 6px;background:none;border:none;cursor:pointer;font-family:inherit;transition:color .12s}.v2-scope .railgrp:hover{color:var(--txt3)}.v2-scope .railgrp svg{width:12px;height:12px;flex:none;transition:transform .15s}.v2-scope .railgrp[aria-expanded=false] svg{transform:rotate(-90deg)}.v2-scope .railgrp-items{display:flex;flex-direction:column;gap:2px;padding-left:10px}.v2-scope .set-rail .sbi.all-topics{margin-bottom:2px}.v2-scope .ccard.topicbox{padding:17px 18px;gap:13px;align-items:flex-start}.v2-scope .ccard.topicbox .ci{width:36px;height:36px;border-radius:9px}.v2-scope .ccard.topicbox .ci svg{width:18px;height:18px}.v2-scope .ccard.topicbox h3{font-size:14.5px;margin:0 0 3px;line-height:1.35;min-height:2.7em}.v2-scope .ccard.topicbox h3,.v2-scope .ccard.topicbox p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.v2-scope .ccard.topicbox p{min-height:2.9em}.v2-scope .ccard.topicbox .meta{display:block;margin-top:9px;font-size:11.5px;color:var(--txt-dim);font-variant-numeric:tabular-nums}.v2-scope .ccard:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.v2-scope .topic-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--txt2);background:none;border:none;padding:0;cursor:pointer;font-family:inherit;transition:color .12s}.v2-scope .topic-back:hover{color:var(--blue)}.v2-scope .topic-back svg{width:14px;height:14px}.v2-scope .topic-seq{display:flex;gap:12px;justify-content:space-between;margin-top:38px;border-top:1px solid var(--border);padding-top:18px}.v2-scope .topic-seq a,.v2-scope .topic-seq button{display:flex;flex-direction:column;gap:2px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;max-width:46%;text-align:left}.v2-scope .topic-seq .dir{font-size:11px;color:var(--txt-dim);letter-spacing:.06em;text-transform:uppercase;font-weight:600}.v2-scope .topic-seq .t{font-size:13.5px;color:var(--txt);font-weight:500;line-height:1.4}.v2-scope .topic-seq button:hover .t{color:var(--blue)}.v2-scope .topic-seq .to-next{text-align:right;margin-left:auto}.v2-scope .topic-seq .to-next .dir,.v2-scope .topic-seq .to-next .t{text-align:right}@media(max-width:820px){.v2-scope .help-wrap .rail-content{order:1}.v2-scope .help-wrap .set-rail{order:2;position:static;border-top:1px solid var(--border);padding-top:8px}.v2-scope .topic-seq a,.v2-scope .topic-seq button{max-width:none}}