@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #004337;--on-primary: #ffffff;--primary-container: #0d5c4d;--on-primary-container: #8dd2bf;--primary-fixed: #aaf0dc;--primary-fixed-dim: #8fd4c1;--on-primary-fixed: #00201a;--on-primary-fixed-variant: #005143;--secondary: #4b41e1;--on-secondary: #ffffff;--secondary-container: #645efb;--on-secondary-container: #fffbff;--tertiary: #602b1e;--on-tertiary: #ffffff;--tertiary-container: #7c4133;--on-tertiary-container: #ffb2a0;--gold: #B28C09;--gold-container: #F59E0B;--surface: #f8faf7;--surface-dim: #d8dbd8;--surface-bright: #f8faf7;--surface-container-lowest: #ffffff;--surface-container-low: #f2f4f1;--surface-container: #eceeec;--surface-container-high: #e6e9e6;--surface-container-highest: #e0e3e0;--on-surface: #191c1b;--on-surface-variant: #3f4945;--inverse-surface: #2d3130;--inverse-on-surface: #eff1ef;--outline: #6f7975;--outline-variant: #bfc9c4;--background: #f8faf7;--on-background: #191c1b;--font-display: "Plus Jakarta Sans", sans-serif;--font-body: "Inter", sans-serif}html.dark{--background: #0b1513;--on-background: #e2ece9;--surface: #10211d;--surface-dim: #0c1a17;--surface-bright: #18312b;--surface-container-lowest: #0d1b18;--surface-container-low: #132723;--surface-container: #18302b;--surface-container-high: #1e3b35;--surface-container-highest: #264942;--on-surface: #e2ece9;--on-surface-variant: #9fb5af;--inverse-surface: #e2ece9;--inverse-on-surface: #10211d;--outline: #47625b;--outline-variant: #283e38;--primary-fixed: #aaf0dc;--primary-fixed-dim: #8fd4c1}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--background);color:var(--on-background);min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--outline-variant);border-radius:9999px}html.dark ::-webkit-scrollbar-thumb{background:var(--outline)}.font-display{font-family:var(--font-display)}.font-body{font-family:var(--font-body)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .5s ease-out forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.btn-glow{box-shadow:0 0 15px #aaf0dc4d;transition:all .3s ease}.btn-glow:hover{box-shadow:0 0 25px #aaf0dc99;transform:translateY(-2px)}.brand-indicator-holding{border-left:4px solid var(--primary)}.brand-indicator-rakkita{border-left:4px solid #008080}.brand-indicator-kelaskita{border-left:4px solid #B28C09}.brand-indicator-penakita{border-left:4px solid #4b41e1}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;display:inline-block;vertical-align:middle;line-height:1}.material-symbols-outlined.fill-1{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}
