:root{--font-sans:"Georgia",serif;--font-serif:"Georgia",serif;--blue:#1a56db;--blue-light:#ebf0fd;--blue-dark:#1039a0;--text:#111110;--text-muted:#6b6b67;--text-faint:#9b9b97;--bg:#fafaf8;--bg-card:#fff;--border:rgba(0,0,0,.08);--border-strong:rgba(0,0,0,.14);--radius:12px;--radius-sm:8px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}ul{list-style:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .6s ease forwards;opacity:0}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}