@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800&family=Poppins:wght@400;500;600&display=swap";:root{--clr-bg:#030712;--clr-bg-2:#050b18;--clr-surface:#ffffff0a;--clr-surface-2:#ffffff12;--clr-border:#ffffff14;--clr-border-glow:#63b3ed4d;--clr-blue:#3b82f6;--clr-blue-bright:#60a5fa;--clr-indigo:#6366f1;--clr-purple:#8b5cf6;--clr-cyan:#06b6d4;--clr-cyan-bright:#22d3ee;--clr-violet:#7c3aed;--clr-text:#f1f5f9;--clr-text-muted:#94a3b8;--clr-text-faint:#475569;--grad-hero:radial-gradient(ellipse 120% 80% at 50% -10%, #6366f14d 0%, #06b6d41a 40%, transparent 70%);--grad-card:linear-gradient(135deg, #ffffff0f 0%, #ffffff05 100%);--grad-blue:linear-gradient(135deg, #3b82f6, #6366f1);--grad-cyan:linear-gradient(135deg, #06b6d4, #3b82f6);--grad-glow:linear-gradient(135deg, #6366f1, #8b5cf6, #06b6d4);--grad-text:linear-gradient(135deg, #60a5fa 0%, #a78bfa 50%, #22d3ee 100%);--shadow-card:0 4px 24px #0006, 0 1px 2px #0009;--shadow-glow-blue:0 0 30px #3b82f659, 0 0 60px #6366f126;--shadow-glow-cyan:0 0 30px #06b6d459, 0 0 60px #06b6d41a;--shadow-lift:0 20px 60px #00000080, 0 4px 16px #0006;--font-sans:"Space Grotesk", "Inter", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace;--nav-h:72px;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--ease-out:cubic-bezier(.16,1,.3,1);--ease-spring:cubic-bezier(.34,1.56,.64,1);--dur-fast:.15s;--dur-mid:.3s;--dur-slow:.6s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h);-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--clr-bg);color:var(--clr-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.6;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;appearance:none;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}input,textarea{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--clr-bg)}::-webkit-scrollbar-thumb{background:#6366f166;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#6366f1b3}::selection{color:#fff;background:#6366f159}.gradient-text{background:var(--grad-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass{-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--clr-border);background:#ffffff0d}.glass-dark{-webkit-backdrop-filter:blur(24px)saturate(200%);background:#030712b3;border:1px solid #ffffff12}.btn{font-family:var(--font-sans);letter-spacing:.015em;transition:transform .2s var(--ease-out), box-shadow .2s var(--ease-out), background .2s var(--ease-out), border-color .2s var(--ease-out), color .2s var(--ease-out);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:11px 26px;font-size:.875rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 35%,#ffffff2e 50%,#0000 65%);transition:transform .55s;position:absolute;inset:0;transform:translate(-120%)}.btn:hover:before{transform:translate(120%)}.btn:focus-visible{outline:2px solid var(--clr-blue-bright);outline-offset:3px}.btn-primary{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 55%,#6366f1 100%);box-shadow:inset 0 1px #ffffff26,0 4px 14px #6366f159,0 1px 3px #00000040}.btn-primary:hover{transform:translateY(-2px);box-shadow:inset 0 1px #fff3,0 8px 28px #6366f180,0 2px 6px #0003}.btn-primary:active{transform:translateY(0);box-shadow:inset 0 1px #ffffff1a,0 2px 8px #6366f14d}.btn-outline{border:1.5px solid var(--clr-border-glow);color:var(--clr-blue-bright);background:#3b82f60d;box-shadow:0 1px 3px #00000014}.btn-outline:hover{border-color:var(--clr-blue-bright);background:#3b82f61a;transform:translateY(-1px);box-shadow:0 0 18px #3b82f638,0 2px 8px #0000001a}.btn-outline:active{transform:translateY(0)}.btn-ghost{color:var(--clr-text-muted);background:0 0;border:1px solid #0000;padding:9px 18px}.btn-ghost:hover{color:var(--clr-text);background:var(--clr-surface-2);border-color:var(--clr-border)}.btn-ghost:active{background:var(--clr-surface)}.btn-danger{color:#fff;background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 14px #dc26264d,0 1px 3px #0003}.btn-danger:hover{transform:translateY(-1px);box-shadow:0 8px 24px #dc262673}.btn-sm{border-radius:8px;padding:7px 16px;font-size:.8rem}.btn-lg{border-radius:12px;padding:14px 32px;font-size:1rem}.card{background:var(--grad-card);border:1px solid var(--clr-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:all var(--dur-mid) var(--ease-out)}.card:hover{box-shadow:var(--shadow-lift);border-color:#63b3ed33;transform:translateY(-4px)}.glow-blue{box-shadow:var(--shadow-glow-blue)}.glow-cyan{box-shadow:var(--shadow-glow-cyan)}.section{padding:100px 0;position:relative}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-header{text-align:center;margin-bottom:64px}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--clr-cyan-bright);border-radius:var(--radius-full);background:#06b6d41a;border:1px solid #06b6d433;align-items:center;gap:6px;margin-bottom:20px;padding:6px 16px;font-size:.75rem;font-weight:600;display:inline-flex}.section-title{font-family:var(--font-sans);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15}.section-subtitle{color:var(--clr-text-muted);max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.7}.bg-orb{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.bg-orb-blue{background:radial-gradient(circle,#3b82f640 0%,#0000 70%)}.bg-orb-purple{background:radial-gradient(circle,#8b5cf633 0%,#0000 70%)}.bg-orb-cyan{background:radial-gradient(circle,#06b6d433 0%,#0000 70%)}.ipc-badge{font-family:var(--font-mono);color:#a78bfa;cursor:pointer;transition:all var(--dur-fast);background:#6366f126;border:1px solid #6366f14d;border-radius:5px;align-items:center;gap:5px;padding:3px 10px;font-size:.72rem;font-weight:500;display:inline-flex}.ipc-badge:hover{color:#c4b5fd;background:#6366f14d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #6366f166}50%{box-shadow:0 0 40px #6366f1cc,0 0 80px #06b6d44d}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes waveform{0%,to{scaleY:.2}50%{scaleY:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-cursor{0%,to{border-color:#0000}50%{border-color:var(--clr-cyan-bright)}}@keyframes orb-pulse{0%,to{box-shadow:0 0 40px #6366f199,0 0 80px #06b6d44d,0 0 120px #8b5cf633}50%{box-shadow:0 0 60px #6366f1e6,0 0 120px #06b6d480,0 0 180px #8b5cf659}}@keyframes ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ring-spin-rev{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes particle-drift{0%{opacity:.8;transform:translateY(0)translate(0)scale(1)}to{transform:translateY(-120px) translateX(var(--dx,20px)) scale(0);opacity:0}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes chat-bounce{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes voice-ring{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}@keyframes thinking-dot{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1.1)}}@keyframes pulse-glow-cyan{0%,to{box-shadow:0 0 10px #22d3ee4d}50%{box-shadow:0 0 25px #22d3eeb3}}@keyframes confettiFall{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(400px)rotate(720deg)}}@keyframes scan-line{0%{top:0%}to{top:100%}}.anim-fade-up{animation:fadeInUp var(--dur-slow) var(--ease-out) both}.anim-fade{animation:fadeIn var(--dur-slow) var(--ease-out) both}.anim-float{animation:4s ease-in-out infinite float}.anim-pulse-glow{animation:2.5s ease-in-out infinite pulse-glow}.anim-spin-slow{animation:12s linear infinite spin-slow}.anim-delay-1{animation-delay:.1s}.anim-delay-2{animation-delay:.2s}.anim-delay-3{animation-delay:.3s}.anim-delay-4{animation-delay:.4s}.anim-delay-5{animation-delay:.5s}@media (width<=1024px){.section{padding:72px 0}}@media (width<=768px){.section{padding:56px 0}.container{padding:0 16px}}#root{flex-direction:column;min-height:100vh;display:flex}.theme-transitioning *,.theme-transitioning :before,.theme-transitioning :after{transition:background-color .3s,background .3s,color .3s,border-color .3s,box-shadow .3s!important}[data-theme=light]{--clr-bg:#fff;--clr-bg-2:#f6f7f9;--clr-surface:#0f172a0a;--clr-surface-2:#0f172a12;--clr-border:#e4e4e7;--clr-border-glow:#6366f173;--clr-text:#18181b;--clr-text-muted:#3f3f46;--clr-text-faint:#71717a;--grad-hero:radial-gradient(ellipse 120% 80% at 50% -10%, #6366f10f 0%, #06b6d408 40%, transparent 70%);--grad-card:linear-gradient(135deg, #fff 0%, #f8f8fa 100%);--grad-text:linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #0891b2 100%);--shadow-card:0 1px 3px #0000000f, 0 4px 16px #0000000f;--shadow-glow-blue:0 0 20px #6366f11f;--shadow-glow-cyan:0 0 20px #06b6d41a;--shadow-lift:0 8px 32px #0000001a, 0 2px 8px #0000000f}[data-theme=light] body{background:var(--clr-bg);color:var(--clr-text)}[data-theme=light] ::-webkit-scrollbar-track{background:#f4f4f5}[data-theme=light] ::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#a1a1aa}[data-theme=light] ::selection{color:#3730a3;background:#e0e7ff}[data-theme=light] .glass{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#ffffffd9;border-color:#e4e4e7}[data-theme=light] .glass-dark{background:#fffffff2;border-color:#d4d4d8}[data-theme=light] .btn-primary{box-shadow:inset 0 1px #ffffff4d,0 3px 10px #6366f138,0 1px 2px #00000014}[data-theme=light] .btn-primary:hover{box-shadow:inset 0 1px #ffffff4d,0 6px 20px #6366f152,0 2px 4px #0000000f}[data-theme=light] .btn-outline{color:#3f3f46;background:#fff;border-color:#d4d4d8;box-shadow:0 1px 2px #0000000a}[data-theme=light] .btn-outline:hover{color:#4338ca;background:#eef2ff;border-color:#818cf8;box-shadow:0 2px 8px #6366f11f}[data-theme=light] .btn-ghost{color:#52525b}[data-theme=light] .btn-ghost:hover{color:#18181b;background:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .card{background:#fff;border-color:#e4e4e7;box-shadow:0 1px 3px #0000000f,0 4px 12px #0000000a}[data-theme=light] .card:hover{border-color:#a5b4fc;box-shadow:0 4px 16px #6366f11a,0 1px 4px #0000000f}[data-theme=light] .section-label{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}[data-theme=light] .section-subtitle{color:#52525b}[data-theme=light] .section-title{color:#18181b}[data-theme=light] .bg-orb-blue{background:radial-gradient(circle,#3b82f60f 0%,#0000 70%)}[data-theme=light] .bg-orb-purple{background:radial-gradient(circle,#8b5cf60d 0%,#0000 70%)}[data-theme=light] .bg-orb-cyan{background:radial-gradient(circle,#06b6d40d 0%,#0000 70%)}[data-theme=light] .ipc-badge{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}[data-theme=light] .ipc-badge:hover{color:#3730a3;background:#e0e7ff}[data-theme=light] .navbar{-webkit-backdrop-filter:blur(20px)saturate(160%);backdrop-filter:blur(20px)saturate(160%);background:#ffffffeb;border-bottom:1px solid #e4e4e7}[data-theme=light] .navbar--scrolled{background:#fffffff7;border-bottom-color:#d4d4d8;box-shadow:0 1px 8px #0000000f}[data-theme=light] .navbar__logo-text{color:#18181b}[data-theme=light] .navbar__nav-link{color:#52525b}[data-theme=light] .navbar__nav-link:hover{color:#18181b;background:#f4f4f5}[data-theme=light] .navbar__icon-btn{color:#52525b;border-color:#0000}[data-theme=light] .navbar__icon-btn:hover{color:#18181b;background:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .navbar__theme-btn{color:#92400e;background:#fffbeb;border-color:#fcd34d}[data-theme=light] .navbar__theme-btn:hover{color:#78350f;background:#fef3c7;border-color:#f59e0b;box-shadow:0 2px 8px #f59e0b33}[data-theme=light] .navbar__theme-btn--light{color:#3730a3;background:#eef2ff;border-color:#a5b4fc}[data-theme=light] .navbar__theme-btn--light:hover{color:#312e81;background:#e0e7ff;border-color:#818cf8;box-shadow:0 2px 8px #6366f133}[data-theme=light] .navbar__search-input{color:#18181b;background:#f4f4f5;border-color:#d4d4d8}[data-theme=light] .navbar__search--open .navbar__search-input{background:#fff;border-color:#818cf8;box-shadow:0 0 0 3px #6366f11a}[data-theme=light] .navbar__search-suggestions{background:#fff;border-color:#e4e4e7;box-shadow:0 8px 24px #0000001a,0 1px 4px #0000000d}[data-theme=light] .navbar__suggestion-item{color:#52525b}[data-theme=light] .navbar__suggestion-item:hover{color:#18181b;background:#f4f4f5}[data-theme=light] .navbar__lang-dropdown{background:#fff;border-color:#e4e4e7;box-shadow:0 12px 32px #0000001a,0 0 0 1px #0000000a}[data-theme=light] .navbar__lang-option{color:#52525b}[data-theme=light] .navbar__lang-option:hover{color:#18181b;background:#f4f4f5}[data-theme=light] .navbar__lang-option--active{color:#4338ca;background:#eef2ff}[data-theme=light] .navbar__lang-en{color:#a1a1aa}[data-theme=light] .navbar__mobile{background:#fff;border-top-color:#e4e4e7}[data-theme=light] .navbar__mobile-link{color:#3f3f46;border-bottom-color:#f4f4f5}[data-theme=light] .navbar__mobile-link:hover{color:#18181b}[data-theme=light] .navbar__mobile-lang-btn{color:#52525b;background:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .navbar__mobile-lang-btn.active{color:#4338ca;background:#eef2ff;border-color:#a5b4fc}[data-theme=light] .navbar__hamburger span{background:#52525b}[data-theme=light] .navbar__avatar{box-shadow:0 2px 6px #6366f14d,0 0 0 2px #e0e7ff}[data-theme=light] .navbar__avatar:hover{box-shadow:0 4px 12px #6366f166,0 0 0 2.5px #c7d2fe}[data-theme=light] .navbar__logout-btn{color:#a1a1aa}[data-theme=light] .navbar__logout-btn:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}[data-theme=light] .navbar__login-btn{box-shadow:0 2px 8px #6366f140,0 1px 2px #0000000f}[data-theme=light] .navbar__login-btn:hover{box-shadow:0 4px 16px #6366f159,0 2px 4px #00000014}[data-theme=light] .vidhan-root{background:var(--clr-bg)}[data-theme=light] .jd-launch-section{border-top-color:#0f172a0f;border-bottom-color:#0f172a0f}[data-theme=light] .jd-launch-title{color:var(--clr-text)}[data-theme=light] .jd-launch-sub{color:var(--clr-text-muted)}[data-theme=light] .jd-launch-chip{color:var(--clr-text-muted);background:#0f172a0a;border-color:#0f172a1a}[data-theme=light] .jd-launch-chip:hover{color:var(--clr-text);background:#a855f712;border-color:#a855f740}[data-theme=light] .jd-launch-chip--active{color:var(--clr-text);border-color:#a855f733}[data-theme=light] .jd-chip-label{color:var(--clr-text-faint)}[data-theme=light] .jd-launch-chip--active .jd-chip-label{color:#a855f7}[data-theme=light] .learn-card{background:#ffffffe6;border-color:#0f172a14;box-shadow:0 4px 20px #0000000f}[data-theme=light] .learn-card:hover{box-shadow:0 12px 40px #0000001a}[data-theme=light] .learn-card-title{color:var(--clr-text)}[data-theme=light] .learn-card-desc{color:var(--clr-text-muted)}[data-theme=light] .learn-cta-banner{border-color:#6366f147}[data-theme=light] .learn-cta-bg{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(135deg,#eef2ff 0%,#f5f3ff 55%,#ecfeff 100%)}[data-theme=light] .learn-cta-title{color:#18181b}[data-theme=light] .learn-cta-sub{color:#3f3f46}[data-theme=light] .learn-cta-bg:before{display:none}[data-theme=light] .guide-modal{background:#fff;border-left-color:#e4e4e7;box-shadow:-8px 0 32px #0000001a}[data-theme=light] .guide-modal-header{background:#f9f9fb}[data-theme=light] .guide-modal-title{color:#18181b}[data-theme=light] .guide-modal-close{color:#52525b;background:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .guide-modal-close:hover{color:#18181b;background:#e4e4e7}[data-theme=light] .guide-overlay{background:#00000073}[data-theme=light] .guide-modal-body::-webkit-scrollbar-thumb{background:#d4d4d8}[data-theme=light] .guide-overview{color:#3f3f46;background:#f4f4f5;border-left-color:#d4d4d8}[data-theme=light] .guide-section-label{color:#71717a}[data-theme=light] .guide-key-item{color:#18181b}[data-theme=light] .guide-detail{background:#fff;border-color:#e4e4e7}[data-theme=light] .guide-detail-summary{color:#18181b}[data-theme=light] .guide-detail-summary:hover{background:#f4f4f5}[data-theme=light] .guide-detail-arrow{color:#a1a1aa}[data-theme=light] .guide-detail-content{color:#52525b}[data-theme=light] .guide-tip-chip{color:#3f3f46;background:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .guide-helpline-card{background:#f9f9fb}[data-theme=light] .guide-helpline-label{color:#71717a}[data-theme=light] .chat-section{background:linear-gradient(180deg, var(--clr-bg) 0%, var(--clr-bg-2) 100%)}[data-theme=light] .chat-section:before{background:linear-gradient(90deg,#0000,#6366f133,#0000)}[data-theme=light] .chat-sidebar{background:#ffffffbf;border-color:#0f172a14}[data-theme=light] .chat-sidebar-header{color:var(--clr-text-faint)}[data-theme=light] .chat-sidebar-divider{background:#0f172a12}[data-theme=light] .chat-suggestion-item{color:var(--clr-text-muted)}[data-theme=light] .chat-suggestion-item:hover{color:#6366f1;background:#6366f112}[data-theme=light] .chat-suggestion-item svg{color:var(--clr-text-faint)}[data-theme=light] .chat-ipc-item{color:var(--clr-text-muted);border-bottom-color:#0f172a0f}[data-theme=light] .chat-ipc-item:hover{color:#6366f1}[data-theme=light] .chat-main{background:#ffffffd1;border-color:#0f172a14}[data-theme=light] .chat-msg-bubble{color:var(--clr-text)}[data-theme=light] .chat-msg--ai .chat-msg-bubble{background:#6366f10d;border-color:#6366f11f}[data-theme=light] .chat-msg--user .chat-msg-bubble{background:linear-gradient(135deg,#6366f11a,#8b5cf614);border-color:#6366f126}[data-theme=light] .chat-action-btn{color:var(--clr-text-muted);background:#0f172a0a;border-color:#0f172a14}[data-theme=light] .chat-action-btn:hover{color:#6366f1;background:#6366f112;border-color:#6366f133}[data-theme=light] .chat-ipc-badge{color:#7c3aed;background:#8b5cf614;border-color:#8b5cf633}[data-theme=light] .chat-ipc-badge:hover{color:#6d28d9;background:#8b5cf626}.cinematic-auth-wrapper,.cin-wrapper{background:#030b1f;justify-content:center;align-items:center;width:100vw;min-height:100vh;display:flex;position:relative;overflow:hidden}.cin-label{z-index:25;font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:#93c5fd73;opacity:0;white-space:nowrap;pointer-events:none;font-size:.68rem;transition:opacity .7s;position:absolute;bottom:52px;left:50%;transform:translate(-50%)}.cin-label--in{opacity:1}.cin-dots{z-index:25;pointer-events:none;gap:7px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.cin-dot{background:#3b82f62e;border-radius:50%;width:5px;height:5px;transition:background .4s,transform .4s,box-shadow .4s}.cin-dot--on{background:#3b82f6;transform:scale(1.45);box-shadow:0 0 9px #3b82f6d9}.courtroom-canvas-container{z-index:1;width:100vw;height:100vh;position:absolute;inset:0}.scene-label{z-index:20;font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:#93c5fd80;opacity:0;white-space:nowrap;font-size:.72rem;transition:opacity .8s;position:absolute;bottom:48px;left:50%;transform:translate(-50%)}.scene-label--visible{opacity:1}.scene-progress{z-index:20;gap:6px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.scene-dot{background:#3b82f633;border-radius:50%;width:5px;height:5px;transition:background .4s,transform .4s}.scene-dot--active{background:#3b82f6;transform:scale(1.4);box-shadow:0 0 8px #3b82f6cc}.holo-ui-wrapper{z-index:10;pointer-events:none;position:relative}.holo-ui--visible{pointer-events:auto}.holo-auth-card{-webkit-backdrop-filter:blur(40px)saturate(200%);backdrop-filter:blur(40px)saturate(200%);color:#e2e8f0;background:#040c20a6;border:1px solid #fbbf2459;border-radius:20px;width:420px;padding:36px 40px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #3b82f640,0 0 40px #1d4ed840,0 0 80px #fbbf2426,inset 0 0 40px #3b82f60d}.holo-corner{border-style:solid;border-color:#3b82f699;width:16px;height:16px;position:absolute}.holo-corner--tl{border-width:1.5px 0 0 1.5px;top:10px;left:10px}.holo-corner--tr{border-width:1.5px 1.5px 0 0;top:10px;right:10px}.holo-corner--bl{border-width:0 0 1.5px 1.5px;bottom:10px;left:10px}.holo-corner--br{border-width:0 1.5px 1.5px 0;bottom:10px;right:10px}.holo-scan-line{z-index:1;background:linear-gradient(90deg,#0000,#3b82f680,#0000);height:1px;animation:3s ease-in-out infinite scanLine;position:absolute;left:0;right:0}@keyframes scanLine{0%{opacity:0;top:0%}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}.holo-card-header{text-align:center;margin-bottom:28px}.holo-logo-ring{border:1.5px solid #3b82f666;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:14px;animation:4s ease-in-out infinite float;display:inline-flex;box-shadow:0 0 20px #3b82f640,inset 0 0 15px #3b82f614}.holo-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:#93c5fdb3;align-items:center;gap:6px;font-size:.7rem;display:flex}.holo-label-dot{background:#3b82f6;border-radius:50%;width:4px;height:4px;box-shadow:0 0 6px #3b82f6}.holo-input{color:#e2e8f0!important;font-family:var(--font-mono)!important;background:#0f1e4666!important;border:1px solid #3b82f633!important;border-radius:10px!important;transition:all .3s!important}.holo-input:focus{outline:none;background:#0f1e4699!important;border-color:#3b82f699!important;box-shadow:0 0 0 3px #3b82f61f,0 0 20px #3b82f614!important}.holo-input::placeholder{color:#6482b480!important}.holo-submit{color:#dbeafe;width:100%;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#1d4ed8cc,#2563eb99);border:1px solid #3b82f666;border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-top:10px;padding:14px;font-size:.85rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 0 20px #1d4ed833}.holo-submit:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#2563ebe6);transform:translateY(-1px);box-shadow:0 0 35px #3b82f666}.holo-submit:disabled{opacity:.5;cursor:not-allowed}.holo-loading{align-items:center;gap:6px;display:flex}.holo-loading-dot{background:#60a5fa;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite holo-dot-bounce}.holo-loading-dot:nth-child(2){animation-delay:.2s}.holo-loading-dot:nth-child(3){animation-delay:.4s}@keyframes holo-dot-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1.1)}}.holo-error{font-family:var(--font-mono);border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:.8rem;display:flex;color:#fca5a5!important;background:#ef444414!important;border:1px solid #ef444440!important}.post-login-overlay{z-index:15;pointer-events:none;justify-content:center;align-items:flex-end;padding-bottom:80px;display:flex;position:absolute;inset:0}.post-login-status{text-align:center;animation:fadeInUp .6s var(--ease-out)}.post-login-icon{color:#fbbf24;filter:drop-shadow(0 0 12px #fbbf24);margin-bottom:12px;font-size:2.5rem;animation:1.5s ease-in-out infinite pulse-glow}.post-login-text{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:#fbbf24cc;margin-bottom:16px;font-size:.78rem}.post-login-bar{background:#fbbf2426;border-radius:2px;width:240px;height:2px;margin:0 auto;overflow:hidden}.post-login-bar-fill{height:100%;transition:width 1.5s var(--ease-out);background:linear-gradient(90deg,#f59e0b,#fbbf24,#fef08a);border-radius:2px;box-shadow:0 0 8px #fbbf24}.btn-success-glow{color:#1e3a8a!important;background:linear-gradient(135deg,#fbbf24,#f59e0b)!important;box-shadow:0 0 30px #fbbf2480!important}.auth-logo{text-align:center;margin-bottom:32px}.auth-logo-icon{filter:drop-shadow(0 0 15px #6366f180);margin-bottom:12px;font-size:3rem;animation:4s ease-in-out infinite float}.auth-title{font-family:var(--font-sans);color:var(--clr-text);margin-bottom:8px;font-size:1.8rem;font-weight:800}.auth-subtitle{color:var(--clr-text-muted);font-size:.9rem;line-height:1.5}.auth-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-label{color:var(--clr-text-muted);justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.form-input{border-radius:var(--radius-md);color:var(--clr-text);transition:all var(--dur-fast);background:#ffffff0d;border:1px solid #ffffff1a;padding:14px 16px;font-size:1rem}.form-input:focus{border-color:var(--clr-indigo);background:#ffffff14;outline:none;box-shadow:0 0 0 4px #6366f126}.auth-submit{background:var(--grad-blue);color:#fff;border-radius:var(--radius-md);transition:all var(--dur-mid);margin-top:10px;padding:14px;font-size:1rem;font-weight:700;box-shadow:0 4px 15px #6366f14d}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;color:var(--clr-text-muted);justify-content:center;gap:6px;margin-top:24px;font-size:.9rem;display:flex}.auth-link{color:var(--clr-blue-bright);font-weight:600;transition:color .2s}.auth-link:hover{color:var(--clr-indigo)}.back-link{color:var(--clr-text-muted);z-index:2;font-weight:500;transition:color .2s;position:absolute;top:40px;left:40px}.back-link:hover{color:var(--clr-text)}.msg-error{color:#fca5a5;border-radius:var(--radius-md);text-align:center;background:#ef44441a;border:1px solid #ef444433;margin-bottom:20px;padding:12px;font-size:.85rem}.msg-success{color:#86efac;border-radius:var(--radius-md);text-align:center;background:#22c55e1a;border:1px solid #22c55e33;margin-bottom:20px;padding:12px;font-size:.85rem}.forgot-link{color:var(--clr-text-muted);font-size:.8rem}.forgot-link:hover{color:var(--clr-blue-bright)}:root{--primary:#00c853;--primary-dark:#00953e;--primary-light:#69f0ae;--primary-faint:#00c85314;--primary-glow:#00c85340;--bg-base:#0a0f0a;--bg-card:#111814;--bg-card2:#141f14;--bg-input:#0e160e;--text:#f0fdf4;--text-muted:#86a98c;--text-dim:#4a6a4e;--border:#00c85326;--border-strong:#00c85359;--old-law:#f59e0b;--new-law:#00c853;--danger:#ef4444;--info:#3b82f6;--purple:#a855f7;--shadow-green:0 8px 32px #00c8531f;--shadow-hover:0 20px 48px #00c85333;--transition-fast:.2s cubic-bezier(.4,0,.2,1);--transition:.3s cubic-bezier(.4,0,.2,1);--transition-slow:.5s cubic-bezier(.4,0,.2,1)}.text-gradient{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.page-wrap{flex-direction:column;min-height:100vh;display:flex}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.text-center{text-align:center}.hero-section{min-height:100vh;padding:var(--nav-h) 0 60px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-bg-elements{pointer-events:none;position:absolute;inset:0;overflow:hidden}.gradient-blob{filter:blur(100px);opacity:.15;mix-blend-mode:screen;position:absolute}.blob-1{background:radial-gradient(circle,var(--primary) 0%,transparent 60%);width:400px;height:400px;top:-100px;right:-100px}.blob-2{background:radial-gradient(circle,var(--primary-light) 0%,transparent 60%);width:500px;height:500px;bottom:-150px;left:-150px}.hero-container{z-index:10;text-align:center;width:100%;max-width:900px;margin:0 auto;padding:0 2rem;position:relative}.hero-title{margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:4rem;display:flex}.hero-features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:4rem;display:grid}.feature-card{border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition);background:linear-gradient(135deg,#111814cc,#141f1499);padding:2rem}.feature-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-green)}.feature-icon{background:var(--primary-faint);width:60px;height:60px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:inline-flex}.feature-card h3{margin-bottom:.75rem;font-size:1.3rem}.feature-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.law-card{border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition);background:linear-gradient(135deg,#111814cc,#141f1499);overflow:hidden}.law-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-green)}.law-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.law-card-badge{background:var(--primary-faint);border-radius:var(--radius-md);color:var(--primary);border-left:3px solid;align-items:center;gap:.75rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:flex}.law-card-content{padding:1.5rem}.law-card-title{margin-bottom:.5rem;font-size:1.2rem}.law-card-description{color:var(--text-muted);font-size:.95rem;line-height:1.6}.law-comparison-note{border-left:2px solid var(--old-law);border-radius:var(--radius-md);color:#fef3c7;background:#f59e0b1a;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:1rem;font-size:.9rem;display:flex}.law-card-details h5{color:var(--primary);margin-bottom:1rem;font-size:1rem}.law-card-details p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.7}.law-key-points li{color:var(--text-muted);margin-bottom:.5rem;padding-left:1.5rem;font-size:.9rem;position:relative}.law-key-points li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.law-card-actions{gap:1rem;margin-top:1.5rem;display:flex}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.form-input,.form-textarea,.form-select{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text);transition:all var(--transition);padding:.85rem 1rem;font-family:inherit;font-size:.95rem}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 12px #00c85333}.form-input::placeholder{color:var(--text-dim)}.form-textarea{resize:vertical;min-height:120px}.highlight-ipc{color:#fef3c7;background:#f59e0b26;border-radius:4px;padding:.1rem .4rem;font-weight:600}.highlight-bns{color:#69f0ae;background:#00c85326;border-radius:4px;padding:.1rem .4rem;font-weight:600}.highlight-section{color:#93c5fd;background:#3b82f626;border-radius:4px;padding:.1rem .4rem;font-weight:600}.loading-spinner{border:2px solid var(--primary-faint);border-top-color:var(--primary);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.navbar{height:var(--nav-h);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:1000;transition:all var(--transition);background:#0a0f0af2;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-brand{cursor:pointer;transition:all var(--transition);align-items:center;gap:1rem;display:flex}.nav-brand:hover{color:var(--primary)}.nav-logo-box{background:var(--primary-faint);width:50px;height:50px;transition:all var(--transition);border-radius:12px;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.nav-brand:hover .nav-logo-box{background:var(--primary-glow);transform:scale(1.08)}.nav-title-main{font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700}.nav-title-sub{color:var(--primary);margin-left:.25rem;font-size:.8rem;font-weight:700}.nav-links{gap:.5rem;display:flex}.nav-link{border-radius:var(--radius-md);color:var(--text-muted);transition:all var(--transition);align-items:center;gap:.5rem;padding:.65rem 1.2rem;font-size:.95rem;font-weight:600;display:flex;position:relative}.nav-link:hover,.nav-link.active{background:var(--primary-faint);color:var(--primary)}.nav-auth{align-items:center;gap:1rem;display:flex}.nav-user-chip{background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);border-radius:20px;align-items:center;gap:.75rem;padding:.5rem 1rem;font-size:.9rem;display:flex}.nav-user-dot{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (width<=768px){.nav-links{display:none}.hero-buttons{flex-direction:column;align-items:stretch}.hero-features{grid-template-columns:1fr}.navbar{padding:0 1rem}}.cinematic-static-hero{background:var(--clr-bg-2);position:relative;overflow:hidden}.hero-static-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-static-orb{filter:blur(90px);opacity:.25;border-radius:50%;position:absolute}.hero-static-orb--1{background:radial-gradient(circle,#6366f180 0%,#0000 65%);width:500px;height:500px;top:-120px;right:-100px}.hero-static-orb--2{background:radial-gradient(circle,#06b6d466 0%,#0000 65%);width:400px;height:400px;bottom:-80px;left:-80px}.not-found-page{text-align:center;background:var(--clr-bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;display:flex;position:relative;overflow:hidden}.not-found-page:before{content:"";background:var(--grad-hero);z-index:0;pointer-events:none;position:absolute;inset:0}.not-found-content{z-index:1;max-width:520px;position:relative}.not-found-code{font-family:var(--font-mono);background:var(--grad-text);-webkit-text-fill-color:transparent;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:clamp(6rem,20vw,10rem);font-weight:900;line-height:1}.not-found-icon{margin-bottom:16px;font-size:3rem;animation:4s ease-in-out infinite float}.not-found-title{font-family:var(--font-sans);color:var(--clr-text);margin-bottom:12px;font-size:clamp(1.4rem,4vw,2rem);font-weight:700}.not-found-sub{color:var(--clr-text-muted);margin-bottom:36px;font-size:1rem;line-height:1.6}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.not-found-suggestions{border:1px solid var(--clr-border);border-radius:var(--radius-lg);text-align:left;background:#ffffff08;margin-top:48px;padding:20px 24px}.not-found-suggestions h3{text-transform:uppercase;letter-spacing:.1em;color:var(--clr-cyan-bright);margin-bottom:14px;font-size:.8rem}.not-found-suggestions ul{flex-direction:column;gap:8px;display:flex}.not-found-suggestions li a{color:var(--clr-text-muted);align-items:center;gap:8px;font-size:.9rem;transition:color .2s;display:flex}.not-found-suggestions li a:hover{color:var(--clr-blue-bright)}.sd-breadcrumb{margin-bottom:1.25rem}.sd-breadcrumb-list{flex-wrap:wrap;align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.sd-breadcrumb-link{color:var(--text-muted,#888);font-size:.78rem;text-decoration:none;transition:color .15s}.sd-breadcrumb-link:hover{color:var(--primary,#00d4aa)}.sd-breadcrumb-sep{color:var(--text-faint,#555);-webkit-user-select:none;user-select:none;margin:0 6px;font-size:.78rem}.sd-breadcrumb-current{color:var(--text,#e0e0e0);white-space:nowrap;text-overflow:ellipsis;max-width:280px;font-size:.78rem;font-weight:500;overflow:hidden}.sd-back-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:1.25rem;display:flex}.sd-back-btn{color:var(--text-muted,#888);border:1px solid var(--border,#ffffff14);cursor:pointer;background:#ffffff0a;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.sd-back-btn:hover{color:var(--text,#e0e0e0);background:#ffffff12;border-color:#ffffff24;transform:translate(-2px)}.sd-back-actions{flex-wrap:wrap;gap:8px;display:flex}.sd-action-link{color:var(--text-muted,#888);border:1px solid var(--border,#ffffff14);background:#ffffff0a;border-radius:8px;padding:6px 12px;font-size:.78rem;font-weight:500;text-decoration:none;transition:all .2s}.sd-action-link:hover{color:var(--primary,#00d4aa);background:#00d4aa0d;border-color:#00d4aa4d}.cinematic-section-wrapper{background:var(--clr-bg);border-bottom:1px solid #ffffff0d;position:relative;overflow:hidden}.typing-cursor:after{content:"|";color:var(--clr-cyan-bright);margin-left:2px;animation:1s step-end infinite blink-cursor}.story-header{font-family:var(--font-sans);letter-spacing:-.02em;background:linear-gradient(#fff 0%,#ffffffbf 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;line-height:1.1}[data-theme=light] .story-header{background:linear-gradient(135deg,#18181b 0%,#3f3f46 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glowing-border-container{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#03071266;border:1px solid #ffffff14;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}.glowing-border-container:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:.5;background:linear-gradient(135deg,#6366f180,#06b6d433,#0000);padding:1px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.glowing-border-container:hover:before{opacity:1}.mouse-glow-overlay{pointer-events:none;background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%), #3b82f61a 0%, transparent 50%);z-index:10;border-radius:inherit;position:absolute;inset:0}:root{--background:48 33.33% 97.06%;--foreground:48 19.61% 20%;--card:48 33.33% 97.06%;--card-foreground:60 2.56% 7.65%;--popover:0 0% 100%;--popover-foreground:50.77 19.4% 13.14%;--primary:15.11 55.56% 52.35%;--primary-foreground:0 0% 100%;--secondary:46.15 22.81% 88.82%;--secondary-foreground:50.77 8.5% 30%;--muted:44 29.41% 90%;--muted-foreground:50 2.36% 50.2%;--accent:46.15 22.81% 88.82%;--accent-foreground:50.77 19.4% 13.14%;--destructive:60 2.56% 7.65%;--destructive-foreground:0 0% 100%;--border:50 7.5% 84.31%;--input:50.77 7.98% 68.04%;--ring:210 74.8% 49.8%;--chart-1:18.28 57.14% 43.92%;--chart-2:251.45 84.62% 74.51%;--chart-3:46.15 28.26% 81.96%;--chart-4:256.55 49.15% 88.43%;--chart-5:17.78 60% 44.12%;--sidebar:51.43 25.93% 94.71%;--sidebar-foreground:60 2.52% 23.33%;--sidebar-primary:15.11 55.56% 52.35%;--sidebar-primary-foreground:0 0% 98.43%;--sidebar-accent:46.15 22.81% 88.82%;--sidebar-accent-foreground:0 0% 20.39%;--sidebar-border:0 0% 92.16%;--sidebar-ring:0 0% 70.98%;--font-sans:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-serif:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius:.5rem;--shadow-2xs:0 1px 3px 0px #0000000d;--shadow-xs:0 1px 3px 0px #0000000d;--shadow-sm:0 1px 3px 0px #0000001a, 0 1px 2px -1px #0000001a;--shadow:0 1px 3px 0px #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 1px 3px 0px #0000001a, 0 2px 4px -1px #0000001a;--shadow-lg:0 1px 3px 0px #0000001a, 0 4px 6px -1px #0000001a;--shadow-xl:0 1px 3px 0px #0000001a, 0 8px 10px -1px #0000001a;--shadow-2xl:0 1px 3px 0px #00000040}.dark{--background:60 2.7% 14.51%;--foreground:46.15 9.77% 73.92%;--card:60 2.7% 14.51%;--card-foreground:48 33.33% 97.06%;--popover:60 2.13% 18.43%;--popover-foreground:60 5.45% 89.22%;--primary:14.77 63.11% 59.61%;--primary-foreground:0 0% 100%;--secondary:48 33.33% 97.06%;--secondary-foreground:60 2.13% 18.43%;--muted:60 3.85% 10.2%;--muted-foreground:51.43 8.86% 69.02%;--accent:48 10.64% 9.22%;--accent-foreground:51.43 25.93% 94.71%;--destructive:0 84.24% 60.2%;--destructive-foreground:0 0% 100%;--border:60 5.08% 23.14%;--input:52.5 5.13% 30.59%;--ring:210 74.8% 49.8%;--chart-1:18.28 57.14% 43.92%;--chart-2:251.45 84.62% 74.51%;--chart-3:48 10.64% 9.22%;--chart-4:248.28 25.22% 22.55%;--chart-5:17.78 60% 44.12%;--sidebar:30 3.33% 11.76%;--sidebar-foreground:46.15 9.77% 73.92%;--sidebar-primary:0 0% 20.39%;--sidebar-primary-foreground:0 0% 98.43%;--sidebar-accent:60 3.45% 5.69%;--sidebar-accent-foreground:46.15 9.77% 73.92%;--sidebar-border:0 0% 92.16%;--sidebar-ring:0 0% 70.98%;--font-sans:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-serif:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius:.5rem;--shadow-2xs:0 1px 3px 0px #0000000d;--shadow-xs:0 1px 3px 0px #0000000d;--shadow-sm:0 1px 3px 0px #0000001a, 0 1px 2px -1px #0000001a;--shadow:0 1px 3px 0px #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 1px 3px 0px #0000001a, 0 2px 4px -1px #0000001a;--shadow-lg:0 1px 3px 0px #0000001a, 0 4px 6px -1px #0000001a;--shadow-xl:0 1px 3px 0px #0000001a, 0 8px 10px -1px #0000001a;--shadow-2xl:0 1px 3px 0px #00000040}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-feature-settings:"rlig" 1, "calt" 1}[data-theme=light] .footer{background:#f6f7f9;border-top:1px solid #e4e4e7}[data-theme=light] .footer-divider{background:linear-gradient(90deg,#0000,#e4e4e7 30% 70%,#0000)}[data-theme=light] .footer-logo-text{color:#18181b}[data-theme=light] .footer-tagline{color:#52525b}[data-theme=light] .footer-col-title{color:#71717a}[data-theme=light] .footer-link{color:#52525b}[data-theme=light] .footer-link:hover{color:#18181b}[data-theme=light] .footer-copy{color:#71717a}[data-theme=light] .footer-newsletter-hint{color:#a1a1aa}[data-theme=light] .footer-newsletter-input{color:#18181b;background:#fff;border-color:#d4d4d8}[data-theme=light] .footer-newsletter-input::placeholder{color:#a1a1aa}[data-theme=light] .footer-bottom{border-top-color:#e4e4e7}[data-theme=light] .footer-badge{color:#52525b;background:#fff;border-color:#e4e4e7}[data-theme=light] .footer-social-btn{color:#71717a;background:#fff;border-color:#e4e4e7}[data-theme=light] .footer-social-btn:hover{color:#18181b;background:#eef2ff;border-color:#a5b4fc}[data-theme=light] .rv-page{color:#18181b;background:#f6f7f9}[data-theme=light] .rv-hero-badge{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}[data-theme=light] .rv-hero-title{color:#18181b}[data-theme=light] .rv-hero-sub,[data-theme=light] .rv-hero-stat{color:#52525b}[data-theme=light] .rv-hero-stat strong{color:#18181b}[data-theme=light] .rv-stats-banner{background:#eef2ff;border-color:#c7d2fe}[data-theme=light] .rv-stats-count{color:#52525b}[data-theme=light] .rv-stats-bar-label,[data-theme=light] .rv-stats-bar-num{color:#71717a}[data-theme=light] .rv-stats-bar-track{background:#e4e4e7}[data-theme=light] .rv-filterbar-left{color:#52525b}[data-theme=light] .rv-filter-chip{color:#52525b;background:#fff;border-color:#d4d4d8}[data-theme=light] .rv-filter-chip:hover,[data-theme=light] .rv-filter-chip.active{color:#4338ca;background:#eef2ff;border-color:#818cf8}[data-theme=light] .rv-sort-select{color:#18181b;background:#fff;border-color:#d4d4d8}[data-theme=light] .rv-sort-select option{color:#18181b;background:#fff}[data-theme=light] .rv-result-count{color:#52525b}[data-theme=light] .rv-result-count strong{color:#18181b}[data-theme=light] .rv-empty-note,[data-theme=light] .rv-loading{color:#71717a}[data-theme=light] .rv-card{background:#fff;border-color:#e4e4e7;box-shadow:0 1px 3px #0000000f,0 4px 12px #0000000a}[data-theme=light] .rv-card:hover{border-color:#a5b4fc;box-shadow:0 4px 16px #6366f11a}[data-theme=light] .rv-card-name{color:#18181b}[data-theme=light] .rv-card-date{color:#71717a}[data-theme=light] .rv-card-text{color:#3f3f46}[data-theme=light] .rv-card-divider{background:linear-gradient(90deg,#0000,#6366f133,#0000)}[data-theme=light] .rv-modal-overlay{background:#0f172a66}[data-theme=light] .rv-modal{background:#fff;border-color:#e4e4e7;box-shadow:0 20px 60px #0000001f}[data-theme=light] .rv-modal-close{color:#52525b;background:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .rv-modal-title{color:#18181b}[data-theme=light] .rv-modal-sub{color:#52525b}[data-theme=light] .rv-field label{color:#27272a}[data-theme=light] .rv-field label span,[data-theme=light] .rv-char-count{color:#71717a}[data-theme=light] .rv-field input,[data-theme=light] .rv-field textarea{color:#18181b;background:#fff;border-color:#d4d4d8}[data-theme=light] .rv-field input:focus,[data-theme=light] .rv-field textarea:focus{background:#fff;border-color:#818cf8}[data-theme=light] .rv-field input:disabled{color:#71717a;background:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .rv-field input::placeholder,[data-theme=light] .rv-field textarea::placeholder{color:#a1a1aa}[data-theme=light] .rv-modal-star-btn{color:#00000026}[data-theme=light] .rv-modal-error{color:#b91c1c;background:#ef444414}[data-theme=light] .ts-section{background:#f6f7f9}[data-theme=light] .ts-section:before{background:radial-gradient(80% 60% at 50% 0,#6366f10d 0%,#0000 70%)}[data-theme=light] .ts-label{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}[data-theme=light] .ts-subtitle{color:#52525b}[data-theme=light] .ts-card{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;border:1px solid #e4e4e7!important;box-shadow:0 4px 16px #00000012,0 1px 4px #0000000a!important}[data-theme=light] .ts-card-active{border-color:#a5b4fc #c7d2fe #c7d2fe #a5b4fc!important;border-top-style:solid!important;border-top-width:1px!important;border-left-style:solid!important;border-left-width:1px!important;box-shadow:0 8px 28px #6366f11f,0 2px 8px #0000000d!important}[data-theme=light] .ts-quote{color:#3f3f46!important}[data-theme=light] .ts-name{color:#18181b!important}[data-theme=light] .ts-role{color:#71717a!important}[data-theme=light] .ts-quote-mark{color:#818cf8;opacity:.3}[data-theme=light] .ts-divider{background:linear-gradient(90deg,#0000,#c7d2fe,#0000)}[data-theme=light] .ts-badge{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}[data-theme=light] .ts-dot{background:#d4d4d8}[data-theme=light] .ts-dot.active{background:linear-gradient(90deg,#6366f1,#06b6d4)}[data-theme=light] .ts-scroll-hint,[data-theme=light] .ts-scroll-hint svg{color:#a1a1aa}[data-theme=light] .ts-avatar{border-color:#fff}[data-theme=light] .write-review-btn{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#06b6d4 100%);border:none;box-shadow:0 4px 16px #6366f140}[data-theme=light] .write-review-btn:hover{box-shadow:0 6px 24px #6366f159}[data-theme=light] .review-modal{background:#fff;border-color:#e4e4e7;box-shadow:0 20px 60px #0000001a}[data-theme=light] .review-modal h3{color:#18181b}[data-theme=light] .close-modal-btn{color:#71717a}[data-theme=light] .close-modal-btn:hover{color:#18181b}[data-theme=light] .form-group label{color:#3f3f46}[data-theme=light] .form-group input,[data-theme=light] .form-group textarea{color:#18181b;background:#f4f4f5;border-color:#d4d4d8}[data-theme=light] .form-group input::placeholder,[data-theme=light] .form-group textarea::placeholder{color:#a1a1aa}[data-theme=light] .form-group input:focus,[data-theme=light] .form-group textarea:focus{background:#fff;border-color:#818cf8}[data-theme=light] .star-btn{color:#d4d4d8}[data-theme=light] .star-btn.active{color:#f59e0b}[data-theme=light] .empty-state{color:#71717a}[data-theme=light] .tutor-root{color:#18181b;background:#f6f7f9}[data-theme=light] .tutor-back-link{color:#71717a}[data-theme=light] .tutor-back-link:hover{color:#3f3f46;background:#f4f4f5}[data-theme=light] .tutor-nav-btn--secondary{color:#52525b;background:#fff;border-color:#d4d4d8}[data-theme=light] .tutor-nav-btn--secondary:hover{color:#18181b;border-color:#a1a1aa}[data-theme=light] .tutor-xp-track{background:#e4e4e7}[data-theme=light] .tutor-select-header h2{color:#18181b}[data-theme=light] .tutor-select-header p{color:#52525b}[data-theme=light] .tutor-path-card{background:#fff;border-color:#e4e4e7;box-shadow:0 1px 4px #0000000f,0 4px 12px #0000000a}[data-theme=light] .tutor-path-card:hover{border-color:#c7d2fe;box-shadow:0 6px 20px #6366f11a}[data-theme=light] .tutor-path-label{color:#18181b}[data-theme=light] .tutor-path-desc{color:#52525b}[data-theme=light] .tutor-achievements-btn{color:#52525b;background:#fff;border-color:#d4d4d8}[data-theme=light] .tutor-achievements-btn:hover{color:#18181b;border-color:#a1a1aa}[data-theme=light] .tutor-chapters-title-row h2{color:#18181b}[data-theme=light] .tutor-chapter-card{background:#fff;border-color:#e4e4e7}[data-theme=light] .tutor-chapter-card:hover:not(.tutor-chapter-card--locked){border-color:#a5b4fc;box-shadow:0 2px 8px #6366f114}[data-theme=light] .tutor-ch-name{color:#18181b}[data-theme=light] .tutor-ch-num,[data-theme=light] .tutor-ch-secs{color:#71717a}[data-theme=light] .tutor-jd-avatar{background:#f4f4f5;border-color:#c7d2fe}[data-theme=light] .tutor-jd-dots span{background:#71717a}[data-theme=light] .tutor-jd-wave span{background:#52525b}[data-theme=light] .tutor-lesson-jd-bubble{background:#fff!important;border-color:#e4e4e7!important}[data-theme=light] .tutor-section-title{color:#18181b}[data-theme=light] .tutor-lesson-progress-bar{background:#e4e4e7}[data-theme=light] .tutor-voice-btn{background:#fff;border-color:#d4d4d8}[data-theme=light] .tutor-assess-card,[data-theme=light] .tutor-results-analysis,[data-theme=light] .tutor-badge-card,[data-theme=light] .tutor-exam-ov-must-card,[data-theme=light] .tutor-mode-card{background:#fff;border-color:#e4e4e7}[data-theme=light] .tutor-doubt-panel{background:#fff;border-color:#e4e4e7;box-shadow:0 16px 48px #00000014}[data-theme=light] .tutor-doubt-fab{color:#3f3f46;background:linear-gradient(135deg,#f4f4f5,#e4e4e7);border-color:#d4d4d8;box-shadow:0 2px 8px #00000012}[data-theme=light] .prof-root{background:#f6f7f9}[data-theme=light] .prof-card{background:#fff;border-color:#c7d2fe;box-shadow:0 8px 32px #6366f114,0 1px 4px #0000000d}[data-theme=light] .prof-title{color:#18181b}[data-theme=light] .prof-label{color:#71717a}[data-theme=light] .prof-value{color:#18181b}[data-theme=light] .prof-input{color:#18181b;background:#f4f4f5;border-color:#d4d4d8}[data-theme=light] .prof-input::placeholder{color:#a1a1aa}[data-theme=light] .prof-divider{background:#e4e4e7}[data-theme=light] .prof-stat-card{background:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .prof-stat-label{color:#71717a}[data-theme=light] .prof-stat-val{color:#18181b}[data-theme=light] .prof-badge-item{background:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .vcmp-root{color:#18181b;background:#f6f7f9}[data-theme=light] .vcmp-title{color:#18181b}[data-theme=light] .vcmp-sub{color:#52525b}[data-theme=light] .vcmp-search-input{color:#18181b;background:#fff;border-color:#d4d4d8}[data-theme=light] .vcmp-search-input::placeholder{color:#a1a1aa}[data-theme=light] .vcmp-sort-select{color:#18181b;background:#fff;border-color:#d4d4d8}[data-theme=light] .vcmp-card{background:#fff;border-color:#e4e4e7;box-shadow:0 1px 3px #0000000f,0 4px 12px #0000000a}[data-theme=light] .vcmp-card:hover{border-color:#a5b4fc;box-shadow:0 4px 16px #6366f11a}[data-theme=light] .vcmp-section,[data-theme=light] .vcmp-section-title{color:#18181b}[data-theme=light] .vcmp-section-text{color:#3f3f46}[data-theme=light] .vcmp-tag{color:#52525b;background:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .vcmp-filter-btn{color:#52525b;background:#fff;border-color:#d4d4d8}[data-theme=light] .vcmp-filter-btn.active,[data-theme=light] .vcmp-filter-btn:hover{color:#4338ca;background:#eef2ff;border-color:#818cf8}[data-theme=light] .vcmp-empty{color:#71717a}[data-theme=light] .cv-root{color:#18181b;background:#f6f7f9}[data-theme=light] .cv-loading-screen{color:#52525b}[data-theme=light] .cv-loading-screen h2{color:#18181b}[data-theme=light] .cv-back-btn{color:#3f3f46;background:#fff;border-color:#d4d4d8}[data-theme=light] .cv-back-btn:hover{background:#f4f4f5}[data-theme=light] .cv-col{background:#fff;border-color:#e4e4e7;box-shadow:0 1px 4px #0000000f,0 4px 12px #0000000a}[data-theme=light] .cv-col-header h2{color:#18181b}[data-theme=light] .cv-change-card{background:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .cv-change-title{color:#18181b}[data-theme=light] .cv-change-text{color:#3f3f46}[data-theme=light] .cv-section-title{color:#18181b}[data-theme=light] .cv-section-text{color:#3f3f46}[data-theme=light] .cv-add-list{color:#3f3f46;background:#fff;border-color:#d4d4d8}[data-theme=light] .cv-add-list:hover{background:#f4f4f5}[data-theme=light] .qh-root{color:#18181b!important;background:#f6f7f9!important}[data-theme=light] .qh-hero-title{color:#18181b!important}[data-theme=light] .qh-hero-sub{color:#52525b!important}[data-theme=light] .qh-topic-card{background:#fff!important;border-color:#e4e4e7!important}[data-theme=light] .qh-topic-title{color:#18181b!important}[data-theme=light] .qh-topic-desc{color:#52525b!important}[data-theme=light] .qh-start-btn{color:#fff!important}[data-theme=light] .glowing-border-container{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;border:1px solid #e4e4e7!important;box-shadow:0 4px 20px #00000012,0 1px 4px #0000000a!important}[data-theme=light] .glowing-border-container:before{opacity:.4!important;background:linear-gradient(135deg,#6366f140,#06b6d41f,#0000)!important}[data-theme=light] .glowing-border-container:hover:before{opacity:.7!important}[data-theme=light] .mouse-glow-overlay{background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%), #6366f10f 0%, transparent 50%)}[data-theme=light] .case-section{background:#f6f7f9}[data-theme=light] .case-selector-tab{color:#52525b;background:#fff;border-color:#d4d4d8}[data-theme=light] .case-selector-tab:hover{color:#3f3f46;background:#f4f4f5}[data-theme=light] .case-selector-tab--active{color:var(--tab-color);background:color-mix(in srgb, var(--tab-color) 8%, #fff);border-color:var(--tab-color)}[data-theme=light] .case-panel{background:#fff!important;border-color:#e4e4e7!important;box-shadow:0 4px 20px #00000012,0 1px 4px #0000000a!important}[data-theme=light] .case-panel-step-label{color:#71717a!important}[data-theme=light] .case-panel-title{color:#18181b!important;font-weight:800!important}[data-theme=light] .case-panel-desc{color:#3f3f46!important}[data-theme=light] .case-panel-progress{background:#e4e4e7!important}[data-theme=light] .case-nav{border-top-color:#e4e4e7!important}[data-theme=light] .case-dot{background:#d4d4d8!important;border:none!important}[data-theme=light] .case-meta-tag{color:#3f3f46!important;background:#f4f4f5!important;border-color:#e4e4e7!important}[data-theme=light] .case-step-num{color:#52525b!important;background:#f4f4f5!important;border-color:#d4d4d8!important}[data-theme=light] .case-step--done .case-step-num{color:#16a34a!important;background:#f0fdf4!important;border-color:#86efac!important}[data-theme=light] .case-step-label{color:#52525b!important}[data-theme=light] .case-step--active .case-step-label{color:var(--step-color)!important}[data-theme=light] .case-step--done .case-step-label{color:#16a34a!important}[data-theme=light] .case-step-line{background:#e4e4e7!important}[data-theme=light] .case-step-icon{opacity:.6}[data-theme=light] .case-step--active .case-step-icon{opacity:1}[data-theme=light] .case-ipc-panel{background:#f6f7f9!important;border-color:#e4e4e7!important}[data-theme=light] .case-ipc-panel-title{font-weight:700;color:#52525b!important}[data-theme=light] .case-ipc-entry{background:#fff!important;border-color:#e4e4e7!important}[data-theme=light] .case-ipc-entry--bns:hover{background:#f5f3ff!important;border-color:#c4b5fd!important}[data-theme=light] .case-ipc-entry--ipc:hover{background:#fffbeb!important;border-color:#fcd34d!important}[data-theme=light] .case-ipc-text{color:#3f3f46!important}[data-theme=light] .case-law-group-label--bns{color:#7c3aed!important}[data-theme=light] .case-law-group-label--ipc{color:#b45309!important}[data-theme=light] .case-tl-dot{box-shadow:none!important;background:#d4d4d8!important;border-color:#d4d4d8!important}[data-theme=light] .case-tl-item--active .case-tl-dot,[data-theme=light] .case-tl-item--done .case-tl-dot{background:var(--tl-color)!important;border-color:var(--tl-color)!important;box-shadow:0 0 6px var(--tl-color)!important}[data-theme=light] .case-tl-label{color:#52525b!important}[data-theme=light] .case-tl-item--active .case-tl-label{color:var(--tl-color)!important}[data-theme=light] .case-tl-item:hover{background:#f4f4f5!important}[data-theme=light] .case-dyn-status--loading{color:#6d28d9;background:#f5f3ff;border-color:#c4b5fd}[data-theme=light] .case-dyn-status--error{color:#dc2626;background:#fef2f2;border-color:#fca5a5}[data-theme=light] .compare-section{background:#f6f7f9}[data-theme=light] .compare-topic-btn{color:#52525b;background:#fff;border-color:#d4d4d8}[data-theme=light] .compare-topic-btn:hover{color:#3f3f46;background:#f4f4f5;border-color:#a1a1aa}[data-theme=light] .compare-topic-btn--active{color:#4338ca;background:#eef2ff;border-color:#818cf8;box-shadow:0 0 12px #6366f11f}[data-theme=light] .compare-mode-toggle{background:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .compare-mode-btn{color:#52525b}[data-theme=light] .compare-mode-btn--active{color:#4338ca;background:#eef2ff}[data-theme=light] .law-card-code{color:#18181b!important}[data-theme=light] .law-card-year-label{color:#71717a}[data-theme=light] .law-card-year-badge{color:#52525b;background:#f4f4f5}[data-theme=light] .law-card-desc{color:#52525b!important}[data-theme=light] .law-card-footer{border-top-color:#e4e4e7}[data-theme=light] .law-card-penalty-label{color:#71717a!important}[data-theme=light] .law-card-penalty{color:#18181b!important}[data-theme=light] .law-card-status--amended{color:#dc2626;background:#fef2f2}[data-theme=light] .law-card-status--active{color:#16a34a;background:#f0fdf4}[data-theme=light] .law-card-status--repealed{color:#ca8a04;background:#fefce8}[data-theme=light] .compare-divider-line{background:linear-gradient(#0000,#c7d2fe,#0000)}[data-theme=light] .compare-divider-badge{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}[data-theme=light] .compare-overlay-track{border-color:#e4e4e7}[data-theme=light] .compare-slider-line{background:#00000026}[data-theme=light] .compare-overlay-content--old .compare-overlay-label{color:#dc2626}[data-theme=light] .compare-overlay-content--new .compare-overlay-label{color:#16a34a}[data-theme=light] .compare-cta-btn{box-shadow:0 4px 16px #6366f140;color:#fff!important;background:linear-gradient(135deg,#6366f1,#4f46e5)!important;border-color:#0000!important}[data-theme=light] .compare-cta-btn:hover{background:linear-gradient(135deg,#4f46e5,#4338ca)!important;box-shadow:0 6px 24px #6366f159!important}[data-theme=light] .sd-root{color:#18181b;background:#f6f7f9}[data-theme=light] .sd-header{background:#fff;border-bottom-color:#e4e4e7}[data-theme=light] .sd-card{background:#fff;border-color:#e4e4e7;box-shadow:0 2px 8px #0000000f}[data-theme=light] .sd-title{color:#18181b}[data-theme=light] .sd-body{color:#3f3f46}html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
