:root{--theme-bg:#071739;--theme-sidebar:#0D1E3A;--theme-text:#CDD5DB;--theme-card:#0D1E3A;--theme-border:rgba(75,99,130,0.28);--accent-gold:#CFA37C;--primary-blue:#0F2C6C}body{background-color:var(--theme-bg);color:var(--theme-text)}.bg-theme-sidebar{background-color:var(--theme-sidebar)}.bg-theme-card{background-color:var(--theme-card)}.border-theme{border-color:var(--theme-border)}.text-theme{color:var(--theme-text)}.scrollbar-custom::-webkit-scrollbar{width:10px!important}.scrollbar-custom::-webkit-scrollbar-track{background:rgba(13,30,58,.5)!important}.scrollbar-custom::-webkit-scrollbar-thumb{background:#CFA37C!important;border-radius:6px!important;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.scrollbar-custom::-webkit-scrollbar-thumb:hover{background:#e0b030!important}