@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&display=swap";:root{--color-on-light: #0c1929;--color-on-light-strong: #172554;--color-bg-navy-solid: #172554;--color-bg-navy-deep-solid: #0c1929;--color-bg-navy-hover: #1e40af;--color-navy-deep: #0c1929;--color-navy: #172554;--color-navy-soft: #1e40af;--color-ink: #1e293b;--color-muted: #475569;--color-primary: #2563eb;--color-primary-soft: #3b82f6;--color-primary-muted: #dbeafe;--color-surface: #ffffff;--color-surface-muted: #f8fafc;--color-surface-elevated: #ffffff;--color-surface-input: #ffffff;--color-border: rgba(30, 58, 138, .12);--color-border-strong: rgba(30, 58, 138, .22);--color-input-text: #1e293b;--color-input-placeholder: #94a3b8;--shadow-soft: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px -6px rgba(30, 58, 138, .08);--shadow-elevated: 0 4px 8px rgba(15, 23, 42, .05), 0 24px 48px -12px rgba(30, 58, 138, .12);--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-2xl: 1.5rem}html{scroll-behavior:smooth;color-scheme:light}html.light,html[data-theme=light]{color-scheme:light;--color-navy-deep: #0c1929;--color-navy: #172554;--color-navy-soft: #1e40af;--color-ink: #1e293b;--color-muted: #475569;--color-primary: #2563eb;--color-primary-soft: #3b82f6;--color-primary-muted: #dbeafe;--color-surface: #ffffff;--color-surface-muted: #f8fafc;--color-surface-elevated: #ffffff;--color-surface-input: #ffffff;--color-border: rgba(30, 58, 138, .12);--color-border-strong: rgba(30, 58, 138, .22);--color-input-text: #1e293b;--color-input-placeholder: #94a3b8}body{margin:0;font-family:Pretendard Variable,Pretendard,system-ui,sans-serif;color:var(--color-ink);background:var(--color-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#root{min-height:100%}.font-display{font-family:Cormorant Garamond,Pretendard Variable,serif}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.comparison-table-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#94a3b8 #e2e8f0}.comparison-table-scroll::-webkit-scrollbar{height:8px}.comparison-table-scroll::-webkit-scrollbar-track{background:#e2e8f0;border-radius:999px;margin:0 .5rem .25rem}.comparison-table-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:999px}.comparison-table-scroll::-webkit-scrollbar-thumb:hover{background:#64748b}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::-webkit-scrollbar-track{background:transparent}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .45s ease-out forwards}@keyframes slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up{animation:slide-up .65s cubic-bezier(.16,1,.3,1) forwards}@keyframes float-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.page-shell{position:relative;background:radial-gradient(ellipse 100% 70% at 50% -15%,rgba(37,99,235,.06) 0%,transparent 55%),linear-gradient(180deg,#fff,#f8fafc 48%,#f1f5f9)}.page-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.15;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E")}.page-shell>*{position:relative;z-index:1}.container-page{width:100%;max-width:76rem;margin-left:auto;margin-right:auto;padding-left:clamp(1.25rem,4vw,2rem);padding-right:clamp(1.25rem,4vw,2rem)}.section-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.875rem}.section-eyebrow:before{content:"";width:1.25rem;height:1px;background:linear-gradient(90deg,var(--color-primary-soft),transparent)}.section-title{font-family:Cormorant Garamond,Pretendard Variable,serif;font-size:clamp(2rem,4.5vw,3rem);font-weight:600;line-height:1.12;color:var(--color-navy);letter-spacing:-.025em}.section-subtitle{font-size:1.0625rem;line-height:1.8;color:var(--color-muted);max-width:38rem;font-weight:400}.text-balance{text-wrap:balance}.card-premium{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease,border-color .4s ease}.card-premium:hover{transform:translateY(-3px);box-shadow:var(--shadow-elevated);border-color:#2563eb38}.glass-card{background:#ffffffb8;border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);box-shadow:var(--shadow-soft)}.card-icon-wrap{width:3.25rem;height:3.25rem;display:flex;align-items:center;justify-content:center;border-radius:.875rem;background:linear-gradient(145deg,var(--color-primary) 0%,var(--color-navy-soft) 100%);color:#fff;box-shadow:0 4px 14px -4px #2563eb66}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9375rem 1.875rem;font-size:.9375rem;font-weight:600;letter-spacing:-.01em;color:#fff;background:linear-gradient(180deg,var(--color-primary-soft) 0%,var(--color-primary) 100%);border:1px solid rgba(255,255,255,.12);border-radius:999px;box-shadow:0 4px 16px -4px #2563eb73,inset 0 1px #ffffff1f;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease,border-color .25s ease;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);border-color:#fff3;box-shadow:0 8px 24px -6px #2563eb80,0 0 0 1px #2563eb26}.btn-primary:active{transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9375rem 1.875rem;font-size:.9375rem;font-weight:500;color:#ffffffeb;background:#ffffff0f;border:1px solid rgba(255,255,255,.22);border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease;cursor:pointer;text-decoration:none}.btn-secondary:hover{background:#fffffff2;color:var(--color-on-light);border-color:transparent;transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9375rem 1.875rem;font-size:.9375rem;font-weight:600;color:var(--color-ink);background:transparent;border:1px solid var(--color-border-strong);border-radius:999px;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease;cursor:pointer;text-decoration:none}.btn-outline:hover{background:var(--color-primary-muted);border-color:#2563eb59;color:var(--color-ink);transform:translateY(-1px)}.btn-dark{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9375rem 1.75rem;font-weight:600;color:#fff;background:var(--color-bg-navy-solid);border:1px solid rgba(255,255,255,.06);border-radius:.875rem;box-shadow:var(--shadow-soft);transition:background .2s ease,transform .2s ease;text-decoration:none}.btn-dark:hover{background:var(--color-bg-navy-hover);transform:translateY(-1px)}.btn-accent{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9375rem 1.875rem;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(180deg,var(--color-primary-soft) 0%,var(--color-primary) 100%);border:none;border-radius:999px;box-shadow:0 4px 16px -4px #2563eb66;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer;text-decoration:none}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 8px 24px -6px #2563eb73}.btn-hero-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;letter-spacing:-.02em;color:var(--color-on-light);background:linear-gradient(180deg,#fff,#f0f7ff);border:1px solid rgba(255,255,255,.6);border-radius:999px;box-shadow:0 0 0 1px #ffffff59,0 6px 28px -4px #2563eb59,0 2px 8px #0c192933;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease,filter .2s ease;cursor:pointer}.btn-hero-primary:hover{transform:translateY(-3px) scale(1.02);filter:brightness(1.03);box-shadow:0 0 0 1px #ffffff8c,0 12px 36px -6px #60a5fa73,0 4px 12px #0c192940}.btn-hero-primary:active{transform:translateY(-1px) scale(1)}.btn-hero-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;font-size:.9375rem;font-weight:600;color:#fff;background:#ffffff24;border:1px solid rgba(255,255,255,.45);border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 16px -6px #00000059;transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease;cursor:pointer;text-decoration:none}.btn-hero-secondary:hover{background:#fffffff5;color:var(--color-on-light);border-color:transparent;transform:translateY(-2px);box-shadow:0 8px 24px -8px #ffffff40}.page-hero{position:relative;overflow:hidden;background:linear-gradient(165deg,#1e40af 0%,var(--color-navy-deep) 45%,#070d18 100%);color:#fff}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 55% at 20% 80%,rgba(96,165,250,.15) 0%,transparent 50%),radial-gradient(ellipse 55% 50% at 88% 12%,rgba(59,130,246,.2) 0%,transparent 48%),radial-gradient(ellipse 100% 80% at 50% 100%,rgba(12,25,41,.75) 0%,transparent 60%);pointer-events:none}.page-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.025;background-image:linear-gradient(rgba(255,255,255,.9) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.9) 1px,transparent 1px);background-size:64px 64px;pointer-events:none}.hero-headline{font-family:Pretendard Variable,Pretendard,system-ui,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.5}.hero-headline-line{display:block}.hero-headline-line+.hero-headline-line{margin-top:.2em}.hero-subline{display:block;line-height:1.75}.hero-subline+.hero-subline{margin-top:.35em}.hero-subline-accent{color:#ffffffeb;font-weight:500}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1.125rem;font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#bfdbfe;background:#2563eb1f;border:1px solid rgba(147,197,253,.35);border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stat-pill{text-align:center;padding:1.5rem 1rem;border-right:1px solid rgba(255,255,255,.06)}.stat-pill:last-child{border-right:none}.section-muted{background:#f8fafc;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.section-paper{background:#fff}.modal-backdrop{background:#0f172a73;-webkit-backdrop-filter:blur(12px) saturate(1.1);backdrop-filter:blur(12px) saturate(1.1)}.modal-panel{background:#fff;border-radius:var(--radius-2xl);border:1px solid var(--color-border);box-shadow:0 32px 64px -16px #1e3a8a2e}.nav-link-active{color:var(--color-navy)!important;background:#2563eb14;border-radius:999px;font-weight:600}.site-header{background:#ffffffeb;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2)}.input-field,input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]):not([type=hidden]):not([type=file]):not([type=image]),textarea,select{color:var(--color-input-text);background-color:var(--color-surface-input);border-color:var(--color-border);-webkit-text-fill-color:var(--color-input-text)}.input-field{width:100%;padding:.8125rem 1rem;font-size:.9375rem;border:1px solid var(--color-border);border-radius:.75rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;outline:none}.input-field:focus,input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]):not([type=hidden]):not([type=file]):not([type=image]):focus,textarea:focus,select:focus{border-color:#2563eb8c;box-shadow:0 0 0 3px #2563eb26}.input-field::placeholder,input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]):not([type=hidden]):not([type=file]):not([type=image])::placeholder,textarea::placeholder,select::placeholder{color:var(--color-input-placeholder);opacity:1;-webkit-text-fill-color:var(--color-input-placeholder)}.chat-session-start-label{display:inline-block;padding:.35rem .875rem;font-size:.75rem;font-weight:600;letter-spacing:.01em;line-height:1.4;color:#334155;background:#1e3a8a0f;border:1px solid rgba(30,58,138,.12);border-radius:999px}html.dark .chat-session-start-label,html[data-theme=dark] .chat-session-start-label{color:#cbd5e1!important;background:#1e3a8a73!important;border-color:#94a3b847!important}.chat-composer-bar{border-top-color:var(--color-border)}.chat-input-shell{background-color:#f1f5f9;border:1px solid var(--color-border);box-shadow:inset 0 1px #fffc}.chat-textarea{background-color:transparent;color:var(--color-input-text);caret-color:var(--color-primary)}.chat-textarea::placeholder{color:var(--color-input-placeholder)}.admin-shell{background:linear-gradient(165deg,#f8fafc,#eff6ff,#e0effe)}.sidebar-tab-active{background:linear-gradient(135deg,#2563eb14,#2563eb0a);color:var(--color-navy)!important;font-weight:600;border:1px solid rgba(37,99,235,.18);border-radius:.75rem}.chip-template{padding:.4rem .75rem;font-size:.75rem;font-weight:600;color:var(--color-navy);background:#1a30520a;border:1px solid rgba(26,48,82,.08);border-radius:999px;transition:background .2s ease,border-color .2s ease;cursor:pointer}.chip-template:hover{background:#2563eb14;border-color:#2563eb38}.step-number{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:700;line-height:1;color:var(--color-primary);opacity:.85;transition:opacity .2s ease,color .2s ease}.card-premium.group:hover .step-number{opacity:1;color:var(--color-primary-soft)}.legal-prose{font-size:.9375rem;line-height:1.8;color:var(--color-muted)}.legal-prose section+section{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(26,48,82,.08)}.legal-prose h2{font-family:Cormorant Garamond,Pretendard Variable,serif;font-size:1.25rem;font-weight:600;color:var(--color-navy);margin-bottom:.75rem}.legal-prose p{margin-bottom:.75rem}.legal-prose ol,.legal-prose ul{margin:.5rem 0 .75rem 1.25rem}.legal-prose li{margin-bottom:.35rem}.legal-prose ul ul{margin-top:.35rem}.legal-prose .notice{margin-top:1rem;padding:1rem 1.25rem;background:#2563eb0f;border-radius:.875rem;border:1px solid rgba(37,99,235,.14);font-size:.875rem}.site-footer{background:linear-gradient(180deg,var(--color-bg-navy-solid) 0%,var(--color-bg-navy-deep-solid) 100%)}.site-footer-inner{position:relative;padding-top:3.5rem;padding-bottom:2rem}.footer-section-title{font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#93c5fdf2;margin-bottom:1.125rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.07)}.footer-subsection-title{font-size:.6875rem;font-weight:600;letter-spacing:.1em;color:#93c5fde0;margin-bottom:.875rem}.footer-label{display:block;font-size:.6875rem;font-weight:500;letter-spacing:.06em;color:#ffffff61;margin-bottom:.25rem}.footer-link{font-size:.875rem;color:#ffffffb8;transition:color .2s ease}.footer-link:hover{color:#bfdbfefa}.footer-text-item{font-size:.875rem;color:#ffffffb8;cursor:default}.footer-contact-list{display:flex;flex-direction:column;gap:1rem}.footer-contact-list dd{margin:0;font-size:.875rem;line-height:1.6;color:#ffffffc7}.footer-phone{font-size:1.125rem;font-weight:600;letter-spacing:-.01em;color:#fff;transition:color .2s ease}.footer-phone:hover{color:#bfdbfefa}.footer-legal-bar{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.07);display:flex;flex-wrap:wrap;align-items:center;gap:.375rem 0;font-size:.75rem;line-height:1.6;color:#ffffff6b}.footer-legal-bar span+span:before{content:"·";margin:0 .625rem;color:#ffffff2e}.footer-bottom{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;align-items:center;gap:.875rem;text-align:center;font-size:.75rem;color:#ffffff61}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-bottom-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem}.footer-bottom-links a{color:#ffffff7a;transition:color .2s ease}.footer-bottom-links a:hover{color:#bfdbfef2}.theme-toggle{position:relative;display:inline-flex;align-items:center;justify-content:space-between;width:4.25rem;height:2.125rem;padding:.25rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface-muted);box-shadow:var(--shadow-soft);cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.theme-toggle:hover{border-color:var(--color-border-strong)}.theme-toggle:focus-visible{outline:none;box-shadow:var(--shadow-soft),0 0 0 3px #2563eb40}.theme-toggle-icon{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:1.625rem;height:1.625rem;border-radius:999px;color:var(--color-muted);transition:color .25s ease}.theme-toggle-icon-active{color:var(--color-primary)}.theme-toggle-thumb{position:absolute;top:.25rem;left:.25rem;width:1.625rem;height:1.625rem;border-radius:999px;background:linear-gradient(180deg,var(--color-primary-soft) 0%,var(--color-primary) 100%);box-shadow:0 2px 8px #2563eb59;transition:transform .25s cubic-bezier(.16,1,.3,1);z-index:1}.theme-toggle-thumb.is-dark{transform:translate(2rem)}html.dark,html[data-theme=dark]{color-scheme:dark;--color-navy-deep: #070d18;--color-navy: #f1f5f9;--color-navy-soft: #93c5fd;--color-ink: #f8fafc;--color-muted: #94a3b8;--color-primary: #3b82f6;--color-primary-soft: #60a5fa;--color-primary-muted: rgba(59, 130, 246, .14);--color-surface: #0c1929;--color-surface-muted: #111827;--color-surface-elevated: #172554;--color-surface-input: #1e293b;--color-border: rgba(148, 163, 184, .18);--color-border-strong: rgba(96, 165, 250, .32);--color-input-text: #f8fafc;--color-input-placeholder: #6b7280;--shadow-soft: 0 1px 2px rgba(0, 0, 0, .35), 0 8px 24px -6px rgba(0, 0, 0, .45);--shadow-elevated: 0 4px 12px rgba(0, 0, 0, .4), 0 24px 48px -12px rgba(0, 0, 0, .55)}:is(html.dark,html[data-theme=dark]) body{color:var(--color-ink);background:var(--color-surface)}:is(html.dark,html[data-theme=dark]) ::-webkit-scrollbar-thumb{background:#334155}:is(html.dark,html[data-theme=dark]) ::-webkit-scrollbar-thumb:hover{background:#475569}:is(html.dark,html[data-theme=dark]) .page-shell{background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(59,130,246,.12) 0%,transparent 55%),radial-gradient(ellipse 90% 60% at 100% 0%,rgba(37,99,235,.08) 0%,transparent 50%),linear-gradient(180deg,#0c1929,#0f172a 45%,#111827)}:is(html.dark,html[data-theme=dark]) .page-shell:before{opacity:.08}:is(html.dark,html[data-theme=dark]) .section-eyebrow{color:var(--color-primary-soft)}:is(html.dark,html[data-theme=dark]) .section-title{color:var(--color-ink)}:is(html.dark,html[data-theme=dark]) .section-subtitle{color:var(--color-muted)}:is(html.dark,html[data-theme=dark]) .card-premium{background:#1725548c;border-color:var(--color-border)}:is(html.dark,html[data-theme=dark]) .card-premium:hover{border-color:var(--color-border-strong)}:is(html.dark,html[data-theme=dark]) .glass-card{background:#172554a6;border-color:var(--color-border)}:is(html.dark,html[data-theme=dark]) .section-muted{background:#0f172ad9;border-top-color:var(--color-border);border-bottom-color:var(--color-border)}:is(html.dark,html[data-theme=dark]) .section-paper{background:var(--color-surface-muted)}:is(html.dark,html[data-theme=dark]) .modal-backdrop{background:#020617bf}:is(html.dark,html[data-theme=dark]) .modal-panel{background:var(--color-surface-elevated);border-color:var(--color-border-strong);box-shadow:0 32px 64px -16px #000000a6}:is(html.dark,html[data-theme=dark]) .site-header{background:#0c1929f0;border-bottom-color:var(--color-border)}:is(html.dark,html[data-theme=dark]) .nav-link-active{color:var(--color-ink)!important;background:#3b82f624}:is(html.dark,html[data-theme=dark]) .admin-shell{background:linear-gradient(165deg,#0c1929,#111827,#172554)}:is(html.dark,html[data-theme=dark]) .sidebar-tab-active{background:linear-gradient(135deg,#3b82f624,#2563eb14);color:var(--color-ink)!important;border-color:var(--color-border-strong)}:is(html.dark,html[data-theme=dark]) .chip-template{color:var(--color-ink);background:#1e293ba6;border-color:var(--color-border)}:is(html.dark,html[data-theme=dark]) .chip-template:hover{background:#3b82f624;border-color:var(--color-border-strong)}:is(html.dark,html[data-theme=dark]) .step-number{color:var(--color-primary-soft)}:is(html.dark,html[data-theme=dark]) .legal-prose{color:var(--color-muted)}:is(html.dark,html[data-theme=dark]) .legal-prose h2{color:var(--color-ink)}:is(html.dark,html[data-theme=dark]) .legal-prose section+section{border-top-color:var(--color-border)}:is(html.dark,html[data-theme=dark]) .legal-prose .notice{background:#3b82f61a;border-color:#60a5fa38}:is(html.dark,html[data-theme=dark]) .chat-composer-bar{background:#0f172af5!important;border-top-color:var(--color-border-strong)!important}:is(html.dark,html[data-theme=dark]) .chat-input-shell{background-color:var(--color-surface-input)!important;border-color:var(--color-border-strong)!important;box-shadow:inset 0 1px #ffffff0a}:is(html.dark,html[data-theme=dark]) .chat-input-shell:focus-within{border-color:#60a5fa8c!important;box-shadow:inset 0 1px #ffffff0a,0 0 0 2px #3b82f638!important}:is(html.dark,html[data-theme=dark]) .chat-textarea{background-color:transparent;color:var(--color-input-text)!important;-webkit-text-fill-color:var(--color-input-text)}:is(html.dark,html[data-theme=dark]) .chat-textarea::placeholder{color:var(--color-input-placeholder)!important;-webkit-text-fill-color:var(--color-input-placeholder)!important}:is(html.dark,html[data-theme=dark]) .input-field::placeholder,:is(html.dark,html[data-theme=dark]) input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]):not([type=hidden]):not([type=file]):not([type=image])::placeholder,:is(html.dark,html[data-theme=dark]) textarea::placeholder{color:var(--color-input-placeholder)!important;-webkit-text-fill-color:var(--color-input-placeholder)!important;opacity:1}:is(html.dark,html[data-theme=dark]) .input-field:focus,:is(html.dark,html[data-theme=dark]) input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]):not([type=hidden]):not([type=file]):not([type=image]):focus,:is(html.dark,html[data-theme=dark]) textarea:focus,:is(html.dark,html[data-theme=dark]) select:focus{border-color:#60a5fa8c!important;box-shadow:0 0 0 3px #3b82f62e!important}:is(html.dark,html[data-theme=dark]) .text-brand-950,:is(html.dark,html[data-theme=dark]) .text-brand-900,:is(html.dark,html[data-theme=dark]) .text-brand-800{color:#f8fafc!important}:is(html.dark,html[data-theme=dark]) .text-brand-700,:is(html.dark,html[data-theme=dark]) .text-brand-600{color:#cbd5e1!important}:is(html.dark,html[data-theme=dark]) .text-brand-500,:is(html.dark,html[data-theme=dark]) .text-brand-400,:is(html.dark,html[data-theme=dark]) .text-brand-300{color:#94a3b8!important}:is(html.dark,html[data-theme=dark]) .text-brand-200,:is(html.dark,html[data-theme=dark]) .text-brand-100{color:#64748b!important}:is(html.dark,html[data-theme=dark]) .placeholder-brand-400::placeholder,:is(html.dark,html[data-theme=dark]) .placeholder\:text-brand-400::placeholder,:is(html.dark,html[data-theme=dark]) .placeholder\:text-brand-500::placeholder{color:var(--color-input-placeholder)!important}:is(html.dark,html[data-theme=dark]) .bg-white,:is(html.dark,html[data-theme=dark]) .bg-cream,:is(html.dark,html[data-theme=dark]) .bg-surface,:is(html.dark,html[data-theme=dark]) .bg-surface-elevated,:is(html.dark,html[data-theme=dark]) [class*=bg-white],:is(html.dark,html[data-theme=dark]) [class*=bg-cream]{background-color:var(--color-surface-elevated)!important}:is(html.dark,html[data-theme=dark]) .bg-brand-50,:is(html.dark,html[data-theme=dark]) .bg-brand-100,:is(html.dark,html[data-theme=dark]) [class*=bg-brand-50],:is(html.dark,html[data-theme=dark]) [class*=bg-brand-100]{background-color:#1e3a8a59!important}:is(html.dark,html[data-theme=dark]) .bg-accent-50,:is(html.dark,html[data-theme=dark]) [class*=bg-accent-50]{background-color:#1e3a8a4d!important}:is(html.dark,html[data-theme=dark]) .bg-brand-900\/5,:is(html.dark,html[data-theme=dark]) .bg-brand-900\/10,:is(html.dark,html[data-theme=dark]) [class*="bg-brand-900/"]{background-color:#1e3a8a66!important}:is(html.dark,html[data-theme=dark]) .border-brand-900\/5,:is(html.dark,html[data-theme=dark]) .border-brand-900\/8,:is(html.dark,html[data-theme=dark]) .border-brand-900\/10,:is(html.dark,html[data-theme=dark]) .border-brand-200,:is(html.dark,html[data-theme=dark]) .border-accent-200,:is(html.dark,html[data-theme=dark]) [class*="border-brand-900/"],:is(html.dark,html[data-theme=dark]) [class*=border-brand-200],:is(html.dark,html[data-theme=dark]) [class*=border-accent-200]{border-color:var(--color-border)!important}:is(html.dark,html[data-theme=dark]) .ring-brand-900\/5,:is(html.dark,html[data-theme=dark]) .ring-brand-900\/8,:is(html.dark,html[data-theme=dark]) .ring-brand-900\/10,:is(html.dark,html[data-theme=dark]) .ring-brand-200,:is(html.dark,html[data-theme=dark]) [class*="ring-brand-900/"],:is(html.dark,html[data-theme=dark]) [class*=ring-brand-200]{--tw-ring-color: var(--color-border) !important}:is(html.dark,html[data-theme=dark]) .hover\:bg-white:hover,:is(html.dark,html[data-theme=dark]) .hover\:bg-brand-50:hover{background-color:#1e3a8a8c!important}:is(html.dark,html[data-theme=dark]) .hover\:bg-brand-900\/5:hover{background-color:#1e3a8a73!important}:is(html.dark,html[data-theme=dark]) [class*=bg-brand-900] .text-white,:is(html.dark,html[data-theme=dark]) .bg-brand-900.text-white,:is(html.dark,html[data-theme=dark]) .bg-brand-950 .text-white{color:#fff!important}:is(html.dark,html[data-theme=dark]) .bg-red-50,:is(html.dark,html[data-theme=dark]) .bg-red-50\/30,:is(html.dark,html[data-theme=dark]) .bg-red-50\/80,:is(html.dark,html[data-theme=dark]) [class*=bg-red-50]{background-color:#7f1d1d59!important}:is(html.dark,html[data-theme=dark]) .text-red-500,:is(html.dark,html[data-theme=dark]) .text-red-600,:is(html.dark,html[data-theme=dark]) .text-red-700,:is(html.dark,html[data-theme=dark]) .text-red-800,:is(html.dark,html[data-theme=dark]) .text-red-900{color:#fca5a5!important}:is(html.dark,html[data-theme=dark]) .border-red-200,:is(html.dark,html[data-theme=dark]) [class*=border-red-200]{border-color:#f8717159!important}:is(html.dark,html[data-theme=dark]) .bg-green-50,:is(html.dark,html[data-theme=dark]) [class*=bg-green-50]{background-color:#14532d59!important}:is(html.dark,html[data-theme=dark]) .text-green-700,:is(html.dark,html[data-theme=dark]) .text-green-800,:is(html.dark,html[data-theme=dark]) .text-green-900{color:#86efac!important}:is(html.dark,html[data-theme=dark]) .bg-amber-50,:is(html.dark,html[data-theme=dark]) .bg-amber-50\/80,:is(html.dark,html[data-theme=dark]) .bg-amber-50\/90,:is(html.dark,html[data-theme=dark]) .bg-amber-100,:is(html.dark,html[data-theme=dark]) [class*=bg-amber-50],:is(html.dark,html[data-theme=dark]) [class*=bg-amber-100]{background-color:#1e3a8a59!important}:is(html.dark,html[data-theme=dark]) .text-amber-700,:is(html.dark,html[data-theme=dark]) .text-amber-800,:is(html.dark,html[data-theme=dark]) .text-amber-900,:is(html.dark,html[data-theme=dark]) .text-amber-950{color:#bfdbfe!important}:is(html.dark,html[data-theme=dark]) .border-amber-100,:is(html.dark,html[data-theme=dark]) .border-amber-200,:is(html.dark,html[data-theme=dark]) .border-amber-300,:is(html.dark,html[data-theme=dark]) .border-amber-400,:is(html.dark,html[data-theme=dark]) [class*=border-amber-]{border-color:#60a5fa4d!important}:is(html.dark,html[data-theme=dark]) .bg-sky-50,:is(html.dark,html[data-theme=dark]) .bg-sky-50\/80,:is(html.dark,html[data-theme=dark]) [class*=bg-sky-50]{background-color:#1e3a8a59!important}:is(html.dark,html[data-theme=dark]) .text-sky-800,:is(html.dark,html[data-theme=dark]) .text-sky-900{color:#dbeafe!important}:is(html.dark,html[data-theme=dark]) .border-sky-200,:is(html.dark,html[data-theme=dark]) [class*=border-sky-200]{border-color:#60a5fa47!important}:is(html.dark,html[data-theme=dark]) .text-white,:is(html.dark,html[data-theme=dark]) .page-hero .text-white,:is(html.dark,html[data-theme=dark]) .site-footer .text-white,:is(html.dark,html[data-theme=dark]) .bg-brand-900 .text-white,:is(html.dark,html[data-theme=dark]) .bg-brand-950 .text-white{color:#fff!important}:is(html.dark,html[data-theme=dark]) .text-accent-900,:is(html.dark,html[data-theme=dark]) .text-accent-800,:is(html.dark,html[data-theme=dark]) .text-accent-700,:is(html.dark,html[data-theme=dark]) .text-accent-600,:is(html.dark,html[data-theme=dark]) .text-accent-400,:is(html.dark,html[data-theme=dark]) .text-accent-300{color:var(--color-primary-soft)!important}:is(html.dark,html[data-theme=dark]) .hover\:text-accent-800:hover,:is(html.dark,html[data-theme=dark]) .hover\:text-accent-300:hover{color:#bfdbfe!important}:is(html.dark,html[data-theme=dark]) .text-brand-400{color:#93c5fd!important}:is(html.dark,html[data-theme=dark]) .text-brand-300{color:#64748b!important}:is(html.dark,html[data-theme=dark]) .bg-brand-950\/5,:is(html.dark,html[data-theme=dark]) [class*="bg-brand-950/5"]{background-color:#1e3a8a59!important}:is(html.dark,html[data-theme=dark]) .bg-surface-muted,:is(html.dark,html[data-theme=dark]) [class*=bg-surface-muted]{background-color:#1e3a8a47!important}:is(html.dark,html[data-theme=dark]) .border-accent-200\/30,:is(html.dark,html[data-theme=dark]) .border-accent-200\/40,:is(html.dark,html[data-theme=dark]) [class*=border-accent-200]{border-color:#60a5fa47!important}:is(html.dark,html[data-theme=dark]) .glass-card{color:var(--color-ink)}:is(html.dark,html[data-theme=dark]) .theme-toggle{background:#1e3a8a66;border-color:var(--color-border-strong)}:is(html.dark,html[data-theme=dark]) .theme-toggle-icon-active{color:#fff}:is(html.dark,html[data-theme=dark]) .theme-toggle-thumb{background:linear-gradient(180deg,#93c5fd,#3b82f6);box-shadow:0 2px 8px #3b82f673}:is(html.dark,html[data-theme=dark]) .btn-hero-primary,:is(html.dark,html[data-theme=dark]) .btn-hero-primary:hover,:is(html.dark,html[data-theme=dark]) .btn-hero-primary:active,:is(html.dark,html[data-theme=dark]) .btn-hero-primary:focus-visible{color:var(--color-on-light)!important}:is(html.dark,html[data-theme=dark]) .btn-hero-secondary:hover{color:var(--color-on-light)!important}:is(html.dark,html[data-theme=dark]) .btn-secondary:hover{color:var(--color-on-light)!important}:is(html.dark,html[data-theme=dark]) .btn-primary,:is(html.dark,html[data-theme=dark]) .btn-primary:hover,:is(html.dark,html[data-theme=dark]) .btn-accent,:is(html.dark,html[data-theme=dark]) .btn-accent:hover{color:#fff!important}:is(html.dark,html[data-theme=dark]) .btn-dark,:is(html.dark,html[data-theme=dark]) .btn-dark:hover{color:#fff!important;background:var(--color-bg-navy-solid)!important}:is(html.dark,html[data-theme=dark]) .btn-dark:hover{background:var(--color-bg-navy-hover)!important}:is(html.dark,html[data-theme=dark]) .btn-outline,:is(html.dark,html[data-theme=dark]) .btn-outline:hover{color:var(--color-ink)!important}:is(html.dark,html[data-theme=dark]) .site-footer{background:linear-gradient(180deg,var(--color-bg-navy-solid) 0%,var(--color-bg-navy-deep-solid) 100%)!important}:is(html.dark,html[data-theme=dark]) .page-hero .text-white\/35,:is(html.dark,html[data-theme=dark]) .bg-brand-950 .text-white\/35{color:#ffffff94!important}:is(html.dark,html[data-theme=dark]) .page-hero .text-white\/50,:is(html.dark,html[data-theme=dark]) .bg-brand-950 .text-white\/50,:is(html.dark,html[data-theme=dark]) .page-hero .text-white\/60,:is(html.dark,html[data-theme=dark]) .bg-brand-950 .text-white\/60{color:#ffffffb8!important}:is(html.dark,html[data-theme=dark]) .page-hero .text-white\/55,:is(html.dark,html[data-theme=dark]) .bg-brand-950 .text-white\/55{color:#ffffffbf!important}:is(html.dark,html[data-theme=dark]) .bg-blue-50,:is(html.dark,html[data-theme=dark]) .bg-emerald-50,:is(html.dark,html[data-theme=dark]) .bg-violet-50,:is(html.dark,html[data-theme=dark]) .bg-amber-50,:is(html.dark,html[data-theme=dark]) .bg-rose-50,:is(html.dark,html[data-theme=dark]) .bg-indigo-50,:is(html.dark,html[data-theme=dark]) .bg-fuchsia-50,:is(html.dark,html[data-theme=dark]) .bg-cyan-50,:is(html.dark,html[data-theme=dark]) .bg-orange-50{background-color:#1e3a8a61!important}:is(html.dark,html[data-theme=dark]) .text-blue-800,:is(html.dark,html[data-theme=dark]) .text-emerald-800,:is(html.dark,html[data-theme=dark]) .text-violet-800,:is(html.dark,html[data-theme=dark]) .text-amber-800,:is(html.dark,html[data-theme=dark]) .text-rose-800,:is(html.dark,html[data-theme=dark]) .text-indigo-800,:is(html.dark,html[data-theme=dark]) .text-fuchsia-800,:is(html.dark,html[data-theme=dark]) .text-cyan-800,:is(html.dark,html[data-theme=dark]) .text-orange-800{color:#dbeafe!important}:is(html.dark,html[data-theme=dark]) .ring-blue-100,:is(html.dark,html[data-theme=dark]) .ring-emerald-100,:is(html.dark,html[data-theme=dark]) .ring-violet-100,:is(html.dark,html[data-theme=dark]) .ring-amber-100,:is(html.dark,html[data-theme=dark]) .ring-rose-100,:is(html.dark,html[data-theme=dark]) .ring-indigo-100,:is(html.dark,html[data-theme=dark]) .ring-fuchsia-100,:is(html.dark,html[data-theme=dark]) .ring-cyan-100,:is(html.dark,html[data-theme=dark]) .ring-orange-100,:is(html.dark,html[data-theme=dark]) .ring-brand-100{--tw-ring-color: rgba(96, 165, 250, .28) !important}:is(html.dark,html[data-theme=dark]) .comparison-table-scroll{scrollbar-color:#475569 #1e293b}:is(html.dark,html[data-theme=dark]) .comparison-table-scroll::-webkit-scrollbar-track{background:#1e293b}:is(html.dark,html[data-theme=dark]) .comparison-table-scroll::-webkit-scrollbar-thumb{background:#475569}:is(html.dark,html[data-theme=dark]) input:-webkit-autofill,:is(html.dark,html[data-theme=dark]) input:-webkit-autofill:hover,:is(html.dark,html[data-theme=dark]) input:-webkit-autofill:focus,:is(html.dark,html[data-theme=dark]) textarea:-webkit-autofill,:is(html.dark,html[data-theme=dark]) textarea:-webkit-autofill:hover,:is(html.dark,html[data-theme=dark]) textarea:-webkit-autofill:focus,:is(html.dark,html[data-theme=dark]) select:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--color-surface-input) inset!important;-webkit-text-fill-color:var(--color-input-text)!important;caret-color:var(--color-input-text)}
