:root{--bg:#0f172a;--bg-card:#1e293b;--text:#f8fafc;--text-secondary:#94a3b8;--accent:#dc2626;--border:#334155;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text)}#root{width:100%;min-height:100vh}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f1932cc;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 10%;display:flex;position:fixed;top:0}.logo{color:#fff;font-size:28px;font-weight:700}.logo span{color:#dc2626}.nav-links{gap:30px;list-style:none;display:flex}.nav-links a{color:#94a3b8;font-size:16px;text-decoration:none;transition:all .3s}.nav-links a:hover{color:#dc2626}.hero{justify-content:space-between;align-items:center;gap:60px;min-height:100vh;padding:0 10%;display:flex}.hero-content{flex:1}.hero-subtitle{color:#dc2626;margin-bottom:10px;font-size:18px}.hero h1{margin-bottom:10px;font-size:72px}.hero h2{color:#94a3b8;margin-bottom:25px;font-size:32px}.hero-description{max-width:600px;margin-bottom:40px;line-height:1.8}.hero-buttons{gap:20px;display:flex}.btn-primary{color:#fff;background:#dc2626;border-radius:8px;padding:14px 28px;text-decoration:none;transition:all .3s}.btn-primary:hover{transform:translateY(-3px)}.btn-secondary{color:#fff;border:2px solid #dc2626;border-radius:8px;padding:14px 28px;text-decoration:none;transition:all .3s}.btn-secondary:hover{background:#dc2626}.hero-image{flex:1;justify-content:center;display:flex}.hero-image img{object-fit:cover;border:5px solid #dc2626;border-radius:50%;width:350px}.about{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:70px;padding:100px 10%;display:flex}.about-left{flex:1;min-width:320px}.section-subtitle{color:#dc2626;margin-bottom:10px;font-weight:600}.about h2{margin-bottom:25px;font-size:42px}.about-text{color:#94a3b8;margin-bottom:20px;line-height:1.8}.about-right{flex-direction:column;flex:1;gap:20px;min-width:320px;display:flex}.about-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:25px;transition:all .3s}.about-card:hover{border-color:#dc2626;transform:translateY(-5px)}.about-card h3{margin-bottom:12px}.about-card p{color:#cbd5e1;line-height:1.7}.projects{padding:100px 10%}.projects-header{text-align:center;margin-bottom:60px}.projects-description{color:#94a3b8;max-width:700px;margin:auto;line-height:1.7}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;display:grid}.project-card{background:#1e293b;border:1px solid #334155;border-radius:15px;transition:all .3s;overflow:hidden}.project-card:hover{border-color:#dc2626;transform:translateY(-8px)}.project-card img{object-fit:cover;width:100%;height:220px}.project-content{padding:25px}.project-content h3{margin-bottom:15px}.project-content p{color:#94a3b8;margin-bottom:20px;line-height:1.7}.project-content span{color:#dc2626;margin-bottom:20px;font-weight:600;display:block}.project-buttons{gap:15px;display:flex}.project-buttons a{color:#fff;background:#dc2626;border-radius:8px;padding:10px 20px;text-decoration:none;transition:all .3s}.project-buttons a:hover{opacity:.9}.github-button{text-align:center;margin-top:60px}.github-button a{color:#fff;font-size:18px;text-decoration:none}.contact{padding:100px 10%}.contact-header{text-align:center;margin-bottom:60px}.contact-subtitle{color:#dc2626;margin-bottom:10px;font-weight:600}.contact-header h2{margin-bottom:20px;font-size:48px}.contact-description{color:#94a3b8;max-width:700px;margin:auto;line-height:1.7}.contact-container{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:60px;display:flex}.contact-info{flex:1;min-width:280px}.contact-info h3{margin-bottom:25px}.contact-info p{color:#cbd5e1;margin-bottom:18px}.contact-form{flex-direction:column;flex:2;gap:18px;display:flex}.contact-form input,.contact-form textarea{color:#fff;background:#1e293b;border:1px solid #334155;border-radius:8px;outline:none;padding:15px;font-size:16px}.contact-form textarea{resize:none}.contact-form input:focus,.contact-form textarea:focus{border-color:#dc2626}.contact-form button{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:15px;font-size:16px;transition:all .3s}.contact-form button:hover{opacity:.9;transform:translateY(-2px)}.contact-button{color:#fff;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:12px;align-items:center;gap:10px;padding:15px 32px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #dc262640}.contact-button:hover{transform:translateY(-4px);box-shadow:0 15px 35px #dc262659}.contact-button span{font-size:22px}.contact-button-container{justify-content:center;align-items:center;margin-top:40px;display:flex}.footer-trigger{width:100%;height:20px;position:fixed;bottom:0;left:0}.footer{color:#fff;background:#000;justify-content:center;align-items:center;gap:20px;width:100%;height:80px;transition:all .4s;display:flex;position:fixed;bottom:-80px;left:0}.footer-trigger:hover+.footer,.footer:hover{bottom:0}
