:root{--text: #6b6375;--text-h: #08060d;--bg: #fff;--border: #e5e4e7;--code-bg: #f4f3ec;--accent: #aa3bff;--accent-bg: rgba(170, 59, 255, .1);--accent-border: rgba(170, 59, 255, .5);--social-bg: rgba(244, 243, 236, .5);--shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;--sans: system-ui, "Segoe UI", Roboto, sans-serif;--heading: system-ui, "Segoe UI", Roboto, sans-serif;--mono: ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;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 (max-width: 1024px){:root{font-size:16px}}@media (prefers-color-scheme: dark){:root{--text: #9ca3af;--text-h: #f3f4f6;--bg: #16171d;--border: #2e303a;--code-bg: #1f2028;--accent: #c084fc;--accent-bg: rgba(192, 132, 252, .15);--accent-border: rgba(192, 132, 252, .5);--social-bg: rgba(47, 48, 58, .5);--shadow: rgba(0, 0, 0, .4) 0 10px 15px -3px, rgba(0, 0, 0, .25) 0 4px 6px -2px}#social .button-icon{filter:invert(1) brightness(2)}}#root{width:1126px;max-width:100%;margin:0 auto;text-align:center;border-inline:1px solid var(--border);min-height:100svh;display:flex;flex-direction:column;box-sizing:border-box}body{margin:0}h1,h2{font-family:var(--heading);font-weight:500;color:var(--text-h)}h1{font-size:56px;letter-spacing:-1.68px;margin:32px 0}@media (max-width: 1024px){h1{font-size:36px;margin:20px 0}}h2{font-size:24px;line-height:118%;letter-spacing:-.24px;margin:0 0 8px}@media (max-width: 1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);display:inline-flex;border-radius:4px;color:var(--text-h)}code{font-size:15px;line-height:135%;padding:4px 8px;background:var(--code-bg)}.header{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 10px #0000001a}.navbar{padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 4rem 0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo h1{color:#2563eb;font-size:1.8rem;font-weight:700;margin:0;font-family:Sora,sans-serif}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-link{background:none;border:none;color:#333;font-weight:500;font-size:1rem;cursor:pointer;transition:color .3s ease;padding:.5rem 0}.nav-link:hover{color:#2563eb}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{gap:1rem}}.hero{min-height:100vh;display:flex;align-items:center;padding:80px 2rem 2rem;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle 200px at 10% 80%,rgba(255,255,255,.25) 0%,transparent 60%),radial-gradient(circle 150px at 40% 20%,rgba(255,255,255,.2) 0%,transparent 60%),radial-gradient(circle 100px at 70% 60%,rgba(255,255,255,.15) 0%,transparent 60%),radial-gradient(circle 120px at 25% 40%,rgba(255,255,255,.12) 0%,transparent 60%);animation:slideOrbs1 60s linear infinite;z-index:1}.hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle 80px at 55% 75%,rgba(255,255,255,.1) 0%,transparent 60%),radial-gradient(circle 90px at 15% 30%,rgba(255,255,255,.08) 0%,transparent 60%),radial-gradient(circle 110px at 60% 15%,rgba(255,255,255,.09) 0%,transparent 60%),radial-gradient(circle 70px at 35% 85%,rgba(255,255,255,.07) 0%,transparent 60%);animation:slideOrbs2 60s linear infinite;animation-delay:-30s;z-index:1}.hero-container{max-width:1200px;margin:0 auto;padding:4rem 2rem 0;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:80vh;justify-content:center;position:relative;z-index:2}.hero-title{font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-align:center;animation:fadeInUp 1s ease-out}.hero-subtitle{font-size:1rem;color:#ffffffe6;max-width:500px;line-height:1.6;text-align:center;margin:0 auto;animation:fadeInUp 1s ease-out .2s both}.hero-buttons{display:flex;gap:1rem;animation:fadeInUp 1s ease-out .4s;animation-fill-mode:both}.btn{padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 20px #2563eb4d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#3b82f6;transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-logo{display:flex;justify-content:center;align-items:center;width:100%}.logo-image{max-width:400px;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.1))}.hero-centerpiece{display:flex;justify-content:center;align-items:center;width:100%}.centerpiece-image{max-width:500px;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 15px 30px rgba(0,0,0,.15))}.hero-graphic{position:relative;width:300px;height:300px}.circle{position:absolute;border-radius:50%;animation:float 6s ease-in-out infinite}.circle-1{width:120px;height:120px;background:#fff3;top:20px;left:20px;animation-delay:0s}.circle-2{width:80px;height:80px;background:#ffffff4d;top:100px;right:20px;animation-delay:2s}.circle-3{width:60px;height:60px;background:#fff6;bottom:20px;left:50%;transform:translate(-50%);animation-delay:4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes slideOrbs1{0%{transform:translate(-50%,50vh);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translate(150%,-150vh);opacity:0}}@keyframes slideOrbs2{0%{transform:translate(-50%,50vh);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translate(150%,-150vh);opacity:0}}@media (max-width: 768px){.hero-container{gap:1.5rem;padding:2rem 1rem 0}.centerpiece-image{max-width:300px}.hero-title{font-size:1.25rem}.hero-subtitle{font-size:.9rem}.hero-graphic{width:200px;height:200px}}.features{padding:5rem 2rem;background:#f8fafc}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.features-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.feature-icon{width:64px;height:64px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon svg{color:#fff}.feature-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.feature-description{color:#64748b;line-height:1.6}@media (max-width: 768px){.features{padding:3rem 1rem}.features-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}}.about{padding:5rem 2rem;background:#fff}.about-container{max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:4rem}.about-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.about-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.about-text h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem;margin-top:2rem}.about-text h3:first-child{margin-top:0}.about-text p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.about-text ul{list-style:none;padding:0}.about-text li{color:#64748b;line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.about-text li:before{content:">";position:absolute;left:0;color:#2563eb;font-weight:700}.about-text strong{color:#1e293b}.about-stats{display:grid;grid-template-columns:1fr;gap:1.5rem}.stat-card{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:2rem;border-radius:16px;text-align:center;color:#fff}.stat-number{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.stat-label{font-size:1.5rem;font-weight:600;opacity:.9}@media (max-width: 768px){.about{padding:3rem 1rem}.about-title{font-size:2rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:repeat(2,1fr)}}.portfolio{padding:5rem 2rem;background:#fff}.portfolio-container{max-width:1200px;margin:0 auto}.portfolio-header{text-align:center;margin-bottom:4rem}.portfolio-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.portfolio-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.portfolio-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.project-card{background:#f8fafc;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease,box-shadow .3s ease;width:100%}.project-card.upcoming{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #e2e8f0}.project-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.project-image{height:200px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);display:flex;align-items:center;justify-content:center}.project-placeholder{color:#fff;opacity:.8}.project-info{padding:2rem}.project-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.project-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tech-tag{background:#e2e8f0;color:#475569;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.project-links{display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.project-status{margin-top:1rem}.status-badge{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-block}@media (max-width: 768px){.portfolio{padding:3rem 1rem}.portfolio-title{font-size:2rem}.project-info{padding:1.5rem}.portfolio-content{grid-template-columns:1fr}.project-links{flex-direction:column}.btn{width:100%}}.contact{padding:5rem 2rem;background:#f8fafc}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.contact-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.contact-content{display:flex;justify-content:center}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1000px;width:100%}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:48px;height:48px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{color:#fff}.contact-details h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.contact-details p{color:#64748b;line-height:1.5;margin:0}.email-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .3s ease}.email-link:hover{color:#1d4ed8;text-decoration:underline}.contact-form{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;color:#1e293b;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:120px}.btn-primary{width:100%;background:#2563eb;color:#fff;padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.btn-primary:hover{background:#1d4ed8}@media (max-width: 768px){.contact{padding:3rem 1rem}.contact-title{font-size:2rem}.contact-info{grid-template-columns:1fr;gap:2rem}}.footer{background:#1e293b;color:#fff;padding:1rem 2rem .25rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:.75rem}.footer-section h3{color:#2563eb;font-size:1.25rem;font-weight:700;margin:0}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#94a3b8;line-height:1.6;margin-bottom:1.5rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.75rem}.footer-link{color:#94a3b8;text-decoration:none;background:none;border:none;font-size:1rem;cursor:pointer;transition:color .3s ease;padding:0;font-family:inherit}.footer-link:hover{color:#2563eb}.social-links{display:flex;gap:.75rem;margin:0}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;text-decoration:none;color:#fff}.social-link:hover{background:#2563eb}.newsletter-form{display:flex;gap:.5rem;margin-top:1rem}.newsletter-form input{flex:1;padding:.75rem;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;border-radius:8px;color:#fff;font-size:.875rem}.newsletter-form input::placeholder{color:#94a3b8}.newsletter-form input:focus{outline:none;border-color:#2563eb}.newsletter-form .btn-primary{padding:.75rem 1rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.newsletter-form .btn-primary:hover{background:#1d4ed8}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:.5rem;text-align:center}.footer-bottom p{color:#94a3b8;margin:0;font-size:.875rem}@media (max-width: 1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.newsletter-form{flex-direction:column}.newsletter-form .btn-primary{width:100%}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#fff}#root{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}@media (max-width: 768px){.container{padding:0 1rem}.hide-mobile{display:none!important}}@media (min-width: 769px){.show-mobile{display:none!important}}
