*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;background:#fff;color:#1f2328}.sans{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}header{display:flex;justify-content:space-between;align-items:center;padding:14px 48px;border-bottom:1px solid #d0d7de;position:sticky;top:0;background:#fff;z-index:100}.logo{font-size:24px;font-weight:700;color:#1f2328;display:flex;align-items:center;gap:10px;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;text-decoration:none}nav{display:flex;align-items:center;gap:24px}.lang-switch{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:12px;font-weight:700;color:#59636e;background:transparent;border:1px solid #d0d7de;border-radius:6px;padding:5px 10px;cursor:pointer;transition:all .2s ease}.lang-switch:hover{color:#0091d5;border-color:#0091d5}nav a{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#59636e;text-decoration:none;transition:color .2s ease}nav a:hover{color:#1f2328}.hero{padding:100px 48px 80px;background:linear-gradient(#ffffff 1px,transparent 1px),linear-gradient(90deg,#ffffff 1px,transparent 1px),#f2faff;background-size:40px 40px;border-bottom:1px solid #d0d7de}.hero-inner{max-width:800px}.terminal-line{font-size:13px;color:#0079b3;margin-bottom:24px;display:flex;align-items:center;gap:8px}.terminal-line:before{content:"$";color:#59636e}.cursor{display:inline-block;width:8px;height:16px;background:#0091d5;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.hero h1{font-size:56px;font-weight:700;line-height:1.15;letter-spacing:-1px;margin-bottom:24px;color:#1f2328}.hero h1 .accent{color:#0091d5}.hero p{font-size:17px;line-height:1.7;color:#59636e;max-width:560px;margin-bottom:40px}.hero p.tagline{font-size:20px;font-weight:600;color:#1f2328;margin-bottom:16px}.cta-row{display:flex;gap:12px}.cta-primary{padding:12px 24px;background:#0091d5;color:#fff;text-decoration:none;border-radius:6px;font-size:14px;font-weight:600;border:1px solid #0079b3;transition:background .2s ease;display:inline-block}.cta-primary:hover{background:#0079b3}.cta-secondary{padding:12px 24px;background:#fff;color:#1f2328;text-decoration:none;border-radius:6px;font-size:14px;font-weight:600;border:1px solid #d0d7de;transition:all .2s ease;display:inline-block}.cta-secondary:hover{border-color:#59636e;background:#f6f8fa}.stats-bar{display:flex;gap:48px;padding:32px 48px;border-bottom:1px solid #d0d7de;background:#fff}.stat{display:flex;flex-direction:column;gap:4px}.stat-value{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:700;color:#1f2328}.stat-label{font-size:12px;color:#59636e;text-transform:uppercase;letter-spacing:.5px}.projects-section{padding:80px 48px}.section-header{display:flex;align-items:baseline;gap:12px;margin-bottom:48px}.section-header h2{font-size:28px;font-weight:700;color:#1f2328}.section-header .count{font-size:14px;color:#59636e}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:20px}.project-card{background:#fff;border:1px solid #d0d7de;border-radius:10px;padding:24px;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:column;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace}.project-card:hover{border-color:#0091d5;box-shadow:0 4px 12px #1f232814}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.project-status{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;padding:4px 10px;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.status-active{background:#dcf2ff;color:#0079b3;border:1px solid #a8e0ff}.status-planning{background:#f6f8fa;color:#59636e;border:1px solid #d0d7de}.project-card h3{font-size:19px;font-weight:700;color:#1f2328;margin-bottom:10px}.project-card p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;color:#59636e;margin-bottom:20px;flex-grow:1}.tech-stack{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.tech-tag{font-size:11px;padding:4px 10px;background:#f6f8fa;color:#59636e;border-radius:4px;border:1px solid #d0d7de}.project-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #d0d7de;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#59636e}.project-footer .arrow{color:#0091d5;font-weight:700}.contact-section{padding:100px 48px;background:#f6f8fa;border-top:1px solid #d0d7de;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.contact-inner{max-width:560px;margin:0 auto}.contact-section h2{font-size:36px;font-weight:700;color:#1f2328;margin-bottom:16px}.contact-section p{font-size:15px;color:#59636e;margin-bottom:40px;line-height:1.7}.form-row{display:flex;gap:12px;margin-bottom:12px}.form-group{flex:1;text-align:left}.form-group input,.form-group textarea{width:100%;padding:12px 14px;font-size:14px;border:1px solid #d0d7de;border-radius:6px;background:#fff;color:#1f2328;font-family:inherit;transition:border-color .2s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#8c959f}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0091d5}.form-group textarea{resize:vertical;min-height:120px;margin-bottom:12px;width:100%}.btn-submit{width:100%;padding:13px 24px;background:#0091d5;color:#fff;border:1px solid #0079b3;border-radius:6px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s ease}.btn-submit:hover{background:#0079b3}footer{padding:32px 48px;text-align:center;border-top:1px solid #d0d7de;color:#8c959f;font-size:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (max-width: 700px){header,.hero,.stats-bar,.projects-section,.contact-section,footer{padding-left:24px;padding-right:24px}.hero h1{font-size:36px}.stats-bar{gap:24px}.form-row{flex-direction:column}}
