*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--orange:#ff6b35;--pink:#fc2779;--grad:linear-gradient(135deg,#ff6b35,#fc2779);--text:#1a1a2e;--muted:#6b7280;--bg:#fff8f5;--card:#fff;--border:#fde8df;--green:#10b981;--red:#ef4444;--shadow:0 2px 12px rgba(252,39,121,.08);--shadow-md:0 6px 24px rgba(252,39,121,.14);--radius:16px}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#fbbfa0;border-radius:10px}