@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Source+Serif+4:wght@400;500&display=swap";:root{--bg: #fbfbf9;--ink: #111111;--muted: #555;--orange: #f59e0b}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--ink);font-family:"Source Serif 4",serif;-webkit-font-smoothing:antialiased}h1,h2{font-family:DM Sans,sans-serif;letter-spacing:-.025em}p{font-size:1.05rem;line-height:1.7;color:var(--muted)}.container{max-width:720px;margin:0 auto;padding:0 20px}.glass{position:relative;background:#ffffffb8;backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);border-radius:inherit;overflow:hidden;box-shadow:0 18px 40px #00000014,0 2px 6px #0000000a;border:1px solid rgba(255,255,255,.6)}.glass:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,#ffffffe6,#fff3);opacity:.35;pointer-events:none}.glass:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,transparent 40%,rgba(245,158,11,.08),transparent 60%);opacity:.25;pointer-events:none}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}
