body {
    background-color: #0b1220;
    color: #d9e2f2;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 40px auto;
    background-color: #111a2b;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

h1, h2, h3 {
    color: #f1f5fb;
    margin-top: 0;
}

p, li, td, th, label {
    color: #d9e2f2;
    line-height: 1.5;
}

a {
    color: #7cc7ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    max-width: 350px;
    padding: 10px;
    margin-top: 6px;
    margin-bottom: 16px;
    border: 1px solid #2e3c57;
    border-radius: 6px;
    background-color: #0f1727;
    color: #e6edf7;
}

button {
    background-color: #1e88e5;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}

button:hover {
    background-color: #156fc2;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #0f1727;
    border-radius: 8px;
    overflow: hidden;
}

th {
    background-color: #16233a;
    color: #f1f5fb;
    padding: 12px;
    text-align: left;
}

td {
    padding: 12px;
    border-top: 1px solid #22314b;
}

tr:hover {
    background-color: #152136;
}

.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.85em;
    font-weight: bold;
}

.low {
    background-color: #1f3b2c;
    color: #7ee2a8;
}

.medium {
    background-color: #4a3b12;
    color: #ffd36e;
}

.high {
    background-color: #4a1f1f;
    color: #ff8a8a;
}

.status-open {
    color: #7cc7ff;
    font-weight: bold;
}

.status-monitoring {
    color: #ffd36e;
    font-weight: bold;
}

.status-closed {
    color: #8ecf9b;
    font-weight: bold;
}

.status-escalated {
    color: #ff8a8a;
    font-weight: bold;
}

.note-box {
    background-color: #0f1727;
    border-left: 4px solid #1e88e5;
    padding: 12px 16px;
    margin: 10px 0;
    border-radius: 6px;
}

.meta-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 10px 20px;
    margin-bottom: 20px;
}

.meta-label {
    font-weight: bold;
    color: #9fb3cc;
}

.highlight-ticket {
    font-weight: bold;
    color: #ff8a8a;
}

.navbar {
    background-color: #0f1727;
    padding: 14px 30px;
    border-bottom: 1px solid #22314b;
}

.navbar-inner {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-title {
    font-weight: bold;
    font-size: 1.1em;
}

.nav-links a {
    margin-left: 18px;
    color: #7cc7ff;
    font-weight: bold;
}

.soc-status {
    display: flex;
    gap: 20px;
    margin: 25px 0;
}

.soc-card {
    background-color: #0f1727;
    border: 1px solid #22314b;
    padding: 16px 20px;
    border-radius: 8px;
    min-width: 160px;
}

.soc-title {
    font-size: 0.8em;
    color: #9fb3cc;
}

.soc-number {
    font-size: 1.8em;
    font-weight: bold;
    color: #7cc7ff;
}

.classification-banner {
    background-color: #7a0000;
    color: #ffffff;
    text-align: center;
    padding: 6px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 0.85em;
}

.success-title {
    color: #6bd18c;
    margin-bottom: 10px;
}

.action-row {
    margin-top: 30px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.action-button {
    display: inline-block;
    background-color: #1e88e5;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

.action-button:hover {
    background-color: #156fc2;
    text-decoration: none;
}

.secondary-button {
    display: inline-block;
    background-color: #16233a;
    color: #d9e2f2;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #22314b;
}

.secondary-button:hover {
    background-color: #1b2a44;
    text-decoration: none;
}
