@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--gold-primary: #FFD700;--gold-secondary: #FFC107;--gold-dark: #FFB300;--white-primary: #FFFFFF;--white-secondary: #F8F9FA;--gray-light: #F5F5F5;--gray-medium: #E0E0E0;--gray-dark: #424242;--black-soft: #121212;--shadow-soft: 0 8px 30px rgba(0, 0, 0, .08);--shadow-glow: 0 0 30px rgba(255, 215, 0, .15);--transition-smooth: all .4s cubic-bezier(.175, .885, .32, 1.275)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--white-primary);color:var(--black-soft);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--white-secondary)}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,var(--gold-primary),var(--gold-dark));border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,var(--gold-secondary),var(--gold-primary))}::selection{background:#ffd7004d;color:var(--black-soft)}*:focus{outline:2px solid var(--gold-primary);outline-offset:2px}.fade-in{animation:fadeIn .8s ease-out}.slide-up{animation:slideUp .6s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gold-gradient{background:linear-gradient(45deg,var(--gold-primary),var(--gold-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
