@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg: #060812;--surface: #0b0f1e;--card: #111628;--border: #1a2340;--gold: #c8973e;--gold-li: #e8b85a;--warm: #cf6a42;--text: #e2ddd5;--text-mu: #5e6e8a;--text-di: #2e3d5e;--green: #4ec97a;--red: #e05e5e;--blue: #5997f0;--purple: #8f72e0;--cyan: #40bfce}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--bg);color:var(--text);font-family:Outfit,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased;overflow:hidden}input,textarea,select,button{font-family:Outfit,sans-serif;outline:none}button{cursor:pointer}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}.anim{animation:fadeIn .3s ease forwards}.anim2{animation:slideIn .25s ease forwards}@media (max-width: 600px){.hide-sm{display:none!important}}@media (min-width: 601px){.show-sm{display:none!important}}details summary{cursor:pointer;list-style:none}details summary::-webkit-details-marker{display:none}
