*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #E85D04;--primary-dark: #C04A00;--primary-light: #FFF0E5;--accent: #D4A017;--accent-light: #FDF6DC;--accent2: #9B2335;--header-bg: #1A0505;--background: #FFF8F2;--surface: #FFFFFF;--surface-glass: rgba(255,255,255,.72);--surface-dark-glass: rgba(26,5,5,.55);--border: #F0E4D7;--border-subtle: #FAF0E8;--border-gold: rgba(212,160,23,.3);--text-primary: #1A0505;--text-secondary: #5C2E00;--text-muted: #A07050;--success: #2E7D32;--success-light: #E8F5E9;--error: #C62828;--error-light: #FFEBEE;--warning: #E65100;--warning-light: #FFF3E0;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(100,40,0,.06);--shadow-sm: 0 2px 6px rgba(100,40,0,.08);--shadow-md: 0 4px 16px rgba(100,40,0,.1);--shadow-lg: 0 10px 36px rgba(100,40,0,.14);--shadow-xl: 0 20px 60px rgba(100,40,0,.18);--shadow-primary: 0 6px 24px rgba(232,93,4,.32);--shadow-gold: 0 4px 20px rgba(212,160,23,.25);--blur-sm: blur(8px);--blur-md: blur(16px);--blur-lg: blur(24px)}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;background-color:var(--background);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}img{max-width:100%;display:block}.container{max-width:1240px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.container{padding:0 16px}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes wordReveal{0%{opacity:0;transform:translateY(28px) scale(.96);filter:blur(4px)}60%{filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes heroShimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes heroGlow{0%,to{filter:drop-shadow(0 0 6px rgba(245,200,66,.55))}50%{filter:drop-shadow(0 0 22px rgba(245,200,66,1)) drop-shadow(0 0 40px rgba(232,93,4,.55))}}@keyframes twinkleA{0%,to{opacity:.15;transform:scale(.55) rotate(-15deg)}50%{opacity:1;transform:scale(1.2) rotate(12deg)}}@keyframes twinkleB{0%,to{opacity:1;transform:scale(1.1) rotate(8deg)}50%{opacity:.1;transform:scale(.5) rotate(-20deg)}}@keyframes twinkleC{0%,34%{opacity:0;transform:scale(.4) rotate(0)}67%{opacity:1;transform:scale(1.3) rotate(25deg)}to{opacity:0;transform:scale(.4) rotate(0)}}@keyframes badgePulse{0%,to{box-shadow:0 0 #d4a01738}50%{box-shadow:0 0 0 6px #d4a01700}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--primary-light);color:var(--primary-dark)}
