:root{--ink-900:#0f172a;--ink-800:#1e293b;--ink-700:#334155;--ink-600:#475569;--line:rgba(226,232,240,0.6);--paper:#f8fafc;--surface:rgba(255,255,255,0.7);--accent:#a21caf;--accent-secondary:#ea580c;--accent-glow:rgba(162,28,175,0.15);--accent-2:#0d9488;--danger:#e11d48;--warn:#d97706;--radius-lg:12px;--radius-md:8px;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--glass:rgba(255,255,255,0.6);--glass-border:rgba(255,255,255,0.4)}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{margin:0;padding:0}body{color:var(--ink-900);background:#f1f5f9;font-family:var(--font-body),serif;min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none;transition:color .2s ease,opacity .2s ease}h1,h2,h3,h4{font-family:var(--font-heading),sans-serif;letter-spacing:-.03em;margin:0;font-weight:700;line-height:1.1}p{margin:0;color:var(--ink-700);line-height:1.7}.site-shell{min-height:100vh;position:relative;isolation:isolate;display:flex;flex-direction:column;overflow-x:hidden}.container{max-width:1280px;margin:0 auto;padding:0 24px;width:100%}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(255,255,255,.8);border-bottom:1px solid var(--line);transition:all .3s ease}.header-row{height:80px;justify-content:space-between;gap:24px}.brand,.header-row{display:flex;align-items:center}.brand{gap:12px}.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;font-weight:800;color:#fff;background:linear-gradient(135deg,#a21caf,#ea580c);box-shadow:0 8px 20px -6px rgba(162,28,175,.5);font-size:1.25rem}.brand-copy strong,.brand-mark{font-family:var(--font-heading),sans-serif}.brand-copy strong{display:block;font-size:1.1rem;font-weight:700;color:var(--ink-900)}.brand-copy small{display:block;color:var(--ink-600);font-size:.8rem;font-weight:500}.nav-link{font-weight:500;color:var(--ink-700);text-decoration:none;padding:6px 12px;border-radius:var(--radius);transition:color .2s;position:relative;z-index:1}.nav-link:hover{color:var(--accent)}.nav-pill{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--accent-glow);border-radius:var(--radius);z-index:0}.site-nav{gap:16px}.breadcrumbs,.site-nav{display:flex;align-items:center}.breadcrumbs{margin:8px 0 2px}.breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;color:var(--ink-600);font-size:.9rem}.breadcrumbs li{display:inline-flex;align-items:center;gap:8px}.breadcrumbs a{color:var(--ink-700)}.breadcrumbs a:hover{color:var(--accent)}.crumb-sep{color:var(--ink-600)}.site-nav-mobile{display:flex;flex-direction:column;gap:16px;padding:24px}.mobile-nav-wrap{display:none}.mobile-nav-panel{position:absolute;top:80px;left:0;right:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--line);box-shadow:var(--shadow-lg);z-index:40}@media (max-width:760px){.site-nav-desktop{display:none}.mobile-nav-wrap{display:block}}.hero{background:linear-gradient(135deg,#4c0519,#2e1065);color:#f8fafc;border-radius:var(--radius-lg);padding:80px 60px;box-shadow:var(--shadow-xl);position:relative;overflow:hidden;margin:40px 0;border:1px solid rgba(255,255,255,.1)}.hero:before{content:"";position:absolute;top:-50%;left:-20%;width:140%;height:200%;background:radial-gradient(circle at center,rgba(234,88,12,.15) 0,transparent 70%);pointer-events:none}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);line-height:1;margin-bottom:24px;color:#fff;max-width:900px}.hero p{font-size:1.25rem;max-width:680px;color:#cbd5e1;margin-bottom:40px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));grid-gap:24px;gap:24px;margin-bottom:80px}.card{background:var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:32px;transition:all .4s cubic-bezier(.23,1,.32,1)}.card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:rgba(162,28,175,.3);background:rgba(255,255,255,.85)}.journal-card{display:flex;flex-direction:column;height:100%}.journal-card h3{font-size:1.75rem;margin-bottom:12px;color:var(--ink-900)}.journal-card p{color:var(--ink-700);margin-bottom:24px;flex-grow:1}.eyebrow{font-family:var(--font-heading),sans-serif;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700;color:var(--accent);margin-bottom:12px;display:block}.chip{padding:6px 14px;background:rgba(255,255,255,.1);border-radius:999px;font-size:.875rem;font-weight:600;border:1px solid rgba(255,255,255,.2);color:#f1f5f9}.button,.chip{display:inline-flex;align-items:center}.button{justify-content:center;padding:12px 24px;border-radius:var(--radius-md);font-weight:700;font-family:var(--font-heading),sans-serif;cursor:pointer;transition:all .2s ease;border:1px solid rgba(162,28,175,.2);background:linear-gradient(135deg,var(--accent) 0,var(--accent-secondary) 100%);color:#fff;box-shadow:0 4px 14px 0 rgba(162,28,175,.28);font-size:.95rem}.button:hover{filter:brightness(1.05);transform:translateY(-1px)}.button:disabled{opacity:.65;cursor:not-allowed;transform:none}.button-primary{background:linear-gradient(135deg,var(--accent) 0,var(--accent-secondary) 100%);color:#fff;box-shadow:0 4px 14px 0 rgba(162,28,175,.39)}.button-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px rgba(234,88,12,.23)}.button.compact{padding:8px 16px;font-size:.875rem}.button-ghost{background:#fff;color:var(--ink-800);border:1px solid var(--line);box-shadow:none}.button-ghost:hover{color:var(--accent);border-color:rgba(162,28,175,.4);filter:none}.main-stack{padding:32px 0 56px;display:grid;grid-gap:20px;gap:20px}.auth-wrap{width:min(100%,980px);margin:0 auto;display:grid;grid-gap:16px;gap:16px}.auth-card{display:grid;grid-gap:14px;gap:14px}.field{display:grid;grid-gap:6px;gap:6px}.field label{font-weight:600;color:var(--ink-800);font-size:.93rem}.input,select,textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius-md);padding:11px 12px;font-size:.95rem;color:var(--ink-900);background:#fff;outline:none}.input:focus,select:focus,textarea:focus{border-color:rgba(162,28,175,.6);box-shadow:0 0 0 3px rgba(162,28,175,.12)}.muted{color:var(--ink-600)}.note-banner{background:rgba(13,148,136,.08);border:1px solid rgba(13,148,136,.28);color:#115e59;border-radius:var(--radius-md);padding:10px 12px;font-size:.88rem;line-height:1.45}.bg-orb{position:fixed;z-index:-1;width:600px;height:600px;border-radius:999px;filter:blur(120px);opacity:.4;pointer-events:none}.orb-a{top:-100px;right:-100px;background:radial-gradient(circle,#a21caf 0,transparent 70%)}.orb-b{bottom:-150px;left:-150px;background:radial-gradient(circle,#ea580c 0,transparent 70%)}.bg-grid{position:fixed;inset:0;z-index:-2;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 80%);mask-image:radial-gradient(circle at center,black,transparent 80%);opacity:.15;pointer-events:none}.site-footer{margin-top:auto;padding:60px 0;background:#fff;border-top:1px solid var(--line)}.footer-row{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.footer-row p{font-size:.95rem;color:var(--ink-600)}@media (max-width:768px){.hero{padding:60px 32px}.grid{grid-template-columns:1fr}.header-row{height:70px}}.archive-two-col{display:grid;grid-template-columns:280px 1fr;grid-gap:32px;gap:32px;align-items:start}@media (max-width:900px){.archive-two-col{grid-template-columns:1fr}}.archive-filters{position:-webkit-sticky;position:sticky;top:100px}.archive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px}.archive-volume-tabular{padding:0!important;overflow:hidden;display:flex;flex-direction:column}.archive-volume-header{padding:16px 20px;border-bottom:1px dashed var(--line);background:rgba(0,0,0,.02)}.archive-issues-grid{display:grid;grid-template-columns:1fr 1fr;flex-grow:1}.archive-issue-cell{padding:16px 20px;border-bottom:1px dashed var(--line);display:flex;flex-direction:column;gap:4px;text-decoration:none;transition:all .2s ease;cursor:pointer}.archive-issue-cell:hover{background:var(--accent-glow)}.archive-issue-title{font-weight:600;color:var(--accent);display:flex;align-items:center;justify-content:space-between}.archive-issue-cell:hover .archive-issue-title{text-decoration:underline}.archive-issue-meta{color:var(--ink-600);font-size:.9rem}.archive-issue-cell:nth-child(odd){border-right:1px dashed var(--line)}.archive-issue-cell:last-child:nth-child(2n),.archive-issue-cell:nth-last-child(-n+2):nth-child(odd){border-bottom:none}.archive-issues-empty{padding:20px;color:var(--ink-500);text-align:center}.clickable-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;cursor:pointer}.clickable-card:hover .clickable-title{text-decoration:underline;color:var(--accent)}.clickable-list-item{display:flex;flex-direction:column;padding:16px 20px;border-bottom:1px dashed var(--line);text-decoration:none;color:inherit;transition:all .2s ease;cursor:pointer}.clickable-list-item:hover{background:var(--accent-glow)}.clickable-list-item:hover .clickable-title{text-decoration:underline;color:var(--accent)}.clickable-title{display:flex;align-items:center;justify-content:space-between;font-weight:600;transition:color .2s}.dashboard-shell{display:grid;grid-template-columns:260px 1fr;grid-gap:18px;gap:18px;align-items:start;margin:20px 0}.dashboard-sidebar{position:-webkit-sticky;position:sticky;top:92px;background:#ffffff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:14px;max-height:calc(100vh - 112px);overflow:auto}.dashboard-brand{padding:6px 8px 14px;border-bottom:1px solid var(--line);margin-bottom:12px}.dashboard-brand h2{font-size:1.1rem;margin-top:4px}.dashboard-nav{display:flex;flex-direction:column;gap:4px}.dashboard-nav-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;color:var(--ink-700);border:1px solid transparent}.dashboard-nav-item .dot{width:8px;height:8px;border-radius:999px;background:rgba(148,163,184,.5)}.dashboard-nav-item:hover{background:rgba(148,163,184,.1);color:var(--ink-900)}.dashboard-nav-item.active{color:var(--ink-900);background:linear-gradient(180deg,rgba(234,88,12,.1),rgba(162,28,175,.08));border-color:rgba(162,28,175,.2)}.dashboard-nav-item.active .dot{background:var(--accent-secondary)}.dashboard-content{min-width:0}.dashboard-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.dashboard-topbar-meta{display:grid;grid-gap:8px;gap:8px;width:100%}.dashboard-menu-toggle{display:none}.dashboard-switcher{max-width:360px}.dashboard-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin:0;padding:20px;background:#ffffff}.dashboard-page-header h1{font-size:1.7rem}.dashboard-page-header p{margin-top:6px;color:var(--ink-600)}.dashboard-page-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dashboard-page-content{display:grid;grid-gap:12px;gap:12px;margin-top:12px}.dashboard-quick-actions{display:flex;flex-wrap:wrap;gap:8px}.dashboard-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.dashboard-grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.form-section{border:1px solid var(--line);border-radius:10px;padding:14px;background:rgba(248,250,252,.7)}.form-section h3{font-size:1rem;margin-bottom:10px}.stat-card{padding:16px}.stat-label{font-size:.82rem;color:var(--ink-600);text-transform:uppercase;letter-spacing:.03em}.stat-value{font-size:1.6rem;font-weight:700;color:var(--ink-900);margin-top:4px}.stat-hint{font-size:.82rem;margin-top:4px;color:var(--ink-600)}:root{--accent:#4f46e5;--accent-secondary:#f97316;--accent-glow:rgba(79,70,229,0.12);--paper:#f6f8fc;--surface:#ffffff;--line:#e2e8f0;--radius-md:10px;--radius-lg:16px}body{background:linear-gradient(180deg,#f8fafc,#eef2ff 30%,#f8fafc)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(79,70,229,.32);outline-offset:2px}.site-header{background:rgba(255,255,255,.92);border-bottom:1px solid rgba(148,163,184,.25)}.header-row{height:76px}.brand-copy strong{font-size:1.08rem}.brand-copy small{font-size:.76rem;letter-spacing:.02em}.site-nav{gap:10px}.nav-link{font-size:.92rem;font-weight:600;border-radius:999px;padding:8px 14px}.nav-link-active{color:var(--accent)}.nav-pill{border:1px solid rgba(79,70,229,.18);background:rgba(79,70,229,.1);border-radius:999px}.health-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:6px 10px;background:#fff}.health-dot{width:8px;height:8px;border-radius:999px}.health-text{font-size:.8rem;font-weight:600;color:var(--ink-700)}.health-latency{font-size:.72rem;color:var(--ink-600)}.nav-toggle{border:1px solid var(--line);background:#fff;border-radius:10px;width:42px;height:42px;display:grid;place-items:center}.hamburger{width:20px;display:flex;flex-direction:column;gap:4px}.hamburger span{height:2px;width:100%;background:var(--ink-800)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.main-stack{gap:16px}.journal-nav-shell{position:-webkit-sticky;position:sticky;top:76px;z-index:35;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);padding:14px}.journal-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;font-size:.82rem;color:var(--ink-600)}.journal-breadcrumbs a{color:var(--ink-700)}.journal-nav-title h1{font-size:clamp(1.2rem,2vw,1.5rem);margin:12px 0;color:var(--ink-900)}.journal-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.journal-tab{white-space:nowrap;padding:8px 13px;border-radius:999px;border:1px solid var(--line);color:var(--ink-700);font-weight:600;font-size:.86rem;background:#fff}.journal-tab-active{background:var(--accent);color:#fff;border-color:var(--accent)}.compact-hero{background:linear-gradient(128deg,#172554,#3730a3 52%,#1e40af);border-radius:16px;padding:28px;color:#e2e8f0}.section-label{font-family:var(--font-heading),sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700;color:#93c5fd}.compact-hero h2{margin-top:8px;color:#fff;font-size:clamp(1.5rem,2.4vw,2rem)}.compact-hero p{color:#cbd5e1;margin-top:8px;max-width:780px}.metadata-badges{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.metadata-badge,.metadata-pill{display:inline-flex;align-items:center;border-radius:999px;font-size:.75rem;font-weight:700;padding:5px 10px;border:1px solid rgba(148,163,184,.35);background:rgba(255,255,255,.08);color:#e2e8f0}.content-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:24px}.content-card h3,.content-card h4{font-size:1.25rem;margin-bottom:10px}:root{--tier-admin-color:#4f46e5;--tier-admin-bg:rgba(79,70,229,0.08);--tier-admin-border:rgba(79,70,229,0.25);--tier-editorial-color:#0d9488;--tier-editorial-bg:rgba(13,148,136,0.08);--tier-editorial-border:rgba(13,148,136,0.25);--tier-production-color:#ea580c;--tier-production-bg:rgba(234,88,12,0.08);--tier-production-border:rgba(234,88,12,0.25);--tier-review-color:#a21caf;--tier-review-bg:rgba(162,28,175,0.08);--tier-review-border:rgba(162,28,175,0.25);--tier-support-color:#2563eb;--tier-support-bg:rgba(37,99,235,0.08);--tier-support-border:rgba(37,99,235,0.25);--tier-subscriber-color:#64748b;--tier-subscriber-bg:rgba(100,116,139,0.08);--tier-subscriber-border:rgba(100,116,139,0.25)}.chip.tier-admin{background:var(--tier-admin-bg);border-color:var(--tier-admin-border);color:var(--tier-admin-color)}.chip.tier-editorial{background:var(--tier-editorial-bg);border-color:var(--tier-editorial-border);color:var(--tier-editorial-color)}.chip.tier-production{background:var(--tier-production-bg);border-color:var(--tier-production-border);color:var(--tier-production-color)}.chip.tier-review{background:var(--tier-review-bg);border-color:var(--tier-review-border);color:var(--tier-review-color)}.chip.tier-support{background:var(--tier-support-bg);border-color:var(--tier-support-border);color:var(--tier-support-color)}.chip.tier-subscriber{background:var(--tier-subscriber-bg);border-color:var(--tier-subscriber-border);color:var(--tier-subscriber-color)}.role-chip{font-weight:700;letter-spacing:.03em;font-size:.72rem}.role-chip,.tier-chip{text-transform:uppercase}.tier-chip{font-size:.68rem;font-weight:600;letter-spacing:.04em;opacity:.85}.chip-small{font-size:.66rem;padding:3px 7px;border-radius:6px;border:1px solid rgba(148,163,184,.3);background:rgba(248,250,252,.6);color:var(--ink-600)}.tier-sidebar-chip{margin-top:6px;display:inline-block;font-size:.72rem}.dot.tier-admin{background:var(--tier-admin-color)}.dot.tier-editorial{background:var(--tier-editorial-color)}.dot.tier-production{background:var(--tier-production-color)}.dot.tier-review{background:var(--tier-review-color)}.dot.tier-support{background:var(--tier-support-color)}.dot.tier-subscriber{background:var(--tier-subscriber-color)}.tier-section{margin-top:18px;padding:18px}.tier-header{margin-bottom:14px}.tier-title{font-size:1.15rem}.tier-badge{font-size:.68rem}.tier-section.tier-admin .tier-badge{background:var(--tier-admin-bg);border-color:var(--tier-admin-border);color:var(--tier-admin-color)}.tier-section.tier-editorial .tier-badge{background:var(--tier-editorial-bg);border-color:var(--tier-editorial-border);color:var(--tier-editorial-color)}.tier-section.tier-production .tier-badge{background:var(--tier-production-bg);border-color:var(--tier-production-border);color:var(--tier-production-color)}.tier-section.tier-review .tier-badge{background:var(--tier-review-bg);border-color:var(--tier-review-border);color:var(--tier-review-color)}.tier-section.tier-support .tier-badge{background:var(--tier-support-bg);border-color:var(--tier-support-border);color:var(--tier-support-color)}.tier-section.tier-subscriber .tier-badge{background:var(--tier-subscriber-bg);border-color:var(--tier-subscriber-border);color:var(--tier-subscriber-color)}.tier-card{border-radius:var(--radius-md);transition:transform .15s ease,box-shadow .15s ease}.tier-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.role-identity-banner{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:8px}.role-identity-info{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.role-identity-name{font-size:1.15rem;font-weight:700}.role-identity-secondary{font-size:.82rem;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.hierarchy-explainer{background:rgba(248,250,252,.7);border:1px solid var(--line);border-radius:var(--radius-lg);padding:18px}.hierarchy-explainer h4{font-size:1rem;margin-bottom:8px}.hierarchy-chain{display:flex;align-items:center;gap:8px;margin-top:12px;flex-wrap:wrap}.hierarchy-node{font-size:.76rem;font-weight:700;padding:6px 12px;border-radius:8px;border:1px solid;text-transform:uppercase;letter-spacing:.02em}.hierarchy-node.has-arrow:after{content:"→";margin-left:10px;color:var(--ink-600);font-weight:400}.hierarchy-node.tier-admin{background:var(--tier-admin-bg);border-color:var(--tier-admin-border);color:var(--tier-admin-color)}.hierarchy-node.tier-editorial{background:var(--tier-editorial-bg);border-color:var(--tier-editorial-border);color:var(--tier-editorial-color)}.hierarchy-node.tier-production{background:var(--tier-production-bg);border-color:var(--tier-production-border);color:var(--tier-production-color)}.hierarchy-node.tier-review{background:var(--tier-review-bg);border-color:var(--tier-review-border);color:var(--tier-review-color)}.hierarchy-node.tier-support{background:var(--tier-support-bg);border-color:var(--tier-support-border);color:var(--tier-support-color)}.hierarchy-node.tier-subscriber{background:var(--tier-subscriber-bg);border-color:var(--tier-subscriber-border);color:var(--tier-subscriber-color)}.nav-tier-group{display:flex;flex-direction:column;gap:2px}.nav-tier-label{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-600);padding:4px 14px 2px}.nav-divider{width:1px;height:24px;background:rgba(148,163,184,.35);margin:0 4px;align-self:center}.metadata-text{text-transform:uppercase;letter-spacing:.06em;font-size:.74rem;color:var(--ink-600);font-weight:700}.readable-list{margin:10px 0 0;padding-left:20px;color:var(--ink-700)}.readable-list li{margin-bottom:10px;line-height:1.65}.two-col{grid-gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.three-col,.two-col{display:grid;gap:16px}.three-col{grid-gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.mission-card{grid-column:span 1}.focus-grid{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.focus-area-card{border:1px solid var(--line);border-radius:12px;padding:14px;background:#f8fafc}.focus-area-card h4{font-size:1rem;margin-bottom:4px}.policy-html{line-height:1.75}.policy-html h1,.policy-html h2,.policy-html h3{margin-top:18px;margin-bottom:8px}.policy-html ol,.policy-html ul{padding-left:20px}.cta-actions,.cta-section{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.editorial-toolbar{display:grid;grid-gap:12px;gap:12px}.editor-filters{display:flex;flex-wrap:wrap;gap:8px}.editorial-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:12px;gap:12px}.editorial-card a{color:var(--accent);font-weight:600}.empty-state{display:grid;grid-gap:10px;gap:10px;justify-items:center}.empty-state-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-size:2rem;background:#eef2ff}.archive-two-col{grid-template-columns:300px 1fr;gap:16px}.archive-filters h3{margin-bottom:10px}.archive-grid{grid-template-columns:1fr}.archive-volume-tabular{padding:0}.archive-volume-header{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;background:#f8fafc;border-bottom:1px solid var(--line)}.archive-volume-header h3{margin:2px 0 0}.volume-stat-stack{display:grid;text-align:right;grid-gap:3px;gap:3px;color:var(--ink-700);font-size:.86rem}.archive-issue-list,.issue-row{display:grid}.issue-row{grid-template-columns:1fr auto;grid-gap:6px;gap:6px;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line)}.issue-row-title{font-weight:700;color:var(--ink-900)}.issue-row-meta{grid-column:1;font-size:.86rem;color:var(--ink-600)}.issue-row-action{grid-row:1/span 2;color:var(--accent);font-weight:700;font-size:.83rem}.site-footer{margin-top:40px;background:#0f172a;border-top:none;color:#cbd5e1;padding:44px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:20px;gap:20px}.footer-title{font-size:1.15rem;color:#fff;font-weight:700}.footer-col-title{margin-bottom:10px;color:#fff;font-weight:700}.footer-links{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.footer-links a{color:#cbd5e1}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(148,163,184,.25);margin-top:24px;padding:12px 0;font-size:.82rem;color:#94a3b8}@media (max-width:980px){.archive-two-col,.footer-grid,.stats-grid,.three-col,.two-col{grid-template-columns:1fr}.journal-nav-shell{top:68px}}.dashboard-shell{gap:14px}.dashboard-sidebar{border-radius:14px}.dashboard-brand,.dashboard-nav-group{margin-bottom:8px}.dashboard-nav-group-label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-600);margin:8px 8px 6px;font-weight:700}.dashboard-nav-item{font-size:.88rem;font-weight:600}.dashboard-page-header h1{font-size:clamp(1.35rem,2.2vw,1.9rem)}.dashboard-page-header p{max-width:760px}.workflow-steps{list-style:none;margin:10px 0 0;padding:0;display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.workflow-step{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:10px;padding:10px;background:#fff;color:var(--ink-700)}.workflow-step-index{width:24px;height:24px;border-radius:999px;display:grid;place-items:center;font-size:.76rem;font-weight:700;border:1px solid var(--line)}.workflow-step-complete{border-color:rgba(13,148,136,.3);background:rgba(13,148,136,.06)}.workflow-step-complete .workflow-step-index{border-color:#0d9488;color:#0f766e;background:rgba(13,148,136,.12)}.workflow-step-current{border-color:rgba(79,70,229,.38);background:rgba(79,70,229,.08)}.workflow-step-current .workflow-step-index{border-color:#4f46e5;color:#3730a3;background:rgba(79,70,229,.14)}.workflow-step-upcoming{opacity:.95}@media (max-width:1024px){.dashboard-menu-toggle{display:inline-flex}.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{display:none;position:static;max-height:none}.dashboard-sidebar.open{display:block}}.sync-history-table{width:100%;border-collapse:collapse;font-size:.92rem}.sync-history-table td,.sync-history-table th{text-align:left;padding:10px;border-bottom:1px solid var(--line);vertical-align:top}.sync-history-table th{color:var(--ink-700);font-weight:700;font-size:.82rem;text-transform:uppercase}.empty-state{border:1px dashed #cbd5e1;border-radius:10px;padding:24px;text-align:center;background:#f8fafc}.empty-state p{color:var(--ink-600)}.button.button-danger{background:#e11d48;color:#fff}.button.button-danger:hover{background:#be123c}.field input:focus,.field select:focus,.field textarea:focus,.input:focus,.select:focus{outline:3px solid rgba(162,28,175,.25);outline-offset:1px}@media (max-width:1080px){.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{position:fixed;top:82px;left:14px;right:14px;z-index:60;transform:translateY(-120%);opacity:0;pointer-events:none;transition:all .2s ease;max-height:70vh}.dashboard-sidebar.open{transform:translateY(0);opacity:1;pointer-events:auto}.dashboard-menu-toggle{display:inline-flex}.dashboard-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.dashboard-page-header{flex-direction:column}.dashboard-page-header-actions,.dashboard-quick-actions{width:100%}.dashboard-page-header-actions .button,.dashboard-quick-actions .button{width:100%;justify-content:center}.dashboard-grid-three,.dashboard-grid-two{grid-template-columns:1fr}}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.shell-root{display:grid;grid-template-columns:260px 1fr;grid-gap:0;gap:0;min-height:100vh;background:#f1f5f9;position:relative}.shell-root.shell-collapsed{grid-template-columns:60px 1fr}.shell-root.shell-mobile-open .shell-sidebar{display:block}.shell-sidebar{position:-webkit-sticky;position:sticky;top:0;background:#fff;border-right:1px solid var(--line);padding:0;max-height:100vh;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;z-index:45;transition:width .2s ease}.shell-sidebar::-webkit-scrollbar{width:4px}.shell-sidebar::-webkit-scrollbar-thumb{background:rgba(148,163,184,.4);border-radius:4px}.shell-brand{padding:16px 14px;border-bottom:1px solid var(--line);flex-wrap:wrap}.shell-brand,.shell-brand-link{display:flex;align-items:center;gap:10px}.shell-brand-link{text-decoration:none;color:var(--ink-900)}.shell-brand-mark{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;font-family:var(--font-heading),sans-serif;font-weight:800;color:#fff;background:linear-gradient(135deg,#4f46e5,#f97316);box-shadow:0 4px 12px -4px rgba(79,70,229,.5);font-size:.85rem;flex-shrink:0}.shell-brand-copy strong{display:block;font-size:.92rem;font-weight:700;color:var(--ink-900);font-family:var(--font-heading),sans-serif}.shell-collapse-btn{border:1px solid var(--line);background:#fff;border-radius:8px;width:28px;height:28px;display:grid;place-items:center;cursor:pointer;color:var(--ink-600);flex-shrink:0;margin-left:auto;transition:all .15s ease}.shell-collapse-btn:hover{color:var(--accent);border-color:var(--accent)}.shell-journal-switcher{padding:8px 14px;border-bottom:1px solid var(--line)}.shell-journal-switcher label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-600);font-weight:700}.shell-journal-switcher select{font-size:.88rem}.shell-journal-switcher-collapsed{padding:8px 6px;border-bottom:1px solid var(--line)}.shell-journal-switcher-collapsed select{font-size:.72rem;padding:4px 6px}.shell-nav{display:flex;flex-direction:column;gap:2px;padding:8px 0;flex-grow:1}.shell-nav-group{margin-bottom:2px}.shell-nav-group.has-active .shell-nav-group-toggle{color:var(--accent)}.shell-nav-group-toggle{display:flex;align-items:center;gap:10px;width:100%;padding:8px 14px;border-radius:0;background:transparent;border:none;cursor:pointer;color:var(--ink-700);font-weight:600;font-size:.86rem;font-family:var(--font-heading),sans-serif;text-align:left;transition:background .15s ease,color .15s ease}.shell-nav-group-toggle:hover{background:rgba(79,70,229,.06);color:var(--ink-900)}.shell-nav-group-toggle.expanded{color:var(--ink-900)}.shell-nav-group-icon{display:grid;place-items:center;flex-shrink:0;opacity:.7}.shell-nav-group-toggle:hover .shell-nav-group-icon,.shell-nav-group.has-active .shell-nav-group-icon{opacity:1}.shell-nav-group-label{flex-grow:1}.shell-nav-group-chevron{display:grid;place-items:center;opacity:.4;transition:transform .15s ease}.shell-nav-group-toggle.expanded .shell-nav-group-chevron{transform:rotate(0deg);opacity:.7}.shell-nav-group-items{display:flex;flex-direction:column;gap:1px;padding:0 14px 6px}.shell-nav-group-items-collapsed{display:flex;flex-direction:column;gap:1px;padding:0 6px 6px}.shell-nav-item{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;color:var(--ink-700);text-decoration:none;font-weight:500;font-size:.84rem;transition:background .15s ease,color .15s ease;border:1px solid transparent}.shell-nav-item:hover{background:rgba(79,70,229,.06);color:var(--ink-900)}.shell-nav-item.active{background:rgba(79,70,229,.12);color:var(--accent);border-color:rgba(79,70,229,.18);font-weight:600}.shell-nav-item-icon{display:grid;place-items:center;flex-shrink:0;opacity:.6}.shell-nav-item.active .shell-nav-item-icon{opacity:1}.shell-nav-item-icon-only{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;color:var(--ink-600);text-decoration:none;transition:background .15s ease,color .15s ease;border:1px solid transparent}.shell-nav-item-icon-only:hover{background:rgba(79,70,229,.06);color:var(--ink-900)}.shell-nav-item-icon-only.active{background:rgba(79,70,229,.12);color:var(--accent);border-color:rgba(79,70,229,.18)}.shell-nav-item-badge{font-size:.66rem;padding:2px 6px;border-radius:999px;background:var(--accent);color:#fff;font-weight:700;margin-left:auto}.shell-sidebar-footer{padding:10px 14px;border-top:1px solid var(--line);margin-top:auto}.shell-main{min-width:0;display:flex;flex-direction:column;gap:0}.shell-header{justify-content:space-between;padding:10px 20px;background:#fff;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:40;min-height:52px}.shell-header,.shell-header-left{display:flex;align-items:center;gap:12px}.shell-header-left{min-width:0}.shell-header-center{display:flex;align-items:center;gap:12px}.shell-header-journal select{font-size:.88rem;max-width:280px}.shell-header-right{display:flex;align-items:center;gap:6px;min-width:0}.shell-mobile-toggle{display:none}.shell-header-action{width:36px;height:36px;border-radius:10px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;cursor:pointer;color:var(--ink-700);transition:all .15s ease}.shell-header-action:hover{color:var(--accent);border-color:rgba(79,70,229,.3);background:rgba(79,70,229,.06)}.shell-help-btn:hover{color:#0d9488;border-color:rgba(13,148,136,.3);background:rgba(13,148,136,.06)}.shell-profile-btn{display:flex;align-items:center;gap:6px;width:auto;padding:4px 10px}.shell-profile-role{font-size:.72rem;font-weight:700;color:var(--ink-600);max-width:120px;overflow:hidden;text-overflow:ellipsis}.shell-search-wrap{position:relative}.shell-search-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:min(360px,90vw);background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:12px;z-index:60}.shell-search-results{list-style:none;margin:8px 0 0;padding:0;display:grid;grid-gap:4px;gap:4px}.shell-search-result-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;text-decoration:none;color:var(--ink-700);transition:background .15s ease}.shell-search-result-item:hover{background:rgba(79,70,229,.08);color:var(--accent)}.shell-search-result-group{font-size:.72rem;color:var(--ink-600);font-weight:600;text-transform:uppercase;letter-spacing:.03em;min-width:60px}.shell-search-empty{padding:12px;text-align:center}.shell-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:min(320px,90vw);background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:14px;z-index:60}.shell-notifications-wrap{position:relative;display:grid;place-items:center}.shell-notifications-dropdown{position:absolute}.shell-profile-wrap{position:relative;display:grid;place-items:center}.shell-profile-dropdown{position:absolute}.shell-profile-info{display:grid;grid-gap:4px;gap:4px}.shell-dropdown-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;color:var(--ink-700);text-decoration:none;font-weight:500;font-size:.88rem;cursor:pointer;transition:background .15s ease;border:none;background:none;width:100%;text-align:left}.shell-dropdown-item:hover{background:rgba(79,70,229,.06);color:var(--accent)}.shell-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;background:#fff;border-bottom:1px solid rgba(79,70,229,.08)}.shell-page-header-left h1{font-size:clamp(1.3rem,2vw,1.8rem);color:var(--ink-900)}.shell-page-desc{margin-top:4px;color:var(--ink-600);font-size:.92rem;max-width:680px}.shell-page-header-right{align-items:center}.shell-page-header-right,.shell-quick-actions{display:flex;gap:8px;flex-wrap:wrap}.shell-page-help-btn{display:inline-flex;align-items:center;gap:6px;color:#0d9488}.shell-page-help-btn:hover{color:#0f766e}.shell-workflow-bar{padding:14px 24px;background:#fff;border-bottom:1px solid var(--line)}.shell-page-content{padding:16px 24px;display:grid;grid-gap:16px;gap:16px}.help-panel-overlay{position:fixed;inset:0;z-index:110;background:rgba(15,23,42,.35);display:grid;place-items:end end;padding:24px}.help-panel{width:min(100%,480px);background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);max-height:80vh;display:flex;flex-direction:column}.help-panel-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line)}.help-panel-header h3{font-size:1rem;color:var(--ink-900)}.help-panel-content{padding:16px 18px;overflow-y:auto;flex-grow:1}.help-paragraph{margin:8px 0}.help-bullet,.help-paragraph{line-height:1.7;color:var(--ink-700)}.help-bullet{margin:6px 0;padding-left:4px}.help-list{list-style:none;padding:0;margin:0}.help-panel-footer{padding:10px 18px;border-top:1px solid var(--line)}.ctx-help-wrap{position:relative}.ctx-help-trigger,.ctx-help-wrap{display:inline-flex;align-items:center}.ctx-help-trigger{border:none;background:none;cursor:pointer;padding:0}.ctx-help-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:rgba(79,70,229,.12);color:var(--accent);font-size:.72rem;font-weight:700;cursor:help;transition:background .15s ease}.ctx-help-icon:hover{background:rgba(79,70,229,.22)}.ctx-help-popup{bottom:calc(100% + 6px);background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow-lg);padding:10px 14px;max-width:min(300px,90vw);z-index:50;font-size:.84rem;color:var(--ink-700);line-height:1.6}.ctx-help-popup,.ctx-help-popup:after{position:absolute;left:50%;transform:translateX(-50%)}.ctx-help-popup:after{content:"";top:100%;border:6px solid transparent;border-top-color:#fff}.tooltip-wrap{position:relative;display:inline-flex}.tooltip-popup{position:absolute;bottom:calc(100% + 4px);left:50%;transform:translateX(-50%);background:var(--ink-900);color:#f8fafc;border-radius:6px;padding:4px 8px;font-size:.76rem;white-space:nowrap;z-index:50;pointer-events:none}.onboarding-checklist{background:#fff;border:1px solid rgba(79,70,229,.18);border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow-sm)}.onboarding-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.onboarding-header h3{font-size:1rem;flex-grow:1}.onboarding-progress{position:relative;height:24px;background:#e2e8f0;border-radius:999px;width:120px;overflow:hidden}.onboarding-progress-bar{height:100%;background:linear-gradient(135deg,#4f46e5,#0d9488);border-radius:999px;transition:width .3s ease}.onboarding-progress-label{position:absolute;inset:0;display:grid;place-items:center;font-size:.72rem;font-weight:700;color:var(--ink-900)}.onboarding-items{list-style:none;padding:0;margin:12px 0 0;display:grid;grid-gap:6px;gap:6px}.onboarding-item{display:flex;align-items:center;gap:10px;padding:6px;border-radius:8px;transition:background .15s ease}.onboarding-item:hover{background:rgba(79,70,229,.04)}.onboarding-item.completed .onboarding-item-label{color:var(--ink-600);text-decoration:line-through}.onboarding-check{width:24px;height:24px;border-radius:999px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;cursor:pointer;font-size:.76rem;font-weight:700;color:var(--ink-600);transition:all .15s ease}.onboarding-item.completed .onboarding-check{background:#0d9488;color:#fff;border-color:#0d9488}.onboarding-item-label{font-size:.88rem;font-weight:500;color:var(--ink-700);text-decoration:none}.onboarding-item-label:hover{color:var(--accent)}.shell-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px}.shell-stat-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;gap:4px;transition:box-shadow .15s ease}.shell-stat-card:hover{box-shadow:var(--shadow-md)}.shell-stat-icon{font-size:1.4rem;margin-bottom:4px}.shell-stat-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-600);font-weight:700}.shell-stat-value{font-size:1.6rem;font-weight:700;color:var(--ink-900);font-family:var(--font-heading),sans-serif}.shell-stat-hint{font-size:.78rem;color:var(--ink-600)}.shell-welcome-banner{background:linear-gradient(128deg,#172554,#3730a3 52%,#1e40af);border-radius:var(--radius-lg);padding:24px 28px;color:#e2e8f0;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.shell-welcome-banner h2{color:#fff;font-size:clamp(1.2rem,2vw,1.6rem)}.shell-welcome-banner p{color:#cbd5e1;margin-top:4px}.shell-welcome-actions{display:flex;gap:8px;flex-wrap:wrap}.shell-welcome-actions .button{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);color:#e2e8f0;box-shadow:none}.shell-welcome-actions .button:hover{background:rgba(255,255,255,.22);color:#fff}.shell-welcome-actions .button-primary{background:#4f46e5;border-color:#4f46e5;color:#fff}.shell-activity-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:16px}.shell-activity-list{list-style:none;margin:8px 0 0;padding:0;display:grid;grid-gap:8px;gap:8px}.shell-activity-item{display:flex;align-items:flex-start;gap:10px;padding:8px;border-radius:8px;font-size:.88rem;color:var(--ink-700)}.shell-activity-dot{width:8px;height:8px;border-radius:999px;margin-top:4px;flex-shrink:0}.shell-activity-time{font-size:.76rem;color:var(--ink-600);margin-top:2px}.shell-alert-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:16px}.shell-alert-item{display:flex;align-items:center;gap:10px;padding:8px;border-radius:8px;font-size:.88rem;color:var(--ink-700);border:1px solid transparent}.shell-alert-item.warn{background:rgba(217,119,6,.06);border-color:rgba(217,119,6,.15);color:#92400e}.shell-alert-item.danger{background:rgba(225,29,72,.06);border-color:rgba(225,29,72,.15);color:#991b1b}.shell-alert-item.info{background:rgba(79,70,229,.06);border-color:rgba(79,70,229,.15);color:#1e40af}.shell-health-bar{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:12px 16px;display:flex;align-items:center;gap:12px;font-size:.88rem}.shell-health-dot{width:10px;height:10px;border-radius:999px}.shell-health-dot.healthy{background:#0d9488}.shell-health-dot.degraded{background:#b45309}.shell-health-dot.offline{background:#e11d48}.shell-form-section{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:20px}.shell-form-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.shell-form-section-header h3{font-size:1.05rem}.shell-form-section-header .shell-section-badge{font-size:.72rem;padding:4px 10px;border-radius:999px;font-weight:700}.shell-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:14px;gap:14px}.shell-form-grid-full{grid-column:1/-1}.shell-field-error{font-size:.82rem;color:var(--danger);margin-top:4px}.shell-field-hint{font-size:.82rem;color:var(--ink-600);margin-top:4px;display:flex;align-items:center;gap:4px}.shell-field-required{color:var(--danger);font-size:.78rem;font-weight:700}.shell-form-actions{justify-content:flex-end;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.shell-form-actions,.shell-tab-row{display:flex;align-items:center;gap:8px}.shell-tab-row{flex-wrap:wrap;padding:6px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.shell-tab{border:0;background:transparent;color:var(--ink-700);border-radius:8px;padding:8px 12px;font:inherit;font-weight:700;cursor:pointer}.shell-tab:hover{background:#f1f5f9}.shell-tab.active{color:#fff;background:var(--primary)}.shell-toggle-row{display:flex;align-items:center;gap:10px;min-height:40px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink-700);font-size:.9rem}.shell-toggle-row input{width:16px;height:16px;accent-color:var(--primary)}.shell-preference-list{display:grid;grid-gap:10px;gap:10px}.shell-progress-bar{height:6px;background:#e2e8f0;border-radius:999px;overflow:hidden;margin-top:8px}.shell-progress-fill{height:100%;background:linear-gradient(135deg,#4f46e5,#0d9488);border-radius:999px;transition:width .3s ease}.shell-table-wrap{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.shell-table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line);flex-wrap:wrap}.shell-table-toolbar-left,.shell-table-toolbar-right{display:flex;align-items:center;gap:8px}.shell-table{width:100%;border-collapse:collapse;font-size:.88rem}.shell-table td,.shell-table th{padding:10px 16px;border-bottom:1px solid var(--line);vertical-align:middle;text-align:left}.shell-table th{font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-600);background:#f8fafc}.shell-table tr:hover td{background:rgba(79,70,229,.04)}.shell-table-row-link{cursor:pointer;text-decoration:none;color:inherit}.shell-table-row-link:hover td{background:rgba(79,70,229,.08)}.shell-table-empty{text-align:center;padding:32px 16px;color:var(--ink-600)}.shell-table-pagination{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;border-top:1px solid var(--line);font-size:.82rem}.shell-step-form{display:grid;grid-gap:16px;gap:16px}.shell-step-nav{display:flex;gap:4px;flex-wrap:wrap}.shell-step-nav-item{padding:8px 14px;border-radius:999px;border:1px solid var(--line);font-weight:600;font-size:.84rem;color:var(--ink-700);background:#fff;cursor:pointer;transition:all .15s ease}.shell-step-nav-item:hover{border-color:rgba(79,70,229,.3);color:var(--accent)}.shell-step-nav-item.active{background:var(--accent);color:#fff;border-color:var(--accent)}.shell-step-nav-item.complete{background:rgba(13,148,136,.08);border-color:rgba(13,148,136,.25);color:#0d9488}.shell-section-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));grid-gap:16px;gap:16px}.shell-section-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:20px}.shell-section-card-title{font-size:1.05rem;font-weight:700;color:var(--ink-900);margin-bottom:8px;display:flex;align-items:center;gap:8px}.status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:700;border:1px solid transparent}.status-badge.neutral{color:var(--ink-700);background:#f1f5f9;border-color:#e2e8f0}.status-badge.ok{color:#166534;background:#dcfce7;border-color:#86efac}.status-badge.warn{color:#92400e;background:#fef3c7;border-color:#fcd34d}.status-badge.danger{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.status-badge.info,.status-badge.submitted{color:#1e40af;background:#dbeafe;border-color:#93c5fd}.status-badge.under-review{color:#6d28d9;background:#ede9fe;border-color:#c4b5fd}.status-badge.accepted{color:#166534;background:#dcfce7;border-color:#86efac}.status-badge.rejected{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.status-badge.revision{color:#92400e;background:#fef3c7;border-color:#fcd34d}.status-badge.published{color:#0f766e;background:#ccfbf1;border-color:#5eead4}.status-badge.draft{color:var(--ink-600);background:#f1f5f9;border-color:#e2e8f0}.status-badge.sync-enabled{color:#166534;background:#dcfce7;border-color:#86efac}.status-badge.sync-failed{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.status-badge.connected{color:#166534;background:#dcfce7;border-color:#86efac}.status-badge.not-configured{color:var(--ink-600);background:#f1f5f9;border-color:#e2e8f0}.status-badge.pending-upload{color:#92400e;background:#fef3c7;border-color:#fcd34d}.shell-detail-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:16px;gap:16px;align-items:start}.shell-detail-sidebar{position:-webkit-sticky;position:sticky;top:128px}.data-manager-toolbar{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:16px;display:grid;grid-gap:12px;gap:12px}.data-manager-tabs{display:flex;gap:6px;flex-wrap:wrap}.data-manager-tab{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink-700);cursor:pointer;font-family:var(--font-heading),sans-serif;font-size:.84rem;font-weight:700;padding:8px 14px}.data-manager-tab.active,.data-manager-tab:hover{background:rgba(79,70,229,.1);border-color:rgba(79,70,229,.3);color:var(--accent)}.data-manager-filters{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,240px);grid-gap:10px;gap:10px;align-items:end}.data-manager-table{overflow-x:auto}.data-manager-table .shell-table{min-width:840px}.data-manager-forms{display:grid;grid-gap:16px;gap:16px}.compact-select{min-width:190px;padding:8px 10px;font-size:.84rem}@media (max-width:1080px){.shell-root,.shell-root.shell-collapsed{grid-template-columns:1fr}.shell-sidebar{position:fixed;top:0;left:0;right:0;bottom:0;z-index:60;max-height:100vh;width:280px;transform:translateX(-100%);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease;box-shadow:none}.shell-sidebar.open{transform:translateX(0);opacity:1;pointer-events:auto;box-shadow:var(--shadow-xl)}.shell-mobile-toggle{display:inline-flex}.shell-header{top:0;flex-wrap:wrap}.shell-header-left{flex:1 1 auto}.shell-header-right{margin-left:auto}.shell-collapse-btn,.shell-header-center .shell-header-journal{display:none}.shell-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shell-detail-layout,.shell-section-grid{grid-template-columns:1fr}.shell-detail-sidebar{position:static}.shell-form-grid{grid-template-columns:1fr}.shell-page-header{flex-direction:column;gap:12px}.shell-page-header-right{width:100%}.shell-quick-actions .button{flex-grow:1;justify-content:center}.shell-welcome-banner{flex-direction:column}}@media (max-width:760px){.shell-header{padding:8px 12px;gap:8px}.shell-header-left{flex:1 1 100%;justify-content:flex-start}.shell-header-right{width:100%;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.shell-header-right::-webkit-scrollbar{display:none}.shell-api-health{display:none}.shell-dropdown,.shell-search-dropdown{right:auto;left:0;width:min(320px,calc(100vw - 24px))}.shell-page-header{padding:14px 12px}.shell-page-content{padding:12px;gap:12px}.shell-stats-grid{grid-template-columns:1fr}.shell-profile-role{display:none}.shell-welcome-banner{padding:18px 16px}.shell-table-wrap{overflow-x:auto}.data-manager-filters{grid-template-columns:1fr}}.tier-section{margin-top:16px;border:1px solid var(--line);border-radius:var(--radius-lg);padding:16px;position:relative;overflow:hidden;background:#fff}.tier-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.tier-section.tier-admin:before{background:var(--tier-admin-color)}.tier-section.tier-editorial:before{background:var(--tier-editorial-color)}.tier-section.tier-production:before{background:var(--tier-production-color)}.tier-section.tier-review:before{background:var(--tier-review-color)}.tier-section.tier-support:before{background:var(--tier-support-color)}.tier-section.tier-subscriber:before{background:var(--tier-subscriber-color)}.tier-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.tier-title{font-size:1rem;font-weight:700}.tier-badge{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:3px 8px;border-radius:6px;border:1px solid}.dashboard-shell{display:none}.skeleton-block{width:100%;border-radius:10px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s infinite;min-height:20px}.toast-notification{position:fixed;right:16px;bottom:16px;z-index:120;display:flex;align-items:center;gap:10px;border-radius:12px;border:1px solid var(--line);box-shadow:var(--shadow-lg);background:#fff;padding:10px 12px;max-width:min(92vw,420px)}.toast-notification.success{border-color:#86efac;background:#f0fdf4}.toast-notification.error{border-color:#fca5a5;background:#fef2f2}.toast-notification.info{border-color:#93c5fd;background:#eff6ff}.confirm-modal-overlay{position:fixed;inset:0;z-index:130;background:rgba(15,23,42,.45);display:grid;place-items:center;padding:16px}.confirm-modal{width:min(100%,520px);padding:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl)}.confirm-modal h3{font-size:1.1rem}.confirm-modal p{margin-top:8px}.confirm-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_4f4604{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_4f4604{--font-heading:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Source Serif 4 Fallback";src:local("Times New Roman");ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.00%;size-adjust:117.91%}.__className_83f118{font-family:"Source Serif 4","Source Serif 4 Fallback";font-style:normal}.__variable_83f118{--font-body:"Source Serif 4","Source Serif 4 Fallback"}