:root{--accent: #10B981;--accent2: #00E599;--glow: rgba(16,185,129,.32);--bg: #0D0F12;--surface: #1A1D24;--surface2: #15181e;--text: #F5F7FA;--muted: #9CA3AF;--text-soft: #c3c8d0;--border: rgba(255,255,255,.08);--border-strong: rgba(255,255,255,.14);--fill: rgba(255,255,255,.05);--fill-strong: rgba(255,255,255,.06);--nav-bg: rgba(13,15,18,.72);--accent-text: #5cf0c0;--bad: #ff8f8f;--bad-icon: #ff6b6b}:root[data-theme=light]{--bg: #F5F7FA;--surface: #FFFFFF;--surface2: #FFFFFF;--text: #0D0F12;--muted: #5b6472;--text-soft: #3d4654;--border: rgba(0,0,0,.1);--border-strong: rgba(0,0,0,.16);--fill: rgba(0,0,0,.035);--fill-strong: rgba(0,0,0,.055);--nav-bg: rgba(247,248,250,.82);--accent-text: #0a7f5c;--bad: #d93a3a;--bad-icon: #e5484d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);transition:background .3s ease}a{color:#00e599;text-decoration:none}a:hover{color:var(--accent-text)}::selection{background:#10b9814d}@keyframes rise{0%{opacity:0;transform:translateY(34px)}to{opacity:1;transform:none}}@keyframes dotpulse{0%,to{box-shadow:0 0 #10b9818c}70%{box-shadow:0 0 0 8px #10b98100}}@keyframes floaty{0%,to{transform:translate(0)}50%{transform:translate(20px,-24px)}}.rev{animation:rise .8s cubic-bezier(.22,1,.36,1) both}@supports (animation-timeline: view()){.rev{animation-timeline:view();animation-range:entry 0% cover 22%}}@supports not (animation-timeline: view()){.rev{animation-play-state:paused}.rev.is-visible{animation-play-state:running}}@media(prefers-reduced-motion:reduce){.rev{animation:none;opacity:1;transform:none}html{scroll-behavior:auto}.dot,.blob,.blob-slow{animation:none!important}}input::placeholder,textarea::placeholder{color:var(--muted)}input:focus,textarea:focus,select:focus{border-color:var(--accent2)!important}.dot{animation:dotpulse 2.4s infinite}.blob{animation:floaty 14s ease-in-out infinite}.blob-slow{animation:floaty 18s ease-in-out infinite reverse}.theme-icon-moon{display:none}:root[data-theme=light] .theme-icon-sun{display:none}:root[data-theme=light] .theme-icon-moon{display:inline}@media(max-width:860px){.split-about,.split-res,.stats-grid{grid-template-columns:1fr!important}.nav-links{display:none!important}}
