:root{--max-width:1100px;--postWidth:950px;--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--fontCode:"Azeret Mono","SF Mono","Monaco","Inconsolata","Fira Code","Droid Sans Mono",monospace;--heroImageHeight:500px;--heroImageHeight-md:400px;--heroImageHeight-sm:350px;--heroImageOverflow:8rem;--font-size-header-footer:1.6rem;--font-size-header-footer-sm:1rem;--scrollBar:7.5px;--link-tooltip-color:#333;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:4rem;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1)}.light{--foreground:#000000;--background-start:#fef7ed;--background-end:#ffffff;--header-bg:linear-gradient(135deg,#fff7ed,#fef3c7);--header-bg-start:#fff7ed;--cv-button-bg:#f59e0b;--cv-button-bg-hover:#d97706;--primary-glow:conic-gradient(from 180deg at 50% 50%,#f59e0b33 0deg,#f97316b3 55deg,#ea580c33 120deg,#dc262633 160deg,transparent 360deg);--secondary-glow:radial-gradient(rgba(245,158,11,0.1),rgba(245,158,11,0));--box-shadow-color:rgba(0,0,0,0.1);--link:#0369a1;--link-hover-color:#0284c7;--item-filter:none;--tooltip-background-color:rgba(255,255,255,0.95);--header-tooltip-color:#333;--text-divider:#64748b;--home-figure:url(/assets/portrait_light.avif),linear-gradient(135deg,#fef3c7,#fed7aa);--gradient-primary:linear-gradient(135deg,#667eea,#764ba2);--gradient-secondary:linear-gradient(135deg,#f093fb,#f5576c);--gradient-accent:linear-gradient(135deg,#4facfe,#00f2fe)}.dark{--foreground:#ffffff;--background-start:#0f172a;--background-end:#1e293b;--header-bg:linear-gradient(135deg,#1e293b,#334155);--header-bg-start:#1e293b;--cv-button-bg:#3b82f6;--cv-button-bg-hover:#2563eb;--primary-glow:radial-gradient(rgba(59,130,246,0.4),rgba(59,130,246,0));--secondary-glow:linear-gradient(to bottom right,rgba(59,130,246,0),rgba(59,130,246,0),rgba(59,130,246,0.2));--box-shadow-color:rgba(0,0,0,0.3);--link:#60a5fa;--link-hover-color:#93c5fd;--item-filter:invert(0.9);--tooltip-background-color:rgba(30,41,59,0.95);--header-tooltip-color:#fff;--link-tooltip-color:#fff;--text-divider:#ef4444;--home-figure:url(/assets/portrait_dark.avif),linear-gradient(135deg,#1e293b,#374151);--gradient-primary:linear-gradient(135deg,#667eea,#764ba2);--gradient-secondary:linear-gradient(135deg,#a8edea,#fed6e3);--gradient-accent:linear-gradient(135deg,#667eea,#764ba2)}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-smooth:always;text-rendering:optimizeLegibility}body{color:var(--foreground);background:linear-gradient(135deg,var(--background-start) 0,var(--background-end) 100%);position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:var(--primary-glow);opacity:.1;z-index:-2;pointer-events:none}a{color:var(--link);text-decoration:none;transition:all .3s ease}a:hover{color:var(--link-hover-color)}h1,h2,h3,h4,h5,h6{font-weight:600;margin:0;line-height:1.2}p{line-height:1.6}::-webkit-scrollbar{width:var(--scrollBar)}::-webkit-scrollbar-track{background:var(--background-start)}::-webkit-scrollbar-thumb{background:var(--link);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--link-hover-color)}::selection{background:var(--link);color:var(--background-start)}::-moz-selection{background:var(--link);color:var(--background-start)}:focus{outline:2px solid var(--link);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0s!important;scroll-behavior:auto!important;transform:none!important}.skip-link:focus{transition-duration:.15s!important}}@media(prefers-color-scheme:dark){html{color-scheme:dark}}button{background:none;border:none;font:inherit;cursor:pointer;outline:inherit}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.glass{background:var(--tooltip-background-color);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1)}