:root {
    --v2-bg: #07101d;
    --v2-bg-soft: #0b1524;
    --v2-panel: rgba(13, 25, 42, .78);
    --v2-panel-solid: #0d192a;
    --v2-border: rgba(139, 164, 199, .14);
    --v2-border-strong: rgba(139, 164, 199, .24);
    --v2-text: #eff6ff;
    --v2-muted: #8fa1b8;
    --v2-blue: #3b82f6;
    --v2-cyan: #22d3ee;
    --v2-green: #35d07f;
    --v2-yellow: #f6c856;
    --v2-orange: #fb923c;
    --v2-red: #f35f6f;
    --v2-purple: #9a71ff;
    --v2-pink: #f472b6;
    --sidebar-width: 278px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #263a55 transparent;
}

html {
    min-height: 100%;
    background: var(--v2-bg);
}

body {
    min-height: 100vh;
    margin: 0;
    color: var(--v2-text);
    background:
        radial-gradient(circle at 58% -20%, rgba(32, 93, 186, .19), transparent 35%),
        linear-gradient(145deg, #07101d 0%, #08121f 48%, #060d18 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
textarea,
select {
    font: inherit;
}

.app-background {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.app-orb {
    position: absolute;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    filter: blur(110px);
    opacity: .12;
}

.app-orb-one {
    top: -180px;
    left: 25%;
    background: #2f77f0;
}

.app-orb-two {
    right: -180px;
    bottom: -180px;
    background: #7758e8;
}

.sidebar {
    position: fixed;
    z-index: 30;
    inset: 0 auto 0 0;
    width: var(--sidebar-width);
    box-sizing: border-box;
    padding: 22px 18px 18px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--v2-border);
    background: rgba(6, 14, 25, .9);
    backdrop-filter: blur(22px);
    box-shadow: 25px 0 80px rgba(0, 0, 0, .18);
}

.brand {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 4px 7px 20px;
}

.brand-mark {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(100, 169, 255, .42);
    border-radius: 14px;
    color: white;
    background:
        linear-gradient(145deg, rgba(59, 130, 246, .95), rgba(62, 85, 190, .9));
    box-shadow: 0 12px 28px rgba(48, 103, 215, .3);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .08em;
}

.brand-copy {
    display: grid;
    gap: 2px;
}

.brand-copy strong {
    font-size: 16px;
    letter-spacing: -.02em;
}

.brand-copy span {
    color: var(--v2-muted);
    font-size: 12px;
}

.sidebar-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 4px 18px;
    padding: 12px 13px;
    border: 1px solid rgba(64, 199, 124, .14);
    border-radius: 13px;
    background: rgba(40, 128, 79, .08);
}

.sidebar-status div {
    display: grid;
    gap: 2px;
}

.sidebar-status strong {
    font-size: 12px;
}

.sidebar-status small {
    color: var(--v2-muted);
    font-size: 10px;
}

.status-pulse,
.connection-dot,
.hero-live-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--v2-green);
    box-shadow: 0 0 0 5px rgba(53, 208, 127, .1), 0 0 18px rgba(53, 208, 127, .55);
}

.sidebar nav {
    min-height: 0;
    padding: 0 3px 16px;
    overflow-y: auto;
}

.nav-group {
    display: grid;
    gap: 4px;
    margin-bottom: 18px;
}

.nav-label {
    padding: 0 11px 6px;
    color: #5f7189;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.sidebar nav a {
    min-height: 39px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 11px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #9fb0c5;
    cursor: pointer;
    text-decoration: none;
    transition: .18s ease;
}

.sidebar nav a:hover {
    color: #eaf3ff;
    border-color: rgba(112, 147, 192, .13);
    background: rgba(70, 105, 151, .08);
    transform: translateX(2px);
}

.sidebar nav a.active {
    color: white;
    border-color: rgba(72, 144, 243, .24);
    background: linear-gradient(90deg, rgba(48, 113, 219, .2), rgba(48, 113, 219, .07));
    box-shadow: inset 3px 0 0 #4e98ff;
}

.nav-icon {
    width: 22px;
    color: #7d95b2;
    text-align: center;
    font-size: 14px;
}

.sidebar nav a.active .nav-icon {
    color: #69a8ff;
}

.user-box {
    margin-top: auto;
    padding: 12px;
    border: 1px solid var(--v2-border);
    border-radius: 13px;
    background: rgba(17, 31, 50, .65);
}

.user-box,
.user-box .sidebar-user-info {
    color: var(--v2-text);
}

.user-box button {
    width: 100%;
    margin-top: 9px;
    padding: 8px 10px;
    border: 1px solid rgba(116, 147, 187, .18);
    border-radius: 8px;
    color: #b8c8da;
    background: rgba(73, 96, 127, .1);
    cursor: pointer;
}

.user-skeleton {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    background: linear-gradient(90deg, #18273c, #263850, #18273c);
}

.main {
    min-height: 100vh;
    margin-left: var(--sidebar-width);
    box-sizing: border-box;
    padding: 0 34px 48px;
}

.topbar {
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(112, 142, 182, .1);
}

.topbar-copy {
    display: grid;
    gap: 3px;
}

.eyebrow {
    color: #568edb;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .17em;
}

.topbar h1,
.topbar h2 {
    margin: 0;
    color: var(--v2-text);
    font-size: clamp(24px, 3vw, 31px);
    letter-spacing: -.035em;
}

.topbar p {
    margin: 0;
    color: var(--v2-muted);
    font-size: 13px;
}

.topbar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.connection-pill {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 13px;
    border: 1px solid rgba(50, 200, 124, .18);
    border-radius: 999px;
    color: #aeecca;
    background: rgba(38, 142, 83, .09);
    font-size: 11px;
    font-weight: 700;
}

.connection-pill.offline {
    color: #ffabb4;
    border-color: rgba(243, 95, 111, .2);
    background: rgba(155, 41, 55, .09);
}

.connection-pill.offline .connection-dot {
    background: var(--v2-red);
    box-shadow: 0 0 0 5px rgba(243, 95, 111, .1);
}

.mobile-menu-button {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid var(--v2-border);
    border-radius: 10px;
    color: white;
    background: var(--v2-panel);
}

#dashboard {
    padding-top: 26px;
}

.hidden {
    display: none !important;
}

.dashboard-v2 {
    display: grid;
    gap: 24px;
}

.hero-panel {
    position: relative;
    min-height: 246px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .72fr);
    gap: 32px;
    align-items: center;
    padding: 38px 42px;
    overflow: hidden;
    border: 1px solid rgba(91, 151, 234, .2);
    border-radius: 22px;
    background:
        linear-gradient(120deg, rgba(14, 35, 65, .94), rgba(10, 24, 43, .88)),
        radial-gradient(circle at 75% 15%, rgba(77, 137, 236, .3), transparent 33%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .2);
}

.hero-panel::before {
    position: absolute;
    content: "";
    width: 420px;
    height: 420px;
    top: -250px;
    right: -30px;
    border: 1px solid rgba(102, 169, 255, .12);
    border-radius: 50%;
    box-shadow:
        0 0 0 50px rgba(102, 169, 255, .025),
        0 0 0 100px rgba(102, 169, 255, .02);
}

.hero-content,
.hero-system {
    position: relative;
    z-index: 2;
}

.hero-badge {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 7px 10px;
    border: 1px solid rgba(71, 177, 255, .18);
    border-radius: 999px;
    color: #8ec6ff;
    background: rgba(44, 106, 181, .09);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
}

.hero-panel h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(31px, 4.2vw, 51px);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.hero-panel h2 span {
    color: #6aaaff;
}

.hero-panel p {
    max-width: 660px;
    margin: 17px 0 0;
    color: #a5b7cb;
    line-height: 1.7;
    font-size: 14px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.hero-actions button {
    min-height: 42px;
    padding: 0 17px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 800;
    font-size: 12px;
}

.primary-action {
    border: 1px solid #4c93ef;
    color: white;
    background: linear-gradient(135deg, #347ee4, #2359ad);
    box-shadow: 0 12px 25px rgba(41, 104, 204, .25);
}

.secondary-action {
    border: 1px solid rgba(130, 159, 198, .22);
    color: #c8d7e8;
    background: rgba(112, 143, 184, .07);
}

.hero-system {
    display: grid;
    grid-template-columns: 142px 1fr;
    gap: 20px;
    align-items: center;
    padding: 19px;
    border: 1px solid rgba(109, 157, 222, .14);
    border-radius: 18px;
    background: rgba(5, 14, 26, .36);
    backdrop-filter: blur(12px);
}

.system-ring {
    width: 134px;
    height: 134px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #0d1c31 58%, transparent 60%),
        conic-gradient(#4692f3 0 85%, rgba(78, 110, 151, .16) 85% 100%);
    box-shadow: inset 0 0 30px rgba(65, 133, 222, .08);
}

.system-ring div {
    display: grid;
    gap: 2px;
    text-align: center;
}

.system-ring strong {
    font-size: 27px;
    letter-spacing: -.05em;
}

.system-ring span {
    color: var(--v2-muted);
    font-size: 10px;
}

.system-summary {
    display: grid;
    gap: 10px;
}

.system-summary > div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(116, 148, 190, .1);
}

.system-summary > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.system-summary span {
    color: var(--v2-muted);
    font-size: 11px;
}

.system-summary strong {
    font-size: 11px;
}

.value-online {
    color: #79e2aa;
}

.value-error {
    color: #ff929e;
}

.v2-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.v2-stat-card {
    min-height: 116px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 13px;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--v2-border);
    border-radius: 16px;
    background: var(--v2-panel);
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .1);
}

.stat-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    font-weight: 900;
}

.stat-icon.blue,
.quick-icon.blue {
    color: #77b1ff;
    background: rgba(59, 130, 246, .12);
}

.stat-icon.yellow,
.quick-icon.yellow {
    color: #f9d373;
    background: rgba(246, 200, 86, .12);
}

.stat-icon.red,
.quick-icon.red {
    color: #ff8b98;
    background: rgba(243, 95, 111, .12);
}

.stat-icon.purple,
.quick-icon.purple {
    color: #bb9cff;
    background: rgba(154, 113, 255, .12);
}

.quick-icon.green {
    color: #76e2a9;
    background: rgba(53, 208, 127, .12);
}

.quick-icon.orange {
    color: #ffb27d;
    background: rgba(251, 146, 60, .12);
}

.stat-copy {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.stat-copy span {
    color: var(--v2-muted);
    font-size: 10px;
    font-weight: 700;
}

.stat-copy strong {
    overflow: hidden;
    font-size: 20px;
    letter-spacing: -.035em;
    text-overflow: ellipsis;
}

.stat-copy small {
    overflow: hidden;
    color: #72849b;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stat-trend {
    align-self: start;
    padding: 5px 7px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 900;
}

.stat-trend.positive {
    color: #73dda4;
    background: rgba(53, 208, 127, .1);
}

.stat-trend.negative {
    color: #ff909c;
    background: rgba(243, 95, 111, .1);
}

.stat-trend.warning {
    color: #ffd17d;
    background: rgba(246, 200, 86, .1);
}

.stat-trend.neutral {
    color: #92a7c0;
    background: rgba(126, 151, 183, .1);
}

.stat-trend.live {
    color: #d2b9ff;
    background: rgba(154, 113, 255, .12);
}

.skeleton-card {
    position: relative;
    overflow: hidden;
    background: #0d1929;
}

.skeleton-card::after {
    position: absolute;
    content: "";
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .035), transparent);
    animation: skeleton 1.2s infinite;
}

@keyframes skeleton {
    to { transform: translateX(100%); }
}

.dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 22px;
    align-items: start;
}

.dashboard-main-column,
.dashboard-side-column {
    min-width: 0;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
    margin-bottom: 15px;
}

.section-heading h2 {
    margin: 5px 0 2px;
    font-size: 20px;
    letter-spacing: -.035em;
}

.section-heading p {
    margin: 0;
    color: var(--v2-muted);
    font-size: 11px;
}

.section-count {
    padding: 6px 9px;
    border: 1px solid var(--v2-border);
    border-radius: 999px;
    color: #8fa4be;
    background: rgba(101, 130, 168, .06);
    font-size: 9px;
}

.v2-module-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.v2-module-card {
    position: relative;
    min-height: 204px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 17px;
    overflow: hidden;
    border: 1px solid var(--v2-border);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(15, 29, 48, .9), rgba(10, 21, 36, .82));
    cursor: pointer;
    transition: .2s ease;
}

.v2-module-card::before {
    position: absolute;
    content: "";
    width: 105px;
    height: 105px;
    top: -60px;
    right: -50px;
    border-radius: 50%;
    background: var(--accent, #4c93ef);
    filter: blur(45px);
    opacity: .11;
}

.v2-module-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent, rgba(92, 156, 239, .42));
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

.accent-blue { --accent: #4c93ef; }
.accent-red { --accent: #f35f6f; }
.accent-cyan { --accent: #22d3ee; }
.accent-orange { --accent: #fb923c; }
.accent-yellow { --accent: #f6c856; }
.accent-green { --accent: #35d07f; }
.accent-purple { --accent: #9a71ff; }
.accent-pink { --accent: #f472b6; }

.module-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module-card-icon {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--accent) 20%, transparent);
    border-radius: 11px;
    background: color-mix(in srgb, var(--accent) 9%, transparent);
    font-size: 17px;
}

.module-status {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #7990aa;
    font-size: 8px;
    font-weight: 800;
}

.module-status span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4bd387;
}

.module-card-copy {
    margin-top: 19px;
}

.module-card-copy small {
    color: var(--accent);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.module-card-copy h3 {
    margin: 5px 0 7px;
    font-size: 15px;
}

.module-card-copy p {
    margin: 0;
    color: #8395ab;
    line-height: 1.55;
    font-size: 10px;
}

.module-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(119, 148, 187, .1);
    color: #8ca0b8;
    font-size: 9px;
    font-weight: 800;
}

.module-card-footer strong {
    color: var(--accent);
    font-size: 16px;
}

.dashboard-side-column {
    display: grid;
    gap: 14px;
}

.side-panel {
    padding: 18px;
    border: 1px solid var(--v2-border);
    border-radius: 16px;
    background: var(--v2-panel);
    backdrop-filter: blur(14px);
}

.side-panel-heading {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.side-panel h3 {
    margin: 4px 0 0;
    font-size: 14px;
}

.quick-action-list {
    display: grid;
    gap: 7px;
}

.quick-action-list button {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(123, 152, 190, .1);
    border-radius: 11px;
    color: var(--v2-text);
    background: rgba(91, 119, 156, .045);
    cursor: pointer;
    text-align: left;
    transition: .18s ease;
}

.quick-action-list button:hover {
    border-color: rgba(104, 158, 230, .22);
    background: rgba(72, 111, 163, .09);
    transform: translateX(2px);
}

.quick-action-list button > span:nth-child(2) {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.quick-action-list strong {
    font-size: 10px;
}

.quick-action-list small {
    overflow: hidden;
    color: #71849b;
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quick-action-list b {
    color: #6d83a0;
}

.quick-icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 9px;
}

.health-badge {
    padding: 5px 7px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 900;
}

.health-badge.healthy {
    color: #7be1ab;
    background: rgba(53, 208, 127, .1);
}

.health-badge.attention {
    color: #ffd281;
    background: rgba(246, 200, 86, .1);
}

.health-rows,
.configuration-overview {
    display: grid;
}

.health-row,
.configuration-row {
    min-height: 38px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid rgba(116, 145, 183, .09);
    font-size: 9px;
}

.health-row:last-child,
.configuration-row:last-child {
    border-bottom: 0;
}

.health-row span,
.configuration-row span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8396ad;
}

.health-row strong,
.configuration-row strong {
    color: #c6d5e6;
    font-size: 9px;
}

.health-row i,
.configuration-row i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.health-row i.ok,
.configuration-row i.configured {
    background: var(--v2-green);
    box-shadow: 0 0 10px rgba(53, 208, 127, .4);
}

.health-row i.bad {
    background: var(--v2-red);
}

.health-row i.warn,
.configuration-row i.needs-action {
    background: var(--v2-yellow);
}

.configuration-empty {
    padding: 12px 0;
    color: var(--v2-muted);
    font-size: 10px;
}

.login {
    width: min(480px, calc(100% - 30px));
    box-sizing: border-box;
    margin: 10vh auto 0;
    padding: 42px;
    border: 1px solid rgba(101, 157, 235, .2);
    border-radius: 22px;
    background: rgba(10, 22, 38, .88);
    box-shadow: 0 35px 100px rgba(0, 0, 0, .28);
    backdrop-filter: blur(20px);
    text-align: center;
}

.login-visual {
    display: grid;
    place-items: center;
    margin-bottom: 20px;
}

.login-logo {
    width: 65px;
    height: 65px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: white;
    background: linear-gradient(145deg, #4d9aff, #315db9);
    box-shadow: 0 18px 42px rgba(54, 114, 217, .3);
    font-weight: 900;
}

.login h2 {
    margin: 8px 0 8px;
    font-size: 26px;
}

.login p {
    margin: 0 auto 22px;
    color: var(--v2-muted);
    line-height: 1.65;
}

.login-button {
    display: inline-flex;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 10px;
    color: white;
    background: linear-gradient(135deg, #3f89ee, #285db8);
    text-decoration: none;
    font-weight: 800;
}

.logged-out .sidebar {
    display: none;
}

.logged-out .main {
    margin-left: 0;
}

.logged-out .topbar {
    display: none;
}

.mobile-overlay {
    display: none;
}

@media (max-width: 1240px) {
    .v2-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v2-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-grid {
        grid-template-columns: minmax(0, 1fr) 300px;
    }
}

@media (max-width: 990px) {
    .hero-panel {
        grid-template-columns: 1fr;
    }

    .hero-system {
        max-width: 430px;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-side-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .activity-panel {
        grid-column: 1 / -1;
    }
}

@media (max-width: 780px) {
    :root {
        --sidebar-width: 278px;
    }

    .sidebar {
        transform: translateX(-102%);
        transition: transform .24s ease;
    }

    body.mobile-sidebar-open .sidebar {
        transform: translateX(0);
    }

    .main {
        margin-left: 0;
        padding: 0 18px 35px;
    }

    .mobile-menu-button {
        display: grid;
        place-items: center;
    }

    .mobile-overlay {
        position: fixed;
        z-index: 20;
        inset: 0;
        background: rgba(0, 0, 0, .52);
        backdrop-filter: blur(3px);
    }

    body.mobile-sidebar-open .mobile-overlay {
        display: block;
    }

    .topbar {
        min-height: 90px;
    }

    .connection-pill {
        display: none;
    }

    .hero-panel {
        padding: 28px 25px;
    }

    .hero-system {
        grid-template-columns: 110px 1fr;
    }

    .system-ring {
        width: 105px;
        height: 105px;
    }
}

@media (max-width: 620px) {
    .v2-stats,
    .v2-module-grid,
    .dashboard-side-column {
        grid-template-columns: 1fr;
    }

    .activity-panel {
        grid-column: auto;
    }

    .hero-system {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .system-summary {
        width: 100%;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}
