@charset "UTF-8";.main-header{display:flex;align-items:center;justify-content:space-between;background:var(--bg)!important;border-bottom:1px solid var(--muted);height:64px;position:sticky;top:0;z-index:100}.logo{display:flex;align-items:center;cursor:pointer}.logo img{width:90px;height:90px;margin-right:8px;object-fit:contain}.desktop-menu{display:flex;align-items:center;gap:20px}.desktop-menu .desktop-item{display:flex;align-items:center;gap:6px;color:var(--text)}.desktop-menu .active{color:#1e90ff;border-bottom:2px solid dodgerblue}.menu-btn{color:var(--text);display:none}footer{padding:24px!important}.mobile-footer{display:none}@media (max-width: 768px){.desktop-menu,.main-header{display:none}.menu-btn{display:block}.drawer{background:var(--bg)!important;color:var(--text)}.mobile-footer{display:flex;justify-content:space-around;align-items:center;color:var(--text);background:var(--bg)!important;position:fixed;bottom:0;width:100%;height:60px;border-top:1px solid #eee;z-index:100}.mobile-footer .footer-item{display:flex;flex-direction:column;align-items:center;padding:12px;width:100%;font-size:12px;color:var(--text)}.mobile-footer .footer-item svg{font-size:20px}.mobile-footer .active{color:#1e90ff;border-top:2px solid dodgerblue}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#f0f0f0}:root{--bg: #ffffff;--card: #f8fafc;--text: #0f172a;--muted: #6b7280;--accent: #0ea5e9;--accent-600: #0284c7;--border: #e6eef6;--glass: rgba(15,23,42,.04);--shadow: 0 6px 20px rgba(2,6,23,.06);--home-card: orange;--home-card-hover: gold;--btn-color: #ffffff}*{box-sizing:border-box;scrollbar-width:none}html,body,#root{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:color .25s ease}[data-theme=dark]{--bg: #001529;--card: #0f1724;--text: #e6eef6;--muted: #9aa4b2;--accent: #f97316;--accent-600: #ef5721;--border: rgba(255,255,255,.04);--glass: rgba(255,255,255,.02);--shadow: 0 6px 24px rgba(2,6,23,.6)}.container{max-width:1440px;margin:0 auto;background-color:transparent}select,button{font-size:16px}.btn{background-color:red;color:#fff;border:none}.auth_form{width:420px;padding:20px;border-radius:20px;background-color:#fff}.auth_box{position:relative;width:100%;height:100dvh;overflow:hidden;background:radial-gradient(circle at top,#001a33,#000);display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}[data-theme=light] .home .auth_box{background:radial-gradient(circle at top,#5f5f61,#6e6969)}.floating-text{color:#ffffffd9;font-weight:600;-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;pointer-events:auto;text-shadow:0 0 12px rgba(255,255,255,.3)}.floating-text.removed{pointer-events:none}.center-content{position:relative;z-index:10;text-align:center;color:#fff}.skeleton-input{width:100%!important}.center-content h1{font-size:3rem;margin-bottom:.5rem}.center-content p{opacity:.8}.removed{pointer-events:none}@media (max-width: 460px){.auth_form{width:300px}}.auth_form a{color:#1677ff;text-decoration:none;cursor:pointer;font-weight:500;transition:color .2s ease}.auth_form a:hover{color:#0958d9;text-decoration:underline}[data-theme=dark] .auth_form a{color:#40a9ff}[data-theme=dark] .auth_form a:hover{color:#69b1ff}
