:root{color-scheme:light;--rc-surface:#fff;--rc-surface-2:#f6f8fb;--rc-hover:#eef1f6;--rc-scrim:rgba(24,28,33,.45);--rc-text:#1f2328;--rc-text-2:#5b6470;--rc-text-3:#8a939f;--rc-on-accent:#fff;--rc-line:#e3e7ec;--rc-line-soft:#edf0f4;--rc-line-strong:#c8cfd8;--rc-accent:#1f5c86;--rc-accent-hover:#17486a;--rc-accent-soft:#e4edf5;--rc-accent-ring:rgba(31,92,134,.22);--rc-accent-ring-strong:rgba(31,92,134,.4);--rc-accent-wash:rgba(31,92,134,.05);--rc-danger:#b3261e;--rc-on-danger:#fff;--rc-danger-soft:#fcedec;--rc-ok:#1e6e42;--rc-ok-soft:#e9f4ee;--rc-star:#e0a030;--rc-warn:#8a6100;--rc-warn-soft:#fbf2e2;--rc-info-soft:#e9f0f7;--rc-muted:#6b7481;--rc-muted-soft:#eef1f6;--rc-regulus:#a8442c;--rc-arcturus:#6647c4;--rc-sirius:#16806a}html.dark-mode{color-scheme:dark;--rc-surface:#1a1d21;--rc-surface-2:#141619;--rc-hover:#24282e;--rc-scrim:rgba(0,0,0,.62);--rc-text:#e4e7ea;--rc-text-2:#a8b1bc;--rc-text-3:#7e8794;--rc-on-accent:#0e1319;--rc-line:#2c3138;--rc-line-soft:#24282e;--rc-line-strong:#3c434c;--rc-accent:#7fb3d9;--rc-accent-hover:#9cc7e6;--rc-accent-soft:#1d2b36;--rc-accent-ring:rgba(127,179,217,.26);--rc-accent-ring-strong:rgba(127,179,217,.45);--rc-accent-wash:rgba(127,179,217,.07);--rc-danger:#e4837c;--rc-on-danger:#2a1210;--rc-danger-soft:#3a1f1d;--rc-ok:#7cc79b;--rc-ok-soft:#17301f;--rc-star:#f0be5a;--rc-warn:#e0b96a;--rc-warn-soft:#33280f;--rc-info-soft:#16242e;--rc-muted:#a8b1bc;--rc-muted-soft:#24282e;--rc-regulus:#d9a06a;--rc-arcturus:#a78bfa;--rc-sirius:#5fd3ac}:root{--bar-h:64px;--nav-w:256px;--head-h:48px;--pad:24px;--row-h:40px;--r-sm:4px;--r-md:8px;--r-lg:12px;--shadow-1:0 1px 2px rgba(24,28,33,.1),0 1px 3px rgba(24,28,33,.06);--shadow-2:0 2px 6px rgba(24,28,33,.12),0 1px 2px rgba(24,28,33,.08);--shadow-3:0 8px 24px rgba(24,28,33,.16),0 2px 6px rgba(24,28,33,.08);--ease:cubic-bezier(0.2,0,0,1);--fast:0.12s;--slow:0.2s;--row-h-2:54px}html.dark-mode{--shadow-1:0 1px 2px rgba(0,0,0,.5);--shadow-2:0 2px 6px rgba(0,0,0,.55);--shadow-3:0 8px 24px rgba(0,0,0,.6),0 2px 6px rgba(0,0,0,.4)}*,:after,:before{box-sizing:border-box}body,button,html,input,optgroup,select,textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,Helvetica Neue,Arial,Noto Sans,sans-serif}.monospace,.num,code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}html{font-size:16px}body{margin:0;font-size:14px;line-height:1.5;color:var(--rc-text);background-color:var(--rc-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}h1,h2,h3,h4{margin:0;font-weight:500;line-height:1.25}:focus-visible{outline:2px solid var(--rc-accent);outline-offset:1px;border-radius:var(--r-sm)}::selection{background:var(--rc-accent-soft);color:var(--rc-text)}*{scrollbar-width:thin;scrollbar-color:var(--rc-line-strong) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:var(--rc-line-strong);border:3px solid transparent;border-radius:99px;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background-color:var(--rc-text-3);background-clip:padding-box;border:3px solid transparent}.num{letter-spacing:-.01em}.absent,.num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.absent{color:var(--rc-text-3)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.app{display:grid;grid-template-columns:var(--nav-w) minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);min-height:100vh;min-width:320px;background:var(--rc-surface)}.app>.topbar{grid-column:1/-1;grid-row:1}.app>.sidebar{grid-column:1;grid-row:2;min-height:0}.app>.content{grid-column:2;grid-row:2;min-width:0;flex-direction:column}.app>.content,.topbar{display:flex;background:var(--rc-surface)}.topbar{gap:8px;height:var(--bar-h);padding:0 16px 0 8px;position:-webkit-sticky;position:sticky;top:0;z-index:30}.brand,.topbar{align-items:center}.brand{display:inline-flex;gap:10px;padding:6px 8px;margin-right:8px;border-radius:var(--r-md);color:var(--rc-text);flex:none;white-space:nowrap}.brand:hover{background:var(--rc-hover)}.brand svg{width:24px;height:24px;display:block;color:var(--rc-accent);flex:none}.brand-name{font-size:17px;font-weight:500;letter-spacing:-.005em}.brand-name .tm{font-size:.55em;vertical-align:.6em;opacity:.65;margin-left:1px}.brand-unit.is-sample{background:var(--rc-warn-soft);color:var(--rc-warn);cursor:help}.brand-unit{flex:none;margin-right:8px;padding:3px 8px;border-radius:var(--r-sm);background:var(--rc-accent-soft);color:var(--rc-accent);font-size:11.5px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.topsearch{flex:1 1 auto;min-width:0;display:flex}.topsearch .searchbar{width:100%;max-width:720px;height:46px;display:flex;align-items:center;background:var(--rc-surface-2);border:1px solid transparent;border-radius:var(--r-md);padding:0 4px 0 0;transition:background var(--fast) var(--ease),box-shadow var(--fast) var(--ease),border-color var(--fast) var(--ease)}.topsearch .searchbar:hover{background:var(--rc-hover)}.topsearch .searchbar:focus-within{background:var(--rc-surface);border-color:var(--rc-line);box-shadow:var(--shadow-2)}.topsearch .searchbar>svg{flex:none;width:20px;height:20px;margin:0 8px 0 14px;color:var(--rc-text-2)}.topsearch .searchbar input{flex:1 1;min-width:0;height:44px;border:0;background:none;outline:0;font-size:15px;color:var(--rc-text);padding:0 8px 0 0}.topsearch .searchbar input::placeholder{color:var(--rc-text-2);opacity:1}.topsearch .searchbar .reset{flex:none;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:0;background:none;border-radius:50%;color:var(--rc-text-2);cursor:pointer}.topsearch .searchbar .reset:hover{background:var(--rc-hover);color:var(--rc-text)}.topactions{flex:none;display:flex;align-items:center;gap:2px}.topbtn{position:relative;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;background:none;border-radius:50%;color:var(--rc-text-2);cursor:pointer;transition:background var(--fast) var(--ease),color var(--fast) var(--ease)}.topbtn svg{width:20px;height:20px}.topbtn:hover,.topbtn[aria-expanded=true]{background:var(--rc-hover);color:var(--rc-text)}.topbtn .tick{position:absolute;top:7px;right:7px;min-width:15px;height:15px;padding:0 4px;border-radius:99px;background:var(--rc-danger);color:var(--rc-on-danger);font-size:10px;font-weight:600;line-height:15px;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.topbtn.is-busy svg{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.avatar{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--rc-accent);color:var(--rc-on-accent);font-size:13px;font-weight:500;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex:none}.avatar-lg{width:44px;height:44px;font-size:17px}.avatar-sm{width:28px;height:28px;font-size:11px}.avatar-quiet{background:var(--rc-surface-2);color:var(--rc-text-2);border:1px solid var(--rc-line)}html.dark-mode .avatar-quiet{background:var(--rc-hover)}.accountbtn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;background:none;border-radius:50%;margin-left:4px;cursor:pointer}.accountbtn:hover{background:var(--rc-hover)}.sidebar{padding:0 8px 8px;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:var(--bar-h);height:calc(100vh - var(--bar-h));overflow:hidden}.navscroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding-bottom:8px}.navlist{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;padding:0}.navlink{display:flex;align-items:center;gap:14px;width:100%;height:34px;padding:0 12px;border:0;border-radius:var(--r-md);color:var(--rc-text);font-size:13.5px;font-weight:400;line-height:normal;text-align:left;background:none;cursor:pointer;transition:background var(--fast) var(--ease)}.navlink svg{flex:none;width:20px;height:20px;color:var(--rc-text-2)}.navlink .label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navlink .count{flex:none;margin-left:auto;font-size:12px;font-weight:500;color:var(--rc-text-2);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.navlink:hover{background:var(--rc-hover)}.navlink[aria-current=page]{background:var(--rc-accent-soft);color:var(--rc-text);font-weight:600}.navlink[aria-current=page] .count,.navlink[aria-current=page] svg{color:var(--rc-accent)}.navlink .count.is-warn{color:var(--rc-warn)}.navlink .count.is-danger{color:var(--rc-danger)}.navlabel{display:block;padding:18px 12px 6px;font-size:12px;font-weight:500;color:var(--rc-text-2)}.attnrow{display:flex;align-items:center;gap:12px;width:100%;min-height:34px;padding:6px 12px;border:0;border-radius:var(--r-md);background:none;color:var(--rc-text);font-size:13px;text-align:left;cursor:pointer;transition:background var(--fast) var(--ease)}.attnrow:hover{background:var(--rc-hover)}.attnrow .dot{flex:none;width:6px;height:6px;border-radius:50%;background:var(--tone,var(--rc-text-3))}.attnrow .label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--rc-text-2)}.attnrow .n{flex:none;font-size:12.5px;font-weight:600;color:var(--tone,var(--rc-text));font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.attnrow.is-clear .label{color:var(--rc-text-3)}.sidefoot{flex:none;border-top:1px solid var(--rc-line);padding:10px 12px 2px;display:flex;align-items:center;gap:10px;font-size:12px;color:var(--rc-text-2)}.sidefoot svg{width:16px;height:16px;color:var(--rc-text-3);flex:none}.sidefoot .body{min-width:0;flex:1 1 auto}.sidefoot .who{display:block;font-size:12.5px;color:var(--rc-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidefoot .role{display:block;font-size:11.5px;color:var(--rc-text-3)}.pagehead{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:4px 24px 18px}.pagehead .titles{min-width:0;display:flex;flex-direction:column;gap:4px}.pagetitle{font-size:22px;font-weight:500;letter-spacing:-.01em;color:var(--rc-text)}.pagelead{font-size:13.5px;color:var(--rc-text-2);max-width:84ch}.pagehead .actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:none}.pagebody{flex:1 1 auto;min-height:0;padding:0 24px 32px;display:flex;flex-direction:column;gap:24px}.crumbs{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--rc-text-3);padding:14px 24px 0;flex-wrap:wrap}.crumbs a{color:var(--rc-text-2)}.crumbs a:hover{color:var(--rc-accent);text-decoration:underline}.crumbs svg{width:14px;height:14px;opacity:.6;flex:none}.toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.toolbar .grow{flex:1 1 200px;min-width:0}.toolbar .spacer{flex:1 1 auto}.toolbar .resultcount{font-size:12.5px;color:var(--rc-text-3);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.noticebar{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid var(--rc-line);background:var(--rc-warn-soft);border-radius:var(--r-md);font-size:13px;color:var(--rc-text)}.noticebar svg{flex:none;width:18px;height:18px;color:var(--rc-warn)}.noticebar b{font-weight:600}.noticebar .dismiss{margin-left:auto;flex:none}.listwrap{border:1px solid var(--rc-line);border-radius:var(--r-md);overflow:hidden;background:var(--rc-surface);min-width:0}.listscroll{overflow-x:auto;overflow-y:auto;max-height:min(70vh,780px)}.listscroll.short{max-height:none;overflow-y:visible}table.records{width:100%;border-collapse:collapse;font-size:13.5px}table.records thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2;height:var(--head-h);padding:0 14px;text-align:left;background:var(--rc-surface);border-bottom:1px solid var(--rc-line);font-size:12px;font-weight:500;color:var(--rc-text-2);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}table.records thead th.sortable{cursor:pointer}table.records thead th.sortable:hover{color:var(--rc-text)}table.records thead th .sortmark{display:inline-block;width:12px;margin-left:4px;color:var(--rc-accent)}table.records td.r,table.records thead th.r{text-align:right}table.records td.c,table.records thead th.c{text-align:center}table.records tbody tr{height:var(--row-h-2);background:var(--rc-surface-2);box-shadow:inset 0 -1px 0 var(--rc-line-soft);transition:background var(--fast) var(--ease)}table.records tbody tr.is-clickable{cursor:pointer}table.records tbody tr.is-clickable:hover{background:var(--rc-surface);box-shadow:inset 0 -1px 0 var(--rc-line-soft),var(--shadow-2);position:relative;z-index:1}table.records tbody tr[aria-selected=true]{background:var(--rc-accent-soft)}table.records tbody tr:last-child{box-shadow:none}table.records tbody td{padding:0 14px;border:0;vertical-align:middle;color:var(--rc-text)}table.records tbody tr.is-flagged td:first-child{box-shadow:inset 3px 0 0 var(--tone,var(--rc-warn))}table.records.compact tbody tr{height:var(--row-h)}.ident{display:flex;align-items:center;gap:12px;padding:7px 0}.ident,.ident .text{min-width:0}.ident .name{font-size:13.5px;font-weight:500;color:var(--rc-text)}.ident .name,.ident .sub{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ident .sub{font-size:12px;color:var(--rc-text-2)}.ident .sub.mono{font-size:11.5px;color:var(--rc-text-3)}.figure,.ident .sub.mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}.figure{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:13px;letter-spacing:-.01em;white-space:nowrap}.figure.strong{font-weight:500;color:var(--rc-text)}.figure.quiet{color:var(--rc-text-2)}.rowactions{display:flex;align-items:center;justify-content:flex-end;gap:4px;opacity:0;transition:opacity var(--fast) var(--ease)}tr:focus-within .rowactions,tr:hover .rowactions{opacity:1}@media (hover:none){.rowactions{opacity:1}}.iconbtn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;background:none;border-radius:50%;color:var(--rc-text-2);cursor:pointer;flex:none;transition:background var(--fast) var(--ease),color var(--fast) var(--ease)}.iconbtn svg{width:18px;height:18px}.iconbtn:hover{background:var(--rc-hover);color:var(--rc-text)}.iconbtn.ok:hover{color:var(--rc-ok)}.iconbtn.warn:hover{color:var(--rc-warn)}.iconbtn.danger:hover{color:var(--rc-danger)}.iconbtn:disabled{opacity:.35;cursor:not-allowed}.panel{border:1px solid var(--rc-line);border-radius:var(--r-md);background:var(--rc-surface);min-width:0;overflow:hidden}.panelhead{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:var(--head-h);padding:8px 16px;border-bottom:1px solid var(--rc-line)}.panelhead .title{font-size:14px;font-weight:500;color:var(--rc-text)}.panelhead .sub{font-size:12.5px;color:var(--rc-text-3)}.panelbody{padding:16px}.panelbody.flush{padding:0}.panelbody.flush table.records tbody tr:last-child{box-shadow:none}.panelfoot{border-top:1px solid var(--rc-line);padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12.5px;color:var(--rc-text-2)}.figures{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(168px,1fr))}.figurecard{border:1px solid var(--rc-line);border-radius:var(--r-md);background:var(--rc-surface);padding:14px 16px 15px;display:flex;flex-direction:column;gap:6px;min-width:0;text-align:left;transition:background var(--fast) var(--ease),border-color var(--fast) var(--ease)}a.figurecard:hover,button.figurecard:hover{background:var(--rc-surface-2);border-color:var(--rc-line-strong)}.figurecard .label{font-size:12.5px;color:var(--rc-text-2);display:flex;align-items:flex-start;gap:7px;min-height:2.6em;line-height:1.3}.figurecard .label svg{width:15px;height:15px;color:var(--rc-text-3);flex:none}.figurecard .value{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:26px;font-weight:500;line-height:1.1;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--rc-text)}.figurecard .value.toned{color:var(--tone,var(--rc-text))}.figurecard .foot{font-size:12px;color:var(--rc-text-3);margin-top:auto}.facts{display:flex;flex-direction:column}.fact{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid var(--rc-line-soft)}.fact:last-child{border-bottom:0}.fact dt{margin:0;font-size:13px;color:var(--rc-text-2)}.fact dd{margin:0;font-size:13.5px;color:var(--rc-text);text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fact dd.mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}.fact.emphatic dd{font-weight:600}.btn{border-radius:var(--r-md);font-family:inherit;font-weight:500;font-size:13.5px;height:38px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;background:transparent;color:var(--rc-text);box-shadow:none;cursor:pointer;white-space:nowrap;transition:background var(--fast) var(--ease),border-color var(--fast) var(--ease),color var(--fast) var(--ease)}.btn svg{width:18px;height:18px;flex:none}.btn-primary{background:var(--rc-accent);border-color:var(--rc-accent);color:var(--rc-on-accent)}.btn-primary:hover{background:var(--rc-accent-hover);border-color:var(--rc-accent-hover)}.btn-secondary{background:transparent;border-color:var(--rc-line-strong);color:var(--rc-text)}.btn-secondary:hover{background:var(--rc-surface-2);border-color:var(--rc-text-3)}.btn-link{background:transparent;border-color:transparent;color:var(--rc-accent);padding:0 8px}.btn-link:hover{text-decoration:underline}.btn-danger{background:var(--rc-danger);border-color:var(--rc-danger);color:var(--rc-on-danger)}.btn-ok{background:var(--rc-ok);border-color:var(--rc-ok)}.btn-ok,html.dark-mode .btn-ok{color:var(--rc-on-accent)}.btn.disabled,.btn:disabled{opacity:.45;cursor:not-allowed}.btn-sm{height:32px;padding:0 12px;font-size:13px;gap:6px}.btn-sm svg{width:16px;height:16px}.field{display:flex;flex-direction:column;gap:6px;min-width:0}.field>label{font-size:13px;color:var(--rc-text-2)}.control{background:var(--rc-surface);border:1px solid var(--rc-line-strong);border-radius:var(--r-sm);color:var(--rc-text);font-family:inherit;font-size:13.5px;min-height:38px;padding:0 12px;width:100%;box-shadow:none;transition:border-color var(--fast) var(--ease),box-shadow var(--fast) var(--ease)}.control:hover{border-color:var(--rc-text-3)}.control:focus{outline:none;border-color:var(--rc-accent);box-shadow:0 0 0 1px var(--rc-accent)}.control::placeholder{color:var(--rc-text-3);opacity:1}textarea.control{padding:10px 12px;min-height:96px;line-height:1.5;resize:vertical}select.control{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a939f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:16px 16px}html.dark-mode select.control{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237e8794' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}select.control option{background:var(--rc-surface);color:var(--rc-text)}.inputwrap{position:relative;display:flex;align-items:center;min-width:0}.inputwrap>svg{position:absolute;left:11px;width:17px;height:17px;color:var(--rc-text-3);pointer-events:none}.inputwrap>.control{padding-left:34px}.tabs{display:flex;gap:4px;flex-wrap:wrap;border-bottom:1px solid var(--rc-line);padding-bottom:0}.tab,.tabs{align-items:center}.tab{display:inline-flex;gap:8px;height:38px;padding:0 14px;border:0;border-bottom:2px solid transparent;background:none;color:var(--rc-text-2);font-size:13.5px;font-weight:400;cursor:pointer;border-radius:var(--r-sm) var(--r-sm) 0 0;transition:background var(--fast) var(--ease),color var(--fast) var(--ease);margin-bottom:-1px}.tab:hover{background:var(--rc-hover);color:var(--rc-text)}.tab[aria-selected=true]{color:var(--rc-text);font-weight:600;border-bottom-color:var(--rc-accent)}.tab .count{font-size:12px;font-weight:500;color:var(--rc-text-3);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tab[aria-selected=true] .count{color:var(--rc-accent)}.chip{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 10px;border:1px solid var(--rc-line);border-radius:99px;background:transparent;color:var(--rc-text-2);font-size:12.5px;cursor:pointer;white-space:nowrap;transition:background var(--fast) var(--ease),border-color var(--fast) var(--ease),color var(--fast) var(--ease)}.chip:hover{background:var(--rc-hover);color:var(--rc-text)}.chip[aria-pressed=true]{background:var(--rc-accent-soft);border-color:transparent;color:var(--rc-accent);font-weight:500}.chip.static{cursor:default}.chip.static:hover{background:transparent;color:var(--rc-text-2)}[data-tone=ok]{--tone:var(--rc-ok);--tone-soft:var(--rc-ok-soft)}[data-tone=warn]{--tone:var(--rc-warn);--tone-soft:var(--rc-warn-soft)}[data-tone=danger]{--tone:var(--rc-danger);--tone-soft:var(--rc-danger-soft)}[data-tone=info]{--tone:var(--rc-accent);--tone-soft:var(--rc-accent-soft)}[data-tone=muted]{--tone:var(--rc-muted);--tone-soft:var(--rc-muted-soft)}[data-tone=star]{--tone:var(--rc-star);--tone-soft:var(--rc-warn-soft)}.status{display:inline-flex;align-items:center;gap:6px;height:22px;padding:0 8px;border-radius:var(--r-sm);background:var(--tone-soft,var(--rc-surface-2));color:var(--tone,var(--rc-text-2));font-size:12px;font-weight:500;white-space:nowrap;max-width:100%}.status .txt{overflow:hidden;text-overflow:ellipsis}.status:before{content:"";flex:none;width:5px;height:5px;border-radius:50%;background:currentColor}.status.bare{background:transparent;padding:0;height:auto}.source{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:500;letter-spacing:.03em;color:var(--rc-text-3);white-space:nowrap}.source:before{content:"";flex:none;width:5px;height:5px;border-radius:1px;transform:rotate(45deg);background:currentColor;opacity:.85}.source[data-src=REGULUS]{color:var(--rc-regulus)}.source[data-src=ARCTURUS]{color:var(--rc-arcturus)}.source[data-src=SIRIUS]{color:var(--rc-sirius)}.source[data-src=DERIVED]{color:var(--rc-text-3)}.meter{display:flex;flex-direction:column;gap:7px;min-width:0}.meter .top{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.meter .name,.meter .read{font-size:12.5px;color:var(--rc-text-2)}.meter .read{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.meter .read b{color:var(--rc-text);font-weight:600}.meter .rail{height:4px;border-radius:99px;background:var(--rc-line-soft);overflow:hidden}html.dark-mode .meter .rail{background:var(--rc-hover)}.meter .fill{height:100%;border-radius:99px;background:var(--tone,var(--rc-accent));transition:width var(--slow) var(--ease)}.minimeter{display:flex;align-items:center;gap:8px;min-width:96px}.minimeter .rail{flex:1 1 auto;min-width:40px;height:4px;border-radius:99px;background:var(--rc-line-soft);overflow:hidden}html.dark-mode .minimeter .rail{background:var(--rc-hover)}.minimeter .fill{height:100%;border-radius:99px;background:var(--tone,var(--rc-accent))}.minimeter .read{flex:none;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px;color:var(--rc-text-2);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pipeline{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);border:1px solid var(--rc-line);border-radius:var(--r-md);overflow:hidden;background:var(--rc-surface)}.pipeline .stage{position:relative;display:flex;flex-direction:column;gap:8px;padding:13px 16px 14px;min-width:0;background:none;border:0;border-right:1px solid var(--rc-line);text-align:left;transition:background var(--fast) var(--ease)}.pipeline .stage:last-child{border-right:0}a.pipeline-stage:hover,button.pipeline-stage:hover{background:var(--rc-surface-2);cursor:pointer}.pipeline .stage .nm{font-size:12px;color:var(--rc-text-2);display:flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pipeline .stage .ct{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:20px;font-weight:500;line-height:1;color:var(--rc-text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pipeline .stage .rail{height:3px;border-radius:99px;background:var(--rc-line-soft);overflow:hidden}html.dark-mode .pipeline .stage .rail{background:var(--rc-hover)}.pipeline .stage .fill{height:100%;background:var(--tone,var(--rc-accent));transition:width var(--slow) var(--ease)}.due{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--rc-text-2);white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.due svg{width:14px;height:14px;flex:none;color:var(--rc-text-3)}.due[data-urgency=H48]{color:var(--rc-text)}.due[data-urgency=H48] svg{color:var(--rc-text-2)}.due[data-urgency=H24]{color:var(--rc-warn);font-weight:500}.due[data-urgency=H24] svg{color:var(--rc-warn)}.due[data-urgency=H6]{color:var(--rc-warn);font-weight:600;background:var(--rc-warn-soft);border-radius:var(--r-sm);padding:2px 7px;margin:-2px 0}.due[data-urgency=H6] svg{color:var(--rc-warn)}.due[data-urgency=OVERDUE]{color:var(--rc-danger);font-weight:600;background:var(--rc-danger-soft);border-radius:var(--r-sm);padding:2px 7px;margin:-2px 0}.due[data-urgency=OVERDUE] svg{color:var(--rc-danger)}.timeline{position:relative;padding-left:26px;margin:0;list-style:none}.timeline:before{content:"";position:absolute;left:6px;top:14px;bottom:14px;width:1px;background:var(--rc-line)}.tlitem{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:10px 0}.tlitem:before{content:"";position:absolute;left:-23px;top:16px;width:7px;height:7px;border-radius:50%;background:var(--tone,var(--rc-line-strong));box-shadow:0 0 0 3px var(--rc-surface)}.tlitem .body{min-width:0;display:flex;flex-direction:column;gap:3px}.tlitem .line{font-size:13.5px;color:var(--rc-text);line-height:1.45}.tlitem .line b{font-weight:600}.tlitem .meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tlitem .meta,.tlitem .when{font-size:12px;color:var(--rc-text-3)}.tlitem .when{flex:none;white-space:nowrap;padding-top:2px}.menu{position:absolute;min-width:240px;background:var(--rc-surface);border:1px solid var(--rc-line);border-radius:var(--r-md);box-shadow:var(--shadow-3);overflow:hidden;padding:6px}.menuitem{display:flex;align-items:center;gap:14px;width:100%;height:36px;padding:0 14px;border:0;border-radius:var(--r-sm);background:none;color:var(--rc-text);font-size:13.5px;text-align:left;cursor:pointer;transition:background var(--fast) var(--ease)}.menuitem svg{width:20px;height:20px;flex:none;color:var(--rc-text-2)}.menuitem:hover{background:var(--rc-hover)}.menuitem .value{margin-left:auto;font-size:12.5px;color:var(--rc-text-2)}.menugroup{border-top:1px solid var(--rc-line-soft);margin-top:6px;padding-top:6px}.menucard{display:flex;align-items:center;gap:12px;padding:14px;border-bottom:1px solid var(--rc-line);margin:-6px -6px 6px}.menucard .text{min-width:0}.menucard .nm{display:block;font-size:14px;font-weight:500;color:var(--rc-text)}.menucard .sub{display:block;margin-top:2px}.menucard .sub,.menulabel{font-size:12px;color:var(--rc-text-2)}.menulabel{font-weight:500;padding:10px 14px 4px}.scrim{position:fixed;inset:0;background:var(--rc-scrim);z-index:50}.dialog{position:fixed;z-index:60;left:50%;top:50%;transform:translate(-50%,-50%);width:min(560px,calc(100vw - 32px));max-height:calc(100vh - 64px);display:flex;flex-direction:column;background:var(--rc-surface);border:0;border-radius:var(--r-lg);box-shadow:var(--shadow-3);overflow:hidden}.dialog .head{padding:20px 24px 8px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dialog .head .title{font-size:17px;font-weight:500;color:var(--rc-text)}.dialog .head .sub{font-size:13px;color:var(--rc-text-2);margin-top:4px}.dialog .body{padding:8px 24px 20px;font-size:14px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.dialog .foot{padding:8px 16px 16px;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.drawer{position:fixed;z-index:60;top:0;right:0;bottom:0;width:min(560px,100vw);display:flex;flex-direction:column;background:var(--rc-surface);border-left:1px solid var(--rc-line);box-shadow:var(--shadow-3);animation:drawerIn var(--slow) var(--ease) both}@keyframes drawerIn{0%{transform:translateX(18px);opacity:0}}.drawer .head{flex:none;min-height:56px;padding:12px 12px 12px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--rc-line)}.drawer .head .title{flex:1 1 auto;min-width:0;font-size:15px;font-weight:500;color:var(--rc-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer .body{flex:1 1 auto;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:20px}.drawer .foot{flex:none;border-top:1px solid var(--rc-line);padding:12px 16px;gap:8px;flex-wrap:wrap}.drawer .foot,.empty{display:flex;align-items:center}.empty{flex-direction:column;justify-content:center;gap:6px;padding:48px 32px;text-align:center}.empty svg{width:28px;height:28px;color:var(--rc-text-3);margin-bottom:6px}.empty .t{font-size:15px;color:var(--rc-text-2)}.empty .s{font-size:13.5px;color:var(--rc-text-3);max-width:46ch}.progress{position:relative;height:2px;overflow:hidden;background:transparent}.progress:after{content:"";position:absolute;inset:0;background:var(--rc-accent);transform-origin:0 50%;animation:starsProgress 1.1s var(--ease) infinite}@keyframes starsProgress{0%{transform:translateX(-100%) scaleX(.4)}60%{transform:translateX(60%) scaleX(.7)}to{transform:translateX(100%) scaleX(.4)}}.spinner{width:22px;height:22px;border:2px solid var(--rc-line);border-top-color:var(--rc-accent);border-radius:50%;animation:spin .8s linear infinite;flex:none}.spinner.sm{width:15px;height:15px;border-width:2px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{border-radius:var(--r-sm);background:linear-gradient(90deg,var(--rc-surface-2) 0,var(--rc-hover) 45%,var(--rc-surface-2) 90%);background-size:400px 100%;animation:shimmer 1.3s linear infinite}.toasts{position:fixed;left:24px;bottom:24px;z-index:70;display:flex;flex-direction:column;gap:8px;max-width:min(420px,calc(100vw - 48px))}.toast{display:flex;align-items:center;gap:12px;border-radius:var(--r-md);box-shadow:var(--shadow-3);font-size:13.5px;padding:14px 18px;background:var(--rc-text);color:var(--rc-surface);animation:toastIn var(--slow) var(--ease) both}@keyframes toastIn{0%{transform:translateY(8px);opacity:0}}.toast.is-danger{background:var(--rc-danger);color:var(--rc-on-danger)}.toast .undo{margin-left:auto;border:0;background:none;color:inherit;font:inherit;font-weight:600;text-decoration:underline;cursor:pointer;flex:none}.navtoggle{display:none}@media screen and (max-width:1100px){.app{grid-template-columns:minmax(0,1fr)}.app>.sidebar{position:fixed;top:0;left:0;bottom:0;height:100vh;width:280px;z-index:55;background:var(--rc-surface);border-right:1px solid var(--rc-line);padding-top:8px;transform:translateX(-100%);transition:transform var(--slow) var(--ease)}.app[data-nav=open]>.sidebar{transform:none}.app>.content{grid-column:1}.navtoggle{display:inline-flex}.brand{margin-right:0}}@media screen and (max-width:780px){:root{--pad:16px}.brand-name,.brand-unit{display:none}.crumbs,.pagebody,.pagehead{padding-left:16px;padding-right:16px}.topbar{padding:0 8px}.pipeline{grid-auto-flow:row;grid-auto-columns:auto}.pipeline .stage{border-right:0;border-bottom:1px solid var(--rc-line)}.pipeline .stage:last-child{border-bottom:0}.toasts{left:12px;right:12px;bottom:12px;max-width:none}}@media screen and (max-width:900px){table.records{min-width:780px}}.stack{display:flex;flex-direction:column;gap:12px;min-width:0}.stack-lg{gap:20px}.rowx{gap:10px;min-width:0}.rowx,.spread{display:flex;align-items:center;flex-wrap:wrap}.spread{justify-content:space-between;gap:14px}.grid-2{display:grid;grid-gap:20px;gap:20px;grid-template-columns:minmax(0,1fr)}@media screen and (min-width:1180px){.grid-2{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr)}.grid-2.even{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.muted{color:var(--rc-text-2)}.quiet{color:var(--rc-text-3)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chart{display:flex;flex-direction:column;gap:10px;min-width:0}.chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.chart-title{font-size:13.5px;font-weight:500;color:var(--rc-text)}.chart-note{font-size:12px;color:var(--rc-text-3);margin-top:2px}.chart-body{width:100%;min-width:0}.chart-svg{width:100%;height:100%;display:block;overflow:visible}.chart-empty{display:grid;place-items:center;font-size:13px;color:var(--rc-text-3);border:1px dashed var(--rc-line);border-radius:var(--r-md);text-align:center;padding:16px}.chart-grid{stroke:var(--rc-line-soft);stroke-width:1}.chart-grid,.chart-zero{shape-rendering:crispEdges}.chart-zero{stroke:var(--rc-line-strong);stroke-width:1}.chart-plot{fill:var(--rc-surface-2);stroke:var(--rc-line)}.chart-axis{font-size:10px}.chart-axis,.chart-quadrant{fill:var(--rc-text-3);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace}.chart-quadrant{font-size:9.5px;letter-spacing:.14em;opacity:.75}.chart-line{fill:none;stroke-width:2;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.chart-bar{transition:opacity var(--fast) var(--ease)}.chart-bar:hover{opacity:.75}.chart-cursor{stroke:var(--rc-line-strong);stroke-width:1;stroke-dasharray:3 3}.chart-dot{stroke:var(--rc-surface);stroke-width:2}.chart-point{stroke:var(--rc-surface);stroke-width:1.5;transition:r var(--fast) var(--ease)}.chart-point.is-selected{stroke:var(--rc-text);stroke-width:2}.sparkline path{fill:none;stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round}.comparebars{display:flex;flex-direction:column;gap:2px}.comparerow{display:grid;grid-template-columns:minmax(120px,1.1fr) minmax(80px,2fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:6px 0;border-bottom:1px solid var(--rc-line-soft)}.comparerow:last-child{border-bottom:0}.cb-label{min-width:0}.cb-name{font-size:13px;color:var(--rc-text)}.cb-name,.cb-sub{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cb-sub{font-size:11.5px;color:var(--rc-text-3)}.cb-track{height:6px;border-radius:99px;background:var(--rc-line-soft);overflow:hidden}html.dark-mode .cb-track{background:var(--rc-hover)}.cb-fill{height:100%;border-radius:99px;transition:width var(--slow) var(--ease)}.cb-value{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:12.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--rc-text);text-align:right;white-space:nowrap}.sentiment{display:flex;flex-direction:column;gap:8px}.sentiment-bar{display:flex;height:8px;border-radius:99px;overflow:hidden;background:var(--rc-line-soft)}.sentiment-bar span{display:block;height:100%}.sentiment-key{display:flex;gap:14px;flex-wrap:wrap;font-size:12px;color:var(--rc-text-2)}.sentiment-key [data-tone]{color:var(--tone)}.workspace{display:flex;flex-direction:column;min-height:0;flex:1 1}.ws-head{padding:14px var(--pad) 0;border-bottom:1px solid var(--rc-line);background:var(--rc-surface);position:-webkit-sticky;position:sticky;top:var(--bar-h);z-index:20}.ws-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:8px 0 14px}.ws-titles{min-width:0;display:flex;flex-direction:column;gap:8px}.ws-title{font-size:21px;font-weight:500;letter-spacing:-.01em;color:var(--rc-text);line-height:1.2}.ws-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ws-fact{font-size:12.5px;color:var(--rc-text-2)}.ws-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:none}.btn.is-busy svg{animation:spin .9s linear infinite}.ws-body{display:grid;grid-template-columns:208px minmax(0,1fr);flex:1 1;min-height:0}.ws-nav{border-right:1px solid var(--rc-line);padding:12px 8px;display:flex;flex-direction:column;gap:8px;position:-webkit-sticky;position:sticky;top:calc(var(--bar-h) + 118px);align-self:start;max-height:calc(100vh - var(--bar-h) - 118px);overflow-y:auto}.ws-nav-foot{margin-top:auto;padding:12px 10px 4px;border-top:1px solid var(--rc-line);display:flex;align-items:center;gap:9px;font-size:11.5px;color:var(--rc-text-3);line-height:1.4}.ws-nav-foot svg{width:15px;height:15px;flex:none}.ws-pane{min-width:0;padding:20px var(--pad) 40px;display:flex;flex-direction:column;gap:20px}.menu-scrim{position:fixed;inset:0;z-index:55}.menu{z-index:60}@media screen and (max-width:980px){.ws-body{grid-template-columns:minmax(0,1fr)}.ws-nav{position:static;max-height:none;border-right:0;border-bottom:1px solid var(--rc-line);padding:8px}.ws-nav .navlist{flex-direction:row;overflow-x:auto;gap:4px;padding-bottom:2px}.ws-nav .navlink{white-space:nowrap}.ws-nav-foot{display:none}.ws-head{position:static}}table.records tbody tr.grouprow{height:auto;background:var(--rc-surface);box-shadow:inset 0 -1px 0 var(--rc-line);cursor:default}table.records tbody tr.grouprow td{padding:0}table.records tbody tr.grouprow .navlabel{display:flex;align-items:baseline;gap:8px;padding:10px 14px 5px}table.records tbody tr.grouprow .navlabel .n{color:var(--rc-text-3);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}table.records thead th .colsource{display:block;font-weight:400}.chip.static[data-tone],.chip.static[data-tone]:hover{background:var(--tone-soft);border-color:transparent;color:var(--tone)}.noteform{padding:12px 0 14px;max-width:760px}.noteform,.person-head{display:flex;flex-direction:column;gap:12px}.person-head{padding-bottom:16px}.person-head,.videoblock{border-bottom:1px solid var(--rc-line)}.videoblock{padding:16px}.videoblock:last-child{border-bottom:0}.videoblock .metriclabel{font-size:11.5px;margin-bottom:3px}.videofoot{font-size:12.5px}.engagement-note{margin:0}.figurecard .value.slot-value{font-size:19px}.reviewnote{margin:12px 0 0;padding:10px 12px;border-radius:var(--r-sm);background:var(--rc-warn-soft);font-size:13px}.payrow{margin-top:12px;padding-top:12px;border-top:1px solid var(--rc-line-soft)}.payrow svg{width:16px;height:16px;color:var(--rc-text-3);flex:none}.sentiment-bar span[data-tone]{background:var(--tone)}.reasons{margin:0;padding-left:18px;font-size:13px;line-height:1.6}.chip svg{width:14px;height:14px;flex:none;color:var(--rc-text-3)}.chip[aria-pressed=true] svg{color:currentColor}.trendfig{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.01em;white-space:nowrap;color:var(--tone,var(--rc-text))}.trendfig svg{width:13px;height:13px;flex:none}.delta{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;color:var(--tone,var(--rc-text-2));font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:12.5px;white-space:nowrap}.delta svg{width:13px;height:13px;flex:none}.captiontext{margin:0;font-size:14px;line-height:1.55;color:var(--rc-text);overflow-wrap:anywhere}.dsearch{display:flex;align-items:center;width:100%;height:46px;padding:0 5px 0 0;background:var(--rc-surface);border:1px solid var(--rc-line-strong);border-radius:var(--r-md);min-width:0;transition:border-color var(--fast) var(--ease),box-shadow var(--fast) var(--ease)}.dsearch:hover{border-color:var(--rc-text-3)}.dsearch:focus-within{border-color:var(--rc-accent);box-shadow:0 0 0 1px var(--rc-accent)}.dsearch>svg{flex:none;width:19px;height:19px;margin:0 9px 0 13px;color:var(--rc-text-2)}.dsearch input{flex:1 1 auto;min-width:0;height:44px;border:0;background:none;outline:0;font-family:inherit;font-size:15px;color:var(--rc-text);padding:0}.dsearch input::placeholder{color:var(--rc-text-3);opacity:1}.dsearch .clear{flex:none;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;margin:0 2px;border:0;background:none;border-radius:50%;color:var(--rc-text-3);cursor:pointer;transition:background var(--fast) var(--ease),color var(--fast) var(--ease)}.dsearch .clear svg{width:16px;height:16px}.dsearch .clear:hover{background:var(--rc-hover);color:var(--rc-text)}.dsearch>.btn{flex:none;height:34px;padding:0 16px;margin-left:2px}.dsearch>.btn svg{width:16px;height:16px}.dsearch-hint{display:flex;align-items:center;flex-wrap:wrap;gap:2px 10px;margin-top:7px;font-size:12px;line-height:1.5;color:var(--rc-text-3)}.dsearch-hint b{font-weight:500;color:var(--rc-text-2)}.dsearch-hint .ex{border:0;padding:0;background:none;font:inherit;color:var(--rc-accent);cursor:pointer}.dsearch-hint .ex:hover{text-decoration:underline}.dfilters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:7px 0 9px;border-bottom:1px solid var(--rc-line);min-width:0}.dfilters .fgroup,.dfilters-more .fgroup{display:inline-flex;align-items:center;gap:6px;min-width:0}.dfilters .flabel,.dfilters-more .flabel{flex:none;font-size:12px;color:var(--rc-text-3);white-space:nowrap}.dfilters .control,.dfilters-more .control{width:auto;min-height:30px;height:30px;padding:0 10px;font-size:12.5px;border-radius:var(--r-sm);max-width:190px}.dfilters select.control,.dfilters-more select.control{padding-right:26px;background-position:right 6px center;background-size:14px 14px}.dfilters .btn{height:30px;padding:0 10px;font-size:12.5px;gap:6px}.dfilters .btn svg{width:15px;height:15px}.dfilters .btn[aria-expanded=true]{background:var(--rc-surface-2);border-color:var(--rc-line-strong)}.dfilters .spacer{flex:1 1 auto}.dfilters .fcount{display:inline-flex;align-items:center;justify-content:center;flex:none;min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:var(--rc-accent-soft);color:var(--rc-accent);font-size:11px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dfilters-more{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px;padding:10px 0 12px;border-bottom:1px solid var(--rc-line);min-width:0;animation:dmoreIn var(--fast) var(--ease) both}@keyframes dmoreIn{0%{opacity:0;transform:translateY(-3px)}}.dsection{display:flex;flex-direction:column;min-width:0}.dsection+.dsection{border-top:1px solid var(--rc-line)}.dsection-head{display:flex;align-items:baseline;gap:8px;padding:11px 12px 6px;min-width:0}.dsection-head .t{font-size:12px;font-weight:600;color:var(--rc-text-2);white-space:nowrap}.dsection-head .t svg{width:14px;height:14px;color:var(--rc-text-3);vertical-align:-2px;margin-right:5px}.dsection-head .n{font-size:12px;color:var(--rc-text-3);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.dsection-head .more{margin-left:auto;flex:none;font-size:12.5px;color:var(--rc-accent);white-space:nowrap}.dsection-head .more:hover{text-decoration:underline}.dsection-body{flex-direction:column}.drow,.dsection-body{display:flex;min-width:0}.drow{align-items:center;gap:10px;height:52px;padding:0 12px;background:none;color:var(--rc-text);box-shadow:inset 0 -1px 0 var(--rc-line-soft);transition:background var(--fast) var(--ease)}.drow:last-child{box-shadow:none}a.drow,button.drow{width:100%;border:0;font:inherit;text-align:left;cursor:pointer}.drow.is-clickable:hover,a.drow:hover,button.drow:hover{background:var(--rc-hover)}.drow[aria-current=true],.drow[aria-selected=true]{background:var(--rc-accent-soft)}.drow .id{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:1px}.drow .id .t{font-size:13.5px;font-weight:500;color:var(--rc-text)}.drow .id .s,.drow .id .t{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drow .id .s{gap:8px;min-width:0;font-size:12px;color:var(--rc-text-2)}.drow .figs,.drow .id .s{display:flex;align-items:center}.drow .figs{flex:none;justify-content:flex-end;gap:16px;margin-left:auto}.drow .figs .dcell-num{min-width:56px}.drow .ident{padding:0}.dthumb{flex:none;position:relative;width:32px;height:44px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--rc-line-strong);border-radius:var(--r-sm);background:var(--rc-surface-2);background:color-mix(in srgb,var(--rc-line-strong) var(--dt-step,6%),var(--rc-surface-2));color:var(--rc-text-2);font-size:10.5px;font-weight:600;letter-spacing:.01em;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dthumb[data-shade="0"]{--dt-step:6%}.dthumb[data-shade="1"]{--dt-step:18%}.dthumb[data-shade="2"]{--dt-step:30%}.dthumb[data-shade="3"]{--dt-step:42%}.dthumb[data-shade="4"]{--dt-step:54%}.dthumb svg{width:14px;height:14px;opacity:.75}.dthumb.md{width:44px;height:60px;font-size:12.5px}.dthumb.md svg{width:18px;height:18px}.dcell-num{text-align:right;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:12.5px;letter-spacing:-.01em;white-space:nowrap;color:var(--rc-text)}th.dcell-num{text-align:right;font-family:inherit}.dcell-num.strong{font-weight:500}.dchips{display:flex;align-items:center;flex-wrap:wrap;gap:4px 5px;min-width:0;max-height:38px;overflow:hidden}.dchips.oneline{flex-wrap:nowrap;max-height:17px;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 20px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 20px),transparent)}.dchip{flex:none;display:inline-flex;align-items:center;gap:3px;max-width:150px;height:17px;padding:0 6px;border-radius:var(--r-sm);background:var(--rc-surface-2);color:var(--rc-text-2);font-size:11px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.dark-mode .dchip{background:var(--rc-hover)}.dchip svg{flex:none;width:11px;height:11px;color:var(--rc-text-3)}a.dchip:hover{background:var(--rc-accent-soft);color:var(--rc-accent)}a.dchip:hover svg{color:currentColor}.dempty{display:flex;flex-direction:column;align-items:center;gap:5px;padding:26px 20px 28px;text-align:center}.dempty svg{width:22px;height:22px;color:var(--rc-text-3);margin-bottom:2px}.dempty .t{font-size:13.5px;color:var(--rc-text-2)}.dempty .s{font-size:12.5px;color:var(--rc-text-3);max-width:56ch}.dempty .picks{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;margin-top:8px}.dtrend-list{display:flex;flex-direction:column;min-width:0}.dtrend-row{display:flex;align-items:center;gap:10px;height:34px;padding:0 12px;min-width:0;background:none;color:var(--rc-text);box-shadow:inset 0 -1px 0 var(--rc-line-soft);transition:background var(--fast) var(--ease)}.dtrend-row:last-child{box-shadow:none}a.dtrend-row,button.dtrend-row{width:100%;border:0;font:inherit;text-align:left;cursor:pointer}a.dtrend-row:hover,button.dtrend-row:hover{background:var(--rc-hover)}.dtrend-row .rank{flex:none;width:18px;text-align:right;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:11.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--rc-text-3)}.dtrend-row .lbl{flex:1 1 auto;min-width:0;font-size:13px;color:var(--rc-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dtrend-row .lbl svg{width:13px;height:13px;color:var(--rc-text-3);vertical-align:-2px;margin-right:4px}.dtrend-row .fig{flex:none;min-width:54px;text-align:right;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--rc-text-2)}.dtrend-row .grw{flex:none;min-width:64px;display:flex;justify-content:flex-end}.dtrend-row .st{flex:none}.hit{font-weight:700;color:var(--rc-text)}table.records.dense{font-size:13px}table.records.dense thead th{height:34px;padding:0 10px;font-size:11.5px}table.records.dense tbody tr{height:48px}table.records.dense tbody td{padding:0 10px}table.records.dense .ident{gap:9px;padding:0}table.records.dense .ident .name{font-size:13px}table.records.dense .ident .sub{font-size:11.5px}table.records.dense.compact tbody tr{height:36px}table.records.dense tbody tr.grouprow{height:auto}table.records.dense tbody td .ident .name,table.records.dense tbody td .ident .sub,table.records.dense tbody td .status .txt,table.records.dense tbody td .truncate{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;white-space:normal;overflow-wrap:anywhere}table.records.dense tbody td.dcell-atom{white-space:nowrap}table.records.dense tbody td .ident .text,table.records.dense tbody td.dcell-ident .truncate{min-width:120px}@media screen and (max-width:1180px){.dcol-3{display:none}}@media screen and (max-width:900px){table.records.dense{min-width:0}.dcol-2{display:none}.dsearch{height:42px}.dsearch input{height:40px;font-size:14.5px}.dsearch>.btn{padding:0 12px}.dfilters .control,.dfilters-more .control{max-width:150px}}.pagehead.compact{padding-top:2px;padding-bottom:10px;gap:12px}.pagehead.compact .pagetitle{font-size:19px}.pagehead.compact .pagelead{margin:3px 0 0;font-size:13px;color:var(--rc-text-2);max-width:74ch}.pagebody.tight{gap:16px}