:root{--font-sans: Inter, "Inter Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--brand: #0f766e;--gold: #c9a962;--gold-bright: #e0c882;--gold-deep: #8a7340;--gold-glow: #c9a96259;--silver-bright: #eef2f6;--navy: #0a0e14;--navy-elevated: #121820;--navy-card: #1a2433;--navy-border: #c9a9621f;--accent: #7dd3a8;--color-primary: var(--brand);--color-accent: var(--gold-bright);--color-bg: var(--navy);--color-surface: var(--navy-card);--color-text: var(--silver-bright);--color-muted: #94a3b8;--auth-surface: #292929;--auth-surface-2: #333;--auth-border: #3d3d3d;--auth-text: #fff;--auth-text-secondary: #d6d6d6;--auth-text-muted: #a19f9d;--auth-max-form: 400px;--auth-radius-lg: 12px;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--navy);color:var(--color-text);min-height:100vh}a{color:var(--gold)}a:hover{color:var(--gold-bright)}.skip-link{position:absolute;left:-999px;top:0}.skip-link:focus{left:8px;top:8px;background:var(--gold);color:var(--navy);padding:8px 12px;z-index:100;border-radius:var(--radius-sm)}.auth-surface{min-height:100vh;background:var(--auth-surface);color:var(--auth-text)}.auth-split{display:flex;flex-direction:column;min-height:100vh}@media(min-width:1024px){.auth-split{display:grid;grid-template-columns:1fr 1fr}}.auth-split-hero{position:relative;min-height:280px}@media(min-width:1024px){.auth-split-hero{min-height:100vh}}.product-hero{position:relative;height:100%;min-height:inherit;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.product-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#0a0e148c,#0a0e14b8 55%,#0a0e14e0)}.product-hero-content{position:relative;z-index:1;padding:40px;max-width:540px}@media(max-width:1023px){.product-hero-content{padding:24px}}.product-hero-panel{display:flex;flex-direction:column;gap:14px;padding:24px;border-radius:var(--auth-radius-lg);border:1px solid rgba(255,255,255,.18);background:#1a2433c7;box-shadow:0 16px 40px #00000059;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-hero-wordmark-row{display:flex;align-items:center;gap:12px}.product-hero-wordmark-row img{border-radius:8px}.product-hero-wordmark{font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.product-hero-trust{color:#fff}.product-hero-holm{color:var(--gold)}.product-hero-badge{align-self:flex-start;padding:4px 10px;border-radius:999px;background:#c9a96229;border:1px solid rgba(201,169,98,.35);color:var(--gold-bright);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-hero-headline{margin:0;font-size:clamp(1.25rem,2.2vw,1.55rem);font-weight:600;line-height:1.3;letter-spacing:-.02em;color:#fff}.product-hero-subcopy{margin:0;font-size:.95rem;line-height:1.55;color:var(--auth-text-secondary)}.product-hero-bullets{display:flex;flex-wrap:wrap;gap:8px}.product-hero-chip{padding:4px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff14;font-size:.78rem;color:#fff}.auth-split-form{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;padding:40px;overflow-y:auto;background:var(--auth-surface)}@media(max-width:1023px){.auth-split-form{padding:24px}}.auth-split-form-inner{width:100%;max-width:var(--auth-max-form)}.auth-form-title{margin:0 0 8px;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:#fff}.auth-form-subtitle{margin:0 0 24px;color:var(--auth-text-muted);line-height:1.5;font-size:.95rem}.auth-form label{color:var(--auth-text-secondary)}.auth-form input,.auth-form select,.auth-form textarea{background:#1a1a1a;border-color:var(--auth-border);color:#fff}.auth-form input:focus-visible,.auth-form select:focus-visible{outline-color:var(--gold)}.auth-check{display:flex;align-items:flex-start;gap:10px;font-weight:500;margin:8px 0 16px;color:var(--auth-text-secondary)}.auth-check input{width:auto;margin:4px 0 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;padding:12px 14px;cursor:pointer;text-decoration:none;font:inherit;font-weight:600;border:1px solid transparent}.btn-primary.solid,.auth-entry-btn.btn-primary{width:100%;min-height:44px;background:var(--gold);color:#0a1628;border-color:var(--gold)}.btn-primary.solid:hover:not(:disabled),.auth-entry-btn.btn-primary:hover:not(:disabled){background:var(--gold-bright)}.btn-primary.solid:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{width:100%;background:var(--auth-surface-2);color:#fff;border-color:var(--auth-border)}.auth-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 20px;padding:4px;border:1px solid var(--auth-border);border-radius:8px;background:#121212}.auth-mode-tab{border:0;background:transparent;color:var(--auth-text-muted);font:inherit;font-weight:600;min-height:40px;border-radius:6px;cursor:pointer}.auth-mode-tab.is-active{background:var(--auth-surface-2);color:#fff}.auth-field-hint{margin:-8px 0 16px;font-size:.8rem;color:var(--auth-text-muted);line-height:1.4}.auth-alt{display:flex;flex-direction:column;gap:10px;margin-top:16px}.auth-divider{display:flex;align-items:center;gap:12px;margin:4px 0;color:var(--auth-text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--auth-border)}.auth-text-link{margin-top:8px;border:0;background:none;color:var(--gold);font:inherit;cursor:pointer;text-align:left;padding:0}.app-shell{max-width:1100px;margin:0 auto;padding:24px}.shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh;background:var(--navy)}.shell-sidebar{display:flex;flex-direction:column;gap:8px;padding:16px 12px;border-right:1px solid var(--auth-border);background:#0c1118}.shell-brand{display:flex;gap:10px;align-items:center;padding:8px 10px 16px}.shell-brand-mark{color:var(--gold);font-size:1.25rem}.shell-brand-name{margin:0;font-weight:700;color:var(--gold-bright);font-size:.95rem;line-height:1.2}.shell-brand-sub{margin:0;font-size:.75rem;color:var(--color-muted)}.shell-nav{display:flex;flex-direction:column;gap:2px;flex:1}.shell-nav-link{display:block;padding:10px 12px;border-radius:8px;color:var(--silver-bright);text-decoration:none;font-weight:500;border:1px solid transparent}.shell-nav-link:hover{background:#c9a96214;color:var(--gold-bright)}.shell-nav-link.is-active{background:#3b82f61f;border-color:#3b82f68c;color:#fff}.shell-sidebar-foot{margin-top:auto;display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid var(--auth-border)}.shell-user{position:relative}.shell-user-btn{width:100%;display:flex;gap:10px;align-items:center;background:transparent;border:1px solid var(--auth-border);color:var(--color-text);border-radius:10px;padding:8px 10px;text-align:left;font-weight:500}.shell-user-avatar{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;background:#c9a96233;color:var(--gold-bright);font-weight:700;flex-shrink:0}.shell-user-meta{display:flex;flex-direction:column;min-width:0}.shell-user-name{font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell-user-role{font-size:.7rem;color:var(--color-muted);text-transform:capitalize}.shell-user-menu{position:absolute;left:0;right:0;bottom:calc(100% + 6px);background:var(--navy-card);border:1px solid var(--auth-border);border-radius:10px;padding:6px;z-index:40;box-shadow:0 12px 40px #00000073}.shell-user-menu a,.shell-user-menu button{display:block;width:100%;text-align:left;background:transparent;border:none;color:var(--silver-bright);padding:10px 12px;border-radius:8px;text-decoration:none;font-weight:500;cursor:pointer}.shell-user-menu a:hover,.shell-user-menu button:hover{background:#c9a9621a;color:var(--gold-bright)}.shell-main{display:flex;flex-direction:column;min-width:0}.shell-topbar{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--auth-border);background:#0c1118d9;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.shell-search{flex:1;max-width:520px;margin:0}.shell-search input{margin:0;border-radius:999px;background:#121212}.shell-topbar-actions{display:flex;gap:8px;align-items:center}.shell-pill{font-size:.75rem;text-transform:capitalize;color:var(--color-muted);border:1px solid var(--auth-border);border-radius:999px;padding:6px 10px}.shell-content{padding:20px 24px 40px;max-width:1200px;width:100%}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px}.page-header h1{margin:0 0 4px}.stat{font-size:1.75rem;font-weight:700;margin:4px 0 0}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th,.data-table td{text-align:left;padding:10px 8px;border-bottom:1px solid var(--auth-border);vertical-align:top}.data-table th{color:var(--color-muted);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.data-table select{margin:0;width:auto;min-width:11rem}.form-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end}.form-actions{display:flex;align-items:end}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(max-width:900px){.shell{grid-template-columns:1fr}.shell-sidebar{border-right:none;border-bottom:1px solid var(--auth-border)}.shell-nav{flex-direction:row;flex-wrap:wrap}}.brand{font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:var(--gold);margin:0 0 4px}.muted{color:var(--color-muted)}.card{background:var(--navy-elevated);border:1px solid var(--auth-border);border-radius:var(--auth-radius-lg);padding:20px;margin:16px 0}.grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}label{display:block;font-size:.875rem;font-weight:600;margin-bottom:6px}input,textarea,select,button{font:inherit}input,textarea,select{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--auth-border);background:#121212;color:var(--color-text);margin-bottom:12px}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--gold);color:#0a1628;border:none;border-radius:8px;padding:10px 14px;cursor:pointer;text-decoration:none;font-weight:600}button.secondary,.button.secondary{background:transparent;color:var(--silver-bright);border:1px solid var(--auth-border)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--gold-glow);outline-offset:2px}.nav{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0 24px}.nav a{color:var(--silver-bright);text-decoration:none;font-weight:500}.nav a:hover{color:var(--gold)}.banner{background:#c9a9621f;border:1px solid rgba(201,169,98,.45);color:var(--gold-bright);padding:12px 14px;border-radius:8px}.banner-ok{background:#7dd3a81f;border-color:#7dd3a873;color:var(--accent)}.plain-list{list-style:none;padding:0;margin:.5rem 0 1rem}.plain-list li{padding:.35rem 0;border-bottom:1px solid var(--navy-border)}.status-pill{display:inline-block;font-size:.75rem;padding:.1rem .45rem;border-radius:4px;border:1px solid var(--navy-border);text-transform:uppercase;letter-spacing:.02em}.status-active{color:var(--accent)}.status-view-only{color:var(--gold-bright)}.status-legal-hold{color:#f0a}.status-revoked,.status-expired{color:#f87171}.dashboard-grid{align-items:start}.stat{font-size:1.75rem;font-weight:600;margin:0}.claim-alt{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--navy-border)}.onboarding-hero h1{margin-bottom:8px}.stepper{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 20px}.stepper-item{background:var(--navy-elevated);color:var(--silver-bright);border:1px solid var(--auth-border);display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px}.stepper-item.is-current{border-color:var(--gold);box-shadow:0 0 0 2px var(--gold-glow)}.stepper-item.is-done{border-color:var(--accent)}.stepper-index{width:1.5rem;height:1.5rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#c9a96229;font-size:.75rem;font-weight:700;color:var(--gold)}.split{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:12px}.guide-list{margin:8px 0 16px;padding-left:1.25rem;color:var(--color-text)}.guide-list li{margin-bottom:8px}.callout{border-radius:10px;padding:14px 16px;margin:12px 0;border:1px solid var(--auth-border);background:var(--navy-elevated)}.callout strong{display:block;margin-bottom:6px}.callout-info{background:#c9a96214;border-color:#c9a96259}.callout-warn{background:#f0717814;border-color:#f0717859}.callout-ok{background:#7dd3a814;border-color:#7dd3a859}.copy-field{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;margin-bottom:8px}.copy-label{font-size:.75rem;font-weight:700;color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em}.copy-value{overflow:auto;padding:8px 10px;background:#060810;color:#e2e8f0;border-radius:6px;font-size:.8rem}.tab-row{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 16px}.stack-gap{display:flex;flex-direction:column;gap:8px;margin-top:12px}.status-checklist{list-style:none;padding:0;margin:12px 0 20px}.status-checklist li{display:flex;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid var(--auth-border)}.status-checklist li.is-done{color:var(--accent)}.onboarding-footer{display:flex;justify-content:space-between;gap:12px;margin-top:16px}.portal-links{margin:16px 0}.portal-link-list{margin:8px 0 0;padding-left:1.25rem}.portal-link-list li{margin-bottom:8px}.print-toolbar{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.print-sheet{background:var(--navy-elevated);border:1px solid var(--auth-border);border-radius:12px;padding:28px}.print-check-items{list-style:none;padding:0}.print-check-items li{display:flex;gap:10px;padding:6px 0;border-bottom:1px solid var(--auth-border)}@media print{body{background:#fff!important;color:#000!important}.app-shell>header,.nav,.skip-link,.no-print,.onboarding-footer,.stepper{display:none!important}.app-shell{max-width:none;padding:0}.print-sheet,.card{border:none;box-shadow:none;padding:0;background:#fff}a[href]:after{content:" (" attr(href) ")";font-size:.75em;color:#64748b}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.viewer-frame{position:relative;width:100%;min-height:70vh;overflow:hidden;border:1px solid #ccc;background:#f8fafc}.viewer-frame iframe{display:block;width:100%;min-height:70vh;border:0}.viewer-watermark{pointer-events:none;position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 2rem;transform:rotate(-28deg);opacity:.16;-webkit-user-select:none;user-select:none;color:#0a0e14;font-weight:700;font-size:1.05rem;line-height:1.4}.viewer-watermark span{white-space:nowrap}
