body {
    background-color: #08090d;
    background-image:
        linear-gradient(rgba(5, 7, 11, 0.86), rgba(5, 7, 11, 0.92)),
        url("../images/obatv-bg.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    min-height: 100vh;
}

:root {
    --brand-red: #d92323;
    --brand-red-2: #ff3b30;
    --brand-white: #f7f7f8;
    --brand-dark: #0d1117;
    --brand-panel: rgba(10, 13, 18, 0.82);
    --brand-line: rgba(255, 255, 255, 0.1);
}

.brand-top-line {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #680707 0%, #ff3b30 48%, #ffffff 100%);
    z-index: 1000;
    box-shadow: 0 0 18px rgba(255, 59, 48, 0.7);
}

.page-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.brand-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.18;
    z-index: 0;
}

.brand-glow-left {
    background: var(--brand-red-2);
    top: 8%;
    left: -120px;
}

.brand-glow-right {
    background: #ffffff;
    bottom: 6%;
    right: -140px;
}

#mainCoantiner {
    min-height: 100vh;
    width: 100%;
    padding-bottom: 50px;
    background: linear-gradient(rgba(6, 8, 12, 0.84), rgba(6, 8, 12, 0.9));
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 84px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: rgba(13, 17, 23, 0.88);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.panel-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.panel-brand-logo,
.login-brand-logo {
    display: block;
    max-width: 180px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 12px 26px rgba(217, 35, 35, 0.28));
}

.panel-brand-logo { max-width: 120px; }

.panel-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.panel-brand-text strong {
    color: #fff;
    font-size: 1.1rem;
}

.panel-brand-text span,
.login-subtitle,
.text-muted {
    color: rgba(255, 255, 255, 0.72) !important;
}

.panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
}

.login-card {
    overflow: hidden;
    background: linear-gradient(145deg, rgba(217, 35, 35, 0.12), rgba(255, 255, 255, 0.04));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.wow-bg {
    background:
        linear-gradient(180deg, rgba(12, 15, 21, 0.94), rgba(10, 13, 18, 0.94)),
        url("../images/obatv-bg.jpg");
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 16px 40px rgba(0,0,0,0.28);
    border-radius: 22px;
    margin-top: 0;
    color: #fff;
}

.login-brand-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.brand-divider {
    width: 88px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-red) 0%, var(--brand-red-2) 58%, #fff 100%);
}

.colorboard {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 18px rgba(255, 59, 48, 0.22);
}

.textbox-dg,
.custom-file-label {
    background: rgba(255,255,255,0.07) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    color: #fff !important;
    border-radius: 14px !important;
    min-height: 48px;
}

.textbox-dg::placeholder { color: rgba(255,255,255,0.55); }
.textbox-dg:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 59, 48, 0.18) !important;
    border-color: rgba(255, 59, 48, 0.45) !important;
}

.btn {
    border: 0;
    border-radius: 14px;
    font-weight: 600;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.btn-primary,
.logn-btn {
    background: linear-gradient(135deg, #a10808 0%, #e22121 58%, #ff6d5f 100%) !important;
    color: #fff !important;
}

.btn-info {
    background: linear-gradient(135deg, #5a0d0d 0%, #b71c1c 100%) !important;
    color: #fff !important;
}

.btn-warning {
    background: linear-gradient(135deg, #ffffff 0%, #f2d3d3 100%) !important;
    color: #8c1111 !important;
}

.btn-danger {
    background: linear-gradient(135deg, #5b0505 0%, #b50909 55%, #e02c2c 100%) !important;
    color: #fff !important;
}

.logn-btn:hover,
.btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.table {
    background: rgba(7, 10, 15, 0.72);
    border-radius: 18px;
    overflow: hidden;
}

.table thead th {
    border-top: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.table td,
.table th {
    border-color: rgba(255,255,255,0.06);
}

.alert-danger {
    background: rgba(188, 37, 37, 0.16);
    color: #ffd2d2;
    border: 1px solid rgba(255, 99, 99, 0.28);
    border-radius: 14px;
}

.starsec,
.starthird,
.starfourth,
.starfifth {
    display: none;
}

@media (max-width: 991px) {
    .main-header {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .panel-actions {
        width: 100%;
        justify-content: flex-start;
    }
    .panel-brand-logo { max-width: 96px; }
}

@media (max-width: 575px) {
    .panel-brand { align-items: flex-start; }
    .panel-brand-text span { font-size: 0.86rem; }
    .btn { width: 100%; }
    .panel-actions { flex-direction: column; }
    .login-brand-logo { max-width: 150px; }
}


body::before,
body::after { content: ""; position: fixed; inset: auto; pointer-events: none; z-index: 0; }
body::before { width: 520px; height: 520px; top: -180px; right: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(255,59,48,0.22) 0%, rgba(255,59,48,0) 70%); filter: blur(30px); }
body::after { width: 420px; height: 420px; bottom: -140px; left: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 70%); filter: blur(35px); }
.hero-card, .login-card, .section-shell, .table-wrapper, .panel-hero, .main-header { backdrop-filter: blur(14px); }
.section-shell { border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 22px; background: linear-gradient(180deg, rgba(11,14,20,0.88), rgba(11,14,20,0.76)); box-shadow: 0 18px 42px rgba(0,0,0,0.28); }
.section-title { color: #fff; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; }
.section-subtitle { color: rgba(255,255,255,0.68); margin-bottom: 22px; }
.table-wrapper { border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.07); background: rgba(255,255,255,0.03); }
.table thead th { background: linear-gradient(135deg, rgba(217,35,35,0.82), rgba(255,59,48,0.72)); border: 0 !important; color: #fff; font-weight: 700; }
.table td, .table th { border-color: rgba(255,255,255,0.06) !important; vertical-align: middle; }
.table tbody tr { transition: transform .2s ease, background .2s ease; }
.table tbody tr:hover { background: rgba(255,255,255,0.04); transform: translateY(-1px); }
.btn-primary, .logn-btn, .btn-info, .btn-warning, .btn-danger { box-shadow: 0 12px 24px rgba(0,0,0,0.24); }
.hero-logo, .login-brand-logo, .panel-brand-logo { animation: floatBrand 6s ease-in-out infinite; }
@keyframes floatBrand { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-4px); } }
.login-card::after, .hero-card::after { content: ""; position: absolute; inset: 1px; border-radius: 25px; border: 1px solid rgba(255,255,255,0.04); pointer-events: none; }
@media (max-width: 991px) { .panel-hero { grid-template-columns: 1fr; } .main-header { align-items: flex-start; flex-direction: column; padding-top: 18px; padding-bottom: 18px; } .panel-actions { width: 100%; } .panel-actions .btn { flex: 1 1 calc(50% - 10px); } }
@media (max-width: 575px) { .hero-title { font-size: 1.75rem; } .wow-bg, .hero-card-inner, .section-shell { padding: 20px; } .panel-actions .btn { width: 100%; flex-basis: 100%; } }

.alert-warning {
    background: rgba(191, 143, 0, 0.16);
    color: #ffe9a4;
    border: 1px solid rgba(255, 204, 51, 0.28);
    border-radius: 14px;
}

.alert-success {
    background: rgba(36, 138, 61, 0.16);
    color: #d8ffe2;
    border: 1px solid rgba(93, 226, 134, 0.22);
    border-radius: 14px;
}

.dns-summary-card {
    min-height: 88px;
    border-radius: 18px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, rgba(24, 103, 50, 0.35), rgba(16, 26, 20, 0.88));
    border: 1px solid rgba(94, 214, 129, 0.18);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

.dns-summary-card strong {
    font-size: 1.45rem;
    color: #fff;
}

.dns-summary-card span {
    color: rgba(255,255,255,0.7);
    font-size: 0.92rem;
}

.dns-summary-card.degraded {
    background: linear-gradient(180deg, rgba(170, 122, 0, 0.34), rgba(24, 20, 10, 0.88));
    border-color: rgba(255, 203, 74, 0.2);
}

.dns-summary-card.offline {
    background: linear-gradient(180deg, rgba(136, 29, 29, 0.34), rgba(22, 10, 10, 0.88));
    border-color: rgba(255, 111, 111, 0.2);
}

.dns-summary-card.unknown,
.dns-summary-card.disabled {
    background: linear-gradient(180deg, rgba(95, 95, 95, 0.25), rgba(18, 20, 22, 0.88));
    border-color: rgba(255,255,255,0.08);
}

.dns-summary-card.legacy {
    background: linear-gradient(180deg, rgba(75, 41, 3, 0.34), rgba(25, 16, 9, 0.88));
    border-color: rgba(255, 177, 51, 0.2);
}

.dns-table td,
.dns-table th {
    vertical-align: middle;
}

.dns-status-pill,
.dns-latency-pill,
.dns-score-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.82rem;
}

.dns-status-pill.dns-status-online,
.dns-latency-pill.latency-fast {
    background: rgba(50, 190, 93, 0.18);
    color: #b9ffd0;
    border: 1px solid rgba(80, 226, 126, 0.28);
}

.dns-status-pill.dns-status-degraded,
.dns-latency-pill.latency-medium {
    background: rgba(221, 165, 24, 0.18);
    color: #ffe39b;
    border: 1px solid rgba(255, 203, 74, 0.24);
}

.dns-status-pill.dns-status-offline,
.dns-latency-pill.latency-slow {
    background: rgba(207, 70, 70, 0.18);
    color: #ffd0d0;
    border: 1px solid rgba(255, 120, 120, 0.24);
}

.dns-status-pill.dns-status-unknown,
.dns-status-pill.dns-status-disabled,
.dns-latency-pill.latency-unknown,
.dns-score-badge {
    background: rgba(255,255,255,0.08);
    color: #f1f1f1;
    border: 1px solid rgba(255,255,255,0.1);
}

.dns-row.dns-status-online {
    box-shadow: inset 3px 0 0 rgba(80, 226, 126, 0.55);
}

.dns-row.dns-status-degraded {
    box-shadow: inset 3px 0 0 rgba(255, 203, 74, 0.55);
}

.dns-row.dns-status-offline {
    box-shadow: inset 3px 0 0 rgba(255, 120, 120, 0.55);
}

.dns-row.dns-status-disabled {
    opacity: 0.75;
    box-shadow: inset 3px 0 0 rgba(160, 160, 160, 0.55);
}

.dns-meta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.dns-error-text {
    color: #ffd4d4;
    font-size: 0.8rem;
    margin-top: 4px;
}

.dns-action-group .btn {
    min-width: 42px;
}

.gap-2 {
    gap: 10px;
}

.custom-control-label {
    padding-left: 6px;
}

@media (max-width: 991px) {
    .dns-table {
        min-width: 1100px;
    }
}

.btn-secondary {
    background: linear-gradient(135deg, #2a2f3a 0%, #4f5b70 100%) !important;
    color: #fff !important;
}


.metric-card {
    min-height: 118px;
    border-radius: 20px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(13, 17, 23, 0.94), rgba(13, 17, 23, 0.78));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 16px 32px rgba(0,0,0,0.24);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
.metric-card.compact {
    min-height: 100px;
}
.metric-card span {
    color: rgba(255,255,255,0.72);
    font-size: 0.88rem;
}
.metric-card strong {
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.1;
}
.metric-card small {
    color: rgba(255,255,255,0.62);
    font-size: 0.82rem;
}
.dns-table .font-weight-bold {
    color: #fff;
}
.table-wrapper + .table-wrapper {
    margin-top: 16px;
}


.alert-shell {
    border-color: rgba(255,255,255,0.12);
}

.ops-alert-card {
    min-height: 110px;
    border-radius: 18px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.ops-alert-card.severity-critical {
    background: linear-gradient(180deg, rgba(123, 18, 18, 0.38), rgba(26, 11, 11, 0.9));
    border-color: rgba(255, 118, 118, 0.3);
}

.ops-alert-card.severity-warning {
    background: linear-gradient(180deg, rgba(133, 93, 6, 0.38), rgba(26, 20, 11, 0.9));
    border-color: rgba(255, 204, 82, 0.28);
}

.ops-alert-card.severity-info {
    background: linear-gradient(180deg, rgba(18, 61, 123, 0.3), rgba(11, 18, 26, 0.9));
    border-color: rgba(101, 169, 255, 0.24);
}

.ops-alert-title {
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.ops-alert-message {
    color: rgba(255,255,255,0.78);
    line-height: 1.45;
}

.chart-shell {
    min-height: 320px;
    border-radius: 20px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
}

.chart-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}

canvas {
    max-width: 100%;
}


.live-refresh-state { display:flex; align-items:center; gap:10px; color:#aeb6cc; font-size:0.92rem; }
.live-dot { width:10px; height:10px; border-radius:999px; background:#35d07f; box-shadow:0 0 0 0 rgba(53,208,127,0.55); animation: livePulse 1.8s infinite; }
@keyframes livePulse { 0% { box-shadow:0 0 0 0 rgba(53,208,127,0.55);} 70% { box-shadow:0 0 0 10px rgba(53,208,127,0);} 100% { box-shadow:0 0 0 0 rgba(53,208,127,0);} }
.live-alerts-wrap { display:grid; grid-template-columns:1fr; gap:12px; }
.live-alert-item { min-height:88px; }
.live-region-quick { background:rgba(11,17,27,0.72); border:1px solid rgba(255,255,255,0.06); border-radius:16px; padding:16px; height:100%; }
.live-region-title { color:#fff; font-weight:700; margin-bottom:12px; }
.live-region-row { margin-bottom:14px; }
.live-region-head { display:flex; align-items:center; gap:10px; color:#fff; font-size:0.92rem; }
.live-region-head strong { flex:1; }
.live-region-rank { display:inline-flex; align-items:center; justify-content:center; min-width:34px; height:28px; border-radius:999px; background:rgba(96,165,250,0.15); color:#9bc3ff; font-weight:700; }
.live-region-bar { margin-top:8px; height:8px; border-radius:999px; background:rgba(255,255,255,0.08); overflow:hidden; }
.live-region-bar span { display:block; height:100%; border-radius:999px; background:linear-gradient(90deg, #4f8cff, #7cd4ff); }
.heatmap-summary { display:flex; gap:18px; flex-wrap:wrap; color:#c7d2e6; font-size:0.92rem; }
.heatmap-scroll { overflow:auto; }
.heatmap-table { width:max-content; min-width:100%; border-collapse:separate; border-spacing:4px; }
.heatmap-table th, .heatmap-table td { text-align:center; font-size:0.78rem; }
.heatmap-label, .heatmap-total { color:#d8e3f6; font-weight:700; }
.heatmap-cell { min-width:38px; height:32px; border-radius:10px; background:rgba(255,255,255,0.04); color:#d9e4f7; position:relative; }
.heatmap-cell span { opacity:0.94; }
.heatmap-cell.intensity-0 { background:rgba(255,255,255,0.04); }
.heatmap-cell.intensity-1 { background:rgba(79,140,255,0.18); }
.heatmap-cell.intensity-2 { background:rgba(79,140,255,0.34); }
.heatmap-cell.intensity-3 { background:rgba(79,140,255,0.52); }
.heatmap-cell.intensity-4 { background:rgba(62,192,255,0.68); }
.heatmap-cell.intensity-5 { background:linear-gradient(135deg, rgba(62,192,255,0.88), rgba(53,208,127,0.92)); color:#061018; font-weight:700; }
.region-ranking-list { display:grid; gap:14px; }
.region-ranking-item { padding:14px; border-radius:16px; background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.06); }
.region-ranking-head { display:flex; align-items:flex-start; gap:12px; color:#fff; }
.region-rank-number { min-width:38px; height:38px; border-radius:999px; background:rgba(255,255,255,0.08); color:#9dc6ff; display:flex; align-items:center; justify-content:center; font-weight:700; }
.region-ranking-bar { margin-top:10px; height:10px; background:rgba(255,255,255,0.07); border-radius:999px; overflow:hidden; }
.region-ranking-bar span { display:block; height:100%; border-radius:999px; background:linear-gradient(90deg, #6ea8ff, #57f0c2); }
.peak-window-card { display:flex; flex-direction:column; gap:4px; height:100%; padding:12px 14px; border-radius:14px; background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.06); color:#dce6f8; }
.ops-alert-card.severity-success { border-color:rgba(53,208,127,0.35); background:rgba(21,52,39,0.62); }
@media (max-width: 992px) {
  .heatmap-cell { min-width:32px; height:28px; }
}

body {
    margin: 0;
}

.premium-shell {
    display: flex;
    min-height: 100vh;
    background: radial-gradient(circle at top left, rgba(255,59,48,0.12), transparent 35%), linear-gradient(180deg, rgba(7,10,15,0.98), rgba(8,10,14,0.98));
}

.premium-sidebar {
    width: 280px;
    flex: 0 0 280px;
    background: rgba(8, 12, 18, 0.9);
    border-right: 1px solid rgba(255,255,255,0.08);
    padding: 24px 18px;
    position: sticky;
    top: 0;
    height: 100vh;
}

.premium-main {
    flex: 1;
    min-width: 0;
    padding: 24px 24px 40px;
}

.premium-topbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    padding: 8px 0 18px;
}

.premium-page-kicker,
.premium-nav-title,
.premium-user-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: rgba(255,255,255,0.48);
}

.premium-page-title {
    margin: 4px 0 8px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.premium-page-subtitle {
    max-width: 760px;
    color: rgba(255,255,255,0.72);
}

.premium-topbar-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.premium-brand-card,
.premium-user-card,
.section-shell,
.table-wrapper,
.metric-card,
.dns-summary-card,
.live-region-quick,
.premium-upload-list,
.premium-dashboard-grid > .section-shell {
    background: rgba(14,18,24,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 40px rgba(0,0,0,0.24);
}

.premium-brand-card,
.premium-user-card {
    border-radius: 22px;
    padding: 16px;
    margin-bottom: 18px;
}

.premium-brand-title {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}

.premium-brand-subtitle {
    color: rgba(255,255,255,0.62);
    font-size: .9rem;
}

.premium-nav-group {
    margin-bottom: 18px;
}

.premium-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.78);
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 14px;
    margin-top: 8px;
    transition: .18s ease;
    border: 1px solid transparent;
}

.premium-nav-link:hover,
.premium-nav-link.active {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(161,8,8,.22), rgba(255,59,48,.12));
    border-color: rgba(255,59,48,.22);
}

.premium-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 18px;
}

.premium-subnav-link {
    padding: 10px 14px;
    border-radius: 999px;
    color: rgba(255,255,255,0.76);
    border: 1px solid rgba(255,255,255,0.08);
    text-decoration: none;
    background: rgba(255,255,255,0.03);
}

.premium-subnav-link:hover,
.premium-subnav-link.active {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(161,8,8,.28), rgba(255,59,48,.16));
    border-color: rgba(255,59,48,0.22);
}

.premium-page-body {
    padding-top: 8px;
}

.premium-alert {
    border-radius: 16px;
}

.premium-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.col-span-4 { grid-column: span 4; }
.col-span-5 { grid-column: span 5; }
.col-span-6 { grid-column: span 6; }
.col-span-7 { grid-column: span 7; }
.col-span-8 { grid-column: span 8; }
.col-span-12 { grid-column: span 12; }

.premium-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.premium-toolbar-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.premium-empty {
    border-radius: 18px;
    padding: 20px;
    background: rgba(255,255,255,0.03);
    border: 1px dashed rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.72);
}

.premium-upload-list {
    border-radius: 20px;
    padding: 16px;
}

.premium-file-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.premium-file-item:last-child { border-bottom: 0; }
.premium-file-meta { color: rgba(255,255,255,0.6); font-size: .92rem; }

.metric-card.compact strong { font-size: 1.45rem; }

@media (max-width: 1199px) {
    .premium-shell { flex-direction: column; }
    .premium-sidebar {
        width: 100%;
        height: auto;
        position: relative;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .premium-main { padding: 18px; }
    .premium-dashboard-grid { grid-template-columns: 1fr; }
    .col-span-4, .col-span-5, .col-span-6, .col-span-7, .col-span-8, .col-span-12 { grid-column: span 1; }
}

@media (max-width: 767px) {
    .premium-topbar { flex-direction: column; }
    .premium-page-title { font-size: 1.6rem; }
}
