:root{--accent: #6366f1;--bg: #0b0b0f;--surface: #14141a;--surface-hover: #1b1b24;--border: #23232d;--text: #ededf2;--text-muted: #9b9baa;--text-dim: #6e6e7a;--badge-bg: #1f1f2a;--badge-text: #c7c7d4;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .25)}[data-theme=light]{--bg: #fafaf9;--surface: #ffffff;--surface-hover: #f5f5f4;--border: #e7e5e4;--text: #1c1917;--text-muted: #57534e;--text-dim: #a8a29e;--badge-bg: #f5f5f4;--badge-text: #44403c;--shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 24px rgba(0, 0, 0, .06)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}.page{max-width:640px;margin:0 auto;padding:72px 24px 96px}.hero{text-align:center;margin-bottom:56px}.avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:2px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.name{font-size:28px;font-weight:700;margin:20px 0 4px;letter-spacing:-.01em}.location{color:var(--text-muted);font-size:14px;margin:0 0 16px}.bio{color:var(--text-muted);margin:0 auto 24px;max-width:480px}.socials{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.socials a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);transition:color .12s ease,background .12s ease,border-color .12s ease,transform .12s ease}.socials a:hover{color:var(--text);background:var(--surface-hover);border-color:var(--text-dim);transform:translateY(-1px)}.section-title{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin:0 0 14px;padding:0 4px}.project-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.project{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:14px;background:var(--surface);border:1px solid var(--border);transition:background .12s ease,border-color .12s ease,transform .12s ease}.project:hover{background:var(--surface-hover);border-color:var(--text-dim);transform:translateY(-1px)}.project-logo{width:44px;height:44px;border-radius:10px;background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;overflow:hidden}.project-logo img{width:100%;height:100%;object-fit:cover}.project-body{flex:1;min-width:0}.project-title{display:flex;align-items:center;gap:8px;font-weight:600;font-size:15px;color:var(--text);margin:0 0 2px}.project-tagline{color:var(--text-muted);font-size:14px;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.badge{display:inline-flex;align-items:center;font-size:11px;font-weight:500;padding:2px 8px;border-radius:999px;background:var(--badge-bg);color:var(--badge-text);border:1px solid var(--border)}.project-arrow{color:var(--text-dim);flex-shrink:0;transition:color .12s ease,transform .12s ease}.project:hover .project-arrow{color:var(--text);transform:translate(2px)}.section+.section{margin-top:32px}.service-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service{display:block;padding:14px;border-radius:14px;background:var(--surface);border:1px solid var(--border);height:100%}.service-icon{width:36px;height:36px;border-radius:10px;background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:18px;overflow:hidden;margin-bottom:10px}.service-icon img{width:100%;height:100%;object-fit:cover}.service-name{font-weight:600;font-size:14px;color:var(--text);margin-bottom:2px;line-height:1.3}.service-tagline{color:var(--text-muted);font-size:13px;line-height:1.4}@media(min-width:640px){.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.badge{text-transform:none}.badge[data-variant=live]{color:#10b981;background:#10b98114;border-color:#10b98140}.badge[data-variant=wip]{color:#f59e0b;background:#f59e0b14;border-color:#f59e0b40}.badge[data-variant=ongoing]{color:#6366f1;background:#6366f114;border-color:#6366f140}.footer{margin-top:56px;text-align:center;font-size:12px;color:var(--text-dim)}.theme-toggle{position:fixed;top:16px;right:16px;width:38px;height:38px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .12s ease,background .12s ease,border-color .12s ease}.theme-toggle:hover{color:var(--text);background:var(--surface-hover);border-color:var(--text-dim)}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon,[data-theme=light] .theme-toggle .icon-sun{display:inline-block}[data-theme=light] .theme-toggle .icon-moon{display:none}@media(max-width:520px){.page{padding:56px 16px 72px}.name{font-size:24px}.project-logo{width:40px;height:40px;font-size:20px}}
