@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,700;0,900;1,700&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#0c0a08;--bg2:#111009;--surface:#1a1714;--surface2:#221f1b;--surface3:#2a2620;--border:rgba(255,248,235,.07);--border2:rgba(255,248,235,.12);--text:#f5efe0;--text2:#b8a99a;--text3:#6b5e52;--gold:#e8a020;--gold-light:#f5c060;--gold-dark:#c07818;--gold-dim:rgba(232,160,32,.1);--gold-glow:rgba(232,160,32,.2);--cream:#f5efe0;--warm:#2a1f14}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:rgba(232,160,32,.25);color:#fff}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(232,160,32,.2);border-radius:99px}.text-cream-gradient{background:linear-gradient(135deg,#f5efe0,#e8a020 50%,#f5efe0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gold-gradient{background:linear-gradient(135deg,#e8a020,#f5c060,#c07818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass{background:rgba(26,23,20,.85);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,248,235,.07)}.noise{position:relative}.noise:before{content:"";position:fixed;inset:0;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-12px) rotate(.5deg)}66%{transform:translateY(-6px) rotate(-.5deg)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes breathe{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-16px)}to{opacity:1;transform:translateX(0)}}.animate-fade-up{animation:fadeUp .7s cubic-bezier(.22,1,.36,1) forwards}.animate-fade-in{animation:fadeIn .5s ease forwards}.animate-float{animation:float 7s ease-in-out infinite}.animate-breathe{animation:breathe 4s ease-in-out infinite}.animate-slide-in{animation:slideIn .5s cubic-bezier(.22,1,.36,1) forwards}