@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #09090F;--surface: #12121E;--surface-alt: #1C1C2E;--accent: #06B6D4;--accent2: #3B82F6;--text: #E2E8F0;--text-muted: #94A3B8;--radius: 12px;--max-width: 1080px}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.nav{position:sticky;top:0;z-index:100;background:#09090fd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-weight:700;font-size:1.15rem;letter-spacing:-.02em;color:var(--text);transition:color .2s}.nav-brand:hover{color:var(--accent)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.9rem;font-weight:500;color:var(--text-muted);transition:color .2s}.nav-links a:hover{color:var(--text)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;width:100%}.hero{padding:6rem 0 4rem}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-copy{min-width:0}.avatar-wrap{margin-bottom:1.5rem}.avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid var(--accent);box-shadow:0 0 16px #06b6d440}.hero h1{font-size:clamp(2.8rem,5vw,5rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;margin-bottom:1.25rem}.hero h1 .accent{background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .subtitle{font-size:clamp(1.1rem,2vw,1.35rem);color:var(--text);font-weight:500;margin-bottom:1.25rem}.hero .bio{font-size:1rem;color:var(--text-muted);line-height:1.75;margin-bottom:2rem}.hero-visual{display:flex;align-items:center;justify-content:center}.terminal{background:var(--surface);border:1px solid rgba(255,255,255,.08);border-radius:14px;width:100%;max-width:440px;overflow:hidden;box-shadow:0 0 60px #06b6d414}.terminal-bar{background:var(--surface-alt);padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.dot{width:12px;height:12px;border-radius:50%}.dot-red{background:#ff5f56}.dot-yellow{background:#ffbd2e}.dot-green{background:#27c93f}.terminal-body{padding:1.5rem;font-family:Fira Code,Courier New,monospace;font-size:.85rem;line-height:2}.t-dim{color:var(--text-muted)}.t-cyan{color:var(--accent)}.t-blue{color:var(--accent2)}.t-white{color:var(--text)}.t-green{color:#34d399}.terminal-cursor{display:inline-block;width:8px;height:1.1em;background:var(--accent);vertical-align:text-bottom;animation:blink 1.1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;font-family:inherit;border:none;border-radius:8px;cursor:pointer;transition:all .25s ease}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff}.btn-primary:hover{box-shadow:0 0 24px #06b6d459;transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--accent);border:1px solid rgba(6,182,212,.3)}.btn-outline:hover{border-color:var(--accent);box-shadow:0 0 16px #06b6d433;transform:translateY(-1px)}.section{padding:4rem 0}.section-title{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:2rem}.apps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem}.app-card{background:var(--surface);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:2rem;transition:all .3s ease;display:flex;flex-direction:column}.app-card:hover{border-color:#06b6d440;box-shadow:0 0 32px #06b6d414}.app-card .app-desc{flex:1}.app-card .app-name{font-size:1.35rem;font-weight:700;margin-bottom:.25rem}.app-card .app-tagline{font-size:.95rem;color:var(--accent);font-weight:500;margin-bottom:1rem}.app-card .app-desc{color:var(--text-muted);font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem}.blog-card{background:var(--surface);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column}.blog-card:hover{border-color:#06b6d440;box-shadow:0 0 24px #06b6d414;transform:translateY(-2px)}.blog-card .post-date{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem;font-weight:500}.blog-card .post-title{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;line-height:1.35}.blog-card .post-desc{font-size:.9rem;color:var(--text-muted);line-height:1.6;flex:1}.blog-card .read-more{margin-top:1rem;font-size:.85rem;color:var(--accent);font-weight:500}.view-all{margin-top:2rem}.blog-list{display:flex;flex-direction:column;gap:1rem}.blog-list-item{display:block;background:var(--surface);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:1.5rem 2rem;transition:all .3s ease}.blog-list-item:hover{border-color:#06b6d440;box-shadow:0 0 24px #06b6d414}.blog-list-item .post-date{font-size:.8rem;color:var(--text-muted);font-weight:500;margin-bottom:.35rem}.blog-list-item .post-title{font-size:1.25rem;font-weight:600;margin-bottom:.35rem}.blog-list-item .post-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6}.post-header{padding:4rem 0 2rem}.post-header .post-date{font-size:.85rem;color:var(--text-muted);font-weight:500;margin-bottom:.75rem}.post-header h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.025em;line-height:1.15}.post-content{max-width:680px;padding-bottom:4rem}.post-content h2{font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem}.post-content h3{font-size:1.2rem;font-weight:600;margin:2rem 0 .75rem}.post-content p{color:var(--text-muted);font-size:1.05rem;line-height:1.8;margin-bottom:1.25rem}.post-content a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.post-content ul,.post-content ol{color:var(--text-muted);padding-left:1.5rem;margin-bottom:1.25rem}.post-content li{margin-bottom:.5rem;line-height:1.7}.post-content blockquote{border-left:3px solid var(--accent);padding-left:1.25rem;margin:1.5rem 0;color:var(--text-muted);font-style:italic}.post-content code{background:var(--surface-alt);padding:.2em .4em;border-radius:4px;font-size:.9em}.post-content pre{background:var(--surface);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:1.25rem;overflow-x:auto;margin-bottom:1.25rem}.post-content pre code{background:none;padding:0}.back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;color:var(--text-muted);font-weight:500;transition:color .2s;margin-bottom:1rem}.back-link:hover{color:var(--accent)}.footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.06);padding:2.5rem 0}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.85rem;color:var(--text-muted)}.footer-socials{display:flex;gap:1.25rem}.footer-socials a{color:var(--text-muted);transition:color .2s;display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500}.footer-socials a:hover{color:var(--accent)}.social-icon{width:18px;height:18px}.page-header{padding:4rem 0 2rem}.page-header h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.025em}.page-header p{color:var(--text-muted);margin-top:.5rem;font-size:1.05rem}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;gap:2.5rem}.hero-visual{justify-content:flex-start}.terminal{max-width:100%}}@media(max-width:640px){.hero{padding:4rem 0 3rem}.section{padding:3rem 0}.blog-grid,.apps-grid{grid-template-columns:1fr}.app-card{padding:1.5rem}.footer-inner{flex-direction:column;text-align:center}}
