:root{--firebase-yellow:#ffc400;--firebase-orange:#ff9100;--firebase-red:#dd2c00;--background-dark:#121212;--surface-dark:#1e1e1e;--text-primary:#fff;--text-secondary:#b0b0b0;--border-color:#333}body{background-color:var(--background-dark);color:var(--text-primary);box-sizing:border-box;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}a{color:inherit;text-decoration:none}input,button,select{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-dark)}::-webkit-scrollbar-thumb{background:var(--surface-dark);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#333}@media (max-width:768px){.mobile-flex-col{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.mobile-w-full{width:100%!important}.mobile-header-user{gap:.5rem!important;width:auto!important;margin-top:0!important}.mobile-padding{padding:1rem!important}.mobile-title{font-size:1.25rem!important}.mobile-hide-text{display:none!important}.mobile-logout-btn{padding:.5rem!important}}
