:root{color:#202631;background:#f7f3ea;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--paper: #f7f3ea;--paper-deep: #eee8da;--white: #ffffff;--ink: #202631;--muted: #687183;--navy: #17233a;--navy-soft: #213252;--gold: #b58a42;--gold-deep: #8b682e;--border: #d7cfbf;--danger: #a23b3b;--success: #317255;--shadow: 0 18px 60px rgb(23 35 58 / 9%)}*{box-sizing:border-box}.sr-only{width:1px;height:1px;padding:0;margin:-1px;position:absolute;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand,.profile-brand,.footer-brand{font-family:Georgia,Times New Roman,serif;font-weight:400}:focus-visible{outline:3px solid #2f6fd3;outline-offset:3px}.page-loading{min-height:100vh;display:grid;place-items:center;background:var(--paper);color:var(--navy);font-weight:700}.site-shell{min-height:100vh;background:var(--paper)}.site-header{height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:0 clamp(24px,4vw,68px);background:#fffffff0;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50;backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:12px;color:var(--navy);font-size:25px;letter-spacing:.025em;white-space:nowrap}.brand-mark{flex:0 0 auto;display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--gold);color:var(--gold-deep);border-radius:50%}.brand-mark svg{width:21px;height:21px;stroke-width:1.8}.brand-name{white-space:nowrap}.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(15px,1.7vw,31px)}.main-nav a{color:#465064;font-size:13px;font-weight:500;white-space:nowrap;padding:30px 0 27px;border-bottom:2px solid transparent}.main-nav .home-nav-link{width:34px;display:grid;place-items:center}.main-nav .home-nav-link svg{width:18px;height:18px;stroke-width:1.8}.main-nav a.active,.main-nav a:hover{color:var(--navy);border-bottom-color:var(--gold)}.main-nav .shop-link{color:var(--gold-deep)}.mobile-nav-actions{display:none}.header-actions{display:flex;align-items:center;gap:9px}.header-session-placeholder{width:185px;height:40px;border-radius:5px;background:linear-gradient(90deg,#ece8df,#f7f4ed,#ece8df);background-size:200% 100%;animation:header-session-loading 1.2s ease-in-out infinite}.header-play-link{white-space:nowrap}.account-menu{position:relative}.account-menu-trigger{min-height:44px;max-width:190px;display:flex;align-items:center;gap:9px;padding:2px 9px 2px 3px;color:var(--navy);background:#fff;border:1px solid var(--border);border-radius:24px;cursor:pointer}.account-menu-trigger .avatar{width:36px;height:36px}.account-menu-trigger>span{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700}.account-menu-trigger>svg{width:15px;transition:transform .18s ease}.account-menu-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.account-menu-popover{width:310px;position:absolute;top:calc(100% + 12px);right:0;padding:8px;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 20px 55px #17233a2e}.account-menu-popover:before{content:"";width:12px;height:12px;position:absolute;top:-7px;right:22px;background:#fff;border-left:1px solid var(--border);border-top:1px solid var(--border);transform:rotate(45deg)}.account-menu-heading{display:flex;align-items:center;gap:11px;padding:10px 11px 13px;border-bottom:1px solid #e7e1d7}.account-menu-heading>span,.account-menu-popover a>span{min-width:0;display:grid;gap:2px}.account-menu-heading strong,.account-menu-popover a strong{overflow:hidden;color:var(--navy);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.account-menu-heading small,.account-menu-popover a small{color:var(--muted);font-size:10px;line-height:1.35}.account-menu-popover a{display:grid;grid-template-columns:35px 1fr;align-items:center;gap:8px;padding:10px;border-radius:5px}.account-menu-popover a:hover{background:var(--paper)}.account-menu-popover a>svg{width:18px;color:var(--gold-deep)}.mobile-language-link{display:none}@keyframes header-session-loading{50%{background-position:100% 0}}.language-link{color:var(--muted);font-size:12px;font-weight:700;padding:9px}.nav-toggle{display:none;border:0;background:none;color:var(--navy);padding:8px}.button{min-height:43px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:5px;border:1px solid transparent;font-size:13px;font-weight:600;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-1px)}.button svg{width:17px;height:17px}.button-dark{background:var(--navy);color:#fff;border-color:var(--navy)}.button-dark:hover{background:var(--navy-soft)}.button-gold{background:var(--gold);color:#10192a;border-color:var(--gold)}.button-gold:hover{background:#c49a51}.button-outline,.button-quiet{border-color:var(--navy);color:var(--navy);background:transparent}.button-quiet{min-height:40px}.button-danger{color:var(--danger);border-color:#c87676;background:transparent}.hero{min-height:650px;display:grid;grid-template-columns:minmax(420px,.8fr) minmax(600px,1.35fr);border-bottom:1px solid var(--border);overflow:hidden}.hero-copy{padding:clamp(80px,9vw,135px) 30px 72px clamp(30px,5vw,80px);position:relative;z-index:2;background:linear-gradient(90deg,var(--paper) 85%,rgb(247 243 234 / 0%))}.hero h1{color:var(--navy);font-size:clamp(50px,5.2vw,82px);line-height:.99;letter-spacing:-.035em;max-width:630px;margin-bottom:28px}.hero-copy>p{color:#566073;font-size:clamp(17px,1.45vw,22px);line-height:1.55;max-width:600px;margin-bottom:30px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:27px}.hero-actions .button{min-height:51px;padding-inline:25px;font-size:15px}.watch-link{display:inline-flex;align-items:center;gap:10px;color:var(--navy);font-weight:600}.watch-link svg{width:24px;height:24px;padding:4px;border:1px solid var(--navy);border-radius:50%}.hero-art{min-width:0;background:var(--paper)}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:58% center;mix-blend-mode:multiply}.path-section{padding:90px clamp(30px,5vw,80px) 105px;max-width:1600px;margin:0 auto}.section-intro{display:grid;grid-template-columns:.72fr 1.3fr;gap:80px;align-items:end;margin-bottom:64px}.section-intro h2,.editorial-band h2,.fiction-section h2{color:var(--navy);font-size:clamp(34px,3.1vw,50px);line-height:1.1;margin-bottom:0}.section-intro h2:after,.editorial-band h2:after{content:"";display:block;width:60px;height:2px;background:var(--gold);margin-top:22px}.section-intro p{color:var(--muted);line-height:1.72;font-size:17px;margin:0;max-width:750px}.steps-list{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(32px,5vw,90px);padding:0;margin:0}.steps-list li{position:relative;padding-top:12px}.steps-list li:not(:last-child):after{content:"";position:absolute;right:calc(clamp(32px,5vw,90px)*-1 + 13px);top:44px;width:calc(clamp(32px,5vw,90px) - 26px);height:1px;background:var(--gold);opacity:.65}.steps-list>li>svg{width:48px;height:48px;color:var(--gold-deep);stroke-width:1.3;margin-bottom:28px}.step-number{display:grid;place-items:center;position:absolute;top:0;right:5px;width:31px;height:31px;border-radius:50%;background:var(--gold);color:#fff;font-weight:700;font-size:12px}.steps-list h3{color:var(--navy);font-size:28px;margin-bottom:12px}.steps-list p{color:var(--muted);line-height:1.65;font-size:15px}.editorial-band{min-height:480px;display:grid;grid-template-columns:1fr 1fr;align-items:center;background:var(--navy);color:#fff;overflow:hidden}.editorial-band>div:last-child{max-width:650px;padding:75px clamp(30px,7vw,105px) 75px 40px}.editorial-band h2{color:#fff}.editorial-band p{color:#cbd1dc;line-height:1.72;font-size:17px;margin:28px 0}.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--gold);font-weight:600}.text-link svg{width:18px}.archive-visual{min-height:480px;position:relative;background:#101a2d;overflow:hidden}.paper{position:absolute;width:43%;height:65%;background:#fffaf0;border:1px solid #d6c8ad;box-shadow:0 20px 40px #0000002e}.paper:after{content:"";position:absolute;inset:12% 11%;background:repeating-linear-gradient(to bottom,transparent 0 18px,#d7cfbf 19px 20px)}.paper-one{left:18%;top:11%;transform:rotate(-8deg)}.paper-two{left:42%;top:18%;transform:rotate(7deg)}.folder{position:absolute;display:grid;place-items:center;width:44%;height:50%;left:28%;top:27%;color:#352516;background:#a87a37;border-radius:5px;box-shadow:0 25px 60px #00000059}.folder:before{content:"";position:absolute;width:42%;height:14%;left:0;top:-9%;background:#a87a37;border-radius:5px 5px 0 0}.folder svg{width:80px;height:80px;stroke-width:1;color:#f0d29a}.fiction-section{padding:75px clamp(30px,6vw,95px);display:grid;grid-template-columns:auto 1fr auto;gap:34px;align-items:center;background:var(--white);border-bottom:1px solid var(--border)}.fiction-section>svg{color:var(--gold);width:58px;height:58px;stroke-width:1.2}.fiction-section h2{font-size:34px;margin-bottom:8px}.fiction-section p{color:var(--muted);max-width:850px;line-height:1.6;margin-bottom:0}.discovery-section{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);background:var(--paper);border-bottom:1px solid var(--border)}.seo-copy{padding:clamp(70px,7vw,105px) clamp(30px,7vw,110px)}.seo-copy h2,.wiki-preview h2,.wiki-hero h1{color:var(--navy);font-size:clamp(38px,4vw,58px);line-height:1.08;margin-bottom:25px}.seo-copy p{color:#566073;font-size:16px;line-height:1.75;max-width:790px}.seo-copy .button{margin-top:14px}.wiki-preview{background:var(--navy);color:#fff;padding:clamp(65px,7vw,100px) clamp(30px,5vw,80px);display:flex;align-items:flex-start;gap:24px}.wiki-preview>svg{flex:0 0 auto;width:48px;height:48px;color:var(--gold);stroke-width:1.3}.wiki-preview h2{color:#fff;font-size:clamp(32px,3vw,45px)}.wiki-preview p{color:#cbd1dc;line-height:1.7;margin-bottom:27px}.wiki-page{min-height:720px;padding-bottom:100px}.wiki-hero{min-height:330px;display:flex;align-items:center;justify-content:space-between;gap:50px;padding:70px clamp(30px,7vw,110px);background:var(--navy);color:#fff}.wiki-hero>div{max-width:820px}.wiki-hero h1{color:#fff;font-size:clamp(52px,6vw,82px);margin-bottom:22px}.wiki-hero p{color:#cbd1dc;font-size:18px;line-height:1.7;margin:0}.wiki-hero>svg{width:110px;height:110px;color:var(--gold);stroke-width:.8}.wiki-search{width:min(1180px,calc(100% - 44px));margin:-34px auto 50px;min-height:88px;padding:20px 24px;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:15px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);position:relative}.wiki-search>svg{color:var(--gold-deep)}.wiki-search label{color:var(--navy);font-weight:700}.wiki-search input{width:100%;min-height:46px;border:1px solid var(--border);padding:0 14px;color:var(--ink);background:#fbfaf7}.wiki-search>span{color:var(--muted);font-size:13px;white-space:nowrap}.wiki-layout{width:min(1180px,calc(100% - 44px));margin:0 auto;display:grid;grid-template-columns:250px 1fr;gap:55px;align-items:start}.wiki-categories{border-left:2px solid var(--gold);padding-left:24px;display:grid;gap:18px}.wiki-categories h2{color:var(--navy);font-size:28px;margin-bottom:4px}.wiki-categories span{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:14px}.wiki-categories svg{width:18px;color:var(--gold-deep)}.wiki-results{display:grid;gap:14px}.wiki-article{background:#fff;border:1px solid var(--border)}.wiki-article summary{cursor:pointer;list-style:none;padding:25px 30px}.wiki-article summary::-webkit-details-marker{display:none}.wiki-article summary>span{color:var(--gold-deep);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.wiki-article h2{color:var(--navy);font-size:27px;margin:8px 0}.wiki-article summary p,.wiki-article-body p{color:var(--muted);line-height:1.65;margin:0}.wiki-article-body{border-top:1px solid var(--border);padding:23px 30px 28px;background:#fbfaf7}.wiki-empty{padding:60px 30px;text-align:center;background:#fff;border:1px solid var(--border)}.wiki-empty svg{color:var(--gold)}.wiki-empty h2{color:var(--navy);margin:17px 0 8px}.content-pagination{grid-column:1 / -1;display:grid;grid-template-columns:minmax(90px,1fr) auto minmax(90px,1fr);align-items:center;gap:16px;margin-top:34px;padding-top:24px;border-top:1px solid #d7d0c4}.content-pagination>div{display:flex;align-items:center;justify-content:center;gap:6px}.content-pagination button{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;color:var(--navy);background:#fff;border:1px solid #c9c2b6;font-weight:750;cursor:pointer}.content-pagination>button:first-child{justify-self:start}.content-pagination>button:last-child{justify-self:end}.content-pagination button:hover:not(:disabled),.content-pagination button.active{color:#fff;background:var(--navy);border-color:var(--navy)}.content-pagination button.active{box-shadow:inset 0 -3px var(--gold)}.content-pagination button:disabled{opacity:.4;cursor:not-allowed}.content-pagination svg{width:17px}.content-pagination div>span{padding:0 5px;color:var(--muted)}.cases-page{min-height:760px;padding-bottom:105px}.cases-hero{min-height:350px;display:flex;align-items:center;justify-content:space-between;gap:55px;padding:68px clamp(30px,7vw,110px) 92px;color:#fff;background:var(--navy)}.cases-hero>div{max-width:880px}.cases-hero h1{max-width:790px;color:#fff;font-size:clamp(52px,6vw,82px);line-height:1.02;margin-bottom:22px}.cases-hero p{max-width:820px;color:#cbd1dc;font-size:18px;line-height:1.7;margin:0}.cases-hero>svg{width:118px;height:118px;flex:0 0 auto;color:var(--gold);stroke-width:.8}.case-catalog-toolbar{width:min(1180px,calc(100% - 44px));min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:25px;margin:-43px auto 50px;padding:18px 20px 18px 25px;position:relative;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow)}.case-filter-group{min-width:0;display:flex;align-items:center;gap:7px}.case-filter-group button{min-height:41px;padding:0 15px;color:#566073;background:transparent;border:1px solid transparent;border-radius:4px;font-size:12px;font-weight:700;cursor:pointer}.case-filter-group button:hover{color:var(--navy);border-color:var(--border)}.case-filter-group button[aria-pressed=true]{color:#fff;background:var(--navy);border-color:var(--navy)}.hard-case-catalog-switch{min-width:220px;max-width:100%;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:8px 12px;color:var(--navy);background:#f7f4ed;border:1px solid var(--border);cursor:pointer;text-align:left}.hard-case-catalog-switch.enabled{color:#6a3024;background:#f5e6e0;border-color:#c99582}.hard-case-catalog-switch>span:last-child{display:flex;flex-direction:column;gap:2px}.hard-case-catalog-switch strong{font-size:12px}.hard-case-catalog-switch small{color:var(--muted);font-size:10px}.case-switch-track{width:43px;height:23px;display:block;flex:0 0 auto;position:relative;background:#a9afb8;border-radius:20px;transition:background-color .18s ease}.case-switch-track i{width:17px;height:17px;position:absolute;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #00000047;transition:transform .18s ease}.hard-case-catalog-switch[aria-checked=true] .case-switch-track{background:#9c4f38}.hard-case-catalog-switch[aria-checked=true] .case-switch-track i{transform:translate(20px)}.case-catalog-layout{width:min(1180px,calc(100% - 44px));margin:0 auto}.case-catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:25px}.case-catalog-heading>div{display:flex;align-items:baseline;gap:12px}.case-catalog-heading span{color:var(--gold-deep);font:44px/1 Georgia,serif}.case-catalog-heading p{color:var(--muted);line-height:1.5;margin:0}.case-catalog-heading>div p{color:var(--navy);font-size:13px;font-weight:700}.case-catalog-heading>p{max-width:480px;text-align:right;font-size:12px}.case-list{display:grid;gap:20px}.case-entry{display:grid;grid-template-columns:70px minmax(0,1fr);background:#fff;border:1px solid var(--border);box-shadow:0 12px 38px #17233a0d}.case-entry.hard{border-color:#caa594}.case-entry-spine{min-height:100%;display:flex;align-items:center;flex-direction:column;justify-content:space-between;gap:18px;padding:21px 12px;color:#f0d7a4;background:#243450;border-right:3px solid var(--gold)}.case-entry.hard .case-entry-spine{background:#60372e;border-right-color:#b66e55}.case-entry-spine span{writing-mode:vertical-rl;transform:rotate(180deg);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em}.case-entry-spine svg{width:25px}.case-entry-main{min-width:0;padding:30px 34px 26px}.case-entry-main header>div{display:flex;align-items:center;gap:8px;margin-bottom:14px}.case-status,.case-content-label{display:inline-flex;align-items:center;gap:6px;color:var(--success);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.case-status svg,.case-content-label svg{width:14px;height:14px}.case-status.pending{color:var(--gold-deep)}.case-content-label{color:#8d4837;padding-left:9px;border-left:1px solid #d7b4a7}.case-entry-main header>small{display:block;color:var(--muted);font-size:11px;margin-bottom:5px}.case-entry-main h2{color:var(--navy);font-size:clamp(31px,3vw,42px);line-height:1.08;margin:0 0 7px}.case-entry-main header>strong{color:var(--gold-deep);font-size:13px}.case-summary-copy{max-width:930px;color:#596375;font-size:14px;line-height:1.7;margin:19px 0 22px}.case-key-data{display:grid;grid-template-columns:repeat(4,1fr);margin:0;border:1px solid #e0d9cc;background:#fbfaf7}.case-key-data>div{display:grid;grid-template-columns:auto 1fr;column-gap:9px;row-gap:2px;padding:13px 15px;border-right:1px solid #e0d9cc}.case-key-data>div:last-child{border-right:0}.case-key-data svg{grid-row:1 / span 2;width:18px;height:18px;color:var(--gold-deep)}.case-key-data dt{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.04em}.case-key-data dd{color:var(--navy);font-size:11px;font-weight:700;margin:0}.case-expanded{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:17px;padding:18px;background:#f4f0e7;border-left:3px solid var(--gold)}.case-expanded>div:not(.case-reward){display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}.case-expanded svg{width:20px;color:var(--gold-deep)}.case-expanded span{display:block}.case-expanded strong{display:block;color:var(--navy);font-size:11px;margin-bottom:4px}.case-expanded p{color:var(--muted);font-size:11px;line-height:1.55;margin:0}.case-expanded .case-warning{grid-column:1 / -1;padding-top:13px;border-top:1px solid #d8cebd}.case-expanded .case-warning svg{color:#9a4c38}.case-reward{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding-top:13px;border-top:1px solid #d8cebd}.case-reward span{color:var(--muted);font-size:10px}.case-reward strong{color:var(--gold-deep);margin:0}.case-entry-main footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:21px}.case-detail-button{min-height:42px;padding:0;color:var(--navy);background:transparent;border:0;border-bottom:1px solid var(--navy);font-size:12px;font-weight:700;cursor:pointer}.case-editorial-note{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px;font-weight:600}.case-editorial-note svg{width:17px;color:var(--gold-deep)}.case-empty{padding:65px 30px;text-align:center;background:#fff;border:1px solid var(--border)}.case-empty>svg{width:45px;color:var(--gold)}.case-empty h2{color:var(--navy);font-size:30px;margin:18px 0 8px}.case-empty p{color:var(--muted);margin:0}.hard-case-catalog-notice{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;margin-top:25px;padding:22px 25px;background:#ebe6dc;border:1px solid #d1c7b5}.hard-case-catalog-notice.enabled{background:#f3e4de;border-color:#cda392}.hard-case-catalog-notice>svg{width:31px;height:31px;color:var(--gold-deep)}.hard-case-catalog-notice.enabled>svg{color:#914b38}.hard-case-catalog-notice h2{color:var(--navy);font-size:21px;margin:0 0 5px}.hard-case-catalog-notice p{color:var(--muted);font-size:12px;line-height:1.55;margin:0}.site-footer{padding:65px clamp(30px,6vw,95px) 30px;background:#10192b;color:#d9deea;display:grid;grid-template-columns:.65fr 1.35fr;gap:50px}.footer-brand{color:#fff;font-size:27px;display:inline-flex;align-items:center;gap:12px}.footer-brand .brand-mark{border-color:#d0aa64;color:#edca84}.site-footer>div p{color:#9fa8ba;max-width:350px;line-height:1.6;margin-top:13px}.site-footer nav{display:grid;grid-template-columns:repeat(3,1fr);gap:13px 25px;align-content:start}.site-footer nav a{color:#b8c0cf;font-size:13px}.site-footer nav a:hover{color:#fff}.footer-note{grid-column:1 / -1;border-top:1px solid #2e394f;padding-top:22px;color:#8691a6;font-size:12px;margin:10px 0 0}.court-portal{min-height:100vh;color:#17243b;background:#f8f4eb;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.court-portal h1,.court-portal h2,.court-portal h3,.portal-brand{font-family:Georgia,Times New Roman,serif}.portal-header{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(22px,5vw,76px);border-bottom:1px solid #d9c8a9;background:#fffdf8f0;position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}.portal-brand{display:inline-flex;align-items:center;gap:13px;color:#12223e;font-size:clamp(23px,2.2vw,34px);font-weight:700}.portal-brand svg{width:38px;height:38px;padding:7px;color:#b1853d;border:1px solid #b1853d;border-radius:50%;stroke-width:1.4}.portal-language{display:flex;padding:4px;border:1px solid #b58a43;background:#fff;box-shadow:0 7px 24px #212a3c14}.portal-language button{min-height:48px;display:flex;align-items:baseline;gap:7px;padding:0 16px;color:#4e5768;border:0;background:transparent;cursor:pointer}.portal-language button+button{border-left:1px solid #ddcfb7}.portal-language button.active{color:#fff;background:#12223e}.portal-language strong{font-size:13px}.portal-language span{font-size:12px}.portal-hero{min-height:660px;display:grid;grid-template-columns:minmax(390px,.76fr) minmax(550px,1.24fr);border-bottom:1px solid #d9c8a9}.portal-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:80px clamp(28px,6vw,92px)}.portal-hero h1{max-width:590px;margin:0 0 25px;color:#12223e;font-size:clamp(54px,5.5vw,86px);line-height:.98;letter-spacing:-.035em}.portal-hero-copy>p{max-width:590px;margin:0 0 34px;color:#596375;font-size:clamp(17px,1.4vw,21px);line-height:1.65}.portal-actions{display:flex;flex-wrap:wrap;gap:12px}.portal-primary-button,.portal-secondary-button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 21px;border:1px solid #12223e;font-weight:750;transition:transform .18s,box-shadow .18s}.portal-primary-button{color:#fff;background:#12223e}.portal-secondary-button{color:#12223e;background:#fffdfa;border-color:#b1853d}.portal-primary-button:hover,.portal-secondary-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #12223e24}.portal-actions svg,.portal-primary-button svg{width:18px}.portal-hero-media{min-width:0;margin:0;padding:28px 28px 28px 0;overflow:hidden}.portal-hero-media img{width:100%;height:100%;object-fit:cover;object-position:58% center;border:1px solid #b58a43;box-shadow:0 26px 70px #1d25322b}.portal-learning{padding:105px clamp(25px,6vw,90px) 115px}.portal-section-heading{max-width:1130px;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(35px,7vw,110px);align-items:end;margin:0 auto 65px}.portal-section-heading h2,.portal-purpose h2,.portal-future h2{margin:0;color:#12223e;font-size:clamp(38px,4vw,60px);line-height:1.08}.portal-section-heading p{margin:0;color:#596375;font-size:17px;line-height:1.75}.portal-learning-list{max-width:1130px;display:grid;grid-template-columns:1fr 1fr;gap:0 60px;margin:0 auto 75px;border-top:1px solid #d9c8a9}.portal-learning-list article{display:grid;grid-template-columns:auto 1fr;gap:18px;padding:28px 0;border-bottom:1px solid #d9c8a9}.portal-learning-list svg{width:31px;color:#a87c35;stroke-width:1.4}.portal-learning-list h3{margin:0 0 8px;font-size:25px;color:#12223e}.portal-learning-list p{margin:0;color:#5c6574;line-height:1.62}.portal-screenshots{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:0 calc(clamp(25px,6vw,90px)*-1 + 28px) 0 auto}.portal-screenshots figure{margin:0;background:#fff;border:1px solid #cdbb9d;box-shadow:0 20px 55px #1923341c;overflow:hidden}.portal-screenshots img{width:100%;aspect-ratio:16/10;display:block;object-fit:cover;object-position:top}.portal-screenshots figcaption{min-height:69px;display:flex;align-items:center;gap:12px;padding:15px 20px;color:#273750;font-weight:700}.portal-screenshots figcaption svg{flex:0 0 auto;width:21px;color:#a87c35}.portal-purpose{min-height:430px;display:grid;grid-template-columns:auto minmax(0,850px);align-items:center;justify-content:center;gap:clamp(32px,7vw,105px);padding:105px clamp(28px,8vw,130px);color:#fff;background:#11233f}.portal-purpose>svg{width:clamp(100px,13vw,185px);height:auto;color:#c69a51;stroke-width:.65}.portal-purpose h2{color:#fff}.portal-purpose p{color:#d3d8e0;font-size:17px;line-height:1.72}.portal-purpose strong{display:block;padding-left:18px;color:#e8d2a7;border-left:2px solid #b88b42;line-height:1.55}.portal-future{max-width:1280px;min-height:480px;display:grid;grid-template-columns:1.25fr .75fr;gap:75px;align-items:center;margin:0 auto;padding:95px clamp(28px,5vw,70px)}.portal-future p{color:#596375;font-size:17px;line-height:1.75}.portal-interest{padding:15px 18px;border-left:3px solid #b1853d;background:#f0e7d6;font-weight:650}.portal-devices{display:grid;grid-template-columns:1fr 1fr;gap:15px;color:#a87c35}.portal-devices svg{width:100%;height:95px;padding:24px;border:1px solid #cdbb9d;background:#fffdf8;stroke-width:1}.portal-footer{min-height:120px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:22px 35px;padding:25px;color:#b8c0cf;background:#0e1a2d}.portal-footer a{color:#fff}.portal-footer a:hover{color:#d8b677}.portal-footer span{flex-basis:100%;text-align:center;color:#8793a5;font-size:12px}.portal-legal{min-height:calc(100vh - 206px);padding:75px 24px}.portal-legal-copy{max-width:880px;margin:0 auto;padding:clamp(30px,6vw,70px);background:#fff;border:1px solid #d9c8a9;box-shadow:0 18px 55px #19233414}.portal-legal-copy h1{margin:0 0 30px;color:#12223e;font-size:clamp(45px,6vw,70px)}.portal-legal-copy h2{margin:36px 0 12px;color:#12223e;font-size:28px}.portal-legal-copy p{color:#566073;line-height:1.75}.portal-legal-copy .portal-primary-button{margin-top:15px}.portal-legal-note{margin-top:38px;padding:16px;background:#f5efe3;border-left:3px solid #b1853d;font-size:13px}@media(max-width:900px){.portal-header{position:static}.portal-hero{grid-template-columns:1fr}.portal-hero-copy{padding-block:70px 55px}.portal-hero-media{min-height:440px;padding:0 20px 20px}.portal-section-heading,.portal-future,.portal-learning-list,.portal-screenshots{grid-template-columns:1fr}.portal-screenshots{margin-right:0}.portal-purpose{grid-template-columns:1fr;text-align:center}.portal-purpose>svg{margin:0 auto}.portal-purpose strong{border-left:0;border-top:2px solid #b88b42;padding:16px 0 0}.portal-future{gap:35px}}@media(max-width:560px){.portal-header{align-items:flex-start;gap:10px;padding:14px 16px}.portal-brand{gap:9px}.portal-brand span{font-size:18px}.portal-brand svg{width:29px;height:29px}.portal-language button{min-height:40px;padding:0 10px}.portal-language span{display:none}.portal-hero{min-height:auto}.portal-hero h1{font-size:49px}.portal-hero-media{min-height:300px}.portal-actions a{width:100%}.portal-learning{padding-block:75px}.portal-section-heading{margin-bottom:40px}.portal-screenshots img{aspect-ratio:4/3}.portal-footer{gap:18px 24px}}.placeholder-page{min-height:640px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px}.placeholder-page>svg{width:55px;height:55px;color:var(--gold)}.placeholder-page h1{font-size:clamp(40px,5vw,70px);text-transform:capitalize;color:var(--navy);margin:24px 0 15px}.placeholder-page p{max-width:670px;color:var(--muted);line-height:1.7}.auth-page{min-height:100vh;background:var(--paper)}.auth-layout{min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(360px,.75fr) minmax(500px,1fr)}.auth-story{background:var(--navy);color:#fff;padding:clamp(60px,9vw,130px) clamp(35px,7vw,105px);position:relative;overflow:hidden}.auth-story:after{content:"";position:absolute;width:420px;height:420px;right:-180px;bottom:-200px;border:1px solid rgb(181 138 66 / 35%);border-radius:50%;box-shadow:0 0 0 55px #b58a420d,0 0 0 115px #b58a420a}.auth-monogram{display:grid;place-items:center;width:62px;height:62px;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font-weight:700}.auth-story h2{font-size:clamp(38px,4vw,62px);line-height:1.08;max-width:650px;margin:55px 0 26px}.auth-story>p{color:#c5ccda;line-height:1.75;max-width:570px;font-size:17px}.auth-story ul{list-style:none;padding:0;margin:55px 0 0;display:grid;gap:19px}.auth-story li{display:flex;align-items:center;gap:13px;color:#e5e8ef}.auth-story li svg{color:var(--gold);width:20px}.auth-panel{background:#fff;padding:clamp(55px,7vw,95px) clamp(35px,9vw,130px);display:flex;flex-direction:column;justify-content:center}.auth-panel>h1,.form-success h1{color:var(--navy);font-size:clamp(42px,4vw,62px);margin-bottom:12px}.auth-intro{color:var(--muted);margin-bottom:33px}.auth-form{display:grid;gap:19px;max-width:660px}.auth-form>label,.profile-fields label{display:grid;gap:8px;color:#374154;font-size:13px;font-weight:600}.field-control{display:flex;align-items:center;min-height:48px;border:1px solid #aeb6c4;background:#fff;border-radius:4px;transition:border-color .15s,box-shadow .15s}.field-control:focus-within{border-color:#2f6fd3;box-shadow:0 0 0 3px #2f6fd31f}.field-control>svg{width:18px;color:var(--muted);margin-left:14px}.field-control input{flex:1;min-width:0;border:0;outline:0;padding:12px;color:var(--ink);background:transparent}.field-control button{border:0;background:transparent;padding:10px 14px;color:var(--muted);cursor:pointer}.field-control button svg{width:18px}.auth-form select,.profile-fields input,.profile-fields textarea,.profile-fields select,.visibility-row select{min-height:47px;border:1px solid #aeb6c4;background:#fff;border-radius:4px;padding:10px 13px;color:var(--ink)}.checkboxes{display:grid;gap:11px;padding:4px 0}.checkboxes label{display:flex;gap:10px;align-items:flex-start;color:#505a6c;font-size:13px}.checkboxes input{width:17px;height:17px;accent-color:var(--navy)}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.protection-note{display:flex;gap:11px;padding:13px 15px;border:1px solid var(--border);background:#faf8f3;color:#596275;font-size:12px;line-height:1.5}.protection-note svg{width:21px;min-width:21px;color:var(--navy)}.auth-submit{width:100%;min-height:50px;font-size:15px}.auth-switch{color:var(--muted);text-align:center;margin:24px 0 0;font-size:13px}.auth-switch a,.forgot-link{color:#2457a2;text-decoration:underline}.forgot-link{justify-self:end;font-size:13px}.auth-kicker{color:#9a6e25;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.password-reset-story .auth-monogram{display:grid;place-items:center}.password-reset-story .auth-monogram svg{width:38px;height:38px}.password-guidance{margin:-4px 0 4px;padding:12px 14px;border-left:3px solid #b58a42;background:#f7f2e7;color:#526074;font-size:13px;line-height:1.55}.playthrough-save-status{display:inline-flex;align-items:center;gap:6px;color:#d8e2ef;font-size:12px;white-space:nowrap}.playthrough-save-status svg{width:15px;height:15px}.playthrough-save-status.saved{color:#a9dfbf}.playthrough-save-status.anonymous{color:#f1d296}.playthrough-save-status.error{color:#ffc7bd}.demo-membership-gate{min-height:100vh;display:grid;place-items:center;padding:32px 18px;background:radial-gradient(circle at 50% 10%,#f8f1df,#e7e1d5 62%,#d7d0c4)}.demo-membership-gate>section{width:min(680px,100%);padding:clamp(28px,6vw,58px);border:1px solid #d0c29f;border-top:6px solid #b58a42;border-radius:22px;background:#fffffff5;box-shadow:0 25px 70px #1c23302e;text-align:center}.demo-membership-seal{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:#102442;color:#f1d296}.demo-membership-seal svg{width:32px;height:32px}.demo-membership-gate small{color:#9a6e25;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.demo-membership-gate h1{margin:10px 0 14px;color:#102442;font:700 clamp(30px,5vw,48px)/1.08 Georgia,serif}.demo-membership-gate p{max-width:560px;margin:0 auto 24px;color:#526074;line-height:1.7}.demo-membership-gate .button{display:inline-flex;justify-content:center;margin:0 auto 14px}.demo-membership-gate .text-link{display:block}.motion-quick-panel article{padding:14px;border:1px solid #d8dbe1;border-radius:12px;background:#fff}.motion-quick-panel article h2{font-size:17px}.motion-quick-panel article>div,.verdict-quick-options{display:flex;flex-wrap:wrap;gap:8px}.motion-quick-panel article button,.verdict-quick-options button{padding:9px 11px;border:1px solid #c5cad3;border-radius:9px;background:#fff;color:#273348;cursor:pointer}.motion-quick-panel article button.selected,.verdict-quick-options button.selected{border-color:#9a6e25;background:#fff6df;color:#674814;font-weight:800}.reasoning-quick-options{display:grid;gap:7px;padding:14px;border-radius:12px;background:#f4f5f7}.reasoning-quick-options label{display:flex;gap:8px;align-items:flex-start;font-size:13px;text-transform:capitalize}.evaluation-score{display:flex;align-items:baseline;gap:4px;color:#9a6e25}.evaluation-score strong{font:700 56px/1 Georgia,serif}.demo-completion-cta{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:17px;border:1px solid #d8bd79;border-radius:14px;background:linear-gradient(135deg,#fff9e8,#f2e5bf)}.demo-completion-cta>svg{width:30px;height:30px;color:#8d651f}.demo-completion-cta strong{color:#102442;font-size:17px}.demo-completion-cta p{margin:5px 0 12px}.editorial-case-file-image{width:min(100%,620px);max-height:360px;object-fit:contain;margin:18px 0;border-radius:12px;background:#eee9df}.public-demo-case-cta{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;margin-top:24px;padding:24px;border:1px solid #d4bc7c;border-radius:18px;background:linear-gradient(135deg,#fff9e9,#efe1b9);box-shadow:0 15px 38px #2d2a1f1a}.public-demo-case-cta>svg{width:40px;height:40px;color:#8d651f}.public-demo-case-cta small{color:#8d651f;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.public-demo-case-cta h2{margin:4px 0;color:#102442;font:700 27px/1.15 Georgia,serif}.public-demo-case-cta p{margin:0;color:#526074}@media(max-width:700px){.demo-completion-cta{grid-template-columns:1fr}.demo-membership-gate>section{padding:28px 20px}}@media(max-width:820px){.public-demo-case-cta{grid-template-columns:auto 1fr}.public-demo-case-cta .button{grid-column:1/-1;justify-content:center}}.form-success{text-align:center;max-width:610px;margin:auto}.form-success>svg{width:62px;height:62px;color:var(--success);stroke-width:1.5}.form-success p{color:var(--muted);line-height:1.7;margin-bottom:28px}.profile-shell{min-height:100vh;background:#f5f3ed}.profile-header{height:76px;background:var(--navy);color:#fff;padding:0 clamp(24px,4vw,65px);display:grid;grid-template-columns:1fr auto 1fr;gap:40px;align-items:center;border-bottom:2px solid var(--gold)}.profile-brand{justify-self:start;display:flex;align-items:center;gap:11px;color:#f0d5a0;font-size:25px}.profile-brand>.brand-mark{color:var(--gold);width:32px;height:32px}.profile-brand>.brand-name{width:auto;height:auto}.profile-header nav{justify-self:center;display:flex;gap:30px;font-size:13px;color:#c7ceda}.profile-header nav a:hover{color:#fff}.profile-account{justify-self:end;display:flex;align-items:center;gap:10px;color:#e5e8ef;font-size:13px}.profile-main{width:min(1440px,calc(100% - 50px));margin:0 auto;padding:55px 0 80px}.profile-heading{display:flex;justify-content:space-between;align-items:end;gap:35px}.profile-heading>div>p{color:var(--gold-deep);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.profile-heading h1{color:var(--navy);font-size:55px;margin-bottom:0}.profile-metrics{display:flex;margin:0 0 7px}.profile-metrics div{min-width:145px;padding:0 28px;text-align:center;border-left:1px solid var(--border)}.profile-metrics dt{color:var(--muted);font-size:12px}.profile-metrics dd{color:var(--navy);font:38px/1.2 Georgia,serif;margin:6px 0 0}.profile-tabs{display:flex;gap:36px;margin-top:32px;border-bottom:1px solid var(--border)}.profile-tabs button{border:0;border-bottom:3px solid transparent;background:transparent;color:var(--muted);padding:15px 2px 13px;cursor:pointer;font-size:14px}.profile-tabs button[aria-selected=true]{color:var(--navy);border-bottom-color:var(--navy);font-weight:700}.profile-editor{display:grid;grid-template-columns:270px 1fr;gap:55px;padding-top:38px}.avatar-editor{text-align:center}.avatar-editor>.avatar{margin:0 auto 24px;box-shadow:0 0 0 4px #f5f3ed,0 0 0 6px var(--gold)}.avatar-editor h2{color:var(--navy);font-size:24px;margin-bottom:6px}.avatar-editor>p{color:var(--muted);font-size:13px;line-height:1.5}.avatar{display:block;flex:0 0 auto;border-radius:50%;background-image:url(/assets/avatar-atlas.png);background-repeat:no-repeat;background-size:500% 200%;background-color:#d8d3ca}.avatar-small{width:38px;height:38px}.avatar-medium{width:80px;height:80px}.avatar-large{width:178px;height:178px}.avatar-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:22px}.avatar-grid button{border:1px solid transparent;background:none;border-radius:50%;padding:2px;position:relative;cursor:pointer}.avatar-grid button.selected{border-color:var(--gold)}.avatar-grid button>svg{position:absolute;right:-2px;bottom:-2px;width:18px;height:18px;color:#fff;background:var(--success);border-radius:50%;padding:3px}.profile-fields{min-width:0}.form-section{background:#fff;border:1px solid var(--border);padding:26px 30px 31px;box-shadow:0 8px 30px #17233a0a}.form-section+.form-section{margin-top:19px}.form-section h2{color:var(--navy);font-size:25px;border-bottom:1px solid var(--border);padding-bottom:16px;margin-bottom:23px}.profile-fields label+label{margin-top:18px}.profile-fields textarea{min-height:95px;resize:vertical}.visibility-section{padding-bottom:10px}.visibility-row{display:grid;grid-template-columns:38px minmax(180px,1fr) minmax(150px,220px);gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid #e8e3da}.visibility-row:last-child{border-bottom:0}.visibility-icon{color:var(--navy)}.visibility-icon svg{width:21px}.visibility-row div{display:flex;flex-direction:column;gap:3px}.visibility-row strong{color:#30394a;font-size:14px}.visibility-row small{color:var(--muted)}.profile-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.tab-placeholder{min-height:430px;background:#fff;border:1px solid var(--border);margin-top:35px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px;text-align:center}.tab-placeholder>svg{color:var(--gold);width:52px;height:52px}.tab-placeholder h2{color:var(--navy);font-size:36px;margin:22px 0 10px}.tab-placeholder p{color:var(--muted);max-width:650px;line-height:1.7}.character-studio{display:grid;grid-template-columns:minmax(270px,.7fr) minmax(480px,1.3fr);gap:28px;margin-top:35px}.character-preview-card,.character-controls{background:#fff;border:1px solid var(--border);box-shadow:0 8px 30px #17233a0a}.character-preview-card{padding:28px;text-align:center}.character-preview-stage{min-height:350px;display:grid;place-items:end center;overflow:hidden;background:radial-gradient(circle at 50% 35%,#fffdf6 0 32%,#ded5c5 70%);border-bottom:4px solid var(--gold)}.character-portrait{display:block;width:min(100%,280px);height:auto}.character-preview-card>small{display:block;margin-top:20px;color:var(--gold-deep);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.character-preview-card h2{margin:6px 0 9px;color:var(--navy);font-size:27px}.character-preview-card>p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.attire-explainer{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-top:20px;padding:13px;text-align:left;color:#445169;background:#edf1f5;border-left:3px solid var(--navy);font-size:11px;line-height:1.55}.attire-explainer svg{width:20px;color:var(--gold-deep)}.character-controls{display:grid;align-content:start;gap:0;padding:26px 30px}.character-control{min-width:0;margin:0;padding:18px 0;border:0;border-bottom:1px solid #e5dfd4}.character-control legend{padding:0;color:var(--navy);font-size:13px;font-weight:800}.character-control>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:11px}.character-control button{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:8px 12px;color:#4e5868;background:#faf8f3;border:1px solid #cfc7ba;cursor:pointer;font-size:11px}.character-control button:hover,.character-control button.active{color:var(--navy);background:#fff7e6;border-color:var(--gold)}.character-swatch>span{width:19px;height:19px;border:1px solid rgb(0 0 0 / 18%);border-radius:50%;box-shadow:inset 0 0 0 2px #ffffff5c}.character-toggle svg{width:18px}.character-save{justify-self:start;margin-top:22px}.character-control button small{margin-left:2px;padding:2px 4px;color:#725a2b;background:#ead8ac;font-size:7px;font-weight:800;text-transform:uppercase}.character-presets>p{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.character-presets>div.preset-create{display:grid;grid-template-columns:minmax(0,1fr) auto}.preset-create input{min-height:40px;padding:9px 11px;color:var(--ink);background:#fff;border:1px solid #bdb5a8}.preset-create button,.character-presets li button{justify-content:center}.preset-create button svg,.character-presets li button svg{width:16px}.character-presets ul{display:grid;gap:6px;margin:12px 0 0;padding:0;list-style:none}.character-presets li{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:7px;padding:8px 9px;background:#f7f4ed;border:1px solid #d5cec2}.character-presets li>span{display:grid;gap:2px}.character-presets li strong{color:var(--navy);font-size:11px}.character-presets li small{color:var(--muted);font-size:8px}.character-presets li button:last-child{min-width:38px;padding-inline:8px;color:#884b4b}.witness-support-notice{display:grid;grid-template-columns:auto 1fr;gap:11px;margin-bottom:14px;padding:13px 15px;color:#34415a;background:#e9eef5;border:1px solid #b8c4d3}.witness-support-notice svg{width:21px;color:#516987}.witness-support-notice div{display:grid;gap:4px}.witness-support-notice span{color:#5a6575;font-size:11px;line-height:1.5}.api-key-settings{margin-top:35px;padding:clamp(24px,4vw,42px);background:#fff;border:1px solid var(--border)}.api-key-settings>header{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:start;padding-bottom:25px;border-bottom:1px solid var(--border)}.api-key-settings>header>span{display:grid;place-items:center;width:52px;height:52px;color:var(--gold-deep);background:#f5ead1;border-radius:50%}.api-key-settings>header>span svg{width:25px}.api-key-settings>header small{color:var(--gold-deep);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.api-key-settings>header h2{margin:4px 0 7px;color:var(--navy);font-size:30px}.api-key-settings>header p{max-width:700px;margin:0;color:var(--muted);line-height:1.55}.api-key-settings>header>strong{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;font-size:11px;white-space:nowrap}.api-key-settings>header>strong svg{width:16px;height:16px}.api-key-settings>header>strong.configured{color:#165e3c;background:#e0f3e9}.api-key-settings>header>strong.not-configured{color:#665326;background:#f4ead1}.api-billing-note{display:grid;grid-template-columns:auto 1fr;gap:12px;margin-top:16px;padding:15px 16px;color:#654a18;background:#fff7e5;border:1px solid #ddc58f;border-left:4px solid var(--gold-deep)}.api-billing-note>svg{width:23px;height:23px;margin-top:1px;color:var(--gold-deep)}.api-billing-note p{display:grid;gap:3px;margin:0;line-height:1.5}.api-billing-note strong{color:#50370d;font-size:13px}.api-billing-note span{font-size:12px}.api-security-note{display:flex;gap:13px;margin-top:24px;padding:16px;color:#26364f;background:#edf3f7;border-left:3px solid #44698f}.api-security-note>svg{flex:0 0 auto;width:22px;color:#315879}.api-security-note p{display:grid;gap:3px;margin:0}.api-security-note span{color:#536075;font-size:12px;line-height:1.55}.api-key-form{display:grid;gap:16px;max-width:780px;margin-top:25px}.api-key-form>label:first-child{display:grid;gap:7px;color:#374154;font-size:12px;font-weight:700}.api-key-form input[type=password]{min-height:48px;padding:11px 13px;border:1px solid #aeb6c4;color:var(--ink);background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.api-key-form input[type=password]:focus{outline:3px solid rgb(181 138 66 / 18%);border-color:var(--gold-deep)}.api-cost-confirm{display:flex;gap:9px;align-items:flex-start;color:#505b6c;font-size:12px;line-height:1.5}.api-cost-confirm input{margin-top:2px;accent-color:var(--navy)}.api-key-form .button{justify-self:start}.credential-summary{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:25px;padding:18px;border:1px solid #bdd9c9;background:#f2faf5}.credential-summary>div{display:grid;gap:4px}.credential-summary small{color:#45725a;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.credential-summary strong{color:var(--navy)}.credential-summary span{color:#5d6b62;font-size:12px}.api-settings-message{margin:18px 0 0;padding:12px 14px;font-size:12px}.api-settings-message.success{color:#165e3c;background:#e0f3e9}.api-settings-message.warning{color:#795111;background:#fff2d2}.api-key-guide{margin-top:25px;border-top:1px solid var(--border)}.api-key-guide summary{padding:18px 0 5px;color:var(--navy);font-weight:700;cursor:pointer}.api-key-guide>div{padding:8px 0 0 20px;color:#515c6e;font-size:13px;line-height:1.65}.api-key-guide ol{padding-left:20px}.api-key-guide li+li{margin-top:7px}.official-api-links{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.official-api-links a{display:inline-flex;gap:6px;align-items:center;padding:9px 11px;color:#2457a2;background:#f3f6fa;border:1px solid #ccd6e2;text-decoration:none;font-weight:700}.official-api-links svg{width:14px;height:14px}.api-guide-warning{display:flex;align-items:center;gap:8px;color:#7a5414}.api-guide-warning svg{flex:0 0 auto;width:18px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fiction-notice{display:flex;align-items:flex-start;gap:13px;padding:20px clamp(24px,7vw,110px);color:#4d5665;background:#f1eee7;border-top:1px solid #d2c9ba;font-size:12px;line-height:1.6}.fiction-notice svg{flex:0 0 auto;width:20px;color:var(--gold-deep)}.fiction-notice p{max-width:1020px;margin:0}.fiction-notice strong{color:var(--navy)}.fiction-notice.compact{padding:12px 14px;border:1px solid #d2c9ba;background:#f8f5ef;font-size:11px}.document-sensitive-text{display:flex;gap:12px;margin-top:20px;padding:14px;color:#664d20;background:#fff0cf;border-left:3px solid #b9852f}.document-sensitive-text svg{flex:0 0 auto;width:21px}.document-sensitive-text p{display:grid;gap:3px;margin:0!important;font-size:12px}.document-sensitive-text span{line-height:1.55}.harbour-day-complete ul{display:grid;gap:10px;margin:18px 0 24px;padding-left:20px;color:#4d5869;font-size:12px;line-height:1.55}.harbour-day-complete .hearing-action{display:inline-flex;width:100%}.harbour-case-intake .hard-case-default{margin-top:18px}.shop-page main{background:#f4f0e8}.shop-hero{min-height:490px;display:grid;grid-template-columns:minmax(0,1fr) 270px;align-items:center;gap:clamp(40px,8vw,130px);padding:clamp(70px,9vw,125px) clamp(24px,8vw,130px);color:#fff;background:radial-gradient(circle at 82% 28%,#35425a 0,#17233a 36%,#0e1729 80%);border-bottom:3px solid var(--gold)}.shop-hero>div:first-child>span{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.shop-hero>div:first-child>span svg{width:18px}.shop-hero h1{max-width:850px;margin:14px 0 18px;color:#fff;font-size:clamp(48px,6.5vw,88px);line-height:.98}.shop-hero p{max-width:760px;margin:0;color:#cbd2de;font-size:17px;line-height:1.7}.shop-seal{width:245px;height:245px;display:grid;place-items:center;align-content:center;justify-self:end;color:#17233a;background:#d8b56f;border:10px double #17233a;border-radius:50%;transform:rotate(4deg);box-shadow:0 20px 55px #0000004d}.shop-seal strong{font:65px/1 Georgia,serif}.shop-seal span{margin-top:4px;font-size:18px;font-weight:900;text-transform:uppercase}.shop-seal small{margin-top:8px;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.shop-notice{width:min(1180px,calc(100% - 40px));display:grid;grid-template-columns:auto 1fr;gap:16px;margin:-40px auto 0;padding:22px 26px;position:relative;z-index:2;color:#3e4a5e;background:#fff;border:1px solid #cfc5b4;border-top:4px solid var(--gold);box-shadow:0 14px 38px #17233a1f}.shop-notice>svg{width:28px;color:var(--gold-deep)}.shop-notice strong{color:var(--navy)}.shop-notice p{margin:5px 0 0;font-size:12px;line-height:1.6}.shop-catalog{width:min(1360px,calc(100% - 50px));margin:0 auto;padding:90px 0 110px}.shop-catalog>header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.shop-catalog>header small{color:var(--gold-deep);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.shop-catalog h2{margin:5px 0 0;color:var(--navy);font-size:55px}.shop-catalog>header>span{color:var(--muted);font-size:12px}.shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.shop-catalog>.content-pagination{margin-top:42px}.shop-product{min-width:0;display:flex;flex-direction:column;background:#fff;border:1px solid #d0c8bb;box-shadow:0 10px 25px #17233a0d}.shop-product-visual{min-height:190px;display:grid;place-items:center;position:relative;overflow:hidden;color:#fff;background:#29364c}.shop-product-visual:before,.shop-product-visual:after{content:"";position:absolute;width:145px;height:145px;border:1px solid rgb(255 255 255 / 20%);border-radius:50%}.shop-product-visual:after{width:105px;height:105px}.shop-product-visual>svg{width:65px;height:65px;position:relative;z-index:1;stroke-width:1.25}.shop-product-visual>span{position:absolute;left:12px;top:12px;padding:5px 7px;color:#f1dfbb;background:#0b121fb8;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tone-auburn{background:linear-gradient(145deg,#8f5d47,#4c2e29)}.tone-navy{background:linear-gradient(145deg,#526680,#17233a)}.tone-wine{background:linear-gradient(145deg,#77444b,#271b25)}.tone-gold{background:linear-gradient(145deg,#c49a51,#514121)}.tone-blue{background:linear-gradient(145deg,#58788c,#263749)}.tone-paper{background:linear-gradient(145deg,#b7ad9a,#554f48)}.tone-brass{background:linear-gradient(145deg,#ba9556,#554326)}.tone-green{background:linear-gradient(145deg,#5f7f70,#263f39)}.shop-product-copy{flex:1;display:flex;flex-direction:column;padding:20px}.shop-product-copy>small{color:var(--gold-deep);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.shop-product-copy h3{margin:5px 0 8px;color:var(--navy);font-size:24px}.shop-product-copy p{flex:1;margin:0;color:var(--muted);font-size:11px;line-height:1.55}.shop-product-copy>div{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:20px;padding-top:15px;border-top:1px solid #e4ded4}.shop-product-copy>div strong{color:var(--navy)}.shop-product-copy button{min-height:34px;padding:7px 9px;color:#79746b;background:#eeeae2;border:1px solid #d3cdc2;font-size:9px;font-weight:700;cursor:not-allowed}.shop-product-copy button:not(:disabled){display:inline-flex;align-items:center;gap:5px;color:#fff;background:var(--navy);border-color:var(--navy);cursor:pointer}.shop-product-copy button svg{width:14px}.shop-product-copy>em{margin-top:10px;color:#8a6a31;font-size:8px;font-style:normal;font-weight:800;letter-spacing:.06em;text-align:right;text-transform:uppercase}.shop-preview-overlay{position:fixed;inset:0;z-index:180;display:grid;place-items:center;padding:18px}.shop-preview-backdrop{position:absolute;inset:0;border:0;background:#080e19c7;backdrop-filter:blur(7px)}.shop-preview-panel{width:min(850px,96vw);max-height:calc(100vh - 36px);position:relative;z-index:1;display:flex;flex-direction:column;background:#f2ede3;box-shadow:0 30px 90px #00000073}.shop-preview-panel>header{min-height:82px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:15px;padding:14px 18px;color:#fff;background:var(--navy);border-bottom:2px solid var(--gold)}.shop-preview-panel header small{color:#c9b27e;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.shop-preview-panel header h2{margin:4px 0 0;color:#fff;font-size:29px}.shop-preview-panel header button{padding:8px;color:#fff;background:transparent;border:1px solid #56627a;cursor:pointer}.shop-preview-panel header button svg{display:block;width:18px}.shop-preview-content{min-height:0;overflow-y:auto;padding:22px}.shop-character-tryon{display:grid;grid-template-columns:minmax(230px,.8fr) 1fr;gap:24px;align-items:center}.shop-character-tryon>div{display:grid;place-items:end center;min-height:330px;overflow:hidden;background:radial-gradient(circle,#fff,#d8d0c1);border-bottom:4px solid var(--gold)}.shop-character-tryon svg{width:min(100%,270px)}.shop-character-tryon aside>span{color:var(--gold-deep);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.shop-character-tryon h3,.profile-badge-preview h3{margin:6px 0 9px;color:var(--navy);font-size:29px}.shop-character-tryon p,.profile-badge-preview p{color:var(--muted);font-size:12px;line-height:1.6}.shop-preview-fairness{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-top:16px;padding:12px 14px;color:#465269;background:#e7edf3;border-left:3px solid var(--navy);font-size:10px}.shop-preview-fairness svg{width:19px;color:#446386}.shop-preview-fairness span{display:grid;gap:2px}.shop-preview-fairness strong{color:var(--navy)}.shop-preview-panel>footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 18px;background:#e2dbcf;border-top:1px solid #c5bcad}.shop-preview-panel>footer strong{color:var(--navy)}.shop-preview-panel>footer small{color:var(--muted);font-weight:400}.shop-preview-panel>footer button{padding:10px 13px;color:#7b756b;background:#d5cfc4;border:1px solid #bdb5a8;cursor:not-allowed}.court-equipment-preview{min-height:390px;position:relative;overflow:hidden;background:#d7d0c3;border:1px solid #bcb2a1;perspective:700px}.mini-court-wall{height:170px;background:linear-gradient(#eee9df,#c8bda9);border-bottom:12px solid #6a432b}.mini-bench{width:72%;height:105px;position:absolute;left:14%;top:145px;display:flex;justify-content:center;gap:50px;padding-top:14px;background:#563620;border-top:7px solid #321f15;transform:rotateX(-2deg)}.mini-judge{width:38px;height:65px;display:block;background:#202735;border-radius:50% 50% 8px 8px}.mini-judge.primary{height:74px;margin-top:-9px}.mini-monitor-row{position:absolute;inset:auto 12px 5px;display:flex;justify-content:space-around;color:#a8c1cf}.mini-monitor-row svg{width:43px;height:35px;padding:4px;background:#1b2532;border:2px solid #81909c}.mini-projector-screen{width:240px;height:125px;display:grid;place-items:center;align-content:center;gap:7px;margin:16px auto;color:#37445a;background:#f7f4e9;border:7px solid white;box-shadow:0 7px 20px #00000038}.mini-projector-screen svg{width:35px}.mini-projector-screen span{font-size:9px;font-weight:800}.mini-desk-set{position:absolute;inset:auto 12% 5px;display:flex;align-items:center;justify-content:space-between;color:#d2ae66}.mini-desk-set i{width:28px;height:12px;background:#b58a42}.mini-desk-set b{padding:4px 8px;border:2px solid #b58a42;font-size:8px}.mini-court-floor{height:140px;background:repeating-linear-gradient(90deg,#a87d56 0 2px,#b68c65 2px 38px);transform:rotateX(55deg);transform-origin:top}.court-equipment-preview>p{position:absolute;inset:auto 18px 12px;margin:0;padding:7px 10px;color:#fff;background:#17233ae0;font-size:10px}.profile-badge-preview{padding:35px;text-align:center;background:#fff}.profile-badge-preview>div{display:inline-flex;align-items:center;gap:9px;padding:13px 16px;color:#d5b66d;background:var(--navy)}.profile-badge-preview svg{width:25px}@media(max-width:1250px){.main-nav{position:fixed;inset:82px 0 auto;background:#fff;padding:20px 30px 28px;display:none;flex-wrap:wrap;box-shadow:var(--shadow)}.main-nav.is-open{display:flex}.main-nav a{padding:10px 0}.main-nav .home-nav-link{width:auto;display:flex}.main-nav .home-nav-link .sr-only{width:auto;height:auto;margin:0 0 0 8px;position:static;overflow:visible;clip:auto}.nav-toggle{display:block;justify-self:end}.site-header{grid-template-columns:auto 1fr auto}.hero{grid-template-columns:minmax(360px,.8fr) minmax(480px,1.1fr)}.profile-editor{grid-template-columns:220px 1fr;gap:30px}.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.site-header{height:70px;padding-inline:20px;gap:10px}.main-nav{inset:70px 0 auto}.brand{font-size:22px}.header-actions{display:none}.mobile-nav-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:9px;padding-top:12px;border-top:1px solid var(--border)}.mobile-nav-actions .button{padding:0 10px}.mobile-language-link{grid-column:1 / -1;display:block;padding:8px 0 0!important;border-bottom:0!important;color:var(--muted)!important;text-align:center}.hero{display:flex;min-height:auto;flex-direction:column}.hero-copy{padding:70px 25px 50px;background:var(--paper)}.hero h1{font-size:clamp(48px,12vw,70px)}.hero-art{height:440px}.hero-art img{object-position:58% center}.section-intro{grid-template-columns:1fr;gap:25px}.steps-list{grid-template-columns:1fr;gap:45px}.steps-list li:not(:last-child):after{display:none}.editorial-band{grid-template-columns:1fr}.archive-visual{min-height:380px}.editorial-band>div:last-child{padding:60px 30px 70px}.fiction-section{grid-template-columns:auto 1fr}.fiction-section .button{grid-column:2;justify-self:start}.discovery-section{grid-template-columns:1fr}.wiki-layout{grid-template-columns:1fr;gap:35px}.wiki-categories{grid-template-columns:repeat(3,1fr)}.wiki-categories h2{grid-column:1 / -1}.case-catalog-toolbar{align-items:stretch;flex-direction:column}.case-filter-group{justify-content:center}.hard-case-catalog-switch{width:100%;justify-content:center}.case-key-data{grid-template-columns:1fr 1fr}.case-key-data>div:nth-child(2){border-right:0}.case-key-data>div:nth-child(-n+2){border-bottom:1px solid #e0d9cc}.hard-case-catalog-notice{grid-template-columns:auto 1fr}.hard-case-catalog-notice .button{grid-column:2;justify-self:start}.site-footer,.auth-layout{grid-template-columns:1fr}.auth-story{padding:55px 30px}.auth-story h2,.auth-story ul{margin-top:35px}.auth-panel{padding:55px 30px 75px}.profile-heading{align-items:start;flex-direction:column}.profile-metrics{width:100%}.profile-metrics div{flex:1;min-width:0}.profile-editor{grid-template-columns:1fr}.avatar-editor{max-width:360px;margin:0 auto}.profile-header{grid-template-columns:1fr auto}.profile-header nav{display:none}.character-studio{grid-template-columns:1fr}.character-preview-card{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(260px,1fr);text-align:left;gap:0 24px}.character-preview-stage{grid-row:1 / span 5}.character-preview-card>small{align-self:end}.shop-hero{grid-template-columns:1fr;min-height:0}.shop-seal{width:190px;height:190px;justify-self:start}.shop-seal strong{font-size:50px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.content-pagination{grid-template-columns:42px 1fr 42px;gap:7px}.content-pagination>button{min-width:42px;padding:0}.content-pagination>button span{display:none}.brand{gap:9px;font-size:clamp(19px,5.5vw,23px)}.brand-mark{width:34px;height:34px}.brand-mark svg{width:19px;height:19px}.site-header{grid-template-columns:minmax(0,1fr) auto}.main-nav.is-open{align-items:stretch;flex-direction:column}.hero-copy>p{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-art{height:315px}.path-section{padding:65px 22px 75px}.section-intro h2{font-size:38px}.fiction-section{padding:55px 22px;grid-template-columns:1fr}.fiction-section .button{grid-column:1}.seo-copy,.wiki-preview{padding:55px 22px}.wiki-preview{flex-direction:column}.wiki-hero{min-height:300px;padding:55px 22px 75px}.wiki-hero>svg{display:none}.wiki-search{width:calc(100% - 28px);grid-template-columns:auto 1fr;margin-top:-28px}.wiki-search label{grid-column:2}.wiki-search input{grid-column:1 / -1}.wiki-search>span{grid-column:1 / -1}.wiki-layout{width:calc(100% - 28px)}.wiki-categories{grid-template-columns:1fr}.wiki-categories h2{grid-column:1}.wiki-article summary,.wiki-article-body{padding-inline:20px}.cases-hero{min-height:315px;padding:55px 22px 78px}.cases-hero h1{font-size:48px}.cases-hero p{font-size:15px}.cases-hero>svg{display:none}.case-catalog-toolbar{width:calc(100% - 28px);max-width:calc(100vw - 28px);margin-top:-32px;padding:13px}.case-filter-group{display:grid;grid-template-columns:1fr 1fr}.case-filter-group button{min-width:0;padding-inline:7px;white-space:normal}.case-filter-group button:first-child{grid-column:1 / -1}.hard-case-catalog-switch{min-width:0}.case-catalog-layout{width:calc(100% - 28px);max-width:calc(100vw - 28px)}.case-catalog-heading{align-items:start;flex-direction:column;gap:8px}.case-catalog-heading>p{text-align:left}.case-entry{grid-template-columns:1fr}.case-entry-spine{min-height:42px;align-items:center;flex-direction:row;padding:8px 14px;border-right:0;border-bottom:2px solid var(--gold)}.case-entry-spine span{writing-mode:initial;transform:none}.case-entry-spine svg{width:19px}.case-entry-main{padding:23px 17px 20px}.case-entry-main p,.case-entry-main h2{overflow-wrap:anywhere}.case-entry-main h2{font-size:32px}.case-key-data{grid-template-columns:1fr}.case-key-data>div{border-right:0;border-bottom:1px solid #e0d9cc}.case-key-data>div:last-child{border-bottom:0}.case-expanded{grid-template-columns:1fr}.case-expanded .case-warning,.case-reward{grid-column:1}.case-entry-main footer{align-items:stretch;flex-direction:column}.case-entry-main footer .button{width:100%}.case-detail-button{align-self:flex-start}.case-editorial-note{padding:11px 0}.hard-case-catalog-notice{grid-template-columns:1fr;padding:20px 18px}.hard-case-catalog-notice .button{grid-column:1;width:100%}.site-footer{padding-inline:22px}.site-footer nav{grid-template-columns:repeat(2,1fr)}.profile-header{grid-template-columns:1fr auto;padding-inline:18px}.profile-brand{font-size:21px}.profile-account>span{display:none}.profile-main{width:calc(100% - 28px);padding-top:35px}.profile-heading h1{font-size:44px}.profile-metrics{overflow-x:auto}.profile-metrics div{min-width:105px;padding-inline:13px}.profile-tabs{gap:5px;overflow-x:auto}.profile-tabs button{flex:0 0 auto;padding-inline:10px}.form-section{padding:22px 17px}.visibility-row{grid-template-columns:30px 1fr}.visibility-row select{grid-column:2}.profile-actions .button{width:100%}.character-preview-card{display:block;padding:17px;text-align:center}.character-preview-stage{min-height:300px}.character-controls{padding:20px 15px}.character-control>div{display:grid;grid-template-columns:1fr 1fr}.character-control button{justify-content:flex-start}.character-save{width:100%;justify-content:center}.shop-hero{padding:60px 22px 82px}.shop-hero h1{font-size:49px}.shop-hero p{font-size:15px}.shop-seal{width:160px;height:160px;border-width:7px}.shop-seal strong{font-size:43px}.shop-seal span{font-size:14px}.shop-notice{width:calc(100% - 28px);grid-template-columns:1fr;padding:20px 18px}.shop-catalog{width:calc(100% - 28px);padding-top:65px}.shop-catalog>header{align-items:start;flex-direction:column}.shop-catalog h2{font-size:46px}.shop-grid{grid-template-columns:1fr}.character-presets>div.preset-create{grid-template-columns:1fr}.character-presets li{grid-template-columns:1fr auto}.character-presets li>span{grid-column:1 / -1}.shop-preview-overlay{padding:0}.shop-preview-panel{width:100%;height:100%;max-height:none}.shop-character-tryon{grid-template-columns:1fr}.shop-character-tryon>div{min-height:290px}.court-equipment-preview{min-height:340px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}.admin-comment-queue{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;grid-column:1 / -1}.admin-comment-queue article{padding:16px;background:#f8f9fb;border:1px solid #dfe3e9}.admin-comment-queue article>small{color:#70798a}.admin-comment-queue article>p{margin:9px 0 14px;white-space:pre-wrap}.admin-comment-queue article>footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.admin-comment-queue article>footer .admin-status{margin-right:auto}.news-page{min-height:100vh;color:var(--ink);background:#f6f3ec}.news-page>main{min-height:60vh}.news-hero{min-height:350px;display:grid;grid-template-columns:auto minmax(0,760px);align-content:center;justify-content:center;gap:28px;padding:65px 24px 95px;color:#fff;background:linear-gradient(120deg,#101c31,#263b5a);border-bottom:3px solid var(--gold)}.news-hero>svg{width:63px;height:63px;color:var(--gold);stroke-width:1.4}.news-hero h1{margin:0 0 14px;color:#fff;font-size:clamp(45px,6vw,76px);line-height:.98}.news-hero p{max-width:690px;margin:0;color:#d0d6e0;font-size:16px;line-height:1.7}.news-search{width:min(1020px,calc(100% - 40px));min-height:84px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin:-42px auto 0;padding:16px 18px;position:relative;z-index:2;background:#fff;border:1px solid var(--border);box-shadow:0 14px 45px #141f3221}.news-search>svg{width:22px;color:var(--gold-deep)}.news-search label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.news-search input{min-height:48px;padding:10px 13px;color:var(--ink);background:#f8f7f3;border:1px solid #c8c2b6;font-size:14px}.news-index{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:75px 0 100px}.news-index>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:19px;border-bottom:1px solid #d7d0c4}.news-index>header h2{margin:0;color:var(--navy);font-size:36px}.news-index>header span{min-width:34px;height:34px;display:grid;place-items:center;color:#fff;background:var(--burgundy, #761d32);font-size:11px}.news-index>.content-pagination{margin-top:42px}.news-list{display:grid;gap:0}.news-list>article{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:35px;padding:35px 0;border-bottom:1px solid #d7d0c4}.news-image{min-height:230px;overflow:hidden;background:#d9d4ca}.news-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease}.news-image:hover img{transform:scale(1.02)}.news-list article>div{align-self:center}.news-list article>div>span{display:flex;align-items:center;gap:7px;color:var(--gold-deep);font-size:10px;font-weight:700}.news-list article>div>span svg{width:15px}.news-list h2{margin:9px 0 12px;color:var(--navy);font-size:clamp(27px,3vw,40px);line-height:1.12}.news-list p{color:var(--muted);line-height:1.65}.news-read-more{display:inline-flex;align-items:center;gap:8px;margin-top:8px;color:#234f88;border-bottom:1px solid currentColor;font-size:11px;font-weight:800}.news-read-more svg{width:15px}.news-empty{min-height:280px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--muted)}.news-empty svg{width:38px;color:var(--gold-deep)}.news-article-layout{width:min(1240px,calc(100% - 42px));display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:50px;margin:0 auto;padding:65px 0 100px}.news-article{min-width:0}.news-breadcrumbs{margin-bottom:30px}.news-breadcrumbs ol{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}.news-breadcrumbs li{min-width:0;display:flex;align-items:center;gap:7px;color:#6a7180;font-size:11px}.news-breadcrumbs li:last-child{flex:1 1 280px}.news-breadcrumbs a{color:#315a8e;font-weight:750}.news-breadcrumbs a:hover{text-decoration:underline;text-underline-offset:3px}.news-breadcrumbs svg{width:13px;height:13px;flex:0 0 auto;color:var(--gold-deep)}.news-breadcrumbs [aria-current=page] span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.news-article>header{padding-bottom:28px;border-bottom:1px solid #d8d1c4}.news-article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px 22px}.news-article-meta span{display:flex;align-items:center;gap:7px;color:var(--gold-deep);font-size:10px;font-weight:750}.news-article-meta svg{width:15px;height:15px}.news-article h1{max-width:900px;margin:11px 0 17px;color:var(--navy);font-size:clamp(42px,5vw,68px);line-height:1.02;overflow-wrap:anywhere}.news-article>header>p{max-width:820px;color:#566174;font-size:17px;line-height:1.65}.news-article>header>.news-article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.news-article-tags a{display:flex;align-items:center;gap:5px;padding:7px 9px;color:#59471e;background:#efe0b8;font-size:9px;font-weight:750}.news-article-tags svg{width:13px}.news-featured-image{width:100%;max-height:510px;display:block;object-fit:cover;margin:30px 0 40px;border-bottom:4px solid var(--gold)}.content-blocks{color:#30394a;font-size:16px;line-height:1.8}.content-blocks>p{margin:0 0 24px}.content-blocks h2,.content-blocks h3,.content-blocks h4,.content-blocks h5,.content-blocks h6{color:var(--navy);line-height:1.15}.content-blocks h2{margin:48px 0 19px;font-size:37px}.content-blocks h3{margin:38px 0 16px;font-size:29px}.content-blocks h4{margin:31px 0 13px;font-size:23px}.content-blocks h5{margin:27px 0 12px;font-size:19px}.content-blocks h6{margin:24px 0 10px;font-size:16px}.content-quote{margin:36px 0;padding:26px 29px;background:#fff;border-left:5px solid var(--gold);box-shadow:0 10px 35px #18233612}.content-quote blockquote{margin:0;color:var(--navy);font:24px/1.45 Georgia,serif}.content-quote figcaption{margin-top:13px;color:var(--muted);font-size:12px;font-style:italic}.content-callout{display:flex;align-items:flex-start;gap:18px;margin:38px 0;padding:25px 28px;color:#30394a;background:#f3ead3;border:1px solid #dbc58f;border-left:5px solid var(--gold)}.content-callout>svg{width:27px;height:27px;flex:0 0 auto;color:var(--gold-deep)}.content-callout strong{display:block;margin-bottom:6px;color:var(--navy);font:700 22px/1.2 Georgia,serif}.content-callout p{margin:0}.content-video{margin:36px 0}.content-video>div{aspect-ratio:16 / 9;background:#111927}.content-video iframe{width:100%;height:100%;border:0}.content-video figcaption{margin-top:8px;color:var(--muted);font-size:11px;font-style:italic}.news-author-box{display:grid;grid-template-columns:150px minmax(0,1fr);gap:27px;align-items:center;margin-top:55px;padding:27px;background:#fff;border:1px solid #d9d3c8;border-top:4px solid var(--gold);box-shadow:0 12px 35px #18233612}.news-author-box img{width:150px;aspect-ratio:1;display:block;object-fit:cover;border-radius:50%;border:3px solid #eee3ca}.news-author-placeholder{width:150px;aspect-ratio:1;display:grid;place-items:center;color:#fff;background:#18365f;border-radius:50%;border:3px solid #eee3ca}.news-author-placeholder svg{width:58px;height:58px}.news-author-box small{color:var(--gold-deep);font-size:10px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.news-author-box h2{margin:6px 0 9px;color:var(--navy);font-size:29px}.news-author-box p{margin:0;color:#586276;font-size:14px;line-height:1.7}.news-sidebar{display:grid;align-content:start;gap:18px;position:sticky;top:20px}.news-sidebar>section{padding:20px;background:#fff;border:1px solid #d9d3c8}.news-sidebar h2{margin:0 0 14px;color:var(--navy);font-size:21px}.news-sidebar section>a{display:grid;gap:5px;padding:12px 0;border-bottom:1px solid #e5e0d7}.news-sidebar section>a:last-child{border-bottom:0}.news-sidebar section>a strong{color:#26354b;font-size:11px;line-height:1.4}.news-sidebar section>a span{color:var(--muted);font-size:9px;line-height:1.45}.news-register-banner{aspect-ratio:1;display:grid;place-items:center;align-content:center;gap:13px;padding:28px;color:#fff;text-align:center;background:linear-gradient(145deg,#12213a,#761d32);border:2px solid var(--gold)}.news-register-banner svg{width:41px;height:41px;color:var(--gold)}.news-register-banner strong{color:#fff;font:31px/1.1 Georgia,serif}.news-register-banner span{color:#d9dde5;font-size:11px;line-height:1.55}.news-important-links>a{color:#2457a2;font-size:11px;font-weight:700}.news-comments{margin-top:55px;padding-top:30px;border-top:2px solid var(--navy)}.news-comments>header{display:grid;grid-template-columns:auto 1fr;gap:12px}.news-comments>header svg{width:27px;color:var(--gold-deep)}.news-comments h2{margin:0;color:var(--navy);font-size:29px}.news-comments header p{margin:5px 0 0;color:var(--muted);font-size:11px}.news-comments>article{display:grid;grid-template-columns:1fr auto;gap:5px 15px;padding:19px 0;border-bottom:1px solid #ddd7cc}.news-comments>article strong{color:var(--navy);font-size:12px}.news-comments>article time{color:var(--muted);font-size:9px}.news-comments>article p{grid-column:1 / -1;margin:5px 0 0;color:#414c5e;line-height:1.6}.news-comments form{display:grid;gap:10px;margin-top:25px}.news-comments form label{color:var(--navy);font-size:12px;font-weight:750}.news-comments textarea{min-height:130px;padding:13px;color:var(--ink);border:1px solid #bcb5a9;resize:vertical}.news-comments form .button{justify-self:start}.news-comments form>p,.comments-closed{padding:12px 14px;color:#41506a;background:#e9eef4;font-size:11px}.verification-page{min-height:100vh;background:#f5f3ed}.verification-page>main{width:min(620px,calc(100% - 34px));min-height:calc(100vh - 82px);display:flex;align-items:center;justify-content:center;flex-direction:column;margin:auto;padding:60px 0 90px;text-align:center}.verification-page>main>svg{width:60px;height:60px;color:var(--gold-deep)}.verification-page>main>svg.success{color:#347357}.verification-page h1{margin:20px 0 12px;color:var(--navy);font-size:clamp(40px,7vw,59px)}.verification-page main>p{color:var(--muted);line-height:1.65}.verification-page details{width:100%;margin-top:28px;text-align:left;background:#fff;border:1px solid var(--border)}.verification-page summary{padding:15px 18px;color:var(--navy);cursor:pointer;font-weight:750}.verification-page details form{display:grid;gap:12px;padding:0 18px 18px}.verification-page details label{display:grid;gap:7px;color:#39445a;font-size:12px;font-weight:700}.verification-page details input{min-height:45px;padding:10px 12px;border:1px solid #aeb6c4}.verification-page details .button{justify-self:start}.verification-error,.verification-success{width:100%;padding:12px 14px}.verification-error{color:#842f2f!important;background:#fff0ed;border-left:3px solid #b65245}.verification-success{color:#24543f!important;background:#edf6f1;border-left:3px solid #4b8a6e}.managed-content-page{width:min(940px,calc(100% - 40px));min-height:60vh;margin:0 auto;padding:65px 0 100px}.managed-content-page>header{margin-bottom:40px;padding-bottom:25px;border-bottom:3px solid var(--gold)}.managed-content-page h1{margin:0;color:var(--navy);font-size:clamp(44px,7vw,72px);line-height:1}.managed-content-page>header small{display:block;margin-bottom:10px;color:var(--gold-deep);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.managed-content-page>header p{max-width:760px;margin:20px 0 0;color:#586379;font-size:clamp(17px,2vw,21px);line-height:1.65}.managed-content-page .content-blocks{max-width:780px}.managed-content-page .content-blocks h2{margin:44px 0 13px;color:var(--navy);font-size:clamp(27px,4vw,38px)}.managed-content-page .content-blocks h3{margin:30px 0 10px;color:#263653;font-size:23px}.managed-content-page .content-blocks p{color:#4e596e;font-size:17px;line-height:1.78}.public-page-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:55px;padding-top:30px;border-top:1px solid var(--border)}.public-page-links a{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:112px;padding:20px 22px;color:var(--navy);background:#fff;border:1px solid var(--border);box-shadow:0 8px 24px #17233a0d;transition:transform .18s ease,border-color .18s ease}.public-page-links a:hover{transform:translateY(-2px);border-color:var(--gold)}.public-page-links span{display:grid;gap:7px}.public-page-links strong{font-size:18px}.public-page-links small{color:var(--muted);font-size:12px;line-height:1.5}.public-page-links svg{flex:0 0 auto;width:20px;color:var(--gold-deep)}@media(max-width:900px){.news-article-layout{grid-template-columns:1fr}.news-sidebar{position:static;grid-template-columns:1fr 1fr}.news-sidebar>section:last-child{grid-column:1 / -1}}@media(max-width:600px){.news-hero{min-height:310px;grid-template-columns:1fr;padding-inline:22px}.news-hero>svg{display:none}.news-search{width:calc(100% - 28px);grid-template-columns:auto 1fr}.news-search input,.news-search .button{grid-column:1 / -1;width:100%}.news-index{width:calc(100% - 28px);padding-top:62px}.news-index>header{align-items:flex-start}.news-index>header h2{font-size:29px}.news-list>article{grid-template-columns:1fr;gap:20px}.news-image{min-height:190px}.news-article-layout{width:calc(100% - 28px);padding-top:38px}.news-article h1{font-size:clamp(36px,11vw,48px)}.news-sidebar{grid-template-columns:1fr}.news-sidebar>section:last-child{grid-column:auto}.news-featured-image{margin-bottom:28px}.news-breadcrumbs{margin-bottom:24px}.news-breadcrumbs li:last-child{flex-basis:100%;padding-left:20px}.news-author-box{grid-template-columns:92px minmax(0,1fr);gap:17px;padding:20px}.news-author-box img,.news-author-placeholder{width:92px}.news-author-box h2{font-size:24px}.news-author-box p{grid-column:1 / -1;font-size:13px}.content-blocks{font-size:15px}.content-quote{padding:21px 18px}.content-quote blockquote{font-size:20px}.managed-content-page{width:calc(100% - 28px);padding-top:42px}.managed-content-page h1{font-size:clamp(39px,13vw,54px)}.managed-content-page .content-blocks p{font-size:15px}.public-page-links{grid-template-columns:1fr}}.profile-section-heading{display:flex;align-items:start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border);padding-bottom:16px;margin-bottom:23px}.profile-section-heading h2{border:0;padding:0;margin:0}.profile-section-heading a{color:#2457a2;font-size:12px;font-weight:700;text-decoration:underline;white-space:nowrap}.visibility-checkbox{cursor:pointer}.visibility-checkbox input{width:21px;height:21px;justify-self:end;accent-color:var(--navy)}.profile-settings-panel{margin-top:35px;padding:clamp(23px,4vw,42px);background:#fff;border:1px solid var(--border);box-shadow:0 8px 30px #17233a0a}.profile-settings-panel>header{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:18px;padding-bottom:25px;border-bottom:1px solid var(--border)}.profile-settings-panel>header>svg{width:48px;height:48px;padding:12px;color:var(--gold-deep);background:#f5ead1;border-radius:50%}.profile-settings-panel>header small{color:var(--gold-deep);font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.profile-settings-panel>header h2{margin:3px 0 7px;color:var(--navy);font-size:clamp(28px,3vw,38px)}.profile-settings-panel>header p{max-width:760px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}.settings-preview-note,.settings-message{margin:20px 0 0;padding:12px 15px;color:#435169;background:#eef2f6;border-left:3px solid #647c9e;font-size:12px;line-height:1.55}.settings-message{color:#234b3b;background:#edf6f1;border-left-color:#4b8a6e}.settings-list{display:grid;margin-top:20px;border-top:1px solid #ebe6dc}.settings-toggle{min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:14px 4px;color:inherit;text-align:left;background:transparent;border:0;border-bottom:1px solid #ebe6dc;cursor:pointer}.settings-toggle>span{display:grid;place-items:center;width:36px;height:36px;color:var(--navy);background:#f0f2f5;border-radius:50%}.settings-toggle svg{width:17px}.settings-toggle>div{display:grid;gap:3px}.settings-toggle strong{color:#30394a;font-size:14px}.settings-toggle small{color:var(--muted);line-height:1.45}.settings-toggle i{width:50px;padding:7px 8px;color:#777269;background:#e8e4dd;border-radius:999px;font-size:10px;font-style:normal;font-weight:800;text-align:center}.settings-toggle[aria-checked=true] i{color:#fff;background:#347357}.settings-save{margin-top:22px}.data-rights{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:35px}.data-rights article{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:22px;background:#f8f6f1;border:1px solid #ddd6ca}.data-rights article>svg{width:23px;color:var(--navy)}.data-rights h3,.security-form h3,.two-factor-settings>h3,.enrollment-panel h3,.recovery-codes h3{margin:0 0 8px;color:var(--navy);font-size:20px}.data-rights p{min-height:60px;margin:0 0 16px;color:var(--muted);font-size:12px;line-height:1.6}.data-rights .danger-zone{background:#fbf4f2;border-color:#dfc8c3}.data-rights .danger-zone>svg{color:#934d43}.settings-dialog-backdrop{position:fixed;z-index:500;inset:0;display:grid;place-items:center;padding:20px;background:#0b121fb8}.settings-dialog{width:min(520px,100%);display:grid;gap:16px;padding:clamp(24px,5vw,38px);background:#fff;border-top:4px solid #a45247;box-shadow:0 25px 80px #0000004d}.settings-dialog>svg{width:40px;height:40px;color:#a45247}.settings-dialog h2{margin:0;color:var(--navy);font-size:30px}.settings-dialog p{margin:0;color:var(--muted);line-height:1.6}.settings-dialog label,.security-form label,.enrollment-panel label,.two-factor-cards form label{display:grid;gap:7px;color:#374154;font-size:12px;font-weight:700}.settings-dialog input,.security-form input,.enrollment-panel input,.two-factor-cards form input{min-height:45px;padding:10px 12px;color:var(--ink);background:#fff;border:1px solid #aeb6c4;border-radius:4px}.settings-dialog>div,.enrollment-panel>div,.two-factor-cards form>div{display:flex;justify-content:flex-end;gap:9px}.statistics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:25px}.statistics-grid article{min-height:145px;display:grid;align-content:start;gap:8px;padding:20px;background:#faf8f3;border:1px solid #e0d9cc}.statistics-grid article svg{width:22px;color:var(--gold-deep)}.statistics-grid article span{color:var(--muted);font-size:11px}.statistics-grid article strong{color:var(--navy);font:38px/1.15 Georgia,serif}.statistics-summary{display:grid;grid-template-columns:1fr 1fr;margin-top:18px;background:var(--navy)}.statistics-summary>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;color:#fff}.statistics-summary>div+div{border-left:1px solid #4d5a70}.statistics-summary span{color:#c7ceda;font-size:12px}.statistics-summary strong{color:var(--gold);font:28px Georgia,serif}.security-overview{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:24px}.security-overview>div{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:17px;background:#f4f6f8;border:1px solid #dde2e8}.security-overview svg{width:22px;color:var(--navy)}.security-overview span{display:grid;gap:4px}.security-overview strong{color:var(--navy);font-size:13px}.security-overview small{color:var(--muted)}.security-form{display:grid;gap:18px;margin-top:25px;padding:24px;background:#faf8f3;border:1px solid #ded8cd}.security-form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.security-checkbox{display:flex!important;align-items:center;gap:9px!important;font-weight:500!important}.security-checkbox input{width:17px;min-height:17px;accent-color:var(--navy)}.security-form>.button{justify-self:start}.two-factor-settings{margin-top:35px}.two-factor-settings>p{margin:0 0 18px;color:var(--muted);font-size:12px}.two-factor-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.two-factor-cards>article{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:23px;border:1px solid #d7d1c5;background:#f9f7f2}.two-factor-cards>article.enabled{border-color:#8db9a5;background:#f0f8f4}.two-factor-cards>article>span{display:grid;place-items:center;width:42px;height:42px;color:var(--navy);background:#fff;border:1px solid #ddd8ce;border-radius:50%}.two-factor-cards>article>span svg{width:20px}.two-factor-cards article>div>small{color:var(--gold-deep);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.two-factor-cards h4{margin:4px 0 7px;color:var(--navy);font-size:20px}.two-factor-cards p{min-height:57px;margin:0 0 15px;color:var(--muted);font-size:11px;line-height:1.6}.two-factor-cards article strong{display:inline-flex;align-items:center;gap:7px;color:#287052;font-size:12px}.two-factor-cards article strong svg{width:18px}.configured-method{display:flex;align-items:center;justify-content:space-between;gap:12px}.configured-method .button{min-height:36px;padding:7px 10px}.two-factor-cards form{display:grid;gap:12px}.enrollment-panel{display:grid;gap:14px;margin-top:18px;padding:24px;background:#eef3f7;border-left:4px solid #516987}.enrollment-panel>svg{width:30px;color:var(--navy)}.enrollment-panel>p{margin:0;color:var(--muted);line-height:1.6}.enrollment-panel>code{overflow-wrap:anywhere;padding:13px;color:var(--navy);background:#fff;border:1px dashed #8795aa;font-size:15px;letter-spacing:.08em}.copy-setup{justify-self:start;display:inline-flex;align-items:center;gap:7px;padding:7px 0;color:#2457a2;background:none;border:0;cursor:pointer;text-decoration:underline}.copy-setup svg{width:16px}.recovery-codes{display:grid;grid-template-columns:auto 1fr;gap:15px;margin-top:18px;padding:24px;background:#fff7e4;border:1px solid #dfc989}.recovery-codes>svg{width:30px;color:#6f8d42}.recovery-codes p{color:#645b49;font-size:12px;line-height:1.6}.recovery-codes ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:14px 0;padding:0;list-style:none}.recovery-codes li{padding:8px 10px;background:#fff;border:1px solid #e2d7bb}.recovery-codes code{color:var(--navy);font-size:12px}.spin{animation:account-spin .9s linear infinite}@keyframes account-spin{to{transform:rotate(360deg)}}.sessions-panel>header .button{align-self:center}.session-list{display:grid;margin-top:23px;border-top:1px solid #e6e0d5}.session-list article{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:16px 3px;border-bottom:1px solid #e6e0d5}.session-list article>span{display:grid;place-items:center;width:42px;height:42px;color:var(--navy);background:#eef1f5;border-radius:50%}.session-list article>span svg{width:20px}.session-list article>div{display:grid;gap:3px}.session-list strong{color:var(--navy);font-size:14px}.session-list small{color:var(--muted);font-size:10px}.session-list em{display:flex;align-items:center;gap:7px;color:#287052;font-size:11px;font-style:normal;font-weight:700}.session-list em svg{width:17px}.end-other-sessions{margin-top:20px}.two-factor-login{display:grid;gap:18px;max-width:660px}.two-factor-login>svg{width:44px;height:44px;color:var(--gold-deep)}.two-factor-login h2{margin:0;color:var(--navy);font-size:35px}.two-factor-login>p{margin:0;color:var(--muted);line-height:1.6}.two-factor-methods{display:flex;flex-wrap:wrap;gap:8px}.two-factor-methods button{padding:9px 12px;color:#4e5868;background:#f4f1eb;border:1px solid #cfc7ba;cursor:pointer}.two-factor-methods button.active,.two-factor-methods button[aria-pressed=true]{color:var(--navy);background:#fff6e3;border-color:var(--gold);font-weight:700}.two-factor-code-input{min-height:52px;padding:11px 13px;color:var(--navy);background:#fff;border:1px solid #9ea8b8;font-size:21px;letter-spacing:.18em}.auth-error{padding:12px 14px;color:#842f2f;background:#fff0ed;border-left:3px solid #b65245;font-size:12px}.public-profile-page{min-height:100vh;background:#f5f3ed}.public-profile-header{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(22px,5vw,70px);color:#fff;background:var(--navy);border-bottom:2px solid var(--gold)}.public-profile-header>a{display:flex;align-items:center;gap:9px;color:#f0d5a0;font:24px Georgia,serif}.public-profile-header>a svg{width:24px}.public-profile-header nav{display:flex;gap:25px;color:#c7ceda;font-size:13px}.public-profile-page>main{width:min(1040px,calc(100% - 42px));margin:0 auto;padding:55px 0 80px}.public-profile-hero{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:32px;padding:clamp(25px,5vw,48px);color:#fff;background:var(--navy);border-bottom:4px solid var(--gold)}.public-avatar{width:180px;height:180px;display:grid;place-items:center;color:#8d9ab0;background:#e7e3da;border-radius:50%;box-shadow:0 0 0 4px var(--navy),0 0 0 6px var(--gold)}.public-avatar>svg{width:62px;height:62px}.public-profile-hero small{color:var(--gold);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.public-profile-hero h1{margin:7px 0 12px;color:#fff;font-size:clamp(38px,6vw,60px);overflow-wrap:anywhere}.public-profile-hero p{max-width:650px;color:#d1d7e1;line-height:1.6}.public-profile-hero div>span{display:flex;align-items:center;gap:7px;color:#aeb8c8;font-size:11px}.public-profile-hero div>span svg{width:16px}.public-badges{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:24px 0 5px}.public-badges h2{margin:0 10px 0 0;color:var(--navy);font-size:20px}.public-badges span{display:flex;align-items:center;gap:6px;padding:8px 10px;color:#624e23;background:#f1dfb1;font-size:10px;font-weight:700}.public-badges svg{width:16px}.public-statistics{margin-top:25px;padding:30px;background:#fff;border:1px solid var(--border)}.public-statistics>header{display:grid;grid-template-columns:auto 1fr;gap:13px}.public-statistics>header svg{width:27px;color:var(--gold-deep)}.public-statistics h2{margin:0 0 5px;color:var(--navy);font-size:28px}.public-statistics header p{margin:0;color:var(--muted);font-size:11px}.public-statistics>div:not(.private-statistics){display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:23px;background:#ddd6ca;border:1px solid #ddd6ca}.public-statistics article{display:grid;gap:7px;padding:20px;background:#faf8f3}.public-statistics article span{color:var(--muted);font-size:10px}.public-statistics article strong{color:var(--navy);font:30px Georgia,serif}.private-statistics{min-height:150px;display:grid;place-items:center;align-content:center;gap:8px;margin-top:20px;color:var(--muted);background:#f5f3ed}.private-statistics svg{width:30px}.public-profile-privacy{display:grid;grid-template-columns:auto 1fr;gap:13px;margin-top:18px;padding:18px;color:#41506a;background:#e9eef4}.public-profile-privacy svg{width:22px;color:#516987}.public-profile-privacy p{display:grid;gap:3px;margin:0;font-size:11px;line-height:1.5}.public-profile-unavailable{min-height:100vh;display:grid;place-items:center;align-content:center;gap:15px;padding:30px;text-align:center;background:#f5f3ed}.public-profile-unavailable>svg{width:55px;height:55px;color:var(--gold-deep)}.public-profile-unavailable h1{margin:0;color:var(--navy);font-size:45px}.public-profile-unavailable p{max-width:600px;color:var(--muted);line-height:1.6}@media(max-width:900px){.data-rights,.security-form-grid,.two-factor-cards{grid-template-columns:1fr}.statistics-grid,.public-statistics>div:not(.private-statistics){grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.profile-section-heading{display:grid}.profile-section-heading a{white-space:normal}.profile-settings-panel>header{grid-template-columns:auto 1fr}.profile-settings-panel>header>.button{grid-column:1 / -1;width:100%}.settings-toggle{grid-template-columns:auto 1fr}.settings-toggle i{grid-column:2;justify-self:start}.data-rights article{grid-template-columns:1fr}.settings-dialog>div,.enrollment-panel>div,.two-factor-cards form>div{align-items:stretch;flex-direction:column-reverse}.statistics-grid,.statistics-summary,.security-overview,.public-statistics>div:not(.private-statistics){grid-template-columns:1fr}.statistics-summary>div+div{border-left:0;border-top:1px solid #4d5a70}.two-factor-cards>article{grid-template-columns:1fr}.recovery-codes,.recovery-codes ul{grid-template-columns:1fr}.session-list article{grid-template-columns:auto 1fr;align-items:start}.session-list article>button,.session-list article>em{grid-column:2;justify-self:start}.public-profile-header nav{display:none}.public-profile-page>main{width:calc(100% - 28px);padding-top:28px}.public-profile-hero{grid-template-columns:1fr;text-align:center}.public-avatar{width:142px;height:142px;margin:auto}.public-avatar .avatar-large{width:140px;height:140px}.public-profile-hero div>span{justify-content:center}.public-statistics{padding:22px 17px}}.trial-page{min-height:100vh;background:#dcd5c7;color:var(--ink);display:flex;flex-direction:column;overflow-x:hidden}.demo-banner{min-height:48px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:8px clamp(16px,3vw,42px);background:#f4dfaf;color:#342816;border-bottom:1px solid #cfad67;position:relative;z-index:80}.demo-banner>svg{width:20px;color:var(--gold-deep)}.demo-banner p{margin:0;font-size:13px;line-height:1.45}.demo-banner a{text-decoration:underline;font-weight:700}.demo-banner button,.landscape-advice button{border:0;background:transparent;color:currentColor;padding:5px;cursor:pointer}.demo-banner button svg,.landscape-advice button svg{width:18px;height:18px}.landscape-advice{display:none}.demo-registration-cta{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:clamp(35px,6vw,90px);align-items:center;padding:clamp(55px,7vw,90px) clamp(24px,7vw,110px);color:#fff;background:var(--navy);border-top:3px solid var(--gold)}.demo-registration-copy>span{color:var(--gold);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.demo-registration-copy h2{max-width:760px;margin:10px 0 17px;color:#fff;font-size:clamp(34px,4vw,55px);line-height:1.05}.demo-registration-copy>p{max-width:720px;margin-bottom:24px;color:#cbd2de;font-size:16px;line-height:1.7}.demo-registration-copy ul{display:flex;flex-wrap:wrap;gap:12px 24px;margin:0;padding:0;list-style:none}.demo-registration-copy li{display:flex;align-items:center;gap:8px;color:#e2e6ed;font-size:12px}.demo-registration-copy li svg{width:17px;height:17px;color:var(--gold)}.demo-registration-actions{display:grid;gap:11px;padding:26px;background:#101a2d;border:1px solid #4e5b72;box-shadow:0 18px 50px #00000038}.demo-registration-actions .button{min-height:50px;width:100%}.demo-login-button{color:#fff;border-color:#7a879b;background:transparent}.demo-login-button:hover{border-color:var(--gold);background:#ffffff0d}.demo-registration-actions small{margin-top:3px;color:#aeb8c8;font-size:10px;line-height:1.5;text-align:center}.trial-header{min-height:68px;display:grid;grid-template-columns:auto minmax(220px,.8fr) minmax(360px,1.2fr) auto;gap:24px;align-items:center;padding:9px clamp(16px,2.6vw,38px);background:var(--navy);color:#fff;border-bottom:2px solid var(--gold);position:relative;z-index:70}.trial-back{display:flex;align-items:center;gap:9px;font:22px Georgia,serif;color:#f0d5a0}.trial-back svg{width:19px}.trial-case-heading{min-width:0;display:flex;flex-direction:column;border-left:1px solid #536076;padding-left:22px}.trial-case-heading small{color:var(--gold);font-size:10px;font-weight:700;letter-spacing:.08em}.trial-case-heading strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;margin-top:3px}.trial-status{justify-self:end;display:flex;align-items:center;gap:18px;font-size:12px;color:#d4dae5}.trial-status>span:first-child{display:flex;align-items:center;gap:7px}.trial-status svg{width:15px}.trial-phase{color:#10192a;background:var(--gold);padding:7px 11px;border-radius:3px;font-weight:700}.hard-case-mode{display:flex;align-items:center;gap:6px;padding:6px 9px;color:#f4ddd4;border:1px solid #a8624b;background:#5e2f25;font-size:9px;font-weight:800;text-transform:uppercase}.trial-menu{border:1px solid #536076;color:#fff;background:transparent;border-radius:4px;padding:8px;cursor:pointer}.trial-menu svg{display:block;width:20px;height:20px}.trial-layout{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(330px,.55fr);gap:12px;padding:12px}.trial-stage-column{min-width:0;display:flex;flex-direction:column;gap:10px}.courtroom-frame{min-height:0;flex:1;position:relative;background:#eee8da;border:1px solid #bdb4a3;box-shadow:0 10px 30px #17233a1f;overflow:hidden}.phaser-courtroom{width:100%;height:100%;min-height:450px}.phaser-courtroom canvas{display:block!important}.courtroom-loading{min-height:450px;display:grid;place-items:center;color:var(--navy);font-weight:700}.phase-chip{position:absolute;left:14px;top:14px;display:flex;align-items:center;gap:8px;padding:8px 11px;background:#f7f3eaeb;color:var(--navy);border:1px solid var(--gold);box-shadow:0 5px 20px #0000001f;font-size:12px;font-weight:700;backdrop-filter:blur(6px)}.phase-chip svg{width:17px}.participant-popover{position:absolute;right:14px;top:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;background:#17233af0;color:#fff;padding:9px 10px;min-width:230px;box-shadow:0 8px 25px #0003}.participant-popover>svg{color:var(--gold);width:20px}.participant-popover div{display:flex;flex-direction:column}.participant-popover small{color:#aeb7c7;font-size:9px}.participant-popover strong{font-size:12px}.participant-popover button,.statement-strip button{border:0;background:transparent;color:#c5ccda;cursor:pointer}.participant-popover button svg,.statement-strip button svg{width:17px}.statement-strip{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;padding:13px 16px;background:var(--white);border:1px solid var(--border);box-shadow:0 6px 20px #17233a0f}.statement-strip>svg{width:21px;color:var(--gold-deep)}.statement-strip strong{color:var(--navy);font-size:12px}.statement-strip p{margin:3px 0 0;color:#535d70;line-height:1.45;font-size:13px}.statement-strip button{color:var(--muted)}.trial-actions{min-height:72px;display:grid;grid-template-columns:repeat(6,1fr);gap:6px;background:var(--navy);padding:7px;border:1px solid #0c1423}.trial-actions button{min-width:0;border:1px solid #4a5870;background:#202e48;color:#f5f1e8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:7px 4px;cursor:pointer;font-size:10px}.trial-actions button:hover:not(:disabled){border-color:var(--gold);background:#283957}.trial-actions button:disabled{opacity:.42;cursor:not-allowed}.trial-actions svg{width:20px;height:20px;color:var(--gold);stroke-width:1.7}.trial-side-panel{min-height:0;display:flex;flex-direction:column;gap:10px}.case-summary,.objective-panel,.mini-protocol{background:#f8f6f0;border:1px solid #bdb4a3;box-shadow:0 7px 22px #17233a14}.case-summary{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:16px}.case-icon{width:42px;height:42px;display:grid;place-items:center;background:var(--navy);color:var(--gold);border-radius:50%}.case-icon svg{width:23px}.case-summary small{color:var(--gold-deep);font-size:9px;font-weight:700;text-transform:uppercase}.case-summary h1{font-size:22px;line-height:1.1;color:var(--navy);margin:5px 0}.case-summary p{margin:0;color:var(--muted);font-size:11px}.objective-panel{padding:17px}.objective-panel:focus{outline:3px solid rgb(181 138 66 / 35%);outline-offset:3px}.objective-panel.objective-attention{animation:objective-attention 1.25s ease-out}@keyframes objective-attention{0%,to{box-shadow:0 7px 22px #17233a14}35%{border-color:var(--gold);box-shadow:0 0 0 7px #b58a4233,0 12px 32px #17233a2e}}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#5d6677;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.panel-heading strong{color:var(--gold-deep)}.progress-track{height:4px;background:#ded8cc;margin:10px 0 17px;overflow:hidden}.progress-track span{display:block;height:100%;background:var(--gold);transition:width .35s ease}.step-counter{color:var(--gold-deep);font-size:10px;font-weight:700}.objective-panel h2{color:var(--navy);font-size:27px;line-height:1.1;margin:6px 0 8px}.objective-panel>p{color:var(--muted);font-size:12px;line-height:1.55;margin-bottom:14px}.instruction{display:flex;align-items:center;gap:9px;background:#ece7dc;color:#3c4658;padding:10px;font-size:11px;line-height:1.4}.instruction svg{width:18px;color:var(--navy);flex:0 0 auto}.hearing-action{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--navy);background:var(--navy);color:#fff;padding:0 14px;margin-top:13px;font-weight:700;font-size:12px;cursor:pointer}.hearing-action:hover{background:var(--navy-soft)}.hearing-action svg{width:18px;color:var(--gold)}.mini-protocol{min-height:120px;flex:1;padding:14px 16px;overflow:auto}.mini-protocol p{color:var(--muted);font-size:11px;margin:18px 0 0}.mini-protocol ol{margin:12px 0 0;padding-left:17px;color:#50596a;font-size:10px;line-height:1.5}.mini-protocol li+li{margin-top:7px}.demo-complete{text-align:center;padding:12px 2px 2px}.demo-complete>svg{width:40px;height:40px;color:var(--success)}.demo-complete h2{font-size:23px}.demo-complete p{color:var(--muted);font-size:12px;line-height:1.5}.demo-complete .button{width:100%}.demo-followup>p{color:var(--muted);font-size:12px;line-height:1.55;margin-bottom:14px}.file-overlay{position:fixed;inset:0;z-index:100;display:flex;justify-content:flex-end}.file-backdrop{position:absolute;inset:0;border:0;background:#080e19a3;backdrop-filter:blur(4px);cursor:default}.case-file{width:min(920px,92vw);height:100%;background:#ede6d8;position:relative;z-index:1;box-shadow:-20px 0 60px #00000040;display:flex;flex-direction:column}.case-file>header{min-height:76px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:12px 22px;color:#fff;background:var(--navy);border-bottom:2px solid var(--gold)}.case-file header small{color:#d2b474;font-size:9px;text-transform:uppercase;letter-spacing:.09em}.case-file header h2{margin:3px 0 0;font:21px Inter,sans-serif}.case-file header button{border:1px solid #56627a;background:transparent;color:#fff;padding:8px;cursor:pointer}.case-file header button svg{display:block;width:19px}.file-body{min-height:0;flex:1;display:grid;grid-template-columns:300px 1fr}.file-body nav{padding:14px;overflow-y:auto;background:#ddd3c0;border-right:1px solid #b7ab96}.file-body nav button{width:100%;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;text-align:left;border:1px solid transparent;background:transparent;color:#3e4757;padding:12px 10px;cursor:pointer}.file-body nav button+button{margin-top:4px}.file-body nav button.active{background:#f7f3ea;border-color:#b7ab96}.file-body nav button:disabled{opacity:.48;cursor:not-allowed}.file-body nav svg{width:19px;color:var(--gold-deep)}.file-body nav span{display:flex;flex-direction:column;gap:3px}.file-body nav strong{font-size:12px}.file-body nav small{font-size:9px;color:#737b89}.file-body article{position:relative;align-self:start;min-height:75%;margin:28px;padding:clamp(30px,6vw,65px);background:#fffdf8;border:1px solid #c9bfad;box-shadow:0 12px 35px #41321c1f}.document-category{color:var(--gold-deep);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.file-body article h3{color:var(--navy);font-size:clamp(30px,4vw,48px);margin:12px 0 10px}.document-meta{color:#838998;font-size:10px;border-bottom:1px solid #ddd5c6;padding-bottom:18px}.file-body article p{margin-top:28px;color:#3d4656;line-height:1.8;font-family:Georgia,serif;font-size:16px}.case-file-media{margin:28px 0 80px;border:1px solid #b8ad9a;background:#e8e1d4;box-shadow:0 10px 25px #3f311c1f}.case-file-media-frame{aspect-ratio:16 / 10;position:relative;overflow:hidden;background:#cfc7b9}.case-file-media-frame>img{width:100%;height:100%;display:block;object-fit:cover;transition:filter .25s ease,transform .25s ease}.case-file-media.is-concealed .case-file-media-frame>img{filter:blur(24px) saturate(.65) brightness(.72);transform:scale(1.1)}.case-file-media-warning{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:clamp(18px,5vw,38px);color:#fff;text-align:center;background:#111c2e85}.case-file-media-warning>svg{width:37px;height:37px;margin-bottom:10px;color:#e0be73}.case-file-media-warning small{color:#e0be73;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.case-file-media-warning strong{margin-top:6px;font:22px/1.2 Georgia,serif}.case-file-media-warning p{max-width:480px;margin:9px 0 13px!important;color:#eef1f5!important;font:11px/1.55 Inter,sans-serif!important}.case-file-media-warning button,.case-file-media figcaption button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid #d8bd7b;color:#fff;background:#17233a;font-size:10px;font-weight:800;cursor:pointer}.case-file-media-warning button svg,.case-file-media figcaption button svg{width:16px}.case-file-media figcaption{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:10px 12px;color:#4c5667;background:#f2ede4;border-top:1px solid #b8ad9a}.case-file-media figcaption>svg{width:18px;color:var(--gold-deep)}.case-file-media figcaption span{display:flex;flex-direction:column;gap:2px}.case-file-media figcaption strong{color:var(--navy);font-size:10px}.case-file-media figcaption small{color:#747b87;font-size:8px}.case-file-media figcaption button{min-height:32px;color:#495467;background:transparent;border-color:#aaa18f}.document-seal{position:absolute;right:36px;bottom:35px;width:70px;height:70px;border:2px solid #b58a42;color:#8b682e;border-radius:50%;display:grid;place-items:center;text-align:center;font-weight:700;transform:rotate(-8deg);opacity:.72}.document-seal small{font-size:8px}.interview-overlay{position:fixed;inset:0;z-index:115;display:flex;justify-content:flex-end}.interview-backdrop{position:absolute;inset:0;border:0;background:#080e199e;backdrop-filter:blur(3px)}.interview-panel{width:min(590px,94vw);height:100%;position:relative;z-index:1;display:flex;flex-direction:column;background:#f4efe5;box-shadow:-24px 0 70px #0000004d}.interview-panel>header{min-height:84px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:14px 20px;color:#fff;background:var(--navy);border-bottom:2px solid var(--gold)}.interview-person-icon{width:45px;height:45px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;color:var(--gold)}.interview-person-icon svg{width:22px}.interview-panel header small{color:#c9b27e;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.interview-panel header h2{margin:3px 0 0;font-size:26px;line-height:1}.interview-panel header>button{border:1px solid #56627a;background:transparent;color:#fff;padding:8px;cursor:pointer}.interview-panel header>button svg{display:block;width:19px}.interview-mode-note{min-height:52px;display:flex;align-items:center;gap:11px;padding:10px 20px;color:#514225;background:#f3dfaf;border-bottom:1px solid #d1b16b;font-size:11px;line-height:1.45}.interview-mode-note svg{flex:0 0 auto;width:20px;color:var(--gold-deep)}.interview-mode-note span{display:flex;flex-direction:column}.interview-content{flex:1;min-height:0;overflow-y:auto;padding:24px 22px 35px}.interview-section-heading{display:flex;align-items:center;gap:11px;margin-bottom:14px}.interview-section-heading>svg{width:22px;color:var(--gold-deep)}.interview-section-heading small{color:var(--gold-deep);font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.interview-section-heading h3{color:var(--navy);font:25px Georgia,serif;margin:2px 0 0}.question-options{display:grid;gap:8px}.question-options button{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:13px 15px;text-align:left;color:#344055;background:#fff;border:1px solid #c9c0b1;cursor:pointer;line-height:1.45;font-size:13px}.question-options button:hover{border-color:var(--gold);background:#fffaf0}.question-options button span{color:var(--gold-deep);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.no-questions{color:var(--muted);line-height:1.6;padding:15px;background:#fff;border:1px solid var(--border)}.free-question{margin-top:27px;padding-top:23px;border-top:1px solid #ccc2b1}.free-question>label{display:block;color:#465064;font-size:11px;font-weight:700;margin-bottom:7px}.free-question textarea{width:100%;resize:vertical;min-height:90px;border:1px solid #bcb19f;background:#fff;color:var(--ink);padding:12px 13px;line-height:1.55}.free-question textarea:focus{border-color:var(--gold-deep);outline:3px solid rgb(181 138 66 / 18%)}.free-question-locked{display:flex;gap:14px;padding:16px;color:#465064;background:#eee9df;border:1px solid #d0c5b3}.free-question-locked>svg{flex:0 0 auto;width:22px;color:var(--gold-deep)}.free-question-locked strong{color:var(--navy);font-size:13px}.free-question-locked p{margin:5px 0 10px;font-size:11px;line-height:1.55}.free-question-locked a{display:inline-flex;align-items:center;gap:6px;color:#2457a2;font-size:11px;font-weight:800;text-decoration:none}.free-question-locked a svg{width:15px}.ask-question-button{min-height:44px;margin-top:9px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--navy);background:var(--navy);color:#fff;font-size:12px;font-weight:700;cursor:pointer}.ask-question-button:disabled{opacity:.45;cursor:not-allowed}.ask-question-button svg{width:17px;color:var(--gold)}.interview-exchange{display:grid;gap:10px;margin-top:24px}.interview-exchange>div{padding:14px 16px;background:#fff;border-left:3px solid #aeb5c1}.interview-exchange .interview-answer{background:#17233a;border-left-color:var(--gold);color:#fff}.interview-exchange small{color:#727b8a;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.interview-exchange .interview-answer small{color:#d4b875}.interview-exchange p{margin:6px 0 0;line-height:1.6;font:15px Georgia,serif}.interview-answer p{color:#f2eee5}.interview-unavailable{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:35px;text-align:center;background:#fff;border:1px solid var(--border);color:var(--muted)}.interview-unavailable svg{width:42px;height:42px;color:var(--gold);stroke-width:1.2}.interview-unavailable p{max-width:390px;line-height:1.65}.interview-handover{display:grid;grid-template-columns:auto 1fr;gap:13px;margin-top:18px;padding:16px;color:#fff;background:var(--navy);border-top:2px solid var(--gold)}.interview-handover>svg{width:25px;color:var(--gold)}.interview-handover small{color:#ccb67f;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.interview-handover h3{margin:3px 0 5px;color:#fff;font-size:21px}.interview-handover p{margin:0;color:#c8cfda;font-size:10px;line-height:1.5}.interview-handover .hearing-action{grid-column:1 / -1;border-color:#6e7b91;background:#243550}.interview-round-complete{display:grid;grid-template-columns:auto 1fr;gap:11px;margin-top:18px;padding:14px 15px;color:#294f40;background:#e0eee7;border:1px solid #9fbfaf}.interview-round-complete>svg{width:22px}.interview-round-complete p{display:grid;gap:3px;margin:0;font-size:11px;line-height:1.5}.interview-next-action{background:linear-gradient(145deg,#17233a,#263955)}.interview-next-action h3{font-size:23px}.trial-guide-overlay{position:fixed;inset:0;z-index:153;display:grid;place-items:center;padding:20px;background:#080e19c2;backdrop-filter:blur(7px)}.trial-guide-panel{width:min(700px,96vw);max-height:calc(100vh - 40px);overflow:hidden auto;background:#f2ede3;border-top:4px solid var(--gold);box-shadow:0 28px 90px #0000007a}.trial-guide-panel>header{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 20px;color:#fff;background:var(--navy)}.trial-guide-panel>header>span{width:50px;height:50px;display:grid;place-items:center;color:var(--gold);border:1px solid var(--gold);border-radius:50%}.trial-guide-panel>header>span svg{width:25px}.trial-guide-panel header small{color:#c9b27e;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.trial-guide-panel header h2{margin:4px 0 0;color:#fff;font-size:29px}.trial-guide-panel header>button{padding:8px;color:#fff;background:transparent;border:1px solid #56627a;cursor:pointer}.trial-guide-panel header>button svg{display:block;width:19px}.trial-guide-content{padding:24px}.trial-guide-content>p{margin:0 0 18px;color:#465064;font-size:13px;line-height:1.65}.trial-guide-points{display:grid;grid-template-columns:1fr 1fr;gap:10px}.trial-guide-points article{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:14px;background:#fff;border:1px solid #cbc2b3}.trial-guide-points svg{width:22px;color:var(--gold-deep)}.trial-guide-points strong,.trial-guide-points span{display:block}.trial-guide-points strong{color:var(--navy);font-size:12px}.trial-guide-points span{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.5}.trial-guide-next{display:grid;gap:4px;margin-top:14px;padding:15px 17px;color:#fff;background:#253550;border-left:4px solid var(--gold)}.trial-guide-next small{color:#d6bf86;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.trial-guide-next strong{font:23px Georgia,serif}.trial-guide-next span{color:#cbd2dc;font-size:10px;line-height:1.5}.trial-guide-skip{width:100%;margin-top:8px;padding:8px;color:#5c6574;background:transparent;border:0;font-size:10px;text-decoration:underline;cursor:pointer}@media(prefers-reduced-motion:reduce){.objective-panel.objective-attention{animation:none;outline:3px solid var(--gold)}}.witness-introduction-overlay{position:fixed;inset:0;z-index:148;display:grid;place-items:center;padding:20px;background:#080e19c2;backdrop-filter:blur(7px)}.witness-introduction-panel{width:min(930px,96vw);max-height:calc(100vh - 40px);display:flex;position:relative;flex-direction:column;overflow:hidden;background:#f2ede3;border-top:4px solid var(--gold);box-shadow:0 28px 90px #0000007a}.witness-introduction-panel>header{min-height:92px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:15px 21px;color:#fff;background:var(--navy)}.witness-introduction-icon{width:50px;height:50px;display:grid;place-items:center;color:var(--gold);border:1px solid var(--gold);border-radius:50%}.witness-introduction-icon svg{width:25px}.witness-introduction-panel header small,.witness-ceremony-card>small,.witness-introduction-complete>small{color:#c9b27e;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.witness-introduction-panel header h2{margin:4px 0 0;color:#fff;font-size:26px;line-height:1.08}.witness-introduction-panel header>span{color:#bfc8d5;font-size:9px;font-weight:700;letter-spacing:.03em}.witness-introduction-content{min-height:0;overflow-y:auto;padding:22px}.witness-introduction-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-bottom:13px}.witness-introduction-progress span{padding:8px 10px;color:#657083;background:#d8d2c7;border-top:3px solid #b7afa1;font-size:8px;font-weight:800;text-align:center;text-transform:uppercase}.witness-introduction-progress span.active{color:#fff;background:var(--navy);border-color:var(--gold)}.witness-ceremony-card{position:relative;padding:25px;background:#fff;border:1px solid #c9c0b1}.witness-ceremony-card>svg{width:39px;height:39px;float:right;color:var(--gold-deep);stroke-width:1.4}.witness-ceremony-card h3,.witness-introduction-complete h3{margin:6px 0 15px;color:var(--navy);font-size:29px}.witness-ceremony-card blockquote{margin:15px 0 18px;padding:18px 20px;color:#fff;background:var(--navy);border-left:4px solid var(--gold);font:19px/1.58 Georgia,serif}.witness-ceremony-card>.hearing-action,.witness-introduction-complete>.hearing-action{max-width:510px;margin-left:auto}.witness-identity-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.witness-identity-list div{min-height:69px;padding:12px 14px;background:#f2ede3;border:1px solid #d2c9ba}.witness-identity-list dt{color:var(--gold-deep);font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.witness-identity-list dd{margin:6px 0 0;color:var(--navy);font-size:13px;font-weight:700}.witness-court-quote{display:flex;align-items:center;gap:10px;margin:12px 0 18px;padding:12px 14px;color:#425066;background:#e8edf2;border-left:3px solid #73839a}.witness-court-quote svg{width:20px;color:var(--gold-deep)}.witness-court-quote p{margin:0;font:15px/1.45 Georgia,serif}.witness-initial-account{margin:0 0 18px;padding:17px 19px;color:#344258;background:#edf1f4;border:1px solid #c3ccd5}.witness-initial-account span{color:var(--gold-deep);font-size:8px;font-weight:800;text-transform:uppercase}.witness-initial-account p{margin:7px 0 0;font:17px/1.58 Georgia,serif}.witness-introduction-complete{padding:32px 25px;text-align:center;background:#fff;border:1px solid #c9c0b1}.witness-introduction-complete>svg{width:54px;height:54px;color:var(--success);stroke-width:1.4}.witness-introduction-complete>small{display:block;margin-top:12px}.witness-introduction-complete p{max-width:650px;margin:0 auto 20px;color:var(--muted);font-size:12px;line-height:1.65}.participant-round-overlay{position:fixed;inset:0;z-index:146;display:grid;place-items:center;padding:20px}.participant-round-backdrop{position:absolute;inset:0;border:0;background:#080e19c2;backdrop-filter:blur(6px)}.participant-round-panel{width:min(940px,96vw);max-height:calc(100vh - 40px);position:relative;z-index:1;display:flex;flex-direction:column;background:#f2ede3;box-shadow:0 28px 90px #00000070}.participant-round-panel>header{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 20px;color:#fff;background:var(--navy);border-bottom:2px solid var(--gold)}.participant-round-icon{width:47px;height:47px;display:grid;place-items:center;color:var(--gold);border:1px solid var(--gold);border-radius:50%}.participant-round-icon svg{width:23px}.participant-round-panel header small{color:#c9b27e;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.participant-round-panel header h2{margin:4px 0 0;font-size:26px;line-height:1.05}.participant-round-panel header>button{border:1px solid #56627a;background:transparent;color:#fff;padding:8px;cursor:pointer}.participant-round-panel header>button svg{display:block;width:19px}.participant-round-content{min-height:0;overflow-y:auto;padding:24px}.round-intro{display:grid;grid-template-columns:auto 1fr;gap:15px;align-items:start;padding:20px;color:#fff;background:var(--navy)}.round-intro>svg{width:35px;height:35px;color:var(--gold);stroke-width:1.4}.round-intro small,.round-complete>small{color:#c9b27e;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.round-intro h3{margin:5px 0 7px;color:#fff;font-size:28px}.round-intro p{margin:0;color:#c7cfdb;font-size:11px;line-height:1.55}.round-legal-note{display:grid;grid-template-columns:auto 1fr;gap:11px;margin-top:12px;padding:13px 15px;color:#4b3a1c;background:#f4dfaf;border:1px solid #d0ae67}.round-legal-note>svg{width:21px;color:var(--gold-deep)}.round-legal-note p{display:grid;gap:4px;margin:0;font-size:11px;line-height:1.5}.round-questioners{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.round-questioners article{display:flex;align-items:center;gap:10px;padding:12px;background:#fff;border:1px solid #cbc2b3}.round-questioners article>span{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;color:var(--gold);background:var(--navy);border-radius:50%;font-size:9px;font-weight:800}.round-questioners article div{display:flex;min-width:0;flex-direction:column;gap:3px}.round-questioners small{color:var(--gold-deep);font-size:7px;font-weight:800;text-transform:uppercase}.round-questioners strong{overflow:hidden;color:var(--navy);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.round-handover{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;margin-top:12px;padding:14px 16px;background:#fff;border-left:3px solid var(--gold)}.round-handover>svg{width:21px;color:var(--gold-deep)}.round-handover p{display:grid;gap:4px;margin:0}.round-handover span{color:var(--gold-deep);font-size:8px;font-weight:800;text-transform:uppercase}.round-handover strong{color:var(--navy);font:15px/1.45 Georgia,serif}.participant-round-content>.hearing-action,.round-complete>.hearing-action{max-width:480px;margin-left:auto}.round-progress{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center;margin-bottom:12px}.round-progress>span{color:var(--gold-deep);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.round-progress>div{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.round-progress i{height:4px;background:#d4ccbf}.round-progress i.active{background:var(--gold)}.round-question-card{padding:22px;color:#fff;background:var(--navy);border-top:3px solid var(--gold)}.round-question-card.compact{margin-top:12px}.round-speaker{display:flex;align-items:center;gap:11px}.round-speaker>span{width:44px;height:44px;display:grid;place-items:center;color:var(--gold);border:1px solid var(--gold);border-radius:50%;font-size:11px;font-weight:800}.round-speaker small{color:#c9b27e;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.round-speaker h3{margin:3px 0 0;color:#fff;font-size:22px}.round-question-card blockquote{margin:20px 0;color:#fff;font:23px/1.5 Georgia,serif}.round-question-card .hearing-action{border-color:#67758d;background:#263854}.round-answer{margin-top:12px;background:#fff;border:1px solid #c9c0b1}.round-answer>div:first-child{padding:18px 20px}.round-answer small{color:var(--gold-deep);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.round-answer p{margin:8px 0 0;color:var(--navy);font:19px/1.55 Georgia,serif}.round-observations{display:flex;flex-wrap:wrap;gap:7px;padding:11px 18px;background:#e8edf2;border-top:1px solid #c5ccd5}.round-observations span{padding:5px 8px;color:#44536a;background:#fff;border:1px solid #b7c1ce;font-size:8px;font-weight:800;text-transform:uppercase}.round-observations.warning{background:#f5e2d7;border-color:#d8aa93}.round-observations.warning span{color:#7b432e;border-color:#d5a58f}.round-next{max-width:390px;margin-left:auto}.integrity-alert{display:grid;grid-template-columns:auto 1fr;gap:15px;padding:20px;color:#5b321f;background:#f4dfd2;border:1px solid #cf987e}.integrity-alert>svg{width:31px;height:31px;color:#a35437}.integrity-alert small{color:#9b4f33;font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.integrity-alert h3{margin:5px 0 8px;color:#6d3825;font-size:25px}.integrity-alert p{margin:0;font-size:11px;line-height:1.6}.integrity-alert.decision{margin-top:12px;color:#4b3a1c;background:#f4dfaf;border-color:#d0ae67}.integrity-alert.decision>svg{color:var(--gold-deep)}.integrity-alert.decision small,.integrity-alert.decision h3{color:#6c5127}.statement-comparison{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.statement-comparison article{padding:17px;background:#fff;border-left:3px solid #6c7d96}.statement-comparison article:last-child{border-left-color:#ad5b3d}.statement-comparison small{color:var(--gold-deep);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.statement-comparison p{margin:7px 0 0;color:#455166;font:15px/1.55 Georgia,serif}.truth-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.truth-actions .hearing-action,.truth-actions .button{width:auto;min-width:260px;margin:0}.truth-reminder{display:grid;grid-template-columns:auto 1fr;gap:15px;padding:22px;color:#fff;background:var(--navy);border-top:3px solid var(--gold)}.truth-reminder>svg{width:35px;height:35px;color:var(--gold)}.truth-reminder small{color:#c9b27e;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.truth-reminder h3{margin:5px 0 9px;color:#fff;font-size:27px}.truth-reminder p{margin:0;color:#d5dbe5;font:16px/1.6 Georgia,serif}.round-complete{padding:24px;text-align:center;background:#fff;border:1px solid #c9c0b1}.round-complete>svg{width:52px;height:52px;color:var(--success);stroke-width:1.4}.round-complete.referred>svg{color:#a35437}.round-complete>small{display:block;margin-top:13px;color:var(--gold-deep)}.round-complete h3{margin:6px 0 9px;color:var(--navy);font-size:30px}.round-complete>p{max-width:670px;margin:0 auto;color:var(--muted);font-size:12px;line-height:1.65}.future-case-lead{max-width:620px;display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:center;margin:18px auto 0;padding:14px 16px;text-align:left;color:#fff;background:var(--navy)}.future-case-lead>svg{width:23px;color:var(--gold)}.future-case-lead p{display:grid;gap:4px;margin:0}.future-case-lead span{color:#c9b27e;font-size:8px;font-weight:800;text-transform:uppercase}.future-case-lead strong{font-size:12px}.round-complete .round-legal-note{text-align:left}.mini-case-lead{display:grid;gap:4px;margin-top:12px;padding:9px 10px;color:#5d321f;background:#f4dfd2;border-left:3px solid #a35437}.mini-case-lead small{font-size:8px;font-weight:800;text-transform:uppercase}.mini-case-lead strong{font-size:10px;line-height:1.4}.motion-overlay{position:fixed;inset:0;z-index:120;display:flex;justify-content:flex-end}.motion-backdrop{position:absolute;inset:0;border:0;background:#080e19a8;backdrop-filter:blur(4px)}.motion-panel{width:min(680px,94vw);height:100%;position:relative;z-index:1;display:flex;flex-direction:column;background:#f2ede3;box-shadow:-24px 0 70px #00000052}.motion-panel>header{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 20px;color:#fff;background:var(--navy);border-bottom:2px solid var(--gold)}.motion-icon{width:47px;height:47px;display:grid;place-items:center;color:var(--gold);border:1px solid var(--gold);border-radius:50%}.motion-icon svg{width:23px}.motion-panel header small{color:#c9b27e;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.motion-panel header h2{margin:4px 0 0;font-size:26px;line-height:1.05}.motion-panel header>button{border:1px solid #56627a;background:transparent;color:#fff;padding:8px;cursor:pointer}.motion-panel header>button svg{display:block;width:19px}.motion-content{flex:1;min-height:0;overflow-y:auto;padding:24px 22px 35px}.motion-facts{margin:0;display:grid;gap:9px}.motion-facts>div{padding:14px 16px;background:#fff;border-left:3px solid #b8ad9b}.motion-facts dt{color:var(--gold-deep);font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.motion-facts dd{margin:6px 0 0;color:#3f495b;font-size:13px;line-height:1.55}.motion-legal-note{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:11px;margin-top:14px;padding:14px 16px;color:#4b3a1c;background:#f4dfaf;border:1px solid #d0ae67}.motion-legal-note svg{width:21px;color:var(--gold-deep)}.motion-legal-note p{display:grid;gap:4px;margin:0;font-size:11px;line-height:1.55}.motion-decisions{margin-top:27px;padding-top:22px;border-top:1px solid #c9bfaf}.motion-section-heading{display:flex;align-items:center;gap:11px;margin-bottom:14px}.motion-section-heading>svg{width:23px;color:var(--gold-deep)}.motion-section-heading small{color:var(--gold-deep);font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.motion-section-heading h3{margin:2px 0 0;color:var(--navy);font:25px Georgia,serif}.motion-decisions>button{width:100%;display:grid;grid-template-columns:auto 1fr;align-items:start;gap:13px;padding:15px;text-align:left;color:#344055;background:#fff;border:1px solid #c9c0b1;cursor:pointer}.motion-decisions>button+button{margin-top:9px}.motion-decisions>button:hover{border-color:var(--gold);background:#fffaf0}.decision-symbol{width:38px;height:38px;display:grid;place-items:center;color:var(--gold);background:var(--navy);border-radius:50%}.decision-symbol svg{width:19px}.motion-decisions button>span:last-child{display:flex;flex-direction:column;gap:5px}.motion-decisions strong{color:var(--navy);font-size:14px}.motion-decisions small{color:#596375;font-size:11px;line-height:1.5}.motion-decisions em{color:var(--gold-deep);font-size:10px;line-height:1.45;font-style:normal;font-weight:700}.motion-result{min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:35px;text-align:center;background:#fff;border:1px solid var(--border)}.motion-result>svg{width:58px;height:58px;color:var(--success);stroke-width:1.4}.motion-result.deferred>svg{color:var(--gold-deep)}.motion-result h3{color:var(--navy);font-size:32px;margin:20px 0 8px}.motion-result p{max-width:440px;color:var(--muted);line-height:1.65}.motion-result .hearing-action{max-width:390px;justify-content:center;margin-top:18px}.day-transition-overlay,.contradiction-overlay{position:fixed;inset:0;z-index:125;display:grid;place-items:center;padding:20px}.day-transition-backdrop,.contradiction-backdrop{position:absolute;inset:0;border:0;background:#080e19b3;backdrop-filter:blur(5px)}.day-transition-panel,.contradiction-panel{width:min(820px,96vw);max-height:calc(100vh - 40px);position:relative;z-index:1;display:flex;flex-direction:column;background:#f2ede3;box-shadow:0 26px 80px #00000061}.day-transition-panel>header,.contradiction-panel>header{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 20px;color:#fff;background:var(--navy);border-bottom:2px solid var(--gold)}.day-transition-icon,.contradiction-icon{width:47px;height:47px;display:grid;place-items:center;color:var(--gold);border:1px solid var(--gold);border-radius:50%}.day-transition-icon svg,.contradiction-icon svg{width:23px}.day-transition-panel header small,.contradiction-panel header small{color:#c9b27e;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.day-transition-panel header h2,.contradiction-panel header h2{margin:4px 0 0;font-size:27px;line-height:1.05}.day-transition-panel header>button,.contradiction-panel header>button{border:1px solid #56627a;background:transparent;color:#fff;padding:8px;cursor:pointer}.day-transition-panel header>button svg,.contradiction-panel header>button svg{display:block;width:19px}.day-transition-content,.contradiction-content{min-height:0;overflow-y:auto;padding:24px}.day-number{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:15px 18px;color:#fff;background:#263550}.day-number>span,.next-day-card>span{color:var(--gold);font:34px Georgia,serif}.day-number div{display:flex;flex-direction:column;gap:3px}.day-number small,.next-day-card small{color:#bfc6d2;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.day-number>svg{color:#6cb18b}.day-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}.day-summary-grid article{min-height:150px;display:flex;align-items:flex-start;gap:10px;padding:15px;background:#fff;border:1px solid #c9c0b1}.day-summary-grid article>svg{flex:0 0 auto;width:20px;color:var(--gold-deep)}.day-summary-grid small{color:var(--gold-deep);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.day-summary-grid p{margin:7px 0 0;color:#4c5668;font-size:11px;line-height:1.55}.next-day-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:15px;margin-top:12px;padding:16px 18px;color:#fff;background:var(--navy);border-left:4px solid var(--gold)}.next-day-card h3{margin:3px 0;font-size:22px}.next-day-card p{margin:0;color:#bdc5d2;font-size:11px}.day-transition-content>.hearing-action{max-width:420px;margin-left:auto}.press-review-overlay{position:fixed;inset:0;z-index:138;display:grid;place-items:center;padding:20px}.press-review-backdrop{position:absolute;inset:0;border:0;background:#080e19d1;backdrop-filter:blur(7px)}.press-review-panel{width:min(960px,96vw);max-height:calc(100vh - 40px);position:relative;z-index:1;display:flex;flex-direction:column;overflow:hidden;padding:12px;background:#b7aa93;box-shadow:0 30px 100px #0000008c;animation:newspaper-arrival .38s ease-out}.press-review-chrome{min-height:59px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:9px 12px 10px 16px;color:#fff;background:var(--navy);border-bottom:2px solid var(--gold)}.press-review-chrome>div{display:flex;align-items:center;gap:11px}.press-review-chrome>div>svg{width:25px;color:var(--gold)}.press-review-chrome span{display:flex;flex-direction:column;gap:2px}.press-review-chrome small{color:#c8b17e;font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.press-review-chrome strong{font-size:12px}.press-review-chrome>button{width:38px;height:38px;display:grid;place-items:center;color:#fff;background:transparent;border:1px solid #56627a;cursor:pointer}.press-review-chrome>button svg{width:18px}.newspaper-page{height:0;min-height:0;flex:1 1 auto;overflow-y:auto;padding:clamp(22px,4vw,42px);color:#28251f;background-color:#f1ead8;background-image:radial-gradient(circle at 12% 22%,rgb(112 91 54 / 8%) 0 1px,transparent 1.5px),repeating-linear-gradient(0deg,transparent 0 5px,rgb(91 72 42 / 2%) 6px);background-size:17px 17px,auto;border:1px solid #9d907a;box-shadow:inset 0 0 45px #5743231a;font-family:Georgia,Times New Roman,serif}.newspaper-masthead>span{display:block;padding-bottom:7px;text-align:center;border-bottom:1px solid #373229;font:700 8px/1.3 Inter,system-ui,sans-serif;letter-spacing:.16em;text-transform:uppercase}.newspaper-masthead h2{margin:6px 0 7px;text-align:center;font-size:clamp(34px,5vw,58px);font-weight:700;line-height:1;letter-spacing:-.035em}.newspaper-masthead>div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:7px 0;border-top:3px double #373229;border-bottom:1px solid #373229;font:700 8px/1.2 Inter,system-ui,sans-serif;letter-spacing:.05em;text-transform:uppercase}.newspaper-story-heading{padding:20px 0 17px;border-bottom:1px solid #706854}.newspaper-story-heading>span{display:flex;align-items:center;gap:5px;color:#6d4826;font:800 8px/1 Inter,system-ui,sans-serif;letter-spacing:.1em;text-transform:uppercase}.newspaper-story-heading>span svg{width:13px}.newspaper-story-heading h3{max-width:850px;margin:8px 0 10px;font-size:clamp(36px,5.3vw,66px);font-weight:700;line-height:.94;letter-spacing:-.035em}.newspaper-story-heading>p{max-width:860px;margin:0;color:#4c453a;font-size:clamp(16px,1.7vw,20px);font-weight:700;line-height:1.42}.newspaper-story-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:24px;padding-top:19px}.newspaper-story-grid figure{margin:0}.newspaper-story-grid img{width:100%;aspect-ratio:16 / 10;object-fit:cover;filter:grayscale(1) sepia(.25) contrast(.95);border:1px solid #625a4c}.newspaper-story-grid figcaption{margin-top:6px;color:#655e53;font:8px/1.45 Inter,system-ui,sans-serif}.newspaper-columns{column-count:2;column-gap:18px;column-rule:1px solid #aaa08e}.newspaper-columns p{break-inside:avoid;margin:0 0 13px;font-size:12px;line-height:1.58;text-align:justify}.newspaper-columns p:first-child:first-letter{float:left;padding:3px 5px 0 0;color:#5d3c20;font-size:44px;font-weight:700;line-height:.72}.newspaper-page>footer{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:13px;margin-top:22px;padding-top:10px;border-top:3px double #373229}.newspaper-page>footer span{padding:5px 7px;color:#f3ead6;background:#373229;font:800 7px/1 Inter,system-ui,sans-serif;letter-spacing:.08em;text-transform:uppercase}.newspaper-page>footer p{margin:0;color:#5f584d;font:8px/1.45 Inter,system-ui,sans-serif}.press-review-continue{min-height:50px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;color:#131b2b;background:var(--gold);border:0;font-size:12px;font-weight:800;cursor:pointer}.press-review-continue:hover{background:#c49a51}.press-review-continue svg{width:18px}@keyframes newspaper-arrival{0%{opacity:0;transform:translateY(22px) rotate(-.6deg) scale(.98)}to{opacity:1;transform:none}}.contradiction-panel{width:min(720px,96vw)}.contradiction-note{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:11px;padding:14px 16px;color:#4b3a1c;background:#f4dfaf;border:1px solid #d0ae67}.contradiction-note svg{width:22px;color:var(--gold-deep)}.contradiction-note p{display:grid;gap:4px;margin:0;font-size:11px;line-height:1.55}.evidence-timeline{list-style:none;margin:20px 0;padding:0;display:grid}.evidence-timeline li{display:grid;grid-template-columns:95px 1fr;gap:15px;position:relative}.evidence-timeline li:not(:last-child){padding-bottom:14px}.evidence-timeline li:not(:last-child):before{content:"";position:absolute;left:46px;top:34px;bottom:0;width:1px;background:#b9aa90}.evidence-timeline li>span{height:34px;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;background:var(--navy);font-size:11px;font-weight:700;position:relative;z-index:1}.evidence-timeline li>span svg{width:14px;color:var(--gold)}.evidence-timeline li>div{padding:12px 14px;background:#fff;border:1px solid #cbc1b0}.evidence-timeline small{color:var(--gold-deep);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.evidence-timeline p{margin:5px 0 0;color:#4b5567;font-size:12px;line-height:1.55}.contradiction-assessment{padding:16px 18px;background:#fffdf8;border-left:4px solid #b46c52}.contradiction-assessment span{color:#9c593f;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.contradiction-assessment strong{display:block;color:var(--navy);margin-top:6px;font:19px Georgia,serif}.contradiction-assessment p{margin:7px 0 0;color:var(--muted);font-size:11px;line-height:1.55}.contradiction-content>.hearing-action{max-width:440px;margin-left:auto}.final-hearing-overlay,.deliberation-overlay,.verdict-overlay,.evaluation-overlay{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:20px}.final-hearing-backdrop,.deliberation-backdrop,.verdict-backdrop,.evaluation-backdrop{position:absolute;inset:0;border:0;background:#080e19b8;backdrop-filter:blur(5px)}.final-hearing-panel,.deliberation-panel,.evaluation-panel{width:min(900px,96vw);max-height:calc(100vh - 40px);position:relative;z-index:1;display:flex;flex-direction:column;background:#f2ede3;box-shadow:0 26px 80px #0006}.verdict-panel{width:min(1080px,97vw);height:calc(100vh - 30px);position:relative;z-index:1;display:flex;flex-direction:column;background:#f2ede3;box-shadow:0 26px 80px #0006}.final-hearing-panel>header,.deliberation-panel>header,.verdict-panel>header,.evaluation-panel>header{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 20px;color:#fff;background:var(--navy);border-bottom:2px solid var(--gold)}.final-hearing-icon,.deliberation-icon,.verdict-icon,.evaluation-icon{width:47px;height:47px;display:grid;place-items:center;color:var(--gold);border:1px solid var(--gold);border-radius:50%}.final-hearing-icon svg,.deliberation-icon svg,.verdict-icon svg,.evaluation-icon svg{width:23px}.final-hearing-panel header small,.deliberation-panel header small,.verdict-panel header small,.evaluation-panel header small{color:#c9b27e;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.final-hearing-panel header h2,.deliberation-panel header h2,.verdict-panel header h2,.evaluation-panel header h2{margin:4px 0 0;font-size:27px;line-height:1.05}.final-hearing-panel header>button,.deliberation-panel header>button,.verdict-panel header>button,.evaluation-panel header>button{border:1px solid #56627a;background:transparent;color:#fff;padding:8px;cursor:pointer}.final-hearing-panel header>button svg,.deliberation-panel header>button svg,.verdict-panel header>button svg,.evaluation-panel header>button svg{display:block;width:19px}.final-hearing-content,.deliberation-content,.verdict-content,.evaluation-content{min-height:0;overflow-y:auto;padding:24px}.plea-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.plea-grid article{padding:25px;background:#fff;border-top:4px solid #9c623f}.plea-grid article:last-child{border-top-color:#405b83}.plea-grid article>span{width:42px;height:42px;display:grid;place-items:center;color:var(--gold);background:var(--navy);border-radius:50%}.plea-grid small,.last-word-card small{display:block;margin-top:18px;color:var(--gold-deep);font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.plea-grid h3{margin:6px 0 12px;color:var(--navy);font-size:23px}.plea-grid p{color:#4c5668;font-size:13px;line-height:1.65}.final-hearing-content>.hearing-action,.deliberation-content>.hearing-action,.evaluation-content>.hearing-action{max-width:520px;margin-left:auto}.last-word-card{padding:35px;background:#fff;border-left:4px solid var(--gold)}.last-word-card>svg{width:35px;height:35px;color:var(--gold-deep)}.last-word-card blockquote{margin:15px 0;color:var(--navy);font:25px/1.55 Georgia,serif}.last-word-card p{color:var(--muted);font-size:11px}.lay-judge-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lay-judge-grid article{position:relative;padding:24px;background:#fff;border:1px solid #c9c0b1}.lay-judge-avatar{width:48px;height:48px;display:grid;place-items:center;color:var(--gold);background:var(--navy);border-radius:50%;font-weight:800}.lay-judge-grid small{display:block;margin-top:14px;color:var(--gold-deep);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.lay-judge-grid h3{margin:4px 0 10px;color:var(--navy);font-size:24px}.lay-judge-grid p{color:#465164;font:16px/1.55 Georgia,serif}.lay-judge-grid article>span{display:inline-block;color:#75582b;background:#f4dfaf;padding:6px 9px;font-size:9px;font-weight:700}.deliberation-rule{display:grid;grid-template-columns:auto 1fr;gap:11px;margin-top:12px;padding:14px 16px;color:#4b3a1c;background:#f4dfaf;border:1px solid #d0ae67}.deliberation-rule svg{width:21px;color:var(--gold-deep)}.deliberation-rule p{display:grid;gap:4px;margin:0;font-size:11px;line-height:1.55}.deliberation-focus{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:center;margin-top:12px;padding:18px;color:#fff;background:var(--navy)}.deliberation-focus>svg{color:var(--gold)}.deliberation-focus div{display:flex;flex-direction:column;gap:4px}.deliberation-focus small{color:#c9b27e;font-size:9px;text-transform:uppercase}.deliberation-focus strong{line-height:1.5}.verdict-section{padding:22px;background:#fff;border:1px solid #cbc1b1}.verdict-section+.verdict-section{margin-top:12px}.verdict-heading{display:flex;align-items:center;gap:12px;margin-bottom:15px}.verdict-heading>span{color:var(--gold);font:31px Georgia,serif}.verdict-heading small{color:var(--gold-deep);font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.verdict-heading h3{margin:2px 0 0;color:var(--navy);font-size:25px}.verdict-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.verdict-options button{min-height:150px;position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:16px;text-align:left;color:#435064;background:#faf8f2;border:1px solid #c8bead;cursor:pointer}.verdict-options button.selected{color:#fff;background:var(--navy);border-color:var(--gold)}.verdict-options button>svg:first-child{color:var(--gold-deep)}.verdict-options button.selected>svg:first-child{color:var(--gold)}.verdict-options button>svg:last-child{position:absolute;right:12px;top:12px;color:#6cb18b}.verdict-options button span{display:flex;flex-direction:column;gap:6px}.verdict-options strong{color:var(--navy);font-size:16px}.verdict-options button.selected strong{color:#fff}.verdict-options small{font-size:11px;line-height:1.5}.verdict-help{color:var(--muted);font-size:11px;margin:-6px 0 12px}.evidence-checklist{display:grid;gap:7px}.evidence-checklist label{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:start;padding:12px 13px;background:#faf8f3;border:1px solid #d4ccbf;cursor:pointer}.evidence-checklist label.selected{border-color:var(--gold);background:#fff8e8}.evidence-checklist input,.reasoning-checklist input,.probation-check input{accent-color:var(--navy)}.evidence-checklist span{display:flex;flex-direction:column;gap:3px}.evidence-checklist strong{color:var(--navy);font-size:12px}.evidence-checklist small{color:var(--muted);font-size:10px;line-height:1.45}.evidence-checklist em{color:var(--gold-deep);font-size:8px;font-style:normal;font-weight:800;text-transform:uppercase}.reasoning-checklist{display:grid;grid-template-columns:1fr 1fr;gap:7px}.reasoning-checklist label{display:grid;grid-template-columns:auto auto 1fr;gap:8px;align-items:center;padding:11px 12px;background:#faf8f3;border:1px solid #d4ccbf;cursor:pointer;color:#465164;font-size:11px}.reasoning-checklist label.selected{border-color:var(--gold);background:#fff8e8}.reasoning-checklist svg{width:17px;color:var(--gold-deep)}.free-reasoning{display:grid;gap:7px;margin-top:14px;color:#465164;font-size:11px;font-weight:700}.free-reasoning textarea{min-height:105px;padding:12px;resize:vertical;border:1px solid #bcb29f;color:var(--ink);background:#fffdf8;line-height:1.55}.free-reasoning small{justify-self:end;color:var(--muted);font-weight:400}.sentence-section>label{display:grid;gap:9px;color:#465164;font-size:12px}.sentence-section input[type=range]{width:100%;accent-color:var(--gold-deep)}.sentence-section .probation-check{display:flex;align-items:center;gap:8px;margin-top:14px}.sentence-section>p,.acquittal-costs{color:#4c5668;background:#f2eee5;padding:12px;font-size:11px}.acquittal-costs{margin-top:12px;border-left:3px solid var(--gold)}.verdict-submit{position:sticky;bottom:0;display:grid;grid-template-columns:1fr minmax(260px,390px);gap:15px;align-items:center;padding:14px 16px;margin-top:12px;color:#fff;background:var(--navy);border-top:2px solid var(--gold)}.verdict-submit p{margin:0;color:#c7ceda;font-size:10px;line-height:1.5}.verdict-submit .hearing-action{margin:0}.hearing-action:disabled{opacity:.45;cursor:not-allowed}.evaluation-score{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:20px;padding:22px;color:#fff;background:var(--navy)}.evaluation-score>div{width:105px;height:105px;display:grid;place-items:center;align-content:center;border:2px solid var(--gold);border-radius:50%}.evaluation-score strong{color:var(--gold);font:43px/1 Georgia,serif}.evaluation-score span{color:#bfc7d4;font-size:10px}.evaluation-score p{display:grid;gap:7px;margin:0;color:#cbd2dd;font-size:11px;line-height:1.55}.evaluation-score b{color:#fff;font:25px Georgia,serif}.evaluation-categories{display:grid;gap:10px;margin-top:15px;padding:18px;background:#fff;border:1px solid #c9c0b1}.evaluation-categories>div{display:grid;grid-template-columns:170px 1fr 38px;gap:11px;align-items:center;color:#4c5668;font-size:11px}.evaluation-categories>div>div{height:6px;background:#e2ddd3;overflow:hidden}.evaluation-categories i{display:block;height:100%;background:var(--gold)}.evaluation-categories strong{color:var(--navy)}.evaluation-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.evaluation-columns section{padding:18px;background:#fff;border:1px solid #c9c0b1}.evaluation-columns h3{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--navy);font-size:20px}.evaluation-columns h3 svg{width:19px;color:var(--gold-deep)}.evaluation-columns ul{margin:0;padding-left:18px;color:#4c5668;font-size:11px;line-height:1.55}.evaluation-columns li+li{margin-top:7px}.evaluation-columns p{color:var(--muted);font-size:11px}.evaluation-principle{display:grid;grid-template-columns:auto 1fr;gap:11px;margin-top:12px;padding:14px 16px;color:#4b3a1c;background:#f4dfaf;border:1px solid #d0ae67}.evaluation-principle svg{width:22px;color:var(--gold-deep)}.evaluation-principle p{display:grid;gap:4px;margin:0;font-size:11px;line-height:1.55}.evidence-presentation-overlay{position:fixed;inset:0;z-index:170;display:grid;place-items:center;padding:18px}.evidence-presentation-backdrop{position:absolute;inset:0;border:0;background:#050a13d1;backdrop-filter:blur(7px)}.evidence-presentation-panel{width:min(1080px,97vw);max-height:calc(100vh - 36px);position:relative;z-index:1;display:flex;flex-direction:column;color:#fff;background:#141e31;border:1px solid #6c7890;box-shadow:0 30px 100px #0000008c;overflow:hidden}.evidence-presentation-panel>header{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:13px 18px;background:#17233a;border-bottom:2px solid var(--gold)}.evidence-presentation-icon{width:47px;height:47px;display:grid;place-items:center;color:var(--gold);border:1px solid #8d7448;border-radius:50%}.evidence-presentation-icon svg{width:23px}.evidence-presentation-panel header small{color:#c8af7e;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.evidence-presentation-panel header h2{margin:4px 0 0;color:#fff;font-size:27px}.evidence-presentation-panel header>button{padding:8px;color:#fff;background:transparent;border:1px solid #56627a;cursor:pointer}.evidence-presentation-panel header>button svg{display:block;width:19px}.presentation-toolbar{min-height:53px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 18px;color:#b9c1cf;background:#222e43;border-bottom:1px solid #3f4d64}.presentation-toolbar>div{display:flex;gap:6px}.presentation-toolbar>label{display:flex;align-items:center;gap:7px;color:#bac3d0;font-size:9px}.presentation-toolbar select{min-height:33px;padding:5px 25px 5px 8px;color:#fff;background:#172135;border:1px solid #4a5870;font-size:10px}.presentation-toolbar button{min-height:33px;display:inline-flex;align-items:center;gap:7px;padding:6px 10px;color:#c2c9d4;background:#172135;border:1px solid #4a5870;cursor:pointer;font-size:10px}.presentation-toolbar button.active{color:#1b2434;background:var(--gold);border-color:#d6b979;font-weight:800}.presentation-toolbar button svg{width:16px}.presentation-toolbar>span{font-size:10px;font-weight:700;letter-spacing:.04em}.presentation-stage{min-height:0;flex:1;position:relative;display:grid;place-items:center;padding:24px 80px;background:radial-gradient(circle at 50% 45%,#35445a,#101827 75%);overflow:hidden}.media-compare-grid{width:100%;height:100%;display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:center}.media-compare-grid .projection-screen{width:100%;border-width:5px}.presentation-subtitle{max-width:min(760px,calc(100% - 90px));position:absolute;left:50%;bottom:38px;z-index:5;display:flex;gap:9px;align-items:baseline;padding:8px 12px;color:#fff;background:#03060ce0;border-bottom:2px solid var(--gold);transform:translate(-50%);font-size:11px}.presentation-subtitle strong{color:#e1c582;white-space:nowrap}.target-projector .presentation-stage:before{content:"";width:68%;height:100%;position:absolute;top:-48%;background:linear-gradient(180deg,rgb(244 232 195 / 17%),transparent);clip-path:polygon(45% 0,55% 0,100% 100%,0 100%);pointer-events:none}.projection-screen{width:min(750px,100%);aspect-ratio:16 / 9;position:relative;display:grid;place-items:center;overflow:hidden;background:#080c13;border:8px solid #d7d4cc;box-shadow:0 15px 55px #0000007f}.target-bench_monitors .projection-screen{border:12px solid #202934;border-bottom-width:24px;border-radius:7px}.projection-screen>img{width:100%;height:100%;object-fit:contain;background:#080c13}.projection-screen>video{width:100%;height:100%;background:#080c13}.projection-screen:has(.projection-warning)>img{filter:blur(22px) brightness(.55);transform:scale(1.07)}.projection-caption{position:absolute;inset:auto 0 0;display:grid;gap:2px;padding:12px 15px;color:#fff;background:linear-gradient(transparent,#05080eeb 28%);pointer-events:none}.projection-caption small{color:#ddc38b;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.projection-caption strong{font-size:14px}.projection-caption span{color:#cbd1da;font-size:9px}.projection-warning{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;padding:30px;text-align:center;background:#101827ba}.projection-warning>svg{width:38px;height:38px;color:#e3bd72}.projection-warning strong{margin-top:10px;font:22px Georgia,serif}.projection-warning p{max-width:580px;color:#d2d7df;font-size:11px;line-height:1.55}.projection-warning button{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;color:#1b2434;background:var(--gold);border:0;font-weight:800;cursor:pointer}.projection-warning button svg{width:17px}.presentation-arrow{width:45px;height:62px;position:absolute;top:50%;display:grid;place-items:center;color:#fff;background:#111b2de0;border:1px solid #66738a;cursor:pointer;transform:translateY(-50%)}.presentation-arrow.previous{left:18px}.presentation-arrow.next{right:18px}.presentation-arrow:disabled{opacity:.3;cursor:not-allowed}.presentation-arrow svg{width:24px}.evidence-presentation-panel>footer{max-height:43vh;overflow-y:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 18px;align-items:center;padding:13px 18px;background:#17233a;border-top:1px solid #46536a}.presentation-thumbnails{min-width:0;display:flex;gap:7px;overflow-x:auto}.presentation-thumbnails button{width:70px;height:45px;flex:0 0 auto;position:relative;padding:0;overflow:hidden;background:#080c13;border:2px solid transparent;cursor:pointer}.presentation-thumbnails button.active{border-color:var(--gold)}.presentation-thumbnails img{width:100%;height:100%;object-fit:cover;opacity:.78}.presentation-thumbnails button.concealed img{filter:blur(8px) brightness(.55);transform:scale(1.2)}.presentation-thumbnails span{position:absolute;right:2px;bottom:2px;width:16px;height:16px;display:grid;place-items:center;color:#fff;background:#0b121fd9;font-size:8px}.presentation-play{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 13px;color:#17233a;background:var(--gold);border:0;font-size:10px;font-weight:800;cursor:pointer}.presentation-play:disabled{opacity:.4;cursor:not-allowed}.presentation-play svg{width:17px}.presentation-quick-tools{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:6px}.presentation-quick-tools button{min-height:35px;display:inline-flex;align-items:center;gap:6px;padding:7px 9px;color:#d0d6df;background:#222e43;border:1px solid #4b5970;cursor:pointer;font-size:9px}.presentation-quick-tools button[aria-pressed=true]{color:#17233a;background:#d6b66f;border-color:#d6b66f}.presentation-quick-tools svg{width:15px}.presentation-deep-tools,.presentation-history{grid-column:1 / -1;background:#202c40;border:1px solid #435068}.presentation-deep-tools summary,.presentation-history summary{display:flex;align-items:center;gap:7px;padding:10px 12px;color:#e3e6eb;cursor:pointer;font-size:10px;font-weight:800}.presentation-deep-tools summary svg{width:17px;color:var(--gold)}.presentation-deep-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 10px 10px}.presentation-deep-grid section{min-width:0;padding:12px;color:#c5ccd7;background:#172135}.presentation-deep-grid h3{display:flex;align-items:center;gap:7px;margin:0 0 9px;color:#fff;font-size:12px}.presentation-deep-grid h3:not(:first-child){margin-top:16px}.presentation-deep-grid h3 svg{width:16px;color:var(--gold)}.presentation-deep-grid ol{display:grid;gap:5px;max-height:170px;overflow-y:auto;margin:0;padding:0;list-style:none}.presentation-deep-grid li button{width:100%;display:grid;grid-template-columns:42px 90px 1fr;gap:7px;padding:7px;text-align:left;color:#c9d0da;background:#253249;border:1px solid transparent;cursor:pointer;font-size:9px}.presentation-deep-grid li button:hover{border-color:var(--gold)}.presentation-deep-grid time{color:#dfc17f}.presentation-deep-grid li strong{color:#fff}.presentation-deep-grid p{margin:0;color:#b9c1ce;font-size:10px;line-height:1.55}.presentation-deep-grid label{display:grid;gap:6px;color:#b9c1ce;font-size:9px}.presentation-deep-grid textarea{min-height:78px;padding:8px;resize:vertical;color:var(--ink);background:#fff;border:1px solid #8d98aa;font-size:11px}.presentation-deep-grid section>button{margin-top:7px;padding:8px 10px;color:#17233a;background:var(--gold);border:0;cursor:pointer;font-size:9px;font-weight:800}.presentation-deep-grid section>button:disabled{opacity:.4;cursor:not-allowed}.presentation-history ol{display:grid;gap:5px;margin:0;padding:0 28px 12px;color:#c3cad5;font-size:9px;line-height:1.5}.audio-evidence{width:100%;height:100%;display:grid;align-content:center;justify-items:center;gap:18px;padding:30px;background:linear-gradient(145deg,#16243a,#080d17)}.audio-evidence>svg{width:45px;height:45px;color:var(--gold)}.audio-evidence audio{width:min(560px,100%)}.audio-waveform{width:min(620px,100%);height:100px;display:flex;align-items:center;gap:3px}.audio-waveform i{flex:1;min-width:2px;background:#c9a861;border-radius:2px}.presentation-rule{grid-column:1 / -1;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:9px 11px;color:#bcc5d3;background:#222e43;border-left:3px solid var(--gold);font-size:9px}.presentation-rule>svg{width:18px;color:var(--gold)}.presentation-rule span{display:grid;gap:2px}.presentation-rule strong{color:#fff}.presentation-rule button{display:inline-flex;align-items:center;gap:5px;color:#d9dde4;background:transparent;border:0;cursor:pointer;font-size:9px}.presentation-rule button svg{width:15px}.notes-overlay,.consultation-overlay,.game-menu-overlay{position:fixed;inset:0;z-index:145;display:grid;place-items:center;padding:20px}.notes-backdrop,.consultation-backdrop,.game-menu-backdrop{position:absolute;inset:0;border:0;background:#080e19bd;backdrop-filter:blur(6px)}.notes-panel,.consultation-panel{width:min(920px,96vw);max-height:calc(100vh - 40px);position:relative;z-index:1;display:flex;flex-direction:column;background:#f2ede3;box-shadow:0 28px 90px #0000006b}.notes-panel>header,.consultation-panel>header{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 20px;color:#fff;background:var(--navy);border-bottom:2px solid var(--gold)}.notes-icon,.consultation-icon{width:47px;height:47px;display:grid;place-items:center;color:var(--gold);border:1px solid var(--gold);border-radius:50%}.notes-icon svg,.consultation-icon svg{width:23px}.notes-panel header small,.consultation-panel header small{color:#c9b27e;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.notes-panel header h2,.consultation-panel header h2{margin:4px 0 0;font-size:27px;line-height:1.05}.notes-panel header>button,.consultation-panel header>button{border:1px solid #56627a;background:transparent;color:#fff;padding:8px;cursor:pointer}.notes-panel header>button svg,.consultation-panel header>button svg{display:block;width:19px}.notes-tabs{display:grid;grid-template-columns:1fr 1fr;background:#ddd5c7;border-bottom:1px solid #bcb19f}.notes-tabs button{min-height:54px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-bottom:3px solid transparent;color:#5b6474;background:transparent;cursor:pointer;font-size:12px;font-weight:700}.notes-tabs button[aria-selected=true]{color:var(--navy);background:#f2ede3;border-bottom-color:var(--gold)}.notes-tabs svg{width:18px;color:var(--gold-deep)}.notes-tabs span{min-width:23px;padding:3px 6px;color:#fff;background:var(--navy);border-radius:10px;font-size:9px}.notes-content,.consultation-content{min-height:0;overflow-y:auto;padding:24px}.note-editor{padding:20px;background:#fff;border:1px solid #c9c0b1}.note-editor>div:first-child small,.full-protocol>div>small{color:var(--gold-deep);font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.note-editor h3,.full-protocol h3,.saved-notes h3{margin:4px 0 14px;color:var(--navy);font-size:24px}.note-editor textarea{width:100%;min-height:115px;padding:13px;resize:vertical;color:var(--ink);background:#fffdf8;border:1px solid #bdb3a1;line-height:1.55}.note-editor>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:10px}.note-editor>div:last-child>small{color:var(--muted);font-size:10px}.note-editor button:disabled{opacity:.45;cursor:not-allowed;transform:none}.note-privacy{display:grid;grid-template-columns:auto 1fr;gap:11px;margin-top:12px;padding:13px 15px;color:#435068;background:#e8edf3;border:1px solid #b7c0cd}.note-privacy>svg{width:21px;color:var(--navy)}.note-privacy p,.consultation-rule p{display:grid;gap:4px;margin:0;font-size:11px;line-height:1.5}.saved-notes{margin-top:20px}.saved-notes h3{font-size:21px}.saved-notes ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.saved-notes li{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:start;padding:14px 15px;background:#fff;border-left:3px solid var(--gold)}.saved-notes li small{color:var(--gold-deep);font-size:8px;font-weight:800;text-transform:uppercase}.saved-notes li p{margin:5px 0 0;color:#465164;font-size:12px;line-height:1.55;white-space:pre-wrap}.saved-notes li button{border:0;padding:6px;color:#8c4d4d;background:transparent;cursor:pointer}.saved-notes li button svg{display:block;width:17px}.notes-empty{padding:22px;color:var(--muted);background:#fff;border:1px dashed #c5bcac;text-align:center;font-size:12px}.full-protocol>div>p{color:var(--muted);font-size:12px;line-height:1.55}.full-protocol ol{display:grid;gap:7px;margin:20px 0 0;padding:0;list-style:none}.full-protocol li{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;padding:11px 13px;background:#fff;border:1px solid #d0c7b8}.full-protocol li>span{width:30px;height:30px;display:grid;place-items:center;color:var(--gold);background:var(--navy);border-radius:50%;font-size:10px;font-weight:800}.full-protocol li p{margin:0;color:#485366;font-size:11px;line-height:1.5}.consultation-panel{width:min(960px,96vw)}.consultation-intro{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center;padding:20px 22px;color:#fff;background:var(--navy)}.consultation-intro span{color:var(--gold);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.consultation-intro h3{margin:6px 0 7px;color:#fff;font-size:29px}.consultation-intro p{max-width:690px;margin:0;color:#c7cfdb;font-size:12px;line-height:1.55}.consultation-intro>svg{width:52px;height:52px;color:var(--gold);stroke-width:1.2}.consultation-question{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;margin-top:12px;padding:14px 16px;color:#4b3a1c;background:#f4dfaf;border:1px solid #d0ae67}.consultation-question>svg{width:23px;color:var(--gold-deep)}.consultation-question div{display:flex;flex-direction:column;gap:4px}.consultation-question small{color:#84642f;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.consultation-question strong{font-size:12px;line-height:1.5}.consultation-opinions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.consultation-opinions article{padding:20px;background:#fff;border:1px solid #c9c0b1}.consultation-person{display:flex;align-items:center;gap:11px}.consultation-person>span{width:44px;height:44px;display:grid;place-items:center;color:var(--gold);background:var(--navy);border-radius:50%;font-size:12px;font-weight:800}.consultation-person small{color:var(--gold-deep);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.consultation-person h3{margin:3px 0 0;color:var(--navy);font-size:21px}.consultation-opinions blockquote{margin:17px 0 10px;color:var(--navy);font:19px/1.45 Georgia,serif}.consultation-opinions article>p{color:#526074;font-size:11px;line-height:1.6}.consultation-opinions em{display:inline-block;padding:5px 8px;color:#6b5128;background:#f4dfaf;font-size:9px;font-style:normal;font-weight:700}.consultation-rule{display:grid;grid-template-columns:auto 1fr;gap:11px;margin-top:12px;padding:13px 15px;color:#4b3a1c;background:#fff8e7;border-left:3px solid var(--gold)}.consultation-rule>svg{width:21px;color:var(--gold-deep)}.consultation-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.consultation-actions .button,.consultation-actions .hearing-action{width:auto;min-width:240px;margin:0}.consultation-actions .hearing-action{justify-content:space-between}.game-menu-panel{width:min(620px,94vw);max-height:calc(100vh - 40px);position:relative;z-index:1;display:flex;flex-direction:column;background:#f2ede3;box-shadow:0 28px 90px #00000073}.game-menu-panel>header{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px;color:#fff;background:var(--navy);border-bottom:2px solid var(--gold)}.game-menu-panel header small{color:#c9b27e;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.game-menu-panel header h2{margin:4px 0 0;color:#fff;font-size:28px}.game-menu-panel header button{border:1px solid #56627a;padding:8px;color:#fff;background:transparent;cursor:pointer}.game-menu-panel header svg{display:block;width:19px}.game-menu-content{min-height:0;display:grid;gap:8px;padding:16px;overflow-y:auto}.game-menu-content>button,.game-menu-content>a{width:100%;display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:center;padding:14px;color:#445064;background:#fff;border:1px solid #c9c0b1;text-align:left;cursor:pointer}.game-menu-content>button:hover,.game-menu-content>a:hover{border-color:var(--gold);background:#fffaf0}.game-menu-content>button:disabled{opacity:.52;cursor:not-allowed;background:#e5e0d7;border-color:#cbc3b6}.game-menu-content>button:disabled:hover{background:#e5e0d7;border-color:#cbc3b6}.game-menu-content>.game-menu-primary{color:#fff;background:var(--navy);border-color:var(--navy)}.game-menu-content>.game-menu-primary:hover{color:#fff;background:var(--navy-soft)}.game-menu-content>button>svg,.game-menu-content>a>svg{width:22px;color:var(--gold-deep)}.game-menu-content>.game-menu-primary>svg{color:var(--gold)}.game-menu-content span{display:flex;flex-direction:column;gap:3px}.game-menu-content strong{color:var(--navy);font-size:13px}.game-menu-content .game-menu-primary strong{color:#fff}.game-menu-content small{color:var(--muted);font-size:10px}.game-menu-content .game-menu-primary small{color:#c6ceda}.game-menu-module-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:7px 2px 0;color:var(--gold-deep)}.game-menu-module-heading span{font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.game-menu-module-heading small{font-size:9px}.hard-case-settings{margin:4px 0;padding:15px;color:#465164;background:#e7e2d9;border:1px solid #c4baa8}.hard-case-settings.enabled{color:#4d3129;background:#f1dfd8;border-color:#c99582}.hard-case-settings>div:first-child{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:center}.hard-case-settings>div:first-child>span:last-child{display:flex;flex-direction:column;gap:4px}.hard-case-settings>div:first-child strong{color:var(--navy);font-size:13px}.hard-case-settings>div:first-child small{font-size:10px;line-height:1.45}.hard-case-setting-icon{width:39px;height:39px;display:grid;place-items:center;color:var(--gold);background:var(--navy);border-radius:50%}.hard-case-setting-icon svg{width:20px}.hard-case-settings>button[role=switch]{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:13px;padding:9px 12px;color:var(--navy);background:#fff;border:1px solid #c5bcad;cursor:pointer}.hard-case-settings>button[role=switch]>span{width:48px;height:25px;display:block;position:relative;background:#a9afb8;border-radius:20px;transition:background-color .18s ease}.hard-case-settings>button[role=switch] i{width:19px;height:19px;position:absolute;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #00000047;transition:transform .18s ease}.hard-case-settings>button[role=switch][aria-checked=true]>span{background:#9c4f38}.hard-case-settings>button[role=switch][aria-checked=true] i{transform:translate(23px)}.hard-case-settings>button[role=switch] strong{font-size:11px}.hard-case-settings>p{margin:10px 0 0;padding-top:10px;border-top:1px solid #c8bfb1;font-size:9px;line-height:1.5}.courtroom-settings{margin:4px 0;padding:15px;background:#e5ded1;border:1px solid #c4baa8}.courtroom-settings>div:first-child{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:center}.courtroom-settings>div:first-child>svg{width:22px;color:var(--gold-deep)}.courtroom-settings>div:first-child span{display:flex;flex-direction:column;gap:3px}.courtroom-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.courtroom-options button{min-height:95px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:start;padding:12px;text-align:left;color:#465164;background:#fffdf8;border:1px solid #c9c0b1;cursor:pointer}.courtroom-options button.selected{color:#fff;background:var(--navy);border-color:var(--gold)}.courtroom-options button>svg{width:20px;color:var(--gold-deep)}.courtroom-options button.selected>svg{color:var(--gold)}.courtroom-options button>svg:last-child{width:17px}.courtroom-options button span{display:flex;flex-direction:column;gap:5px}.courtroom-options button strong{color:var(--navy);font-size:11px}.courtroom-options button.selected strong{color:#fff}.courtroom-options button small{font-size:9px;line-height:1.45}.courtroom-options button.selected small{color:#c6ceda}.procedure-overlay{position:fixed;inset:0;z-index:151;display:grid;place-items:center;padding:20px}.procedure-backdrop{position:absolute;inset:0;border:0;background:#080e19c7;backdrop-filter:blur(6px)}.procedure-panel{width:min(940px,96vw);max-height:calc(100vh - 40px);position:relative;z-index:1;display:flex;flex-direction:column;background:#f2ede3;box-shadow:0 28px 90px #00000073}.procedure-panel>header{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 20px;color:#fff;background:var(--navy);border-bottom:2px solid var(--gold)}.procedure-icon{width:47px;height:47px;display:grid;place-items:center;color:var(--gold);border:1px solid var(--gold);border-radius:50%}.procedure-icon svg{width:23px}.procedure-panel header small{color:#c9b27e;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.procedure-panel header h2{margin:4px 0 0;font-size:27px}.procedure-panel header>button{border:1px solid #56627a;padding:8px;color:#fff;background:transparent;cursor:pointer}.procedure-panel header>button svg{display:block;width:19px}.procedure-content{min-height:0;overflow-y:auto;padding:24px}.procedure-case{padding:20px;color:#fff;background:var(--navy);border-top:3px solid var(--gold)}.procedure-case small{color:#cfb878;font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.procedure-case h3{margin:5px 0 8px;color:#fff;font-size:29px}.procedure-case p{margin:0;color:#c8d0dc;font-size:12px;line-height:1.6}.procedure-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:12px 0 0}.procedure-facts>div{padding:14px;background:#fff;border-left:3px solid var(--gold)}.procedure-facts dt{color:var(--gold-deep);font-size:8px;font-weight:800;text-transform:uppercase}.procedure-facts dd{margin:6px 0 0;color:#465164;font-size:11px;line-height:1.5}.procedure-application{margin:12px 0 0;padding:18px 20px;color:var(--navy);background:#fff;border:1px solid #c9c0b1;font:17px/1.55 Georgia,serif}.procedure-statement{margin:10px 0 0;padding:13px 15px;color:#4d586b;background:#e6ebf0;font-size:11px;line-height:1.55}.procedure-legal{display:grid;grid-template-columns:auto 1fr;gap:11px;margin-top:12px;padding:14px 16px;color:#4b3a1c;background:#f4dfaf;border:1px solid #d0ae67}.procedure-legal>svg{width:22px;color:var(--gold-deep)}.procedure-legal p{display:grid;gap:4px;margin:0;font-size:11px;line-height:1.55}.public-access-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.public-access-options button{min-height:175px;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr;gap:8px 10px;align-items:start;padding:16px;text-align:left;color:#465164;background:#fff;border:1px solid #c9c0b1;cursor:pointer}.public-access-options button:hover{border-color:var(--gold);background:#fffaf0}.public-access-options button>span{width:38px;height:38px;display:grid;place-items:center;color:var(--gold);background:var(--navy);border-radius:50%}.public-access-options button>span svg{width:19px}.public-access-options button>strong{align-self:center;color:var(--navy);font-size:13px}.public-access-options button>small{grid-column:1 / -1;font-size:10px;line-height:1.55}.public-access-options button>svg{width:18px;align-self:center;color:var(--gold-deep)}.procedure-result{padding:25px;text-align:center;background:#fff;border-top:4px solid #6e8e7e}.procedure-result.risk{border-color:#a35437}.procedure-result.balanced{border-color:var(--gold)}.procedure-result>svg{width:52px;height:52px;color:#567a68;stroke-width:1.4}.procedure-result.risk>svg{color:#a35437}.procedure-result>small{display:block;margin-top:10px;color:var(--gold-deep);font-size:8px;font-weight:800;text-transform:uppercase}.procedure-result h3{margin:6px 0 9px;color:var(--navy);font-size:31px}.procedure-result>p{max-width:700px;margin:0 auto;color:#4d586b;font:18px/1.6 Georgia,serif}.procedure-result>div:not(.procedure-legal){max-width:690px;display:grid;gap:5px;margin:16px auto 0;padding:14px;text-align:left;color:#465164;background:#e7ece9}.procedure-result.risk>div:not(.procedure-legal){background:#f4dfd2}.procedure-result>div>strong{color:var(--navy);font-size:9px;text-transform:uppercase}.procedure-result>div>span{font-size:11px;line-height:1.55}.procedure-result .procedure-legal{max-width:690px;margin-inline:auto;text-align:left}.procedure-result>.hearing-action{max-width:520px;margin:16px auto 0}.expert-profile{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:center;margin-top:12px;padding:16px;background:#fff;border:1px solid #c9c0b1}.expert-profile>span{width:52px;height:52px;display:grid;place-items:center;color:var(--gold);background:var(--navy);border-radius:50%;font-weight:800}.expert-profile div{display:grid;gap:3px}.expert-profile small{color:var(--gold-deep);font-size:8px;font-weight:800;text-transform:uppercase}.expert-profile strong{color:var(--navy);font-size:17px}.expert-profile p{margin:0;color:var(--muted);font-size:10px}.expert-panel .procedure-content>.hearing-action{max-width:560px;margin-left:auto}.expert-hearing-heading{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:center;padding:16px;color:#fff;background:var(--navy)}.expert-hearing-heading>svg{width:36px;height:36px;color:var(--gold)}.expert-hearing-heading small{color:#c9b27e;font-size:8px;font-weight:800;text-transform:uppercase}.expert-hearing-heading h3{margin:3px 0;color:#fff;font-size:24px}.expert-hearing-heading p{margin:0;color:#c5cedb;font-size:10px}.expert-question{margin-top:12px;padding:20px;background:#fff;border:1px solid #c9c0b1}.expert-question blockquote{margin:0 0 16px;color:var(--navy);font:22px/1.5 Georgia,serif}.expert-answer{margin-top:10px;padding:18px 20px;color:#fff;background:var(--navy);border-left:4px solid var(--gold)}.expert-answer small{color:#cfb878;font-size:8px;font-weight:800;text-transform:uppercase}.expert-answer p{margin:8px 0 12px;color:#fff;font:18px/1.55 Georgia,serif}.expert-answer span{display:inline-block;padding:5px 8px;color:#4d3c20;background:#f4dfaf;font-size:8px;font-weight:800;text-transform:uppercase}.expert-next{max-width:430px;margin-left:auto}.hard-case-notice-overlay{position:fixed;inset:0;z-index:154;display:grid;place-items:center;padding:20px;background:#080e19c7;backdrop-filter:blur(7px)}.hard-case-notice-panel{width:min(650px,96vw);padding:30px;color:#465164;background:#f4efe5;border-top:4px solid var(--gold);box-shadow:0 28px 90px #0000007a}.hard-case-notice-icon{width:58px;height:58px;display:grid;place-items:center;color:var(--gold);background:var(--navy);border-radius:50%}.hard-case-notice-icon svg{width:29px}.hard-case-notice-panel>small{display:block;margin-top:18px;color:var(--gold-deep);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hard-case-notice-panel h2{margin:6px 0 10px;color:var(--navy);font-size:32px;line-height:1.1}.hard-case-notice-panel>p{margin:0;font-size:12px;line-height:1.65}.hard-case-notice-panel>.hard-case-choice-hint{margin-top:16px;color:var(--navy);font-weight:700}.hard-case-default{display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:center;margin-top:17px;padding:14px 16px;color:#455166;background:#fff;border:1px solid #c9c0b1}.hard-case-default>svg{width:23px;color:var(--gold-deep)}.hard-case-default span{display:flex;flex-direction:column;gap:4px}.hard-case-default strong{color:var(--navy);font-size:12px}.hard-case-default small{font-size:9px}.hard-case-notice-actions{display:grid;grid-template-columns:1fr 1.2fr;gap:10px;margin-top:18px}.hard-case-notice-actions .button,.hard-case-notice-actions .hearing-action{width:100%;min-height:49px;margin:0}.hard-case-notice-actions .button{display:flex;align-items:center;justify-content:center;gap:8px}.hard-case-notice-actions svg{width:18px}@media(max-width:1050px){.trial-header{grid-template-columns:auto minmax(180px,1fr) auto}.trial-status{grid-column:1 / -1;grid-row:2;width:100%;justify-content:space-between;border-top:1px solid #465269;padding-top:8px}.trial-menu{grid-column:3;grid-row:1}.trial-layout{grid-template-columns:1fr;overflow-y:auto}.courtroom-frame{aspect-ratio:16 / 9;min-height:420px;flex:none}.phaser-courtroom,.courtroom-loading{min-height:420px}.trial-side-panel{display:grid;grid-template-columns:.8fr 1.2fr;align-items:start}.objective-panel{grid-column:2;grid-row:1 / span 2}.mini-protocol{min-height:140px}.demo-registration-cta{grid-template-columns:1fr}.demo-registration-actions{max-width:560px;width:100%}}@media(max-width:700px){.trial-guide-overlay{padding:0;align-items:end}.trial-guide-panel{width:100%;max-height:92vh}.trial-guide-panel>header{min-height:76px;padding:11px 14px}.trial-guide-panel>header>span{width:42px;height:42px}.trial-guide-panel header h2{font-size:24px}.trial-guide-content{padding:17px 15px}.trial-guide-points{grid-template-columns:1fr}.demo-banner{align-items:start;padding:9px 12px}.demo-banner>svg{display:none}.demo-banner p{font-size:11px}.demo-registration-cta{gap:28px;padding:45px 18px}.demo-registration-copy h2{font-size:35px}.demo-registration-copy>p{font-size:14px}.demo-registration-copy ul{display:grid;gap:10px}.demo-registration-actions{padding:16px}.trial-header{grid-template-columns:1fr auto;gap:8px;padding:9px 12px}.trial-back{font-size:19px}.trial-case-heading{grid-column:1 / -1;grid-row:2;border-left:0;border-top:1px solid #465269;padding:7px 0 0}.trial-menu{grid-column:2;grid-row:1}.trial-status{grid-row:3;font-size:10px}.trial-phase{padding:5px 7px}.trial-layout{padding:6px;gap:6px}.courtroom-frame,.phaser-courtroom,.courtroom-loading{min-height:260px}.phase-chip{top:7px;left:7px;font-size:10px;padding:5px 7px}.participant-popover{inset:auto 7px 7px;min-width:0}.statement-strip{padding:10px 11px}.statement-strip p{font-size:11px}.trial-actions{grid-template-columns:repeat(3,1fr);min-height:126px}.trial-actions button{min-height:52px}.trial-side-panel{display:flex}.case-summary{order:2}.objective-panel{order:1}.mini-protocol{order:3;min-height:130px}.file-body{grid-template-columns:1fr;grid-template-rows:auto 1fr}.case-file{width:100%}.file-body nav{display:flex;gap:5px;border-right:0;border-bottom:1px solid #b7ab96;overflow-x:auto;padding:8px}.file-body nav button{min-width:180px;margin:0!important}.file-body article{margin:14px;min-height:calc(100% - 28px);padding:28px 23px}.file-body article h3{font-size:31px}.case-file-media{margin-inline:-10px}.case-file-media-warning{padding:14px}.case-file-media-warning>svg{width:29px;height:29px;margin-bottom:5px}.case-file-media-warning strong{font-size:18px}.case-file-media-warning p{margin-block:6px 9px!important;font-size:9px!important}.case-file-media figcaption{grid-template-columns:auto 1fr}.case-file-media figcaption button{grid-column:1 / -1;width:100%}.interview-panel{width:100%}.interview-panel>header{min-height:72px;padding:10px 13px}.interview-mode-note{padding-inline:13px}.interview-content{padding:20px 14px 28px}.participant-round-overlay,.witness-introduction-overlay{padding:0}.witness-introduction-panel{width:100%;height:100%;max-height:none}.witness-introduction-panel>header{min-height:78px;grid-template-columns:auto 1fr;padding:11px 13px}.witness-introduction-panel header>span{display:none}.witness-introduction-panel header h2{font-size:19px}.witness-introduction-content{padding:13px 12px 24px}.witness-introduction-progress span{padding-inline:4px;font-size:7px}.witness-ceremony-card{padding:18px 14px}.witness-ceremony-card h3,.witness-introduction-complete h3{font-size:23px}.witness-ceremony-card blockquote{padding:15px;font-size:17px}.witness-identity-list{grid-template-columns:1fr}.participant-round-panel{width:100%;height:100%;max-height:none;min-height:0;overflow:hidden}.participant-round-panel>header{min-height:76px;padding:10px 13px}.participant-round-panel header h2{font-size:19px}.participant-round-content{padding:14px 12px 24px}.round-intro{padding:17px 15px}.round-intro h3{font-size:24px}.round-questioners{grid-template-columns:1fr 1fr}.round-question-card{padding:18px 15px}.round-question-card blockquote{font-size:20px}.round-answer p{font-size:17px}.statement-comparison{grid-template-columns:1fr}.integrity-alert{padding:17px 15px}.integrity-alert h3{font-size:22px}.truth-actions{flex-direction:column-reverse}.truth-actions .hearing-action,.truth-actions .button{width:100%;min-width:0}.truth-reminder{padding:18px 15px}.truth-reminder p{font-size:15px}.interview-section-heading h3{font-size:22px}.question-options button{padding:11px 12px;font-size:12px}.motion-panel{width:100%}.motion-panel>header{min-height:74px;padding:10px 13px}.motion-panel header h2{font-size:22px}.motion-content{padding:18px 14px 28px}.motion-facts>div{padding:12px}.motion-section-heading h3{font-size:22px}.motion-result{min-height:calc(100vh - 120px);padding:25px 18px}.day-transition-overlay,.contradiction-overlay{padding:0}.day-transition-panel,.contradiction-panel{width:100%;height:100%;max-height:none}.day-transition-panel>header,.contradiction-panel>header{min-height:76px;padding:10px 13px}.day-transition-panel header h2,.contradiction-panel header h2{font-size:22px}.day-transition-content,.contradiction-content{padding:16px 14px 25px}.day-summary-grid{grid-template-columns:1fr}.day-summary-grid article{min-height:0}.day-transition-content>.hearing-action,.contradiction-content>.hearing-action{max-width:none}.press-review-overlay{padding:0}.press-review-panel{width:100%;height:100%;max-height:none;padding:0}.press-review-chrome{min-height:65px}.newspaper-page{padding:21px 16px 25px}.newspaper-masthead h2{font-size:34px}.newspaper-masthead>div{font-size:7px}.newspaper-story-heading h3{font-size:39px}.newspaper-story-heading>p{font-size:15px}.newspaper-story-grid{grid-template-columns:1fr;gap:15px}.newspaper-columns{column-count:1}.newspaper-columns p{font-size:13px;text-align:left}.newspaper-page>footer{grid-template-columns:1fr}.press-review-continue{flex:0 0 auto;margin:0;min-height:56px}.evidence-timeline li{grid-template-columns:78px 1fr;gap:9px}.evidence-timeline li:not(:last-child):before{left:38px}.final-hearing-overlay,.deliberation-overlay,.verdict-overlay,.evaluation-overlay{padding:0}.final-hearing-panel,.deliberation-panel,.verdict-panel,.evaluation-panel{width:100%;height:100%;max-height:none}.final-hearing-panel>header,.deliberation-panel>header,.verdict-panel>header,.evaluation-panel>header{min-height:76px;padding:10px 13px}.final-hearing-panel header h2,.deliberation-panel header h2,.verdict-panel header h2,.evaluation-panel header h2{font-size:21px}.final-hearing-content,.deliberation-content,.verdict-content,.evaluation-content{padding:15px 13px 24px}.plea-grid,.lay-judge-grid,.verdict-options,.reasoning-checklist,.evaluation-columns{grid-template-columns:1fr}.last-word-card{padding:24px 19px}.last-word-card blockquote{font-size:21px}.verdict-section{padding:16px 13px}.verdict-options button{min-height:0}.evidence-checklist label{grid-template-columns:auto 1fr}.evidence-checklist em{grid-column:2}.verdict-submit{grid-template-columns:1fr}.evaluation-score{grid-template-columns:1fr;text-align:center}.evaluation-score>div{margin:auto}.evaluation-categories>div{grid-template-columns:115px 1fr 30px;gap:7px}.notes-overlay,.consultation-overlay,.game-menu-overlay{padding:0}.notes-panel,.consultation-panel{width:100%;height:100%;max-height:none;min-height:0;overflow:hidden}.notes-panel>header,.consultation-panel>header{min-height:76px;padding:10px 13px}.notes-panel header h2,.consultation-panel header h2{font-size:21px}.notes-content,.consultation-content{padding:14px 12px 24px}.notes-tabs button{font-size:10px}.note-editor{padding:15px 13px}.note-editor>div:last-child{align-items:stretch;flex-direction:column}.note-editor>div:last-child>small{align-self:flex-end}.consultation-intro{padding:18px 16px}.consultation-intro h3{font-size:25px}.consultation-intro>svg{display:none}.consultation-opinions{grid-template-columns:1fr}.consultation-actions{flex-direction:column-reverse}.consultation-actions .button,.consultation-actions .hearing-action{width:100%;min-width:0}.game-menu-panel{width:100%;height:100%;display:flex;flex-direction:column}.game-menu-content{flex:1;align-content:start;padding:18px 13px}.courtroom-options{grid-template-columns:1fr}.procedure-overlay{padding:0}.procedure-panel{width:100%;height:100%;max-height:none;min-height:0;overflow:hidden}.procedure-panel>header{min-height:76px;padding:10px 13px}.procedure-panel header h2{font-size:20px}.procedure-content{padding:14px 12px 24px}.procedure-case{padding:17px 15px}.procedure-case h3{font-size:24px}.procedure-facts,.public-access-options{grid-template-columns:1fr}.public-access-options button{min-height:0}.procedure-result{padding:22px 15px}.procedure-result h3{font-size:25px}.expert-question{padding:17px 14px}.expert-question blockquote{font-size:19px}.hard-case-notice-overlay{padding:0;align-items:end}.hard-case-notice-panel{width:100%;max-height:100%;overflow-y:auto;padding:24px 17px 20px}.hard-case-notice-panel h2{font-size:27px}.hard-case-notice-actions{grid-template-columns:1fr}}.admin-shell{min-height:100vh;display:grid;grid-template-columns:220px minmax(0,1fr);color:#17233a;background:#f7f8fa}.admin-sidebar{min-height:100vh;display:flex;flex-direction:column;position:sticky;top:0;z-index:90;padding:26px 10px 16px;color:#fff;background:#0d213d;border-right:2px solid #c39a4d}.admin-brand{min-height:74px;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;padding:0 12px 21px;border-bottom:1px solid rgb(255 255 255 / 13%)}.admin-brand>span{width:46px;height:46px;display:grid;grid-row:1 / -1;place-items:center;color:#d8ae59;border:1px solid #b88b38;border-radius:50%}.admin-brand svg{width:25px;height:25px;stroke-width:1.6}.admin-brand strong{align-self:end;color:#e4bd70;font:21px/1.1 Georgia,serif}.admin-brand small{align-self:start;color:#aebbd0;font-size:9px;letter-spacing:.14em;text-transform:uppercase}.admin-sidebar nav{display:grid;gap:3px;padding-top:18px}.admin-sidebar nav button{width:100%;min-height:45px;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:10px;padding:0 12px;color:#d9e0eb;text-align:left;background:transparent;border:0;border-left:3px solid transparent;cursor:pointer;font-size:13px}.admin-sidebar nav button:hover{color:#fff;background:#ffffff12}.admin-sidebar nav button.active{color:#fff;background:#761d32;border-left-color:#d3ac61}.admin-sidebar nav button svg{width:19px;height:19px;stroke-width:1.8}.admin-sidebar nav button small{color:#7889a2;font-size:8px;text-transform:uppercase}.admin-sidebar nav button.active small{color:#d3b57a}.admin-back-link{min-height:47px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding:12px;color:#c9d3e2;border-top:1px solid rgb(255 255 255 / 13%);font-size:11px}.admin-back-link:hover{color:#fff}.admin-back-link svg{width:17px}.admin-main{min-width:0;padding:22px clamp(18px,2.2vw,36px) 18px}.admin-topbar{min-height:69px;display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:17px}.admin-topbar>div:first-of-type small{color:#761d32;font:15px/1 Georgia,serif}.admin-topbar h1{margin:4px 0 0;color:#102442;font-size:clamp(31px,3vw,44px);line-height:1}.admin-top-actions{display:flex;align-items:end;gap:7px}.admin-top-actions label{display:grid;gap:4px}.admin-top-actions label span{color:#6c7585;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.admin-top-actions select{min-width:185px;height:43px;padding:0 36px 0 13px;color:#17233a;background:#fff;border:1px solid #cfd4db;border-radius:3px;font-size:12px;font-weight:650}.admin-top-actions>button,.admin-menu-button{width:43px;height:43px;display:grid;place-items:center;color:#17233a;background:#fff;border:1px solid #cfd4db;cursor:pointer}.admin-top-actions>button:hover{color:#761d32;border-color:#761d32}.admin-top-actions svg,.admin-menu-button svg{width:18px}.admin-menu-button{display:none}.admin-preview-notice,.admin-inline-notice{min-height:56px;display:flex;align-items:center;gap:13px;margin-bottom:14px;padding:11px 15px;color:#4c3c1f;background:#fff7e2;border:1px solid #dfc27b}.admin-preview-notice>svg{width:23px;flex:0 0 auto;color:#9b7023}.admin-preview-notice span{display:grid;gap:2px;font-size:10px;line-height:1.45}.admin-preview-notice strong{color:#5b4215;font-size:11px}.admin-inline-notice{justify-content:space-between;color:#23344e;background:#e9eff7;border-color:#b9c9de;font-size:11px}.admin-inline-notice button{display:grid;place-items:center;color:#23344e;background:transparent;border:0;cursor:pointer}.admin-inline-notice svg{width:16px}.admin-loading{min-height:260px;display:flex;align-items:center;justify-content:center;gap:10px;color:#667184}.admin-loading svg{width:19px;animation:admin-spin 1s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-metrics{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));background:#fff;border:1px solid #d6d9df}.admin-metrics article{min-height:111px;display:grid;grid-template-columns:29px 1fr;gap:9px;align-items:start;padding:19px 15px 15px;border-right:1px solid #e0e3e8;border-bottom:1px solid #e0e3e8}.admin-metrics article:nth-child(6n){border-right:0}.admin-metrics article:nth-last-child(-n+6){border-bottom:0}.admin-metrics article>svg{width:25px;height:25px;color:#18365f;stroke-width:1.7}.admin-metrics article.needs-attention>svg{color:#831e35}.admin-metrics article>div{min-width:0;display:grid;gap:5px}.admin-metrics article span{min-height:25px;color:#38465b;font:11px/1.25 Georgia,serif}.admin-metrics article strong{color:#102442;font:700 clamp(18px,1.7vw,25px)/1 Georgia,serif;white-space:nowrap}.admin-trend{font-size:9px;font-style:normal}.admin-trend.up{color:#2f7a4f}.admin-trend.down{color:#a03c48}.admin-trend.neutral{color:#748094}.admin-analytics-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(220px,.72fr) minmax(220px,.82fr);gap:13px;margin-top:13px}.admin-analytics-grid>article,.admin-lower-grid>article{min-width:0;background:#fff;border:1px solid #d6d9df}.admin-analytics-grid article>header,.admin-lower-grid article>header{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 17px;border-bottom:1px solid #e0e3e8}.admin-analytics-grid h2,.admin-lower-grid h2{margin:0;color:#102442;font-size:20px}.admin-analytics-grid header p,.admin-lower-grid header p{margin:4px 0 0;color:#778090;font-size:9px}.admin-chart-legend{display:flex;align-items:center;gap:12px;color:#657084;font-size:8px;white-space:nowrap}.admin-chart-legend span:before{content:"";width:16px;height:2px;display:inline-block;margin-right:5px;vertical-align:middle;background:currentColor}.admin-chart-legend .active{color:#16355e}.admin-chart-legend .registrations{color:#831e35}.admin-chart-legend .completed{color:#b78932}.admin-chart-wrap{padding:12px 15px 9px}.admin-chart{width:100%;height:205px;overflow:visible}.admin-chart-grid line{stroke:#e2e5ea;stroke-width:1}.admin-chart polyline{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.admin-chart polyline.active{stroke:#16355e}.admin-chart polyline.registrations{stroke:#831e35}.admin-chart polyline.completed{stroke:#b78932;stroke-dasharray:7 5}.admin-chart-dates{display:flex;justify-content:space-between;color:#7c8491;font-size:8px}.admin-chart-empty{min-height:226px;display:grid;place-items:center;color:#778090;font-size:11px}.admin-token-panel{display:flex;flex-direction:column}.admin-token-panel>header{display:block!important}.admin-token-ring{width:142px;aspect-ratio:1;display:grid;place-items:center;margin:17px auto 10px;border-radius:50%;background:conic-gradient(#16355e var(--token-percent),#e2e5e9 0);position:relative}.admin-token-ring:before{content:"";position:absolute;inset:18px;background:#fff;border-radius:50%}.admin-token-ring span{display:grid;gap:4px;position:relative;z-index:1;text-align:center}.admin-token-ring strong{color:#102442;font:700 22px/1 Georgia,serif}.admin-token-ring small{color:#778090;font-size:8px}.admin-token-foot{display:flex;justify-content:space-between;margin:auto 16px 14px;padding-top:11px;color:#667184;border-top:1px solid #e0e3e8;font-size:9px}.admin-token-foot strong{color:#102442}.admin-system-panel header>span{padding:5px 8px;color:#2f7a4f;background:#e6f2eb;font-size:8px;font-weight:800;text-transform:uppercase}.admin-system-panel header>span.attention{color:#874e15;background:#fff0d4}.admin-system-panel ul{list-style:none;margin:0;padding:5px 15px 12px}.admin-system-panel li{min-height:47px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#344158;border-bottom:1px solid #e7e9ed;font-size:10px}.admin-system-panel li:last-child{border-bottom:0}.admin-system-panel li strong{display:flex;align-items:center;gap:6px;color:#2f7a4f;font-size:8px}.admin-system-panel li strong:before{content:"";width:7px;height:7px;background:currentColor;border-radius:50%}.admin-system-panel li strong.attention{color:#b16b16}.admin-lower-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.9fr);gap:13px;margin-top:13px}.admin-moderation-panel header button{display:flex;align-items:center;gap:3px;padding:7px 0;color:#233f64;background:transparent;border:0;border-bottom:1px solid #233f64;cursor:pointer;font-size:9px;font-weight:700}.admin-moderation-panel header button svg{width:14px}.admin-table-wrap{overflow-x:auto}.admin-moderation-panel table{width:100%;border-collapse:collapse;font-size:9px}.admin-moderation-panel th{color:#6b7585;text-align:left;text-transform:uppercase;letter-spacing:.05em}.admin-moderation-panel th,.admin-moderation-panel td{height:43px;padding:8px 13px;border-bottom:1px solid #e6e8ec;white-space:nowrap}.admin-moderation-panel tbody tr:last-child td{border-bottom:0}.admin-moderation-panel td:first-child{color:#233f64;font-weight:800}.admin-status{display:inline-flex;padding:4px 6px;color:#8a2439;background:#f8e5e8;font-size:8px;font-weight:800}.admin-status.reviewing{color:#7c581a;background:#fff1d5}.admin-priority-panel ol{list-style:none;margin:0;padding:5px 15px 12px;counter-reset:priority}.admin-priority-panel li{min-height:50px;display:grid;grid-template-columns:29px 1fr;align-items:center;gap:10px;border-bottom:1px solid #e6e8ec}.admin-priority-panel li:last-child{border-bottom:0}.admin-priority-panel li>span{width:27px;height:27px;display:grid;place-items:center;color:#fff;background:#761d32;font:700 11px/1 Georgia,serif}.admin-priority-panel li>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-priority-panel li strong{color:#2f3d53;font-size:9px}.admin-priority-panel li small{padding:4px 6px;color:#667184;background:#eef0f3;font-size:8px;white-space:nowrap}.admin-priority-panel li.empty{grid-template-columns:auto 1fr;color:#2f7a4f}.admin-priority-panel li.empty svg{width:20px}.admin-footer{display:flex;justify-content:space-between;gap:20px;padding:13px 2px 0;color:#788293;font-size:8px}.admin-access-denied{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:30px;text-align:center;background:#f7f8fa}.admin-access-denied>svg{width:58px;height:58px;color:#b58a42}.admin-access-denied h1{margin:20px 0 8px;color:#17233a;font-size:42px}.admin-access-denied p{max-width:600px;color:#687183;line-height:1.6}.admin-access-denied>a:last-child{margin-top:18px;color:#687183;text-decoration:underline}.admin-sidebar-backdrop{display:none}.admin-management-shell{display:grid;gap:14px}.admin-content-preview{min-height:55px;display:flex;align-items:center;gap:12px;padding:11px 15px;color:#4c3c1f;background:#fff7e2;border:1px solid #dfc27b}.admin-content-preview svg{width:22px;color:#9b7023}.admin-content-preview span{display:grid;gap:2px;font-size:10px;line-height:1.45}.admin-content-preview strong{color:#5b4215;font-size:11px}.admin-management-grid,.admin-media-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.55fr);gap:14px;align-items:start}.admin-editor-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(250px,.45fr);gap:14px;align-items:start}.admin-editor-panel,.admin-entry-list,.admin-management-info,.admin-comment-settings{min-width:0;background:#fff;border:1px solid #d6d9df}.admin-editor-panel>header,.admin-comment-settings>header{min-height:80px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;padding:16px 19px;border-bottom:1px solid #e0e3e8}.admin-editor-panel>header>svg,.admin-comment-settings>header>svg{width:31px;height:31px;color:#18365f;stroke-width:1.6}.admin-editor-panel h2,.admin-comment-settings h2{margin:0;color:#102442;font-size:24px}.admin-editor-panel header p,.admin-comment-settings header p{max-width:750px;margin:4px 0 0;color:#778090;font-size:10px;line-height:1.5}.admin-smtp-form{padding-bottom:19px}.admin-form-grid,.admin-content-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px}.admin-form-grid label,.admin-content-fields label,.admin-content-form>label,.admin-schedule-row label,.admin-seo-settings label,.admin-comment-settings label,.rich-block-editor label,.quote-block label,.video-block label{display:grid;gap:6px;color:#344158;font-size:10px;font-weight:700}.admin-form-grid input,.admin-form-grid select,.admin-content-fields input,.admin-content-fields textarea,.admin-content-fields select,.admin-schedule-row input,.admin-schedule-row select,.admin-seo-settings input,.admin-seo-settings textarea,.admin-comment-settings input,.rich-block-editor input,.rich-block-editor textarea,.rich-block-editor select{width:100%;min-height:43px;padding:9px 11px;color:#17233a;background:#fff;border:1px solid #bdc4ce;border-radius:2px;font:12px/1.4 system-ui,sans-serif}.admin-form-grid input:focus,.admin-content-fields input:focus,.admin-content-fields textarea:focus,.rich-block-editor input:focus,.rich-block-editor textarea:focus{outline:2px solid rgb(24 54 95 / 18%);border-color:#18365f}.admin-content-fields .wide,.admin-form-grid .wide{grid-column:1 / -1}.admin-content-fields textarea,.admin-seo-settings textarea{min-height:72px;resize:vertical}.input-with-icon{display:flex;align-items:center;border:1px solid #bdc4ce}.input-with-icon svg{width:17px;margin-left:10px;color:#687183}.input-with-icon input{border:0}.admin-check{display:flex!important;align-items:center;gap:8px!important;margin:0 20px 15px;color:#344158;font-size:10px;font-weight:650}.admin-check input{width:17px!important;min-height:17px!important;accent-color:#761d32}.admin-editor-panel>footer,.admin-content-form>footer{display:flex;justify-content:flex-end;gap:9px;padding:0 20px}.admin-form-message{margin:15px 20px 0;padding:11px 13px;color:#244d3b;background:#edf6f1;border-left:3px solid #3c7b5e;font-size:10px;line-height:1.5}.admin-management-info{padding:20px}.admin-management-info h3{margin:0 0 14px;color:#102442;font-size:19px}.admin-management-info ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.admin-management-info li{display:grid;grid-template-columns:auto 1fr;gap:8px;color:#566174;font-size:10px;line-height:1.5}.admin-management-info li svg{width:16px;color:#397656}.admin-entry-list{position:sticky;top:15px}.admin-entry-list>header{min-height:56px;display:flex;align-items:center;justify-content:space-between;padding:12px 15px;border-bottom:1px solid #e0e3e8}.admin-entry-list h3{margin:0;color:#102442;font-size:17px}.admin-entry-list header span{min-width:25px;height:25px;display:grid;place-items:center;color:#fff;background:#761d32;font-size:9px}.admin-entry-list ul{max-height:660px;overflow-y:auto;margin:0;padding:0;list-style:none}.admin-entry-list li{display:grid;gap:4px;padding:13px 15px;border-bottom:1px solid #e7e9ed}.admin-entry-list li strong{color:#2e3c52;font-size:10px}.admin-entry-list li small{color:#7a8494;font-size:8px;text-transform:capitalize}.admin-empty-list{min-height:150px;display:grid;place-items:center;align-content:center;gap:8px;color:#8490a1}.admin-empty-list svg{width:28px}.admin-empty-list p{margin:0;font-size:10px}.admin-content-form{padding-bottom:20px}.rich-block-editor{margin:0 20px 18px;border:1px solid #cfd4db}.rich-block-editor>header{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 13px;background:#f3f5f7;border-bottom:1px solid #d7dce3}.rich-block-editor>header>div{display:grid;gap:2px}.rich-block-editor>header strong{color:#102442;font-size:12px}.rich-block-editor>header small{color:#778090;font-size:8px}.rich-block-editor nav{display:flex;flex-wrap:wrap;gap:5px}.rich-block-editor nav button,.inline-format{min-height:32px;display:inline-flex;align-items:center;gap:5px;padding:6px 8px;color:#33435a;background:#fff;border:1px solid #c7cdd5;cursor:pointer;font-size:8px;font-weight:700}.rich-block-editor nav svg,.inline-format svg{width:14px}.rich-block-list{display:grid}.rich-block-list>article{display:grid;grid-template-columns:27px minmax(0,1fr) auto;gap:10px;align-items:start;padding:14px;border-bottom:1px solid #e2e5ea}.rich-block-list>article:last-child{border-bottom:0}.block-number{width:25px;height:25px;display:grid;place-items:center;color:#fff;background:#18365f;font-size:8px;font-weight:800}.rich-block-list textarea{min-height:86px;resize:vertical}.inline-format{margin-top:7px}.heading-block{display:grid;grid-template-columns:76px 1fr;gap:8px}.quote-block,.video-block{display:grid;gap:10px;padding-left:12px;border-left:3px solid #b58a42}.video-block small{color:#778090;font-size:8px}.remove-block{width:31px;height:31px;display:grid;place-items:center;color:#8b3543;background:#fff;border:1px solid #d9bfc4;cursor:pointer}.remove-block:disabled{opacity:.35;cursor:not-allowed}.remove-block svg{width:15px}.admin-seo-settings{margin:0 20px 18px;border:1px solid #d6d9df}.admin-seo-settings summary{min-height:48px;display:flex;align-items:center;gap:8px;padding:10px 13px;color:#102442;background:#f3f5f7;cursor:pointer;font-size:11px;font-weight:800}.admin-seo-settings summary svg{width:17px}.admin-seo-settings>div{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:15px}.admin-seo-settings label:nth-child(2),.admin-seo-settings fieldset{grid-column:1 / -1}.admin-seo-settings fieldset{display:flex;flex-wrap:wrap;gap:12px;padding:12px;border:1px solid #d8dde4}.admin-seo-settings legend{color:#344158;font-size:9px;font-weight:800}.admin-seo-settings .admin-check{margin:0}.admin-schedule-row{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:0 20px 16px}.admin-comment-settings{margin-top:14px}.admin-comment-settings>div{display:grid;grid-template-columns:auto minmax(220px,1fr) auto auto;align-items:end;gap:16px;padding:18px 20px}.admin-comment-settings .admin-check{margin:0}.admin-comment-settings label small{color:#778090;font-size:8px}.admin-upload-zone{min-height:180px;display:grid;place-items:center;align-content:center;gap:7px;margin:20px;color:#526074;background:#f7f8fa;border:2px dashed #aeb8c5;cursor:pointer;text-align:center}.admin-upload-zone:hover{border-color:#18365f;background:#f0f4f8}.admin-upload-zone svg{width:34px;color:#18365f}.admin-upload-zone strong{color:#102442;font-size:12px}.admin-upload-zone span{font-size:9px}.admin-upload-zone input{position:absolute;width:1px;height:1px;opacity:0}.admin-media-previews{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0 20px 20px}.admin-media-options{display:flex;align-items:end;justify-content:space-between;gap:15px;padding:0 20px 16px}.admin-media-options label{display:grid;gap:5px;color:#344158;font-size:9px;font-weight:750}.admin-media-options select{min-height:40px;padding:8px 10px;color:#17233a;background:#fff;border:1px solid #bdc4ce}.admin-media-previews article{overflow:hidden;background:#f4f5f7;border:1px solid #d6d9df}.admin-media-previews img{width:100%;aspect-ratio:16 / 9;display:block;object-fit:cover}.admin-media-previews article div{display:grid;gap:3px;padding:10px}.admin-media-previews strong{overflow:hidden;color:#2e3c52;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.admin-media-previews small{color:#7a8494;font-size:8px}.admin-author-management{margin-top:14px}.admin-author-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)}.admin-author-layout>form{border-right:1px solid #e0e3e8}.admin-author-layout>form footer{display:flex;gap:9px;padding:0 20px 20px}.admin-author-layout textarea{min-height:92px;resize:vertical}.admin-author-layout label small{color:#778090;font-size:8px;font-weight:500}.admin-author-list{display:grid;align-content:start;padding:14px}.admin-author-list article{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:11px;align-items:center;padding:10px;border-bottom:1px solid #e4e7eb}.admin-author-list img,.admin-author-list article>span{width:48px;aspect-ratio:1;display:grid;place-items:center;object-fit:cover;color:#fff;background:#18365f;border-radius:50%}.admin-author-list article>span svg{width:22px}.admin-author-list article div{display:grid;gap:3px;min-width:0}.admin-author-list strong{color:#24354d;font-size:10px}.admin-author-list small{overflow:hidden;color:#7a8494;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.admin-author-list button{display:inline-flex;align-items:center;gap:5px;padding:7px 8px;color:#18365f;background:#fff;border:1px solid #bbc4d0;cursor:pointer;font-size:8px;font-weight:800}.admin-author-list button svg{width:13px}@media(max-width:1180px){.admin-shell{grid-template-columns:190px minmax(0,1fr)}.admin-metrics{grid-template-columns:repeat(4,1fr)}.admin-metrics article:nth-child(6n){border-right:1px solid #e0e3e8}.admin-metrics article:nth-child(4n){border-right:0}.admin-metrics article:nth-last-child(-n+6){border-bottom:1px solid #e0e3e8}.admin-metrics article:nth-last-child(-n+4){border-bottom:0}.admin-analytics-grid{grid-template-columns:minmax(0,1.4fr) minmax(210px,.6fr)}.admin-system-panel{grid-column:1 / -1}.admin-system-panel ul{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.admin-system-panel li{border-bottom:0}.admin-editor-layout{grid-template-columns:minmax(0,1fr) 230px}}@media(max-width:860px){.admin-shell{display:block}.admin-sidebar{width:min(290px,84vw);position:fixed;left:0;top:0;bottom:0;transform:translate(-102%);transition:transform .2s ease;box-shadow:20px 0 60px #05102059;overflow-y:auto}.admin-sidebar.open{transform:translate(0)}.admin-sidebar-backdrop{display:block;position:fixed;inset:0;z-index:80;background:#05102085;border:0}.admin-menu-button{display:grid;flex:0 0 auto}.admin-topbar{justify-content:flex-start}.admin-topbar>div:first-of-type{margin-right:auto}.admin-lower-grid,.admin-management-grid,.admin-media-layout,.admin-editor-layout,.admin-author-layout{grid-template-columns:1fr}.admin-author-layout>form{border-right:0;border-bottom:1px solid #e0e3e8}.admin-entry-list{position:static}.admin-comment-settings>div{grid-template-columns:1fr 1fr;align-items:start}}@media(max-width:640px){.admin-main{padding:12px}.admin-topbar{display:grid;grid-template-columns:auto 1fr;gap:10px}.admin-top-actions{grid-column:1 / -1;display:grid;grid-template-columns:1fr auto;align-items:end}.admin-top-actions select{width:100%;min-width:0}.admin-metrics{grid-template-columns:repeat(2,1fr)}.admin-metrics article{min-height:103px;grid-template-columns:22px minmax(0,1fr);gap:7px;padding:15px 12px}.admin-metrics article>svg{width:21px;height:21px}.admin-metrics article span{overflow-wrap:anywhere;font-size:10px}.admin-metrics article:nth-child(4n){border-right:1px solid #e0e3e8}.admin-metrics article:nth-child(2n){border-right:0}.admin-metrics article:nth-last-child(-n+4){border-bottom:1px solid #e0e3e8}.admin-metrics article:nth-last-child(-n+2){border-bottom:0}.admin-analytics-grid{grid-template-columns:1fr}.admin-system-panel{grid-column:auto}.admin-system-panel ul{grid-template-columns:1fr 1fr}.admin-chart-legend{display:none}.admin-chart{height:170px}.admin-lower-grid article>header{align-items:flex-start;flex-direction:column}.admin-priority-panel li>div{align-items:flex-start;flex-direction:column;padding-block:8px}.admin-preview-notice{align-items:flex-start}.admin-form-grid,.admin-content-fields,.admin-seo-settings>div,.admin-schedule-row,.admin-comment-settings>div{grid-template-columns:1fr}.admin-content-fields .wide,.admin-form-grid .wide,.admin-seo-settings label:nth-child(2),.admin-seo-settings fieldset{grid-column:auto}.rich-block-editor>header{align-items:flex-start;flex-direction:column}.rich-block-editor nav{width:100%}.rich-block-editor nav button{flex:1;justify-content:center}.rich-block-list>article{grid-template-columns:24px minmax(0,1fr)}.remove-block{grid-column:2;justify-self:end}.heading-block{grid-template-columns:64px 1fr}.admin-media-previews{grid-template-columns:1fr}.admin-media-options{align-items:stretch;flex-direction:column}.admin-media-options .button{width:100%}}@media(prefers-reduced-motion:reduce){.admin-sidebar{transition:none}.admin-loading svg{animation:none}}@media(orientation:portrait)and (min-width:600px)and (max-width:1050px){.landscape-advice{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:5px 12px;background:#fff7e4;border-bottom:1px solid #d9bf83;color:#604a21;font-size:10px;position:relative;z-index:82}}@media(orientation:landscape)and (max-height:620px)and (max-width:1050px){.demo-banner{min-height:38px}.trial-header{min-height:52px;grid-template-columns:auto 1fr auto}.trial-case-heading{grid-column:2;grid-row:1;border-top:0;border-left:1px solid #465269;padding:0 0 0 13px}.trial-status{display:none}.trial-layout{grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);overflow:hidden}.courtroom-frame{min-height:0;height:calc(100vh - 180px);aspect-ratio:auto}.phaser-courtroom,.courtroom-loading{min-height:0;height:100%}.trial-actions{grid-template-columns:repeat(6,1fr);min-height:58px}.trial-actions button{min-height:43px}.trial-side-panel{display:flex;overflow-y:auto}.case-summary,.mini-protocol{display:none}.objective-panel{order:1}}@media(max-width:700px){.api-key-settings{margin-top:22px;padding:18px 14px}.api-key-settings>header{grid-template-columns:auto 1fr;gap:12px}.api-key-settings>header>strong{grid-column:1 / -1;justify-self:start}.credential-summary{align-items:stretch;flex-direction:column}.credential-summary .button,.api-key-form .button{width:100%}.official-api-links{display:grid}.fiction-notice{padding:16px 18px}.evidence-presentation-overlay{padding:0}.evidence-presentation-panel{width:100%;height:100%;max-height:none}.evidence-presentation-panel>header{min-height:72px;padding:10px 12px}.evidence-presentation-panel header h2{font-size:21px}.presentation-toolbar{align-items:stretch;flex-direction:column;padding:8px 10px}.presentation-toolbar>div{display:grid;grid-template-columns:1fr 1fr}.presentation-toolbar button{justify-content:center}.presentation-stage{padding:15px 38px}.projection-screen{border-width:4px}.projection-caption{padding:20px 9px 8px}.presentation-arrow{width:34px;height:50px}.presentation-arrow.previous{left:2px}.presentation-arrow.next{right:2px}.evidence-presentation-panel>footer{grid-template-columns:1fr;padding:9px 10px}.presentation-play{width:100%}.presentation-rule{grid-column:1;grid-template-columns:auto 1fr}.presentation-rule button{grid-column:2;justify-self:start}.presentation-toolbar>label{justify-content:space-between}.presentation-toolbar>button{justify-content:center}.media-compare-grid{grid-template-columns:1fr;overflow-y:auto}.media-compare-grid .projection-screen{min-height:230px}.presentation-subtitle{max-width:calc(100% - 70px);bottom:20px;font-size:9px}.presentation-quick-tools{display:grid;grid-template-columns:1fr 1fr}.presentation-quick-tools button{justify-content:center}.presentation-deep-grid{grid-template-columns:1fr}.presentation-deep-grid li button{grid-template-columns:40px 1fr}.presentation-deep-grid li button span{grid-column:1 / -1}}
