*,*:before,*:after{transition:background-color .4s ease,color .3s ease,border-color .3s ease}:root,[data-theme=light]{--bg-app: #F0F4F8;--bg-card: #FFFFFF;--bg-card-hover: #F7FAFC;--bg-input: #F4F8FC;--bg-nav: #FFFFFF;--bg-nav-active: rgba(12, 68, 124, .07);--border-color: rgba(12, 68, 124, .12);--text-primary: #0C1929;--text-secondary: #185FA5;--text-muted: #6A96BC;--text-nav: #4A7A9A;--text-nav-active: #0C447C;--shadow-card: 0 1px 8px rgba(12, 68, 124, .07);--btn-primary: #0C447C;--btn-primary-text: #FFFFFF;--green: #0F6E56;--green-bg: #E1F5EE;--blue: #185FA5;--blue-bg: #E6F1FB;--red: #A32D2D;--red-bg: #FCEBEB;--amber: #854F0B;--amber-bg: #FAEEDA}[data-theme=dark]{--bg-app: #060d16 !important;--bg-card: #0d1b2a !important;--bg-card-hover: #111f2e !important;--bg-input: #091422 !important;--bg-nav: #080f1a !important;--bg-nav-active: rgba(24, 95, 165, .15) !important;--border-color: rgba(107, 150, 188, .12) !important;--text-primary: #D8E8F4 !important;--text-secondary: #7AAED4 !important;--text-muted: #3A5A7A !important;--text-nav: #5A8AAA !important;--text-nav-active: #C8DCF0 !important;--shadow-card: 0 1px 12px rgba(0, 0, 0, .4) !important;--btn-primary: #185FA5 !important;--btn-primary-text: #D8E8F4 !important;--green: #1D9E75 !important;--green-bg: rgba(29, 158, 117, .15) !important;--blue: #378ADD !important;--blue-bg: rgba(55, 138, 221, .15) !important;--red: #E24B4A !important;--red-bg: rgba(226, 75, 74, .15) !important;--amber: #EF9F27 !important;--amber-bg: rgba(239, 159, 39, .15) !important}html,body{background:var(--bg-app)!important;color:var(--text-primary)!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}[data-theme=dark] div[style*="background: '#fff'"],[data-theme=dark] div[style*='background: "#fff"'],[data-theme=dark] div[style*="background: rgb(255, 255, 255)"],[data-theme=dark] div[style*="background: '#fafaf8'"],[data-theme=dark] div[style*="background: '#f8f7f4'"],[data-theme=dark] div[style*="background: '#f8f8f8'"],[data-theme=dark] div[style*="background: '#fafafa'"],[data-theme=dark] div[style*="background: '#f0f0f0'"]{background:var(--bg-card)!important}[data-theme=dark] div[style*="color: '#333'"],[data-theme=dark] div[style*="color: '#444'"],[data-theme=dark] div[style*="color: '#555'"],[data-theme=dark] div[style*="color: '#1a1a1a'"],[data-theme=dark] span[style*="color: '#333'"],[data-theme=dark] span[style*="color: '#444'"],[data-theme=dark] h1[style*="color: '#"],[data-theme=dark] p[style*="color: '#"]{color:var(--text-primary)!important}[data-theme=dark] div[style*="color: '#888'"],[data-theme=dark] div[style*="color: '#aaa'"],[data-theme=dark] span[style*="color: '#888'"],[data-theme=dark] span[style*="color: '#aaa'"]{color:var(--text-muted)!important}[data-theme=dark] div[style*="border: '0.5px solid #e0"],[data-theme=dark] div[style*="border: '0.5px solid #dd"],[data-theme=dark] div[style*="borderBottom: '0.5px solid #f"]{border-color:var(--border-color)!important}input,textarea,select{background:var(--bg-input)!important;color:var(--text-primary)!important}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:2px}@keyframes themeSwitch{0%{opacity:.7;transform:scale(.995)}to{opacity:1;transform:scale(1)}}.theme-switching{animation:themeSwitch .4s ease}@media (max-width: 768px){.main-content{margin-left:0!important}.mobile-header{display:flex!important}}
