<style>
:root {
--primary: #ffb82b;
--primary-dark: #e5a524;
--bg-dark: #0b0b0f;
--bg-card: rgba(26, 26, 35, 0.8);
--text-primary: #e8eef2;
--text-secondary: #a0a8b8;
--border-glow: rgba(255, 184, 43, 0.1);
}
.maintenance-box {
background: var(--bg-card)...