@import "https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Saira+Extra+Condensed:wght@400;500;600;700;800&family=Source+Sans+Pro:wght@400;500;600;700&display=swap";.login-container{background:#1a1a1a;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-box{background:var(--card-bg);border-radius:16px;width:100%;max-width:440px;padding:48px;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:40px}.login-logo{object-fit:contain;width:auto;height:72px;margin-bottom:10px}.login-title{color:var(--lizard-green);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-family:Saira Extra Condensed,Oswald,sans-serif;font-size:32px;font-weight:700}.login-subtitle{color:var(--stone-gray);text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:500}.login-session-expired{color:var(--golden-ring,#d4a574);background:#d4a5741f;border:1px solid #d4a57459;border-radius:8px;align-items:center;gap:10px;margin-bottom:20px;padding:14px 16px;font-size:14px;line-height:1.4;display:flex}.login-session-expired svg{color:var(--golden-ring,#d4a574);flex-shrink:0}.login-error{background:var(--status-red-bg);color:var(--status-red);border:1px solid var(--status-red);text-align:center;border-radius:8px;margin-bottom:24px;padding:16px;font-size:14px}.login-form{flex-direction:column;gap:24px;display:flex}.login-form .form-group{flex-direction:column;gap:8px;display:flex}.login-form label{color:var(--lizard-green);text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.login-form input{border:2px solid var(--desert-sand);background:var(--card-bg,#fff);color:var(--deep-earth,#2c2416);border-radius:8px;padding:14px 16px;font-family:Source Sans Pro,sans-serif;font-size:16px;transition:border-color .2s,box-shadow .2s}[data-theme=dark] .login-form input{color:#e8e8e8;background:#222;border-color:#444}[data-theme=dark] .login-form input:focus{border-color:var(--golden-ring,#d4a574);box-shadow:0 0 0 4px #d4a57426}.login-form input:focus{border-color:var(--lizard-green);outline:none;box-shadow:0 0 0 4px #3d4a2d1a}.login-form input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--card-bg,#fff) inset!important;-webkit-text-fill-color:var(--deep-earth,#2c2416)!important}.login-form input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--card-bg,#fff) inset!important;-webkit-text-fill-color:var(--deep-earth,#2c2416)!important}.login-form input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--card-bg,#fff) inset!important;-webkit-text-fill-color:var(--deep-earth,#2c2416)!important}[data-theme=dark] .login-form input:-webkit-autofill{-webkit-text-fill-color:#e8e8e8!important;-webkit-box-shadow:inset 0 0 0 1000px #222!important}[data-theme=dark] .login-form input:-webkit-autofill:hover{-webkit-text-fill-color:#e8e8e8!important;-webkit-box-shadow:inset 0 0 0 1000px #222!important}[data-theme=dark] .login-form input:-webkit-autofill:focus{-webkit-text-fill-color:#e8e8e8!important;-webkit-box-shadow:inset 0 0 0 1000px #222!important}.mfa-digit-boxes{justify-content:center;gap:10px;display:flex}.mfa-digit-input{text-align:center;width:48px;height:56px;caret-color:var(--lizard-green);color:var(--color-midnight,#1a1a1a);font-weight:600;border:2px solid var(--desert-sand)!important;background:var(--card-bg,#fff)!important;border-radius:10px!important;padding:0!important;font-size:24px!important}.mfa-digit-input:focus{box-shadow:0 0 0 3px #3d4a2d26;border-color:var(--lizard-green)!important}.mfa-digit-input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--card-bg,#fff) inset!important;-webkit-text-fill-color:var(--color-midnight,#1a1a1a)!important}.mfa-digit-input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--card-bg,#fff) inset!important;-webkit-text-fill-color:var(--color-midnight,#1a1a1a)!important}.mfa-digit-input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--card-bg,#fff) inset!important;-webkit-text-fill-color:var(--color-midnight,#1a1a1a)!important}.btn-login{width:100%;margin-top:8px;padding:16px;font-size:16px}.btn-login:disabled{opacity:.6;cursor:not-allowed}.remember-device-label{cursor:pointer;color:var(--text-secondary,#6b6b6b);align-items:center;gap:10px;margin-top:-8px;font-size:14px;display:flex}.remember-device-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--lizard-green,#3d4a2d);cursor:pointer;flex-shrink:0}.remember-device-label span{-webkit-user-select:none;user-select:none}.login-forgot-link{text-align:center;margin-top:16px}.login-forgot-link a{color:var(--lizard-green);font-size:14px;text-decoration:none;transition:color .2s}.login-forgot-link a:hover{text-decoration:underline}.login-portal-switch{text-align:center;margin-top:20px}.login-portal-switch p{color:var(--stone-gray);margin:0;font-size:13px;line-height:1.5}.login-portal-switch a{color:var(--lizard-green);font-weight:600;text-decoration:none}.login-portal-switch a:hover{text-decoration:underline}.login-sales-cta{justify-content:center;align-items:center;gap:6px;margin-top:24px;font-size:14px;display:flex}.login-sales-cta span{color:var(--stone-gray)}.login-sales-cta a{color:var(--lizard-green);font-weight:600;text-decoration:none;transition:color .2s}.login-sales-cta a:hover{text-decoration:underline}.login-footer{border-top:1px solid var(--warm-cream);text-align:center;margin-top:32px;padding-top:24px}.login-footer p{color:var(--stone-gray);font-size:12px}.mobile-block-box{text-align:center;padding:48px 32px}.mobile-block-content{margin:32px 0}.mobile-block-icon{color:var(--golden-ring,#d4a574);margin-bottom:8px}.mobile-block-heading{color:var(--lizard-green,#3d4a2d);text-transform:uppercase;letter-spacing:.05em;margin:16px 0 12px;font-family:Saira Extra Condensed,Oswald,sans-serif;font-size:24px;font-weight:600}.mobile-block-message{color:var(--stone-gray,#a0977d);max-width:300px;margin:0 auto;font-size:15px;line-height:1.7}.help-chat-panel{background:var(--card-bg,#fff);border-right:1px solid var(--color-border-light,#e0d5c7);z-index:99;flex-direction:column;width:360px;transition:transform .25s;display:flex;position:fixed;top:0;bottom:0;transform:translate(-100%);box-shadow:4px 0 12px #00000014}.help-chat-panel.open{transform:translate(0)}.help-chat-header{border-bottom:2px solid var(--golden-ring,#d4a574);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.help-chat-header h3{text-transform:uppercase;letter-spacing:.5px;color:var(--deep-earth,#2c2417);margin:0;font-family:Oswald,sans-serif;font-size:16px;font-weight:600}.help-chat-close{cursor:pointer;color:var(--stone-gray,#8a8070);background:0 0;border:none;padding:0 4px;font-size:22px;line-height:1;transition:color .2s}.help-chat-close:hover{color:var(--deep-earth,#2c2417)}.help-chat-messages{flex-direction:column;flex:1;gap:10px;padding:16px 16px 8px;display:flex;overflow-y:auto}.help-chat-welcome{text-align:center;color:var(--stone-gray,#8a8070);padding:16px;font-size:13px;line-height:1.5}.help-chat-welcome p{margin:0}.help-chat-bubble{word-wrap:break-word;white-space:pre-wrap;border-radius:12px;max-width:88%;padding:10px 14px;font-size:13px;line-height:1.55}.help-chat-bubble.user{color:var(--deep-earth,#2c2417);background:#3d4a2d1a;border-bottom-right-radius:4px;align-self:flex-end}.help-chat-bubble.assistant{background:var(--bg-secondary,#f5f0e8);color:var(--deep-earth,#2c2417);border-bottom-left-radius:4px;align-self:flex-start}.help-chat-link{color:var(--lizard-green,#3d4a2d);text-underline-offset:2px;font-weight:600;-webkit-text-decoration:underline #3d4a2d66;text-decoration:underline #3d4a2d66;transition:text-decoration-color .2s}.help-chat-link:hover{-webkit-text-decoration-color:var(--lizard-green,#3d4a2d);text-decoration-color:var(--lizard-green,#3d4a2d)}.help-chat-typing{gap:4px;padding:2px 0;display:inline-flex}.help-chat-typing span{background:var(--stone-gray,#8a8070);border-radius:50%;width:6px;height:6px;animation:1.2s infinite helpChatBounce}.help-chat-typing span:nth-child(2){animation-delay:.15s}.help-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes helpChatBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.help-chat-error{color:#c0392b;background:#c0392b14;flex-shrink:0;padding:8px 16px;font-size:12px}.help-chat-input-area{border-top:1px solid var(--color-border-light,#e0d5c7);flex-shrink:0;align-items:flex-end;gap:8px;padding:12px 16px 16px;display:flex}.help-chat-input-area textarea{resize:none;border:1px solid var(--color-border-light,#e0d5c7);background:var(--card-bg,#fff);color:var(--deep-earth,#2c2417);border-radius:8px;outline:none;flex:1;padding:10px 12px;font-family:Source Sans Pro,sans-serif;font-size:13px;line-height:1.4;transition:border-color .2s}.help-chat-input-area textarea:focus{border-color:var(--golden-ring,#d4a574)}.help-chat-input-area textarea::placeholder{color:var(--stone-gray,#8a8070)}.help-chat-send{background:var(--lizard-green,#3d4a2d);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .2s;display:flex}.help-chat-send:disabled{opacity:.4;cursor:not-allowed}.help-chat-send:not(:disabled):hover{opacity:.85}[data-theme=dark] .help-chat-panel{background:var(--card-bg);border-right-color:var(--color-border-light);box-shadow:4px 0 16px #0000004d}[data-theme=dark] .help-chat-header h3{color:var(--text-primary,#e8e8e8)}[data-theme=dark] .help-chat-close{color:var(--stone-gray)}[data-theme=dark] .help-chat-close:hover{color:var(--text-primary,#e8e8e8)}[data-theme=dark] .help-chat-bubble.user{color:var(--text-primary,#e8e8e8);background:#3d4a2d33}[data-theme=dark] .help-chat-bubble.assistant{background:var(--bg-secondary);color:var(--text-primary,#e8e8e8)}[data-theme=dark] .help-chat-link{color:var(--lizard-green)}[data-theme=dark] .help-chat-error{color:#e74c3c;background:#c0392b26}[data-theme=dark] .help-chat-input-area{border-top-color:var(--color-border-light)}[data-theme=dark] .help-chat-input-area textarea{background:var(--bg-secondary);color:var(--text-primary,#e8e8e8);border-color:var(--color-border-light)}[data-theme=dark] .help-chat-input-area textarea::placeholder,[data-theme=dark] .help-chat-welcome{color:var(--stone-gray)}.pilot-intake-modal{padding:24px 28px 20px}.pilot-intake-lede{color:var(--text-color);margin:0 0 20px;font-size:14px;line-height:1.5}[data-theme=dark] .pilot-intake-lede{color:#d4d4d4}.pilot-intake-form{flex-direction:column;gap:18px;display:flex}.pilot-intake-field{flex-direction:column;gap:6px;display:flex}.pilot-intake-label{color:var(--text-color);font-size:13px;font-weight:600}[data-theme=dark] .pilot-intake-label{color:#e8e8e8}.pilot-intake-field textarea{border:1px solid var(--border-color,#00000026);background:var(--bg-color,#fff);width:100%;color:var(--text-color);resize:vertical;box-sizing:border-box;border-radius:6px;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.5}[data-theme=dark] .pilot-intake-field textarea{color:#e8e8e8;background:#ffffff0a;border-color:#ffffff26}.pilot-intake-field textarea:focus{border-color:var(--lizard-green,#4a6741);outline:none}.pilot-intake-field textarea::placeholder{color:var(--stone-gray);opacity:.7}.pilot-intake-error{color:#b14333;background:#c0392b0f;border-radius:4px;padding:8px 10px;font-size:12px}[data-theme=dark] .pilot-intake-error{color:#ff8a7e;background:#ff6b5e14}.pilot-intake-actions{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}.pilot-intake-secondary,.pilot-intake-primary{cursor:pointer;border:2px solid;border-radius:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:opacity .15s}.pilot-intake-secondary{color:var(--stone-gray);border-color:var(--border-color,#0003);background:0 0}[data-theme=dark] .pilot-intake-secondary{color:#aaa;border-color:#fff3}.pilot-intake-secondary:hover:not(:disabled){background:#78787814}[data-theme=dark] .pilot-intake-secondary:hover:not(:disabled){background:#ffffff0f}.pilot-intake-primary{background:var(--lizard-green,#4a6741);color:#fff;border-color:var(--lizard-green,#4a6741)}.pilot-intake-primary:hover:not(:disabled){opacity:.9}.pilot-intake-primary:disabled,.pilot-intake-secondary:disabled{opacity:.45;cursor:not-allowed}.confirm-dialog{padding:24px}.confirm-dialog-title{color:var(--text-primary,#0d0d0d);margin:0 0 10px;font-family:Oswald,sans-serif;font-size:18px;font-weight:600}.confirm-dialog-message{color:var(--text-secondary,#6b6b6b);white-space:pre-line;margin:0 0 20px;font-family:Source Sans Pro,sans-serif;font-size:14px;line-height:1.5}.confirm-dialog-input{box-sizing:border-box;border:1px solid var(--color-border-light,#e0e0e0);background:var(--card-bg,#fff);width:100%;color:var(--text-primary,#0d0d0d);border-radius:6px;margin:0 0 20px;padding:9px 12px;font-family:Source Sans Pro,sans-serif;font-size:14px}.confirm-dialog-input:focus{border-color:var(--lizard-green,#3d4a2d);outline:none;box-shadow:0 0 0 2px #3d4a2d26}.confirm-dialog-actions{justify-content:flex-end;gap:10px;display:flex}.confirm-dialog-btn{cursor:pointer;border:2px solid #0000;border-radius:6px;padding:8px 16px;font-family:Source Sans Pro,sans-serif;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,opacity .15s}.confirm-dialog-btn-cancel{border-color:var(--color-border-light,#e0e0e0);color:var(--text-secondary,#6b6b6b);background:0 0}.confirm-dialog-btn-cancel:hover{background:#0000000a}.confirm-dialog-btn-confirm{background:var(--lizard-green,#3d4a2d);border-color:var(--lizard-green,#3d4a2d);color:#fff}.confirm-dialog-btn-confirm:hover{opacity:.9}.confirm-dialog-btn-danger{color:#fff;background:#c0392b;border-color:#c0392b}[data-theme=dark] .confirm-dialog-title{color:var(--text-primary,#e8e8e8)}[data-theme=dark] .confirm-dialog-message{color:var(--text-secondary,#9a9a9a)}[data-theme=dark] .confirm-dialog-input{background:var(--bg-secondary,#1a1a1a);border-color:var(--color-border-light,#2a2a2a);color:var(--text-primary,#e8e8e8)}[data-theme=dark] .confirm-dialog-btn-cancel{border-color:var(--color-border-light,#2a2a2a);color:var(--text-secondary,#9a9a9a)}[data-theme=dark] .confirm-dialog-btn-cancel:hover{background:#ffffff0f}:root{--space-0:0;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:28px;--space-8:32px;--space-10:40px;--space-12:48px;--space-14:56px;--space-16:64px;--space-20:80px;--space-24:96px;--space-32:128px;--radius-none:0;--radius-xs:2px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-full:9999px;--elevation-0:none;--elevation-1:0 1px 2px #0d0d0d0f, 0 1px 1px #0d0d0d0a;--elevation-2:0 2px 4px #0d0d0d0f, 0 4px 8px #0d0d0d0a;--elevation-3:0 4px 8px #0d0d0d14, 0 8px 16px #0d0d0d0f;--elevation-4:0 8px 16px #0d0d0d1a, 0 16px 32px #0d0d0d14;--elevation-5:0 16px 32px #0d0d0d24, 0 24px 48px #0d0d0d1a;--elevation-card:var(--elevation-1);--elevation-raised:var(--elevation-2);--elevation-dropdown:var(--elevation-3);--elevation-modal:var(--elevation-4);--elevation-popover:var(--elevation-5);--duration-instant:0s;--duration-fast:.12s;--duration-normal:.2s;--duration-slow:.4s;--ease-standard:cubic-bezier(.4, 0, .2, 1);--ease-decelerate:cubic-bezier(0, 0, .2, 1);--ease-accelerate:cubic-bezier(.4, 0, 1, 1);--z-base:0;--z-sticky:10;--z-sticky-corner:12;--z-header:100;--z-dropdown:900;--z-modal:1000;--z-modal-overlay:1001;--z-toast:9000;--z-side-panel:10000}[data-theme=dark]{--elevation-1:0 1px 2px #0006, 0 1px 1px #0000004d;--elevation-2:0 2px 4px #0006, 0 4px 8px #0000004d;--elevation-3:0 4px 8px #00000073, 0 8px 16px #0000004d;--elevation-4:0 8px 16px #00000080, 0 16px 32px #00000059;--elevation-5:0 16px 32px #0009, 0 24px 48px #0006}.mfa-setup-overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.mfa-setup-modal{background:var(--card-bg,#fff);border-radius:12px;flex-direction:column;align-items:center;gap:16px;width:420px;max-width:calc(100vw - 32px);padding:40px;display:flex;box-shadow:0 24px 64px #00000059}.mfa-setup-logo img{object-fit:contain;width:auto;height:56px}.mfa-setup-title{text-transform:uppercase;letter-spacing:.05em;color:var(--deep-earth,#1a1a1a);margin:0;font-family:Oswald,sans-serif;font-size:22px;font-weight:700}.mfa-setup-desc{color:var(--stone-gray,#6b6b6b);text-align:center;margin:0;font-size:14px;line-height:1.6}.mfa-setup-qr{border:1px solid var(--color-border-light,#e0e0e0);background:#fff;border-radius:8px;padding:12px}.mfa-setup-qr img{width:180px;height:180px;display:block}.mfa-setup-secret-label{color:var(--stone-gray,#6b6b6b);text-align:center;font-size:12px}.mfa-setup-secret{background:var(--bg-secondary,#f5f5f5);border:1px solid var(--color-border-light,#e0e0e0);letter-spacing:.1em;color:var(--deep-earth,#1a1a1a);word-break:break-all;text-align:center;border-radius:6px;padding:8px 14px;font-family:monospace;font-size:13px}.mfa-setup-code-input{text-align:center;letter-spacing:.3em;border:2px solid var(--color-border-light,#e0e0e0);background:var(--card-bg,#fff);width:100%;color:var(--deep-earth,#1a1a1a);box-sizing:border-box;border-radius:8px;outline:none;padding:12px;font-family:monospace;font-size:28px}.mfa-setup-code-input:focus{border-color:var(--lizard-green,#4a6741)}.mfa-setup-error{color:#c0392b;text-align:center;box-sizing:border-box;background:#fdf0ef;border:1px solid #f5c6c3;border-radius:6px;width:100%;padding:8px 14px;font-size:13px}.mfa-setup-btn-primary{background:var(--lizard-green,#4a6741);color:#fff;cursor:pointer;letter-spacing:.02em;border:none;border-radius:6px;width:100%;padding:12px;font-family:Source Sans Pro,sans-serif;font-size:14px;font-weight:600}.mfa-setup-btn-primary:disabled{opacity:.5;cursor:not-allowed}.mfa-setup-btn-primary:not(:disabled):hover{filter:brightness(1.1)}.mfa-setup-btn-secondary{width:100%;color:var(--lizard-green,#4a6741);border:2px solid var(--lizard-green,#4a6741);cursor:pointer;background:0 0;border-radius:6px;padding:12px;font-family:Source Sans Pro,sans-serif;font-size:14px;font-weight:600}.mfa-setup-btn-secondary:hover{background:var(--lizard-green,#4a6741);color:#fff}.mfa-setup-btn-ghost{color:var(--stone-gray,#6b6b6b);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-family:Source Sans Pro,sans-serif;font-size:13px}.mfa-setup-btn-ghost:hover{color:var(--deep-earth,#1a1a1a)}[data-theme=dark] .mfa-setup-modal{background:var(--bg-secondary,#1e1e1e)}[data-theme=dark] .mfa-setup-title{color:#e8e8e8}[data-theme=dark] .mfa-setup-secret{color:#1a1a1a;background:#fff;border-color:#ccc}[data-theme=dark] .mfa-setup-code-input{background:var(--deep-earth,#141414);color:#e8e8e8;border-color:#444}@keyframes spin{to{transform:rotate(360deg)}}:root{--color-midnight:#0d0d0d;--color-slate:#3d3d3d;--color-golden-ring:#c9a956;--color-desert-sand:#d4b76a;--color-warm-tan:#b8956f;--color-lizard-green:#3d4a2d;--color-scale-olive:#5c6b4a;--color-forest-moss:#7a8b5c;--color-off-white:#f8f8f8;--color-pure-white:#fff;--color-cool-gray:#6b6b6b;--color-warm-gray:#9a9a9a;--color-tongue-red:#c43c3c;--color-eye-amber:#d4883b;--lizard-green:#3d4a2d;--scale-olive:#5c6b4a;--forest-moss:#7a8b5c;--golden-ring:#c9a956;--desert-sand:#d4b76a;--warm-tan:#b8956f;--tongue-red:#c43c3c;--eye-amber:#d4883b;--status-green:#5c6b4a;--status-green-bg:#e8ece4;--status-yellow:#d4883b;--status-yellow-bg:#fef9c3;--status-red:#c43c3c;--status-red-bg:#fee2e2;--bone-white:#f8f8f8;--warm-cream:#f8f8f8;--stone-gray:#6b6b6b;--deep-earth:#0d0d0d;--bg-primary:#f5f5f5;--bg-secondary:#fafafa;--bg-tertiary:#fff;--text-primary:#0d0d0d;--text-secondary:#6b6b6b;--border-color:#d4b76a;--chart-1:#3d4a2d;--chart-2:#c9a956;--chart-3:#7a8b5c;--chart-4:#b8956f;--chart-5:#5c6b4a;--color-bg-primary:#fff;--color-bg-secondary:#f8f8f8;--color-bg-tertiary:#f0f0f0;--color-bg-hover:#fafafa;--color-border-light:#e0e0e0;--color-border-medium:#d0d0d0;--color-text-primary:#0d0d0d;--color-text-secondary:#3d3d3d;--color-text-muted:#6b6b6b;--color-text-disabled:#9a9a9a;--earthy-gold:#c9a956;--rust-red:#c43c3c;--warm-white:#0d0d0d;--card-bg:#fff;--earth-brown:#3d4a2d;--success-green:#5c6b4a;--error-red:#c43c3c;--warning-orange:#d4883b}[data-theme=dark]{--color-midnight:#e8e8e8;--color-slate:silver;--color-off-white:#121212;--color-pure-white:#1a1a1a;--color-cool-gray:#9a9a9a;--color-warm-gray:#6b6b6b;--bg-primary:#121212;--bg-secondary:#1a1a1a;--bg-tertiary:#222;--text-primary:#e8e8e8;--text-secondary:#9a9a9a;--border-color:#333;--color-bg-primary:#1a1a1a;--color-bg-secondary:#121212;--color-bg-tertiary:#222;--color-bg-hover:#252525;--color-border-light:#2a2a2a;--color-border-medium:#333;--color-text-primary:#e8e8e8;--color-text-secondary:silver;--color-text-muted:#888;--color-text-disabled:#555;--bone-white:#121212;--warm-cream:#1e1e1e;--stone-gray:#888;--deep-earth:#e8e8e8;--earth-brown:#3d4a2d;--desert-sand:#555;--status-green:#8fbc8f;--status-green-bg:#5c6b4a33;--status-yellow-bg:#d4883b26;--status-red-bg:#c43c3c26;--warm-white:#e8e8e8;--card-bg:#1a1a1a;--lizard-green:#6b7f52;--scale-olive:#7d9462}body,.sidebar,.sidebar-header,.sidebar-footer,.main-content,.page-container,.nav-link,.nav-icon,.card,.settings-card,.settings-section,.modal-content,table,th,td,input,select,textarea,button,.kpi-card,.counterparty-card,.account-card,.extraction-card,.chart-card,.activity-item,.attention-item{transition:background-color .4s,color .4s,border-color .4s,box-shadow .4s}.nav-icon{transition:filter .4s,opacity .2s}.modal-overlay{z-index:var(--z-modal-overlay,1001);background:#0009;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-content{background:var(--card-bg);border-radius:12px;width:90%;max-width:600px;max-height:80vh;padding:24px;animation:.3s ease-out slideUp;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.modal-close{cursor:pointer;color:var(--text-secondary,#666);background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:24px;line-height:1;position:absolute;top:12px;right:12px}.modal-close:hover{background:#0000000f}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .modal-content{background:var(--bg-secondary,#1e1e1e);box-shadow:0 8px 32px #0009}[data-theme=dark] .modal-close{color:var(--text-secondary,#aaa)}[data-theme=dark] .modal-close:hover{background:#ffffff14}[data-theme=dark] body{color:#e8e8e8;background:#121212}[data-theme=dark] .sidebar{color:#fff;background:#0d0d0d}[data-theme=dark] .sidebar-logo img,[data-theme=dark] .login-logo{content:url(/varanic-high-res.png)}[data-theme=dark] .sidebar-logo-title{color:#e8e8e8}[data-theme=dark] .sidebar-logo-subtitle{color:#888}[data-theme=dark] .nav-history-btn{color:#888;border-color:#555}[data-theme=dark] .nav-history-btn:hover:not(:disabled){color:#e8e8e8;background:#ffffff1a;border-color:#e8e8e8}[data-theme=dark] .user-account{color:#c9a956}[data-theme=dark] .sidebar-footer{background:#0000004d}[data-theme=dark] .nav-icon{filter:brightness(0)invert(.8);opacity:.85}[data-theme=dark] .nav-link:hover .nav-icon,[data-theme=dark] .nav-link.active .nav-icon{filter:brightness(0)invert();opacity:1}[data-theme=dark] .edit-chart-btn img,[data-theme=dark] .download-chart-btn img,[data-theme=dark] .edit-icon,[data-theme=dark] .dropdown-option-icon,[data-theme=dark] .ai-icon,[data-theme=dark] .ai-extraction-badge,[data-theme=dark] .covenant-ai-badge,[data-theme=dark] .sidebar-module-icon img,[data-theme=dark] .source-indicator-ai img,[data-theme=dark] .settings-link-icon{filter:brightness(0)invert()}[data-theme=dark] .main-content{background:#121212}[data-theme=dark] .settings-card,[data-theme=dark] .modal-content,[data-theme=dark] .support-modal-content,[data-theme=dark] .support-modal-body,[data-theme=dark] .portfolio-card,[data-theme=dark] .summary-card,[data-theme=dark] .metric-card,[data-theme=dark] .chart-card,[data-theme=dark] .detail-card,[data-theme=dark] .data-card,[data-theme=dark] .report-card,[data-theme=dark] .cp-detail-card,[data-theme=dark] .extraction-card,[data-theme=dark] .admin-card,[data-theme=dark] .loan-card{color:#e8e8e8;background:#1a1a1a!important}[data-theme=dark] .modal-header{border-bottom-color:#333;background:#1a1a1a!important}[data-theme=dark] .modal-header h2,[data-theme=dark] .support-modal-body h3{color:#e8e8e8!important}[data-theme=dark] .support-modal-body p,[data-theme=dark] .support-modal-body ul li{color:silver!important}[data-theme=dark] .support-modal-body ul li strong{color:#e8e8e8!important}[data-theme=dark] .legal-section{border-bottom-color:#333}[data-theme=dark] .legal-section h3{color:#e8e8e8!important}[data-theme=dark] .legal-section p{color:silver!important}[data-theme=dark] .legal-footer{border-top-color:#333;background:#222!important}[data-theme=dark] .legal-footer p{color:#888!important}[data-theme=dark] .legal-footer .legal-update-date{color:#666!important}[data-theme=dark] .docs-shortcuts-table td{border-bottom-color:#333;color:silver!important}[data-theme=dark] .support-contact-icon,[data-theme=dark] .sidebar-module-icon{background:#222}[data-theme=dark] .role-select,[data-theme=dark] .role-select-full,[data-theme=dark] .brand-font-select,[data-theme=dark] .brand-color-picker{color:#e8e8e8;border-color:#444;background:#222!important}[data-theme=dark] .form-group input,[data-theme=dark] .form-group select,[data-theme=dark] .form-group textarea{color:#e8e8e8;background-color:#222;border-color:#444}[data-theme=dark] .error-message{background:#c43c3c26!important}[data-theme=dark] .success-message{background:#5c6b4a33!important}[data-theme=dark] .page-title,[data-theme=dark] .page-header h1,[data-theme=dark] .section-title{color:#e8e8e8!important}[data-theme=dark] .page-subtitle,[data-theme=dark] .page-header p{color:#888!important}[data-theme=dark] table th{color:#888!important;background:#222!important;border-color:#333!important}[data-theme=dark] table td{color:silver;border-color:#333!important}[data-theme=dark] table tr:hover{background:#c9a9560d!important}[data-theme=dark] .card,[data-theme=dark] [class*=-card]{border-color:#333}[data-theme=dark] .portfolio-page,[data-theme=dark] .portfolio-page .stat-value,[data-theme=dark] .portfolio-page .stat-label,[data-theme=dark] .portfolio-page h2,[data-theme=dark] .portfolio-page h3,[data-theme=dark] .counterparties-page{color:#e8e8e8}[data-theme=dark] .cp-row{background:#1a1a1a;border-color:#333}[data-theme=dark] .cp-row:hover{background:#222}[data-theme=dark] .credit-metrics-page,[data-theme=dark] .charts-page,[data-theme=dark] .counterparty-detail-page,[data-theme=dark] .cp-detail-page,[data-theme=dark] .settings-page,[data-theme=dark] .user-fullname{color:#e8e8e8}[data-theme=dark] .platform-description,[data-theme=dark] .platform-features li{color:silver}[data-theme=dark] .brand-font-preview{color:#e8e8e8;background:#222;border-color:#444}[data-theme=dark] .financials-page,[data-theme=dark] .financials-viewer,[data-theme=dark] .report-creator-page,[data-theme=dark] .audit-log-page,[data-theme=dark] .notifications-page{color:#e8e8e8}[data-theme=dark] .btn-secondary{color:#e8e8e8;background:#222;border-color:#444}[data-theme=dark] .btn-secondary:hover{background:#333}[data-theme=dark] select,[data-theme=dark] input[type=text],[data-theme=dark] input[type=email],[data-theme=dark] input[type=password],[data-theme=dark] input[type=number],[data-theme=dark] input[type=search],[data-theme=dark] textarea{color:#e8e8e8;background:#222;border-color:#444}[data-theme=dark] ::-webkit-scrollbar-track{background:#1a1a1a}[data-theme=dark] .portfolio-overview{background:#121212}[data-theme=dark] .portfolio-header h1{color:#e8e8e8}[data-theme=dark] .portfolio-header .subtitle{color:#888}[data-theme=dark] .portfolio-overview .kpi-card{border-color:#333;background:#1a1a1a!important}[data-theme=dark] .portfolio-overview .kpi-card-label{color:#888}[data-theme=dark] .portfolio-overview .kpi-card-value{color:#e8e8e8}[data-theme=dark] .portfolio-overview .kpi-card-subtitle{color:#888}[data-theme=dark] .portfolio-overview .dashboard-section{background:#1a1a1a;border-color:#333}[data-theme=dark] .portfolio-overview .dashboard-section .section-header{border-bottom-color:#333;background:#222!important}[data-theme=dark] .portfolio-overview .dashboard-section .section-header h3{color:silver}[data-theme=dark] .portfolio-overview .attention-panel .section-header{border-bottom-color:#444;background:#d4883b1a!important}[data-theme=dark] .portfolio-overview .attention-panel .section-header h3{color:#c9a956}[data-theme=dark] .attention-category-header{color:#888;border-bottom-color:#333}[data-theme=dark] .attention-item{background:#222;border-color:#0000}[data-theme=dark] .attention-item:hover{background:#2a2a2a;border-color:#444}[data-theme=dark] .attention-item-name{color:#e8e8e8}[data-theme=dark] .attention-item-detail{color:#888}[data-theme=dark] .attention-item.critical{background:#c43c3c1f;border-color:#c43c3c4d}[data-theme=dark] .attention-item.warning{background:#d4883b1f;border-color:#d4883b4d}[data-theme=dark] .no-alerts{color:#888}[data-theme=dark] .composition-chart h4{color:silver}[data-theme=dark] .maturity-summary{border-top-color:#333}[data-theme=dark] .maturity-stat-value{color:#e8e8e8}[data-theme=dark] .maturity-stat-label{color:#888}[data-theme=dark] .counterparty-grid-header{background:#222;border-bottom-color:#333}[data-theme=dark] .counterparty-grid-header h3{color:silver}[data-theme=dark] .counterparty-toolbar{background:#222;border-bottom-color:#333}[data-theme=dark] .counterparty-search input{color:#e8e8e8;background:#2a2a2a;border-color:#444}[data-theme=dark] .counterparty-search input::placeholder{color:#666}[data-theme=dark] .filter-btn{color:silver;background:#222;border-color:#444}[data-theme=dark] .counterparty-card{border-color:#333;background:#1a1a1a!important}[data-theme=dark] .counterparty-card:hover{border-color:#b8973f}[data-theme=dark] .counterparty-card-name{color:#e8e8e8}[data-theme=dark] .counterparty-card-type{color:#888}[data-theme=dark] .counterparty-card-metrics{border-bottom-color:#333}[data-theme=dark] .metric-label{color:#888!important}[data-theme=dark] .metric-value{color:#e8e8e8!important}[data-theme=dark] .ratio-label{color:#888}[data-theme=dark] .ratio-value{color:#e8e8e8}[data-theme=dark] .data-freshness{color:#888}[data-theme=dark] .activity-date-header{border-bottom-color:#333}[data-theme=dark] .activity-item{border-bottom-color:#2a2a2a}[data-theme=dark] .activity-item:hover{background:#222}[data-theme=dark] .activity-text{color:#e8e8e8}[data-theme=dark] .activity-time,[data-theme=dark] .no-activity{color:#888}[data-theme=dark] .rate-row{border-bottom-color:#333}[data-theme=dark] .rate-name{color:silver}[data-theme=dark] .rate-value{color:#e8e8e8}[data-theme=dark] .rates-footer{border-top-color:#333}[data-theme=dark] .rates-as-of{color:#888}[data-theme=dark] .empty-state{color:#888;background:#1a1a1a!important}[data-theme=dark] .empty-state-title{color:silver}[data-theme=dark] .skeleton{background:linear-gradient(90deg,#222 25%,#2a2a2a 50%,#222 75%) 0 0/200% 100%}[data-theme=dark] .portfolio-overview .attention-panel .section-body::-webkit-scrollbar-track{background:#1a1a1a}[data-theme=dark] .portfolio-overview .activity-feed .section-body::-webkit-scrollbar-track{background:#1a1a1a}[data-theme=dark] .portfolio-overview .attention-panel .section-body::-webkit-scrollbar-thumb{background:#444}[data-theme=dark] .portfolio-overview .activity-feed .section-body::-webkit-scrollbar-thumb{background:#444}[data-theme=dark] .counterparties-list .counterparty-card{background:#1a1a1a!important}[data-theme=dark] .counterparties-list .counterparty-card:nth-child(2n){background:#1e1e1e!important}[data-theme=dark] .counterparties-list .counterparty-card:hover{background:#252525!important}[data-theme=dark] .autocomplete-dropdown{border-color:var(--lizard-green);background:#1a1a1a}[data-theme=dark] .autocomplete-item{color:#e8e8e8;border-bottom-color:#333}[data-theme=dark] .autocomplete-item:hover{background:#222}[data-theme=dark] .autocomplete-item.disabled:hover{background:#1a1a1a}[data-theme=dark] .view-btn{color:silver;background:#1a1a1a;border-color:#444}[data-theme=dark] .view-btn:hover{background:#222}[data-theme=dark] .view-btn.active{background:var(--lizard-green);color:#fff}[data-theme=dark] .industry-badge{color:#e8e8e8!important;background:#ffffff14!important}[data-theme=dark] .entity-badge{color:#e8e8e8!important;background:#5c6b4a4d!important}[data-theme=dark] .sic-badge{color:#818cf8;background:#4338ca26}[data-theme=dark] .counterparty-tag.industry{color:#c9a956;background:#85640433}[data-theme=dark] .counterparty-tag.equity{color:#7a8b5c;background:#5c6b4a33}[data-theme=dark] .counterparty-tag.debt{color:#d4883b;background:#e6510026}[data-theme=dark] .selector-card,[data-theme=dark] .metrics-overview,[data-theme=dark] .benchmark-section,[data-theme=dark] .trends-section,[data-theme=dark] .financial-data-section,[data-theme=dark] .definitions-section,[data-theme=dark] .covenants-section,[data-theme=dark] .credit-health-section,[data-theme=dark] .peer-comparison-section{border-color:#333;background:#1a1a1a!important}[data-theme=dark] .counterparty-link-btn{background:#222;border-color:#444}[data-theme=dark] .counterparty-dropdown-menu,[data-theme=dark] .covenant-selector-dropdown{background:#1a1a1a;border-color:#444}[data-theme=dark] .counterparty-option,[data-theme=dark] .covenant-option{color:#e8e8e8;border-bottom-color:#333}[data-theme=dark] .counterparty-option:hover,[data-theme=dark] .counterparty-option.highlighted,[data-theme=dark] .covenant-option:hover{background:#2a2a2a}[data-theme=dark] .credit-metrics-page .metric-card,[data-theme=dark] .definition-card,[data-theme=dark] .covenant-card{border-color:#333;background:#222!important}[data-theme=dark] .credit-table thead{background:#222;border-bottom-color:#444}[data-theme=dark] .credit-table th{color:silver;background:#222}[data-theme=dark] .credit-table th.sticky-col{background:#222}[data-theme=dark] .credit-table tbody tr{border-bottom-color:#2a2a2a}[data-theme=dark] .credit-table td{color:silver}[data-theme=dark] .credit-table td.sticky-col{color:#e8e8e8;background:#1a1a1a}[data-theme=dark] .credit-table tbody tr:hover td.sticky-col{background:#252525}[data-theme=dark] .rating-legend,[data-theme=dark] .benchmark-bar{background:#222}[data-theme=dark] .benchmark-card{border-color:#444;background:#222!important}[data-theme=dark] .benchmark-assessment{color:#e8e8e8;background:#2a2a2a}[data-theme=dark] .covenant-status-unknown{background:#2a2a2a}[data-theme=dark] .covenants-empty{background:#222;border-color:#444}[data-theme=dark] .charts-dashboards-container,[data-theme=dark] .counterparty-detail-page,[data-theme=dark] .report-creator,[data-theme=dark] .financials-viewer{color:#e8e8e8}[data-theme=dark] .page-header-card,[data-theme=dark] .chart-section,[data-theme=dark] .chart-panel,[data-theme=dark] .charts-grid-item,[data-theme=dark] .chart-container,[data-theme=dark] .chart-wrapper,[data-theme=dark] .chart-card-body,[data-theme=dark] .chart-item,[data-theme=dark] .custom-chart-card,[data-theme=dark] .chart-config-panel,[data-theme=dark] .saved-dashboards-panel,[data-theme=dark] .detail-section,[data-theme=dark] .info-card,[data-theme=dark] .filing-card,[data-theme=dark] .segment-card,[data-theme=dark] .loan-card,[data-theme=dark] .payment-card,[data-theme=dark] .schedule-card,[data-theme=dark] .wire-card,[data-theme=dark] .amortization-card,[data-theme=dark] .servicing-card,[data-theme=dark] .counterparty-selector-panel,[data-theme=dark] .report-panel,[data-theme=dark] .template-card,[data-theme=dark] .report-preview,[data-theme=dark] .preview-card,[data-theme=dark] .document-editor,[data-theme=dark] .statement-section,[data-theme=dark] .financials-panel,[data-theme=dark] .extraction-panel,[data-theme=dark] .debt-panel,[data-theme=dark] .segment-panel,[data-theme=dark] .wizard-panel,[data-theme=dark] .capital-structure-card,[data-theme=dark] .financials-card{border-color:#333;background:#1a1a1a!important}[data-theme=dark] .statement-header{background:linear-gradient(135deg,#3d4a2d14,#bb945714)!important}[data-theme=dark] .segment-header{background:#222!important}[data-theme=dark] .segment-header:hover{background:#2a2a2a!important}[data-theme=dark] .segment-header h3{color:#e8e8e8!important}[data-theme=dark] .segment-section-header td.line-item.segment-section-title,[data-theme=dark] .segment-section-header td.section-header-spacer{color:silver!important;background:#2a2a2a!important}[data-theme=dark] .section-header-row td.line-item{color:#e8e8e8!important;background:#1a1a1a!important}[data-theme=dark] .ai-extraction-banner{background:linear-gradient(135deg,#1a1a1a 0%,#222 100%)!important;border-bottom-color:#333!important}[data-theme=dark] .ai-extraction-label{color:#e8e8e8!important}[data-theme=dark] .ai-extraction-step .step-name{color:silver!important}[data-theme=dark] .ai-extraction-step .step-date{color:#666!important}[data-theme=dark] .ai-extraction-step .step-indicator{color:#555!important}[data-theme=dark] .btn-export{color:#e8e8e8!important;background:#222!important;border:1px solid #444!important}[data-theme=dark] .btn-export:hover{background:#333!important}[data-theme=dark] .charts-dashboards-container div[class*=card],[data-theme=dark] .charts-dashboards-container div[class*=panel],[data-theme=dark] .charts-dashboards-container div[class*=section],[data-theme=dark] .charts-dashboards-container div[class*=container],[data-theme=dark] .counterparty-detail-page div[class*=card],[data-theme=dark] .counterparty-detail-page div[class*=panel],[data-theme=dark] .counterparty-detail-page div[class*=section],[data-theme=dark] .report-creator div[class*=card],[data-theme=dark] .report-creator div[class*=panel],[data-theme=dark] .report-creator div[class*=section],[data-theme=dark] .financials-viewer div[class*=card],[data-theme=dark] .financials-viewer div[class*=panel],[data-theme=dark] .financials-viewer div[class*=section]{border-color:#333}[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background-color: white"],[data-theme=dark] [style*="background-color: #fff"]{background:#1a1a1a!important}[data-theme=dark] [style*="color: #111827"],[data-theme=dark] [style*="color: #2c3e50"],[data-theme=dark] [style*="color: #1f2937"],[data-theme=dark] [style*="color: #374151"],[data-theme=dark] [style*="color: var(--deep-earth)"]{color:#e8e8e8!important}[data-theme=dark] .recharts-cartesian-grid-horizontal line,[data-theme=dark] .recharts-cartesian-grid-vertical line{stroke:#2a2a2a!important}[data-theme=dark] .recharts-text,[data-theme=dark] .recharts-cartesian-axis-tick-value{fill:#888!important}[data-theme=dark] .recharts-legend-item-text{color:silver!important}[data-theme=dark] .recharts-tooltip-wrapper .recharts-default-tooltip{color:#e8e8e8!important;background:#1a1a1a!important;border-color:#333!important}[data-theme=dark] .recharts-default-tooltip .recharts-tooltip-label{color:#e8e8e8!important}[data-theme=dark] .recharts-default-tooltip .recharts-tooltip-item{color:silver!important}[data-theme=dark] .custom-chart-tooltip,[data-theme=dark] .chart-tooltip{background:#1a1a1a!important;border-color:#333!important}[data-theme=dark] .custom-chart-tooltip .tooltip-label,[data-theme=dark] .chart-tooltip-label{color:#e8e8e8!important;border-bottom-color:#333!important}[data-theme=dark] .custom-chart-tooltip .tooltip-header{border-bottom-color:#333!important}[data-theme=dark] .custom-chart-tooltip .tooltip-name,[data-theme=dark] .chart-tooltip-name{color:silver!important}[data-theme=dark] .custom-chart-tooltip .tooltip-value,[data-theme=dark] .chart-tooltip-value{color:#e8e8e8!important}[data-theme=dark] .custom-chart-tooltip .tooltip-hint{color:#666!important}[data-theme=dark] .custom-chart-tooltip .tooltip-close-btn{color:#888!important}[data-theme=dark] .custom-chart-tooltip .tooltip-close-btn:hover{color:#e8e8e8!important;background:#333!important}[data-theme=dark] .custom-chart-tooltip .tooltip-row:hover,[data-theme=dark] .chart-tooltip-row:hover{background:#c9a9561a!important}[data-theme=dark] .custom-chart-tooltip .tooltip-action-btn{color:silver!important;border-color:#444!important}[data-theme=dark] .custom-chart-tooltip .tooltip-action-btn:hover{border-color:#c9a956!important}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] .charts-dashboards-container h1,[data-theme=dark] .charts-dashboards-container h2,[data-theme=dark] .charts-dashboards-container h3,[data-theme=dark] .charts-dashboards-container h4,[data-theme=dark] .counterparty-detail-page h1,[data-theme=dark] .counterparty-detail-page h2,[data-theme=dark] .counterparty-detail-page h3,[data-theme=dark] .report-creator h1,[data-theme=dark] .report-creator h2,[data-theme=dark] .report-creator h3,[data-theme=dark] .financials-viewer h1,[data-theme=dark] .financials-viewer h2,[data-theme=dark] .financials-viewer h3{color:#e8e8e8}[data-theme=dark] .nav-link{color:silver}[data-theme=dark] .nav-link:hover{color:#e8e8e8}[data-theme=dark] .nav-link.active{color:#e8e8e8;background:#ffffff1a}[data-theme=dark] .nav-submenu{background:#00000040}[data-theme=dark] .nav-chevron{color:#ffffff4d}[data-theme=dark] .nav-chevron-btn:hover .nav-chevron{color:#fff9}[data-theme=dark] .nav-submenu-item{color:#c8c8c899}[data-theme=dark] .nav-submenu-item:hover{color:#e0e0e0;background:#ffffff0a}[data-theme=dark] .nav-submenu-item.active{color:#fff;background:#ffffff12}[data-theme=dark] .page-header-card .counterparty-name,[data-theme=dark] .counterparty-detail-page .industry-badge,[data-theme=dark] .business-description-card .card-header h2,[data-theme=dark] .counterparty-name,[data-theme=dark] .counterparties-page .industry-badge,[data-theme=dark] .counterparties-page .section-title,[data-theme=dark] .counterparties-page .form-group label,[data-theme=dark] .counterparties-page .empty-state h3,[data-theme=dark] .counterparties-page .modal-header h2,[data-theme=dark] .counterparty-detail-page .section-title,[data-theme=dark] .counterparty-detail-page .action-title,[data-theme=dark] .counterparty-detail-page .modal-header h2,[data-theme=dark] .credit-metrics-page .section-title,[data-theme=dark] .data-management-page .counterparty-name,[data-theme=dark] .data-management-page .entity-badge,[data-theme=dark] .data-management-page .modal-header h2,[data-theme=dark] .data-management-page .form-group label,[data-theme=dark] .admin-page .account-name,[data-theme=dark] .admin-page .stat-value,[data-theme=dark] .login-title,[data-theme=dark] .login-form label,[data-theme=dark] .settings-page .security-title,[data-theme=dark] .settings-page .platform-name,[data-theme=dark] .settings-page .feature-title,[data-theme=dark] .settings-page .support-title,[data-theme=dark] .settings-page .form-group label,[data-theme=dark] .card-title,[data-theme=dark] .summary-card-value{color:#e8e8e8!important}[data-theme=dark] .btn-edit-subtle:hover,[data-theme=dark] .btn-link,[data-theme=dark] .counterparty-link-btn:hover,[data-theme=dark] .brand-colors-link,[data-theme=dark] .counterparty-name-clickable:hover,[data-theme=dark] .counterparty-option.active,[data-theme=dark] .settings-link-card:hover,[data-theme=dark] .support-link,[data-theme=dark] .counterparty-select:hover,[data-theme=dark] .counterparty-select:focus,[data-theme=dark] .toolbar-btn:hover,[data-theme=dark] .back-btn,[data-theme=dark] .btn-back-to-metrics:hover,[data-theme=dark] .btn-back-to-hub:hover,[data-theme=dark] .btn-back-to-docs:hover,[data-theme=dark] .docs-counterparty-trigger:hover,[data-theme=dark] .docs-upload-btn:hover,[data-theme=dark] .docs-type-option:hover,[data-theme=dark] .docs-type-option.active,[data-theme=dark] .docs-filetype-btn:hover,[data-theme=dark] .nav-arrow-btn:hover:not(:disabled),[data-theme=dark] .wizard-hub-card:hover,[data-theme=dark] .wizard-card-move-btn:hover,[data-theme=dark] .wizard-card__btn:hover,[data-theme=dark] .wizard-card__btn--restore,[data-theme=dark] .wizard-view-in-filing-btn:hover,[data-theme=dark] .wizard-view-filing-btn--active,[data-theme=dark] .inserted-metric:hover,[data-theme=dark] .btn-add-row:hover,[data-theme=dark] .btn-secondary,[data-theme=dark] .btn-secondary:hover:not(:disabled){color:#c9a956!important}[data-theme=dark] .tab-button.active,[data-theme=dark] .statement-tab.active,[data-theme=dark] .period-btn:hover{color:#e8e8e8!important}[data-theme=dark] .ai-extraction-icon,[data-theme=dark] .action-arrow,[data-theme=dark] .counterparty-dropdown-arrow,[data-theme=dark] .wizard-hub-icon,[data-theme=dark] .toggle-icon,[data-theme=dark] .expand-icon,[data-theme=dark] .progress-icon,[data-theme=dark] .autosave-icon,[data-theme=dark] .check-pass,[data-theme=dark] .audit-option-icon,[data-theme=dark] .ai-extraction-step.completed .step-indicator,[data-theme=dark] .ai-extraction-step.in-progress .step-indicator,[data-theme=dark] .ai-extraction-step.in-progress .step-name,[data-theme=dark] .wizard-step.active .wizard-step-number,[data-theme=dark] .wizard-step.completed .wizard-step-number,[data-theme=dark] .wizard-progress-dot.completed,[data-theme=dark] .wizard-spinner,[data-theme=dark] .wizard-complete-stat-value,[data-theme=dark] .wizard-source-card--selected,[data-theme=dark] .wizard-source-checkbox,[data-theme=dark] .wizard-table-card--selected,[data-theme=dark] .wizard-table-checkbox,[data-theme=dark] .wizard-card-revenue,[data-theme=dark] .wizard-card-exclude-btn--active,[data-theme=dark] .wizard-card-view-btn--active,[data-theme=dark] .wizard-debt-exclude-btn--active,[data-theme=dark] .debt-reconciliation-view-btn--active{color:#8fbc8f!important}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group select:focus,[data-theme=dark] .form-group textarea:focus,[data-theme=dark] .login-form input:focus,[data-theme=dark] .ca-form-field input:focus,[data-theme=dark] .ca-form-field select:focus,[data-theme=dark] .ca-form-field textarea:focus,[data-theme=dark] .ca-input:focus,[data-theme=dark] .ca-select:focus,[data-theme=dark] .ca-covenant-schedule textarea:focus,[data-theme=dark] .ca-definition-term:focus,[data-theme=dark] .ca-definition-text:focus,[data-theme=dark] .ca-amendment-body input:focus,[data-theme=dark] .ca-amendment-body textarea:focus,[data-theme=dark] .wizard-result-row input:focus,[data-theme=dark] .wizard-debt-input:focus,[data-theme=dark] .wizard-debt-select:focus,[data-theme=dark] .period-select:focus,[data-theme=dark] .period-input:focus,[data-theme=dark] .value-input:focus,[data-theme=dark] .debt-input:focus,[data-theme=dark] .debt-select:focus,[data-theme=dark] .toolbar-select:hover,[data-theme=dark] .toolbar-select:focus,[data-theme=dark] .edit-doc-input:focus,[data-theme=dark] .edit-doc-select:focus,[data-theme=dark] .brand-color-picker:hover,[data-theme=dark] .brand-color-hex:focus,[data-theme=dark] .brand-font-select:focus{color:#e8e8e8!important;border-color:#c9a956!important}[data-theme=dark] .audit-option:hover,[data-theme=dark] .audit-option.selected,[data-theme=dark] .component-verification-row .btn-success,[data-theme=dark] .component-verification-controls .btn-success,[data-theme=dark] .component-navigation-row .nav-btn:hover:not(:disabled),[data-theme=dark] .success-message,[data-theme=dark] .autosave-text,[data-theme=dark] .support-contact-note{color:#8fbc8f!important}[data-theme=dark] .counterparty-detail-page .metric-value,[data-theme=dark] .credit-metrics-page .metric-card.clickable:hover,[data-theme=dark] .benchmark-label{color:#e8e8e8!important}[data-theme=dark] .calculation-period strong,[data-theme=dark] .step-value-link,[data-theme=dark] .calculation-step .step-value,[data-theme=dark] .ltm-value-link,[data-theme=dark] .ltm-total-value{color:#8fbc8f!important}[data-theme=dark] .ltm-modal-header{background:#0d0d0d!important}[data-theme=dark] .ltm-modal-title h2{color:#fff!important}[data-theme=dark] .ltm-modal{background:#1a1a1a!important}[data-theme=dark] .ltm-operator{color:#e8e8e8!important}[data-theme=dark] .ltm-period{color:silver!important}[data-theme=dark] .ltm-value{color:#e8e8e8!important}[data-theme=dark] .ltm-divider-line{border-top-color:#444!important}[data-theme=dark] .ltm-modal-footer{background:#151515!important;border-top-color:#333!important}[data-theme=dark] .ltm-note{color:#666!important}[data-theme=dark] .group-header{background:#222!important}[data-theme=dark] .group-header:hover{background:#2a2a2a!important}[data-theme=dark] .group-child{background:#1e1e1e!important}[data-theme=dark] .calculation-modal-header{background:#0d0d0d!important;border-bottom-color:#333!important}[data-theme=dark] .calculation-modal-header h2{color:#fff!important}[data-theme=dark] .calculation-modal{background:#1a1a1a!important}[data-theme=dark] .totals-modal-header{background:#0d0d0d!important}[data-theme=dark] .calculation-period{color:silver!important}[data-theme=dark] .calculation-step .step-operator{color:#e8e8e8!important}[data-theme=dark] .calculation-step .step-label{color:silver!important}[data-theme=dark] .result-step .step-label,[data-theme=dark] .result-value{color:#e8e8e8!important}[data-theme=dark] .step-source{color:#888!important}[data-theme=dark] .btn-close{color:#e8e8e8!important;background:#222!important}[data-theme=dark] .btn-close:hover{background:#333!important}[data-theme=dark] .upload-zone:hover,[data-theme=dark] .wizard-hub-card-tag{color:silver!important}[data-theme=dark] .data-table th{color:#888!important}[data-theme=dark] .loading{color:silver!important}[data-theme=dark] .expand-button{color:#c9a956!important}[data-theme=dark] .autocomplete-option-value{color:#8fbc8f!important}[data-theme=dark] .toggle-switch input:checked+.toggle-slider{background-color:#3d4a2d!important}[data-theme=dark] .role-badge.admin{color:#8fbc8f!important}[data-theme=dark] .counterparties-page .file-label,[data-theme=dark] .counterparties-page .document-count{color:silver!important}[data-theme=dark] .report-creator .period-btn:hover{color:#e8e8e8!important}[data-theme=dark] .drop-message,[data-theme=dark] .ai-wizard-sec-viewer-fallback{color:silver!important}[data-theme=dark] .unit-warning-banner{background:#d4883b1a;border-color:#d4883b66}[data-theme=dark] .unit-warning-header h3{color:#e8e8e8}[data-theme=dark] .unit-warning-flags{background:#1a1a1a;border-color:#333}[data-theme=dark] .unit-warning-field{color:#e8e8e8}[data-theme=dark] .unit-warning-values{color:#9a9a9a}[data-theme=dark] .btn-warning-dismiss{color:#9a9a9a;border-color:#333}[data-theme=dark] .btn-warning-dismiss:hover{color:#e8e8e8;border-color:#555}[data-theme=dark] .validation-panel{background:#1a1a1a;border-color:#333}[data-theme=dark] .validation-panel-header h3{color:#e8e8e8}[data-theme=dark] .validation-summary{color:#9a9a9a}[data-theme=dark] .anomaly-card{background:#222;border-color:#333}[data-theme=dark] .anomaly-message{color:silver}[data-theme=dark] .anomaly-suggestion{color:#9a9a9a}[data-theme=dark] .stress-test-table th{color:silver;background:#1a1a1a;border-color:#333}[data-theme=dark] .stress-test-table td{color:#e8e8e8;border-color:#333}[data-theme=dark] .stress-cell--compliant{background:#5c6b4a26}[data-theme=dark] .stress-cell--warning{background:#d4883b26}[data-theme=dark] .stress-cell--breach{background:#c43c3c26}[data-theme=dark] .rate-sensitivity-table th{color:silver;background:#1a1a1a;border-color:#333}[data-theme=dark] .rate-sensitivity-table td{color:#e8e8e8;border-color:#333}[data-theme=dark] .docs-type-doc{color:#64b5f6;background:#1565c033}[data-theme=dark] .docs-type-pdf{color:#ef9a9a;background:#c6282833}[data-theme=dark] .docs-type-ppt{color:#ffb74d;background:#ef6c0033}[data-theme=dark] .docs-type-xlsx{color:#a5d6a7;background:#2e7d3233}[data-theme=dark] .wizard-picker-modal{background:#1a1a1a;box-shadow:0 20px 60px #0009}[data-theme=dark] .wizard-picker-header h2{color:#e8e8e8}[data-theme=dark] .wizard-picker-search input{color:#e8e8e8;background:#222;border-color:#333}[data-theme=dark] .wizard-picker-item{border-color:#333}[data-theme=dark] .wizard-picker-item:hover{border-color:var(--lizard-green);background:#3d4a2d1a}[data-theme=dark] .wizard-picker-item-name{color:#e8e8e8}[data-theme=dark] .wizard-picker-item-type{color:#9a9a9a;background:#222}h1,h2,h3,h4,h5,h6,.page-title,.card-title,.sidebar-logo-title{text-transform:uppercase;letter-spacing:.05em;font-family:Saira Extra Condensed,Oswald,sans-serif;font-weight:700}*{box-sizing:border-box;margin:0;padding:0}html,body{overscroll-behavior-x:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-secondary);color:var(--text-primary);font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}td,th,input[type=number],.kpi-value,.metric-value,.stat-value{font-variant-numeric:tabular-nums}.app-container{min-height:100vh;display:flex;overflow-x:clip}.sidebar{background:var(--color-midnight);color:#fff;z-index:100;flex-direction:column;width:260px;height:100vh;padding:0;transition:width .25s;display:flex;position:fixed;top:0;left:0;box-shadow:2px 0 8px #0000001a}.sidebar.collapsed{width:72px}.sidebar-header{background:#ffffff14;border-bottom:1px solid #ffffff1a;padding:24px 20px;position:relative}.sidebar.collapsed .sidebar-header{flex-direction:column;align-items:center;padding:16px 12px 12px;display:flex}.sidebar.collapsed .sidebar-logo{justify-content:center;margin-bottom:0}.sidebar.collapsed .sidebar-logo img{width:auto;height:36px}.sidebar-collapse-btn{color:#fff9;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:14px;font-weight:700;line-height:1;transition:background .2s,color .2s,border-color .2s;display:flex;position:absolute;bottom:12px;right:12px}.sidebar-collapse-btn:hover{color:#fff;background:#fff3;border-color:#ffffff4d}.sidebar.collapsed .sidebar-collapse-btn{margin-top:8px;position:static}.sidebar-logo{align-items:center;gap:12px;margin-bottom:8px;display:flex}.sidebar-logo img{object-fit:contain;width:auto;height:40px}.sidebar-logo-text{flex-direction:column;display:flex}.sidebar-logo-title{letter-spacing:.5px;color:#fff;font-family:Saira Extra Condensed,Oswald,sans-serif;font-size:26px;font-weight:800;line-height:1}.sidebar-logo-subtitle{color:#ffffff8c;letter-spacing:1.5px;text-transform:uppercase;margin-top:2px;font-family:Saira Extra Condensed,Oswald,sans-serif;font-size:11px;font-weight:500;line-height:1.2}.navigation-buttons{justify-content:center;gap:6px;margin-top:8px;display:flex}.nav-history-btn{border:1px solid var(--color-slate);color:var(--color-cool-gray);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:4px 12px;font-size:14px;font-weight:400;transition:all .2s}.nav-history-btn:hover:not(:disabled){border-color:var(--color-midnight);color:var(--color-midnight);background:#0000001a}.nav-history-btn:disabled{opacity:.3;cursor:not-allowed}.nav-history-btn:active:not(:disabled){transform:scale(.95)}.sidebar-fund-filter{border-bottom:1px solid var(--color-border-light,#e0dcd4);padding:8px 16px}.sidebar-fund-select{color:#333;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;width:100%;padding:6px 8px;font-family:Source Sans Pro,sans-serif;font-size:12px;font-weight:600}.sidebar-fund-select:focus{border-color:var(--lizard-green,#6b8f3c);outline:none}[data-theme=dark] .sidebar-fund-filter{border-color:#333}[data-theme=dark] .sidebar-fund-select{color:#ddd;background:#252525;border-color:#444}.sidebar-nav{flex:1;min-height:0;padding:16px 0;overflow-y:auto}.sidebar-category{flex-direction:column;display:flex}.sidebar-category+.sidebar-category{margin-top:4px}.sidebar-category-header{all:unset;letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;align-items:center;gap:6px;width:100%;padding:8px 16px 6px;font-size:10px;font-weight:700;transition:color .15s;display:flex}.sidebar-category-header:hover{color:#ffffffbf}.sidebar-category.has-active .sidebar-category-header{color:var(--golden-ring,#d4a574)}.sidebar-category-caret{flex-shrink:0;justify-content:center;align-items:center;width:12px;height:12px;transition:transform .18s;display:inline-flex}.sidebar-category.expanded .sidebar-category-caret{transform:rotate(90deg)}.sidebar-category-label{flex:1;min-width:0}.sidebar-category-modules{flex-direction:column;display:flex}.sidebar-category.collapsed.has-active .nav-link.active{position:relative}[data-theme=dark] .sidebar-category-header{color:#fff6}[data-theme=dark] .sidebar-category-header:hover{color:#ffffffb3}[data-theme=dark] .sidebar-category.has-active .sidebar-category-header{color:var(--golden-ring,#d4a574)}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:0 0}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#ffffff40}.sidebar-footer{background:#0000001a;border-top:1px solid #ffffff1a;flex-shrink:0;padding:20px;visibility:visible!important;display:block!important}.sidebar.collapsed .sidebar-footer{justify-content:center;padding:12px;display:flex!important}.btn-logout-collapsed{color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex}.btn-logout-collapsed:hover{color:#fff;background:#fff3;border-color:#ffffff4d}.user-info{margin-bottom:16px}.user-info-row{align-items:center;gap:12px;display:flex}.user-info-text{flex:1;min-width:0}.user-info-logo{border-radius:4px;flex-shrink:0;width:auto;max-width:96px;height:auto;max-height:96px;display:block}.user-name{color:#fff;margin-bottom:4px;font-size:14px;font-weight:600}.user-account{color:var(--desert-sand);margin-bottom:2px;font-size:12px}.user-role{color:var(--golden-ring);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.btn-logout{color:#fff;border-radius:var(--radius-sm);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#ffffff1a;border:1px solid #fff3;width:100%;padding:10px;font-size:13px;font-weight:600;transition:all .2s}.btn-logout:hover{background:#fff3;border-color:#fff6}.sidebar-action-buttons{gap:6px;width:100%;margin-bottom:8px;display:flex}.btn-help,.btn-hotkeys,.btn-improve{color:var(--golden-ring,#d4a574);border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.3px;white-space:nowrap;background:#d4a5741f;border:1px solid #d4a57440;flex:1;justify-content:center;align-items:center;gap:4px;padding:9px 6px;font-size:11px;font-weight:600;transition:all .2s;display:flex}.btn-help:hover,.btn-hotkeys:hover,.btn-improve:hover{background:#d4a57433;border-color:#d4a57466}.improve-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.improve-modal{background:var(--card-bg);border-radius:12px;width:480px;max-width:90vw;position:relative;overflow:hidden;box-shadow:0 8px 32px #0003}.improve-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.improve-header h3{color:var(--deep-earth);margin:0;font-size:16px;font-weight:700}.improve-body{padding:20px}.improve-hint{color:var(--stone-gray);margin:0 0 16px;font-size:13px}.improve-priority{align-items:center;gap:10px;margin-bottom:12px;display:flex}.improve-priority label{color:var(--stone-gray);white-space:nowrap;font-size:13px;font-weight:600}.improve-priority-options{gap:6px;display:flex}.improve-priority-btn{border:1px solid var(--border-color);cursor:pointer;color:var(--stone-gray);background:0 0;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600;transition:all .15s}.improve-priority-btn:hover{border-color:var(--stone-gray)}.improve-priority-btn.priority-normal.active{background:var(--lizard-green);border-color:var(--lizard-green);color:#fff}.improve-priority-btn.priority-high.active{color:#fff;background:#e67e22;border-color:#e67e22}.improve-priority-btn.priority-urgent.active{color:#fff;background:#c0392b;border-color:#c0392b}.improve-textarea{border:1px solid var(--border-color);resize:vertical;background:var(--card-bg);width:100%;color:var(--deep-earth);border-radius:6px;padding:12px;font-family:Source Sans Pro,sans-serif;font-size:14px}.improve-textarea:focus{border-color:var(--lizard-green);outline:none}.improve-attachments{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.btn-attach{border:1px dashed var(--stone-gray);color:var(--stone-gray);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:border-color .2s,color .2s;display:inline-flex}.btn-attach:hover{border-color:var(--lizard-green);color:var(--lizard-green)}.improve-file-previews{flex-wrap:wrap;gap:8px;width:100%;margin-top:8px;display:flex}.improve-file-thumb{border:1px solid var(--border-color);border-radius:6px;width:64px;height:64px;position:relative;overflow:hidden}.improve-file-thumb img{object-fit:cover;width:100%;height:100%}.improve-file-remove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:12px;line-height:1;display:flex;position:absolute;top:2px;right:2px}.improve-file-remove:hover{background:#c83232e6}.improve-file-chip{border:1px solid var(--border-color);max-width:200px;color:var(--deep-earth);background:#3d4a2d0a;border-radius:6px;align-items:center;gap:6px;padding:6px 8px 6px 10px;font-size:12px;display:inline-flex}.improve-file-chip>svg{color:var(--stone-gray);flex-shrink:0}.improve-file-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.improve-file-remove-inline{width:16px;height:16px;color:var(--stone-gray);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:14px;line-height:1;display:flex}.improve-file-remove-inline:hover{color:#c0392b}.improve-footer{border-top:1px solid var(--border-color);justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.btn-cancel{border:1px solid var(--border-color);color:var(--stone-gray);cursor:pointer;background:0 0;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600}.btn-submit-improve{background:var(--lizard-green);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600}.btn-submit-improve:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .improve-modal{background:#1e1e1e}[data-theme=dark] .improve-header h3{color:#d4cfc5}[data-theme=dark] .improve-textarea{color:#d4cfc5;background:#2a2a28;border-color:#ffffff1a}[data-theme=dark] .improve-textarea:focus{border-color:var(--lizard-green)}[data-theme=dark] .btn-attach{color:#999;border-color:#fff3}[data-theme=dark] .btn-attach:hover{border-color:var(--lizard-green);color:var(--lizard-green)}[data-theme=dark] .improve-file-thumb{border-color:#ffffff1a}[data-theme=dark] .improve-file-chip{color:#d4cfc5;background:#ffffff0a;border-color:#ffffff1f}[data-theme=dark] .improve-priority-btn{color:#999;border-color:#ffffff26}[data-theme=dark] .improve-priority-btn:hover{border-color:#ffffff4d}.nav-link{color:#fffc;white-space:nowrap;border-left:5px solid #0000;align-items:center;gap:12px;padding:12px 20px 12px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.sidebar.collapsed .nav-link{border-left:3px solid #0000;justify-content:center;padding:12px 0}.sidebar.collapsed .nav-link.active{border-left:3px solid var(--color-forest-moss)}.nav-link:hover{color:#fff;background:#ffffff1a}.nav-link.active{background:var(--color-slate);color:#fff;border-left:5px solid var(--color-forest-moss);font-weight:600}.nav-icon{object-fit:contain;filter:brightness(0)invert();opacity:.8;width:24px;height:24px}.nav-icon-emoji{opacity:.8;justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;display:flex}.nav-link.active .nav-icon{opacity:1;filter:brightness(0)invert()}.nav-link:hover .nav-icon,.nav-link.active .nav-icon-emoji,.nav-link:hover .nav-icon-emoji{opacity:1}.beta-badge{letter-spacing:.04em;color:#d4883b;background:#d4883b40;border-radius:3px;flex-shrink:0;margin-left:auto;padding:1px 5px;font-size:9px;font-weight:700;line-height:1.3;display:inline-block}.nav-link.active .beta-badge{color:#fff;background:#d4883b8c}.sidebar-unread-badge{color:#fff;background:#c0392b;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:18px;margin-left:auto;padding:0 6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.sidebar-unread-badge--dot{background:#c0392b;border-radius:50%;width:8px;min-width:8px;height:8px;padding:0;position:absolute;top:4px;right:4px}.sidebar.collapsed .nav-link{position:relative}.nav-link.active .sidebar-unread-badge{color:var(--lizard-green);background:#fff}.page-beta-badge{letter-spacing:.04em;color:var(--warning-orange,#d4883b);vertical-align:middle;background:#d4883b1f;border-radius:4px;margin-left:10px;padding:2px 8px;font-size:11px;font-weight:700;line-height:1.3;display:inline-block}[data-theme=dark] .page-beta-badge{color:#e8a04e;background:#d4883b2e}.nav-group{flex-direction:column;display:flex}.nav-link-parent{border-left:none;align-items:stretch;gap:0;width:100%;padding:0;display:flex;position:relative}.nav-link-parent.active{border-left:none}.nav-parent-link{min-width:0;color:inherit;cursor:pointer;border-left:5px solid #0000;flex:1;align-items:center;gap:12px;margin-left:-5px;padding:12px 0 12px 16px;text-decoration:none;display:flex}.nav-link-parent.active .nav-parent-link{border-left-color:var(--color-forest-moss)}.nav-parent-link span{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.nav-chevron-btn{cursor:pointer;background:0 0;border:none;border-radius:0 4px 4px 0;flex-shrink:0;justify-content:center;align-items:center;width:40px;padding:0;transition:background .15s;display:flex}.nav-chevron-btn:hover{background:#ffffff14}.nav-chevron{color:#fff6;flex-shrink:0;width:12px;height:12px;transition:transform .25s,color .2s}.nav-chevron.expanded{transform:rotate(90deg)}.nav-chevron-btn:hover .nav-chevron{color:#ffffffb3}.nav-link-parent.active .nav-chevron{color:#ffffffe6}.nav-submenu{background:#00000026;max-height:0;transition:max-height .25s;overflow:hidden}.nav-submenu.expanded{max-height:300px}.nav-submenu-item{color:#fff9;border-left:5px solid #0000;padding:9px 20px 9px 57px;font-size:13px;font-weight:400;text-decoration:none;transition:all .15s;display:block;position:relative}.nav-submenu-item:before{display:none}.nav-submenu-item:hover{color:#ffffffe6;background:#ffffff0d}.nav-submenu-item:hover:before{display:none}.nav-submenu-item.active{color:#fff;border-left:5px solid var(--color-forest-moss);background:#ffffff14;font-weight:600}.nav-submenu-item.active:before{display:none}.main-wrapper{flex-direction:column;width:calc(100vw - 260px);min-width:0;min-height:100vh;margin-left:260px;transition:margin-left .25s,width .25s;display:flex;position:relative;overflow-x:clip}.main-wrapper.sidebar-collapsed{width:calc(100vw - 72px);margin-left:72px}.main-wrapper.help-chat-open{width:calc(100vw - 620px);margin-left:620px}.main-wrapper.sidebar-collapsed.help-chat-open{width:calc(100vw - 432px);margin-left:432px}.main-content{flex:1;max-width:100%;padding:24px 32px 32px;overflow:hidden auto}.impersonation-banner{color:#fff;z-index:10001;background:linear-gradient(135deg,#f59e0b,#d97706);flex-shrink:0;justify-content:center;align-items:center;gap:16px;padding:10px 24px;font-size:14px;font-weight:600;display:flex;position:sticky;top:0}.impersonation-exit-btn{color:#fff;cursor:pointer;background:#fff3;border:1px solid #fff6;border-radius:6px;padding:4px 16px;font-size:13px;font-weight:600;transition:background .2s}.impersonation-exit-btn:hover{background:#ffffff59}[data-theme=dark] .impersonation-banner{background:linear-gradient(135deg,#92400e,#78350f)}[data-theme=dark] .impersonation-exit-btn{background:#ffffff26;border-color:#ffffff4d}[data-theme=dark] .impersonation-exit-btn:hover{background:#ffffff40}.page-header{background:var(--card-bg);border-bottom:2px solid var(--golden-ring);z-index:1;border-radius:0;justify-content:center;align-items:center;margin:0 0 24px;padding:24px 40px;display:flex;position:relative}.page-header>div:first-child{text-align:center;max-width:calc(100% - 320px)}.page-title{color:var(--deep-earth);justify-content:center;align-items:center;gap:12px;margin:0 0 4px;font-family:Saira Extra Condensed,Oswald,sans-serif;font-size:34px;font-weight:700;display:flex}.page-subtitle{color:var(--stone-gray);text-align:center;margin:0;font-size:14px}.page-header-actions{align-items:center;gap:8px;display:flex;position:absolute;right:40px}.subheader-toolbar{border-bottom:1px solid var(--border-color);background:var(--card-bg);border-radius:0;justify-content:flex-end;align-items:center;gap:8px;margin:0 0 24px;padding:12px 24px;display:flex}.page-header+.subheader-toolbar{margin-top:0}@media (max-width:1200px){.page-header{padding:20px}}@media (max-width:768px){.page-header{padding:16px 20px}.page-title{font-size:22px}.page-header-actions{margin-top:12px;position:static}}.card{border-radius:var(--radius-lg);border:1px solid var(--desert-sand);background:#fff;padding:24px;box-shadow:0 2px 8px #00000014}.card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.card-title{color:var(--lizard-green);font-size:18px;font-weight:600}.summary-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:32px;display:grid}.summary-card{border-radius:var(--radius-lg);border:1px solid var(--desert-sand);background:#fff;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #00000014}.summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.summary-card-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:13px;font-weight:500}.summary-card-value{color:var(--lizard-green);margin-bottom:4px;font-size:32px;font-weight:700}.summary-card-change{align-items:center;gap:4px;font-size:14px;display:flex}.summary-card-change.positive{color:var(--status-green)}.summary-card-change.negative{color:var(--status-red)}.data-table{border-collapse:collapse;width:100%;font-size:14px}.data-table thead{background:var(--bg-tertiary)}.data-table th{text-align:left;color:var(--lizard-green);border-bottom:2px solid var(--border-color);text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;font-size:13px;font-weight:600}.data-table td{border-bottom:1px solid var(--border-color);padding:16px}.data-table tbody tr{cursor:pointer;transition:background .15s}.data-table tbody tr:hover{background:var(--bg-tertiary)}.status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.status-badge.green{background:var(--status-green-bg);color:#166534}.status-badge.yellow{background:var(--status-yellow-bg);color:#854d0e}.status-badge.red{background:var(--status-red-bg);color:#991b1b}.status-dot{border-radius:50%;width:8px;height:8px}.status-dot.green{background:var(--status-green)}.status-dot.yellow{background:var(--status-yellow)}.status-dot.red{background:var(--status-red)}.metric{color:var(--text-primary);font-size:16px;font-weight:600}.metric-change{margin-left:8px;font-size:13px;font-weight:500}.metric-change.positive{color:var(--status-green)}.metric-change.negative{color:var(--status-red)}.loading{color:var(--scale-olive);justify-content:center;align-items:center;padding:64px;font-size:18px;display:flex}.error{background:var(--status-red-bg);color:var(--status-red);border-radius:var(--radius-md);border:1px solid var(--status-red);padding:16px}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--lizard-green);color:#fff;text-transform:uppercase;letter-spacing:.05em;font-family:Saira Extra Condensed,Oswald,sans-serif;box-shadow:0 2px 4px #0000001a}.btn-primary:hover{background:var(--scale-olive);transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary)}.btn-secondary:hover{background:var(--border-color)}.text-right{text-align:right}.text-center{text-align:center}.mb-4{margin-bottom:32px}.mt-4{margin-top:32px}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#00000026;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#00000040}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff26}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff40}*{scrollbar-width:thin;scrollbar-color:var(--color-warm-gray) transparent}.btn-primary{background:var(--lizard-green);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:10px 20px;font-family:Source Sans Pro,sans-serif;font-size:14px;font-weight:600;transition:all .2s}.btn-primary:hover:not(:disabled){background:var(--scale-olive);transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.btn-primary:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .btn-primary{color:#fff;background:#6b7f52;border-color:#6b7f52}[data-theme=dark] .btn-primary:hover:not(:disabled){background:#7d9462}[data-theme=dark] .btn-new-doc{background:#6b7f52;border-color:#6b7f52}[data-theme=dark] .btn-new-doc:hover{background:#7d9462;border-color:#7d9462}.btn-secondary{background:var(--card-bg);color:var(--lizard-green);border:1px solid var(--desert-sand);border-radius:var(--radius-md);cursor:pointer;padding:10px 20px;font-family:Source Sans Pro,sans-serif;font-size:14px;font-weight:600;transition:all .2s}.btn-secondary:hover:not(:disabled){border-color:var(--lizard-green);background:var(--bg-secondary);transform:translateY(-1px)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn-danger{background:var(--tongue-red);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:10px 20px;font-family:Source Sans Pro,sans-serif;font-size:14px;font-weight:600;transition:all .2s}.btn-danger:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.keyboard-shortcuts-overlay{z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.keyboard-shortcuts-modal{background:var(--card-bg,#fff);border:1px solid var(--border-color,#e0e0e0);border-radius:12px;width:420px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.keyboard-shortcuts-header{border-bottom:1px solid var(--border-color,#e0e0e0);justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.keyboard-shortcuts-header h2{color:var(--warm-white,#0d0d0d);margin:0;font-size:18px;font-weight:600}.keyboard-shortcuts-close{color:var(--stone-gray,#6b6b6b);cursor:pointer;background:0 0;border:none;padding:0;font-size:24px;line-height:1}.keyboard-shortcuts-close:hover{color:var(--warm-white,#0d0d0d)}.keyboard-shortcuts-section{padding:16px 24px 20px}.keyboard-shortcuts-section h3{text-transform:uppercase;letter-spacing:.5px;color:var(--stone-gray,#6b6b6b);margin:0 0 12px;font-size:11px;font-weight:600}.keyboard-shortcuts-list{flex-direction:column;gap:8px;display:flex}.keyboard-shortcut-row{justify-content:space-between;align-items:center;padding:6px 0;display:flex}.keyboard-shortcut-keys{align-items:center;gap:4px;display:flex}.keyboard-shortcut-keys kbd{min-width:26px;height:26px;color:var(--golden-ring,#c9a956);border:1.5px solid var(--golden-ring,#c9a956);background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:0 6px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}.key-then{color:var(--stone-gray,#6b6b6b);margin:0 2px;font-size:10px}.keyboard-shortcut-desc{color:var(--warm-white,#0d0d0d);font-size:13px}.compliance-badges-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.compliance-badge-card{border:1px solid var(--desert-sand,#d4c5b2);background:var(--card-bg,#fff);border-radius:10px;align-items:center;gap:14px;padding:16px;transition:all .2s;display:flex}.compliance-badge-card:hover{border-color:var(--golden-ring,#d4a574);box-shadow:0 2px 12px #0000000f}.compliance-badge-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.compliance-badge-title{color:var(--deep-earth,#2c2a26);text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px;font-family:Saira Extra Condensed,Oswald,sans-serif;font-size:14px;font-weight:600}.compliance-badge-status{text-transform:uppercase;letter-spacing:.05em;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.compliance-badge-status.pursuing{color:#1565c0;background:#1565c01a}.compliance-badge-status.committed{color:#b8864e;background:#d4a57426}.compliance-badge-status.compliant{color:#2e7d32;background:#2e7d321a}.compliance-badge-status.active{color:#3d4a2d;background:#3d4a2d1a}[data-theme=dark] .compliance-badge-card{background:#1e1e1e;border-color:#3a3a3a}[data-theme=dark] .compliance-badge-card:hover{border-color:var(--golden-ring)}[data-theme=dark] .compliance-badge-title{color:#e8e0d4}[data-theme=dark] .compliance-badge-status.pursuing{color:#64b5f6;background:#1565c026}[data-theme=dark] .compliance-badge-status.committed{color:#d4a574;background:#d4a5741f}[data-theme=dark] .compliance-badge-status.compliant{color:#81c784;background:#2e7d3226}[data-theme=dark] .compliance-badge-status.active{color:#a5b88f;background:#3d4a2d26}.sidebar-compliance-line{color:#d4a57466;text-align:center;letter-spacing:.08em;text-transform:uppercase;border-top:1px solid #d4a57426;margin-top:12px;padding-top:10px;font-size:10px;font-weight:600}[data-tooltip]{position:relative}.vt-tip{z-index:1000000;color:#f3efe5;letter-spacing:.01em;text-align:center;white-space:pre-line;pointer-events:none;opacity:0;background:#1c1e22f2;border-radius:4px;width:max-content;max-width:280px;padding:4px 8px;font:500 11px/1.35 Source Sans Pro,sans-serif;transition:opacity .12s,transform .12s;position:fixed;top:0;left:0;transform:translateY(-2px);box-shadow:0 2px 6px #0000002e}.vt-tip[data-placement=above]{transform:translateY(2px)}.vt-tip.vt-tip--visible{opacity:1;transform:translateY(0)}[data-theme=dark] .vt-tip{color:#1c1e22;background:#f5f0e6f2;box-shadow:0 2px 6px #0006}.toast-container{z-index:99999;pointer-events:none;flex-direction:column;gap:8px;max-width:420px;display:flex;position:fixed;top:20px;right:20px}.toast-item{color:#fff;pointer-events:auto;cursor:pointer;word-wrap:break-word;background:#333;border-radius:8px;padding:12px 20px;font-size:14px;line-height:1.5;animation:.3s ease-out toast-in;box-shadow:0 4px 16px #0003}.toast-item.toast-error{background:#c0392b}.toast-item.toast-success{background:#27ae60}.toast-item.toast-warn{background:#e67e22}.toast-item.toast-info{background:#2c3e50}.toast-exit{animation:.3s ease-in forwards toast-out}@keyframes toast-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes toast-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(40px)}}.source-indicator{vertical-align:middle;opacity:.85;cursor:default;justify-content:center;align-items:center;margin-right:6px;transition:opacity .2s;display:inline-flex}.source-indicator:hover{opacity:1}.source-indicator-xbrl{color:var(--color-cool-gray)}.source-indicator-ai{color:var(--color-eye-amber)}.source-indicator-calculated{color:#3b82f6}.source-indicator-calculated img{filter:invert(45%)sepia()saturate(2000%)hue-rotate(210deg)brightness(115%)contrast(90%)}[data-theme=dark] .source-indicator-calculated img{filter:invert(55%)sepia()saturate(2000%)hue-rotate(210deg)brightness(130%)contrast(85%)}.source-indicator-manual{color:#f59e0b}.source-indicator-hitl{color:var(--lizard-green)}.source-indicator-hitl img{filter:invert(45%)sepia(70%)saturate(500%)hue-rotate(60deg)brightness(95%)contrast(90%)}[data-theme=dark] .source-indicator-hitl img{filter:invert(70%)sepia(70%)saturate(500%)hue-rotate(60deg)brightness(130%)contrast(85%)}[data-theme=dark] .source-indicator-xbrl img{filter:contrast(1.1)brightness(2.2)!important}th .source-indicator,td .source-indicator{vertical-align:middle;flex-shrink:0}
