:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=768px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80}}*,:before,:after{box-sizing:border-box}body{margin:0}#root{width:100%}h1,h2,h3{font-family:var(--heading);color:var(--text-h);font-weight:500}p{margin:0}.app{flex-direction:column;min-height:100vh;display:flex}.content{flex:1}.navbar{background:var(--bg);border-bottom:1px solid var(--border);z-index:100;justify-content:space-between;align-items:center;height:60px;padding:0 2rem;display:flex;position:sticky;top:0}.navbar-brand a{color:var(--accent);font-size:1.25rem;font-weight:700;text-decoration:none}.navbar-links{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.navbar-links a{color:var(--text);border-bottom:2px solid #0000;padding:4px 0;font-size:.95rem;text-decoration:none;transition:color .2s,border-color .2s}.navbar-links a:hover,.navbar-links a.active{color:var(--accent);border-bottom-color:var(--accent)}.footer{text-align:center;border-top:1px solid var(--border);color:var(--text);padding:1.5rem;font-size:.85rem}.page{max-width:860px;margin:0 auto;padding:2rem 1.25rem}.hero{text-align:center;border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:2rem}.hero h1{margin-bottom:.75rem;font-size:2.25rem}.hero p{color:var(--text);margin-bottom:1.25rem;font-size:1.05rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.features h2{text-align:center;margin-bottom:1.25rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.feature-card{border:1px solid var(--border);text-align:center;background:var(--accent-bg);border-radius:8px;padding:1rem}.feature-icon{margin-bottom:.75rem;font-size:2rem;display:block}.feature-card h3{color:var(--text-h);margin:0 0 .5rem;font-size:1.1rem}.feature-card p{font-size:.9rem;line-height:1.6}.about-page p{margin-bottom:1rem;line-height:1.8}.about-section{margin-top:2.5rem}.tech-list{padding-left:1.5rem;line-height:2}.contact-form{flex-direction:column;gap:.9rem;max-width:560px;margin-top:1.25rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-h);font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:6px;padding:.65rem .9rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);outline:none}.success-message{text-align:center;padding:1.5rem 1rem}.success-message h2{color:var(--accent);margin-bottom:1rem}.not-found-page{text-align:center}.not-found-page h1{color:var(--accent);margin-bottom:.5rem;font-size:6rem}.btn{cursor:pointer;border:2px solid #0000;border-radius:6px;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-block}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover,.btn-secondary{color:var(--accent);border-color:var(--accent);background:0 0}.btn-secondary:hover{background:var(--accent);color:#fff}.video-carousel{margin:2rem 0 3rem}.video-carousel h2{text-align:center;margin-bottom:1rem}.carousel-wrapper{justify-content:center;display:flex;position:relative}.carousel-track{width:100%;max-width:860px;margin:0 auto;position:relative}.carousel-slide{display:none}.carousel-slide.active{display:block}.carousel-slide iframe{aspect-ratio:16/9;background:#000;border-radius:8px;width:100%}.carousel-btn{color:#fff;cursor:pointer;z-index:5;background:#0000008c;border:none;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000059}.carousel-btn.left{left:10px}.carousel-btn.right{right:10px}.carousel-dots{justify-content:center;gap:.5rem;margin-top:.75rem;display:flex}.carousel-dots .dot{background:var(--border);cursor:pointer;border:none;border-radius:999px;width:10px;height:10px;padding:0}.carousel-dots .dot.active{background:var(--accent)}
