.ipmi-panel {
    width: min(1180px, 94vw);
    margin: 20px auto;
    font-family: Arial, sans-serif;
    color: #e8eefc;
}
.aether {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(15, 23, 42, .96), rgba(30, 41, 59, .86));
    box-shadow: 0 25px 70px rgba(0, 0, 0, .38);
}
.aether:before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    right: -180px;
    top: -200px;
    background: rgba(99, 102, 241, .16);
    filter: blur(80px);
    pointer-events: none;
}
.aether-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.aether-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}
.aether-logo {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, #14b8a6, #6366f1);
    font-size: 23px;
}
.aether-kicker {
    color: #64748b;
    font-size: 8px;
    letter-spacing: 2px;
}
.aether-title {
    margin-top: 3px;
    font-size: 22px;
    font-weight: 700;
}
.aether-sub {
    margin-top: 3px;
    color: #64748b;
    font-size: 9px;
}
.aether-live {
    padding: 7px 11px;
    border: 1px solid rgba(34, 197, 94, .18);
    border-radius: 20px;
    background: rgba(34, 197, 94, .07);
    color: #4ade80;
    font-size: 8px;
    font-weight: bold;
}
.aether-live b {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 8px #22c55e;
}
.aether-tabs {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 5px;
    padding: 6px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 14px;
    background: rgba(255, 255, 255, .025);
}
.aether-tabs button {
    padding: 8px 14px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #64748b;
    font-size: 9px;
    cursor: pointer;
}
.aether-tabs button.active {
    color: #fff;
    background: rgba(99, 102, 241, .25);
}
.aether-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
}
.aether-card {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 17px;
    background: rgba(255, 255, 255, .045);
    box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}
.aether-label {
    color: #64748b;
    font-size: 8px;
}
.aether-value {
    margin-top: 8px;
    color: #f8fafc;
    font-size: 20px;
    font-weight: bold;
}
.aether-status {
    margin-top: 4px;
    color: #4ade80;
    font-size: 8px;
}
.aether-main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.6fr .8fr;
    gap: 10px;
    margin-top: 10px;
}
.aether-panel {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 19px;
    background: rgba(255, 255, 255, .035);
}
.aether-panel-title {
    color: #e2e8f0;
    font-size: 12px;
    font-weight: bold;
}
.aether-panel-sub {
    margin-top: 3px;
    color: #64748b;
    font-size: 8px;
}
.aether-chart {
    height: 220px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 10px;
}
.aether-health {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.aether-ring {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(
        #2dd4bf 0 100%,
        rgba(255, 255, 255, .06) 100%
    );
    box-shadow: 0 0 35px rgba(45, 212, 191, .15);
}
.aether-ring-inner {
    width: 103px;
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: #111827;
}
.aether-ring-inner b {
    font-size: 24px;
    color: #fff;
}
.aether-ring-inner span {
    margin-top: 3px;
    color: #64748b;
    font-size: 7px;
}
.aether-health-text {
    margin-top: 10px;
    color: #4ade80;
    font-size: 9px;
}
.aether-bottom {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}
.aether-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-top: 10px;
}
.aether-row {
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 10px;
    background: rgba(15, 23, 42, .45);
}
.aether-row span {
    display: block;
    color: #64748b;
    font-size: 8px;
}
.aether-row b {
    display: block;
    margin-top: 4px;
    color: #e2e8f0;
    font-size: 11px;
}
.aether-row i {
    display: block;
    margin-top: 2px;
    color: #4ade80;
    font-size: 7px;
    font-style: normal;
}
.aether-footer {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .05);
    color: #475569;
    font-size: 7px;
}
@media (max-width: 800px) {
    .aether-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .aether-main,
    .aether-bottom {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 500px) {
    .ipmi-panel {
        width: 96vw;
    }
    .aether {
        padding: 12px;
    }
    .aether-title {
        font-size: 18px;
    }
    .aether-tabs {
        overflow-x: auto;
    }
    .aether-tabs button {
        white-space: nowrap;
    }
    .aether-grid {
        gap: 6px;
    }
    .aether-card {
        padding: 10px;
    }
    .aether-list {
        grid-template-columns: 1fr;
    }
}

/*===== HP =====*/
@media (max-width: 600px) {
    .aether-chart {
        height: 120px !important;
        min-height: 120px;
        margin-top: 6px;
    }
    .aether-chart svg {
        height: 120px !important;
    }
    .aether-health {
        height: 125px !important;
        min-height: 125px;
    }
    .aether-ring {
        width: 82px;
        height: 82px;
    }
    .aether-ring-inner {
        width: 68px;
        height: 68px;
    }
    .aether-ring-inner b {
        font-size: 17px;
    }
    .aether-health-text {
        margin-top: 6px;
        font-size: 8px;
    }
}
/*===== HP GRAPH + SYSTEM HEALTH =====*/

@media (max-width: 600px) {
    .aether-main {
        grid-template-columns: 1.55fr .85fr !important;
        gap: 6px;
    }
    .aether-panel {
        padding: 10px;
    }
    .aether-panel-title {
        font-size: 10px;
    }
    .aether-panel-sub {
        font-size: 7px;
    }
    .aether-chart {
        height: 120px !important;
        min-height: 120px;
    }
    .aether-chart svg {
        height: 120px !important;
    }
    .aether-health {
        height: 120px !important;
        min-height: 120px;
    }
    .aether-ring {
        width: 72px;
        height: 72px;
    }
    .aether-ring-inner {
        width: 60px;
        height: 60px;
    }
    .aether-ring-inner b {
        font-size: 15px;
    }
    .aether-health-text {
        margin-top: 5px;
        font-size: 7px;
    }
}
