.airsea-gateway-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 12% 4%, rgba(37, 99, 235, 0.12), transparent 30%),
        radial-gradient(circle at 92% 14%, rgba(16, 185, 129, 0.12), transparent 28%),
        linear-gradient(180deg, #f8fbff, #fff 52%, #effef8);
    color: var(--text);
}

.airsea-status {
    border-bottom: 1px solid var(--line);
    background: rgba(248, 251, 255, 0.9);
    color: #334155;
    font-size: 13px;
    font-weight: 850;
}

.airsea-status .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 42px;
    overflow: hidden;
}

.airsea-status-track {
    display: flex;
    align-items: center;
    gap: 22px;
    white-space: nowrap;
}

.airsea-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--emerald, #059669);
    box-shadow: 0 0 0 6px rgba(16, 163, 127, 0.10);
}

.airsea-post-nav {
    margin: 0;
}

.status-link-button {
    border: 0;
    background: transparent;
    color: var(--blue-600, #2563eb);
    font: inherit;
    font-weight: 950;
    cursor: pointer;
}

.airsea-shell {
    padding: 24px 0 42px;
}

.mini-action-button,
.summary-button,
.table-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-weight: 950;
    text-decoration: none;
    cursor: pointer;
}

.mini-action-button,
.summary-button.filled {
    border: 0;
    background: linear-gradient(135deg, var(--blue-600, #2563eb), var(--emerald, #059669));
    color: #fff;
    box-shadow: 0 18px 42px rgba(37, 99, 235, 0.20);
}

.summary-button,
.table-link-button {
    border: 1px solid var(--line);
    background: #fff;
    color: var(--text);
}

.ops-action-card,
.ops-summary-card,
.ops-table-card {
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
}

.section-head span {
    color: var(--blue-600, #2563eb);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ops-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.airsea-section {
    padding-top: 34px;
}

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

.section-head h2 {
    margin: 8px 0 0;
    font-size: clamp(28px, 3.5vw, 42px);
    line-height: 1.06;
}

.section-head p {
    max-width: 560px;
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.ops-action-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ops-action-card {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
}

.ops-action-card b,
.summary-top b,
.table-card-head span {
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: #ecfeff;
    color: #0891b2;
    font-weight: 950;
}

.ops-action-card b {
    width: 50px;
    height: 50px;
}

.ops-action-card h3,
.summary-top h3,
.table-card-head h3 {
    margin: 0;
    color: var(--text);
}

.ops-action-card p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 13px;
}

.mini-action-button {
    min-height: 40px;
    padding: 0 14px;
}

.ops-summary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ops-summary-card {
    padding: 18px;
}

.summary-top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.summary-top b {
    width: 52px;
    height: 52px;
}

.summary-top strong {
    display: block;
    margin-top: 8px;
    font-size: 34px;
    line-height: 1;
}

.summary-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.summary-button {
    flex: 1;
    min-height: 40px;
    padding: 0 12px;
}

.ops-recent-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-top: 34px;
}

.ops-table-card {
    overflow: hidden;
}

.table-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    border-bottom: 1px solid var(--line);
}

.table-card-head div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.table-card-head span {
    width: 42px;
    height: 42px;
    font-size: 12px;
}

.table-link-button {
    min-height: 38px;
    padding: 0 12px;
}

.ops-table-wrap {
    overflow-x: auto;
}

.ops-table-card table {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px;
}

.ops-table-card th,
.ops-table-card td {
    padding: 13px 16px;
    border-bottom: 1px solid #e5edf7;
    color: #334155;
    text-align: left;
    font-size: 13px;
}

.ops-table-card th {
    background: #f8fbff;
    color: #64748b;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.status-pill {
    display: inline-flex;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    background: #f0fdf4;
    color: #047857;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .ops-action-grid,
    .ops-summary-grid,
    .ops-recent-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .airsea-status .container,
    .section-head,
    .ops-action-card {
        align-items: stretch;
        flex-direction: column;
    }

    .airsea-status-track {
        gap: 14px;
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .airsea-shell {
        padding-top: 30px;
    }

    .ops-action-card {
        display: flex;
    }

    .mini-action-button,
    .summary-button,
    .table-link-button,
    .airsea-post-nav {
        width: 100%;
    }

    .table-card-head {
        align-items: stretch;
        flex-direction: column;
    }
}
