:root{--atherian-color-primary:#0b1f33;--atherian-color-primary-soft:#152e47;--atherian-color-accent:#9a7b4f;--atherian-color-accent-light:#d7b873;--atherian-color-background:#f7f5f2;--atherian-color-surface:#fff;--atherian-color-surface-muted:#efebe4;--atherian-color-text:#1d1d1d;--atherian-color-text-muted:#666;--atherian-color-border:#ddd8cf;--atherian-content-width:1200px;--atherian-content-width-narrow:820px;--atherian-radius:10px}.atherian-container{width:min(92%, var(--atherian-content-width));margin-inline:auto}.atherian-container--narrow{max-width:var(--atherian-content-width-narrow)}.atherian-container--full{width:100%;max-width:none}.atherian-stack{flex-direction:column;display:flex}.atherian-stack--gap-none{gap:0}.atherian-stack--gap-small{gap:12px}.atherian-stack--gap-medium{gap:24px}.atherian-stack--gap-large{gap:40px}.atherian-stack--gap-xlarge{gap:64px}.atherian-stack--align-stretch{align-items:stretch}.atherian-stack--align-start{align-items:flex-start}.atherian-stack--align-center{align-items:center}.atherian-stack--align-end{align-items:flex-end}.atherian-grid{display:grid}.atherian-grid--columns-1{grid-template-columns:1fr}.atherian-grid--columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.atherian-grid--columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.atherian-grid--columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.atherian-grid--gap-small{gap:16px}.atherian-grid--gap-medium{gap:24px}.atherian-grid--gap-large{gap:40px}.atherian-grid--align-stretch{align-items:stretch}.atherian-grid--align-start{align-items:start}.atherian-grid--align-center{align-items:center}.atherian-button{font:inherit;text-align:center;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;font-weight:700;line-height:1.2;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s,transform .15s;display:inline-flex}.atherian-button:hover{transform:translateY(-2px)}.atherian-button:focus-visible{outline:3px solid var(--atherian-color-accent-light);outline-offset:3px}.atherian-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.atherian-button--primary{background:var(--atherian-color-primary);color:#fff}.atherian-button--primary:hover{background:var(--atherian-color-primary-soft)}.atherian-button--secondary{border:2px solid var(--atherian-color-primary);color:var(--atherian-color-primary);background:0 0}.atherian-button--secondary:hover{background:var(--atherian-color-primary);color:#fff}.atherian-button--text{color:var(--atherian-color-primary);background:0 0;padding-inline:0}.atherian-button--small{min-height:40px;padding:9px 16px}.atherian-button--medium{min-height:50px;padding:14px 26px}.atherian-button--large{min-height:58px;padding:17px 32px}.atherian-button--full-width{width:100%}.atherian-card{border:1px solid var(--atherian-color-border);border-radius:var(--atherian-radius);background:var(--atherian-color-surface);color:var(--atherian-color-text)}.atherian-card--padding-compact{padding:24px}.atherian-card--padding-default{padding:32px}.atherian-card--padding-spacious{padding:40px}.atherian-card--variant-elevated{border-color:#0000;box-shadow:0 18px 45px #0b1f331a}.atherian-card--variant-accent{border-top:4px solid var(--atherian-color-accent)}.atherian-section{color:var(--atherian-color-text)}.atherian-section--spacing-compact{padding-block:56px}.atherian-section--spacing-default{padding-block:96px}.atherian-section--spacing-spacious{padding-block:128px}.atherian-section--variant-surface{background:var(--atherian-color-surface)}.atherian-section--variant-muted{background:var(--atherian-color-surface-muted)}.atherian-section--variant-dark{background:var(--atherian-color-primary);color:#fff}.atherian-section--variant-dark .atherian-section-heading__title{color:#fff}.atherian-eyebrow{color:var(--atherian-color-accent);letter-spacing:.18em;text-transform:uppercase;margin:0 0 18px;font-size:.85rem;font-weight:700}.atherian-section-heading{justify-content:space-between;align-items:end;gap:32px;display:flex}.atherian-section-heading--center{text-align:center;flex-direction:column;align-items:center}.atherian-section-heading__copy{max-width:760px}.atherian-section-heading__title,.atherian-cta__title{color:var(--atherian-color-primary);letter-spacing:-.025em;margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.1}.atherian-section-heading__description,.atherian-cta__description{color:var(--atherian-color-text-muted);margin-top:20px;font-size:1.1rem}.atherian-section-heading__description>:first-child,.atherian-cta__description>:first-child,.atherian-page-hero__description>:first-child{margin-top:0}.atherian-section-heading__description>:last-child,.atherian-cta__description>:last-child,.atherian-page-hero__description>:last-child{margin-bottom:0}.atherian-section-heading__actions,.atherian-page-hero__actions,.atherian-cta__actions{flex-wrap:wrap;gap:18px;display:flex}.atherian-page-hero{color:var(--atherian-color-text);padding-block:96px}.atherian-page-hero--large{padding-block:120px}.atherian-page-hero--center{text-align:center}.atherian-page-hero__title{color:var(--atherian-color-primary);letter-spacing:-.04em;margin:0;font-size:clamp(2.75rem,7vw,5.6rem);line-height:1.02}.atherian-page-hero__description{color:var(--atherian-color-text-muted);margin-top:28px;font-size:clamp(1.1rem,2vw,1.35rem)}.atherian-page-hero__actions{margin-top:36px}.atherian-page-hero--center .atherian-page-hero__actions{justify-content:center}.atherian-cta{border-radius:var(--atherian-radius);justify-content:space-between;align-items:center;gap:48px;padding:clamp(32px,6vw,64px);display:flex}.atherian-cta--primary{background:var(--atherian-color-primary);color:#fff}.atherian-cta--primary .atherian-cta__title{color:#fff}.atherian-cta--primary .atherian-cta__description{color:#ffffffb8}.atherian-cta--light{border:1px solid var(--atherian-color-border);background:var(--atherian-color-surface);color:var(--atherian-color-text)}.atherian-cta--center{text-align:center;flex-direction:column}.atherian-cta--center .atherian-cta__actions{justify-content:center}.atherian-cta__copy{max-width:760px}.atherian-hero{background:var(--atherian-color-background);color:var(--atherian-color-text);padding-block:clamp(88px,12vw,152px)}.atherian-hero--dark{background:var(--atherian-color-primary);color:#fff}.atherian-hero__layout{align-items:center;gap:clamp(40px,7vw,88px);display:grid}.atherian-hero--with-media .atherian-hero__layout{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}.atherian-hero__copy{max-width:900px}.atherian-hero--center .atherian-hero__copy{text-align:center;margin-inline:auto}.atherian-hero__title{color:var(--atherian-color-primary);letter-spacing:-.04em;margin:0;font-size:clamp(3rem,7vw,5.6rem);line-height:1.02}.atherian-hero--dark .atherian-hero__title{color:#fff}.atherian-hero__description{max-width:780px;color:var(--atherian-color-text-muted);margin-top:28px;font-size:clamp(1.1rem,2vw,1.35rem)}.atherian-hero--center .atherian-hero__description{margin-inline:auto}.atherian-hero--dark .atherian-hero__description{color:#ffffffbd}.atherian-hero__description>:first-child{margin-top:0}.atherian-hero__description>:last-child{margin-bottom:0}.atherian-hero__actions{flex-wrap:wrap;gap:18px;margin-top:36px;display:flex}.atherian-hero--center .atherian-hero__actions{justify-content:center}.atherian-hero__media{min-width:0}.atherian-hero__media>img{border-radius:var(--atherian-radius);width:100%;height:auto;display:block}.atherian-metric{border-left:3px solid var(--atherian-color-accent);flex-direction:column;min-width:0;padding:28px 24px;display:flex}.atherian-metric--center{text-align:center;border-left:0;align-items:center}.atherian-metric__value{color:var(--atherian-color-primary);font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.1}.atherian-metric__label{margin-top:8px;font-weight:700}.atherian-metric__description{color:var(--atherian-color-text-muted);margin-top:6px}.atherian-quote{border-left:4px solid var(--atherian-color-accent);background:var(--atherian-color-surface);color:var(--atherian-color-text);margin:0;padding:clamp(28px,5vw,48px)}.atherian-quote--accent{background:var(--atherian-color-surface-muted)}.atherian-quote--dark{background:var(--atherian-color-primary);color:#fff}.atherian-quote__mark{height:40px;color:var(--atherian-color-accent);font-family:Georgia,serif;font-size:4.5rem;line-height:1}.atherian-quote__text{font-family:Georgia,serif;font-size:clamp(1.35rem,3vw,2rem);line-height:1.45}.atherian-quote__text>:first-child{margin-top:0}.atherian-quote__text>:last-child{margin-bottom:0}.atherian-quote__footer{flex-direction:column;gap:3px;margin-top:24px;display:flex}.atherian-quote__attribution{color:inherit;font-style:normal;font-weight:800}.atherian-quote__role{color:var(--atherian-color-text-muted);font-size:.95rem}.atherian-quote--dark .atherian-quote__role{color:#ffffffb3}.atherian-timeline{margin:0;padding:0;list-style:none}.atherian-timeline__item{grid-template-columns:24px minmax(0,1fr);gap:22px;padding-bottom:44px;display:grid;position:relative}.atherian-timeline__item:before{background:var(--atherian-color-border);content:"";width:2px;position:absolute;top:12px;bottom:-12px;left:5px}.atherian-timeline__item:last-child{padding-bottom:0}.atherian-timeline__item:last-child:before{display:none}.atherian-timeline__marker{z-index:1;border:3px solid var(--atherian-color-accent);background:var(--atherian-color-background);border-radius:50%;width:12px;height:12px;margin-top:8px;position:relative}.atherian-timeline__meta{color:var(--atherian-color-accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:.8rem;font-weight:800}.atherian-timeline__title{color:var(--atherian-color-primary);margin:0;font-size:1.35rem;line-height:1.25}.atherian-timeline__description{color:var(--atherian-color-text-muted);margin-top:10px}.atherian-timeline--compact .atherian-timeline__item{padding-bottom:28px}.atherian-testimonial{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:28px;margin:0;display:grid}.atherian-testimonial__image{border-radius:50%;width:112px;height:112px;overflow:hidden}.atherian-testimonial__image>img{object-fit:cover;width:100%;height:100%}.atherian-newsletter{border:1px solid var(--atherian-color-border);border-radius:var(--atherian-radius);background:var(--atherian-color-surface);grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:end;gap:40px;padding:clamp(28px,5vw,48px);display:grid}.atherian-newsletter--dark{border-color:var(--atherian-color-primary-soft);background:var(--atherian-color-primary);color:#fff}.atherian-newsletter__title{color:var(--atherian-color-primary);margin:0;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.15}.atherian-newsletter--dark .atherian-newsletter__title{color:#fff}.atherian-newsletter__description{color:var(--atherian-color-text-muted);margin-top:12px}.atherian-newsletter--dark .atherian-newsletter__description{color:#ffffffb3}.atherian-newsletter__label{margin-bottom:8px;font-weight:700;display:block}.atherian-newsletter__field-row{gap:10px;display:flex}.atherian-newsletter__input{border:1px solid var(--atherian-color-border);min-width:0;min-height:50px;color:var(--atherian-color-text);font:inherit;background:#fff;border-radius:8px;flex:1;padding:12px 16px}.atherian-newsletter__input:focus-visible{outline:3px solid var(--atherian-color-accent-light);outline-offset:2px}.atherian-newsletter__note{color:var(--atherian-color-text-muted);margin-top:8px;font-size:.85rem}.atherian-newsletter--dark .atherian-newsletter__note{color:#ffffff9e}.atherian-case-study-card,.atherian-assessment-card{flex-direction:column;height:100%;display:flex}.atherian-case-study-card__title,.atherian-assessment-card__title{color:var(--atherian-color-primary);margin:0;font-size:1.65rem;line-height:1.2}.atherian-case-study-card__summary,.atherian-assessment-card__description{color:var(--atherian-color-text-muted);margin-top:16px}.atherian-case-study-card__details{gap:18px;margin:24px 0 0;display:grid}.atherian-case-study-card__details dt{color:var(--atherian-color-accent);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.atherian-case-study-card__details dd{margin:4px 0 0}.atherian-case-study-card__metrics{border-top:1px solid var(--atherian-color-border);margin-top:24px;padding-top:24px}.atherian-case-study-card__actions,.atherian-assessment-card__actions{flex-wrap:wrap;gap:12px;margin-top:auto;padding-top:28px;display:flex}.atherian-assessment-card__header{justify-content:space-between;align-items:start;gap:16px;display:flex}.atherian-assessment-card__duration{color:var(--atherian-color-text-muted);flex:none;font-size:.85rem;font-weight:700}.atherian-assessment-card__features{gap:10px;margin:24px 0 0;padding:0;list-style:none;display:grid}.atherian-assessment-card__features li{padding-left:22px;position:relative}.atherian-assessment-card__features li:before{background:var(--atherian-color-accent);content:"";border-radius:50%;width:7px;height:7px;position:absolute;top:.6em;left:0}@media (max-width:720px){.atherian-section--spacing-default{padding-block:72px}.atherian-section--spacing-spacious{padding-block:96px}.atherian-section-heading,.atherian-cta{flex-direction:column;align-items:flex-start}.atherian-section-heading--center,.atherian-cta--center{align-items:center}.atherian-grid--columns-2,.atherian-grid--columns-3,.atherian-grid--columns-4,.atherian-hero--with-media .atherian-hero__layout,.atherian-newsletter,.atherian-testimonial{grid-template-columns:1fr}.atherian-newsletter__field-row{flex-direction:column;align-items:stretch}}@media (min-width:721px) and (max-width:980px){.atherian-grid--columns-3,.atherian-grid--columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.atherian-button{transition:none}.atherian-button:hover{transform:none}}
:root{--navy:#10273b;--deep:#071724;--blue:#315c78;--gold:#b89445;--cream:#f5f1e8;--warm:#fbfaf6;--ink:#172536;--muted:#61707c;--line:#d8d1c3;--danger:#8b1d1d;--success:#315e48}*{box-sizing:border-box}html{background:var(--cream)}body{background:var(--cream);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.5}button,input,textarea,select{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #5e8eae}.shell{width:min(1240px,100% - 2.5rem);margin-inline:auto}.adminHeader,footer{background:var(--deep);color:#fff}.headerInner{justify-content:space-between;align-items:center;gap:2rem;min-height:78px;display:flex}.brand{color:#fff;line-height:1.1;text-decoration:none;display:grid}.brand strong{font-family:Georgia,serif;font-size:1.25rem}.brand span{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;margin-top:.3rem;font-size:.7rem}.adminHeader nav{align-items:center;gap:.25rem;display:flex}.adminHeader nav a,.navButton{color:#fff;cursor:pointer;background:0 0;border:0;padding:.7rem .9rem;text-decoration:none}.adminHeader nav a:hover,.adminHeader nav a[aria-current=page],.navButton:hover{background:#ffffff12}.menuButton{color:#fff;background:0 0;border:1px solid #fff6;padding:.55rem .8rem;display:none}.userBar{border-bottom:1px solid var(--line);background:#e7e1d4;font-size:.82rem}.userBar .shell{justify-content:flex-end;align-items:center;gap:.7rem;min-height:34px;display:flex}.roleBadge,.status,.targetBadge{letter-spacing:.02em;text-transform:capitalize;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.roleBadge{background:var(--navy);color:#fff}.workspace{min-height:calc(100vh - 166px);padding:2rem 0 6rem}.pageHeader{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.5rem;display:flex}.pageHeader h1,.loginBrand h1{color:var(--navy);margin:.2rem 0;font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.25rem);font-weight:500;line-height:1.08}.pageHeader p{color:var(--muted);margin:.25rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;margin:0;font-size:.72rem;font-weight:800;color:var(--gold)!important}.stats{grid-template-columns:repeat(6,1fr);gap:.75rem;margin-bottom:1.75rem;display:grid}.stat{background:var(--warm);border:1px solid var(--line);border-top:3px solid var(--gold);padding:1rem}.stat span{color:var(--muted);font-size:.77rem}.stat strong{color:var(--navy);font-family:Georgia,serif;font-size:2rem;display:block}.panel{background:var(--warm);border:1px solid var(--line);margin:0 0 1rem;padding:1.25rem}.panel>summary{cursor:pointer;color:var(--navy);padding:.15rem;font-family:Georgia,serif;font-size:1.35rem;list-style:none}.panel>summary::-webkit-details-marker{display:none}.panel>summary span{background:var(--navy);width:1.8rem;height:1.8rem;color:var(--gold);border-radius:50%;place-items:center;margin-right:.55rem;font:700 .8rem Arial;display:inline-grid}.panel[open]>summary{border-bottom:1px solid var(--line);margin-bottom:1rem;padding-bottom:.85rem}.formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.wide,.targetChecks{grid-column:1/-1}.field{align-content:start;gap:.35rem;display:grid}.field label,.filterBar label,.targetChecks legend{font-size:.84rem;font-weight:700}.field input,.field textarea,.field select,.filterBar input,.filterBar select{width:100%;color:var(--ink);background:#fff;border:1px solid #a9a294;padding:.7rem}.field textarea{resize:vertical;line-height:1.55}.field small,.targetChecks small{color:var(--muted)}.targetChecks{border:1px solid var(--line);flex-wrap:wrap;gap:.75rem 1.25rem;padding:1rem;display:flex}.targetChecks legend{padding:0 .35rem}.targetChecks label{align-items:center;gap:.4rem;display:flex}.filterBar{border:1px solid var(--line);background:#e9e3d6;grid-template-columns:2fr repeat(4,1fr);gap:.75rem;margin-bottom:1rem;padding:1rem;display:grid}.filterBar label{gap:.25rem;display:grid}.tableWrap{border:1px solid var(--line);overflow:auto}.contentTable{border-collapse:collapse;background:var(--warm);width:100%;font-size:.88rem}.contentTable th,.contentTable td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:.78rem}.contentTable th{background:var(--navy);color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:.74rem}.contentTable a{color:var(--navy);font-weight:700}.status{background:#e8e3d6}.status-approved,.status-published{color:#224a35;background:#dbe9df}.status-in_review,.status-scheduled{color:#244f68;background:#dce8f0}.status-revision_requested{color:#7b3b1e;background:#f5e2d6}.badgeGroup{flex-wrap:wrap;gap:.25rem;display:flex}.targetBadge{color:#244f68;background:#e0e8ee}.muted{color:var(--muted)}.rowActions,.actions,.tabs{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.rowActions a{font-size:.78rem}.linkButton,.chipButton{border:1px solid var(--navy);background:var(--navy);color:#fff;cursor:pointer;justify-content:center;align-items:center;padding:.7rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}.linkButton.secondary{color:var(--navy);background:0 0}.linkButton.gold{background:var(--gold);color:#111;border-color:#8d7136}.linkButton:disabled{opacity:.5;cursor:not-allowed}.notice,.error{margin:1rem 0;padding:.8rem 1rem}.notice{border-left:4px solid var(--gold);background:#fff7d6}.error{border-left:4px solid var(--danger);color:var(--danger);background:#fee2e2}.saveState{font-size:.82rem!important}.saveState.bad{color:var(--danger)!important}.stickyActions{z-index:5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f5f1e8ed;flex-wrap:wrap;gap:.65rem;padding:1rem;display:flex;position:sticky;bottom:0}.markdownToolbar{background:#e9e3d6;border:1px solid #a9a294;border-bottom:0;flex-wrap:wrap;gap:.25rem;padding:.4rem;display:flex}.markdownToolbar button,.chipButton{color:var(--navy);background:#fff;padding:.45rem .65rem}.markdownPreview{border:1px solid var(--line);background:#fff;min-height:20rem;padding:1.25rem}.perspectiveField{border-left:4px solid var(--gold);padding-left:1rem}.aiToolbar{background:var(--navy);color:#fff;grid-template-columns:minmax(180px,.6fr) 2fr;gap:1.5rem;display:grid}.aiToolbar h2{color:#fff;margin:.2rem 0;font-family:Georgia,serif}.aiToolbar p{margin:.2rem 0}.chipButton{border-color:#bfd0db;font-size:.78rem}.timeline{margin:0;padding:0;list-style:none}.timeline li{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr auto;gap:1rem;padding:.75rem 0;display:grid}.timeline time{color:var(--muted);font-size:.8rem}.publicPreview{border-top:5px solid var(--gold);background:#fff;max-width:850px;margin:1rem auto;padding:clamp(1.5rem,5vw,4rem);box-shadow:0 15px 40px #0d223715}.publicPreview.atherian{border-top-color:var(--blue)}.publicPreview h2{color:var(--navy);font-family:Georgia,serif;font-size:clamp(2rem,5vw,4rem);line-height:1.05}.publicPreview h3,.publicPreview h4{color:var(--navy);font-family:Georgia,serif}.previewSubtitle{color:var(--muted);font-size:1.3rem}.summaryBox,.davidPerspective{background:var(--cream);border-left:4px solid var(--gold);margin:1.5rem 0;padding:1.2rem}.exportNotice{color:var(--muted);margin-top:2rem;font-size:.8rem}.settingsGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.settingsGrid dt{font-weight:700}.settingsGrid dd{margin:0 0 1rem}.loginPage{background:radial-gradient(circle at 20% 10%,#264864,var(--deep) 48%);place-items:center;min-height:100vh;padding:1.25rem;display:grid}.loginCard{background:var(--warm);border-top:5px solid var(--gold);width:min(440px,100%);padding:clamp(1.5rem,5vw,3rem);box-shadow:0 25px 70px #0008}.loginBrand{text-align:center;margin-bottom:1.5rem}.loginBrand p{color:var(--muted);margin:.3rem}.brandMark{border:1px solid var(--gold);width:3.5rem;height:3.5rem;color:var(--gold);background:var(--navy);border-radius:50%;place-items:center;margin:0 auto 1rem;font:700 1rem Georgia,serif;display:grid}.loginCard form{gap:1rem;display:grid}.passwordField{display:flex}.passwordField input{border-right:0}.passwordField button{background:#e9e3d6;border:1px solid #a9a294;padding:0 .8rem}.loginSubmit{width:100%}footer{color:#d8e0e5;padding:1.25rem 0;font-size:.8rem}.rowActions button{color:var(--navy);cursor:pointer;background:0 0;border:0;padding:0;font-size:.78rem;font-weight:700;text-decoration:underline}.overrideGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.overrideCard{background:var(--cream);border:1px solid var(--line);gap:.75rem;padding:1rem;display:grid}.overrideCard h3,.overrideCard p{margin:0}.overrideCard .linkButton{justify-self:start}@media (max-width:1024px){.stats,.filterBar{grid-template-columns:repeat(3,1fr)}.filterBar label:first-child{grid-column:1/-1}.aiToolbar{grid-template-columns:1fr}.adminHeader nav{gap:0}}@media (max-width:768px){.shell{width:min(100% - 1.5rem,1240px)}.headerInner{min-height:70px}.menuButton{display:block}.adminHeader nav{z-index:20;background:var(--deep);border-top:1px solid #ffffff2b;flex-direction:column;align-items:stretch;padding:.75rem;display:none;position:absolute;top:70px;left:0;right:0}.adminHeader nav.open{display:flex}.adminHeader nav a,.navButton{text-align:left;min-height:44px}.pageHeader{flex-direction:column;align-items:flex-start}.formGrid,.settingsGrid,.overrideGrid{grid-template-columns:1fr}.wide,.targetChecks{grid-column:auto}.filterBar{grid-template-columns:1fr 1fr}.filterBar label:first-child{grid-column:1/-1}.contentTable thead{display:none}.contentTable,.contentTable tbody,.contentTable tr,.contentTable td{display:block}.contentTable tr{border-bottom:1px solid var(--line);padding:.7rem}.contentTable td{border:0;grid-template-columns:7rem 1fr;padding:.35rem;display:grid}.contentTable td:before{content:attr(data-label);color:var(--muted);font-weight:700}.timeline li{grid-template-columns:1fr}.stickyActions{margin-inline:-.75rem}.userBar .shell{justify-content:flex-start}}@media (max-width:430px){.stats{grid-template-columns:repeat(2,1fr)}.filterBar{grid-template-columns:1fr}.filterBar label:first-child{grid-column:auto}.contentTable td{grid-template-columns:1fr}.contentTable td:before{font-size:.7rem}.targetChecks{display:grid}.linkButton{width:100%}.actions .chipButton,.tabs .linkButton{width:auto}.pageHeader h1{font-size:2.2rem}}
