:root{--color-bg: #0d1225;--color-surface: #000000;--color-border: #263352;--color-border-2: #2a3d60;--color-accent: #3b82f6;--color-accent-dim: rgba(59, 130, 246, .12);--color-accent-glow: rgba(59, 130, 246, .35);--color-text: #f8fafc;--color-text-muted: #94a3b8;--color-text-dim: #64748b;--color-linkedin: #0077b5;--color-danger: #ef4444;--color-success: #10b981;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", "Consolas", monospace;--radius-sm: .375rem;--radius-md: .625rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--ease-spring: cubic-bezier(.16, 1, .3, 1);--ease-out: cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;position:relative;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}body:before{content:"";position:fixed;inset:0;background-image:radial-gradient(circle,rgba(59,130,246,.18) 1px,transparent 1px);background-size:30px 30px;pointer-events:none;z-index:0;animation:grid-drift 24s linear infinite;transition:background-image .3s ease}body:after{content:"";position:fixed;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.022) 2px,rgba(0,0,0,.022) 4px);pointer-events:none;z-index:1;transition:opacity .3s ease}body.light-mode{--color-bg: #d4dff0;--color-surface: #f0f5ff;--color-border: #b8cce0;--color-border-2: #a0b8d4;--color-accent: #2563eb;--color-accent-dim: rgba(37, 99, 235, .1);--color-accent-glow: rgba(37, 99, 235, .25);--color-text: #0f172a;--color-text-muted: #334155;--color-text-dim: #64748b;background-color:#d4dff0;color:#0f172a}body.light-mode:before{background-image:radial-gradient(circle,rgba(37,99,235,.22) 1px,transparent 1px)}body.light-mode:after{opacity:0}body.light-mode .centered-header h1{background:linear-gradient(135deg,#1e3a8a,#1d4ed8 55%,#3b82f6)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important}body.light-mode .about-section{background:#f0f5ff!important}body.light-mode .about-bio-lead,body.light-mode .about-bio-inner p{color:#0f172a!important}body.light-mode .github-btn,body.light-mode .email-btn,body.light-mode .theme-btn{color:#1e293b!important}body:not(.light-mode) .project-tile{box-shadow:0 2px 16px #000000b3}body.light-mode .project-tile{box-shadow:0 2px 12px #0000001f,0 0 0 1px #2563eb12!important}body.light-mode .project-tile:hover{box-shadow:0 16px 40px -8px #0003,0 0 0 1px #2563eb2e!important}body.light-mode .search-box input{background:#f0f5ff!important}body.light-mode .search-box input:focus{background:#fff!important}@keyframes grid-drift{0%{background-position:0 0}to{background-position:30px 30px}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}.container{max-width:1200px;margin:0 auto;padding:40px 20px;position:relative;z-index:2}a,.btn{color:var(--color-accent);text-decoration:none;transition:color .2s}
