*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}img,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button,input,textarea,select{font:inherit}:root{--bg: #06090f;--surface: #0a0f1a;--panel: #0f1623;--card: #111d2e;--card-strong: #0d1625;--text: #e2e8f0;--text-2: #94a3b8;--muted: #64748b;--accent: #06b6d4;--accent-light: #22d3ee;--accent-2: #3b82f6;--accent-dim: rgba(6, 182, 212, .08);--accent-glow: rgba(6, 182, 212, .18);--border: rgba(255, 255, 255, .07);--border-accent: rgba(6, 182, 212, .22);--radius: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow: 0 4px 24px rgba(0, 0, 0, .45);--shadow-lg: 0 16px 48px rgba(0, 0, 0, .55);--danger: #ef4444;--success: #22c55e;--warning: #f59e0b;--header-h: 68px}body{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5{font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--text)}h1{font-size:clamp(2.4rem,5vw,3.8rem)}h2{font-size:clamp(1.8rem,3.5vw,2.6rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}h4{font-size:1.1rem;font-weight:600}p{color:var(--text-2)}.gradient-text{background:linear-gradient(135deg,var(--accent-light) 0%,var(--accent) 50%,var(--accent-2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-alt{background:var(--surface)}.section-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}.section-header h2{margin-bottom:.75rem}.section-header p{font-size:1.05rem}.section-footer{text-align:center;margin-top:3rem}.eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.85rem}.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.75rem 1.6rem;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;white-space:nowrap}.btn.primary{background:var(--accent);color:#02080c;box-shadow:0 0 24px var(--accent-glow)}.btn.primary:hover{background:var(--accent-light);box-shadow:0 0 40px #06b6d461;transform:translateY(-2px)}.btn.ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn.ghost:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}.btn.large{padding:1rem 2.2rem;font-size:1.05rem}.btn.small{padding:.5rem 1rem;font-size:.85rem}.btn.danger{background:var(--danger);color:#fff}.site-header{position:sticky;top:0;z-index:100;height:var(--header-h);display:flex;align-items:center;background:#06090fd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;gap:2rem;width:100%}.header-logo{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.05rem;color:var(--text);flex-shrink:0}.logo-mark{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:900;color:#02080c;letter-spacing:-.03em}.logo-text .logo-full{font-size:.95rem;color:var(--text-2);font-weight:400}.logo-text span{display:block;line-height:1.1}.header-logo-img{width:60px;height:60px;border-radius:9px;display:block;object-fit:contain;box-shadow:0 2px 10px #00000073}.logo-icon-clip{width:60px;height:60px;overflow:hidden;border-radius:10px;flex-shrink:0}.logo-icon-clip img{height:110px;width:auto;display:block;margin-top:-33px}.logo-wordmark{font-size:1.05rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,var(--accent-light),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.project-logo-box{width:80px;height:80px;border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1rem;box-shadow:0 2px 12px #0000004d;flex-shrink:0}.project-logo-img{width:100%;height:100%;object-fit:contain}.project-detail-logo{width:80px;height:80px;border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:7px;box-shadow:0 2px 16px #00000040;flex-shrink:0}.header-nav{display:flex;align-items:center;gap:.25rem;margin-left:auto}.header-nav a{padding:.45rem .9rem;border-radius:6px;font-size:.9rem;color:var(--text-2);transition:all .15s ease;font-weight:500}.header-nav a:hover,.header-nav a.active{color:var(--text);background:#ffffff0d}.header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.lang-switch{display:flex;align-items:center;font-size:.82rem;font-weight:600;padding:.35rem .7rem;border-radius:6px;border:1px solid var(--border);color:var(--muted);transition:all .15s}.lang-switch:hover{border-color:var(--accent);color:var(--accent)}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none;color:var(--text)}.nav-toggle span{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:all .2s}.hero{padding:5rem 0 6rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-120px;left:50%;transform:translate(-50%);width:800px;height:600px;background:radial-gradient(ellipse,rgba(6,182,212,.07) 0%,transparent 65%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.hero-content{max-width:580px}.hero-title{margin-bottom:1.25rem;line-height:1.08}.hero-sub{font-size:1.1rem;line-height:1.7;color:var(--text-2);margin-bottom:2rem;max-width:480px}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-tech{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.hero-tech-label{font-size:.78rem;color:var(--muted);font-weight:500;margin-right:.25rem}.code-terminal{background:var(--panel);border:1px solid var(--border-accent);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 0 0 1px #06b6d414,0 32px 80px #0000008c,0 0 120px #06b6d40f;max-width:460px;margin-left:auto}.terminal-header{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.1rem;background:#ffffff06;border-bottom:1px solid var(--border)}.terminal-dots{display:flex;gap:6px}.terminal-dots span{width:12px;height:12px;border-radius:50%}.terminal-dots span:nth-child(1){background:#ff5f57}.terminal-dots span:nth-child(2){background:#ffbd2e}.terminal-dots span:nth-child(3){background:#28c840}.terminal-title{font-size:.78rem;color:var(--muted);font-family:Fira Code,Consolas,monospace}.terminal-body{padding:1.5rem}.terminal-body pre{margin:0;font-family:Fira Code,Consolas,monospace;font-size:.83rem;line-height:1.75;overflow:hidden}.code-c{color:#c792ea}.code-fn{color:#82aaff}.code-s{color:#c3e88d}.code-p{color:var(--accent)}.code-m{color:var(--text-2)}.code-cm{color:var(--muted);font-style:italic}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;padding-top:3rem;border-top:1px solid var(--border)}.stat-item{text-align:center}.stat-value{display:block;font-size:2rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:.3rem}.stat-label{font-size:.82rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 1.75rem;transition:all .3s ease;position:relative;overflow:hidden}.service-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-2));opacity:0;transition:opacity .3s}.service-card:hover{border-color:var(--border-accent);transform:translateY(-5px);box-shadow:0 20px 48px #0006}.service-card:hover:after{opacity:1}.service-icon{width:48px;height:48px;border-radius:10px;background:var(--accent-dim);border:1px solid var(--border-accent);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--accent);font-size:1.3rem}.service-card h3{font-size:1.1rem;margin-bottom:.6rem}.service-card p{font-size:.9rem;line-height:1.6}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.project-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:#ffffff1f}.project-accent{height:4px;background:var(--project-color, var(--accent))}.project-body{padding:1.75rem;flex:1;display:flex;flex-direction:column}.project-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.project-title{font-size:1.25rem}.project-desc{font-size:.9rem;line-height:1.65;margin-bottom:1.25rem;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem}.project-footer{display:flex;align-items:center;gap:.75rem;padding-top:1.25rem;border-top:1px solid var(--border);margin-top:auto}.chip{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .65rem;border-radius:100px;font-size:.78rem;font-weight:500;background:#ffffff0d;border:1px solid var(--border);color:var(--text-2)}.chip.accent{background:var(--accent-dim);border-color:var(--border-accent);color:var(--accent)}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;border-radius:100px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.badge.live{background:#22c55e1f;color:#22c55e;border:1px solid rgba(34,197,94,.25)}.badge.beta{background:#f59e0b1f;color:#f59e0b;border:1px solid rgba(245,158,11,.25)}.badge.new{background:var(--accent-dim);color:var(--accent);border:1px solid var(--border-accent)}.about-layout{display:grid;grid-template-columns:1fr 420px;align-items:center;gap:4rem}.about-text h2{margin-bottom:1.1rem}.about-text .lead{font-size:1.05rem;line-height:1.75;color:var(--text-2);margin-bottom:1.5rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.about-card{background:var(--panel);border:1px solid var(--border-accent);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 0 60px #06b6d40f}.about-card-row{display:flex;align-items:center;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--border)}.about-card-row:last-child{border-bottom:none}.about-card-icon{width:36px;height:36px;border-radius:8px;background:var(--accent-dim);display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0;font-size:1rem}.about-card-label{font-size:.78rem;color:var(--muted)}.about-card-value{font-size:.9rem;font-weight:600;color:var(--text)}.cta-banner{padding:5rem 0;background:linear-gradient(135deg,#06b6d40f,#3b82f60f);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(6,182,212,.1) 0%,transparent 60%);pointer-events:none}.cta-banner h2{margin-bottom:.75rem}.cta-banner p{font-size:1.05rem;margin-bottom:2rem}.cta-banner .cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-hero{padding:4rem 0 3rem;border-bottom:1px solid var(--border)}.page-hero h1{margin-bottom:.75rem}.page-hero .lead{font-size:1.05rem;max-width:560px}.form-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem}.form-tabs{display:flex;gap:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:4px;margin-bottom:2rem}.form-tab{flex:1;padding:.6rem 1rem;border-radius:8px;border:none;background:transparent;color:var(--muted);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;text-align:center}.form-tab.active{background:var(--panel);color:var(--text);box-shadow:0 2px 8px #0000004d}.form-panel{display:none}.form-panel.active{display:block}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group.span-2{grid-column:span 2}.form-label{font-size:.85rem;font-weight:600;color:var(--text)}.form-label .req{color:var(--accent);margin-left:2px}.form-input,.form-textarea,.form-select{padding:.75rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.95rem;transition:border-color .2s,box-shadow .2s;width:100%;appearance:none}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #06b6d41f}.form-input::placeholder,.form-textarea::placeholder{color:var(--muted)}.form-textarea{resize:vertical;min-height:140px}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:18px;padding-right:2.5rem}.form-select option{background:var(--surface)}.form-check{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.form-check input[type=checkbox]{width:18px;height:18px;border:1px solid var(--border);border-radius:4px;background:var(--surface);cursor:pointer;accent-color:var(--accent);flex-shrink:0;margin-top:1px}.form-check-label{font-size:.88rem;color:var(--text-2);line-height:1.5}.form-check-label a{color:var(--accent);text-decoration:underline}.form-honeypot{display:none!important;visibility:hidden}.form-success,.form-error{display:none;border-radius:var(--radius);padding:1rem 1.25rem;font-size:.92rem;margin-top:1.25rem}.form-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.25);color:#4ade80}.form-error{background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#f87171}.form-success.visible,.form-error.visible{display:block}.form-actions{display:flex;align-items:center;justify-content:flex-end;margin-top:1.75rem}.btn-loading{display:none;align-items:center;gap:.5rem}.btn-loading.visible{display:flex}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding:3.5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand p{font-size:.88rem;color:var(--muted);margin-top:.85rem;line-height:1.65}.footer-col h4{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.55rem}.footer-col a{font-size:.9rem;color:var(--text-2);transition:color .15s}.footer-col a:hover{color:var(--accent)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid var(--border)}.footer-bottom p{font-size:.83rem;color:var(--muted)}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.83rem;color:var(--muted);transition:color .15s}.footer-legal a:hover{color:var(--text)}.legal-content{max-width:780px;margin:0 auto;padding:4rem 1.5rem 6rem}.legal-content h1{margin-bottom:.5rem}.legal-content .subtitle{color:var(--muted);font-size:.9rem;margin-bottom:3rem}.legal-content h2{font-size:1.25rem;margin-top:2.5rem;margin-bottom:.75rem}.legal-content h3{font-size:1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.legal-content p,.legal-content li{font-size:.95rem;line-height:1.75;color:var(--text-2)}.legal-content ul{list-style:disc;padding-left:1.5rem}.legal-content ol{list-style:decimal;padding-left:1.5rem}.legal-content li{margin-bottom:.35rem}.legal-content a{color:var(--accent);text-decoration:underline}.legal-divider{border:none;border-top:1px solid var(--border);margin:2rem 0}.notfound{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:60vh;padding:4rem 1.5rem}.notfound .code{font-size:6rem;font-weight:900;line-height:1;color:var(--accent);opacity:.35;margin-bottom:1rem}@media (max-width: 1100px){.services-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 900px){.hero-grid{grid-template-columns:1fr}.code-terminal{max-width:100%;margin:0;display:none}.projects-grid{grid-template-columns:1fr 1fr}.about-layout{grid-template-columns:1fr}.about-card{order:-1}.stats-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){:root{--header-h: 60px}.header-nav{display:none}.header-nav.open{display:flex;flex-direction:column;position:fixed;top:var(--header-h);left:0;right:0;background:#06090ff7;backdrop-filter:blur(16px);padding:1.5rem;border-bottom:1px solid var(--border);gap:.25rem;z-index:99}.header-nav.open a{padding:.65rem .75rem;font-size:1rem}.nav-toggle{display:flex}.section{padding:3.5rem 0}.hero{padding:3rem 0 4rem}.services-grid,.projects-grid,.form-grid{grid-template-columns:1fr}.form-group.span-2{grid-column:span 1}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.hero-cta{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.container{padding:0 1rem}.form-card{padding:1.5rem}.stats-row{grid-template-columns:repeat(2,1fr);gap:1rem}}
