/* Nexar HOST — typography + welcome banner */
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.huraga-brand-logo {
    max-height: 46px;
    width: auto;
    object-fit: contain;
}

.huraga-login-logo {
    max-height: 64px !important;
    width: auto;
}

.client-welcome-banner__inner {
    background: linear-gradient(
        125deg,
        color-mix(in srgb, #00AEEF 75%, #0a1628) 0%,
        color-mix(in srgb, #5568FF 68%, #0a1628) 45%,
        color-mix(in srgb, #9E28B3 82%, #0a1628) 100%
    );
    border-radius: var(--bs-border-radius, 0.375rem);
    border: 1px solid color-mix(in srgb, #00AEEF 35%, transparent);
    box-shadow: 0 0 0 1px color-mix(in srgb, #9E28B3 25%, transparent);
}

.client-welcome-banner__kicker {
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.7);
}

.client-welcome-banner__lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.55;
    max-width: 42rem;
}

/* Dark theme accents (cyan → purple like Nexar brand) */
[data-bs-theme="dark"] {
    --nexar-blue: #00AEEF;
    --nexar-purple: #9E28B3;
    --nexar-muted: #a8afc2;
    --bs-primary: #00AEEF;
    --bs-primary-rgb: 0, 174, 239;
    --bs-primary-border-subtle: color-mix(in srgb, #9E28B3 55%, transparent);
    --bs-link-color: #5ec8fa;
    --bs-link-hover-color: #cfa0ff;
    --bs-border-color: rgba(168, 175, 194, 0.18);
    --bs-border-color-translucent: rgba(0, 174, 239, 0.12);
}

[data-bs-theme="dark"] .card {
    border-color: color-mix(in srgb, #00AEEF 22%, transparent);
    box-shadow: 0 0 0 1px color-mix(in srgb, #9E28B3 16%, transparent);
    background-color: color-mix(in srgb, var(--bs-body-bg) 96%, #1a2435);
}

[data-bs-theme="dark"] .card-header {
    border-bottom-color: color-mix(in srgb, #00AEEF 25%, transparent);
}

[data-bs-theme="dark"] .navbar {
    border-bottom: 1px solid color-mix(in srgb, #00AEEF 18%, transparent);
}

[data-bs-theme="dark"] .btn-primary {
    background: linear-gradient(92deg, #00AEEF 0%, #6b4dff 55%, #9E28B3 100%);
    border-color: transparent;
}

[data-bs-theme="dark"] .btn-primary:hover,
[data-bs-theme="dark"] .btn-primary:focus {
    background: linear-gradient(92deg, #33bff5 0%, #8370ff 50%, #b44fd4 100%);
    border-color: transparent;
}

[data-bs-theme="dark"] .btn-outline-primary {
    color: var(--nexar-blue);
    border-color: color-mix(in srgb, #00AEEF 55%, transparent);
}

[data-bs-theme="dark"] .btn-outline-primary:hover {
    background: linear-gradient(92deg, #00AEEF 0%, #9E28B3 100%);
    border-color: transparent;
    color: #fff;
}

[data-bs-theme="dark"] .form-control:focus {
    border-color: #66c8ef;
    box-shadow: 0 0 0 0.2rem rgba(0, 174, 239, 0.22),
        0 0 12px rgba(158, 40, 179, 0.15);
}

[data-bs-theme="dark"] .invoice-gateway:hover {
    border-color: #9E28B3 !important;
}

[data-bs-theme="dark"] a:not(.btn):hover {
    color: var(--bs-link-hover-color);
}

/* Shell layout closer to Nexar mockup */
.huraga-shell {
    max-width: 1500px;
}

.huraga-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

[data-bs-theme="dark"] body {
    background:
        radial-gradient(circle at 15% 0%, rgba(0, 174, 239, 0.12), transparent 28%),
        radial-gradient(circle at 85% 5%, rgba(158, 40, 179, 0.12), transparent 30%),
        #070b14;
    color: #d2d8e6;
}

[data-bs-theme="dark"] .huraga-sidebar-col .offcanvas-body {
    background: linear-gradient(180deg, rgba(11, 18, 32, 0.95) 0%, rgba(8, 13, 24, 0.92) 100%);
    border: 1px solid rgba(88, 101, 132, 0.24);
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(0, 174, 239, 0.08), 0 10px 28px rgba(0, 0, 0, 0.35);
    padding: 0.7rem;
}

[data-bs-theme="dark"] .offcanvas-item {
    border: 0;
    border-radius: 10px;
    margin: 0.15rem 0;
}

[data-bs-theme="dark"] .offcanvas-item > a {
    border: 1px solid transparent;
    border-radius: 10px;
    color: #b6bfd3;
    font-weight: 500;
    transition: all 0.2s ease;
}

[data-bs-theme="dark"] .offcanvas-item > a:hover {
    color: #fff;
    border-color: rgba(94, 200, 250, 0.4);
    background: linear-gradient(90deg, rgba(0, 174, 239, 0.2), rgba(158, 40, 179, 0.22));
    box-shadow: 0 0 0 1px rgba(158, 40, 179, 0.2);
}

[data-bs-theme="dark"] .offcanvas-item .svg-icon {
    opacity: 0.9;
}

[data-bs-theme="dark"] .huraga-main-col .content-block {
    background: linear-gradient(180deg, rgba(9, 15, 28, 0.9) 0%, rgba(7, 11, 20, 0.9) 100%);
    border: 1px solid rgba(74, 92, 128, 0.26);
    border-radius: 14px;
    padding: 0.9rem 1rem;
}

[data-bs-theme="dark"] .huraga-main-col .breadcrumb {
    background: transparent;
    border: 1px solid rgba(63, 78, 109, 0.26);
    border-radius: 10px;
    padding: 0.6rem 0.75rem;
}

[data-bs-theme="dark"] .card {
    border-radius: 14px;
}

[data-bs-theme="dark"] .table {
    --bs-table-bg: transparent;
    --bs-table-color: #cfd7e8;
    --bs-table-border-color: rgba(88, 101, 132, 0.22);
}

[data-bs-theme="dark"] .table > :not(caption) > * > * {
    border-bottom-color: rgba(88, 101, 132, 0.22);
}

/* —— Client order flow (Nexar-style product picker) —— */
body.order-index .huraga-sidebar-col a.nav-link[href*="order"]:not([href*="order/service"]),
body.order-product .huraga-sidebar-col a.nav-link[href*="order"]:not([href*="order/service"]) {
    color: #fff !important;
    border-color: rgba(94, 200, 250, 0.45) !important;
    background: linear-gradient(90deg, rgba(0, 174, 239, 0.28), rgba(158, 40, 179, 0.3)) !important;
    box-shadow: 0 0 0 1px rgba(158, 40, 179, 0.25);
}

.order-nexar-page {
    padding-bottom: 1rem;
}

.order-nexar-page-title {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f0f4fc;
}

.order-nexar-page-subtitle {
    max-width: 40rem;
}

.order-nexar-icon-btn {
    border-radius: 12px;
    border: 1px solid rgba(94, 200, 250, 0.35);
    background: rgba(10, 16, 30, 0.65);
    color: #cfe6ff;
    padding: 0.45rem 0.55rem;
    line-height: 1;
}

.order-nexar-icon-btn:hover {
    border-color: rgba(207, 160, 255, 0.55);
    color: #fff;
    background: rgba(20, 28, 48, 0.85);
}

.order-nexar-notify-badge {
    font-size: 0.65rem;
    min-width: 1.1rem;
    padding: 0.2em 0.45em;
    background: linear-gradient(92deg, #00aeef, #9e28b3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.order-nexar-currency-wrap .currency_selector,
.order-nexar-currency-wrap select.form-select {
    border-radius: 10px;
    background: rgba(10, 16, 30, 0.75);
    border: 1px solid rgba(94, 200, 250, 0.35);
    color: #e8eefc;
    min-width: 10rem;
}

.order-nexar-manager-card {
    background: linear-gradient(180deg, rgba(12, 18, 34, 0.92) 0%, rgba(8, 12, 22, 0.92) 100%);
    border: 1px solid rgba(74, 92, 128, 0.35) !important;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(0, 174, 239, 0.06);
}

.order-nexar-accordion .accordion-item {
    border: 1px solid rgba(74, 92, 128, 0.28);
    border-radius: 14px !important;
    margin-bottom: 0.65rem;
    overflow: hidden;
    background: rgba(7, 11, 20, 0.55);
}

.order-nexar-accordion .accordion-button {
    background: rgba(14, 22, 40, 0.85);
    color: #e8eefc;
    font-weight: 600;
    box-shadow: none;
}

.order-nexar-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, rgba(0, 174, 239, 0.22), rgba(158, 40, 179, 0.2));
    color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 174, 239, 0.25);
}

.order-nexar-accordion .accordion-button::after {
    filter: invert(0.85);
}

.order-nexar-accordion .accordion-body {
    background: rgba(6, 10, 20, 0.55);
    color: #d2d8e6;
}

.order-nexar-badge-count {
    background: rgba(0, 174, 239, 0.25);
    color: #bfefff;
    border: 1px solid rgba(0, 174, 239, 0.45);
    font-weight: 600;
}

.order-nexar-section-label {
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8b97b5;
    font-weight: 600;
}

.order-nexar-cat-pills {
    scrollbar-width: thin;
}

.order-nexar-cat-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 12px !important;
    border: 1px solid rgba(88, 101, 132, 0.45);
    color: #b6bfd3 !important;
    background: rgba(10, 16, 30, 0.75);
    padding: 0.5rem 0.85rem !important;
    white-space: nowrap;
    font-weight: 600;
    font-size: 0.88rem;
}

.order-nexar-cat-pill:hover {
    border-color: rgba(0, 174, 239, 0.55);
    color: #fff !important;
}

.order-nexar-cat-pill.active {
    border-color: rgba(0, 174, 239, 0.85);
    color: #fff !important;
    background: linear-gradient(125deg, rgba(0, 174, 239, 0.35), rgba(158, 40, 179, 0.32));
    box-shadow: 0 0 0 1px rgba(0, 174, 239, 0.25), 0 0 22px rgba(0, 174, 239, 0.18);
}

.order-nexar-cat-pill-icon svg {
    width: 1.15rem;
    height: 1.15rem;
    display: block;
    opacity: 0.95;
}

.order-nexar-category-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #f4f7ff;
}

.order-nexar-category-desc {
    color: #9aa6c2 !important;
}

.order-nexar-feature-pills,
.order-nexar-pills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.order-nexar-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #c8defc;
    border: 1px solid rgba(0, 174, 239, 0.35);
    background: rgba(0, 174, 239, 0.08);
}

.order-nexar-pill .svg-icon {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.order-nexar-plan-card {
    border-radius: 16px;
    border: 1px solid rgba(74, 92, 128, 0.35);
    background: linear-gradient(180deg, rgba(14, 20, 36, 0.95), rgba(8, 12, 22, 0.92));
    padding: 1.1rem 1rem 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.order-nexar-plan-card:hover {
    border-color: rgba(0, 174, 239, 0.65);
    box-shadow: 0 0 0 1px rgba(0, 174, 239, 0.2), 0 12px 32px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
}

.order-nexar-plan-name {
    font-size: 1rem;
    font-weight: 700;
    color: #f4f7ff;
    line-height: 1.25;
}

.order-nexar-popular-badge {
    flex-shrink: 0;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.2rem 0.45rem;
    border-radius: 6px;
    color: #0a1628;
    background: linear-gradient(92deg, #5cf0ff, #7ad7ff);
}

.order-nexar-plan-tagline {
    color: #7dd3fc !important;
    min-height: 2.6rem;
}

.order-nexar-plan-price-block > .order-nexar-plan-price-line:first-of-type .order-nexar-plan-price {
    font-size: 1.55rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

.order-nexar-plan-price-block > .order-nexar-plan-price-line:not(:first-of-type) .order-nexar-plan-price {
    font-size: 1.05rem;
    font-weight: 700;
    color: #e2ebff;
}

.order-nexar-plan-specs li {
    padding: 0.2rem 0;
    color: #b8c4dc;
}

.order-nexar-check {
    color: #3ee0ff;
    font-weight: 700;
    margin-right: 0.35rem;
}

.order-nexar-select-btn {
    border: none;
    border-radius: 12px;
    font-weight: 700;
    color: #fff !important;
    background: linear-gradient(92deg, #00aeef 0%, #6b4dff 55%, #9e28b3 100%) !important;
    padding: 0.55rem 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.order-nexar-select-btn:hover {
    filter: brightness(1.08);
    color: #fff !important;
}

.order-nexar-includes {
    border-radius: 16px;
    border: 1px solid rgba(74, 92, 128, 0.3);
    padding: 1rem 1rem 1.15rem;
    background: rgba(7, 11, 20, 0.55);
}

.order-nexar-includes-title {
    color: #9aa6c2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
}

.order-nexar-include-cell {
    border-radius: 12px;
    border: 1px solid rgba(74, 92, 128, 0.28);
    padding: 0.65rem 0.35rem;
    background: rgba(10, 16, 30, 0.45);
    color: #b6bfd3;
}

.order-nexar-include-icon {
    color: #5ec8fa;
}

.order-nexar-powered a {
    color: #8ebfff;
}

[data-bs-theme="light"] .order-nexar-page-title {
    color: var(--bs-heading-color);
}

[data-bs-theme="light"] .order-nexar-manager-card {
    background: var(--bs-body-bg);
    box-shadow: var(--bs-box-shadow-sm);
}

[data-bs-theme="light"] .order-nexar-plan-card {
    background: var(--bs-body-bg);
}

/* —— Nexar reference: order page polish (categories as cards, deeper shell) —— */
[data-bs-theme="dark"] body.order-index .huraga-main-col .content-block,
[data-bs-theme="dark"] body.order-product .huraga-main-col .content-block {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

[data-bs-theme="dark"] body.order-index,
[data-bs-theme="dark"] body.order-product {
    --nexar-page-bg: #06090f;
}

.order-nexar-page-header--nexar .order-nexar-page-title {
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    font-weight: 800;
    color: #fff;
}

.order-nexar-page-header--nexar .order-nexar-page-subtitle {
    color: #8b97b5 !important;
    font-size: 0.95rem;
    max-width: 36rem;
    line-height: 1.45;
}

.order-nexar-currency-below-title label {
    margin-top: 0 !important;
}

.order-nexar-currency-below-title .form-select {
    max-width: 14rem;
}

.order-nexar-icon-btn--avatar {
    padding: 2px !important;
}

.order-nexar-notify-badge--zero {
    opacity: 0.85;
}

.order-nexar-catalog-panel {
    padding: 0.15rem 0.1rem 0.25rem;
}

.order-nexar-cat-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.25rem 0.15rem 0.5rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.order-nexar-cat-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: min(168px, 42vw);
    min-height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 0.35rem;
    padding: 0.85rem 0.65rem 0.75rem;
    border-radius: 12px;
    border: 1px solid #1e2430;
    background: linear-gradient(180deg, rgba(16, 22, 36, 0.98), rgba(8, 11, 18, 0.95));
    color: #c5cee0;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.order-nexar-cat-card:hover {
    color: #fff;
    border-color: rgba(0, 174, 239, 0.45);
}

.order-nexar-cat-card.active {
    color: #fff;
    border-color: rgba(0, 210, 255, 0.95);
    box-shadow: 0 0 0 1px rgba(0, 174, 239, 0.35), 0 0 28px rgba(0, 174, 239, 0.22);
    background: linear-gradient(180deg, rgba(18, 32, 52, 0.98), rgba(10, 14, 24, 0.96));
}

.order-nexar-cat-card-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5ec8fa;
    margin-bottom: 0.15rem;
}

.order-nexar-cat-card.active .order-nexar-cat-card-icon {
    color: #5cf0ff;
}

.order-nexar-cat-card-icon svg {
    width: 2.1rem;
    height: 2.1rem;
}

.order-nexar-cat-card-title {
    font-weight: 700;
    font-size: 0.88rem;
    line-height: 1.2;
    color: inherit;
}

.order-nexar-cat-card-sub {
    font-size: 0.68rem;
    line-height: 1.25;
    color: #7a869f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.order-nexar-cat-card.active .order-nexar-cat-card-sub {
    color: #9eb6d4;
}

.order-nexar-category-head-icon {
    color: #5ec8fa;
    flex-shrink: 0;
}

.order-nexar-includes-lead,
.order-nexar-includes-trail {
    color: #8b97b5;
    font-weight: 600;
}

.order-nexar-includes-cat {
    color: #fff;
    font-weight: 800;
    margin: 0 0.25rem;
}

.order-nexar-plan-price-block > .order-nexar-plan-price-line:not(:first-of-type) {
    display: none;
}

.order-nexar-plan-period-label {
    font-size: 0.78rem;
    color: #7a8aa8 !important;
    margin-top: 0.15rem;
}

.order-nexar-plan-period-muted {
    font-size: 0.95rem;
    color: #9eb6d4;
    font-weight: 600;
}

.order-nexar-sidebar-help {
    padding: 0.85rem 0.75rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(158, 40, 179, 0.35);
    background: rgba(10, 14, 24, 0.9);
    box-shadow: 0 0 22px rgba(158, 40, 179, 0.12);
}

.order-nexar-sidebar-help-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #e8eefc;
    margin: 0;
}

.order-nexar-sidebar-help-btn {
    border-radius: 10px !important;
    border: 1px solid rgba(0, 174, 239, 0.65) !important;
    color: #bfefff !important;
    background: transparent !important;
    font-weight: 700;
}

.order-nexar-sidebar-help-btn:hover {
    color: #fff !important;
    background: linear-gradient(92deg, rgba(0, 174, 239, 0.25), rgba(158, 40, 179, 0.28)) !important;
    border-color: rgba(207, 160, 255, 0.55) !important;
}

body.order-index .huraga-sidebar-col a.nav-link[href*="order"]:not([href*="order/service"]),
body.order-product .huraga-sidebar-col a.nav-link[href*="order"]:not([href*="order/service"]) {
    border-radius: 10px;
}

/* Server panel — destacado dorado (sidebar Huraga) */
@keyframes huraga-serverpanel-glow {
    0%,
    100% {
        box-shadow:
            0 0 6px rgba(255, 193, 7, 0.22),
            0 0 0 1px rgba(212, 175, 55, 0.35);
    }
    50% {
        box-shadow:
            0 0 18px rgba(255, 215, 0, 0.42),
            0 0 28px rgba(255, 193, 7, 0.18),
            0 0 0 1px rgba(255, 223, 128, 0.5);
    }
}

a.nav-link.huraga-nav-serverpanel {
    position: relative;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    border-radius: 10px !important;
    color: #f4e8c8 !important;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: linear-gradient(
        105deg,
        rgba(212, 175, 55, 0.18) 0%,
        rgba(255, 215, 0, 0.08) 50%,
        rgba(184, 134, 11, 0.14) 100%
    ) !important;
    border: 1px solid rgba(212, 175, 55, 0.45) !important;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.35);
    animation: huraga-serverpanel-glow 3.2s ease-in-out infinite;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

a.nav-link.huraga-nav-serverpanel .svg-icon {
    filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.55));
}

a.nav-link.huraga-nav-serverpanel:hover {
    color: #fffbeb !important;
    background: linear-gradient(
        105deg,
        rgba(255, 215, 0, 0.28) 0%,
        rgba(255, 236, 179, 0.14) 50%,
        rgba(212, 175, 55, 0.22) 100%
    ) !important;
    border-color: rgba(255, 223, 128, 0.65) !important;
    transform: translateX(2px);
}

a.nav-link.huraga-nav-serverpanel.active {
    color: #fff !important;
    background: linear-gradient(
        105deg,
        rgba(255, 215, 0, 0.32) 0%,
        rgba(212, 175, 55, 0.22) 100%
    ) !important;
    border-color: rgba(255, 215, 0, 0.55) !important;
}

/* —— Panel de Servidor: página cliente —— */
@keyframes serverpanel-led-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
    }
}

body.serverpanel-page .serverpanel-hero {
    padding: 1.25rem 1.35rem;
    border-radius: 14px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: linear-gradient(
        125deg,
        rgba(212, 175, 55, 0.12) 0%,
        rgba(10, 18, 32, 0.65) 45%,
        rgba(184, 134, 11, 0.1) 100%
    );
    box-shadow:
        0 0 24px rgba(255, 193, 7, 0.12),
        inset 0 0 0 1px rgba(255, 223, 128, 0.08);
}

body.serverpanel-page .serverpanel-hero__title {
    background: linear-gradient(92deg, #fff8e1, #f4d03f, #d4af37);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    letter-spacing: 0.02em;
}

body.serverpanel-page .serverpanel-card {
    border-color: rgba(148, 163, 184, 0.22);
    background: color-mix(in srgb, var(--bs-body-bg) 94%, #1a2435);
    border-radius: 14px;
    overflow: hidden;
}

body.serverpanel-page .serverpanel-card .card-header {
    border-bottom-color: rgba(212, 175, 55, 0.2);
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.08), transparent);
}

body.serverpanel-page .serverpanel-card--danger {
    border-color: rgba(220, 53, 69, 0.35);
}

body.serverpanel-page .serverpanel-card--danger .card-header {
    color: #f8a0a8;
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.12), transparent);
}

body.serverpanel-page .serverpanel-led {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.25);
}

body.serverpanel-page .serverpanel-led--on {
    background: radial-gradient(circle at 30% 30%, #86efac, #16a34a);
    animation: serverpanel-led-pulse 2s ease-in-out infinite;
}

body.serverpanel-page .serverpanel-led--off {
    background: radial-gradient(circle at 30% 30%, #fca5a5, #dc2626);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.35);
}

body.serverpanel-page .serverpanel-iframe-wrap {
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.15), 0 8px 32px rgba(0, 0, 0, 0.35);
}
