:root{
    --bg:#edf3fb;
    --card:#ffffff;
    --border:#d8e4f2;
    --text:#132238;
    --muted:#64748b;
    --blue:#2563eb;
    --blue-dark:#173f9e;
    --green:#159947;
    --green-bg:#e8f7ee;
    --shadow:0 18px 48px rgba(15,23,42,.08);
    --radius:28px;
}
*{box-sizing:border-box}
body.app-body{margin:0;background:linear-gradient(180deg,#eef4fb 0%,#e8eff8 100%);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
a{text-decoration:none}
.app-topbar{height:72px;background:linear-gradient(90deg,#102552,#2447b3);display:flex;align-items:center;justify-content:space-between;padding:0 22px;box-shadow:0 10px 28px rgba(15,23,42,.16)}
.app-brand{color:#fff;font-size:18px;font-weight:800}
.app-topbar-actions{display:flex;align-items:center;gap:16px}
.app-topbar-user{color:rgba(255,255,255,.7);font-size:14px}
.app-topbar-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid rgba(255,255,255,.7);border-radius:999px;color:#fff;font-weight:700;background:rgba(255,255,255,.03)}
.app-layout{display:grid;grid-template-columns:320px minmax(0,1fr);min-height:calc(100vh - 72px)}
.premium-sidebar{padding:22px 16px;background:rgba(255,255,255,.38);border-right:1px solid rgba(216,228,242,.85)}
.sidebar-brand-card,.sidebar-profile-card{background:linear-gradient(180deg,#ffffff,#f7fbff);border:1px solid var(--border);border-radius:24px;padding:20px;box-shadow:var(--shadow)}
.sidebar-brand-card{margin-bottom:16px}
.sidebar-badge{display:inline-flex;min-height:30px;padding:0 14px;align-items:center;border-radius:999px;background:#e8efff;color:var(--blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px}
.sidebar-brand-card h3{margin:0 0 8px;font-size:18px;font-weight:800;color:#0f1d39}
.sidebar-brand-card p{margin:0;color:var(--muted);line-height:1.55}
.sidebar-nav-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}
.sidebar-link{display:flex;align-items:center;min-height:48px;padding:0 16px;border-radius:18px;color:#31445c;font-weight:800;font-size:15px}
.sidebar-link.active{background:#edf4ff;border:1px solid #cfe0ff;color:#1d4ed8;box-shadow:0 8px 16px rgba(37,99,235,.08)}
.sidebar-profile-card{background:linear-gradient(135deg,#102552,#1f3e7f);color:#fff}
.sidebar-profile-row{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.sidebar-avatar{width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800}
.sidebar-profile-card strong{display:block;font-size:28px;line-height:1}
.sidebar-profile-card span{display:block;color:rgba(255,255,255,.8);margin-top:6px}
.sidebar-profile-btn{display:flex;align-items:center;justify-content:center;min-height:50px;border-radius:18px;background:#fff;color:#132238;font-weight:800}
.premium-content{padding:28px}
.page-hero,.content-card,.stat-card,.row-card,.form-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}
.page-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:30px}
.page-hero.compact{padding:26px 30px}
.page-eyebrow{display:inline-flex;align-items:center;min-height:32px;padding:0 16px;border-radius:999px;background:#e8efff;color:var(--blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:14px}
.page-hero h1{margin:0 0 10px;font-size:34px;line-height:1.1;font-weight:900;color:#0d1b37}
.page-hero p{margin:0;color:var(--muted);font-size:15px;max-width:860px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-btn,.btn-premium,.btn-premium-outline{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:18px;font-weight:800;font-size:15px;border:none;cursor:pointer}
.hero-btn,.btn-premium{background:linear-gradient(135deg,#2f7df6,#1f5fd6);color:#fff;box-shadow:0 16px 28px rgba(47,125,246,.24)}
.btn-premium-outline{background:#fff;border:1px solid #bfd4ff;color:#2357cc}
.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:24px 0}
.stat-card{padding:20px 20px 18px}
.stat-card .label{font-size:14px;color:var(--muted);font-weight:700;margin-bottom:8px}
.stat-card .value{font-size:32px;font-weight:900;color:#071c40}
.content-card{padding:24px}
.content-card h2{margin:0 0 8px;font-size:24px;font-weight:900;color:#071c40}
.content-card .sub{margin:0 0 18px;color:var(--muted)}
.table-shell{background:#fff;border:1px solid #e1e8f3;border-radius:20px;overflow:hidden}
.premium-table{width:100%;border-collapse:separate;border-spacing:0 14px}
.premium-table thead th{padding:0 16px 10px;font-size:13px;color:#5b6e87;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}
.premium-table tbody tr{background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 8px 20px rgba(15,23,42,.05)}
.premium-table tbody td{padding:18px 16px;border-top:1px solid #e6edf6;border-bottom:1px solid #e6edf6;vertical-align:middle}
.premium-table tbody td:first-child{border-left:1px solid #e6edf6;border-radius:18px 0 0 18px}
.premium-table tbody td:last-child{border-right:1px solid #e6edf6;border-radius:0 18px 18px 0}
.muted{color:var(--muted)}
.small-muted{display:block;color:var(--muted);font-size:13px;margin-top:4px}
.chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;background:#eef2ff;color:#3730a3;font-weight:800;font-size:14px}
.chip.green{background:#e8f7ee;color:#12803d}
.chip.red{background:#fdecec;color:#b42318}
.chip.gray{background:#eff4f8;color:#44556d}
.key-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#f1f5fb;color:#2d4fd0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}
.action-row{display:flex;gap:10px;flex-wrap:wrap}
.btn-mini,.btn-mini-blue,.btn-mini-ghost,.btn-mini-orange{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:14px;font-weight:800;font-size:14px;border:1px solid #d6e2f2;background:#fff;color:#1f365a}
.btn-mini-blue{border-color:#b9d0ff;color:#1d4ed8;background:#fff}
.btn-mini-ghost{border-color:#d9e4f2;color:#4b5f79;background:#fbfdff}
.btn-mini-orange{border-color:#fed7aa;color:#c2410c;background:#fff7ed}
.flash-banner{margin:0 0 18px;padding:14px 16px;border-radius:16px;font-weight:700}
.flash-banner.success{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534}
.flash-banner.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.form-grid .full{grid-column:1/-1}
.form-card{padding:26px}
.form-card h2{margin:0 0 8px;font-size:24px;font-weight:900}
.form-card p{margin:0 0 18px;color:var(--muted)}
.form-label{display:block;margin:0 0 8px;font-weight:800;color:#203554}
.form-control,.form-select,.form-textarea{width:100%;min-height:54px;border:1px solid #c8d7ea;border-radius:16px;background:#fbfdff;padding:0 16px;font-size:15px;box-shadow:inset 0 1px 2px rgba(15,23,42,.04)}
.form-textarea{min-height:130px;padding:14px 16px;resize:vertical}
.form-control:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#77a4ff;box-shadow:0 0 0 4px rgba(37,99,235,.10)}
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}
.info-list{display:grid;gap:14px}
.info-item{padding:16px 18px;border-radius:18px;background:#fff;border:1px solid #e1e8f3}
.info-item strong{display:block;font-size:14px;color:#4e627d;margin-bottom:8px}
.info-item .value{font-size:22px;font-weight:900;color:#0d1b37;word-break:break-word}
.alert{border-radius:16px;padding:14px 18px}
.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.empty-state{padding:24px;color:var(--muted);text-align:center}
@media (max-width:1400px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two-col,.profile-grid{grid-template-columns:1fr}}
@media (max-width:1100px){.app-layout{grid-template-columns:1fr}.premium-sidebar{display:none}.premium-content{padding:18px}.page-hero{flex-direction:column;align-items:flex-start}.form-grid{grid-template-columns:1fr}}
@media (max-width:700px){.stats-grid{grid-template-columns:1fr}.page-hero h1{font-size:28px}.content-card,.form-card{padding:18px}.premium-table thead{display:none}.premium-table,.premium-table tbody,.premium-table tr,.premium-table td{display:block;width:100%}.premium-table tbody tr{margin-bottom:14px}.premium-table tbody td{border-left:1px solid #e6edf6!important;border-right:1px solid #e6edf6!important;border-radius:0!important}.premium-table tbody td:first-child{border-radius:18px 18px 0 0!important}.premium-table tbody td:last-child{border-radius:0 0 18px 18px!important}}


.form-actions-split{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.form-actions-split .btn-premium{flex:1 1 260px}
.btn-premium-danger{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:18px;font-weight:800;font-size:15px;border:1px solid #f3b7b7;cursor:pointer;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 16px 28px rgba(220,38,38,.22)}
.btn-premium-danger:hover{filter:brightness(1.03);transform:translateY(-1px)}
@media (max-width:700px){.form-actions-split .btn-premium,.form-actions-split .btn-premium-danger{width:100%}}

.toggle-line{display:flex;align-items:center;gap:10px;font-weight:700;color:#1e3253}
.stack-cards{display:grid;gap:24px}
.compact-grid{grid-template-columns:1fr}


.app-topbar-link{color:#dbe7ff;text-decoration:none;font-weight:700;margin-right:16px}
.app-topbar-link:hover{color:#fff}
.dashboard-grid{display:grid;grid-template-columns:1.55fr .95fr;gap:24px;margin-top:24px}
.chart-card{min-height:380px}
.chart-card canvas{width:100%!important;height:280px!important}
.warning-card{min-height:380px}
.warning-list{display:grid;gap:14px}
.warning-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;border:1px solid #e4edf8;border-radius:18px;background:#fff}
.warning-item strong{display:block;font-size:16px;color:#12233d}
.warning-item span{display:block;color:#6b7a96;font-size:13px;margin-top:4px}
.warning-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.red-soft{background:#fff1f2;color:#b42318;border-color:#fecdd3}
.boxed{padding:18px;border-radius:18px;border:1px dashed #d9e4f2;background:#f8fbff}
.customer-body{margin:0;background:linear-gradient(180deg,#eef4fb 0%,#e8eff8 100%);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#132238}
.customer-topbar{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:linear-gradient(90deg,#102552,#2447b3);color:#fff}
.customer-shell{max-width:1180px;margin:0 auto;padding:28px}
.customer-auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}
.customer-auth-card{width:min(100%,560px);background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #d8e4f2;border-radius:28px;box-shadow:0 18px 48px rgba(15,23,42,.08);padding:28px}
.customer-auth-card h1{margin:0 0 10px;font-size:34px;font-weight:900;color:#0d1b37}
.customer-auth-card p{margin:0 0 18px;color:#64748b}
.customer-auth-form{display:grid;gap:16px;margin-top:18px}
.customer-back-link{display:inline-block;margin-top:16px;color:#2563eb;font-weight:700}
.customer-stats{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}
.status-small{font-size:20px!important}
.customer-license-box{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.customer-license-box>div{padding:18px;border-radius:18px;background:#fff;border:1px solid #e6edf6}
.customer-license-box span{display:block;color:#64748b;font-size:13px;margin-bottom:8px}
.customer-license-box strong{display:block;font-size:18px;word-break:break-all}
@media (max-width:1200px){.dashboard-grid{grid-template-columns:1fr}.customer-stats,.customer-license-box{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:900px){.customer-stats,.customer-license-box{grid-template-columns:1fr}}

/* v8.7 auth refresh */
.auth-body{margin:0;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at top left,#eef4ff 0%,#dfe9fb 42%,#d8e3f6 100%);color:#132238;transition:background .25s ease,color .25s ease}
.auth-theme-toggle-wrap{position:fixed;top:22px;right:22px;z-index:30}
.auth-theme-toggle{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border-radius:999px;border:1px solid rgba(17,24,39,.08);background:rgba(255,255,255,.85);backdrop-filter:blur(10px);color:#153066;font-weight:800;cursor:pointer;box-shadow:0 14px 28px rgba(15,23,42,.10)}
.auth-shell{max-width:1240px;margin:0 auto;min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center;padding:34px}
.auth-showcase{position:relative;padding:42px;border-radius:32px;background:linear-gradient(135deg,#0f2b62 0%,#1d4ed8 100%);box-shadow:0 30px 70px rgba(15,23,42,.22);color:#fff;overflow:hidden}
.auth-showcase::before,.auth-showcase::after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.08)}
.auth-showcase::before{width:240px;height:240px;right:-70px;top:-50px}
.auth-showcase::after{width:180px;height:180px;left:-60px;bottom:-50px}
.auth-showcase h1{margin:0 0 14px;font-size:48px;line-height:1.05;font-weight:900;letter-spacing:-.03em;position:relative;z-index:1}
.auth-showcase p{margin:0;max-width:560px;font-size:17px;line-height:1.7;color:rgba(255,255,255,.88);position:relative;z-index:1}
.auth-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px;position:relative;z-index:1}
.auth-badge-soft{background:#eef4ff;border-color:#d8e6ff;color:#2852c7}
.auth-feature-list{display:grid;gap:16px;margin-top:28px;position:relative;z-index:1}
.auth-feature-item{padding:18px 20px;border-radius:22px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(10px)}
.auth-feature-item strong{display:block;font-size:17px;margin-bottom:8px}
.auth-feature-item span{display:block;font-size:14px;line-height:1.65;color:rgba(255,255,255,.84)}
.auth-card-wrap{display:flex;justify-content:center}
.auth-card{width:100%;max-width:560px;padding:28px;border-radius:30px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border:1px solid #d8e4f2;box-shadow:0 26px 60px rgba(15,23,42,.12)}
.auth-card-compact{max-width:580px}
.auth-card-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}
.auth-card h2{margin:0 0 10px;font-size:34px;line-height:1.1;font-weight:900;color:#0d1b37}
.auth-card p{margin:0;color:#64748b;line-height:1.65}
.auth-switch-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:#f1f6ff;border:1px solid #d6e4ff;color:#2457cd;font-weight:800;white-space:nowrap}
.auth-form-grid{display:grid;gap:16px;margin-top:18px}
.auth-label{display:block;margin:0 0 8px;font-weight:800;color:#203554}
.auth-input{width:100%;min-height:56px;border:1px solid #c8d7ea;border-radius:18px;background:#fbfdff;padding:0 18px;font-size:15px;box-shadow:inset 0 1px 2px rgba(15,23,42,.04);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}
.auth-input:focus{outline:none;border-color:#77a4ff;box-shadow:0 0 0 4px rgba(37,99,235,.10)}
.auth-password-wrap{position:relative}
.auth-password-wrap .auth-input{padding-right:92px}
.auth-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);min-height:38px;padding:0 14px;border:none;border-radius:12px;background:#eef4ff;color:#1d4ed8;font-weight:800;cursor:pointer}
.auth-submit-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:18px;border:none;background:linear-gradient(135deg,#2f7df6,#1f5fd6);color:#fff;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 16px 28px rgba(47,125,246,.24)}
.auth-alert{border-radius:18px;padding:14px 18px;margin-bottom:12px;font-weight:700}
.auth-alert-danger{background:#fff1f2;border:1px solid #fecdd3;color:#b42318}
.auth-foot-note{margin-top:16px;color:#64748b;font-size:14px}
.auth-foot-note a{color:#1d4ed8;font-weight:800}
.theme-dark.auth-body{background:radial-gradient(circle at top left,#0f172a 0%,#111827 45%,#0b1220 100%);color:#e5edf8}
.theme-dark .auth-theme-toggle{background:rgba(15,23,42,.85);border-color:rgba(255,255,255,.08);color:#e5edf8}
.theme-dark .auth-showcase{background:linear-gradient(135deg,#0b1220 0%,#112347 60%,#183b82 100%)}
.theme-dark .auth-card{background:linear-gradient(180deg,#0f172a 0%,#111b2f 100%);border-color:rgba(148,163,184,.22);box-shadow:0 26px 60px rgba(2,6,23,.36)}
.theme-dark .auth-card h2,.theme-dark .auth-label{color:#eff6ff}
.theme-dark .auth-card p,.theme-dark .auth-foot-note{color:#aab8cf}
.theme-dark .auth-input{background:#0b1220;border-color:#1f334f;color:#eff6ff}
.theme-dark .auth-input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.20)}
.theme-dark .auth-password-toggle{background:#132238;color:#9fc1ff}
.theme-dark .auth-switch-link{background:#0b1220;border-color:#1f334f;color:#9fc1ff}
.theme-dark .auth-badge-soft{background:#132238;border-color:#233a5f;color:#9fc1ff}
@media (max-width:1100px){.auth-shell{grid-template-columns:1fr;padding:20px}.auth-showcase{padding:30px}.auth-showcase h1{font-size:38px}.auth-card-wrap{justify-content:stretch}.auth-card{max-width:none}}
@media (max-width:700px){.auth-theme-toggle-wrap{top:14px;right:14px}.auth-shell{padding:14px}.auth-showcase,.auth-card{padding:22px;border-radius:24px}.auth-card-top{flex-direction:column}.auth-showcase h1{font-size:32px}.auth-input{min-height:52px}.auth-submit-btn{width:100%}}


.app-theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.06);backdrop-filter:blur(8px);color:#fff;font-weight:800;cursor:pointer}
.app-theme-toggle:hover{background:rgba(255,255,255,.12)}
.chart-summary-chip{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:900}
.dashboard-grid-revenue{grid-template-columns:1.2fr .8fr}
.compact-chart-card{min-height:380px}
.compact-chart-card canvas{width:100%!important;height:280px!important}
.customer-theme-toggle-wrap{position:fixed;top:16px;right:16px;z-index:20}

.theme-dark.app-body{background:linear-gradient(180deg,#0b1220 0%,#0f172a 100%);color:#dbe7ff}
.theme-dark .premium-sidebar{background:rgba(15,23,42,.62);border-right-color:rgba(71,85,105,.45)}
.theme-dark .sidebar-brand-card,.theme-dark .sidebar-profile-card,.theme-dark .page-hero,.theme-dark .content-card,.theme-dark .stat-card,.theme-dark .row-card,.theme-dark .form-card,.theme-dark .table-shell,.theme-dark .warning-item,.theme-dark .info-item{background:linear-gradient(180deg,#0f172a,#111b2f);border-color:#22314c;box-shadow:0 18px 48px rgba(2,6,23,.36)}
.theme-dark .sidebar-brand-card h3,.theme-dark .page-hero h1,.theme-dark .content-card h2,.theme-dark .form-card h2,.theme-dark .stat-card .value,.theme-dark .info-item .value,.theme-dark .warning-item strong,.theme-dark .premium-table tbody td,.theme-dark .app-brand{color:#eff6ff}
.theme-dark .sidebar-brand-card p,.theme-dark .page-hero p,.theme-dark .content-card .sub,.theme-dark .stat-card .label,.theme-dark .small-muted,.theme-dark .warning-item span,.theme-dark .muted,.theme-dark .app-topbar-user,.theme-dark .form-card p{color:#9fb2d1}
.theme-dark .sidebar-link{color:#c7d7ef}
.theme-dark .sidebar-link.active{background:#132238;border-color:#26436f;color:#9fc1ff}
.theme-dark .page-eyebrow,.theme-dark .sidebar-badge,.theme-dark .chart-summary-chip{background:#132238;color:#9fc1ff;border:1px solid #26436f}
.theme-dark .chip{background:#182746;color:#c7d7ef}
.theme-dark .chip.green{background:#123321;color:#8ef0b2}
.theme-dark .chip.red{background:#3a1618;color:#ffb4b4}
.theme-dark .chip.gray{background:#182234;color:#c7d7ef}
.theme-dark .key-chip{background:#182746;color:#8fb6ff}
.theme-dark .premium-table thead th{color:#8fa4c5}
.theme-dark .premium-table tbody tr{background:linear-gradient(180deg,#0f172a,#111b2f);box-shadow:0 8px 20px rgba(2,6,23,.28)}
.theme-dark .premium-table tbody td,.theme-dark .premium-table tbody td:first-child,.theme-dark .premium-table tbody td:last-child{border-color:#22314c}
.theme-dark .form-label{color:#dbe7ff}
.theme-dark .form-control,.theme-dark .form-select,.theme-dark .form-textarea{background:#0b1220;border-color:#22314c;color:#eff6ff;box-shadow:none}
.theme-dark .form-control:focus,.theme-dark .form-select:focus,.theme-dark .form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.2)}
.theme-dark .btn-premium-outline,.theme-dark .btn-mini,.theme-dark .btn-mini-blue,.theme-dark .btn-mini-ghost{background:#0b1220;border-color:#22314c;color:#9fc1ff}
.theme-dark .btn-mini-orange{background:#2a1306;border-color:#7c2d12;color:#fdba74}
.theme-dark .boxed{background:#0b1220;border-color:#22314c;color:#9fb2d1}
.theme-dark.customer-body{background:linear-gradient(180deg,#0b1220 0%,#0f172a 100%);color:#dbe7ff}
.theme-dark .customer-topbar{box-shadow:0 10px 28px rgba(2,6,23,.32)}
.theme-dark .customer-license-box>div{background:#0f172a;border-color:#22314c}
.theme-dark .customer-license-box span{color:#9fb2d1}
.theme-dark .customer-license-box strong{color:#eff6ff}
@media (max-width:1200px){.dashboard-grid-revenue{grid-template-columns:1fr}}
