@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--bg: #0a0a0a;--bg2: #111111;--bg3: #181818;--card: #151515;--border: #2a2a2a;--gold: #c9a84c;--gold2: #e6c97a;--gold-dim: rgba(201,168,76,.12);--gold-border: rgba(201,168,76,.3);--text: #f0ece4;--muted: #7a7570;--danger: #e05252;--success: #4caf7d;--radius: 12px;--radius-sm: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3{font-family:Playfair Display,serif;font-weight:700}a{color:inherit;text-decoration:none}img,svg{display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.fade-up{animation:fadeUp .6s ease both}.fade-in{animation:fadeIn .4s ease both}.gold-line{display:inline-block;width:36px;height:2px;background:var(--gold);border-radius:1px}
