@charset "UTF-8";:root{--primary: #f1cd1e;--primary-rgb: 241, 205, 30;--bg-dark: #221f10;--bg-light: #f8f8f5;--surface: rgba(255, 255, 255, .05);--border: rgba(255, 255, 255, .1);--border-primary: rgba(241, 205, 30, .2);--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Inter,sans-serif;background:var(--bg-dark);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}::selection{background:#f1cd1e4d;color:#fff}.app-main{height:calc(100vh - 60px);overflow-y:auto;overflow-x:hidden}
