.crt-page{padding-bottom:56px}.crt-page--full,.crt-page--narrow{max-width:none}.crt-shell .crt-page-hero{background:var(--crt-tile);border-bottom:.5px solid var(--crt-rule-strong);padding:32px 24px 24px}.crt-shell .crt-page-hero--admin-home{padding:40px 24px 28px}.crt-shell .crt-page-hero--account{padding:32px 24px}.crt-hero{border-bottom:.5px solid var(--crt-rule-strong);padding-bottom:24px;margin-bottom:28px}.crt-hero__eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--crt-cinnabar);margin:0 0 12px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.crt-hero__title{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:36px;font-weight:600;line-height:1.1;letter-spacing:-.02em;color:var(--crt-ink);margin:0 0 14px;max-width:22ch}.crt-hero__title--wide{max-width:none}.crt-hero__lede{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:17px;line-height:1.5;color:var(--crt-ink-soft);margin:0;max-width:65ch}.crt-hero__actions{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}.crt-section{margin:0 0 32px}.crt-section__eyebrow{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-cinnabar);margin:0 0 12px;padding-bottom:8px;border-bottom:.5px solid var(--crt-rule-strong)}.crt-section__eyebrow,.crt-section__title{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:600}.crt-section__title{font-size:20px;line-height:1.2;color:var(--crt-ink);margin:0 0 10px}.crt-section__lede{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:14.5px;line-height:1.55;color:var(--crt-ink-soft);margin:0 0 16px;max-width:60ch}.crt-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin-bottom:28px}.crt-strip__cell{background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0;padding:14px 16px}.crt-strip__label{font-family:var(--font-mono);font-size:9.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-ink-mute);margin:0 0 6px}.crt-strip__value{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:24px;font-weight:600;letter-spacing:-.015em;color:var(--crt-ink);line-height:1}.crt-strip__suffix{margin-left:6px;font-family:var(--font-mono);font-size:10.5px;font-weight:500;color:var(--crt-ink-mute)}.crt-tabs{display:flex;gap:4px;border-bottom:.5px solid var(--crt-rule-strong);margin-bottom:22px;flex-wrap:wrap}.crt-tabs__tab{padding:8px 14px 9px;font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:13px;font-weight:500;color:var(--crt-ink-mute);background:transparent;border:none;border-bottom:2px solid transparent;text-decoration:none;cursor:pointer;margin-bottom:-1px}.crt-tabs__tab:hover{color:var(--crt-ink)}.crt-tabs__tab.is-active,.crt-tabs__tab[aria-selected=true]{color:var(--crt-cinnabar);border-bottom-color:var(--crt-cinnabar);font-weight:600}.crt-tabs__count{display:inline-block;margin-left:6px;padding:1px 6px;font-family:var(--font-mono);font-size:10px;font-weight:600;color:var(--crt-ink-mute);background:rgba(17,17,20,.06);border-radius:2px}.crt-nav-actions{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 28px}.crt-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:13px;font-weight:600;letter-spacing:.02em;border:.5px solid var(--crt-rule-strong);border-radius:0;background:var(--crt-card);color:var(--crt-ink);text-decoration:none;cursor:pointer;transition:background 80ms,border-color 80ms,color 80ms}.crt-btn:hover{background:#f5f6fb;border-color:var(--crt-ink-mute)}.crt-btn:disabled,.crt-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;background:var(--crt-bg-rail)}.crt-btn--primary{background:var(--crt-ink);color:var(--crt-bg);border-color:var(--crt-ink)}.crt-btn--primary:hover{background:#0a0a07;border-color:#0a0a07}.crt-btn--cinnabar{background:var(--crt-cinnabar);color:#fff;border-color:var(--crt-cinnabar)}.crt-btn--cinnabar:hover{background:var(--crt-cinnabar-deep);border-color:var(--crt-cinnabar-deep)}.crt-btn--ghost{background:transparent;border-color:var(--crt-rule);color:var(--crt-ink-soft)}.crt-btn--ghost:hover{background:var(--crt-card)}.crt-btn--danger{background:transparent;border-color:var(--crt-cinnabar-deep);color:var(--crt-cinnabar-deep)}.crt-btn--danger:hover{background:rgba(184,47,31,.06)}.crt-btn--sm{padding:5px 9px;font-size:11.5px}.crt-btn--lg{padding:11px 20px;font-size:14px}.crt-form{gap:16px}.crt-form,.crt-form-row{display:flex;flex-direction:column}.crt-form-row{gap:6px}.crt-form-row--inline{flex-direction:row;align-items:center;gap:10px}.crt-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.crt-label{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.crt-hint,.crt-label{font-size:11px;color:var(--crt-ink-mute)}.crt-hint{font-family:var(--font-mono);margin:0}.crt-input,.crt-select,.crt-textarea{width:100%;padding:9px 11px;font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:14px;line-height:1.4;color:var(--crt-ink);background:#fff;border:.5px solid var(--crt-rule-strong);border-radius:0;outline:none;transition:border-color 80ms,box-shadow 80ms}.crt-input:focus,.crt-select:focus,.crt-textarea:focus{border-color:var(--crt-cinnabar);box-shadow:0 0 0 3px rgba(184,47,31,.12)}.crt-input[disabled],.crt-select[disabled],.crt-textarea[disabled]{background:var(--crt-bg-rail);color:var(--crt-ink-mute)}.crt-textarea{min-height:96px;resize:vertical}.crt-select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--crt-ink-mute) 50%),linear-gradient(135deg,var(--crt-ink-mute) 50%,transparent 50%);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:28px}.crt-checkbox-row{display:flex;align-items:flex-start;gap:9px;font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:14px;line-height:1.4;color:var(--crt-ink-soft)}.crt-checkbox-row input[type=checkbox]{margin-top:3px;accent-color:var(--crt-cinnabar)}.crt-fieldset{border:.5px solid var(--crt-rule);border-radius:0;padding:18px 20px 20px;background:var(--crt-tile);margin:0}.crt-fieldset legend{padding:0 8px;font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-cinnabar)}.crt-auth-card{max-width:480px;margin:60px auto;padding:32px 36px 36px;background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0}.crt-auth-card__eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-cinnabar);margin:0 0 10px}.crt-auth-card__title{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:26px;font-weight:600;line-height:1.15;letter-spacing:-.015em;color:var(--crt-ink);margin:0 0 12px}.crt-auth-card__lede{font-size:14.5px;line-height:1.5;color:var(--crt-ink-soft);margin:0 0 22px}.crt-auth-card__footer,.crt-auth-card__lede{font-family:var(--font-body),"Source Serif 4",Georgia,serif}.crt-auth-card__footer{margin-top:18px;padding-top:16px;border-top:.5px solid var(--crt-rule);font-size:13px;color:var(--crt-ink-mute);display:flex;flex-wrap:wrap;gap:12px}.crt-auth-card__footer a{color:var(--crt-cinnabar);text-decoration:none;border-bottom:.5px dashed var(--crt-cinnabar)}.crt-alert{padding:12px 14px;border-radius:0;border:.5px solid var(--crt-rule-strong);background:var(--crt-card);font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:13.5px;line-height:1.45;color:var(--crt-ink-soft);display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}.crt-alert:before{content:"·";font-family:var(--font-mono);font-size:18px;line-height:1;margin-top:-2px;color:var(--crt-ink-mute)}.crt-alert--success{background:rgba(74,93,58,.08);border-color:var(--crt-moss);color:var(--crt-ink)}.crt-alert--success:before{content:"✓";color:var(--crt-moss)}.crt-alert--error{background:rgba(184,47,31,.08);border-color:var(--crt-cinnabar);color:var(--crt-ink)}.crt-alert--error:before{content:"!";color:var(--crt-cinnabar);font-weight:700}.crt-alert--warning{background:rgba(193,137,20,.1);border-color:var(--crt-ochre);color:var(--crt-ink)}.crt-alert--warning:before{content:"!";color:var(--crt-ochre);font-weight:700}.crt-alert--info{background:rgba(26,58,92,.06);border-color:var(--crt-azure)}.crt-alert--info:before{content:"i";color:var(--crt-azure);font-weight:700;font-style:italic}.crt-alert a{color:var(--crt-cinnabar);text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.crt-badge{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;font-family:var(--font-mono);font-size:9.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:2px;border:.5px solid var(--crt-rule-strong);color:var(--crt-ink-soft);background:var(--crt-tile);line-height:1.4;white-space:nowrap}.crt-badge--tier-free{background:rgba(108,102,90,.1);color:var(--crt-ink-mute);border-color:var(--crt-rule-strong)}.crt-badge--tier-premium{background:rgba(193,40,62,.14);color:var(--crt-cinnabar-deep);border-color:var(--crt-ochre)}.crt-badge--tier-admin{background:var(--crt-ink);color:var(--crt-bg);border-color:var(--crt-ink)}.crt-badge--status-active{background:rgba(31,58,138,.12);color:var(--crt-moss);border-color:var(--crt-moss)}.crt-badge--status-suspend{background:rgba(193,40,62,.14);color:var(--crt-cinnabar-deep);border-color:var(--crt-ochre)}.crt-badge--status-banned{background:rgba(184,47,31,.1);color:var(--crt-cinnabar-deep);border-color:var(--crt-cinnabar)}.crt-badge--public{background:rgba(26,58,92,.1);color:var(--crt-azure);border-color:var(--crt-azure)}.crt-badge--private{background:rgba(108,102,90,.08);color:var(--crt-ink-mute)}.crt-badge--critical{background:rgba(184,47,31,.1);color:var(--crt-cinnabar-deep);border-color:var(--crt-cinnabar)}.crt-badge--warning{background:rgba(193,40,62,.14);color:var(--crt-cinnabar-deep);border-color:var(--crt-ochre)}.crt-badge--info{background:rgba(26,58,92,.1);color:var(--crt-azure);border-color:var(--crt-azure)}.crt-table-wrap{overflow-x:auto;border:.5px solid var(--crt-rule);border-radius:0;background:var(--crt-tile)}.crt-table{width:100%;border-collapse:collapse;font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:13.5px;color:var(--crt-ink-soft)}.crt-table thead th{background:var(--crt-bg-rail);border-bottom:.5px solid var(--crt-rule-strong);padding:9px 12px;text-align:left;font-family:var(--font-mono);font-size:9.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-ink-mute);white-space:nowrap}.crt-table tbody td{padding:11px 12px;border-bottom:.5px solid var(--crt-rule);vertical-align:top}.crt-table tbody tr:last-child td{border-bottom:none}.crt-table tbody tr:hover{background:#f5f6fb}.crt-table__col-numeric{text-align:right;font-family:var(--font-mono);font-size:12.5px;color:var(--crt-ink)}.crt-table__cell-strong{color:var(--crt-ink);font-weight:600}.crt-table__cell-sub{display:block;font-size:11px;color:var(--crt-ink-mute);margin-top:2px;font-family:var(--font-mono)}.crt-table__row-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}.crt-card-list{gap:12px}.crt-card,.crt-card-list{display:flex;flex-direction:column}.crt-card{background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0;padding:16px 18px;gap:10px}.crt-card__head{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.crt-card__title{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:16px;font-weight:600;line-height:1.25;color:var(--crt-ink);margin:0}.crt-card__sub{font-family:var(--font-mono);font-size:10.5px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--crt-ink-mute);margin:0}.crt-card__body{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:13.5px;line-height:1.5;color:var(--crt-ink-soft);margin:0}.crt-card__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px 18px;font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;color:var(--crt-ink-mute)}.crt-card__meta dt{text-transform:uppercase;font-size:9.5px;letter-spacing:.1em;margin-bottom:2px}.crt-card__meta dd{margin:0;font-size:12.5px;color:var(--crt-ink)}.crt-card__actions{display:flex;gap:8px;flex-wrap:wrap;padding-top:8px;border-top:.5px dashed var(--crt-rule)}.crt-expert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.crt-chip-row{display:flex;flex-wrap:wrap;gap:5px}.crt-chip{display:inline-block;padding:2px 9px;font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:11px;font-weight:500;background:rgba(17,17,20,.05);color:var(--crt-ink-soft);border-radius:0;border:.5px solid transparent}.crt-chip[data-tone=primary]{background:rgba(184,47,31,.1);color:var(--crt-cinnabar-deep)}.crt-chip[data-tone=secondary]{background:rgba(26,58,92,.1);color:var(--crt-azure)}.crt-chip[data-tone=tool]{background:rgba(193,40,62,.14);color:var(--crt-cinnabar-deep)}.crt-chip[data-tone=peer]{background:rgba(31,58,138,.1);color:var(--crt-moss)}.crt-chip-filter{cursor:pointer;padding:4px 10px;font-size:11.5px;background:var(--crt-card);border:.5px solid var(--crt-rule)}.crt-chip-filter.is-active{background:var(--crt-ink);color:var(--crt-bg);border-color:var(--crt-ink)}.crt-prose{max-width:68ch;margin:0 auto;font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:16px;line-height:1.65;color:var(--crt-ink-soft)}.crt-prose h2{font-size:22px;line-height:1.2;margin:36px 0 14px;padding-bottom:6px;border-bottom:.5px solid var(--crt-rule)}.crt-prose h2,.crt-prose h3{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:600;color:var(--crt-ink)}.crt-prose h3{font-size:16px;margin:26px 0 8px}.crt-prose p{margin:0 0 16px}.crt-prose ol,.crt-prose ul{margin:0 0 18px;padding-left:24px}.crt-prose li{margin-bottom:8px}.crt-prose a{color:var(--crt-cinnabar);text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.crt-prose strong{color:var(--crt-ink)}.crt-prose code{font-family:var(--font-mono);font-size:.88em;padding:1px 5px;background:rgba(17,17,20,.06);border-radius:2px}.crt-prose pre{font-family:var(--font-mono);font-size:12.5px;line-height:1.55;color:var(--crt-ink);background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0;padding:16px 18px;overflow-x:auto;margin:0 0 18px;white-space:pre-wrap}.crt-callout{padding:18px 22px;margin:22px 0;background:var(--crt-tile);border:.5px solid var(--crt-rule-strong);border-left:3px solid var(--crt-cinnabar);border-radius:0}.crt-callout__eyebrow{font-family:var(--font-mono);font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-cinnabar);margin:0 0 8px}.crt-callout p{margin:0 0 8px}.crt-callout p:last-child{margin-bottom:0}.crt-empty{padding:32px 24px;text-align:center;background:var(--crt-tile);border:.5px dashed var(--crt-rule-strong);border-radius:0;color:var(--crt-ink-mute);font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-style:italic;font-size:14px}.crt-empty strong{display:block;font-style:normal;font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:15px;color:var(--crt-ink);margin-bottom:4px}.crt-pager{display:flex;align-items:center;justify-content:center;gap:14px;margin:22px 0 4px;font-family:var(--font-mono);font-size:12px;color:var(--crt-ink-mute)}.crt-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.crt-check{padding:14px 16px;background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0}.crt-check__head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.crt-check__label{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:13px;font-weight:600;color:var(--crt-ink)}.crt-check__status{margin-left:auto;font-family:var(--font-mono);font-size:9.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:2px 7px;border-radius:2px}.crt-check__status[data-tone=ok]{background:rgba(31,58,138,.14);color:var(--crt-moss)}.crt-check__status[data-tone=degraded]{background:rgba(193,40,62,.16);color:var(--crt-cinnabar-deep)}.crt-check__status[data-tone=down]{background:rgba(184,47,31,.12);color:var(--crt-cinnabar-deep)}.crt-check__body{font-family:var(--font-mono);font-size:11.5px;color:var(--crt-ink-mute);line-height:1.5}.crt-dialog{background:var(--crt-bg);border:.5px solid var(--crt-rule-strong);border-radius:0;padding:22px 24px;max-width:460px}.crt-dialog__title{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:18px;font-weight:600;color:var(--crt-ink);margin:0 0 10px}.crt-dialog__body{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:14px;line-height:1.55;color:var(--crt-ink-soft);margin:0 0 18px}.crt-dialog__actions{display:flex;justify-content:flex-end;gap:8px}.crt-divider{border:0;height:1px;background:var(--crt-rule-strong);margin:28px 0}.crt-mono{font-family:var(--font-mono);font-size:.95em;color:var(--crt-ink-mute)}.crt-link{color:var(--crt-cinnabar);text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.crt-link-bare{color:var(--crt-ink);text-decoration:none;border-bottom:.5px dashed var(--crt-rule-strong)}.crt-link-bare:hover{border-bottom-color:var(--crt-cinnabar);color:var(--crt-cinnabar)}.crt-shell .bureau-action-block,.crt-shell .bureau-pane-head,.crt-shell .bureau-queue-item{background:var(--crt-tile);border-color:var(--crt-rule);color:var(--crt-ink-soft)}.crt-shell .bureau-strip{border-color:var(--crt-rule)}.crt-shell .bureau-section-eyebrow{color:var(--crt-cinnabar)}.crt-shell .auth-form{display:flex;flex-direction:column;gap:14px;margin:0}.crt-shell .auth-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:8px;font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:13px}.crt-shell .auth-links a{color:var(--crt-cinnabar);text-decoration:none;border-bottom:.5px dashed var(--crt-cinnabar)}.crt-shell .auth-check{display:flex;align-items:flex-start;gap:9px;font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:14px;line-height:1.45;color:var(--crt-ink-soft)}.crt-shell .auth-check input[type=checkbox]{accent-color:var(--crt-cinnabar);margin-top:3px}.crt-shell .auth-check-copy a{color:var(--crt-cinnabar);text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.crt-shell .bureau-workspace{background:var(--crt-bg)}.crt-shell .bureau-pane{background:transparent;border-color:var(--crt-rule);color:var(--crt-ink-soft);font-family:var(--font-body),"Source Serif 4",Georgia,serif}.crt-shell .bureau-pane+.bureau-pane{border-left-color:var(--crt-rule-strong)}.crt-shell .bureau-pane-head__eyebrow,.crt-shell .bureau-section-eyebrow{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;color:var(--crt-cinnabar);letter-spacing:.1em;text-transform:uppercase}.crt-shell .bureau-pane-head__title{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;color:var(--crt-ink)}.crt-shell .bureau-case-head__eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-cinnabar)}.crt-shell .bureau-case-head__title{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:32px;font-weight:600;line-height:1.14;letter-spacing:-.02em;color:var(--crt-ink)}.crt-shell .bureau-case-head__dateline,.crt-shell .bureau-case-head__lede{font-family:var(--font-body),"Source Serif 4",Georgia,serif;color:var(--crt-ink-soft)}.crt-shell .bureau-outcome-chip{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;padding:2px 8px;border-radius:2px}.crt-shell .bureau-outcome-chip--open{background:var(--crt-moss);color:#fff}.crt-shell .bureau-outcome-chip--watching{background:var(--crt-ochre);color:#fff}.crt-shell .bureau-strip{background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0;padding:12px 16px}.crt-shell .bureau-strip dt{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-ink-mute)}.crt-shell .bureau-strip dd{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:22px;font-weight:600;letter-spacing:-.015em;color:var(--crt-ink);font-feature-settings:"tnum" 1,"lnum" 1}.crt-shell .bureau-strip dd small{font-family:var(--font-mono);font-size:10.5px;font-weight:400;letter-spacing:0;color:var(--crt-ink-mute)}.crt-shell .bureau-action-block{background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0;padding:14px 16px;margin-bottom:14px}.crt-shell .bureau-action-block__eyebrow{font-family:var(--font-mono);font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-cinnabar);margin:0 0 10px}.crt-shell .bureau-action-block--navy .bureau-action-block__eyebrow{color:var(--crt-azure)}.crt-shell .bureau-action-block--consensus .bureau-action-block__eyebrow{color:var(--crt-moss)}.crt-shell .bureau-action-item{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:13.5px;line-height:1.5;color:var(--crt-ink-soft);padding:8px 0;border-top:.5px dashed var(--crt-rule)}.crt-shell .bureau-action-item:first-of-type{border-top:none;padding-top:0}.crt-shell .bureau-action-item__date{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-ink-mute);margin-bottom:4px}.crt-shell .bureau-queue-filters{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;color:var(--crt-ink-mute)}.crt-shell .bureau-queue-filters__filter{padding:4px 10px;border:.5px solid var(--crt-rule);border-radius:0;background:var(--crt-card)}.crt-shell .bureau-queue-filters__filter.is-active{background:var(--crt-ink);color:var(--crt-bg);border-color:var(--crt-ink)}.crt-shell .bureau-queue-item{background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0;padding:12px 14px;margin-bottom:8px;text-decoration:none;color:inherit}.crt-shell .bureau-queue-item:hover{background:#f5f6fb}.crt-shell .bureau-queue-item.is-selected{background:var(--crt-card-sel);border-left:3px solid var(--crt-cinnabar)}.crt-shell .bureau-queue-item__title{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:14.5px;font-weight:600;color:var(--crt-ink)}.crt-shell .bureau-queue-item__date,.crt-shell .bureau-queue-item__edition,.crt-shell .bureau-queue-item__meta{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--crt-ink-mute)}.crt-shell .bureau-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:13px;font-weight:600;letter-spacing:.02em;border:.5px solid var(--crt-rule-strong);border-radius:0;background:var(--crt-card);color:var(--crt-ink);text-decoration:none;cursor:pointer;transition:background 80ms,border-color 80ms}.crt-shell .bureau-btn:hover{background:#f5f6fb;border-color:var(--crt-ink-mute)}.crt-shell .bureau-btn--primary{background-color:var(--crt-ink,#111114);color:var(--crt-bg,#ffffff);border-color:var(--crt-ink,#111114)}.crt-shell .bureau-btn--primary:hover{background-color:#0a0a07;border-color:#0a0a07}.crt-shell .bureau-btn--ghost{background:transparent;border-color:var(--crt-rule);color:var(--crt-ink-soft)}.crt-shell .bureau-btn--block{width:100%;display:flex}.crt-shell .bureau-spread-bar{background:var(--crt-rule)}.crt-shell .bureau-spread-bar__segment--consensus{background:var(--crt-moss)}.crt-shell .bureau-spread-bar__segment--contested{background:var(--crt-ochre)}.crt-shell .bureau-spread-bar__segment--dissent{background:var(--crt-cinnabar)}.crt-shell .bureau-tabs__tab.is-active,.crt-shell .bureau-tabs__tab[aria-selected=true]{color:var(--crt-cinnabar);border-bottom-color:var(--crt-cinnabar)}.crt-shell .bureau-disagreement-card{background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0}.crt-shell .bureau-position-row{border-color:var(--crt-rule);font-family:var(--font-body),"Source Serif 4",Georgia,serif}.crt-shell .bureau-findings-list{list-style:none;margin:0;padding:0}.crt-shell .bureau-findings-list__num{font-family:var(--font-mono);color:var(--crt-cinnabar)}.crt-shell .bureau-case-body section{margin-bottom:28px}.crt-shell .account-badge,.crt-shell .account-status{display:inline-flex;align-items:center;padding:2px 8px;font-family:var(--font-mono);font-size:9.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;border:.5px solid var(--crt-rule-strong)}.crt-shell .account-badge-free{background:rgba(108,102,90,.1);color:var(--crt-ink-mute)}.crt-shell .account-badge-premium{background:rgba(193,40,62,.14);color:var(--crt-cinnabar-deep);border-color:var(--crt-ochre)}.crt-shell .account-badge-admin{background:var(--crt-ink);color:var(--crt-bg);border-color:var(--crt-ink)}.crt-shell .account-status-active{background:rgba(31,58,138,.1);color:var(--crt-moss);border-color:var(--crt-moss)}.crt-shell .account-status-suspended{background:rgba(193,40,62,.14);color:var(--crt-cinnabar-deep);border-color:var(--crt-ochre)}.crt-shell .account-status-banned{background:rgba(184,47,31,.1);color:var(--crt-cinnabar-deep);border-color:var(--crt-cinnabar)}.crt-shell .account-meter-group{margin:0}.crt-shell .account-meter-copy{display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:11.5px;letter-spacing:.04em;text-transform:uppercase;color:var(--crt-ink-mute);margin-bottom:6px}.crt-shell .account-meter-copy strong{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;color:var(--crt-ink)}.crt-shell .account-reset{margin-top:6px;font-family:var(--font-mono);font-size:11px;color:var(--crt-ink-mute)}.crt-shell .account-toggle-form{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.crt-shell .account-toggle{display:flex;align-items:flex-start;gap:9px;font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:14px;color:var(--crt-ink-soft)}.crt-shell .account-toggle input{accent-color:var(--crt-cinnabar);margin-top:3px}.crt-shell .account-link-row{display:flex;gap:10px;flex-wrap:wrap}.crt-shell .admin-table{width:100%;border-collapse:collapse;background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0;overflow:hidden}.crt-shell .admin-table thead th{background:var(--crt-bg-rail);border-bottom:.5px solid var(--crt-rule-strong);padding:9px 12px;text-align:left;font-family:var(--font-mono);font-size:9.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-ink-mute)}.crt-shell .admin-table tbody td{padding:11px 12px;border-bottom:.5px solid var(--crt-rule);vertical-align:top;font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:13px;color:var(--crt-ink-soft)}.crt-shell .admin-table tbody tr:hover{background:#f5f6fb}.crt-shell .admin-quota-card,.crt-shell .admin-runs-card,.crt-shell .admin-user-card{background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0;padding:14px 16px;margin-bottom:12px}.crt-shell .expert-card,.crt-shell .expert-empty-state,.crt-shell .expert-evidence-card,.crt-shell .expert-profile-grid article,.crt-shell .expert-profile-section,.crt-shell .expert-profile-source-note article{background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0}.crt-shell .expert-card h3,.crt-shell .expert-empty-state h2,.crt-shell .expert-evidence-card h3,.crt-shell .expert-profile-section h2,.crt-shell .expert-profile-section h3{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;color:var(--crt-ink)}.crt-shell .expert-filter-bar{background:var(--crt-tile);border-top:.5px solid var(--crt-rule);border:.5px solid var(--crt-rule);border-radius:0}.crt-shell .expert-filter-bar button{font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;background:var(--crt-card);color:var(--crt-ink-soft);border:.5px solid var(--crt-rule);border-radius:0}.crt-shell .expert-filter-bar button[aria-pressed=true]{background:var(--crt-ink);color:var(--crt-bg);border-color:var(--crt-ink)}.crt-shell .expert-directory-group-head{border-bottom:.5px solid var(--crt-rule-strong)}.crt-shell .expert-directory-group-head h2{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:26px;font-weight:600;letter-spacing:-.02em;color:var(--crt-ink)}.crt-shell .expert-directory-group-head span{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;color:var(--crt-ink-mute);font-feature-settings:"tnum" 1,"lnum" 1}.crt-shell .expert-card{border-left:.5px solid var(--crt-rule)}.crt-shell .expert-card--moderator{border-left:2px solid var(--crt-cinnabar)}.crt-shell .expert-card--core{border-left:2px solid var(--crt-azure)}.crt-shell .expert-card:hover{border-color:var(--crt-rule-strong)}.crt-shell .expert-card--moderator:hover{border-left-color:var(--crt-cinnabar)}.crt-shell .expert-card--core:hover{border-left-color:var(--crt-azure)}.crt-shell .expert-inline-badge,.crt-shell .expert-type-badge{font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.12em;color:var(--crt-ink-mute)}.crt-shell .expert-type-moderator{color:var(--crt-cinnabar)}.crt-shell .expert-type-core{color:var(--crt-azure)}.crt-shell .expert-type-specialist{color:var(--crt-ink-mute)}.crt-shell .expert-card-title{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;color:var(--crt-ink-soft)}.crt-shell .expert-card p,.crt-shell .expert-evidence-card p,.crt-shell .expert-list li,.crt-shell .expert-profile-source-note p{font-family:var(--font-body),"Source Serif 4",Georgia,serif;color:var(--crt-ink-soft)}.crt-shell .expert-empty-copy,.crt-shell .expert-empty-state p{font-family:var(--font-body),"Source Serif 4",Georgia,serif;color:var(--crt-ink-mute)}.crt-shell .expert-chip{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.02em;background:var(--crt-bg-rail);border:.5px solid var(--crt-rule);color:var(--crt-ink-soft);border-radius:0}.crt-shell .expert-card-meta{border-top:.5px solid var(--crt-rule)}.crt-shell .expert-card-meta dt,.crt-shell .expert-profile-facts dt{font-family:var(--font-mono);font-size:9.5px;font-weight:600;letter-spacing:.1em;color:var(--crt-ink-mute)}.crt-shell .expert-card-meta dd,.crt-shell .expert-profile-facts dd{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;color:var(--crt-ink);font-feature-settings:"tnum" 1,"lnum" 1}.crt-shell .expert-profile-hero{border-bottom:.5px solid var(--crt-rule-strong)}.crt-shell .expert-profile-hero .eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;color:var(--crt-cinnabar)}.crt-shell .expert-profile-hero .eyebrow-dot{background:var(--crt-cinnabar)}.crt-shell .expert-profile-hero .hero-title{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:44px;font-weight:600;letter-spacing:-.02em;line-height:1.05;color:var(--crt-ink)}.crt-shell .expert-profile-title{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-style:italic;color:var(--crt-ink-mute)}.crt-shell .expert-profile-hero .hero-lede{font-family:var(--font-body),"Source Serif 4",Georgia,serif;color:var(--crt-ink-soft)}.crt-shell .expert-hero-links a{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;color:var(--crt-cinnabar)}.crt-shell .expert-profile-facts{border:.5px solid var(--crt-rule)}.crt-shell .expert-profile-facts div{border-bottom:.5px solid var(--crt-rule)}.crt-shell .expert-profile-facts div:nth-child(odd){border-right:.5px solid var(--crt-rule)}.crt-shell .expert-profile-hero,.crt-shell .expert-profile-section,.crt-shell .expert-profile-source-note{border-bottom-width:.5px}.crt-shell .expert-profile-grid article:nth-child(2){border-top-color:var(--crt-rule)}.crt-shell .expert-profile-section .section-kicker,.crt-shell .expert-profile-source-note .section-kicker{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.1em;color:var(--crt-cinnabar)}.crt-shell .expert-evidence-head span{font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;color:var(--crt-ink-mute);font-feature-settings:"tnum" 1,"lnum" 1}.crt-shell .expert-evidence-source a,.crt-shell .expert-evidence-toggle,.crt-shell .expert-profile-source-note a,.crt-shell .expert-source-list a{color:var(--crt-cinnabar)}.crt-shell .expert-evidence-source{font-family:var(--font-mono);font-size:11px;color:var(--crt-ink-mute)}.crt-shell .expert-evidence-detail p{border-top:.5px solid var(--crt-rule)}.crt-shell .expert-source-list li{border-bottom:.5px solid var(--crt-rule)}.crt-shell .source-badge{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.1em;color:var(--crt-ink-mute)}.crt-shell .source-badge-community{color:var(--crt-cinnabar)}.crt-shell .expert-profile-standfirst{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-style:italic;font-size:19px;line-height:1.5;color:var(--crt-ink-soft);max-width:46ch;margin:6px 0 18px}.crt-shell .expert-hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.crt-shell .expert-hero-chip{font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--crt-ink-mute);background:var(--crt-bg-rail);border:.5px solid var(--crt-rule);padding:4px 8px}.crt-shell .expert-profile-layout{max-width:var(--shell-max,1180px);margin:0 auto;padding:0 48px;display:grid;grid-template-columns:minmax(0,1fr) minmax(248px,296px);gap:0 44px;align-items:start}.crt-shell .expert-profile-layout--solo{grid-template-columns:minmax(0,1fr)}.crt-shell .expert-profile-main{min-width:0}.crt-shell .expert-profile-main .expert-profile-section:first-child{padding-top:32px}.crt-shell .expert-profile-gutter{position:sticky;top:calc(var(--crt-topbar-h, 44px) + 28px);padding-top:32px}.crt-shell .expert-gutter-stack{background:var(--crt-bg-rail);border-left:2px solid var(--crt-azure);padding:16px 18px;display:grid;gap:12px}.crt-shell .expert-gutter-lemma{font-family:var(--font-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-cinnabar)}.crt-shell .expert-gutter-ledger{display:grid;gap:10px;margin:0}.crt-shell .expert-gutter-ledger>div{display:grid;gap:2px;padding-bottom:10px;border-bottom:.5px solid var(--crt-rule)}.crt-shell .expert-gutter-ledger>div:last-child{border-bottom:0;padding-bottom:0}.crt-shell .expert-gutter-ledger dt{font-family:var(--font-mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-ink-mute)}.crt-shell .expert-gutter-ledger dd{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:13px;line-height:1.4;color:var(--crt-ink-soft);margin:0;font-feature-settings:"tnum" 1,"lnum" 1}.crt-shell .expert-gutter-method{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.06em;color:var(--crt-cinnabar);text-decoration:none}.crt-shell .expert-profile-section--quiet{padding:22px 0}.crt-shell .expert-activation-line{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:14px;line-height:1.55;color:var(--crt-ink-mute);margin:0;padding-left:14px;border-left:2px solid var(--crt-rule-strong)}.crt-shell .expert-activation-line__lemma{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-ink-mute);display:block;margin-bottom:3px}.crt-shell .expert-activation-line__avoid{color:var(--crt-ink-ghost)}@media (max-width:1024px){.crt-shell .expert-profile-layout{grid-template-columns:minmax(0,1fr);padding:0 24px}.crt-shell .expert-profile-gutter{position:static;padding-top:0;margin-top:8px}}.crt-shell .expert-panel-ledger{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 12px;margin:18px 0 0;padding:12px 0;border-top:.5px solid var(--crt-rule-strong);border-bottom:.5px solid var(--crt-rule-strong);font-family:var(--font-mono);font-size:12px;letter-spacing:.02em;color:var(--crt-ink-mute)}.crt-shell .expert-panel-ledger strong{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:600;font-size:15px;color:var(--crt-ink);font-feature-settings:"tnum" 1,"lnum" 1}.crt-shell .expert-panel-ledger__sep{color:var(--crt-ink-ghost)}.crt-shell .expert-coverage{padding:32px 0;border-bottom:.5px solid var(--crt-rule)}.crt-shell .expert-coverage__head{margin-bottom:16px}.crt-shell .expert-coverage__head h2{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:24px;font-weight:600;letter-spacing:-.02em;color:var(--crt-ink);margin:4px 0 0}.crt-shell .expert-coverage__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 64px;border-top:.5px solid var(--crt-rule)}@media (max-width:720px){.crt-shell .expert-coverage__grid{grid-template-columns:1fr;gap:0}}.crt-shell .cov-cell{padding:18px 0 17px;border-bottom:.5px solid var(--crt-rule)}.crt-shell .cov-cell__head{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.crt-shell .cov-cell__cat{font-size:27px;letter-spacing:-.025em;line-height:1.05;margin:0}.crt-shell .cov-cell__cat,.crt-shell .cov-cell__count{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:600;color:var(--crt-ink)}.crt-shell .cov-cell__count{font-size:19px;font-feature-settings:"tnum" 1,"lnum" 1;white-space:nowrap}.crt-shell .cov-cell__count i{font-style:normal;font-size:14px;color:var(--crt-ink-ghost)}.crt-shell .cov-cell__bar{position:relative;height:6px;min-width:36px;background:rgba(31,58,138,.16);margin:12px 0 10px}.crt-shell .cov-cell__bar-primary{position:absolute;inset:0 auto 0 0;height:100%;background:var(--crt-azure)}.crt-shell .cov-cell__experts{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:14px;line-height:1.5;margin:0}.crt-shell .cov-cell__primary{color:var(--crt-ink-soft)}.crt-shell .cov-cell__secondary{color:var(--crt-ink-ghost)}.crt-shell .expert-coverage__cell{padding:12px 0;border-bottom:.5px solid var(--crt-rule)}.crt-shell .expert-coverage__cat{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px}.crt-shell .expert-coverage__label{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--crt-cinnabar)}.crt-shell .expert-coverage__count{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:14px;font-weight:600;color:var(--crt-ink);font-feature-settings:"tnum" 1,"lnum" 1}.crt-shell .expert-coverage__experts{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:13px;line-height:1.45;color:var(--crt-ink-soft);margin:0}.crt-shell .expert-coverage__secondary{color:var(--crt-ink-ghost)}.crt-shell .expert-chip--link{text-decoration:none;color:var(--crt-azure-deep);transition:border-color .12s,color .12s}.crt-shell .expert-chip--link:hover{border-color:var(--crt-azure);color:var(--crt-azure)}.crt-shell .expert-ledger-card{background:var(--crt-tile);border:.5px solid var(--crt-rule);border-left:2px solid var(--crt-azure);padding:20px;display:grid;gap:10px;transition:border-color .12s}.crt-shell .expert-ledger-card:hover{border-color:var(--crt-rule-strong)}.crt-shell .expert-ledger-card h3{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:500;font-size:18px;line-height:1.25;margin:0}.crt-shell .expert-ledger-card h3 a{color:var(--crt-ink);text-decoration:none}.crt-shell .expert-ledger-card:hover h3 a{color:var(--crt-azure-deep)}.crt-shell .expert-record-trend{font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;color:var(--crt-ink-mute);margin:-8px 0 18px;font-feature-settings:"tnum" 1,"lnum" 1}.crt-shell .custom-guide,.crt-shell .custom-launcher,.crt-shell .custom-preview,.crt-shell .live-bracket{background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0;color:var(--crt-ink-soft)}.crt-shell .bureau-action-block--critical{border-left:3px solid var(--crt-cinnabar)}.crt-shell .bureau-action-block--critical .bureau-action-block__eyebrow{color:var(--crt-cinnabar)}.crt-shell .bureau-queue-filter{padding:4px 10px;font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;background:var(--crt-card);color:var(--crt-ink-mute);border:.5px solid var(--crt-rule);border-radius:0;cursor:pointer}.crt-shell .bureau-queue-filter.is-active,.crt-shell .bureau-queue-filter[aria-selected=true],.crt-shell .bureau-queue-filter[data-active=true]{background:var(--crt-ink);color:var(--crt-bg);border-color:var(--crt-ink)}.crt-shell .bureau-queue-filter__count{margin-left:4px;color:var(--crt-ink-ghost);font-weight:500}.crt-shell .bureau-action-item a,.crt-shell .bureau-action-item__text a{color:var(--crt-cinnabar);text-decoration:none;border-bottom:.5px dashed var(--crt-cinnabar);transition:color 80ms}.crt-shell .bureau-action-item a:hover,.crt-shell .bureau-action-item__text a:hover{color:var(--crt-cinnabar-deep);border-bottom-color:var(--crt-cinnabar-deep)}.crt-shell .bureau-case-body h2,.crt-shell .bureau-case-body h3{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;color:var(--crt-ink);letter-spacing:-.01em}.crt-shell .bureau-card-shell{display:flex;justify-content:center;padding-bottom:40px}.crt-shell .bureau-card{max-width:480px;margin:0 auto;padding:30px 34px 34px;background:var(--crt-tile);border:.5px solid var(--crt-rule);border-radius:0;overflow:visible}.crt-shell .bureau-card__eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-cinnabar);margin:0 0 10px}.crt-shell .bureau-card__title{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:26px;font-weight:600;line-height:1.15;letter-spacing:-.015em;color:var(--crt-ink);margin:0 0 12px}.crt-shell .bureau-card__lede{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:14.5px;line-height:1.5;color:var(--crt-ink-soft);margin:0 0 22px}.crt-shell .expert-page{max-width:1320px;margin:0 auto;padding:0 clamp(20px,4vw,56px) 72px}.crt-shell .expert-masthead{padding:34px 0 26px;border-bottom:.5px solid var(--crt-ink)}.crt-shell .expert-masthead__toprule{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:8px 18px;font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--crt-ink-mute);padding-bottom:14px;border-bottom:.5px solid var(--crt-rule)}.crt-shell .expert-masthead__toprule .is-live{color:var(--crt-cinnabar);font-feature-settings:"tnum" 1,"lnum" 1}.crt-shell .expert-masthead__title{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:600;font-size:clamp(38px,5.6vw,66px);letter-spacing:-.03em;line-height:.98;color:var(--crt-ink);margin:20px 0 0}.crt-shell .expert-masthead__role{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-style:italic;font-size:19px;color:var(--crt-ink-mute);margin:6px 0 0}.crt-shell .expert-masthead__strap{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:28px 56px;align-items:end;margin-top:22px;padding-top:20px;border-top:.5px solid var(--crt-rule)}.crt-shell .expert-masthead__claim,.crt-shell .expert-masthead__lede{font-family:var(--font-body),"Source Serif 4",Georgia,serif;margin:0;color:var(--crt-ink-soft)}.crt-shell .expert-masthead__lede{font-size:17px;line-height:1.5;max-width:56ch}.crt-shell .expert-masthead__claim{font-style:italic;font-size:21px;line-height:1.42;max-width:30ch}.crt-shell .expert-masthead__stats{display:flex;gap:18px 36px;justify-content:flex-end;flex-wrap:wrap}.crt-shell .expert-mast-stat{display:grid;gap:3px}.crt-shell .expert-mast-stat__num{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:600;font-size:40px;letter-spacing:-.025em;line-height:1;color:var(--crt-ink);font-feature-settings:"tnum" 1,"lnum" 1}.crt-shell .expert-mast-stat__lbl{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--crt-ink-mute);max-width:15ch}.crt-shell .expert-masthead__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;margin-top:16px}.crt-shell .expert-masthead__chip{font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--crt-ink-mute);background:var(--crt-bg-rail);border:.5px solid var(--crt-rule);padding:4px 9px}.crt-shell .expert-masthead__note{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:13.5px;line-height:1.55;color:var(--crt-ink-mute);margin:18px 0 0;max-width:78ch}.crt-shell .expert-masthead__note a{color:var(--crt-cinnabar);font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;margin-left:12px;white-space:nowrap}.crt-shell .expert-masthead__links{display:flex;flex-wrap:wrap;gap:16px;margin-top:14px}.crt-shell .expert-masthead__links a{color:var(--crt-cinnabar);font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-decoration:none}@media (max-width:860px){.crt-shell .expert-masthead__strap{grid-template-columns:1fr;align-items:start}.crt-shell .expert-masthead__stats{justify-content:flex-start}}.crt-shell .expert-block{padding:34px 0;border-bottom:.5px solid var(--crt-rule)}.crt-shell .expert-block--quiet{padding:22px 0}.crt-shell .expert-block__head{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:18px}.crt-shell .expert-block__kicker{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-cinnabar);margin:0 0 4px}.crt-shell .expert-block__title{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:600;font-size:26px;letter-spacing:-.02em;color:var(--crt-ink);margin:0}.crt-shell .expert-block__trend{font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;color:var(--crt-ink-mute);font-feature-settings:"tnum" 1,"lnum" 1;margin:0;white-space:nowrap}.crt-shell .expert-roster-grouphead{display:flex;align-items:baseline;justify-content:space-between;gap:18px;border-bottom:.5px solid var(--crt-rule-strong);padding-bottom:10px;margin:30px 0 16px}.crt-shell .expert-roster-grouphead h2{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:600;font-size:24px;letter-spacing:-.02em;color:var(--crt-ink);margin:0}.crt-shell .expert-roster-grouphead span{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;color:var(--crt-ink-mute);font-feature-settings:"tnum" 1,"lnum" 1}.crt-shell .expert-roster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(312px,1fr));gap:14px}.crt-shell .expert-roster-card{display:grid;grid-template-columns:86px 1fr;border:.5px solid var(--crt-rule);background:var(--crt-tile);text-decoration:none;color:inherit;transition:border-color .12s}.crt-shell .expert-roster-card:hover{border-color:var(--crt-rule-strong)}.crt-shell .expert-roster-card__seat{background:#faf9f5;border-right:.5px solid var(--crt-rule);padding:14px 12px;display:flex;flex-direction:column;justify-content:space-between;gap:22px}.crt-shell .expert-roster-card--moderator .expert-roster-card__seat{border-left:2px solid var(--crt-cinnabar)}.crt-shell .expert-roster-card--core .expert-roster-card__seat{border-left:2px solid var(--crt-azure)}.crt-shell .expert-roster-card__init{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:600;font-size:24px;letter-spacing:-.03em;color:var(--crt-ink)}.crt-shell .expert-roster-card__lens{font-family:var(--font-mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:var(--crt-ink-mute)}.crt-shell .expert-roster-card__body{padding:14px 16px;display:grid;gap:1px;align-content:start}.crt-shell .expert-roster-card__kind{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-ink-mute)}.crt-shell .expert-roster-card--moderator .expert-roster-card__kind{color:var(--crt-cinnabar)}.crt-shell .expert-roster-card--core .expert-roster-card__kind{color:var(--crt-azure)}.crt-shell .expert-roster-card__name{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:500;font-size:18px;letter-spacing:-.015em;color:var(--crt-ink);margin:3px 0 0}.crt-shell .expert-roster-card__role{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-style:italic;font-size:13px;color:var(--crt-ink-mute);margin:1px 0 0}.crt-shell .expert-roster-card__stats{display:flex;gap:16px;flex-wrap:wrap;margin-top:11px;padding-top:9px;border-top:.5px solid var(--crt-rule);font-family:var(--font-mono);font-size:10.5px;color:var(--crt-ink-mute)}.crt-shell .expert-roster-card__stats strong{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:600;font-size:15px;color:var(--crt-ink);font-feature-settings:"tnum" 1,"lnum" 1;margin-right:3px}.crt-shell .expert-roster-card__pending{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-style:italic;font-size:12px;color:var(--crt-ink-ghost)}.crt-shell .expert-roster-card--featured{grid-column:1/-1;grid-template-columns:120px 1fr}.crt-shell .expert-roster-card--featured .expert-roster-card__init{font-size:30px}.crt-shell .expert-roster-card--featured .expert-roster-card__name{font-size:23px}.crt-shell .expert-roster-card--featured .expert-roster-card__role{font-size:15px}.crt-shell .expert-positions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.crt-shell .expert-duo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 40px}.crt-shell .expert-trio{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 40px}@media (max-width:1024px){.crt-shell .expert-positions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crt-shell .expert-trio{grid-template-columns:1fr}}@media (max-width:680px){.crt-shell .expert-duo,.crt-shell .expert-positions-grid{grid-template-columns:1fr}}.crt-shell .expert-method-col__kicker{font-family:var(--font-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-cinnabar);margin:0 0 6px}.crt-shell .expert-method-col h3{font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-weight:600;font-size:20px;letter-spacing:-.015em;color:var(--crt-ink);margin:0 0 12px}.crt-shell .expert-method-col h4{font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--crt-ink-mute);margin:14px 0 7px}.crt-shell .expert-reason-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}.crt-shell .expert-reason-list li{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:15px;line-height:1.5;color:var(--crt-ink-soft);padding-left:16px;position:relative}.crt-shell .expert-reason-list li:before{content:"";position:absolute;left:0;top:9px;width:5px;height:5px;background:var(--crt-azure)}.crt-shell .expert-receipts dl{margin:0;display:grid;gap:10px}.crt-shell .expert-receipts dl>div{display:grid;gap:2px;padding-bottom:9px;border-bottom:.5px solid var(--crt-rule)}.crt-shell .expert-receipts dl>div:last-child{border-bottom:0;padding-bottom:0}.crt-shell .expert-receipts dt{font-family:var(--font-mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--crt-ink-mute)}.crt-shell .expert-receipts dd{font-family:var(--font-body),"Source Serif 4",Georgia,serif;font-size:13px;line-height:1.4;color:var(--crt-ink-soft);margin:0;font-feature-settings:"tnum" 1,"lnum" 1}.crt-shell .expert-receipts__method{display:inline-block;margin-top:4px;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.06em;color:var(--crt-cinnabar);text-decoration:none}.crt-shell .bureau-btn,.crt-shell .bureau-queue-filter,.crt-shell .bureau-queue-filters__filter,.crt-shell .crt-btn,.crt-shell .crt-btn--lg,.crt-shell .crt-btn--sm,.crt-shell .crt-chip-filter,.crt-shell .crt-tabs__tab{min-height:44px;touch-action:manipulation}.crt-shell .crt-btn--sm{padding:8px 12px}.crt-shell .crt-tabs__tab{padding:12px 14px 13px}.crt-shell .crt-chip-filter{padding:10px 14px;font-size:12px}.crt-shell .bureau-queue-filter{padding:10px 14px;font-size:11.5px}.crt-shell .crt-field input,.crt-shell .crt-field select,.crt-shell .crt-field textarea,.crt-shell .crt-input,.crt-shell .crt-select,.crt-shell .crt-textarea,.crt-shell input[type=date],.crt-shell input[type=email],.crt-shell input[type=number],.crt-shell input[type=password],.crt-shell input[type=search],.crt-shell input[type=tel],.crt-shell input[type=text],.crt-shell input[type=url],.crt-shell select,.crt-shell textarea{font-size:16px;min-height:44px}.crt-shell .crt-textarea,.crt-shell textarea{min-height:88px}.crt-shell .crt-table__row-actions{gap:10px}.crt-shell .crt-tabs__tab:focus-visible{color:var(--crt-cinnabar);outline:2px solid var(--crt-cinnabar);outline-offset:2px}.crt-shell .crt-link:focus-visible{color:var(--crt-cinnabar);outline:2px solid var(--crt-cinnabar);outline-offset:2px}.crt-shell .bureau-queue-filter:focus-visible,.crt-shell .crt-chip-filter:focus-visible{outline:2px solid var(--crt-cinnabar);outline-offset:2px}.crt-shell .bureau-btn:focus-visible,.crt-shell .crt-btn:focus-visible{outline:2px solid var(--crt-cinnabar);outline-offset:2px}@media (max-width:1024px){.crt-workspace{grid-template-columns:1fr}.crt-pane--rail{border-right:none;border-bottom:.5px solid var(--crt-rule-strong)}.crt-shell .bureau-workspace{grid-template-columns:1fr}.crt-tile--actions,.crt-tile--currents,.crt-tile--findings,.crt-tile--headline,.crt-tile--sources,.crt-tile--status{grid-column:span 12}.crt-tile--position{grid-column:span 6}}@media (max-width:768px){.crt-page{padding-bottom:40px}.crt-shell{--crt-topbar-h:56px}.crt-topbar{gap:16px}.crt-topbar__actions{gap:10px}.crt-tile--position{grid-column:span 12}.crt-mosaic{gap:10px}.crt-hero__title{font-size:28px;max-width:none}.crt-hero__lede{font-size:15.5px}.crt-headline{font-size:22px}.crt-sources__total{font-size:30px}.crt-card-meta,.crt-check-grid,.crt-expert-grid,.crt-form-grid,.crt-shell .bureau-strip,.crt-shell .bureau-strip.bureau-strip--five{grid-template-columns:repeat(2,1fr)}.crt-connection{grid-template-columns:1fr;gap:6px}.crt-connection__arrow{display:none}.crt-tile{padding:14px}.crt-shell .crt-page-hero{padding:22px 18px}.crt-shell .expert-category-filter{padding:8px 12px;font-size:12px}.crt-shell .bureau-card{padding:26px 22px 28px}}@media (max-width:600px){.crt-shell{--crt-topbar-h:44px}.crt-topbar{gap:10px}.crt-topbar__actions .crt-topbar__cta{display:none}.crt-topbar__sheet .crt-topbar__sheet-cta{display:block}.crt-page{padding-bottom:32px}.crt-hero__title{font-size:24px}.crt-hero__lede{font-size:15px}.crt-headline{font-size:20px}.crt-sources__total{font-size:26px}.crt-card-meta,.crt-check-grid,.crt-expert-grid,.crt-form-grid{grid-template-columns:1fr}.crt-form-row--inline{flex-direction:column;align-items:stretch;gap:6px}.crt-shell .bureau-strip,.crt-shell .bureau-strip.bureau-strip--five{grid-template-columns:repeat(2,1fr);gap:10px;padding:10px 12px}.crt-shell .bureau-pane{padding:16px 14px 32px}.crt-shell .bureau-case-head{padding:16px 12px}.crt-shell .bureau-case-head__title{font-size:22px}.crt-shell .admin-form-grid,.crt-shell .admin-runs-filter,.crt-shell .admin-search-form{grid-template-columns:1fr}.crt-shell .admin-form-grid label,.crt-shell .admin-runs-filter label,.crt-shell .admin-search-form label{width:100%}.crt-ladder__rank{font-size:22px;min-width:22px}.crt-ladder__item{padding:12px 12px 12px 14px}.crt-dialog__actions{flex-direction:column;gap:8px}.crt-dialog__actions .bureau-btn,.crt-dialog__actions .crt-btn{width:100%}.crt-card__head{flex-direction:column;align-items:flex-start;gap:4px}.crt-desk__card{flex:0 0 180px}.crt-shell .bureau-queue-item__title{word-break:break-word;hyphens:auto}}@media (max-width:480px){.crt-shell .bureau-card{max-width:calc(100vw - 24px);padding:22px 18px 24px}.crt-shell .bureau-card__title{font-size:22px}.crt-shell .bureau-card-shell{padding-bottom:24px;align-items:flex-start}.crt-auth-card{max-width:calc(100vw - 24px);padding:20px 18px 22px;margin:24px auto}.crt-auth-card__title,.crt-hero__title{font-size:22px}.crt-hero__lede{font-size:14.5px}.crt-section__title{font-size:17px}.crt-ladder__item{grid-template-columns:auto 1fr;gap:10px}.crt-ladder__title{font-size:14.5px}.crt-ladder__preview{font-size:12.5px}.crt-shell .bureau-strip,.crt-shell .bureau-strip.bureau-strip--five,.crt-shell .crt-strip{grid-template-columns:1fr}.crt-desk__card{flex:0 0 160px;padding:10px 12px}.crt-shell .bureau-action-block{padding:12px 14px}.crt-shell .bureau-action-item{padding:6px 0}.crt-shell .crt-page-hero{padding:16px 14px}.crt-tabs__tab{padding:10px 10px 11px;font-size:12.5px}.crt-prose{font-size:15px}.crt-prose h2{font-size:18px;margin:26px 0 10px}.crt-prose h3{font-size:15px}}@media (max-width:360px){.crt-page{padding-bottom:28px}.crt-topbar{gap:8px}.crt-hero__title,.crt-shell .bureau-card__title,.crt-shell .bureau-case-head__title{font-size:20px}}@media (max-width:768px){.crt-shell,.crt-shell main,body,html{overflow-x:hidden}.crt-shell main{max-width:100vw}}.crt-topbar__menu{display:none}.crt-topbar__user-group{display:inline-flex;align-items:center;gap:14px}@media (max-width:1260px){.crt-topbar>.masthead-divider,.crt-topbar__actions .crt-topbar__searchbtn,.crt-topbar__nav,.crt-topbar__user-group{display:none}.crt-topbar__menu{display:block;position:relative}.crt-topbar__menu>summary{list-style:none;cursor:pointer;width:44px;height:44px;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:.5px solid var(--crt-rule);border-radius:0;background:var(--crt-card);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.crt-topbar__menu>summary::-webkit-details-marker{display:none}.crt-topbar__menu>summary::marker{display:none}.crt-topbar__menu-icon{display:inline-flex;flex-direction:column;gap:4px;width:18px}.crt-topbar__menu-icon span{display:block;height:2px;background:var(--crt-ink);border-radius:0}.crt-topbar__menu[open]>summary{background:var(--crt-ink);border-color:var(--crt-ink)}.crt-topbar__menu[open] .crt-topbar__menu-icon span{background:var(--crt-bg)}.crt-topbar__menu[open] .crt-topbar__menu-icon span:first-child{transform:translateY(6px) rotate(45deg)}.crt-topbar__menu[open] .crt-topbar__menu-icon span:nth-child(2){opacity:0}.crt-topbar__menu[open] .crt-topbar__menu-icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.crt-topbar__sheet{position:fixed;top:var(--crt-topbar-h);left:0;right:0;background:var(--crt-bg);border-bottom:.5px solid var(--crt-rule-strong);box-shadow:0 8px 24px rgba(15,15,14,.08);padding:8px 0 calc(12px + env(safe-area-inset-bottom, 0px));z-index:100;max-height:calc(100vh - var(--crt-topbar-h));overflow-y:auto}@supports (height:100dvh){.crt-topbar__sheet{max-height:calc(100dvh - var(--crt-topbar-h))}}.crt-topbar__sheet ul{list-style:none;margin:0;padding:0}.crt-topbar__sheet li{border-bottom:.5px solid var(--crt-rule)}.crt-topbar__sheet li:last-child{border-bottom:none}.crt-topbar__sheet a{display:block;padding:14px 18px;font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:15px;color:var(--crt-ink);text-decoration:none;min-height:44px}.crt-topbar__sheet a.is-active{color:var(--crt-cinnabar);background:rgba(184,47,31,.06);border-left:3px solid var(--crt-cinnabar);padding-left:15px}.crt-topbar__sheet a:active,.crt-topbar__sheet a:focus-visible{background:var(--crt-card-sel)}.crt-topbar__sheet-sep{border-top:.5px solid var(--crt-rule-strong);margin:4px 0;padding:0;height:0}.crt-topbar__sheet-cta{display:none;padding:12px 18px 10px}.crt-topbar__sheet a.crt-linkbtn{display:flex;align-items:center;justify-content:center;min-height:44px;padding:11px 20px;font-family:var(--font-heading),"Space Grotesk",system-ui,sans-serif;font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--paper);background:var(--ink)}.crt-topbar__sheet a.crt-linkbtn:active,.crt-topbar__sheet a.crt-linkbtn:focus-visible{background:var(--flag);color:var(--paper)}}@media (max-width:768px){.crt-shell .admin-moderation-shell,.crt-shell .admin-notifications-shell,.crt-shell .admin-quotas-shell,.crt-shell .admin-runs-shell,.crt-shell .admin-users-shell{padding:0 12px}.crt-shell .account-panel{padding:14px;margin-bottom:12px}.crt-shell .account-panel-head h2{font-size:16px}.crt-shell .panel-kicker{font-size:10px}.crt-shell .admin-run-badges{flex-wrap:wrap;gap:6px}.crt-shell .admin-run-actions{flex-wrap:wrap;gap:8px}.crt-shell .admin-run-cancel-grid{grid-template-columns:1fr;gap:8px}.crt-shell .admin-moderation-actions{flex-wrap:wrap;gap:8px}.crt-shell .admin-public-brief-editor{grid-template-columns:1fr;gap:8px}.crt-shell .admin-form-grid{grid-template-columns:1fr;gap:10px}.crt-shell .admin-form-wide{grid-column:1/-1}}@media (max-width:1024px){.crt-shell .admin-users-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:0;background:linear-gradient(to right,var(--crt-tile) 30%,rgba(252,250,243,0)),linear-gradient(to left,var(--crt-tile) 30%,rgba(252,250,243,0)) 100%,linear-gradient(to right,rgba(17,17,20,.1),rgba(17,17,20,0) 12px),linear-gradient(to left,rgba(17,17,20,.1),rgba(17,17,20,0) 12px) 100%;background-repeat:no-repeat;background-size:24px 100%,24px 100%,12px 100%,12px 100%;background-attachment:local,local,scroll,scroll}.crt-shell .admin-users-table{min-width:760px;font-size:13px}.crt-shell .admin-users-table td,.crt-shell .admin-users-table th{padding:9px 10px;white-space:nowrap}.crt-shell .admin-users-subtext{font-size:11px;white-space:normal}.crt-shell .admin-users-actions{display:flex;flex-wrap:wrap;gap:6px}}@media (max-width:600px){.crt-shell .admin-users-table{font-size:12.5px;min-width:640px}.crt-shell .admin-users-table td,.crt-shell .admin-users-table th{padding:8px 9px}}@media (max-width:768px){.crt-shell .admin-runs-filter{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.crt-shell .admin-runs-filter>a,.crt-shell .admin-runs-filter>button{grid-column:span 2;justify-self:flex-start}.crt-shell form[action*="/admin/quotas"],.crt-shell form[action*="/admin/users"]{display:flex;flex-wrap:wrap;gap:10px}.crt-shell form[action*="/admin/quotas"] input,.crt-shell form[action*="/admin/users"] input{flex:1 1 100%;min-width:0}.crt-shell .auth-form{gap:10px}.crt-shell .crt-field__label{font-size:12px}}@media (max-width:600px){.crt-shell .admin-runs-filter{grid-template-columns:1fr}.crt-shell .admin-runs-filter>a,.crt-shell .admin-runs-filter>button{grid-column:1;width:100%;justify-self:stretch}.crt-shell .custom-launcher textarea,.crt-shell textarea[name=topic]{min-height:120px}.crt-shell .bureau-card-shell{--crt-content-pad-top:20px}.crt-shell .account-toggle-form{flex-direction:column;align-items:stretch;gap:12px}.crt-shell .account-toggle-form .bureau-btn{width:100%}.crt-shell .account-link-row{flex-direction:column;align-items:stretch;gap:8px}.crt-shell .account-link-row .bureau-btn{width:100%}}@media (max-width:480px){.crt-shell .admin-pagination{flex-wrap:wrap;justify-content:space-between;gap:8px}.crt-shell .admin-pagination>a{flex:1;text-align:center}}@media (max-width:768px){.crt-shell .live-toolbar{flex-wrap:wrap;gap:8px;padding:10px 12px}.crt-shell .live-toolbar-actions,.crt-shell .live-zoom-controls{flex-wrap:wrap;gap:8px}.crt-shell .live-toolbar button,.crt-shell .live-zoom-controls button{min-height:44px;min-width:44px;padding:0 14px;font-size:13.5px;touch-action:manipulation}}@media (max-width:600px){.crt-shell .live-toolbar{flex-direction:column;align-items:stretch}.crt-shell .live-toolbar-actions,.crt-shell .live-zoom-controls{width:100%;justify-content:space-between}}.crt-shell .crt-topbar{padding-left:var(--crt-frame-inline,24px);padding-right:var(--crt-frame-inline,24px)}@supports (height:100dvh){.crt-shell .bureau-card-shell{min-height:calc(100dvh - var(--bureau-topbar-h, 44px))}.crt-shell .crt-workspace{min-height:calc(100dvh - var(--crt-topbar-h, 44px))}}@media (orientation:landscape) and (max-height:500px){.crt-shell .bureau-card-shell,.crt-shell .crt-auth-card{--crt-content-pad-top:16px;padding-bottom:16px;align-items:flex-start}.crt-shell .crt-page-hero{padding:14px 18px}.crt-shell .crt-topbar__sheet{max-height:calc(100vh - 44px)}@supports (height:100dvh){.crt-shell .crt-topbar__sheet{max-height:calc(100dvh - 44px)}}}@media (prefers-reduced-motion:reduce){.crt-shell *,.crt-shell :after,.crt-shell :before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.crt-shell .crt-topbar__menu-icon span{transition:none}}@media (max-width:768px){.crt-shell .bracket-canvas-svg,.crt-shell .zoomable{touch-action:manipulation}}