/* =====================================================
   SYSTEM STATUS VIEW
===================================================== */

.system-platform-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #e2e8f0;
}

.system-section {
    margin-bottom: 35px;
    max-width: 500px;
    background: rgba(8, 15, 29, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.08);
    border-radius: 16px;
    padding: 18px;
}

.system-section-title {
    font-weight: 700;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.10);
    padding-bottom: 8px;
    color: #e5e7eb;
}

.system-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    font-size: 14px;
}
