:root{--background:#fff;--foreground:#111827;--card:#f3f4f6;--card-foreground:#111827;--card-border:#e5e7eb;--primary:#7a7fee;--primary-foreground:#fff;--secondary:#f3f4f6;--secondary-foreground:#111827;--muted:#6b7280;--muted-foreground:#4b5563;--accent:#f3f4f6;--accent-foreground:#111827;--border:#d1d5db;--input:#d1d5db;--ring:#7a7fee;--radius:0.75rem;--font-outfit:"Outfit",sans-serif}.dark{--background:#101112;--foreground:#d9d9d9;--card:#272829;--card-foreground:#fff;--card-border:#1a1a1a;--primary:#7a7fee;--primary-foreground:#fff;--secondary:#272829;--secondary-foreground:#fff;--muted:#a1a1aa;--muted-foreground:#d4d4d8;--accent:#2a2a2a;--accent-foreground:#fff;--border:#2a2a2a;--input:#2a2a2a;--ring:#7a7fee}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-outfit)}html{scroll-behavior:smooth}h1{font-weight:500;font-size:60px}h1,h2{line-height:1.2em;letter-spacing:0}h2{font-weight:400;font-size:48px}@media (max-width:1440px){h1{font-size:calc(40px + (60 - 40) * ((100vw - 768px) / (1440 - 768)))}h2{font-size:calc(36px + (48 - 36) * ((100vw - 768px) / (1440 - 768)))}}@media (max-width:768px){h1{font-size:40px}h2{font-size:36px}}.container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:1200px}@media (min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.card{color:var(--card-foreground);border:1px solid var(--card-border);border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.card,.dark .card{background-color:var(--card)}.dark .card{background-image:linear-gradient(180deg,#2d2e2f,#272829);position:relative}.dark .card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/noise-texture.png);background-size:200px;opacity:.4;mix-blend-mode:overlay;pointer-events:none;border-radius:inherit}.btn-primary{background-color:#7a7fee;color:#fff;padding:.625rem 1.5rem;border-radius:.375rem;transition:all .15s;font-size:.875rem;font-weight:500;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.btn-primary:hover{opacity:.9}.btn-secondary{color:var(--foreground);transition:all .15s;font-size:.875rem;font-weight:500;padding:.625rem 0}.btn-secondary:hover{text-decoration:underline}.section-title{font-weight:500;margin-bottom:.5rem;color:var(--foreground)}.section-subtitle{color:#7a7fee;font-weight:500;margin-bottom:1.5rem}.accent-text{color:#7a7fee}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-menu-overlay{left:0;background-color:rgba(0,0,0,.5);z-index:100}.mobile-menu,.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0}.mobile-menu{width:85%;max-width:320px;background-color:var(--background);z-index:101;overflow-y:auto;box-shadow:-2px 0 10px rgba(0,0,0,.1)}.form-container{max-width:48rem;margin-left:auto;margin-right:auto}.form-container iframe{min-height:500px;background-color:transparent}.nav-dropdown{position:relative}.nav-dropdown-content{position:absolute;z-index:50;margin-top:.5rem;padding:1rem;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);min-width:220px}.dark .nav-dropdown-content{background-color:#1f2937;border:1px solid #374151}.light .nav-dropdown-content{background-color:#fff;border:1px solid #f3f4f6}.prose h3{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#111827}.dark .prose h3{color:#fff}.prose p{color:#374151;margin-bottom:1rem}.dark .prose p{color:#d1d5db}.prose ul{list-style-type:disc;padding-left:1.25rem;margin-bottom:1rem;color:#374151}.dark .prose ul{color:#d1d5db}.prose ol{list-style-type:decimal;padding-left:1.25rem;margin-bottom:1rem;color:#374151}.dark .prose ol{color:#d1d5db}.prose a{color:#7a7fee}.prose a:hover{text-decoration:underline}.prose strong{font-weight:600;color:#111827}.dark .prose strong{color:#fff}