@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap");:root{--morning-birch:#fdd4b9;--alpine-clay:#c4a484;--sky-blue:#dff3f5;--darker-sky-blue:#91ccd4;--sky-blue-lighter:#eef9fb;--evergreen-shadow:#6d7969;--light-black:#333;--radius-sm:10px;--radius-md:15px;--radius-lg:30px;--radius-pill:999px;--transition:0.2s ease;--lift-sm:-5px;--lift-md:-10px;--shadow-sm:0 2px 8px rgba(0,0,0,0.08);--shadow-md:0 6px 20px rgba(0,0,0,0.12);--surface-card:#fff;--surface-translucent:rgba(255,255,255,0.1);--surface-panel:rgba(255,255,255,0.7);--chip-bg:var(--alpine-clay);--chip-fg:#fff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Source Code Pro,monospace;line-height:1.6;color:#333}h1{color:var(--sky-blue);margin:0}h1,h2{font-size:3rem}h2{text-align:center;margin-bottom:2rem}h2,h3{color:var(--light-black)}h3{font-size:1.8rem;margin-bottom:.5rem}p{color:var(--light-black);font-size:1.1rem;margin-bottom:1rem}@media (max-width:768px){h1,h2{font-size:2rem}h2{margin-bottom:1.5rem}h3{font-size:1.2rem}p{font-size:.95rem}}