.shell{display:grid;grid-template-columns:232px minmax(0,1fr);min-height:100%;background:var(--bg);grid-gap:0;gap:0;padding:0}[data-nav=tight] .shell{grid-template-columns:68px minmax(0,1fr)}.shell>.col{flex-direction:column;min-height:100vh}.shell>.col,.side{min-width:0;display:flex}.side{flex:none;flex-direction:column;position:-webkit-sticky;position:sticky;top:env(safe-area-inset-top,0);height:100vh;background:var(--surface);border-right:1px solid var(--rule);padding:12px 10px}.side__mk{display:flex;align-items:center;min-height:44px;padding:0 10px;margin-bottom:10px;text-decoration:none}.side__mk--tight{display:none}[data-nav=tight] .side__mk{justify-content:center;padding:10px 0;margin-bottom:14px}[data-nav=tight] .side__mk--wide{display:none}[data-nav=tight] .side__mk--tight{display:block}[data-nav=tight] .side__mk svg{height:20px;width:auto}.side__list{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--sand-300) transparent}.side__list::-webkit-scrollbar{width:6px}.side__list::-webkit-scrollbar-thumb{background:var(--sand-300);border-radius:var(--r-pill)}.side__list::-webkit-scrollbar-track{background:transparent}[data-nav=tight] .side__list{overflow:visible}.side__grp{flex-direction:column}.side__grp,.side__row{display:flex;min-width:0}.side__row{align-items:center;border-radius:var(--r-sm);color:var(--text-2)}.side__row:hover{background:var(--surface-sunk);color:var(--text)}.side__row:hover .side__i svg{color:var(--text-2)}.side__row:has(.side__i[aria-current=page]){background:var(--accent-wash);--pill:var(--surface);color:var(--accent-strong)}.side__row:has(.side__i[aria-current=page]) .side__i{font-weight:600}.side__row:has(.side__i[aria-current=page]) svg{color:var(--accent)}.side__row .side__i,.side__row .side__i:hover,.side__row .side__i[aria-current=page]{background:none;color:inherit}.side__grp:has(.side__s[aria-current=page])>.side__row .side__i{color:var(--accent-strong);font-weight:600}.side__grp:has(.side__s[aria-current=page])>.side__row .side__i svg{color:var(--accent)}.side__x{flex:none;display:inline-grid;place-items:center;width:28px;height:28px;margin-left:2px;padding:0;border:0;background:none;cursor:pointer;border-radius:var(--r-sm);color:var(--text-muted);transition:transform .15s ease,color .12s ease}.side__x svg{width:16px;height:16px;display:block}.side__x:hover{color:var(--text)}.side__x[aria-expanded=true]{transform:rotate(180deg)}.side__row:has(.side__i[aria-current=page]) .side__x{color:var(--accent)}.side__x:focus-visible{outline:2px solid var(--bronze-500);outline-offset:-2px}@media (prefers-reduced-motion:reduce){.side__x{transition:none}}.side__i{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1;min-height:40px;padding:0 10px;border:0;background:none;cursor:pointer;border-radius:var(--r-sm);text-decoration:none;color:var(--text-2);font-family:var(--font-text);font-weight:500;font-size:14px;line-height:1.3;text-align:left}.side__i svg{width:20px;height:20px;flex:none;color:var(--text-muted)}.side__t{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side__i:hover{background:var(--surface-sunk);color:var(--text)}.side__i:hover svg{color:var(--text-2)}.side__i[aria-current=page]{background:var(--accent-wash);--pill:var(--surface);color:var(--accent-strong);font-weight:600}.side__i[aria-current=page] svg{color:var(--accent)}.side__i:focus-visible{outline:2px solid var(--bronze-500);outline-offset:-2px}.side__sub{display:flex;flex-direction:column;gap:2px;margin:2px 0 2px 20px;padding-left:11px;border-left:1px solid var(--rule)}.side__s{display:flex;align-items:center;gap:8px;min-width:0;min-height:34px;padding:0 10px;border-radius:var(--r-sm);text-decoration:none;font-family:var(--font-text);font-weight:500;font-size:13px;line-height:1.3}.side__s,.side__s svg{color:var(--text-muted)}.side__s svg{width:16px;height:16px;flex:none}.side__s{position:relative}.side__s:hover{background:var(--surface-sunk);color:var(--text)}.side__s[aria-current=page]{color:var(--accent-strong);font-weight:600;background:color-mix(in srgb,var(--accent-wash) 50%,var(--surface));--pill:var(--surface)}.side__s[aria-current=page] svg{color:var(--accent)}.side__s[aria-current=page]:before{content:"";position:absolute;left:-11px;top:50%;width:11px;height:1px;background:var(--accent)}.side__s[aria-current=page]:after{content:"";position:absolute;left:-13.5px;top:50%;width:5px;height:5px;margin-top:-2.5px;border-radius:50%;background:var(--accent)}.side__fly--sep,.side__grp--sep{margin-top:8px;padding-top:8px;border-top:1px solid var(--rule)}:root:not([data-nav=tight]) .side__fly--sep{width:100%}.side__ft{display:flex;flex-direction:column;gap:2px;padding-top:8px;margin-top:8px;border-top:1px solid var(--rule)}[data-nav=tight] .side{align-items:center;padding:12px 0}[data-nav=tight] .side__ft,[data-nav=tight] .side__list{align-items:center;width:100%}[data-nav=tight] .side__t{display:none}[data-nav=tight] .side__i{width:44px;flex:none;justify-content:center;padding:0;min-height:44px}[data-nav=tight] .side__ft{padding-left:10px;padding-right:10px}.tipt{position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);background:var(--ink);color:var(--sand-050);padding:5px 9px;border-radius:var(--r-sm);font-size:12px;font-weight:500;line-height:1.3;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease;z-index:80}.side__fly:focus-within>.tipt,.side__fly:hover>.tipt{opacity:1}.side__fly:has([aria-expanded=true])>.tipt{opacity:0}@media (prefers-reduced-motion:reduce){.tipt{transition:none}}.tipw{position:relative;display:inline-flex;align-items:center}.tipw>.tipt{left:auto;right:0;top:calc(100% + 8px);transform:none}.tipw:focus-within>.tipt,.tipw:hover>.tipt{opacity:1}.side__fly{position:relative;display:inline-flex;align-items:center}:root:not([data-nav=tight]) .side__fly{width:100%}:root:not([data-nav=tight]) .side .tipt{display:none}.tb{position:relative;display:flex;gap:12px;padding:10px 20px;background:var(--bg)}.tb,.tb__brand{flex:none;align-items:center}.tb__brand{display:none;border:0;background:none;cursor:pointer;padding:7px 9px;border-radius:var(--r-sm);min-height:var(--tap);text-decoration:none}.tb__brand:hover{background:var(--accent-wash);--pill:var(--surface)}.tb__who{margin-left:auto;display:flex;align-items:center;gap:6px}.iconb{width:40px;height:40px;border:0;background:none;border-radius:var(--r);cursor:pointer;display:grid;place-items:center;color:var(--text-muted);flex:none}.iconb svg{width:21px;height:21px}.iconb:hover{color:var(--text)}.iconb:hover,.iconb[aria-expanded=true]{background:var(--accent-wash);--pill:var(--surface)}.iconb[aria-expanded=true]{color:var(--accent-strong)}.avb{width:40px;height:40px;border-radius:var(--r);border:0;cursor:pointer;flex:none;display:grid;place-items:center;background:var(--pill);color:var(--accent-strong);font-family:var(--font-text);font-weight:700;font-size:13px;line-height:1}.avb:hover,.avb[aria-expanded=true]{background:var(--accent);color:var(--on-accent)}.avb{padding:0;overflow:hidden}.avb__img{width:100%;height:100%;object-fit:cover;display:block}.av--img{object-fit:cover;padding:0}.pop__who{display:flex;align-items:center;gap:10px;padding:8px 10px 12px}.pop__who,.pop__who>div{min-width:0}.pop__who .av{border-radius:var(--r)}.pop__who b{display:block;font-weight:600;font-size:14px;line-height:1.35}.pop__who i{display:block;font-style:normal;font-size:12px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pop__none,.pop__who i{color:var(--text-muted)}.pop__none{padding:14px 10px;font-size:13px;line-height:1.55;margin:0}.pop form{margin:0}.pop form .pop__i{text-align:left}.pop__i--sub{padding-left:24px;font-size:13px;color:var(--text-muted)}.pop__i--sub svg{color:var(--field-line)}.pop--rail{left:calc(100% + 10px);top:0;bottom:auto;min-width:200px;max-height:calc(100vh - 24px);overflow:auto}.pop--srch{min-width:380px;max-width:min(440px,92vw);padding:10px}.srch__in{position:relative}.srch__in>svg{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--text-muted);pointer-events:none}.srch__in .inp{padding-left:38px}.srch__res{max-height:52vh;overflow:auto;margin-top:6px}.srch__res:empty{display:none}.srch__g{margin:9px 8px 3px;font-family:var(--font-text);font-weight:700;font-size:11px;line-height:1.4;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.srch__res>div:first-child .srch__g{margin-top:2px}.srch__h{display:flex;align-items:center;gap:10px;min-height:var(--tap);padding:6px 8px;border-radius:var(--r-sm);text-decoration:none;color:inherit}.srch__h.is-on,.srch__h:hover{background:var(--accent-wash);--pill:var(--surface)}.srch__ic{flex:none;width:30px;height:30px;border-radius:var(--r-sm);display:grid;place-items:center;background:var(--surface-sunk);color:var(--accent-strong)}.srch__ic svg{width:16px;height:16px}.srch__m{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:1px}.srch__t{font-weight:600;font-size:14px;line-height:1.35;color:var(--text)}.srch__s,.srch__t{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.srch__s{font-size:12px;line-height:1.4}.srch__k,.srch__s{color:var(--text-muted)}.srch__k{flex:none;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.srch__h.is-on .srch__k{color:var(--accent-strong)}.inp[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.navdd{display:none;flex:none;min-width:196px}.crumb{margin-bottom:6px}.crumb ol{list-style:none;display:flex;flex-wrap:wrap;align-items:center;margin:0;padding:0}.crumb li{display:inline-flex;align-items:center;font-weight:700;font-size:11px;line-height:1.6;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);min-width:0}.crumb li+li:before{content:"/";margin:0 9px;color:var(--field-line);font-weight:400;letter-spacing:0}.crumb a{color:var(--text-muted);text-decoration:none}.crumb a:hover{color:var(--text)}.crumb [aria-current=page]{color:var(--text-2)}.wrap{position:relative}.tb__slot{display:flex;align-items:center;gap:6px}.tb .tipt{left:auto;right:0;top:calc(100% + 8px);transform:none}.iconb[aria-pressed=true]{background:var(--accent);color:var(--on-accent)}@media (max-width:900px){.shell,[data-nav=tight] .shell{grid-template-columns:1fr}.side{display:none}.tb__brand{display:inline-flex}.navdd{display:block;order:3;flex:1 0 100%;min-width:0}.tb{padding:10px 16px;gap:10px 12px;flex-wrap:wrap}.tb__brand{order:1;padding:7px 4px}.tb__who{order:2;margin-left:auto}.main{padding:var(--s5) 16px var(--s8)}}@media (max-width:620px){.dd--srch{position:static}.pop--srch{left:16px;right:16px;min-width:0;max-width:none;top:calc(100% + 6px)}}.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:16px;z-index:200;background:var(--surface);padding:10px 14px;border-radius:var(--r)}.empty{display:flex;flex-direction:column;gap:var(--s4);padding:var(--s7) var(--s5);text-align:center;align-items:center}.spin{width:18px;height:18px;border-radius:50%;border:2px solid var(--field-line);border-top-color:var(--accent);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.spin{animation-duration:2s}}.authwrap{min-height:100vh;display:grid;place-items:center;padding:32px 16px;background:var(--bg)}.auth__card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--rule);border-radius:var(--r-xl);box-shadow:var(--shadow-card);padding:32px 28px}.auth__mark{margin-bottom:22px}.figs{flex-wrap:wrap;padding-bottom:var(--s5);border-bottom:1px solid var(--rule)}.fig,.figs{display:flex}.fig{flex-direction:column;gap:2px;padding:0 var(--s5);min-width:132px}.fig:first-child{padding-left:0}.fig+.fig{border-left:1px solid var(--rule)}.fig__n{font-family:var(--font-display);font-weight:700;font-size:28px;line-height:1.1;letter-spacing:-.02em;color:var(--text);text-decoration:none;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}a.fig__n:hover{color:var(--accent-strong)}.fig--warn .fig__n{color:var(--caution)}.w__body>.figs{padding-bottom:0;border-bottom:0}@media (max-width:620px){.figs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--s4);gap:var(--s4)}.fig{padding:0;min-width:0}.fig:first-child{padding-left:0}.fig+.fig{border-left:0}}.ghome{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.hcard{display:flex;flex-direction:column}.hcard__hd{display:flex;align-items:baseline;justify-content:space-between;gap:var(--s4);padding:var(--s4) var(--s5) var(--s3);border-bottom:1px solid var(--rule-on-surface)}.hcard__hd h2{font-family:var(--font-display);font-weight:600;font-size:18px;line-height:1.3;margin:0;min-width:0}.hcard__hd a{flex:none;font-size:12px;font-weight:600;color:var(--accent);text-decoration:none}.hcard__hd a:hover{color:var(--accent-strong)}.hcard__bd{padding:0 var(--s5)}.hcard__none{padding:var(--s5);margin:0;font-size:14px;line-height:1.55;color:var(--text-muted)}.hlist{list-style:none;margin:0;padding:0}.hlist li+li{border-top:1px solid var(--rule-on-surface)}.hlist a,.hlist>li>span{display:flex;align-items:center;gap:var(--s4);padding:13px 0;min-height:var(--tap);text-decoration:none}.hlist a:hover .hrow__t{color:var(--accent-strong)}.hrow__m{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:1px}.hrow__t{font-weight:600;font-size:14px;line-height:1.4;color:var(--text);overflow-wrap:anywhere}.jump{display:flex;flex-wrap:wrap;gap:var(--s2)}.jump,.jump a{align-items:center}.jump a{display:inline-flex;gap:8px;min-height:38px;padding:0 13px;border-radius:var(--r-pill);border:1px solid var(--rule);background:var(--surface);text-decoration:none;font-size:13px;font-weight:600;color:var(--text-2)}.jump a:hover{border-color:var(--bronze-300);background:var(--accent-wash);--pill:var(--surface);color:var(--text)}.jump svg{width:16px;height:16px}@media (max-width:620px){.figs{row-gap:var(--s4)}.fig{min-width:50%;padding:0 var(--s4)}.fig:nth-child(odd){padding-left:0;border-left:0}.hcard__hd{padding:var(--s4) var(--s4) var(--s3)}.hcard__bd{padding:0 var(--s4)}.hcard__none{padding:var(--s4)}.jump a{flex:1 1;justify-content:center}}.w{position:relative}.w--edit{min-height:0}.w--edit .w__body,.w--edit .w__foot{display:none}.w--edit .w__head{padding-bottom:14px}.w__grip{display:grid;place-items:center;width:28px;height:28px;flex:none;border:0;background:none;border-radius:var(--r-sm);color:var(--text-muted);cursor:-webkit-grab;cursor:grab;touch-action:none;margin:-2px 6px 0 -4px}.w__grip:active{cursor:-webkit-grabbing;cursor:grabbing}.w__grip:hover{background:var(--accent-wash);--pill:var(--surface);color:var(--text)}.w__grip svg{width:18px;height:18px}.w__x{display:grid;place-items:center;width:28px;height:28px;flex:none;border:0;background:none;border-radius:var(--r-pill);color:var(--text-muted);cursor:pointer}.w__x svg{width:16px;height:16px}.w__x:hover{background:color-mix(in srgb,var(--alert) 12%,transparent);color:var(--alert)}.w__rz{position:absolute;right:14px;bottom:6px;width:64px;height:6px;border:0;padding:0;border-radius:var(--r-pill);background:var(--field-line);cursor:nwse-resize;touch-action:none}.w__rz:hover{background:var(--accent)}.w.is-drag{opacity:.45}.w.is-over{outline:2px solid var(--accent);outline-offset:2px}[data-wide=on] .wrap{max-width:95%}a.pop__i,a.pop__i:hover{color:var(--text);text-decoration:none}a.pop__i[aria-current=page]{color:var(--accent-strong)}.ntbadge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:var(--r-pill);background:var(--accent);color:var(--on-accent);font-size:10px;font-weight:700;line-height:16px;text-align:center;border:2px solid var(--bg);box-sizing:content-box;pointer-events:none}.pop--nt{width:380px;max-width:min(400px,92vw);padding:0;overflow:hidden}.ntpop__h{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--rule-on-surface)}.ntpop__l{max-height:min(58vh,420px);overflow-y:auto;overscroll-behavior:contain}.ntpop__f{display:flex;gap:6px;padding:8px;border-top:1px solid var(--rule-on-surface)}.ntpop__f .ntlink{flex:1 1;justify-content:center;min-height:38px}.ntlink{display:inline-flex;align-items:center;gap:6px;border:0;background:none;cursor:pointer;padding:6px 10px;border-radius:var(--r-sm);color:var(--accent);font-family:var(--font-text);font-size:13px;font-weight:600;line-height:1.3}.ntlink:hover{background:var(--accent-wash);--pill:var(--surface);color:var(--accent-strong)}.ntrow{display:grid;grid-template-columns:34px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start;width:100%;padding:14px;border:0;background:none;cursor:pointer;text-align:left;border-bottom:1px solid var(--rule-on-surface);color:var(--text)}.ntrow:last-child{border-bottom:0}.ntrow:hover{background:var(--accent-wash);--pill:var(--surface)}.ntrow:focus-visible{outline:2px solid var(--bronze-500);outline-offset:-2px}.ntrow[data-unread="0"],.ntrow[data-unread="0"] .ntrow__s{color:var(--text-2)}.ntrow__i{width:34px;height:34px;border-radius:var(--r-sm);display:grid;place-items:center;background:var(--surface-sunk);color:var(--text-2)}.ntrow__i svg{width:18px;height:18px}.ntrow__i[data-slot="0"]{background:color-mix(in srgb,var(--alert) 14%,transparent);color:var(--alert)}.ntrow__i[data-slot="1"]{background:color-mix(in srgb,var(--chart-1) 16%,transparent);color:var(--chart-1)}.ntrow__i[data-slot="2"]{background:color-mix(in srgb,var(--chart-2) 16%,transparent);color:var(--chart-2)}.ntrow__i[data-slot="3"]{background:color-mix(in srgb,var(--chart-3) 16%,transparent);color:var(--chart-3)}.ntrow__i[data-slot="4"]{background:color-mix(in srgb,var(--chart-4) 16%,transparent);color:var(--chart-4)}.ntrow__i[data-slot="5"]{background:color-mix(in srgb,var(--chart-5) 16%,transparent);color:var(--chart-5)}.ntrow__i[data-slot="6"]{background:color-mix(in srgb,var(--chart-6) 16%,transparent);color:var(--chart-6)}.ntrow__i[data-slot="7"]{background:color-mix(in srgb,var(--chart-7) 16%,transparent);color:var(--chart-7)}.ntrow__t{min-width:0;display:flex;flex-direction:column;gap:3px}.ntrow__s{font-size:14px;line-height:1.45;font-weight:500;color:var(--text);overflow-wrap:anywhere}.ntrow__w{font-size:12px;line-height:1.5;color:var(--text-muted)}.ntrow__m{display:flex;flex-direction:column;align-items:flex-end;gap:7px;padding-top:2px}.ntrow__a{font-size:12px;line-height:1.3;color:var(--text-muted);white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ntrow[data-urgent="1"] .ntrow__a{color:var(--alert);font-weight:600}.ntdot{width:8px;height:8px;border-radius:var(--r-pill);background:var(--accent);flex:none}.nttoaster{position:fixed;z-index:90;top:calc(68px + env(safe-area-inset-top,0px));right:20px;width:356px;max-width:calc(100vw - 32px);display:flex;flex-direction:column;gap:10px;pointer-events:none}.nttoaster:empty{display:none}.nttoast{pointer-events:auto;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:start;background:var(--surface);border:1px solid var(--rule);border-radius:var(--r-lg);box-shadow:var(--shadow-pop);padding:6px;opacity:0;transform:translateX(12px) scale(.98);transition:opacity .22s ease,transform .22s cubic-bezier(.2,.7,.3,1)}.nttoast.is-in{opacity:1;transform:none}.nttoast__b{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start;min-width:0;padding:8px;border:0;background:none;cursor:pointer;text-align:left;border-radius:var(--r-sm);color:var(--text)}.nttoast__b:hover{background:var(--accent-wash);--pill:var(--surface)}.nttoast__x{width:30px;height:30px;margin:8px 8px 0 0;display:grid;place-items:center;border:0;background:none;border-radius:var(--r-sm);color:var(--text-muted);cursor:pointer}.nttoast__x svg{width:16px;height:16px}.nttoast__x:hover{background:var(--accent-wash);--pill:var(--surface);color:var(--text)}.nttoast__p{position:absolute;left:0;bottom:0;height:2px;width:100%;background:var(--accent);opacity:.5;transform-origin:left center;animation:ntdrain linear forwards}.nttoast[data-urgent="1"] .nttoast__p{background:var(--alert);opacity:.75}@keyframes ntdrain{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (prefers-reduced-motion:reduce){.nttoast{transition:none}.nttoast__p{animation:none;transform:scaleX(0)}}@media (max-width:900px){.nttoaster{top:calc(64px + env(safe-area-inset-top,0px));left:12px;right:12px;width:auto}.pop--nt{width:min(380px,92vw)}}.inp--code{max-width:120px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.bdg--sale{background:color-mix(in srgb,var(--chart-3) 16%,transparent);color:var(--chart-3)}.ppop__chip--more{background:var(--pill);color:var(--accent-strong);font-weight:600}.ppop__chip--more:hover{background:var(--bronze-300);color:var(--bronze-900)}.ord{display:inline-flex;flex-direction:column;gap:2px}.ord button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:none;cursor:pointer;color:var(--text-muted);padding:2px 4px;line-height:1;border-radius:var(--r-sm)}.ord button svg{width:15px;height:15px;display:block}.ord button:hover:not(:disabled){color:var(--text);background:var(--accent-wash);--pill:var(--surface)}.ord button:disabled{opacity:.28;cursor:default}.grow{display:flex;align-items:flex-start;gap:var(--s4);padding:var(--s4) 0;border-top:1px solid var(--rule)}.grow:first-child{border-top:0;padding-top:0}.grow__n{flex:1 1;min-width:0}.grow__c{display:flex;gap:var(--s5);flex-wrap:wrap}@media(max-width:760px){.grow{flex-wrap:wrap}.grow__n{flex-basis:100%;order:-1}}.stat{min-width:74px}.stat b{font:700 19px/1.2 var(--font-display)}.stat .cap,.stat b{display:block}.gone>td{opacity:.55}.gone .sw{opacity:1}.mode{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:var(--r);border:1.5px solid var(--rule);background:var(--surface);cursor:pointer;text-align:left;font-family:inherit;color:var(--text)}.mode:hover:not(:disabled){border-color:var(--field-line-hover);background:var(--field-hover)}.mode[aria-checked=true]{border-color:var(--accent);background:var(--accent-wash);--pill:var(--surface)}.mode:disabled{opacity:.55;cursor:default}.mode[aria-checked=true] .mode__r{border-color:var(--accent)}.mode[aria-checked=true] .mode__r i{opacity:1}.mode b{display:block;font:600 14px/1.3 var(--font-text)}.mode b+span{display:block;font-size:12px;color:var(--text-muted);line-height:1.45;margin-top:2px}.roster{list-style:none;margin:0;padding:0}.roster li{display:flex;align-items:center;gap:12px;padding:10px 0;border-top:1px solid var(--rule-on-surface)}.roster li:first-child{border-top:0}.load{display:flex;align-items:center;gap:8px;min-width:132px}@media(max-width:560px){.roster li{flex-wrap:wrap}.load{min-width:100%}}.admods{list-style:none;margin:0;padding:0}.admods>li+li{border-top:1px solid var(--rule-on-surface)}.admod{display:flex;align-items:flex-start;gap:var(--s4);padding:16px 0}.admod__ic--off{background:var(--surface-sunk);color:var(--text-muted);box-shadow:inset 0 0 0 1px var(--rule)}.admod__b{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:3px}.admod__n{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.admod__n b{font-size:15px;font-weight:700}.admod__r{font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.admod__d,.admod__r{color:var(--text-muted)}.admod__d{font-size:13px;line-height:1.5}.admod__set{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:6px}.admod__link{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:var(--r-sm);background:var(--surface-sunk);color:var(--text-2);font-size:12px;font-weight:600;text-decoration:none;border:1px solid var(--rule)}.admod__link:hover{border-color:var(--field-line-hover);color:var(--text)}.admod__link svg{width:13px;height:13px;flex:none}.admod__q{color:var(--text-muted);font-weight:600}.admod__a{flex:none;display:flex;align-items:center;padding-top:4px}@media (max-width:620px){.admod{flex-wrap:wrap}.admod__a{width:100%;justify-content:flex-end;padding-top:2px}}.gcell{display:flex;align-items:center;flex-wrap:wrap;gap:var(--s2)}.gcell .sel{flex:none}.gcell .pop{min-width:200px;max-height:min(58vh,340px);overflow-y:auto;overscroll-behavior:contain}.tbl .gcell .sel__t{width:auto;min-height:30px;padding:0 10px;font-size:12px;font-weight:600;background:var(--surface-sunk);border:1px solid var(--rule);border-radius:var(--r-sm);gap:6px}.tbl .gcell .sel__t:hover{border-color:var(--field-line-hover);background:var(--field-hover)}.tbl .gcell .sel__t svg{width:13px;height:13px}.pfwho{display:inline-flex;align-items:center;gap:9px;min-width:0}.pfwho>b{font-weight:700}.pfwho>.cap,.pfwho>b{white-space:nowrap}.pfpick{display:inline-flex;gap:2px;padding:2px;background:var(--surface-sunk);border:1px solid var(--rule);border-radius:var(--r-sm)}.pfpick button{min-width:36px;min-height:34px;padding:0 6px;border:0;border-radius:5px;background:transparent;cursor:pointer;font-family:var(--font-text);font-weight:700;font-size:12.5px;color:var(--text-muted);transition:background .12s,color .12s}.pfpick button:hover{color:var(--text)}.pfpick button[aria-pressed=true]{background:var(--accent);color:var(--on-accent);box-shadow:var(--shadow-card)}.pfpick button:focus-visible{outline:2px solid var(--field-line-focus);outline-offset:1px}.pfscore{font-family:var(--font-display);font-weight:700;font-size:19px;line-height:1;letter-spacing:-.01em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pfspark{display:inline-flex;align-items:flex-end;gap:3px;height:22px}.pfspark i{display:block;width:6px;border-radius:2px 2px 0 0;background:var(--chart-1);opacity:.85}.pfspark i.none{background:var(--sand-300);opacity:.35}.pfai{border-radius:var(--r);background:var(--surface-sunk);padding:14px;display:flex;flex-direction:column;gap:9px}.pfai p{margin:0}.pftag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--r-pill);background:var(--pill);color:var(--accent-strong);font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;align-self:flex-start}.pftag svg{width:13px;height:13px;flex:none}.pfquote{text-decoration:line-through;color:var(--text-muted)}.pfsrc{display:flex;flex-wrap:wrap;gap:6px}.pfsrc span{font-size:11px;font-weight:600;color:var(--text-muted);background:var(--surface);border:1px solid var(--rule);border-radius:var(--r-pill);padding:3px 9px}.pfsteps{display:flex;align-items:center;flex-wrap:wrap;row-gap:6px}.pfsteps i{font-style:normal;font-size:12px;font-weight:600;color:var(--text-muted);padding:5px 11px;border-radius:var(--r-pill);background:var(--surface-sunk)}.pfsteps i.on{background:var(--pill);color:var(--accent-strong)}.pfsteps i.done{color:var(--text-2)}.pfsteps em{font-style:normal;color:var(--text-muted);padding:0 5px;font-size:13px}.pfgate{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));grid-gap:var(--s3);gap:var(--s3)}.pfgate button{padding:15px;border:1px solid var(--field-line);border-radius:var(--r);background:var(--surface);cursor:pointer;display:flex;flex-direction:column;gap:7px;text-align:left;font-family:var(--font-text)}.pfgate button:hover{border-color:var(--field-line-hover)}.pfgate button[aria-pressed=true]{border-color:var(--caution);box-shadow:0 0 0 1px var(--caution)}.pfgate b{font-size:14px;color:var(--text);display:flex;align-items:center;gap:9px}.pfgate b svg{width:17px;height:17px;flex:none}.pfgate span{font-size:12.5px;color:var(--text-2);line-height:1.55}.pfsig{border:1px dashed var(--field-line);border-radius:var(--r);padding:15px;background:var(--field)}.pfsigline{font-family:var(--font-display);font-weight:600;font-size:21px;color:var(--text);border-bottom:2.5px solid var(--field-line);padding-bottom:7px;margin-bottom:7px;min-height:30px}.pfnote{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:0 11px;border:1px solid var(--field-line);border-radius:var(--r-pill);background:var(--surface);color:var(--text-2);font-family:var(--font-text);font-weight:600;font-size:12px;cursor:pointer}.pfnote svg{width:14px;height:14px;flex:none}.pfnote:hover{border-color:var(--field-line-hover);color:var(--text)}.pffields{display:grid;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));grid-gap:var(--s4) var(--s5);gap:var(--s4) var(--s5)}.pffields--2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (max-width:640px){.pffields,.pffields--2,.pfgate{grid-template-columns:1fr}}.ef__id{margin-bottom:var(--s4)}.ef__head{display:flex;gap:var(--s4);align-items:flex-start;flex-wrap:wrap}.ef__name{font-family:var(--font-display);font-weight:700;font-size:26px;line-height:1.2;letter-spacing:-.015em;margin:0}.ef__role{color:var(--text-2);font-size:14px;margin:2px 0 0}.ef__tags{gap:6px;margin-top:10px}.ef__acts,.ef__tags{display:flex;flex-wrap:wrap}.ef__acts{gap:var(--s2);align-items:center}.ef__acts .btn{width:auto}.ef__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--s4);gap:var(--s4)}.ef__stat{padding-left:var(--s4);border-left:1px solid var(--rule-on-surface)}.ef__stat:first-child{padding-left:0;border-left:0}.ef__fig{font-family:var(--font-display);font-weight:700;font-size:30px;line-height:1.05;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin:6px 0 2px}.ef__fig--sm{font-size:20px}.ef__of{font-family:var(--font-text);font-weight:600;font-size:13px;color:var(--text-muted);letter-spacing:0}.ef__band,.ef__grid{margin-bottom:var(--s5)}.ef__rank{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);grid-gap:var(--s5);gap:var(--s5);align-items:end}.ef__bars{display:flex;align-items:flex-end;gap:6px;height:120px;margin-bottom:22px}.ef__bars span{flex:1 1;height:var(--h);background:var(--chart-1);border-radius:4px 4px 0 0;position:relative;min-width:0}.ef__bars b{position:absolute;left:0;right:0;bottom:-18px;text-align:center;font-size:10px;font-weight:600;color:var(--text-muted)}.ef__srow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ef__rep{display:inline-flex;align-items:center;height:22px;padding:0 9px;border-radius:var(--r-pill);font-size:12px;font-weight:600;letter-spacing:.04em;background:color-mix(in srgb,var(--rc) 16%,transparent);color:var(--rc)}.ef__docn{display:block;font-weight:600;font-size:14px}.ef__kind{flex:none;min-width:104px;justify-content:center}.ef__pn{flex:1 1;min-width:0;font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ef__chain{display:flex;align-items:flex-start;margin:0 0 var(--s5);padding:0 var(--s5);overflow-x:auto}.ef__node{flex:0 0 auto;width:148px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:6px 4px;border-radius:var(--r);text-decoration:none;color:inherit}a.ef__node:hover{background:var(--accent-wash);--pill:var(--surface)}.av--ch{width:40px;height:40px;font-size:14px}.ef__node--here .av--ch{box-shadow:0 0 0 2px var(--accent)}.ef__lname{font-weight:600;font-size:13px}.ef__lname,.ef__node .cap{line-height:1.3}.ef__wire{flex:1 1 auto;min-width:20px;height:1px;background:var(--field-line);margin-top:26px}.paydrawer__btn{width:auto}.paydrawer__scrim{position:fixed;inset:0;background:rgba(18,18,18,.28);z-index:90}.paydrawer{position:fixed;top:0;right:0;bottom:0;width:560px;max-width:95vw;z-index:95;background:var(--surface);border-left:1px solid var(--rule);box-shadow:var(--shadow-pop);transform:translateX(101%);transition:transform .22s ease-out;display:flex;flex-direction:column;visibility:hidden}.paydrawer.is-open{transform:translateX(0);visibility:visible}@media (prefers-reduced-motion:reduce){.paydrawer{transition:none}}.paydrawer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--s4);padding:var(--s5) var(--s5) var(--s4);border-bottom:1px solid var(--rule)}.paydrawer__n{font-family:var(--font-display);font-weight:700;font-size:18px;margin:4px 0 0}.paydrawer__body{padding:var(--s5);overflow-y:auto}.paydrawer .twrap{overflow-x:visible}.paydrawer .twrap .tbl{min-width:0}body.paydrawer-open{overflow:hidden}@media (max-width:820px){.ef__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ef__stat:nth-child(3){padding-left:0;border-left:0}.ef__rank{grid-template-columns:minmax(0,1fr)}}@media (max-width:520px){.ef__stats{grid-template-columns:minmax(0,1fr)}.ef__stat{padding-left:0;border-left:0}.ef__acts .btn{width:100%}}.shead{display:flex;align-items:center;gap:8px;margin:0 0 var(--s3);padding-bottom:var(--s3);border-bottom:1px solid var(--rule-on-surface);font-family:var(--font-text);font-weight:700;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-2)}.shead svg{width:16px;height:16px;flex:none;color:var(--accent)}.shead__r{margin-left:auto;font-size:12px;font-weight:500;letter-spacing:0;text-transform:none;color:var(--text-muted)}a.shead__r{color:var(--accent);font-weight:600;text-decoration:none}a.shead__r:hover{color:var(--accent-strong);text-decoration:underline}a.ef__node:hover{background:var(--surface-sunk)}a.ef__node:hover .av{box-shadow:0 0 0 1px var(--field-line)}.ef__name{font-size:28px}.ef__fig{font-size:32px}.ef__stat .ov{color:var(--text-2)}.ef__node--here .av--ch{background:var(--ink);color:var(--paper);box-shadow:none}.cpper{font-family:var(--font-display);font-weight:600;font-size:20px;line-height:1.3;color:var(--text);text-decoration:none;display:block}a.cpper:hover{color:var(--accent-strong);text-decoration:underline;text-underline-offset:3px}.cpper--off{color:var(--text-muted)}.cpmeta{display:flex;gap:var(--s3);flex-wrap:wrap;margin-top:2px}.cpidx{background:var(--surface);border:1px solid var(--rule);box-shadow:var(--shadow-card);margin-bottom:var(--s6)}.cpidx,.cpidx>summary{border-radius:var(--r-lg)}.cpidx>summary{display:flex;align-items:center;gap:var(--s3);min-height:var(--tap);padding:var(--s2) var(--s5);cursor:pointer;list-style:none}.cpidx>summary::-webkit-details-marker{display:none}.cpidx>summary:hover{color:var(--accent-strong)}.cpidx>summary .ov{margin-right:auto}.cpidx__c{font-size:13px;font-weight:500}.cpidx__c,.cpidx__ch{color:var(--text-muted)}.cpidx__ch{width:18px;height:18px;flex:none;transition:transform .15s}.cpidx[open] .cpidx__ch{transform:rotate(180deg)}.cpidx__l{list-style:none;margin:0;padding:0 var(--s5) var(--s3)}.cpidx__l li{border-top:1px solid var(--rule-on-surface)}.cpidx__l a{display:flex;align-items:center;gap:var(--s3);min-height:var(--tap);font-size:14px;font-weight:600;color:var(--text-2);text-decoration:none}.cpidx__l a:hover{color:var(--accent-strong)}.cpidx__l a:hover .cpidx__n{background:var(--accent-strong);color:var(--on-accent)}.cpidx__n--apx{background:transparent;color:var(--text-muted);box-shadow:inset 0 0 0 1px var(--field-line)}.cpidx__l a:hover .cpidx__n--apx{background:var(--accent-wash);--pill:var(--surface);color:var(--accent-strong);box-shadow:inset 0 0 0 1px var(--accent-wash)}.cpsheet{background:var(--surface);border:1px solid var(--rule);border-radius:var(--r-lg);box-shadow:var(--shadow-card);padding:var(--s6)}.cpladder{list-style:none;margin:0;padding:0}.cprung{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);grid-gap:var(--s4);gap:var(--s4);padding-bottom:var(--s7);scroll-margin-top:var(--s5)}.cprung:last-child{padding-bottom:0}.cprung:before{content:"";position:absolute;left:20px;top:50px;bottom:8px;width:2px;background:var(--rule-on-surface);border-radius:1px}.cprung:last-child:before{display:none}.cprung__n{position:relative;z-index:1;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--accent-strong);color:var(--on-accent);font-family:var(--font-display);font-weight:700;font-size:17px;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cprung__hd{display:flex;align-items:center;gap:var(--s4);min-height:42px}.cprung__t{flex:1 1;min-width:0;font-family:var(--font-display);font-weight:600;font-size:19px;line-height:1.3;margin:0}.cprung__b{margin-top:var(--s4)}.cpapx{margin-top:var(--s6);padding-top:var(--s5);border-top:1px solid var(--rule-on-surface)}.cpapx .cpladder{margin-top:var(--s5)}.cpapx .cprung__n{background:var(--surface-sunk);color:var(--text-muted);box-shadow:inset 0 0 0 1px var(--rule)}.cpfoot{margin-top:var(--s6);padding-top:var(--s4);border-top:1px solid var(--rule-on-surface);display:flex;gap:var(--s3);justify-content:space-between;flex-wrap:wrap;font-size:12px;font-weight:500;color:var(--text-muted)}.cpkg p{margin:0;color:var(--text-2);max-width:68ch}.cpkg p+p{margin-top:var(--s4)}.cpkg h3{font-family:var(--font-display);font-weight:600;font-size:17px;line-height:1.3;color:var(--text);margin:0}.cpkg .disc,.cpkg .muted,.cpkg .note{font-size:12px;font-weight:500;color:var(--text-muted)}.cpkg table{width:100%;border-collapse:collapse;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-top:var(--s4);font-size:14px}.cpkg th{font-family:var(--font-text);font-weight:700;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);text-align:left;padding:0 12px 10px;border-bottom:1px solid var(--rule)}.cpkg td{padding:11px 12px;border-bottom:1px solid var(--rule-on-surface)}.cpkg tbody tr:last-child td{border-bottom:0}.cpkg tbody tr:nth-child(2n) td{background:color-mix(in srgb,var(--surface-sunk) 55%,transparent)}.cpkg td+td,.cpkg th+th{text-align:right}.cpkg .grand td,.cpkg .subtot td,.cpkg .total td{font-weight:700;border-top:1px solid var(--rule)}.cpkg .indent td:first-child{padding-left:var(--s5)}.cpkg .neg,.cpkg .pos{color:inherit}.cpkg .kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:var(--s4);gap:var(--s4);margin-top:var(--s4)}.cpkg .kpi{background:var(--surface-sunk);border-radius:var(--r-lg);padding:var(--s4) var(--s5)}.cpkg .kpi .lab{display:block;font-weight:700;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.cpkg .kpi .val{display:block;margin-top:6px;font-family:var(--font-display);font-weight:700;font-size:26px;line-height:1.05;letter-spacing:-.02em;color:var(--text)}.cpkg .drivers{display:grid;grid-gap:var(--s4);gap:var(--s4);margin-top:var(--s4)}.cpkg .driver{background:var(--surface-sunk);border-radius:var(--r-lg);padding:var(--s4) var(--s5)}.cpkg .driver .amt{font-family:var(--font-display);font-weight:700;font-size:18px}.cpkg .callout{background:var(--surface-sunk);border-radius:var(--r-lg);padding:var(--s4) var(--s5);margin-top:var(--s4)}.cpkg .risks{list-style:none;margin:var(--s4) 0 0;padding:0}.cpkg .risks>li{padding:var(--s4) 0;border-bottom:1px solid var(--rule-on-surface)}.cpkg .risks>li:last-child{border-bottom:0;padding-bottom:0}.cpkg .sev{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:var(--r-pill);font-size:12px;font-weight:600;background:var(--surface-sunk);color:var(--text-muted);white-space:nowrap}.cpkg .sev.h{background:color-mix(in srgb,var(--caution) 16%,transparent);color:var(--caution)}.cpkg .okc-banner,.cpkg .okc-page{background:var(--surface-sunk);border-radius:var(--r-lg);padding:var(--s4) var(--s5);margin-top:var(--s4)}.cpkg .okc-title{font-family:var(--font-display);font-weight:600;font-size:17px;color:var(--text)}.cpkg .okc-kicker,.cpkg .okc-sub{font-size:12px;font-weight:500;color:var(--text-muted)}.cpkg__whole>*+*{margin-top:var(--s4)}@media (max-width:620px){.cpsheet{padding:var(--s4)}.cprung{grid-template-columns:34px minmax(0,1fr);gap:var(--s3);padding-bottom:var(--s6)}.cprung__n{width:34px;height:34px;font-size:15px}.cprung:before{left:16px;top:42px}.cprung__hd{min-height:34px}.cprung__t{font-size:17px}.cpkg table{display:block;overflow-x:auto;white-space:nowrap}}@media (prefers-reduced-motion:reduce){.cpidx__ch{transition:none}}.adm .wrap{max-width:95%}.col:has(.adm) .tipw--wide{display:none}.admbar{margin-bottom:var(--s6)}.atabs{display:flex;gap:var(--s5);border-bottom:1px solid var(--rule);overflow-x:auto;scrollbar-width:none}.atabs::-webkit-scrollbar{display:none}.tabgrid{display:grid;grid-template-columns:minmax(0,1fr) 208px;grid-gap:var(--s7);gap:var(--s7);align-items:start}.tabgrid__b{min-width:0;display:flex;flex-direction:column;gap:var(--s6)}.toc{position:-webkit-sticky;position:sticky;top:var(--s5)}.toc__l{display:block;padding:0 10px var(--s3);font-family:var(--font-text);font-weight:700;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--sand-300)}.toc ol{list-style:none;margin:0;padding:0;counter-reset:sec}.toc li{counter-increment:sec}.toc__i{display:flex;gap:10px;align-items:baseline;min-height:34px;padding:6px 10px;border-radius:var(--r-sm);font-family:var(--font-text);font-weight:600;font-size:14px;line-height:1.35;color:var(--text-2);text-decoration:none}.toc__i:before{content:counter(sec);font-weight:700;font-size:11px;color:var(--sand-300);min-width:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.toc__i:hover{background:var(--surface-sunk);color:var(--text)}.toc__i.is-on{background:var(--accent-wash);--pill:var(--surface)}.toc__i.is-on,.toc__i.is-on:before{color:var(--accent-strong)}.toc__x{margin-left:auto;color:var(--sand-300)}.toc__i--away:before{content:"\203A"}.sec{scroll-margin-top:var(--s5)}.sec+.sec{margin-top:var(--s7);padding-top:var(--s7);border-top:1px solid var(--rule)}.sec__h{display:flex;gap:var(--s3);align-items:baseline}.sec__n{min-width:14px;padding-top:6px;font-family:var(--font-text);font-weight:700;font-size:11px;color:var(--sand-300);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sec__b{flex:1 1;min-width:0}.sec__b h2{font-family:var(--font-display);font-weight:600;font-size:22px;line-height:1.2;letter-spacing:-.015em;margin:0}.sec__d{margin:6px 0 0;font-size:14px;line-height:1.5;color:var(--text-muted);max-width:62ch}.sec__c{margin-top:var(--s5);display:flex;flex-direction:column;gap:var(--s5)}.sec__c .card,.tabgrid__b .stack>*,.tabgrid__b .wrap>*{min-width:0}.sec__c .tblwrap{min-width:0;overflow-x:auto}.sec__c .card:has(>.tbl--wide){overflow-x:auto}@media (max-width:1080px){.tabgrid{grid-template-columns:1fr;gap:0}.toc{position:static;order:-1;margin-bottom:var(--s5)}.toc ol{display:flex;flex-wrap:wrap;gap:6px}.toc__i{min-height:32px;background:var(--surface-sunk)}}.usr td{vertical-align:middle}.usr__p{display:flex;align-items:center;gap:12px;width:100%;padding:0;border:0;background:none;text-align:left;cursor:pointer;color:inherit}.usr__p,.usr__t{min-width:0}.usr__n{display:block;font-weight:600;font-size:14px;line-height:1.35}.usr__e{display:block;overflow-wrap:anywhere}.usr__p:hover .usr__n{color:var(--accent);text-decoration:underline}.usr__p:focus-visible{outline:2px solid var(--bronze-500);outline-offset:3px;border-radius:var(--r-sm)}.cust td{vertical-align:top}.cust__n{font-weight:600;color:var(--text);text-decoration:none}.cust__n:hover{color:var(--accent);text-decoration:underline}.cust__l,.cust__u{display:block;min-width:0;overflow-wrap:anywhere}.cust__u{margin-top:2px}.cpchart{margin:0}.cpchart__svg{display:block;width:100%;height:auto;margin-top:var(--s2)}.cpchart__svg text{font-family:var(--font-text)}.cpchart__v{fill:var(--text)}.cpchart__c,.cpchart__v{font-size:11px;font-weight:600}.cpchart__c{fill:var(--text-2)}.cpchart__base{stroke:var(--rule);stroke-width:1}.cpchart__key{display:flex;gap:var(--s4);flex-wrap:wrap;margin-top:10px}.cpchart__key span{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:500;color:var(--text-2)}.cpchart__key i{width:11px;height:11px;border-radius:3px;flex:none}.cpchart__none{font-size:12px;font-weight:500;color:var(--text-muted);line-height:1.5;border-left:2px solid var(--rule);padding-left:var(--s3);max-width:60ch}.cpsmalls{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:var(--s3);gap:var(--s3)}.cpsmall{background:var(--surface-sunk);border-radius:var(--r);padding:var(--s3) var(--s4)}.cpsmall__h{display:flex;align-items:baseline;justify-content:space-between;gap:var(--s2)}.cpsmall__n{font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cpsmall__n,.cpsmall__v{font-size:13px;color:var(--text)}.cpsmall__v{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex:none}.cpvar{list-style:none;margin:0;padding:0}.cpvar>li{display:grid;grid-template-columns:minmax(0,1fr) 46% auto;align-items:center;grid-gap:var(--s3);gap:var(--s3);padding:7px 0}.cpvar>li+li{border-top:1px solid var(--rule-on-surface)}.cpvar__n{font-size:13px;font-weight:600;color:var(--text-2);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cpvar__t{height:10px;background:var(--surface-sunk);position:relative;overflow:hidden}.cpvar__f,.cpvar__t{display:block;border-radius:5px}.cpvar__f{height:100%}.cpvar__v{font-size:13px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text);text-align:right;white-space:nowrap}@media (max-width:620px){.cpvar>li{grid-template-columns:minmax(0,1fr) auto;gap:var(--s2)}.cpvar__t{grid-column:1/-1}}.cpchart__t{font-family:var(--font-display);font-weight:600;font-size:16px;line-height:1.3;color:var(--text);display:block}.cpchart__s{display:block;margin-top:2px}.cpchart figcaption{margin-top:10px;font-size:12px;font-weight:500;color:var(--text-muted);line-height:1.55;max-width:70ch}.tkcz__no{font-weight:700;color:var(--accent);text-decoration:none}.tkcz__no:hover{text-decoration:underline}.tkcz__tags{display:inline-flex;flex-wrap:wrap;gap:4px;margin-top:5px}.tkcz__tags .bdg{height:20px;padding:0 8px;font-size:11px}.tkcz__note td{background:var(--surface-sunk)}.tkcz__note p{margin:0 0 6px;font-size:14px;line-height:1.6;color:var(--text-2);max-width:78ch}.tkcz__note p:last-child{margin-bottom:0}.tkcz__note .ov{margin-bottom:8px}.qgrp{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.qlist{list-style:none;margin:0;padding:0}.qlist li{border-top:1px solid var(--rule-on-surface);display:flex;align-items:center;gap:var(--s2)}.qlist li:first-child{border-top:0}.qrow--shut{opacity:.55}.qrow__n{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.qrow__n b{font-weight:600;font-size:16px;line-height:1.3}.qrow__i{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qrow__f{display:flex;align-items:center;gap:var(--s5);flex:none}.qf{display:flex;flex-direction:column;align-items:flex-end;gap:1px;min-width:60px}.qf b{font-weight:600;font-size:15px;line-height:1.2;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.qf span{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.qf span,.qf--none b{color:var(--text-muted)}.qf--none b{font-weight:500}.qrow .chev{width:18px;height:18px;color:var(--text-muted);flex:none}.qord{display:inline-flex;gap:2px;flex:none;padding-right:4px}.qacts{display:flex;gap:var(--s5);align-items:center}.qadd{display:flex;gap:var(--s4);flex-wrap:wrap;align-items:flex-end}.qadd .f{flex:1 1;min-width:150px}.qadd .btn{flex:none}.qdet{display:flex;flex-direction:column;padding-top:0;padding-bottom:0}.qsec{border-top:1px solid var(--rule-on-surface);padding:var(--s5) 0}.qcol:first-child>.qsec:first-child{border-top:0}.qsec:last-child{padding-bottom:var(--s5)}.qdet>.err{margin:var(--s4) 0 0}@media (min-width:900px){.qcols{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:var(--s6);column-gap:var(--s6)}.qcol+.qcol{border-left:1px solid var(--rule-on-surface);padding-left:var(--s6)}.qcol>.qsec:first-child{border-top:0}}.qsec__h{display:flex;flex-direction:column;gap:3px;margin-bottom:var(--s4);max-width:70ch}.qpair{display:flex;gap:var(--s5);flex-wrap:wrap;margin-bottom:var(--s3)}.qpair .f{min-width:150px;max-width:200px}.qmode{display:flex;gap:var(--s2);flex-wrap:wrap;margin-bottom:var(--s3)}.qmode button{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;height:36px;padding:0 14px;border-radius:var(--r-pill);background:var(--surface);border:1px solid var(--field-line);color:var(--text-2);font:600 13px/1 var(--font-text)}.qmode button:hover{border-color:var(--field-line-hover)}.qmode button[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.qmode button:disabled{opacity:.5;cursor:default}.qwho{display:flex;gap:var(--s3);flex-wrap:wrap}.qper{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 12px 0 5px;background:var(--surface-sunk);font-size:13px;font-weight:600}.qper,.qper i{border-radius:var(--r-pill)}.qper i{display:grid;place-items:center;width:26px;height:26px;background:var(--pill);color:var(--accent-strong);font-style:normal;font-size:11px;font-weight:700}.qgrants{display:flex;flex-direction:column;gap:1px;max-width:290px}.qgrant{display:flex;align-items:center;gap:var(--s4);padding:5px 8px;border-radius:var(--r-sm)}.qgrant:hover{background:var(--accent-wash);--pill:var(--surface)}.qgrant__n{flex:1 1;min-width:0;font-size:14px;font-weight:600}.qchips{display:flex;gap:var(--s2);flex-wrap:wrap}.qchip,.qchips{align-items:center}.qchip{display:inline-flex;gap:2px;height:30px;padding:0 5px 0 12px;border-radius:var(--r-pill);background:var(--pill);color:var(--accent-strong);font-size:13px;font-weight:600}.qchip button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;padding:0;width:22px;height:22px;display:grid;place-items:center;color:var(--accent);opacity:.65;border-radius:var(--r-pill)}.qchip button:hover{opacity:1;background:var(--surface)}.qchip button:disabled{opacity:.3;cursor:default}.qchip svg{width:12px;height:12px}.qchip__add{display:inline-flex}.qchip__add .inp{height:30px;min-width:130px}.qform{border-top:1px solid var(--rule-on-surface);padding:var(--s4) 0}.qform:first-of-type{border-top:0;padding-top:0}.qform__h{margin-bottom:var(--s3);max-width:70ch}.qform>.cap{margin-bottom:var(--s4)}.qform__n{font-weight:600;font-size:15px;margin:0 0 2px}.qscn{list-style:none;margin:0 0 var(--s3);padding:0;display:flex;flex-direction:column;gap:2px;max-width:560px}.qscn li{display:flex;align-items:center;gap:var(--s3);padding:5px 6px;border-radius:var(--r-sm)}.qscn li:hover{background:var(--accent-wash);--pill:var(--surface)}.qscn__l{flex:1 1;min-width:0;font-size:14px;max-width:34ch}.qscn__add{display:flex;gap:var(--s3);flex-wrap:wrap;align-items:flex-end}.qscn__add .f{min-width:150px}.qscn__add .f:first-child{flex:1 1;max-width:280px}.qscn__add .btn{flex:none}.qscn__add .btn svg{width:14px;height:14px;margin-right:4px}.qcause{display:flex;gap:var(--s2);flex-wrap:wrap}.qcause__b{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 13px 0 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border-radius:var(--r-pill);background:var(--surface);border:1px solid var(--field-line);color:var(--text-2);font:600 13px/1 var(--font-text)}.qcause__b:hover{border-color:var(--field-line-hover)}.qcause__b[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.qcause__b:disabled{opacity:.5;cursor:default}.qcause__t{display:grid;place-items:center;flex:none;opacity:0}.qcause__t,.qcause__t svg{width:13px;height:13px}.qcause__b[aria-pressed=true] .qcause__t{opacity:1}.qcause>.cap{flex-basis:100%}.qcause--fixed{margin-top:var(--s4)}.qcause__b--fixed{background:var(--pill);border-color:transparent;color:var(--accent-strong);cursor:default}.qcause__b--fixed .qcause__t{opacity:.5}.qsec .qcause+.cap{margin-top:var(--s3)}.qask{display:flex;align-items:center;gap:var(--s4);flex-wrap:wrap;padding:var(--s4);border-radius:var(--r);background:var(--surface-sunk)}.qask p{margin:0;flex:1 1;min-width:220px;font-size:14px}.qask__a{display:inline-flex;align-items:center;gap:var(--s4)}@media (max-width:620px){.qrow__f{gap:var(--s4)}.qf--hide{display:none}.qgrants{max-width:none}}.pfilters .f--seg{justify-content:flex-end}.pfilters .f--seg .seg{align-self:flex-start}.tick--slant{text-anchor:end}.cqrow{align-items:center;gap:var(--s4)}.cqrow__main{min-width:0;flex:1 1}.cqrow__who{font-weight:600;color:var(--text)}.cqrow__meta{margin:2px 0 0}.cqaudio{width:100%;height:44px}.cqfrom{margin:-6px 0 0}.cqmetrics{display:flex;flex-wrap:wrap;border-top:1px solid var(--rule-on-surface);padding-top:var(--s3)}.cqmetrics>div{padding-inline:var(--s4);flex:1 1 auto;min-width:112px}.cqmetrics>div:first-child{padding-left:0}.cqmetrics>div+div{border-left:1px solid var(--rule-on-surface)}.cqmetrics .cqv{display:block;font:600 16px/1.3 var(--font-text);margin-top:2px}.cqscore{display:flex;align-items:center;gap:var(--s5);flex-wrap:wrap;background:var(--surface-sunk);border-radius:var(--r);padding:var(--s4)}.cqscore__n{font:700 44px/1 var(--font-display);letter-spacing:-.025em;color:var(--text)}.cqscore__n sub{font:600 18px/1 var(--font-display);color:var(--text-muted);vertical-align:baseline}.cqmeter{flex:1 1 200px;min-width:170px}.cqmeter__track{height:8px;border-radius:var(--r-pill);background:var(--surface);overflow:hidden}.cqmeter__fill{height:100%;border-radius:var(--r-pill);transition:width .25s ease}.cqmeter__legend{margin:6px 0 0}.cqcap{display:flex;gap:var(--s2);margin:0;padding:var(--s3) var(--s4);border:1px solid var(--alert);border-radius:var(--r);font-size:14px}.cqcap,.cqcap b{color:var(--alert)}.cqgrp{margin-top:var(--s5)}.cqgrp__h{display:flex;align-items:baseline;justify-content:space-between;gap:var(--s3);padding-bottom:var(--s2);border-bottom:1px solid var(--rule)}.cqgrp__pts{font:600 13px/1 var(--font-text);color:var(--text-muted);white-space:nowrap}.cqitem__q{font-weight:600;margin:0}.cqitem__w{font-size:12px;color:var(--text-muted)}.cqstar{color:var(--caution);font-size:12px;margin-left:5px}.cqev{margin:var(--s2) 0 0;padding-left:var(--s3);border-left:2px solid var(--bronze-300);color:var(--text-2);font-size:14px}.cqev__t{font:600 12px/1 var(--font-text);color:var(--accent);background:none;border:0;padding:0;margin-right:8px;cursor:pointer}.cqev__t:hover{color:var(--accent-strong);text-decoration:underline}.cqitem.is-miss .cqev{border-left-color:var(--caution)}.cqitem.is-miss .cqitem__w{color:var(--caution);text-decoration:line-through}.cqtri{display:flex;gap:4px;background:var(--surface-sunk);padding:4px;border-radius:var(--r)}.cqtri button{min-width:54px;height:36px;border:0;border-radius:var(--r-sm);background:transparent;color:var(--text-2);font:600 13px/1 var(--font-text);cursor:pointer}.cqtri button:hover:not(:disabled){background:var(--field-hover);color:var(--text)}.cqtri button[aria-pressed=true]{background:var(--accent);color:var(--on-accent)}.cqtri button:disabled{cursor:default;opacity:.85}.cqchooser{display:grid;grid-template-columns:repeat(auto-fit,minmax(196px,1fr));grid-gap:var(--s3);gap:var(--s3)}.cqchooser button{display:flex;flex-direction:column;gap:6px;text-align:left;min-height:44px;padding:var(--s4);border-radius:var(--r);background:var(--surface);color:var(--text);border:1px solid var(--field-line);cursor:pointer;font-family:var(--font-text)}.cqchooser button:hover:not(:disabled){border-color:var(--field-line-hover)}.cqchooser button[aria-pressed=true]{border-color:var(--accent);background:var(--accent-wash);--pill:var(--surface)}.cqchooser button[aria-pressed=true].crit{border-color:var(--caution)}.cqchooser button:disabled{cursor:default}.cqchooser .t{font-weight:600;font-size:15px}.cqchooser .d{font-size:13px;line-height:1.5;color:var(--text-2)}.cqsunk{display:flex;flex-direction:column;gap:var(--s4);background:var(--surface-sunk);border-radius:var(--r);padding:var(--s4)}.cqsunk textarea.inp{min-height:104px;resize:vertical}.cqsaid{margin:0;color:var(--text-2)}.cqerr{margin:0;color:var(--caution)}@media (max-width:640px){.cqtri{width:100%}.cqtri button{flex:1 1;height:44px}.cqscore__n{font-size:36px}.cqmetrics>div{padding-inline:0;flex:1 1 50%;min-width:0;padding-block:6px}.cqmetrics>div+div{border-left:0}}.cqadd__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--s4);gap:var(--s4)}@media (max-width:640px){.cqadd__row{grid-template-columns:1fr}}.scrow__who{font-weight:600;color:var(--text)}.scaudio{width:100%;height:44px;margin-top:var(--s3)}.scfrom{margin:-6px 0 0}.scmetrics{display:flex;flex-wrap:wrap;border-top:1px solid var(--rule-on-surface);padding-top:var(--s3)}.scmetrics>div{padding-inline:var(--s4);flex:1 1 auto;min-width:112px}.scmetrics>div:first-child{padding-left:0}.scmetrics>div+div{border-left:1px solid var(--rule-on-surface)}.scmetrics .scv{display:block;font:600 16px/1.3 var(--font-text);margin-top:2px;color:var(--text)}.scgrade{display:flex;align-items:center;gap:var(--s5);flex-wrap:wrap;background:var(--surface-sunk);border-radius:var(--r);padding:var(--s4)}.scgrade__n{font:700 44px/1 var(--font-display);letter-spacing:-.025em;color:var(--text)}.scgrade__n sub{font:600 18px/1 var(--font-display);color:var(--text-muted);vertical-align:baseline}.scmeter{flex:1 1 200px;min-width:170px}.scmeter__track{height:8px;border-radius:var(--r-pill);background:var(--surface);overflow:hidden}.scmeter__fill{height:100%;border-radius:var(--r-pill);transition:width .25s ease}.scmeter__legend{margin:6px 0 0}@media (prefers-reduced-motion:reduce){.scmeter__fill{transition:none}}.scgrp{margin-top:var(--s5)}.scgrp__h{display:flex;align-items:baseline;justify-content:space-between;gap:var(--s3);padding-bottom:var(--s2);border-bottom:1px solid var(--rule)}.scgrp__pts{font:600 13px/1 var(--font-text);color:var(--text-muted);white-space:nowrap}.scitem.is-low{background:color-mix(in srgb,var(--caution) 7%,transparent)}.scitem__q{font-weight:600;margin:0;color:var(--text)}.scev{margin:var(--s2) 0 0;padding-left:var(--s3);border-left:2px solid var(--bronze-300);color:var(--text-2);font-size:14px}.scitem.is-low .scev{border-left-color:var(--caution)}.scev__q{color:var(--text);margin-right:6px}.scev__t{font:600 12px/1 var(--font-text);color:var(--accent);background:none;border:0;padding:0;margin-right:8px;cursor:pointer}.scev__t:hover{color:var(--accent-strong);text-decoration:underline}.scscale{display:flex;gap:4px;background:var(--surface-sunk);padding:4px;border-radius:var(--r)}.scscale button{min-width:38px;height:36px;border:0;border-radius:var(--r-sm);background:transparent;color:var(--text-2);font:700 13px/1 var(--font-text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;cursor:pointer}.scscale button:hover:not(:disabled){background:var(--field-hover);color:var(--text)}.scscale button[aria-pressed=true]{background:var(--accent);color:var(--on-accent)}.scscale button:disabled{cursor:default;opacity:.85}.scscale__na{min-width:46px!important;font-size:11px!important;letter-spacing:.06em}.scarc{display:block;width:100%;max-width:100%;height:auto;margin:var(--s3) 0 0}.scsug{list-style:none;margin:0;padding:0;flex-direction:column}.scsug,.scsug li{display:flex;gap:var(--s3)}.scsug li{align-items:flex-start;background:var(--surface-sunk);border-radius:var(--r);padding:var(--s3) var(--s4)}.scsug__k{flex:none;width:26px;height:26px;margin-top:2px;border-radius:50%;background:var(--bronze-300);color:#3E3A32;display:grid;place-items:center;font:700 12px/1 var(--font-text)}.scsug__t{font-weight:600;margin:0;color:var(--text)}.scsug__d{font-size:14px;line-height:1.6;color:var(--text-2);margin:2px 0 0}.scscript{max-height:360px;overflow-y:auto;display:flex;flex-direction:column;gap:2px;padding-right:var(--s2)}.scline__t{font:700 12px/1.5 var(--font-text);color:var(--accent);background:none;border:0;padding:0;text-align:left;cursor:pointer;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.scline__t:hover{text-decoration:underline}.scline__w{font:700 11px/1.7 var(--font-text);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.scline--rep .scline__w{color:var(--chart-1)}.scsunk{display:flex;flex-direction:column;gap:var(--s4);background:var(--surface-sunk);border-radius:var(--r);padding:var(--s4)}.scsunk textarea.inp{min-height:104px;resize:vertical}.scsaid{margin:0;color:var(--text-2)}.scerr{margin:0;color:var(--caution)}@media (max-width:640px){.scscale{width:100%}.scscale button{flex:1 1;min-width:0;height:44px}.scgrade__n{font-size:36px}.scmetrics>div{padding-inline:0;flex:1 1 50%;min-width:0;padding-block:6px}.scmetrics>div+div{border-left:0}.scline__w{grid-column:1/-1}}.scdrop{display:flex;flex-direction:column;gap:var(--s4);background:var(--surface-sunk);border-radius:var(--r);padding:var(--s4)}.scwho{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:var(--s4);gap:var(--s4)}.sccard__h{justify-content:space-between;margin-bottom:var(--s4)}.sccount{display:flex;flex-wrap:wrap;gap:var(--s2) var(--s5);align-items:baseline;padding-bottom:var(--s4)}.sccount b{font:600 15px/1 var(--font-display);color:var(--text);margin-right:4px}.scempty{padding:var(--s6) 0;text-align:center}.scdate{white-space:nowrap}.scnobody{color:var(--text-muted);font-style:italic;text-decoration:none}.scnobody:hover{text-decoration:underline;text-underline-offset:3px}.sort{display:inline-flex;align-items:center;gap:5px;background:none;border:0;padding:0;margin:0;cursor:pointer;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit}.sort:hover{color:var(--text-2)}.sort i{width:8px;height:8px;flex:none;background:currentColor;opacity:0;-webkit-clip-path:polygon(50% 0,100% 100%,0 100%);clip-path:polygon(50% 0,100% 100%,0 100%)}.sort[data-dir=asc] i{opacity:1}.sort[data-dir=desc] i{opacity:1;transform:rotate(180deg)}.pfilters__fields--pay{grid-template-columns:220px minmax(0,1.72fr) minmax(0,.92fr) minmax(0,.85fr) minmax(0,.92fr) minmax(0,1.16fr) minmax(0,1.02fr)}.pfpair{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;min-height:40px;border:1px solid var(--field-line);background:var(--field);border-radius:var(--r)}.pfpair .sel__t{border:0;background:transparent;min-height:38px;padding:0 10px;gap:6px}.pfpair>i{display:block;width:1px;height:18px;background:var(--field-line)}.pfilters .f--table .inp,.pfilters .f--table .sel__t{background:var(--surface)}.pfilters__fields--pay .f:nth-child(6){position:relative}.pfilters__fields--pay .f:nth-child(6):before{content:"";position:absolute;left:-7px;top:20px;bottom:1px;width:1px;background:var(--rule)}@media (max-width:1080px){.pfilters__fields--pay{grid-template-columns:repeat(4,minmax(0,1fr))}.pfilters__fields--pay .f:nth-child(6):before{display:none}}@media (max-width:900px){.pfilters__fields--pay{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:620px){.pfilters__fields--pay{grid-template-columns:1fr 1fr}.pfilters__fields--pay .f:nth-child(n+1){grid-column:auto}.pfilters__fields--pay .f:first-child{grid-column:1/-1}.pfpair{min-height:44px}.pfpair .sel__t{min-height:42px}}.figs--pay{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1080px){.figs--pay{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:620px){.figs--pay{grid-template-columns:repeat(2,minmax(0,1fr))}}.seg--chip .seg__b{padding:0 16px;letter-spacing:.01em;color:var(--text)}.seg--chip .seg__b:hover{background:var(--surface)}.seg--chip .seg__b[aria-pressed=true]{background:var(--accent);color:var(--on-accent);box-shadow:var(--shadow-card)}.seg--chip .seg__b[aria-pressed=true]:hover{background:var(--accent)}.tbl--reports{table-layout:fixed}.tbl--reports td{vertical-align:middle}.tbl--reports td:first-child,.tbl--reports th:first-child{width:34%}.tbl--reports td:nth-child(2),.tbl--reports th:nth-child(2){width:28%}.tbl--reports td:nth-child(3),.tbl--reports th:nth-child(3){width:18%}.tbl--reports td:nth-child(4),.tbl--reports th:nth-child(4){width:20%}.tbl--reports td:nth-child(2),.tbl--reports td:nth-child(3){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tbl--reports th:first-child{padding-left:calc(var(--s4) + 36px)}.tbl--reports .paydrawer__btn{width:auto;white-space:nowrap}.ef__rlink{display:inline-flex;align-items:center;gap:10px;min-width:0;text-decoration:none;color:var(--text)}.ef__rlink:hover .ef__pn{text-decoration:underline}.paydrawer{text-align:left}@font-face{font-family:Archivo;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Fallback;src:local("Arial");ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.00%;size-adjust:98.70%}.__className_2aad3c{font-family:Archivo,Archivo Fallback;font-style:normal}.__variable_2aad3c{--f-display:"Archivo","Archivo Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_d2dc74{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_d2dc74{--f-text:"Manrope","Manrope Fallback"}