:root,:root[data-theme="dark"]{--bg: #0d1117;--text: #c9d1d9;--heading: #e6edf3;--muted: #8b949e;--accent: #58a6ff;--border: #30363d;--border-subtle: #21262d;--card-bg: #161b22;--card-bg-alt: #0f141a;--footer: #484f58}:root[data-theme="light"]{--bg: #ffffff;--text: #1f2328;--heading: #1f2328;--muted: #656d76;--accent: #0969da;--border: #d0d7de;--border-subtle: #eaeef2;--card-bg: #f6f8fa;--card-bg-alt: #ffffff;--footer: #8c959f}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:3rem 1rem 5rem}.hero{display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:2.5rem}.avatar{width:150px;height:150px;border-radius:50%;border:4px solid var(--border);object-fit:cover}.hero-logo{width:120px;height:120px;object-fit:contain}h1{font-size:2.2rem;font-weight:700;color:var(--heading);letter-spacing:-0.5px}.tagline{font-size:1rem;color:var(--muted);text-align:center;max-width:560px;line-height:1.6}.tagline a{color:var(--accent)}.back-link{margin-bottom:2rem;width:100%;max-width:1000px}.back-link a{color:var(--accent);text-decoration:none;font-size:0.9rem}.back-link a:hover{text-decoration:underline}footer{margin-top:4rem;font-size:0.8rem;color:var(--footer)}footer a{color:var(--footer);text-decoration:none}footer a:hover{color:var(--muted)}.icon{width:18px;height:18px;fill:currentColor;flex-shrink:0}.social-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-bottom:3.5rem}.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.55rem 1.25rem;border-radius:8px;font-size:0.9rem;font-weight:600;text-decoration:none;transition:background 0.2s, border-color 0.2s, transform 0.15s}.btn:hover{transform:translateY(-2px)}.btn-github{background:#24292f;border:1px solid #24292f;color:#fff}.btn-github:hover{background:#1b1f24;border-color:#1b1f24}.btn-linkedin{background:#0a66c2;border:1px solid #0a66c2;color:#fff}.btn-linkedin:hover{background:#0958a5;border-color:#0958a5}.btn-photography{background:#4CAF50;border:1px solid #4CAF50;color:#fff}.btn-photography:hover{background:#3d8b40;border-color:#3d8b40}.btn-discord{background:#5865F2;border:1px solid #5865F2;color:#fff}.btn-discord:hover{background:#4752c4;border-color:#4752c4}.section-title{font-size:1.3rem;font-weight:700;color:var(--heading);margin-bottom:1.25rem;width:100%;max-width:1000px}.section-intro,.section-desc{max-width:1000px;width:100%;margin-bottom:1.25rem;color:var(--muted);font-size:0.95rem;line-height:1.6}.section-title+.section-title,.projects-grid+.section-title{margin-top:2.5rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:1rem;width:100%;max-width:1000px}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.25rem 1rem;display:flex;flex-direction:column;gap:0.5rem;text-decoration:none;color:inherit;transition:border-color 0.2s, transform 0.15s, box-shadow 0.2s}.card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 6px 24px rgba(88,166,255,0.12)}.card-icon{font-size:1.6rem;line-height:1}.card-icon img{width:2rem;height:2rem;object-fit:contain}.card-icon--chip{display:inline-flex;align-self:flex-start;padding:0.35rem;border-radius:10px;background:var(--chip, #2d333b)}.card-title{font-size:1rem;font-weight:700;color:var(--accent)}.card-desc{font-size:0.85rem;color:var(--muted);line-height:1.5;flex:1}.card-badge{font-size:0.8rem}.card-arrow{font-size:0.8rem;color:var(--accent);align-self:flex-end}.doc{width:100%;max-width:820px;text-align:left;line-height:1.65;color:var(--text)}.doc h1{font-size:2rem;margin-bottom:1rem}.doc h2{font-size:1.45rem;color:var(--heading);margin:2.25rem 0 0.9rem;padding-bottom:0.35rem;border-bottom:1px solid var(--border-subtle)}.doc h3{font-size:1.15rem;color:var(--heading);margin:1.75rem 0 0.75rem}.doc p{margin-bottom:1rem}.doc a{color:var(--accent);text-decoration:none}.doc a:hover{text-decoration:underline}.doc ul,.doc ol{margin:0 0 1rem 1.5rem}.doc li{margin-bottom:0.4rem}.doc strong{color:var(--heading)}.doc code{background:var(--card-bg);border:1px solid var(--border);border-radius:6px;padding:0.12rem 0.4rem;font-size:0.85em;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace}.doc pre{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;padding:1rem 1.15rem;overflow-x:auto;margin-bottom:1.25rem}.doc pre code{background:none;border:0;padding:0;font-size:0.82rem}.doc table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:0.9rem}.doc th,.doc td{border:1px solid var(--border);padding:0.55rem 0.75rem;text-align:left;vertical-align:top}.doc th{background:var(--card-bg);color:var(--heading);font-weight:700}.doc tr:nth-child(even) td{background:var(--card-bg-alt)}.doc blockquote{border-left:3px solid var(--border);padding:0.25rem 0 0.25rem 1rem;margin:0 0 1rem;color:var(--muted)}.doc hr{border:0;border-top:1px solid var(--border-subtle);margin:2rem 0}.doc pre.mermaid{background:none;border:0;text-align:center}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:56px;display:flex;align-items:center;gap:1rem;padding:0 1.25rem;background:color-mix(in srgb, var(--bg) 88%, transparent);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-subtle)}body.has-header{padding-top:4.5rem}.site-logo{display:inline-flex;width:34px;height:34px;border-radius:8px;border:1px solid var(--border);flex-shrink:0;overflow:hidden;transition:border-color 0.2s}.site-logo img{width:100%;height:100%;object-fit:cover;display:block}.site-logo:hover{border-color:var(--accent)}.site-brand{display:inline-flex;align-items:center;height:36px;flex-shrink:0;text-decoration:none}.site-brand img{height:100%;width:auto;max-width:160px;object-fit:contain;display:block}.site-header-right{margin-left:auto;display:flex;align-items:center;gap:0.6rem;flex-shrink:0}.site-nav{display:flex;align-items:center;gap:1.25rem;flex:1;overflow-x:auto}.site-nav a{color:var(--muted);text-decoration:none;font-size:0.9rem;white-space:nowrap;transition:color 0.2s}.site-nav a:hover{color:var(--heading)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:var(--card-bg);color:var(--text);cursor:pointer;flex-shrink:0;transition:border-color 0.2s, color 0.2s}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.theme-toggle .icon{width:18px;height:18px}:root[data-theme="light"] .theme-toggle .icon-moon,:root[data-theme="dark"] .theme-toggle .icon-sun{display:none}.theme-toggle-float{position:fixed;top:1rem;right:1rem;z-index:100}.theme-toggle-float .theme-toggle{margin-left:0}.doc pre.has-copy{position:relative}.doc pre .copy-btn{position:absolute;top:0.5rem;right:0.5rem;padding:0.2rem 0.55rem;font-size:0.72rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--muted);background:var(--card-bg-alt);border:1px solid var(--border);border-radius:6px;cursor:pointer;opacity:0;transition:opacity 0.15s, color 0.2s, border-color 0.2s}.doc pre.has-copy:hover .copy-btn,.doc pre .copy-btn:focus{opacity:1}.doc pre .copy-btn:hover{color:var(--accent);border-color:var(--accent)}html{scroll-behavior:smooth}body.has-header .doc h1,body.has-header .doc h2,body.has-header .doc h3{scroll-margin-top:72px}
