*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0a;--bg-deep: #050505;--bg-soft: #0f0f0f;--surface: rgba(255, 255, 255, .03);--surface-hover:rgba(255, 255, 255, .06);--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .15);--accent: #ffffff;--accent-2: #e0e0e0;--glow: rgba(255, 255, 255, .1);--text: #ffffff;--muted: rgba(255, 255, 255, .6);--dim: rgba(255, 255, 255, .4);--radius: 14px;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}html,body{min-height:100%}body{color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;background:var(--bg-deep)}#root{min-height:100%;position:relative;isolation:isolate}#root:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,#0a0a0a,#050505)}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}.orb,.noise{display:none}.site{position:relative;min-height:100%;display:flex;flex-direction:column;max-width:900px;margin:0 auto;padding:0 28px;z-index:2}.header{display:flex;align-items:center;justify-content:flex-end;padding:28px 0}.logo{display:inline-flex;align-items:center;font-size:1.05rem;font-weight:600;letter-spacing:-.01em;color:var(--text);opacity:.9;transition:opacity .2s}.logo:hover{opacity:1}.logo-img{display:block;height:100px;width:auto}.nav-link{font-size:.8rem;font-weight:400;letter-spacing:.06em;color:var(--muted);transition:color .2s}.nav-link:hover{color:var(--text)}.nav-link-icon{display:inline-flex;align-items:center}.github-icon{width:22px;height:22px}.main{flex:1;display:flex;flex-direction:column;gap:80px;padding:0 0 100px}.hero{display:flex;flex-direction:column;min-height:100svh;padding:40px 0 28px;animation:fadeUp .7s ease both}.hero-main{display:flex;flex-direction:column;gap:20px;margin:auto 0}.hero-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hero-links{display:inline-flex;align-items:center;gap:12px;margin-top:2px}.hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--dim);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:5px 14px;width:fit-content}.badge-dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 8px #34d399cc;animation:pulse-dot 2.2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-size:clamp(3.5rem,9vw,7rem);font-weight:600;letter-spacing:-.04em;line-height:1;color:var(--text)}.hero-title .Typewriter{display:inline}.hero-title .Typewriter__cursor{font-weight:400;opacity:.9}.hero-github{margin-top:0}.hero-email{appearance:none;border:0;background:transparent;padding:0;cursor:pointer}.email-icon{width:22px;height:22px}.accent{color:var(--accent)}.hero-role{font-size:1.1rem;font-weight:300;color:var(--muted);letter-spacing:-.01em}.hero-desc{font-size:1rem;font-weight:300;color:var(--dim);max-width:480px;line-height:1.75}.hero-scroll{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--dim);opacity:.85;align-self:flex-start}.section-label{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--dim);margin-bottom:24px}.cat-chip{display:inline-block;font-size:.63rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cat-color, var(--muted));background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:100px;padding:3px 10px;white-space:nowrap}.about-section{animation:fadeUp .7s .05s ease both;margin:48px 0 64px;padding:0 24px}.about-text{font-size:.95rem;line-height:1.7;color:var(--muted);max-width:720px;margin:0 auto}.showcase{animation:fadeUp .7s .1s ease both}.feat-hero{display:block;position:relative;border-radius:18px;overflow:hidden;background:var(--surface);border:1px solid var(--border);transition:border-color .25s,box-shadow .25s;cursor:pointer}.feat-hero:hover{border-color:var(--border-hover);box-shadow:0 12px 40px #0006,0 0 20px #ffffff0d}.feat-hero-img{width:100%;height:200px;object-fit:cover;object-position:center;transition:opacity .3s;opacity:.85;border-bottom:1px solid var(--border)}.feat-hero:hover .feat-hero-img{opacity:1}.feat-hero-overlay{display:none}.feat-hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:28px;height:auto}.feat-hero-title{font-size:1.2rem;font-weight:600;letter-spacing:-.02em;line-height:1.1;color:var(--text)}.feat-hero-desc{font-size:.85rem;font-weight:300;color:var(--muted);line-height:1.65}.feat-hero-cta{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:500;letter-spacing:.02em;color:var(--muted);margin-top:4px;transition:gap .2s}.feat-hero:hover .feat-hero-cta{gap:10px}.featured-secondary-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}@media (max-width: 900px){.featured-secondary-row{grid-template-columns:1fr}}.feat-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .25s,box-shadow .25s,background .25s}.feat-card:hover{background:var(--surface-hover);border-color:var(--border-hover);box-shadow:0 12px 40px #0006,0 0 20px #ffffff0d}.feat-card-inner{display:flex;flex-direction:column;gap:12px;padding:28px;height:100%}.feat-card .cat-chip{align-self:flex-start}.feat-card-img{width:100%;height:160px;object-fit:cover;border-radius:8px;opacity:.85;margin-top:4px;border:1px solid var(--border);transition:opacity .25s}.feat-card:hover .feat-card-img{opacity:1}.feat-card-title{font-size:1.2rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.feat-card-desc{font-size:.85rem;font-weight:300;color:var(--muted);line-height:1.65;flex:1}.feat-card-actions{display:flex;align-items:center;gap:16px;margin-top:8px}.feat-card-live{font-size:.8rem;font-weight:500;color:var(--accent-2);letter-spacing:.02em;transition:opacity .2s}.feat-card-live:hover{opacity:.75}.feat-card-more{font-size:.8rem;color:var(--dim);letter-spacing:.02em;transition:color .2s}.feat-card-more:hover{color:var(--muted)}.more-projects{animation:fadeUp .7s .2s ease both}.project-list{display:flex;flex-direction:column}.proj-row{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:20px;padding:20px 0;border-top:1px solid var(--border);transition:background .2s}.proj-row:last-child{border-bottom:1px solid var(--border)}.proj-row:hover{--border: rgba(255,255,255,.12)}.proj-row-num{font-size:.75rem;font-variant-numeric:tabular-nums;font-weight:500;color:var(--dim);letter-spacing:.05em}.proj-row-body{display:flex;flex-direction:column;gap:6px}.proj-row-top{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.proj-row-name{font-size:.95rem;font-weight:500;color:var(--text);letter-spacing:-.01em}.proj-row-cat{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cat-color, var(--dim));opacity:.75;font-weight:400}.proj-row-desc{font-size:.82rem;font-weight:300;color:var(--muted);line-height:1.55}.proj-row-actions{display:flex;align-items:center;gap:16px;white-space:nowrap}.proj-row-link{font-size:.78rem;font-weight:500;color:var(--accent-2);letter-spacing:.02em;transition:opacity .2s}.proj-row-link:hover{opacity:.7}.proj-row-detail{font-size:.78rem;color:var(--dim);letter-spacing:.02em;transition:color .2s}.proj-row-detail:hover{color:var(--muted)}.footer{padding:28px 0;border-top:1px solid var(--border)}.footer-text{font-size:.75rem;color:var(--dim);letter-spacing:.04em;text-align:center}.back-link{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;color:var(--dim);letter-spacing:.02em;transition:color .2s;margin-bottom:-20px}.back-link:hover{color:var(--text)}.project-detail-main{gap:48px}.pd-header{display:flex;flex-direction:column;gap:16px;animation:fadeUp .6s ease both}.pd-title{font-size:clamp(2rem,6vw,3.6rem);font-weight:600;letter-spacing:-.04em;line-height:1.05;color:var(--text)}.pd-tagline{font-size:1.05rem;font-weight:300;color:var(--muted);max-width:560px;line-height:1.7}.pd-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:100px;font-size:.85rem;font-weight:500;color:var(--text);width:fit-content;transition:background .2s,border-color .2s;margin-top:4px}.pd-cta:hover{background:#ffffff1f;border-color:#ffffff40}.pd-hero-img-wrap{border-radius:16px;overflow:hidden;border:1px solid var(--border);animation:fadeUp .6s .1s ease both}.pd-hero-img{width:100%;display:block;max-height:520px;object-fit:cover}.pd-body{display:flex;flex-direction:column;gap:20px;animation:fadeUp .6s .15s ease both}.pd-body p{font-size:1rem;font-weight:300;color:var(--muted);line-height:1.8;max-width:680px}.pd-footer-cta{display:flex;padding-top:8px}.gallery{display:flex;flex-direction:column;gap:14px;animation:fadeUp .6s .2s ease both}.gallery-main{border-radius:14px;overflow:hidden;border:1px solid var(--border)}.gallery-main-img{width:100%;display:block;max-height:480px;object-fit:cover}.gallery-caption{font-size:.78rem;color:var(--dim);padding:10px 14px;letter-spacing:.02em;background:var(--surface)}.gallery-thumbs{display:flex;gap:10px;flex-wrap:wrap}.gallery-thumb{width:96px;height:64px;border-radius:8px;overflow:hidden;border:2px solid var(--border);cursor:pointer;background:none;padding:0;transition:border-color .2s,transform .15s;flex-shrink:0}.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.gallery-thumb:hover{border-color:#fff3}.gallery-thumb.active{border-color:#ffffff4d}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.site{padding:0 18px}.hero{min-height:92svh;padding:24px 0 20px}.hero-title-row{align-items:center}.hero-title{font-size:3.2rem}.feat-hero-content{padding:24px;min-height:300px}.feat-hero{min-height:300px}.featured-secondary-row{grid-template-columns:1fr}.proj-row{grid-template-columns:28px 1fr;gap:14px}.proj-row-actions{display:none}.proj-row-name{font-size:.9rem}.pd-title{font-size:2rem}.gallery-thumb{width:72px;height:48px}}
