:root{--athena-color-surface: #faf8f3;--athena-color-surface-raised: #ffffff;--athena-color-surface-sunken: #f0ece2;--athena-color-surface-accent: #ede8db;--athena-color-border: #d4ccba;--athena-color-border-strong: #9d9580;--athena-color-text: #1a1612;--athena-color-text-muted: #6b5d4d;--athena-color-text-subtle: #8a7d68;--athena-color-text-on-accent: #faf8f3;--athena-color-accent: #1a1612;--athena-color-accent-strong: #000000;--athena-color-accent-subtle: #e6e1d4;--athena-color-tell: #3d5c3f;--athena-color-tell-subtle: #e2e8e0;--athena-color-positive: #4a7a3a;--athena-color-positive-subtle: #e8eddf;--athena-color-warning: #b07527;--athena-color-warning-subtle: #f4e9d4;--athena-color-danger: #9f2a2a;--athena-color-danger-subtle: #f0d8d8;--athena-color-info: #2a4a6b;--athena-color-info-subtle: #dfe6ed;--athena-color-focus: #1f7ae0;--athena-font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--athena-font-family-display: "Source Serif 4", "Source Serif Pro", "Charter", Georgia, serif;--athena-font-family-mono: "JetBrains Mono", ui-monospace, "SF Mono", "Roboto Mono", Menlo, Consolas, monospace;--athena-font-size-caption: .75rem;--athena-font-size-label: .875rem;--athena-font-size-body: 1rem;--athena-font-size-title: 1.5rem;--athena-font-size-heading: 2rem;--athena-font-size-display: 3rem;--athena-font-size-display-fluid: clamp(3rem, 8vw, 7rem);--athena-line-height-tight: 1.1;--athena-line-height-snug: 1.25;--athena-line-height-body: 1.55;--athena-font-weight-regular: 400;--athena-font-weight-medium: 500;--athena-font-weight-strong: 600;--athena-space-1: .25rem;--athena-space-2: .5rem;--athena-space-3: .75rem;--athena-space-4: 1rem;--athena-space-5: 1.5rem;--athena-space-6: 2rem;--athena-space-7: 3rem;--athena-content-min-height: 18rem;--athena-radius-0: 0;--athena-radius-1: .25rem;--athena-radius-2: .5rem;--athena-radius-pill: 999px;--athena-shadow-focus: 0 0 0 3px rgb(31 122 224 / 35%);--athena-duration-instant: 0ms;--athena-duration-quick: .12s;--athena-easing-standard: ease-out;--athena-shell-max-width: 88rem;--athena-shell-max-width-wide: 96rem}[data-theme=dark]{--athena-color-surface: #14110e;--athena-color-surface-raised: #1c1814;--athena-color-surface-sunken: #100d0a;--athena-color-surface-accent: #251d14;--athena-color-border: #2e2820;--athena-color-border-strong: #4d4538;--athena-color-text: #ece4d4;--athena-color-text-muted: #9c8f7a;--athena-color-text-subtle: #7a6e5a;--athena-color-text-on-accent: #14110e;--athena-color-accent: #ece4d4;--athena-color-accent-strong: #ffffff;--athena-color-accent-subtle: #332919;--athena-color-tell: #7ba47e;--athena-color-tell-subtle: #1a221a;--athena-color-positive: #6ba253;--athena-color-positive-subtle: #1a2317;--athena-color-warning: #d99a47;--athena-color-warning-subtle: #3a2e1c;--athena-color-danger: #d96868;--athena-color-danger-subtle: #3a1c1c;--athena-color-info: #6b9fc2;--athena-color-info-subtle: #1c2a3a;--athena-color-focus: #4ea3ff}:root{color-scheme:light;font-family:var( --athena-font-family, Inter, ui-sans-serif, system-ui, -apple-system, sans-serif );background:var(--athena-color-surface);color:var(--athena-color-text)}body{margin:0}.admin-app-shell{max-width:64rem;margin:0 auto;padding:2rem 1.5rem}.admin-app-shell h1{font-size:1.5rem;margin-bottom:.75rem}.admin-app-shell p{line-height:1.6}.athena-wordmark.admin-wordmark{display:inline-flex;align-items:baseline;color:var(--athena-color-text);font-family:var( --athena-font-family-display, "Source Serif 4", "Source Serif Pro", Charter, Georgia, serif );font-weight:var(--athena-font-weight-regular);line-height:var(--athena-line-height-tight)}.athena-wordmark.admin-wordmark em{color:var(--athena-color-tell);font-style:italic}.athena-wordmark.admin-wordmark.athena-wordmark--sm{font-size:var(--athena-font-size-title)}.athena-wordmark.admin-wordmark.athena-wordmark--md{font-size:calc(var(--athena-font-size-title) + var(--athena-space-1))}.athena-wordmark.admin-wordmark.athena-wordmark--lg{font-size:var(--athena-font-size-display)}.admin-shell{min-height:100vh;background:var(--athena-color-surface);color:var(--athena-color-text);font-family:var( --athena-font-family, Inter, ui-sans-serif, system-ui, sans-serif );font-size:var(--athena-font-size-body);line-height:var(--athena-line-height-body)}.admin-shell__skip-link{position:absolute;top:var(--athena-space-3);left:var(--athena-space-3);z-index:1;padding:var(--athena-space-2) var(--athena-space-3);color:var(--athena-color-text-on-accent);background:var(--athena-color-accent);border-radius:var(--athena-radius-1);transform:translateY(-200%)}.admin-shell__skip-link:focus{transform:translateY(0)}.admin-shell__header{border-bottom:1px solid var(--athena-color-border);background:var(--athena-color-surface-raised)}.admin-shell__header-inner{display:flex;flex-wrap:wrap;gap:var(--athena-space-4);align-items:center;justify-content:space-between;max-width:var(--athena-shell-max-width);padding:var(--athena-space-4) var(--athena-space-6);margin:0 auto}.admin-shell__identity{display:grid;gap:var(--athena-space-1)}.admin-shell__operator,.admin-shell__tenant-context{color:var(--athena-color-text-muted);font-family:var( --athena-font-family-mono, "JetBrains Mono", ui-monospace, monospace );font-size:var(--athena-font-size-label)}.admin-shell__capabilities{display:flex;flex-wrap:wrap;gap:var(--athena-space-2);align-items:center;justify-content:flex-end}.admin-shell__capability-list{display:flex;flex-wrap:wrap;gap:var(--athena-space-1);padding:0;margin:0;list-style:none}.admin-shell__capability-badge{padding:0 var(--athena-space-2);color:var(--athena-color-text);background:var(--athena-color-accent-subtle);border:1px solid var(--athena-color-border);border-radius:var(--athena-radius-pill);font-family:var( --athena-font-family-mono, "JetBrains Mono", ui-monospace, monospace );font-size:var(--athena-font-size-caption);font-weight:var(--athena-font-weight-strong);line-height:1.75}.admin-shell__capability-empty{color:var(--athena-color-text-muted);font-size:var(--athena-font-size-label)}.admin-shell__capability-empty[data-state=blocked]{color:var(--athena-color-danger);font-weight:var(--athena-font-weight-strong)}.admin-shell__bootstrap-indicator{padding:0 var(--athena-space-2);color:var(--athena-color-text-on-accent);background:var(--athena-color-tell);border-radius:var(--athena-radius-pill);font-size:var(--athena-font-size-caption);font-weight:var(--athena-font-weight-strong);line-height:1.75}.admin-button,.admin-shell__sign-out{min-height:2.75rem;padding:var(--athena-space-1) var(--athena-space-3);color:var(--athena-color-text);background:transparent;border:1px solid var(--athena-color-border);border-radius:var(--athena-radius-2);font:inherit;cursor:pointer}.admin-button:hover,.admin-shell__sign-out:hover{background:var(--athena-color-surface-raised)}.admin-button[disabled]{cursor:not-allowed;opacity:.6}.admin-shell__body{display:grid;grid-template-columns:minmax(13rem,16rem) minmax(0,1fr);gap:var(--athena-space-5);max-width:var(--athena-shell-max-width);min-height:calc(100vh - var(--athena-content-min-height));padding:var(--athena-space-5);margin:0 auto}.admin-shell__main,.admin-navigation{min-width:0}.admin-navigation__label{color:var(--athena-color-text-muted);font-family:var( --athena-font-family-mono, "JetBrains Mono", ui-monospace, monospace );font-size:var(--athena-font-size-caption);font-weight:var(--athena-font-weight-strong);text-transform:uppercase}.admin-navigation__list{display:grid;gap:var(--athena-space-2);padding:0;margin:var(--athena-space-3) 0 0;list-style:none}.admin-navigation__item{display:flex;gap:var(--athena-space-2);align-items:center;justify-content:space-between;min-height:2.75rem;padding:var(--athena-space-3);color:var(--athena-color-text);text-decoration:none;border:1px solid transparent;border-radius:var(--athena-radius-1)}.admin-navigation__item:hover{background:var(--athena-color-surface-raised);border-color:var(--athena-color-border)}.admin-navigation__item[aria-current=page]{color:var(--athena-color-accent-strong);font-weight:var(--athena-font-weight-strong);background:var(--athena-color-surface-raised);border-color:var(--athena-color-accent)}.admin-navigation__item[data-state=unavailable]{color:var(--athena-color-text-subtle);background:var(--athena-color-surface-sunken)}.admin-navigation__item[data-state=blocked]{color:var(--athena-color-danger);background:var(--athena-color-danger-subtle);border-color:color-mix(in srgb,var(--athena-color-danger) 45%,var(--athena-color-border))}.admin-navigation__status{flex:0 0 auto;padding:0 var(--athena-space-2);color:var(--athena-color-text-muted);font-family:var( --athena-font-family-mono, "JetBrains Mono", ui-monospace, monospace );font-size:var(--athena-font-size-caption);font-weight:var(--athena-font-weight-strong);border:1px solid var(--athena-color-border);border-radius:var(--athena-radius-pill);line-height:1.75}.admin-navigation__status[data-state=blocked]{color:var(--athena-color-danger);border-color:var(--athena-color-danger)}.admin-state-panel{min-height:var(--athena-content-min-height);display:grid;gap:var(--athena-space-4);align-content:start;padding:var(--athena-space-5);background:var(--athena-color-surface-raised);border:1px solid var(--athena-color-border);border-radius:var(--athena-radius-2)}.admin-state-panel[data-state-variant=loading],.admin-state-panel[data-state-variant=submitting]{align-content:center}.admin-state-panel[data-state-variant=blocked],.admin-state-panel[data-state-variant=unavailable]{border-color:color-mix(in srgb,var(--athena-color-warning) 45%,var(--athena-color-border))}.admin-state-panel[data-state-variant=error]{border-color:color-mix(in srgb,var(--athena-color-danger) 45%,var(--athena-color-border))}.admin-state-panel[data-state-variant=success]{border-color:color-mix(in srgb,var(--athena-color-positive) 45%,var(--athena-color-border))}.admin-state-panel[data-state-variant=outcome_unknown]{border-style:dashed}.admin-state-panel__eyebrow{color:var(--athena-color-text-muted);font-family:var( --athena-font-family-mono, "JetBrains Mono", ui-monospace, monospace );font-size:var(--athena-font-size-caption);font-weight:var(--athena-font-weight-strong);text-transform:uppercase}.admin-state-panel__headline{margin:0;font-family:var( --athena-font-family-display, "Source Serif 4", "Source Serif Pro", Charter, Georgia, serif );font-size:var(--athena-font-size-heading);font-weight:var(--athena-font-weight-regular);line-height:var(--athena-line-height-tight)}.admin-state-panel__message,.admin-state-panel__remediation{max-width:44rem;margin:0;color:var(--athena-color-text-muted)}.admin-state-panel__body>:first-child{margin-top:0}.admin-state-panel__body>:last-child{margin-bottom:0}.admin-state-panel__support{padding-inline-start:var(--athena-space-3);border-inline-start:3px solid var(--athena-color-border);color:var(--athena-color-text-muted);font-size:var(--athena-font-size-label)}.admin-action-region{display:grid;gap:var(--athena-space-3)}.admin-action-region__confirmation{padding:var(--athena-space-3);background:var(--athena-color-surface-sunken);border:1px solid var(--athena-color-border);border-radius:var(--athena-radius-2)}.admin-action-region__buttons{display:flex;flex-wrap:wrap;gap:var(--athena-space-3);align-items:center;justify-content:flex-end}.admin-action-region__secondary{order:0}.admin-action-region__primary{order:1}.admin-action-region__note{color:var(--athena-color-text-subtle);font-size:var(--athena-font-size-label)}@media(max-width:48rem){.admin-shell__header-inner{display:grid}.admin-shell__capabilities,.admin-shell__tenant-context{justify-content:flex-start;text-align:start}.admin-shell__body{grid-template-columns:1fr}.admin-navigation__list{grid-template-columns:repeat(auto-fit,minmax(11rem,1fr))}}@media(max-width:22.5rem){.admin-shell__header-inner,.admin-shell__body{padding:var(--athena-space-3)}}.admin-access-state{margin-top:var(--athena-space-4);padding:var(--athena-space-3);color:var(--athena-color-text-muted);background:var(--athena-color-surface-sunken);border:1px dashed var(--athena-color-border);border-radius:var(--athena-radius-2);font-family:var( --athena-font-family-mono, "JetBrains Mono", ui-monospace, monospace );font-size:var(--athena-font-size-caption);line-height:var(--athena-line-height-body)}.admin-access-state__summary{color:var(--athena-color-text-subtle);font-weight:var(--athena-font-weight-strong);text-transform:uppercase;cursor:pointer}.admin-access-state__list{display:grid;gap:var(--athena-space-1);margin:var(--athena-space-2) 0 0}.admin-access-state__field{display:grid;grid-template-columns:minmax(6rem,10rem) minmax(0,1fr);gap:var(--athena-space-2);align-items:baseline}.admin-access-state__key{margin:0;color:var(--athena-color-text-subtle);font-weight:var(--athena-font-weight-strong)}.admin-access-state__value{margin:0;overflow-wrap:anywhere;color:var(--athena-color-text);-webkit-user-select:all;user-select:all}.admin-access-state__empty{margin:var(--athena-space-2) 0 0;color:var(--athena-color-text-subtle)}.admin-audit__field input,.admin-audit__field select{min-height:2.75rem;padding:var(--athena-space-1) var(--athena-space-3);color:inherit;background:var(--athena-color-surface);border:1px solid var(--athena-color-border);border-radius:var(--athena-radius-1);font:inherit}.admin-button:focus-visible,.admin-shell__sign-out:focus-visible,.admin-shell__skip-link:focus-visible,.admin-navigation__item:focus-visible,.admin-state-panel a:focus-visible,.admin-state-panel button:focus-visible,.admin-state-panel input:focus-visible,.admin-state-panel textarea:focus-visible,.admin-state-panel select:focus-visible,.admin-bootstrap input:focus-visible,.admin-bootstrap textarea:focus-visible,.admin-bootstrap select:focus-visible,.admin-access-state__summary:focus-visible,.admin-shell input:focus-visible,.admin-shell textarea:focus-visible,.admin-shell select:focus-visible{outline:2px solid var(--athena-color-focus);outline-offset:2px}.admin-navigation__item[data-state=blocked],.admin-navigation__item[data-state=unavailable]{pointer-events:none}.admin-home{display:grid;gap:var(--athena-space-4)}.admin-home__activity{display:grid;gap:var(--athena-space-3)}.admin-home__activity-list{display:grid;gap:var(--athena-space-2);padding:0;margin:0;list-style:none}.admin-home__activity-row{display:grid;grid-template-columns:minmax(11rem,14rem) minmax(8rem,12rem) minmax(10rem,1fr) minmax(6rem,8rem) minmax(6rem,10rem) minmax(0,2fr);gap:var(--athena-space-3);align-items:baseline;width:100%;padding:var(--athena-space-2) var(--athena-space-3);color:inherit;text-align:start;background:var(--athena-color-surface);border:1px solid var(--athena-color-border);border-radius:var(--athena-radius-1);font:inherit;cursor:pointer}.admin-home__activity-row:hover,.admin-home__activity-row:focus-visible{background:var(--athena-color-surface-raised);outline-offset:2px}.admin-home__activity-timestamp,.admin-home__activity-actor,.admin-home__activity-task,.admin-home__activity-tenant,.admin-home__activity-status,.admin-home__activity-reason{overflow-wrap:anywhere}.admin-home__activity-task,.admin-home__activity-timestamp{font-family:var( --athena-font-family-mono, "JetBrains Mono", ui-monospace, monospace );font-size:var(--athena-font-size-caption)}.admin-home__activity-status{padding:0 var(--athena-space-2);background:var(--athena-color-surface-sunken);border:1px solid var(--athena-color-border);border-radius:var(--athena-radius-pill);font-family:var( --athena-font-family-mono, "JetBrains Mono", ui-monospace, monospace );font-size:var(--athena-font-size-caption);font-weight:var(--athena-font-weight-strong);line-height:1.75;text-transform:uppercase}.admin-home__activity-status[data-status=failed],.admin-home__activity-status[data-status=idempotency_conflict]{color:var(--athena-color-danger);border-color:var(--athena-color-danger)}.admin-home__activity-status[data-status=succeeded]{color:var(--athena-color-positive);border-color:var(--athena-color-positive)}@media(max-width:56rem){.admin-home__activity-row{grid-template-columns:1fr;gap:var(--athena-space-1)}}.admin-audit{display:grid;gap:var(--athena-space-4)}.admin-audit__filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:var(--athena-space-3)}.admin-audit__field{display:grid;gap:var(--athena-space-1)}.admin-audit__field label{color:var(--athena-color-text-muted);font-size:var(--athena-font-size-label);font-weight:var(--athena-font-weight-strong)}.admin-audit__table{overflow-x:auto}.admin-audit__table table{width:100%;border-collapse:collapse}.admin-audit__table th,.admin-audit__table td{padding:var(--athena-space-2) var(--athena-space-3);text-align:start;border-bottom:1px solid var(--athena-color-border);vertical-align:top}.admin-audit__table th{color:var(--athena-color-text-muted);font-family:var( --athena-font-family-mono, "JetBrains Mono", ui-monospace, monospace );font-size:var(--athena-font-size-caption);font-weight:var(--athena-font-weight-strong);text-transform:uppercase}.admin-audit__table tbody tr{cursor:pointer}.admin-audit__table tbody tr:hover,.admin-audit__table tbody tr:focus-visible{background:var(--athena-color-surface-raised);outline-offset:-2px}.admin-audit__status{padding:0 var(--athena-space-2);background:var(--athena-color-surface-sunken);border:1px solid var(--athena-color-border);border-radius:var(--athena-radius-pill);font-family:var( --athena-font-family-mono, "JetBrains Mono", ui-monospace, monospace );font-size:var(--athena-font-size-caption);font-weight:var(--athena-font-weight-strong);line-height:1.75;text-transform:uppercase}.admin-audit__status[data-status=failed],.admin-audit__status[data-status=idempotency_conflict]{color:var(--athena-color-danger);border-color:var(--athena-color-danger)}.admin-audit__status[data-status=succeeded]{color:var(--athena-color-positive);border-color:var(--athena-color-positive)}.admin-audit__detail-section{display:grid;gap:var(--athena-space-2);margin-top:var(--athena-space-3)}.admin-audit__detail-section h3{margin:0;color:var(--athena-color-text-muted);font-family:var( --athena-font-family-mono, "JetBrains Mono", ui-monospace, monospace );font-size:var(--athena-font-size-caption);font-weight:var(--athena-font-weight-strong);text-transform:uppercase}.admin-audit__detail-list,.admin-audit__payload-list{display:grid;gap:var(--athena-space-1);margin:0}.admin-audit__detail-row,.admin-audit__payload-row{display:grid;grid-template-columns:minmax(8rem,14rem) minmax(0,1fr);gap:var(--athena-space-3);align-items:baseline}.admin-audit__detail-row dt,.admin-audit__payload-row dt{margin:0;color:var(--athena-color-text-muted);font-size:var(--athena-font-size-label);font-weight:var(--athena-font-weight-strong)}.admin-audit__detail-row dd,.admin-audit__payload-row dd{margin:0;overflow-wrap:anywhere}.admin-audit__reason{max-width:60rem;margin:0;white-space:pre-wrap}.admin-redacted{padding:0 var(--athena-space-1);color:var(--athena-color-text-muted);background:var(--athena-color-surface-sunken);border-radius:var(--athena-radius-1);font-family:var( --athena-font-family-mono, "JetBrains Mono", ui-monospace, monospace );font-size:var(--athena-font-size-caption)}@media(max-width:56rem){.admin-audit__table table,.admin-audit__table thead,.admin-audit__table tbody,.admin-audit__table tr,.admin-audit__table th,.admin-audit__table td{display:block}.admin-audit__table thead{display:none}.admin-audit__table tbody tr{display:grid;gap:var(--athena-space-1);padding:var(--athena-space-2) var(--athena-space-3);border:1px solid var(--athena-color-border);border-radius:var(--athena-radius-2)}.admin-audit__table tbody td{padding:0;border:none}.admin-audit__detail-row,.admin-audit__payload-row{grid-template-columns:1fr}}
