@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #00ae70;--accent-dim: rgba(0, 174, 112, .08);--accent-border: rgba(0, 174, 112, .2);--bg: #0d0e10;--bg-light: #f4f4f4;--surface: #151618;--surface-2: #1a1b1e;--border: rgba(255, 255, 255, .08);--border-light: rgba(0, 0, 0, .08);--text: #ffffff;--text-secondary: rgba(255, 255, 255, .6);--text-tertiary: rgba(255, 255, 255, .35);--red: #ff4757;--yellow: #f5a623;--blue: #4a9eff;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "DM Mono", ui-monospace, monospace;--radius: 16px;--radius-lg: 24px;--radius-full: 999px;--btn-bg: #ffffff;--btn-text: #000000;--btn-hover: #e8e8e8;--terminal-bg: #0a0a0a;--terminal-border: rgba(255, 255, 255, .06);--terminal-text: rgba(255, 255, 255, .5);--terminal-text-dim: rgba(255, 255, 255, .25)}:root[data-theme=light]{--bg: #ffffff;--bg-light: #f4f4f4;--surface: #f0f0f0;--surface-2: #e8e8e8;--border: rgba(0, 0, 0, .08);--text: #0d0e10;--text-secondary: rgba(0, 0, 0, .55);--text-tertiary: rgba(0, 0, 0, .3);--btn-bg: #0d0e10;--btn-text: #ffffff;--btn-hover: #1a1b1e}html{background:var(--bg);color:var(--text);font-family:var(--font-sans);scroll-behavior:smooth;transition:background .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;overflow-x:hidden}::selection{background:#00ae7033}a{text-decoration:none;color:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes typewriter{0%{width:0}to{width:100%}}
