:root {
    --bg: #0b1115;
    --bg-soft: #121b21;
    --panel: rgba(14, 23, 29, 0.82);
    --panel-strong: rgba(10, 16, 20, 0.92);
    --line: rgba(216, 166, 68, 0.18);
    --line-strong: rgba(216, 166, 68, 0.38);
    --text: #eef2f4;
    --text-soft: #a6b5bb;
    --gold: #f3bf52;
    --gold-strong: #ffda77;
    --green: #53d18b;
    --red: #f36c62;
    --warm: #ef9c3b;
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --content-width: 1340px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(5, 10, 13, 0.72), rgba(5, 10, 13, 0.82)),
        url('/assets/img/background.jpg') center center / cover no-repeat fixed,
        linear-gradient(180deg, #091014 0%, #0d1519 32%, #0a1014 100%);
    color: var(--text);
    font: 400 16px/1.5 Candara, "Segoe UI Variable Text", sans-serif;
}

body.has-login-modal {
    overflow: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 72%);
}

.clipboard-helper {
    position: absolute;
    left: -9999px;
    top: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select {
    font: inherit;
}

.site-shell {
    width: min(calc(100% - 40px), var(--content-width));
    margin: 0 auto;
    padding: 18px 0 42px;
}

body.is-login-page .site-shell {
    padding-top: 28px;
}

.login-page-shell {
    display: grid;
    min-height: calc(100vh - 170px);
    place-items: center;
    padding: 20px 0 8px;
}

body.is-login-page .login-page-shell {
    min-height: calc(100vh - 132px);
    padding-top: 0;
}

.login-page-frame {
    width: min(100%, 560px);
    display: grid;
    gap: 0;
}

.login-page-card {
    width: 100%;
}

.login-page-card .login-modal-brand {
    grid-template-columns: minmax(104px, 128px) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 0;
}

.login-page-card .login-modal-logo {
    width: min(128px, 100%);
    justify-self: center;
}

.login-page-card .login-modal-wordmark {
    align-content: center;
}

.login-page-card .login-modal-copy {
    margin-bottom: 28px;
}

.login-page-return-note {
    position: relative;
    z-index: 1;
    margin: 16px 0 0;
    text-align: center;
    color: rgba(214, 223, 227, 0.74);
    font-size: 0.95rem;
}

.login-modal-root {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: grid;
    place-items: center;
    padding: 24px;
}

.login-modal-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top center, rgba(243, 191, 82, 0.12), transparent 24%),
        radial-gradient(circle at 82% 18%, rgba(101, 215, 208, 0.08), transparent 22%),
        rgba(5, 7, 9, 0.72);
    backdrop-filter: blur(12px);
}

.login-modal-card {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    padding: 72px 28px 24px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background:
        radial-gradient(circle at top center, rgba(243, 191, 82, 0.08), transparent 32%),
        radial-gradient(circle at 78% 16%, rgba(101, 215, 208, 0.08), transparent 22%),
        linear-gradient(180deg, rgba(17, 27, 33, 0.98), rgba(9, 14, 18, 0.98));
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.52),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.login-modal-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: auto, 34px 34px, 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 78%);
}

.login-modal-close {
    position: absolute;
    top: 28px;
    right: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(9, 14, 18, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    font: 700 1.55rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: none;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.login-modal-close:hover {
    color: var(--text);
    background: rgba(15, 23, 28, 0.96);
    border-color: rgba(243, 191, 82, 0.28);
    transform: translateY(-1px);
}

.login-modal-brand,
.login-modal-copy,
.login-modal-notice,
.login-modal-benefits {
    position: relative;
    z-index: 1;
}

.login-modal-brand {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-bottom: 26px;
    padding-right: 68px;
}

.login-modal-logo {
    display: block;
    width: 132px;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.3));
}

.login-modal-wordmark {
    display: grid;
    gap: 8px;
}

.login-modal-wordmark strong,
.login-modal-wordmark span,
.login-modal-copy h1,
.login-modal-copy h2 {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
}

.login-modal-wordmark strong {
    color: #f5f7fb;
    font-size: clamp(2.3rem, 6vw, 3.25rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
}

.login-modal-wordmark span {
    color: #5a2d91;
    background-image: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    font-size: clamp(1.2rem, 3.4vw, 1.65rem);
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-shadow: none;
}

.login-modal-copy {
    text-align: center;
    margin-bottom: 24px;
}

.login-modal-copy h1,
.login-modal-copy h2 {
    margin: 0;
    color: var(--text);
    font-size: clamp(2rem, 5vw, 2.55rem);
    letter-spacing: -0.04em;
    text-shadow: none;
}

.login-modal-copy p,
.login-modal-benefit span:last-child,
.login-modal-legal {
    color: var(--text-soft);
}

.login-modal-copy p {
    margin: 10px 0 0;
    font-size: 1.02rem;
}

.login-modal-notice {
    display: grid;
    gap: 4px;
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid rgba(243, 108, 98, 0.28);
    border-radius: 16px;
    background: rgba(72, 24, 20, 0.54);
}

.login-modal-notice strong {
    color: #ffd7d2;
}

.login-modal-provider-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
}

.login-modal-provider {
    position: relative;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 68px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(21, 25, 31, 0.98), rgba(14, 17, 21, 0.98));
    color: var(--text);
    font: 700 1.02rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 30px rgba(0, 0, 0, 0.22);
    transition:
        transform 140ms ease,
        border-color 140ms ease,
        background 140ms ease,
        box-shadow 140ms ease,
        color 140ms ease;
}

.login-modal-provider:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.26);
    background: linear-gradient(180deg, rgba(29, 34, 42, 0.98), rgba(17, 21, 26, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 22px 40px rgba(0, 0, 0, 0.24);
}

.login-modal-provider.is-steam {
    border-color: rgba(102, 192, 244, 0.34);
    background: linear-gradient(135deg, #1b2838, #2a475e 52%, #66c0f4 120%);
    color: #f7fbff;
}

.login-modal-provider.is-steam:hover {
    border-color: rgba(135, 210, 250, 0.5);
    background: linear-gradient(135deg, #203246, #325572 52%, #7bd0ff 120%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 22px 40px rgba(17, 35, 53, 0.34);
}

.login-modal-provider.is-google {
    border-color: rgba(234, 67, 53, 0.28);
    background:
        linear-gradient(135deg, rgba(66, 133, 244, 0.16), rgba(255, 255, 255, 0) 24%),
        linear-gradient(135deg, #ffffff, #f7f9fc);
    color: #1f1f1f;
}

.login-modal-provider.is-google:hover {
    border-color: rgba(66, 133, 244, 0.34);
    background:
        linear-gradient(135deg, rgba(52, 168, 83, 0.14), rgba(255, 255, 255, 0) 24%),
        linear-gradient(135deg, #ffffff, #eef3fb);
    color: #171717;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 22px 40px rgba(28, 51, 82, 0.18);
}

.login-modal-provider.is-discord {
    border-color: rgba(165, 177, 255, 0.4);
    background: linear-gradient(180deg, rgba(88, 101, 242, 0.98), rgba(71, 82, 196, 0.98));
    color: #f5f7ff;
}

.login-modal-provider.is-discord:hover {
    border-color: rgba(191, 199, 255, 0.52);
    background: linear-gradient(180deg, rgba(104, 116, 247, 0.98), rgba(79, 92, 214, 0.98));
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 22px 40px rgba(50, 58, 145, 0.34);
}

.login-modal-provider-icon {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 1rem;
    font-weight: 700;
    overflow: hidden;
    flex: 0 0 40px;
}

.login-modal-provider.is-steam .login-modal-provider-icon {
    background: rgba(7, 12, 19, 0.26);
    color: #f7fbff;
}

.login-modal-provider-icon img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.login-modal-provider.is-google .login-modal-provider-icon {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: inset 0 0 0 1px rgba(31, 31, 31, 0.08);
}

.login-modal-provider.is-google .login-modal-provider-icon img {
    width: 30px;
    height: 30px;
}

.login-modal-provider.is-discord .login-modal-provider-icon {
    background: rgba(255, 255, 255, 0.14);
}

.login-modal-benefits {
    display: grid;
    gap: 12px;
    margin-top: 20px;
    padding: 18px;
    border: 1px solid rgba(243, 191, 82, 0.14);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(16, 24, 29, 0.92), rgba(10, 15, 19, 0.96));
}

.login-modal-benefit {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(232, 236, 239, 0.92);
}

.login-modal-benefit span:first-child {
    width: 18px;
    text-align: center;
    color: var(--gold);
}

.login-modal-legal {
    position: relative;
    z-index: 1;
    margin: 18px 0 0;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
    font-size: 0.92rem;
}

@media (max-width: 640px) {
    .login-modal-card {
        padding: 74px 20px 22px;
    }

    .login-modal-close {
        top: 24px;
        right: 24px;
    }

    .login-modal-brand {
        padding-right: 54px;
    }

    .login-page-card .login-modal-brand {
        grid-template-columns: 1fr;
        gap: 14px;
        justify-items: center;
        text-align: center;
        padding-right: 0;
    }

    .login-page-card .login-modal-wordmark {
        justify-items: center;
    }

}

.topbar {
    position: relative;
    z-index: 2000;
    isolation: isolate;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(7, 13, 17, 0.74);
    backdrop-filter: blur(20px);
    box-shadow: var(--shadow);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
}

.brand-logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
    display: block;
}

.brand-copy {
    display: grid;
    gap: 2px;
}

.brand-copy strong,
.section-heading h2,
.hero-copy h1,
.server-card h3,
.featured-card h3,
.empty-state h1,
.empty-state h3 {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
}

.brand-copy strong {
    font-size: 1.02rem;
    letter-spacing: 0.04em;
}

.brand-copy small {
    color: var(--text-soft);
}

.topnav {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
}

.topnav a {
    padding: 10px 14px;
    border-radius: 999px;
    color: var(--text-soft);
    transition: 180ms ease;
}

.topnav a:hover,
.topnav a.is-active {
    color: var(--text);
    background: rgba(243, 191, 82, 0.12);
}

.topnav-account-menu {
    position: relative;
    z-index: 2100;
}

.topnav-account-menu summary {
    list-style: none;
}

.topnav-account-menu summary::-webkit-details-marker {
    display: none;
}

.topnav-account-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px 8px 10px;
    border: 1px solid rgba(243, 191, 82, 0.38);
    border-radius: 999px;
    color: var(--text);
    background: rgba(10, 14, 18, 0.78);
    cursor: pointer;
    user-select: none;
}

.topnav-account-trigger:hover,
.topnav-account-trigger.is-active,
.topnav-account-menu[open] .topnav-account-trigger {
    background: rgba(243, 191, 82, 0.14);
}

.topnav-account-avatar {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(243, 191, 82, 0.62);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(16, 21, 27, 0.82);
    color: var(--text);
    font: 700 0.8rem/1 Bahnschrift, "Arial Narrow", sans-serif;
}

.topnav-account-avatar.is-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.topnav-account-name {
    font: 700 0.95rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topnav-account-caret {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.7rem;
}

.topnav-account-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    width: 290px;
    padding: 14px;
    border: 1px solid rgba(243, 191, 82, 0.36);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(12, 16, 20, 0.98), rgba(10, 13, 17, 0.98));
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.42);
    z-index: 2200;
}

.topnav-account-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topnav-account-copy {
    display: grid;
    gap: 4px;
}

.topnav-account-copy strong {
    font: 700 1.08rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
}

.topnav-account-copy span {
    color: var(--gold-soft);
    font-size: 0.88rem;
}

.topnav-account-actions {
    display: grid;
    gap: 8px;
    padding-top: 12px;
}

.topnav-account-actions a,
.topnav-account-actions button {
    width: 100%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    color: var(--text);
    padding: 0 12px;
    text-decoration: none;
    font: 700 0.92rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    cursor: pointer;
}

.topnav-account-actions a:hover,
.topnav-account-actions button:hover {
    border-color: rgba(243, 191, 82, 0.46);
    background: rgba(243, 191, 82, 0.12);
}

.topnav-account-actions button {
    color: #ff6969;
}

.page-grid {
    display: grid;
    gap: 28px;
    margin-top: 28px;
}

.hero-panel,
.section-block,
.side-card,
.detail-card,
.notice,
.empty-state {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(17, 27, 33, 0.92), rgba(9, 14, 18, 0.95));
    box-shadow: var(--shadow);
}

.hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(320px, 1fr);
    gap: 30px;
    padding: 42px;
    overflow: hidden;
    position: relative;
}

.hero-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 22%, rgba(243, 191, 82, 0.16), transparent 26%),
        radial-gradient(circle at 87% 10%, rgba(83, 209, 139, 0.12), transparent 18%);
}

.hero-panel-tight {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 1fr);
}

.server-hero-panel {
    grid-template-columns: 1fr;
    padding: 34px 34px 30px;
}

.server-hero-panel .hero-copy h1 {
    max-width: 100%;
    margin: 10px 0 12px;
    font-size: clamp(1.2rem, 2.3vw, 2.2rem);
    line-height: 1.04;
    letter-spacing: -0.025em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-copy,
.hero-stat-grid,
.section-heading,
.server-card,
.featured-card,
.side-card,
.detail-card {
    position: relative;
    z-index: 1;
}

.eyebrow,
.subheading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-strong);
    font: 700 0.76rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 14px 0 14px;
    max-width: 14ch;
    font-size: clamp(2.3rem, 6vw, 4.5rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
}

.hero-copy p {
    max-width: 64ch;
    color: var(--text-soft);
    font-size: 1.02rem;
}

.hero-stat-grid {
    display: grid;
    gap: 16px;
    align-content: end;
}

.stat-card {
    padding: 18px 20px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(6, 10, 13, 0.66);
}

.stat-card span,
.metric-block span,
.detail-item span,
.rule-item span,
.list-header span,
.mini-item span,
.history-meta span,
.history-row span,
.rank-row span,
.muted,
.featured-meta span {
    color: var(--text-soft);
}

.stat-card strong {
    display: block;
    margin-top: 6px;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.notice,
.empty-state {
    padding: 22px 24px;
}

.notice-error {
    border-color: rgba(243, 108, 98, 0.3);
    background: linear-gradient(180deg, rgba(49, 16, 15, 0.9), rgba(20, 11, 11, 0.95));
}

.notice-success {
    border-color: rgba(83, 209, 139, 0.3);
    background: linear-gradient(180deg, rgba(17, 49, 30, 0.88), rgba(10, 20, 15, 0.95));
}

.notice-info {
    border-color: rgba(243, 191, 82, 0.28);
    background: linear-gradient(180deg, rgba(56, 43, 13, 0.88), rgba(22, 18, 10, 0.95));
}

.section-block {
    padding: 28px;
}

.dashboard-page {
    margin-top: 28px;
}

.dashboard-shell {
    position: relative;
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.dashboard-sidebar {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 18px;
    min-height: calc(100vh - 120px);
    padding: 22px 18px 24px;
    border: 1px solid rgba(243, 191, 82, 0.16);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(21, 22, 25, 0.98), rgba(12, 13, 15, 0.98));
    box-shadow: var(--shadow);
    overflow: hidden;
}

.dashboard-sidebar::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    bottom: 22px;
    width: 4px;
    border-radius: 999px 0 0 999px;
    background: linear-gradient(180deg, rgba(255, 201, 54, 0), rgba(255, 201, 54, 0.95), rgba(255, 201, 54, 0));
    opacity: 0.9;
}

.dashboard-sidebar-head,
.dashboard-sidebar-brand,
.dashboard-sidebar-user,
.dashboard-nav {
    position: relative;
    z-index: 1;
}

.dashboard-sidebar-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dashboard-sidebar-brand {
    display: grid;
    gap: 6px;
}

.dashboard-sidebar-brand strong,
.dashboard-user-copy strong,
.dashboard-nav-item,
.dashboard-sidebar-open {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
}

.dashboard-sidebar-brand strong {
    color: var(--gold);
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 0.94;
    letter-spacing: -0.05em;
}

.dashboard-sidebar-brand span,
.dashboard-user-copy span,
.dashboard-nav-section-title {
    color: var(--text-soft);
}

.dashboard-sidebar-brand span {
    font-size: 0.98rem;
}

.dashboard-sidebar-close,
.dashboard-sidebar-open {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
}

.dashboard-sidebar-close {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 999px;
    font-size: 1.65rem;
    line-height: 1;
}

.dashboard-sidebar-close:hover,
.dashboard-sidebar-open:hover {
    border-color: rgba(243, 191, 82, 0.24);
    background: rgba(243, 191, 82, 0.08);
}

.dashboard-sidebar-user {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    justify-self: center;
    width: min(100%, 252px);
    padding: 12px 14px;
    border: 1px solid rgba(243, 191, 82, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(39, 31, 14, 0.52), rgba(26, 22, 13, 0.42));
}

.dashboard-avatar {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 2px solid rgba(255, 197, 57, 0.88);
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 28%, rgba(255, 227, 139, 0.24), transparent 42%),
        linear-gradient(180deg, rgba(14, 25, 32, 0.94), rgba(6, 11, 15, 0.98));
    color: var(--text);
    font: 700 1rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    overflow: hidden;
}

.dashboard-avatar.is-image {
    background: #10161b;
}

.dashboard-avatar-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-user-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.dashboard-user-copy strong {
    font-size: 1.12rem;
    line-height: 1.02;
    letter-spacing: -0.04em;
    word-break: break-word;
}

.dashboard-credit-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 12px;
    background: rgba(243, 191, 82, 0.16);
    color: var(--gold);
    font: 700 0.86rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.02em;
}

.dashboard-nav,
.dashboard-nav-section,
.dashboard-nav-items {
    display: grid;
}

.dashboard-nav {
    gap: 22px;
}

.dashboard-nav-section {
    gap: 10px;
}

.dashboard-nav-items {
    gap: 8px;
}

.dashboard-nav-section-title {
    padding: 0 12px;
    font: 700 0.76rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.dashboard-nav-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 56px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 18px;
    color: rgba(245, 247, 248, 0.94);
    font-size: 1.28rem;
    letter-spacing: -0.03em;
    transition: 180ms ease;
}

.dashboard-nav-item:hover {
    border-color: rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-item.is-active {
    border-color: rgba(243, 191, 82, 0.18);
    background: linear-gradient(180deg, rgba(79, 61, 18, 0.72), rgba(63, 48, 14, 0.74));
    color: var(--gold);
}

.dashboard-nav-item.is-active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 220, 120, 0.98), rgba(243, 191, 82, 0.98));
}

.dashboard-nav-icon {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.dashboard-nav-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dashboard-nav-text {
    white-space: nowrap;
}

.dashboard-sidebar-open {
    display: none;
    align-items: center;
    gap: 10px;
    width: fit-content;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 999px;
    letter-spacing: -0.03em;
}

.dashboard-sidebar-open-icon {
    font-size: 1.1rem;
}

.dashboard-sidebar-backdrop {
    display: none;
}

.dashboard-main {
    min-width: 0;
    display: grid;
    gap: 28px;
}

.dashboard-shell.is-collapsed {
    grid-template-columns: 96px minmax(0, 1fr);
}

.dashboard-shell.is-collapsed .dashboard-sidebar {
    padding-left: 12px;
    padding-right: 12px;
}

.dashboard-shell.is-collapsed .dashboard-sidebar::after {
    top: 16px;
    bottom: 16px;
}

.dashboard-shell.is-collapsed .dashboard-sidebar-head {
    justify-content: center;
    padding-bottom: 14px;
}

.dashboard-shell.is-collapsed .dashboard-sidebar-brand,
.dashboard-shell.is-collapsed .dashboard-nav-section-title,
.dashboard-shell.is-collapsed .dashboard-nav-text,
.dashboard-shell.is-collapsed .dashboard-user-copy {
    display: none;
}

.dashboard-shell.is-collapsed .dashboard-sidebar-user {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 12px 8px;
    width: 100%;
}

.dashboard-shell.is-collapsed .dashboard-avatar {
    width: 54px;
    height: 54px;
    font-size: 0.96rem;
}

.dashboard-shell.is-collapsed .dashboard-nav-item {
    width: 56px;
    margin: 0 auto;
    justify-content: center;
    padding: 0;
}

.dashboard-shell.is-collapsed .dashboard-nav-item::before {
    left: 6px;
}

.account-hero {
    align-items: start;
}

.account-provider-grid,
.account-grid {
    display: grid;
    gap: 18px;
}

.account-provider-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-grid.account-grid-dual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-provider-card,
.account-card {
    display: grid;
    gap: 14px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-md);
    background: rgba(4, 7, 9, 0.42);
}

.account-provider-card h3,
.account-card h3 {
    margin: 0;
    font-size: 1.24rem;
    line-height: 1.1;
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.03em;
}

.account-provider-card p,
.account-card p {
    margin: 0;
    color: var(--text-soft);
}

.account-provider-action {
    width: 100%;
}

.account-provider-action.is-disabled {
    opacity: 0.56;
    pointer-events: none;
}

.account-detail-list,
.account-identity-list {
    display: grid;
    gap: 12px;
}

.account-detail-row,
.account-identity-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
}

.account-detail-row span,
.account-identity-row span {
    color: var(--text-soft);
}

.account-detail-row strong,
.account-identity-row strong {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.02em;
}

.owner-chip-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.owner-dashboard-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.owner-dashboard-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 6px 2px 4px;
}

.owner-dashboard-hero-copy {
    display: grid;
    gap: 10px;
}

.owner-dashboard-hero-copy h1,
.owner-servers-title-group h2,
.owner-server-row h3,
.owner-promo-banner-copy strong {
    margin: 0;
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.04em;
}

.owner-dashboard-hero-copy h1 {
    font-size: clamp(2.15rem, 4vw, 3rem);
    line-height: 0.98;
}

.owner-dashboard-hero-copy p,
.owner-promo-banner-copy p {
    margin: 0;
    color: var(--text-soft);
    font-size: 1.03rem;
}

.owner-dashboard-hero-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.owner-dashboard-hero-button,
.owner-servers-view-all,
.owner-server-action,
.owner-promo-banner-button {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
}

.owner-dashboard-hero-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 50px;
    padding: 0 18px;
    border: 1px solid rgba(243, 191, 82, 0.34);
    border-radius: 14px;
    background: rgba(243, 191, 82, 0.06);
    color: var(--gold);
    font-size: 1.18rem;
    letter-spacing: -0.03em;
}

.owner-dashboard-hero-button:hover {
    background: rgba(243, 191, 82, 0.12);
}

.owner-dashboard-hero-button-icon,
.owner-servers-title-icon,
.owner-servers-summary-icon,
.owner-promo-banner-icon {
    display: inline-grid;
    place-items: center;
}

.owner-dashboard-hero-button-icon svg,
.owner-servers-title-icon svg,
.owner-servers-summary-icon svg,
.owner-promo-banner-icon svg,
.owner-dashboard-kpi-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.owner-dashboard-kpis {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.owner-dashboard-kpi {
    position: relative;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 104px;
    padding: 20px 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(31, 31, 32, 0.96), rgba(24, 24, 25, 0.98));
}

.owner-dashboard-kpi-icon {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
}

.owner-dashboard-kpi-gold .owner-dashboard-kpi-icon {
    color: #f2bf44;
    background: rgba(242, 191, 68, 0.14);
}

.owner-dashboard-kpi-green .owner-dashboard-kpi-icon {
    color: #53d16d;
    background: rgba(83, 209, 109, 0.14);
}

.owner-dashboard-kpi-purple .owner-dashboard-kpi-icon {
    color: #c56df4;
    background: rgba(197, 109, 244, 0.14);
}

.owner-dashboard-kpi-blue .owner-dashboard-kpi-icon {
    color: #59a9ff;
    background: rgba(89, 169, 255, 0.14);
}

.owner-dashboard-kpi-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.owner-dashboard-kpi-copy strong {
    font: 700 clamp(1.9rem, 3vw, 2.45rem)/0.96 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.05em;
}

.owner-dashboard-kpi-copy span,
.owner-dashboard-kpi-meta {
    color: var(--text-soft);
    font-size: 1rem;
}

.owner-dashboard-kpi-arrow {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.38);
    font-size: 1.6rem;
    line-height: 1;
}

.owner-dashboard-kpi-meta {
    align-self: end;
    white-space: nowrap;
}

.owner-servers-panel {
    display: grid;
    gap: 18px;
    padding: 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(29, 29, 30, 0.96), rgba(23, 23, 24, 0.98));
}

.owner-servers-panel-head,
.owner-servers-title-group,
.owner-servers-summary,
.owner-server-row,
.owner-server-row-meta,
.owner-server-row-actions,
.owner-promo-banner,
.owner-promo-banner-copy {
    display: flex;
}

.owner-servers-panel-head {
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.owner-servers-title-group {
    align-items: center;
    gap: 12px;
}

.owner-servers-title-group h2 {
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    color: var(--gold);
}

.owner-servers-title-icon {
    color: var(--gold);
}

.owner-servers-view-all {
    color: var(--gold);
    font-size: 1.02rem;
    letter-spacing: -0.02em;
}

.owner-servers-summary {
    align-items: center;
    gap: 8px;
    padding: 4px 2px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-soft);
    font-size: 1.06rem;
}

.owner-servers-summary strong {
    color: var(--text);
    font: 700 1.9rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.05em;
}

.owner-servers-summary-icon {
    color: var(--gold);
}

.owner-servers-list {
    display: grid;
    gap: 14px;
}

.owner-server-row {
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
}

.owner-server-row-main {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.owner-server-row h3 {
    font-size: 1.34rem;
    line-height: 1.04;
}

.owner-server-row-meta {
    gap: 14px;
    flex-wrap: wrap;
    color: var(--text-soft);
}

.owner-server-row-actions {
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.owner-server-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.owner-server-action-promote {
    border: 1px solid rgba(172, 95, 255, 0.36);
    background: rgba(125, 72, 205, 0.2);
    color: #c797ff;
}

.owner-server-action-manage {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
}

.owner-server-action:hover {
    filter: brightness(1.08);
}

.owner-promo-banner {
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 22px;
    border: 1px solid rgba(149, 89, 255, 0.34);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(49, 34, 74, 0.82), rgba(38, 28, 57, 0.86));
}

.owner-promo-banner-copy {
    align-items: flex-start;
    gap: 14px;
}

.owner-promo-banner-copy strong {
    display: block;
    font-size: 1.44rem;
    line-height: 1;
}

.owner-promo-banner-icon {
    color: #c390ff;
    margin-top: 2px;
}

.owner-promo-banner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 14px;
    background: linear-gradient(180deg, #8f45ff, #7332d6);
    color: #fff;
    font-size: 1.08rem;
    letter-spacing: -0.03em;
    box-shadow: 0 16px 28px rgba(89, 34, 171, 0.35);
}

.owner-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(243, 191, 82, 0.16);
    border-radius: 999px;
    background: rgba(243, 191, 82, 0.08);
    color: rgba(255, 234, 180, 0.94);
    font: 700 0.76rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.owner-kpi-grid,
.owner-dual-grid {
    display: grid;
    gap: 14px;
}

.owner-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.owner-dual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.owner-nested-card {
    padding: 18px;
}

.owner-nested-card .mini-list,
.owner-nested-card .rank-list {
    margin-top: 12px;
}

.owner-form-stack,
.owner-editor-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.owner-server-data-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 14px;
}

.owner-server-data-grid .detail-item {
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
}

.owner-server-data-card {
    margin-top: 14px;
}

@media (max-width: 1200px) {
    .owner-server-data-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .owner-server-data-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .owner-server-data-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.owner-form-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.owner-field {
    display: grid;
    gap: 8px;
    align-content: start;
}

.owner-field > span {
    color: rgba(230, 236, 240, 0.82);
    font: 700 0.78rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.owner-field-help {
    color: rgba(189, 201, 207, 0.74);
    font-size: 0.9rem;
    line-height: 1.45;
}

.owner-field-help code {
    color: #ffe0a1;
}

.owner-field input,
.owner-field select,
.owner-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(7, 12, 16, 0.96), rgba(8, 13, 17, 0.96));
    color: var(--text);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 10px 24px rgba(0, 0, 0, 0.22);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.owner-field input,
.owner-field select {
    min-height: 48px;
    padding: 0 14px;
}

.owner-field textarea {
    min-height: 120px;
    padding: 12px 14px;
    resize: vertical;
}

.owner-field input::placeholder,
.owner-field textarea::placeholder {
    color: rgba(178, 191, 198, 0.64);
}

.owner-field input:focus,
.owner-field select:focus,
.owner-field textarea:focus {
    outline: none;
    border-color: rgba(255, 205, 92, 0.78);
    box-shadow:
        0 0 0 4px rgba(243, 191, 82, 0.16),
        0 14px 28px rgba(0, 0, 0, 0.28);
}

.owner-field input:disabled,
.owner-field select:disabled,
.owner-field textarea:disabled {
    opacity: 0.62;
    cursor: not-allowed;
}

.field.is-full {
    grid-column: 1 / -1;
}

.owner-editor-card {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
}

.owner-radio-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-soft);
}

.owner-radio-row input {
    width: 18px;
    height: 18px;
}

.claim-step-list,
.claim-history-list {
    display: grid;
    gap: 14px;
}

.claim-step-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.claim-step-card,
.claim-history-row,
.claim-code-card {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
}

.claim-step-card strong,
.claim-history-row strong,
.claim-code-card strong {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.02em;
}

.claim-step-card span,
.claim-history-row span,
.claim-code-card span {
    color: var(--text-soft);
}

.claim-step-shell {
    margin: 0;
}

.claim-back-row {
    margin: 2px 0 0;
}

.claim-step-rail {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
}

.claim-step-current {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(243, 191, 82, 0.46);
    background: rgba(243, 191, 82, 0.14);
    color: var(--gold);
    font: 700 0.86rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.02em;
}

.claim-step-track {
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.claim-step-fill {
    --claim-progress: 34%;
    display: block;
    width: var(--claim-progress);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(243, 191, 82, 0.92), rgba(255, 213, 111, 0.9));
    transition: width .25s ease;
}

.claim-step-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.claim-step-link {
    appearance: none;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.claim-step-link:hover {
    border-color: rgba(243, 191, 82, 0.44);
    background: rgba(243, 191, 82, 0.12);
    color: var(--text);
    transform: translateY(-1px);
}

.claim-step-link.is-arrow {
    justify-content: center;
    width: 34px;
    min-width: 34px;
    min-height: 34px;
    padding: 0;
    border-radius: 50%;
    font: 700 1rem/1 Bahnschrift, "Arial Narrow", sans-serif;
}

.claim-code-card strong {
    font-size: 1.9rem;
    letter-spacing: 0.08em;
}

.claim-code-card.is-success {
    border-color: rgba(83, 209, 139, 0.22);
    background: rgba(83, 209, 139, 0.08);
}

.claim-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.claim-actions form {
    display: inline-flex;
}

.claim-history-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
}

.claim-page {
    display: grid;
    gap: 22px;
}

.claim-section {
    margin: 0;
}

.section-heading-centered {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-heading-centered > div {
    display: grid;
    justify-items: center;
    width: 100%;
}

.section-heading-centered p {
    margin-inline: auto;
}

.claim-hero-banner {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.9fr);
    gap: 20px;
    padding: 28px;
    border: 1px solid rgba(243, 191, 82, 0.18);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 189, 59, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(30, 28, 24, 0.98), rgba(22, 22, 23, 0.98));
}

.claim-hero-copy,
.claim-selected-server-card,
.claim-live-card,
.claim-method-card,
.claim-flow-card,
.claim-info-callout,
.claim-detail-step,
.claim-code-example,
.claim-page,
.claim-manual-form,
.claim-faq-list {
    display: grid;
}

.claim-hero-copy {
    gap: 14px;
    align-content: start;
}

.claim-hero-copy h1 {
    font: 700 clamp(2.4rem, 4vw, 3.6rem)/0.95 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.05em;
    color: var(--gold);
}

.claim-hero-copy p {
    max-width: 62ch;
    color: var(--text-soft);
    font-size: 1.12rem;
}

.claim-selected-server-card,
.claim-method-card,
.claim-flow-card,
.claim-protection-card,
.claim-requirement-card,
.claim-detail-step,
.claim-faq-item {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(31, 31, 32, 0.98), rgba(24, 24, 25, 0.98));
}

.claim-selected-server-card {
    gap: 12px;
    padding: 22px;
    height: 100%;
}

.claim-selected-server-card strong {
    font: 700 1.55rem/1.05 Bahnschrift, "Arial Narrow", sans-serif;
}

.claim-selected-server-card p {
    color: var(--text-soft);
}

.claim-meta-row,
.claim-button-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.claim-meta-row span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.86);
    font: 700 0.78rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.claim-button-row form {
    display: inline-flex;
}

.claim-hero-banner-compact {
    padding: 24px;
}

.claim-hero-banner-minimal {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 16px 18px;
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(27, 27, 28, 0.98), rgba(22, 22, 23, 0.98));
}

.claim-hero-with-progress {
    gap: 14px;
}

.claim-hero-with-progress .claim-step-shell {
    margin-top: 2px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.claim-hero-banner-minimal .claim-hero-copy {
    gap: 10px;
}

.claim-hero-banner-minimal .claim-hero-copy h1 {
    font-size: clamp(1.35rem, 2.2vw, 1.9rem);
    letter-spacing: -0.03em;
    color: var(--text);
}

.claim-method-tabs-compact {
    gap: 8px;
}

.claim-hero-banner-minimal .claim-method-tab {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 0.88rem;
}

.claim-method-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.claim-method-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(16, 16, 17, 0.56);
    color: rgba(255, 255, 255, 0.72);
    font: 700 0.95rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.claim-method-tab:hover {
    border-color: rgba(243, 191, 82, 0.46);
    color: var(--text);
    transform: translateY(-1px);
}

.claim-method-tab.is-active {
    border-color: rgba(243, 191, 82, 0.82);
    background: linear-gradient(180deg, rgba(84, 65, 21, 0.56), rgba(49, 39, 16, 0.72));
    color: var(--gold);
    box-shadow: inset 0 0 0 1px rgba(255, 244, 211, 0.15);
}

.claim-button-row-split {
    justify-content: space-between;
}

.claim-rcon-security-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #54cf75;
    font-size: 0.95rem;
}

.claim-live-grid,
.claim-method-grid,
.claim-flow-grid,
.claim-requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    align-items: start;
}

.claim-section#name-claim-live .claim-live-grid {
    grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
}

.claim-section#name-claim-live .claim-live-grid > .claim-live-card:only-child {
    grid-column: 1 / -1;
    max-width: none;
}

.claim-live-card {
    gap: 14px;
}

.claim-search-card {
    position: relative;
    overflow: visible;
    z-index: 2301;
}

.claim-selected-preview-card {
    border-color: rgba(243, 191, 82, 0.16);
    background:
        radial-gradient(circle at top right, rgba(243, 191, 82, 0.06), transparent 38%),
        linear-gradient(180deg, rgba(31, 31, 32, 0.98), rgba(24, 24, 25, 0.98));
}

.claim-search-shell {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.claim-search-field {
    flex: 1 1 300px;
    min-height: 48px;
    padding-right: 14px;
}

.claim-search-field::after {
    display: none;
}

.claim-search-field:focus-within {
    border-color: rgba(243, 191, 82, 0.34);
    box-shadow: 0 0 0 3px rgba(243, 191, 82, 0.08);
}

.claim-search-field .browser-option-input {
    min-width: 0;
    min-height: 46px;
    font-size: 1rem;
}

.claim-suggest-list {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    position: relative;
    z-index: 2302;
    isolation: isolate;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(14, 16, 18, 0.94);
}

.claim-suggest-list[hidden] {
    display: none;
}

.claim-suggest-item {
    display: grid;
    gap: 6px;
    width: 100%;
    position: relative;
    z-index: 2303;
    pointer-events: auto;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    color: var(--text);
    text-align: left;
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.claim-suggest-item:hover,
.claim-suggest-item.is-active {
    border-color: rgba(243, 191, 82, 0.34);
    background: rgba(243, 191, 82, 0.08);
    transform: translateY(-1px);
}

.claim-suggest-main {
    font: 700 1rem/1.25 Bahnschrift, "Arial Narrow", sans-serif;
}

.claim-suggest-meta {
    color: var(--text-soft);
    font-size: 0.9rem;
}

.claim-suggest-empty {
    padding: 14px 16px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    color: var(--text-soft);
}

.claim-selected-server-subline {
    margin: -4px 0 2px;
    color: var(--text-soft);
    font-size: 0.96rem;
}

.claim-selected-server-grid {
    margin-top: 18px;
}

.claim-manual-form-minimal {
    gap: 14px;
}

.claim-manual-disclosure,
.claim-manual-advanced {
    display: grid;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
}

.claim-manual-disclosure summary,
.claim-manual-advanced summary {
    cursor: pointer;
    font: 700 1rem/1.25 Bahnschrift, "Arial Narrow", sans-serif;
    color: var(--text);
    list-style: none;
}

.claim-manual-disclosure summary::-webkit-details-marker,
.claim-manual-advanced summary::-webkit-details-marker {
    display: none;
}

.claim-manual-disclosure summary::after,
.claim-manual-advanced summary::after {
    content: "+";
    float: right;
    color: var(--gold);
    font-size: 1.2rem;
    line-height: 1;
}

.claim-manual-disclosure[open] summary::after,
.claim-manual-advanced[open] summary::after {
    content: "-";
}

.claim-manual-hint {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.96rem;
}

.add-server-hero {
    gap: 10px;
}

.add-server-hero .claim-hero-copy p {
    max-width: 62ch;
}

.add-server-shell {
    display: grid;
    justify-items: stretch;
}

.add-server-form-card {
    width: 100%;
    max-width: none;
    padding: 28px;
    gap: 12px;
    border-color: rgba(243, 191, 82, 0.22);
    background:
        radial-gradient(circle at top right, rgba(243, 191, 82, 0.08), transparent 42%),
        linear-gradient(180deg, rgba(16, 19, 22, 0.98), rgba(11, 14, 18, 0.98));
}

.add-server-form-card-centered-head > .eyebrow,
.add-server-form-card-centered-head > h2 {
    text-align: center;
}

.add-server-form-intro {
    margin: 0 0 4px;
    text-align: center;
    color: var(--text-soft);
}

.add-server-help-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 4px 0 6px;
}

.add-server-help-item,
.add-server-note {
    border: 1px solid rgba(243, 191, 82, 0.14);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(16, 18, 22, 0.92), rgba(10, 12, 15, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.add-server-help-item {
    padding: 16px 16px 14px;
}

.add-server-help-item strong,
.add-server-note strong {
    display: block;
    color: #ffe0a1;
    font: 700 0.92rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.add-server-help-item p,
.add-server-note-list {
    margin: 10px 0 0;
    color: rgba(218, 226, 230, 0.78);
    line-height: 1.6;
}

.add-server-help-item code,
.add-server-note code {
    color: #ffe0a1;
}

.add-server-note {
    padding: 16px 18px;
    text-align: left;
}

.add-server-note-list {
    padding-left: 18px;
}

.add-server-note-list li + li {
    margin-top: 6px;
}

.add-server-disclosure {
    width: min(100%, 920px);
    margin: 8px auto 0;
    border: 1px solid rgba(243, 191, 82, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(14, 17, 20, 0.94), rgba(10, 13, 16, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 16px 30px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.add-server-disclosure-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    cursor: pointer;
    list-style: none;
    color: #ffe0a1;
    font: 700 0.92rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.add-server-disclosure-summary::-webkit-details-marker {
    display: none;
}

.add-server-disclosure-summary::after {
    content: "+";
    flex: 0 0 auto;
    color: rgba(255, 224, 161, 0.92);
    font-size: 1.3rem;
    line-height: 1;
}

.add-server-disclosure[open] .add-server-disclosure-summary::after {
    content: "-";
}

.add-server-disclosure-content {
    display: grid;
    gap: 14px;
    padding: 0 18px 18px;
    border-top: 1px solid rgba(243, 191, 82, 0.12);
}

.add-server-main-fields {
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    width: min(100%, 920px);
    justify-content: center;
    justify-self: center;
}

.add-server-form-card .owner-field > span {
    color: rgba(240, 223, 181, 0.9);
}

.add-server-form-card .owner-field input {
    min-height: 50px;
    border-radius: 12px;
    border-color: rgba(243, 191, 82, 0.2);
    background: linear-gradient(180deg, rgba(8, 12, 16, 0.97), rgba(9, 13, 18, 0.96));
}

.add-server-form-card .owner-field input:focus {
    border-color: rgba(243, 191, 82, 0.82);
    box-shadow:
        0 0 0 4px rgba(243, 191, 82, 0.16),
        0 12px 24px rgba(0, 0, 0, 0.3);
}

.add-server-form-card .claim-manual-advanced {
    border-color: rgba(243, 191, 82, 0.2);
    background: rgba(243, 191, 82, 0.04);
}

.add-server-form-card .claim-manual-form-minimal {
    margin-top: 6px;
}

.add-server-form-card .claim-manual-hint {
    text-align: center;
}

.add-server-form-card .claim-button-row {
    justify-content: center;
}

.login-modal-wordmark {
    max-width: 100%;
}

.login-modal-wordmark span {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.owner-server-page .account-hero,
.owner-server-page #owner-access,
.owner-server-page #analytics,
.owner-server-page #custom-content,
.owner-server-page #promotions,
.owner-server-page #quick-actions {
    display: none !important;
}

.owner-server-page .detail-layout {
    grid-template-columns: minmax(0, 1fr);
}

.owner-server-page .detail-side {
    display: none;
}

.claim-learn-more {
    gap: 14px;
}

.claim-method-card {
    position: relative;
    gap: 14px;
    padding: 28px 24px 24px;
    min-height: 100%;
    align-items: center;
    text-align: center;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.claim-method-card:hover,
.claim-method-card:focus-within,
.claim-method-card:focus-visible {
    border-color: rgba(243, 191, 82, 0.46);
    background: linear-gradient(180deg, rgba(47, 38, 20, 0.54), rgba(31, 29, 23, 0.98));
    box-shadow: 0 22px 38px rgba(0, 0, 0, 0.28);
    transform: translateY(-4px);
}

.claim-method-card-link {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.claim-method-card-link .ghost-button {
    pointer-events: none;
}

.claim-method-card-link.is-disabled {
    opacity: 0.56;
    cursor: not-allowed;
    transform: none;
}

.claim-method-card-link.is-disabled:hover,
.claim-method-card-link.is-disabled:focus-visible,
.claim-method-card-link.is-disabled:focus-within {
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(31, 31, 32, 0.98), rgba(24, 24, 25, 0.98));
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    transform: none;
}

.claim-method-card-link.is-disabled .ghost-button {
    border-color: rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.6);
    box-shadow: none;
}

.claim-method-card-link:hover .ghost-button,
.claim-method-card-link:focus-visible .ghost-button,
.claim-method-card-link:focus-within .ghost-button {
    color: #0f1112;
    border-color: rgba(255, 222, 119, 0.52);
    background: linear-gradient(135deg, var(--gold-strong), var(--gold));
    box-shadow: 0 12px 26px rgba(255, 190, 58, 0.28);
}

.claim-method-card .claim-method-icon {
    justify-self: center;
}

.claim-method-card > p {
    max-width: 48ch;
    margin-inline: auto;
}

.claim-method-card .claim-feature-list {
    width: 100%;
    justify-self: stretch;
    text-align: left;
}

.claim-method-card .claim-button-row {
    width: 100%;
    justify-content: center;
    margin-top: auto;
}

.claim-method-icon,
.claim-flow-icon,
.claim-requirement-icon,
.claim-protection-icon,
.claim-info-callout-icon,
.claim-requirement-check {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
}

.claim-method-icon svg,
.claim-flow-icon svg,
.claim-requirement-icon svg,
.claim-protection-icon svg,
.claim-info-callout-icon svg,
.claim-requirement-check svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.claim-method-icon,
.claim-requirement-icon {
    background: rgba(255, 190, 58, 0.12);
    color: var(--gold);
}

.claim-flow-icon,
.claim-protection-icon {
    background: rgba(72, 185, 92, 0.14);
    color: #53cf72;
}

.claim-feature-list,
.claim-detail-bullets {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.claim-feature-list li,
.claim-detail-bullets li {
    position: relative;
    padding-left: 22px;
    color: var(--text-soft);
}

.claim-feature-list li::before,
.claim-detail-bullets li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4fd26f;
    box-shadow: 0 0 0 4px rgba(79, 210, 111, 0.13);
}

.claim-flow-card {
    position: relative;
    gap: 14px;
    padding: 28px 20px 22px;
    text-align: center;
}

.claim-flow-card-green {
    border-color: rgba(83, 209, 114, 0.6);
    background: linear-gradient(180deg, rgba(26, 33, 24, 0.98), rgba(23, 26, 22, 0.98));
}

.claim-flow-index {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #ffd31a;
    color: #1c1400;
    font: 700 1.4rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    box-shadow: 0 0 22px rgba(255, 211, 26, 0.36);
}

.claim-flow-card .claim-flow-index {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.claim-flow-card h3 {
    margin-top: 18px;
    font-size: 1.55rem;
    line-height: 1.08;
}

.claim-flow-card p {
    color: var(--text-soft);
}

.claim-protection-list,
.claim-detail-stack,
.claim-faq-list {
    display: grid;
    gap: 16px;
}

.claim-protection-card,
.claim-requirement-card,
.claim-detail-step {
    padding: 20px 22px;
}

.claim-protection-list {
    gap: 14px;
}

.claim-protection-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    border-color: rgba(76, 190, 97, 0.28);
    background: linear-gradient(180deg, rgba(28, 35, 28, 0.98), rgba(24, 29, 24, 0.98));
}

.claim-info-callout {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.claim-info-callout > :only-child,
.claim-protection-card > :only-child {
    grid-column: 1 / -1;
    min-width: 0;
}

.claim-info-callout > :only-child strong,
.claim-protection-card > :only-child strong,
.claim-info-callout > :only-child p,
.claim-protection-card > :only-child p {
    word-break: normal;
    overflow-wrap: break-word;
}

.claim-info-callout-green {
    border-color: rgba(83, 209, 114, 0.35);
    background: rgba(41, 69, 38, 0.28);
}

.claim-info-callout-gold {
    border-color: rgba(243, 191, 82, 0.28);
    background: rgba(78, 60, 18, 0.24);
}

.claim-info-callout-subtle {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.claim-info-callout strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.16rem;
}

.claim-info-callout p,
.claim-protection-card p,
.claim-requirement-card p,
.claim-detail-step p,
.claim-faq-item p {
    color: var(--text-soft);
}

.claim-requirement-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.claim-requirement-copy {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.claim-requirement-check {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255, 211, 26, 0.18);
    color: #ffd31a;
}

.claim-detail-step {
    gap: 16px;
    border-color: rgba(243, 191, 82, 0.24);
}

.claim-detail-step-head {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.claim-code-example {
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(243, 191, 82, 0.18);
    border-radius: 16px;
    background: rgba(17, 17, 18, 0.72);
}

.claim-code-example pre {
    margin: 0;
    overflow-x: auto;
}

.claim-code-example code {
    color: #fff5c1;
    font: 600 0.96rem/1.7 Consolas, "Courier New", monospace;
}

.claim-detail-warning {
    color: #ffd683;
    font-weight: 600;
}

.claim-faq-item {
    padding: 18px 20px;
}

.claim-faq-item summary {
    cursor: pointer;
    font: 700 1.06rem/1.3 Bahnschrift, "Arial Narrow", sans-serif;
}

.claim-faq-item p {
    margin-top: 12px;
}

.claim-code-card-live {
    border-color: rgba(243, 191, 82, 0.3);
    background: rgba(243, 191, 82, 0.08);
}

.claim-code-card-copy {
    display: grid;
    align-content: start;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    appearance: none;
    -webkit-appearance: none;
    user-select: none;
    border-color: rgba(255, 202, 94, 0.44);
    background:
        radial-gradient(circle at top left, rgba(255, 216, 122, 0.22), transparent 38%),
        linear-gradient(180deg, rgba(53, 43, 17, 0.62), rgba(35, 30, 15, 0.86));
    box-shadow:
        0 0 0 1px rgba(255, 214, 120, 0.08) inset,
        0 0 26px rgba(255, 190, 58, 0.18),
        0 16px 32px rgba(0, 0, 0, 0.26);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.claim-code-card-copy::before {
    content: "";
    position: absolute;
    inset: -30% auto auto -10%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 220, 132, 0.24), transparent 70%);
    pointer-events: none;
}

.claim-code-card-copy:hover,
.claim-code-card-copy:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255, 219, 140, 0.72);
    box-shadow:
        0 0 0 1px rgba(255, 233, 174, 0.14) inset,
        0 0 34px rgba(255, 198, 71, 0.28),
        0 18px 36px rgba(0, 0, 0, 0.3);
}

.claim-code-card-copy:focus-visible {
    outline: 0;
}

.claim-code-card-copy strong {
    position: relative;
    z-index: 1;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    letter-spacing: 0.12em;
    color: #fff7de;
    text-shadow:
        0 0 10px rgba(255, 215, 111, 0.3),
        0 0 22px rgba(255, 190, 58, 0.16);
}

.claim-code-card-copy-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.claim-code-card-copy-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
    opacity: 0.92;
    filter:
        drop-shadow(0 0 8px rgba(255, 215, 111, 0.22))
        brightness(1.08);
}

.claim-code-card-copy span {
    position: relative;
    z-index: 1;
}

.claim-code-card-copy strong,
.claim-code-card-copy span,
.claim-code-card-copy img {
    pointer-events: none;
}

.claim-code-card-copy[data-copy-state="copied"] {
    border-color: rgba(116, 231, 145, 0.68);
    background:
        radial-gradient(circle at top left, rgba(143, 245, 168, 0.2), transparent 38%),
        linear-gradient(180deg, rgba(22, 57, 31, 0.72), rgba(16, 39, 22, 0.9));
    box-shadow:
        0 0 0 1px rgba(171, 255, 191, 0.12) inset,
        0 0 32px rgba(84, 207, 117, 0.24),
        0 16px 32px rgba(0, 0, 0, 0.28);
}

.claim-code-card-copy[data-copy-state="copied"] strong {
    color: #effff1;
    text-shadow:
        0 0 10px rgba(143, 245, 168, 0.26),
        0 0 20px rgba(84, 207, 117, 0.18);
}

.claim-code-card-copy[data-copy-state="copied"] .claim-code-card-copy-icon {
    filter:
        drop-shadow(0 0 8px rgba(143, 245, 168, 0.28))
        brightness(1.12);
}

.claim-copy-toast {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 2600;
    padding: 12px 16px;
    border: 1px solid rgba(116, 231, 145, 0.4);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(18, 46, 25, 0.96), rgba(12, 31, 17, 0.98));
    color: #effff1;
    font: 700 0.95rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.02em;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32), 0 0 24px rgba(84, 207, 117, 0.18);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 150ms ease, transform 150ms ease;
}

.claim-copy-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.claim-copy-toast.is-error {
    border-color: rgba(255, 122, 122, 0.4);
    background: linear-gradient(180deg, rgba(66, 22, 22, 0.96), rgba(44, 14, 14, 0.98));
    color: #fff0f0;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32), 0 0 24px rgba(255, 122, 122, 0.16);
}

.claim-live-intro {
    margin-top: -4px;
}

.claim-live-key-shell {
    display: grid;
    gap: 10px;
}

.claim-live-snapshot-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.claim-live-snapshot-item {
    display: grid;
    gap: 6px;
    min-height: 76px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
}

.claim-live-snapshot-item.is-wide {
    grid-column: 1 / -1;
}

.claim-live-snapshot-item span {
    color: rgba(255, 255, 255, 0.62);
    font: 700 0.74rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.claim-live-snapshot-item strong {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    word-break: break-word;
}

.claim-live-status-band,
.claim-timeline-step,
.claim-activity-row {
    display: grid;
}

.claim-live-status-band {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(22, 23, 25, 0.96), rgba(18, 19, 20, 0.96));
}

.claim-live-status-band strong {
    display: block;
    margin-top: 4px;
    font-size: 1.08rem;
}

.claim-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.86);
    font: 700 0.82rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.claim-status-pill.is-pending {
    border-color: rgba(243, 191, 82, 0.34);
    background: rgba(243, 191, 82, 0.12);
    color: #ffd770;
}

.claim-status-pill.is-info {
    border-color: rgba(92, 168, 255, 0.34);
    background: rgba(41, 87, 148, 0.2);
    color: #9cd1ff;
}

.claim-status-pill.is-success-soft {
    border-color: rgba(96, 216, 132, 0.34);
    background: rgba(57, 110, 67, 0.2);
    color: #8ae39f;
}

.claim-status-pill.is-success {
    border-color: rgba(82, 209, 139, 0.44);
    background: rgba(47, 104, 70, 0.28);
    color: #98efb0;
}

.claim-status-pill.is-danger {
    border-color: rgba(228, 92, 92, 0.4);
    background: rgba(120, 31, 31, 0.22);
    color: #ff9a9a;
}

.claim-telemetry-panel {
    display: block;
    margin-top: 6px;
}

.claim-telemetry-columns {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.claim-telemetry-column {
    display: grid;
    gap: 10px;
    align-content: start;
    height: 100%;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(20, 20, 21, 0.98), rgba(15, 16, 17, 0.98));
}

.claim-telemetry-heading {
    display: grid;
    gap: 4px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.claim-telemetry-heading h4 {
    margin: 0;
    font: 700 1.04rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.02em;
}

.claim-timeline,
.claim-activity-list {
    display: grid;
    gap: 12px;
}

.claim-timeline-step {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
}

.claim-activity-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
}

.claim-timeline-index {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.72);
    font: 700 1rem/1 Bahnschrift, "Arial Narrow", sans-serif;
}

.claim-timeline-copy,
.claim-activity-copy {
    display: grid;
    gap: 4px;
}

.claim-timeline-copy span,
.claim-activity-copy span {
    color: var(--text-soft);
}

.claim-timeline-step time,
.claim-activity-row time {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.92rem;
    white-space: nowrap;
    justify-self: end;
    align-self: start;
}

.claim-timeline-step.is-complete,
.claim-activity-row.is-success {
    border-color: rgba(82, 209, 139, 0.24);
    background: rgba(51, 98, 65, 0.14);
}

.claim-timeline-step.is-complete .claim-timeline-index,
.claim-activity-row.is-success .claim-activity-copy strong {
    color: #98efb0;
}

.claim-timeline-step.is-complete .claim-timeline-index {
    background: rgba(82, 209, 139, 0.18);
}

.claim-timeline-step.is-current {
    border-color: rgba(243, 191, 82, 0.26);
    background: rgba(92, 68, 17, 0.16);
}

.claim-timeline-step.is-current .claim-timeline-index {
    background: rgba(243, 191, 82, 0.2);
    color: var(--gold);
}

.claim-timeline-step.is-upcoming {
    opacity: 0.82;
}

.claim-timeline-step.is-danger,
.claim-activity-row.is-danger {
    border-color: rgba(228, 92, 92, 0.26);
    background: rgba(110, 33, 33, 0.16);
}

.claim-timeline-step.is-danger .claim-timeline-index,
.claim-activity-row.is-danger .claim-activity-copy strong {
    color: #ff9a9a;
}

.claim-activity-row.is-info {
    border-color: rgba(92, 168, 255, 0.2);
    background: rgba(41, 87, 148, 0.1);
}

.claim-activity-row.is-info .claim-activity-copy strong {
    color: #9cd1ff;
}

.claim-activity-row.is-live {
    border-color: rgba(243, 191, 82, 0.18);
    background: rgba(243, 191, 82, 0.08);
}

.claim-activity-row.is-live .claim-activity-copy strong,
.claim-activity-row.is-success-soft .claim-activity-copy strong {
    color: var(--gold);
}

.claim-activity-row.is-success-soft {
    border-color: rgba(243, 191, 82, 0.16);
    background: rgba(85, 67, 22, 0.12);
}

.claim-activity-row.is-muted {
    opacity: 0.76;
}

.claim-live-note {
    margin: 2px 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.claim-cta-inline {
    margin-top: 8px;
}

.dashboard-inline-header {
    display: none;
}

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

.section-heading.compact {
    margin-bottom: 16px;
}

.section-heading h2 {
    margin: 10px 0 0;
    font-size: clamp(1.4rem, 3vw, 2rem);
    letter-spacing: -0.04em;
}

.section-heading p {
    margin: 0;
    max-width: 50ch;
    color: var(--text-soft);
}

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

.featured-card,
.server-card,
.side-card,
.detail-card {
    padding: 20px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(4, 7, 9, 0.42);
}

.featured-topline,
.featured-meta,
.server-title-row,
.server-subline,
.server-badges,
.card-actions,
.filter-row,
.chip-group,
.list-header,
.mini-list,
.rank-list,
.history-row,
.history-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.featured-card h3,
.server-card h3 {
    margin: 14px 0 8px;
    font-size: 1.18rem;
    line-height: 1.15;
}

.featured-card h3 a:hover,
.server-card h3 a:hover,
.mini-item:hover strong,
.rank-row:hover span {
    color: var(--gold-strong);
}

.muted {
    font-size: 0.95rem;
}

.pill,
.chip,
.page-link,
.ghost-button,
.action-link,
.favorite-button,
.primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    color: var(--text);
    transition: 180ms ease;
}

.pill {
    min-height: 32px;
    font-size: 0.82rem;
    color: var(--text-soft);
}

.pill-gold,
.primary-button,
.chip.is-active,
.page-link.is-active,
.action-link {
    color: #0f1112;
    border-color: rgba(255, 222, 119, 0.52);
    background: linear-gradient(135deg, var(--gold-strong), var(--gold));
}

.chip small {
    color: inherit;
    opacity: 0.74;
}

.chip:hover,
.ghost-button:hover,
.favorite-button:hover,
.page-link:hover,
.primary-button:hover {
    transform: translateY(-1px);
    border-color: var(--line-strong);
}

.ghost-button:disabled,
.primary-button:disabled {
    cursor: not-allowed;
    transform: none;
    opacity: 0.46;
    border-color: rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.52);
    box-shadow: none;
}

.ghost-button:disabled:hover,
.primary-button:disabled:hover {
    transform: none;
    border-color: rgba(255, 255, 255, 0.06);
}

.field {
    display: grid;
    gap: 8px;
    flex: 1 1 260px;
}

.field span {
    color: var(--text-soft);
    font-size: 0.94rem;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(6, 11, 14, 0.85);
    color: var(--text);
}

.field input,
.field select {
    min-height: 52px;
    padding: 0 16px;
}

.field textarea {
    min-height: 120px;
    padding: 14px 16px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: none;
    border-color: rgba(255, 222, 119, 0.48);
    box-shadow: 0 0 0 4px rgba(255, 191, 82, 0.10);
}

.discover-layout,
.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.15fr) minmax(280px, 0.95fr);
    gap: 24px;
}

.discover-main,
.detail-main {
    display: grid;
    gap: 20px;
}

.filter-panel {
    display: grid;
    gap: 14px;
    padding: 20px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(4, 8, 10, 0.45);
}

.filter-row.search-row {
    align-items: end;
}

.field-search {
    flex: 2 1 420px;
}

.field-select {
    flex: 0 1 260px;
}

.filter-row.wrap {
    align-items: start;
}

.list-header {
    align-items: center;
    justify-content: space-between;
    padding: 4px 4px 0;
}

.list-hint {
    color: var(--text-soft);
    font-size: 0.92rem;
}

.server-list {
    display: grid;
    gap: 16px;
}

.server-card {
    display: grid;
    gap: 14px;
}

.server-title-row {
    align-items: center;
}

.status-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: var(--text-soft);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.03);
}

.status-dot.is-online {
    background: var(--green);
}

.status-dot.is-offline {
    background: var(--red);
}

.favorite-button {
    margin-left: auto;
    font-size: 0.88rem;
    color: var(--text-soft);
}

.favorite-button.is-active,
.server-card.is-favorite .favorite-button {
    color: var(--gold-strong);
    border-color: rgba(255, 222, 119, 0.44);
    background: rgba(255, 191, 82, 0.10);
}

.server-subline {
    color: var(--text-soft);
    font-size: 0.95rem;
}

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

.metric-block,
.detail-item,
.rule-item {
    display: grid;
    gap: 5px;
}

.metric-block strong,
.detail-item strong,
.rule-item strong,
.rank-row strong {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.02em;
}

.occupancy-meter {
    width: 100%;
    height: 12px;
    appearance: none;
}

.occupancy-meter::-webkit-progress-bar {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
}

.occupancy-meter::-webkit-progress-value {
    border-radius: 999px;
    background: linear-gradient(90deg, #4bc37f, #7fe18c);
}

.occupancy-meter.is-warm::-webkit-progress-value {
    background: linear-gradient(90deg, #bdc24b, #f3bf52);
}

.occupancy-meter.is-busy::-webkit-progress-value {
    background: linear-gradient(90deg, #f3bf52, #ef9c3b);
}

.occupancy-meter.is-packed::-webkit-progress-value {
    background: linear-gradient(90deg, #ef9c3b, #f36c62);
}

.occupancy-meter::-moz-progress-bar {
    border-radius: 999px;
    background: linear-gradient(90deg, #4bc37f, #7fe18c);
}

.occupancy-meter.is-warm::-moz-progress-bar {
    background: linear-gradient(90deg, #bdc24b, #f3bf52);
}

.occupancy-meter.is-busy::-moz-progress-bar {
    background: linear-gradient(90deg, #f3bf52, #ef9c3b);
}

.occupancy-meter.is-packed::-moz-progress-bar {
    background: linear-gradient(90deg, #ef9c3b, #f36c62);
}

.mini-list,
.rank-list {
    display: grid;
    gap: 12px;
}

.mini-item,
.rank-row,
.history-row {
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

.mini-item {
    display: grid;
    gap: 4px;
}

.rank-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.page-link.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.back-link {
    color: var(--gold-strong);
}

.detail-grid,
.rule-grid {
    display: grid;
    gap: 14px;
}

.detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.rule-grid {
    margin-top: 16px;
}

.history-list {
    display: grid;
    gap: 12px;
}

.history-row {
    display: grid;
    gap: 10px;
}

.history-row strong {
    display: block;
    margin-bottom: 3px;
}

.detail-layout-server {
    align-items: start;
}

.detail-grid-tight {
    margin-top: 0;
}

.time-intel-card {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 196, 74, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.018);
    box-shadow: none;
}

.time-intel-label {
    color: var(--gold-strong);
    font: 700 0.78rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.time-intel-value {
    color: var(--text);
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    font-size: 1.35rem;
    line-height: 1;
}

.time-intel-multipliers {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.time-multiplier-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    font: 700 0.78rem/1 Bahnschrift, "Arial Narrow", sans-serif;
}

.time-multiplier-badge.is-day {
    color: #ffb640;
    background: rgba(255, 140, 34, 0.18);
    border: 1px solid rgba(255, 166, 41, 0.36);
}

.time-multiplier-badge.is-night {
    color: #9cb8ff;
    background: rgba(46, 85, 168, 0.22);
    border: 1px solid rgba(82, 123, 215, 0.34);
}

.time-multiplier-icon {
    font-size: 0.95rem;
    line-height: 1;
}

.drawer-inline-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-left: 8px;
}

.metrics-toolbar,
.metrics-chip-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.metrics-toolbar {
    justify-content: flex-start;
    margin-bottom: 18px;
}

.metrics-label {
    color: var(--text-soft);
    font: 700 0.82rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.metrics-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 196, 74, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.84);
    transition: 160ms ease;
    font-size: 0.9rem;
}

.metrics-chip:hover,
.metrics-chip.is-active {
    color: #0f1112;
    border-color: rgba(255, 214, 102, 0.66);
    background: linear-gradient(135deg, #ffd84a, #f3bf52);
}

.player-history-head,
.player-history-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.player-history-head {
    margin-bottom: 18px;
}

.player-history-title {
    justify-content: flex-start;
}

.player-history-title h2 {
    margin: 6px 0 0;
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.03em;
}

.player-history-mark {
    display: inline-flex;
    width: 18px;
    height: 18px;
    color: var(--gold-strong);
}

.player-history-mark svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.player-history-stage {
    padding: 10px 4px 0;
}

.player-history-chart {
    display: block;
    width: 100%;
    height: auto;
}

.player-history-grid-line {
    stroke: rgba(255, 255, 255, 0.08);
    stroke-width: 1;
}

.player-history-y-label,
.player-history-x-label,
.player-history-summary-item small {
    fill: rgba(255, 255, 255, 0.42);
    color: rgba(255, 255, 255, 0.42);
    font-size: 11px;
}

.player-history-y-label {
    text-anchor: end;
}

.player-history-x-label {
    text-anchor: middle;
}

.player-history-area {
    fill: url(#playerHistoryFill);
}

.player-history-line {
    fill: none;
    stroke: #e0af2f;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.player-history-peak-dot {
    fill: #31d07d;
    stroke: #0f1214;
    stroke-width: 2;
}

.player-history-peak-label {
    fill: #31d07d;
    text-anchor: middle;
    font-size: 12px;
    font-weight: 700;
}

.player-history-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.player-history-summary-item {
    display: grid;
    gap: 6px;
    justify-items: center;
    text-align: center;
}

.player-history-summary-label {
    color: rgba(255, 255, 255, 0.4);
    font: 700 0.76rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.player-history-summary-value {
    color: var(--text);
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    font-size: 1.4rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.player-history-summary-value.is-peak {
    color: #31d07d;
}

.player-history-summary-value.is-low {
    color: #f3bf52;
}

.player-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.player-summary-card {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
}

.player-summary-card span,
.player-chart-item small,
.mod-directory-main span,
.mod-directory-meta span {
    color: var(--text-soft);
}

.player-summary-card strong,
.player-chart-item strong,
.mod-directory-main strong,
.mod-directory-link {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.02em;
}

.player-chart-scroll {
    overflow-x: auto;
    padding-bottom: 6px;
}

.player-chart-grid {
    display: grid;
    gap: 12px;
    align-items: end;
}

.player-chart-item {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.player-chart-item strong {
    font-size: 0.92rem;
}

.player-chart-item small {
    min-height: 1.1rem;
    text-align: center;
    font-size: 0.76rem;
}

.player-chart-bar {
    display: flex;
    align-items: end;
    width: 100%;
    min-height: 220px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 196, 74, 0.04));
}

.player-chart-bar span {
    display: block;
    width: 100%;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd84a, #21b851);
}

.mod-directory-list {
    display: grid;
    gap: 12px;
}

.mod-directory-row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
}

.mod-directory-main,
.mod-directory-meta {
    display: grid;
    gap: 4px;
}

.mod-directory-link:hover {
    color: var(--gold-strong);
}

.mod-directory-meta {
    justify-items: end;
    text-align: right;
}

.card-actions-stack {
    flex-direction: column;
}

.card-actions-stack > * {
    width: 100%;
}

.server-quick-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 16px;
}

.server-quick-stat {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 12px 14px;
    border: 1px solid rgba(255, 196, 74, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
}

.server-quick-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    color: var(--gold-strong);
}

.server-quick-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.server-quick-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.server-quick-copy span {
    color: var(--text-soft);
    font-size: 0.8rem;
    line-height: 1.2;
}

.server-quick-copy strong {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    word-break: break-word;
}

.site-footer {
    display: grid;
    gap: 22px;
    margin-top: 36px;
    padding: 28px;
    border: 1px solid rgba(243, 191, 82, 0.14);
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(101, 215, 208, 0.08), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(243, 191, 82, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(12, 21, 25, 0.98), rgba(8, 13, 17, 0.98));
    color: var(--text-soft);
    box-shadow: var(--shadow);
}

.site-footer-shell {
    display: grid;
    grid-template-columns: minmax(280px, 1.1fr) minmax(0, 1.2fr);
    gap: 28px;
    align-items: start;
}

.site-footer-brand {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.site-footer-logo {
    display: block;
    width: 78px;
    height: 78px;
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.24));
}

.site-footer-brand-copy {
    display: grid;
    gap: 10px;
}

.site-footer-brand-copy strong,
.site-footer-heading {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
}

.site-footer-brand-copy strong {
    color: var(--text);
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    letter-spacing: -0.04em;
}

.site-footer-brand-copy p {
    margin: 0;
    max-width: 42ch;
    color: rgba(222, 231, 235, 0.74);
}

.site-footer-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(101, 215, 208, 0.18);
    border-radius: 999px;
    background: rgba(17, 30, 34, 0.8);
    color: rgba(233, 245, 244, 0.92);
    font: 700 0.77rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.site-footer-column {
    display: grid;
    gap: 10px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
}

.site-footer-heading {
    color: rgba(255, 223, 159, 0.96);
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-footer-column a,
.site-footer-meta {
    color: rgba(222, 231, 235, 0.74);
}

.site-footer-column a {
    transition: color 180ms ease, transform 180ms ease;
}

.site-footer-column a:hover {
    color: var(--text);
    transform: translateX(2px);
}

.site-footer-meta {
    line-height: 1.55;
}

.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(206, 217, 222, 0.62);
    font-size: 0.92rem;
}

@media (max-width: 1120px) {
    .hero-panel,
    .hero-panel-tight,
    .discover-layout,
    .detail-layout,
    .featured-grid {
        grid-template-columns: 1fr;
    }

    .topbar,
    .site-footer,
    .section-heading,
    .list-header {
        align-items: start;
        flex-direction: column;
    }

    .site-footer-shell,
    .site-footer-nav {
        grid-template-columns: 1fr;
    }

    .site-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .server-metrics,
    .detail-grid,
    .owner-form-grid,
    .owner-kpi-grid,
    .owner-dual-grid,
    .player-summary-grid,
    .server-quick-stats,
    .player-history-summary {
        grid-template-columns: 1fr;
    }

    .mod-directory-row {
        grid-template-columns: 1fr;
    }

    .mod-directory-meta {
        justify-items: start;
        text-align: left;
    }

    .browser-toolbar {
        grid-template-columns: 1fr;
    }

    .browser-toolbar-actions,
    .browser-utility-bar {
        justify-content: flex-start;
    }

    .landing-choice-grid,
    .landing-feature-grid,
    .landing-testimonial-grid,
    .landing-trust-stats,
    .landing-check-inline {
        grid-template-columns: 1fr;
    }

    .landing-fair-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .site-shell {
        width: min(calc(100% - 20px), var(--content-width));
        padding-top: 10px;
    }

    .hero-panel,
    .section-block,
    .side-card,
    .detail-card,
    .notice,
    .empty-state {
        padding: 20px;
    }

    .hero-copy h1 {
        max-width: none;
        font-size: clamp(2rem, 12vw, 3.1rem);
    }

    .field {
        flex-basis: 100%;
    }

    .owner-inline-fields {
        grid-template-columns: 1fr;
    }

    .topnav,
    .filter-row,
    .card-actions {
        width: 100%;
    }

    .card-actions > * {
        flex: 1 1 100%;
    }

    .metrics-toolbar {
        align-items: start;
        flex-direction: column;
    }

    .player-history-head,
    .player-history-title {
        align-items: start;
        flex-direction: column;
    }

    .player-chart-bar {
        min-height: 180px;
    }

    .server-hero-panel {
        padding: 26px 20px 22px;
    }

    .server-hero-panel .hero-copy h1 {
        max-width: none;
        font-size: clamp(1.1rem, 4.8vw, 1.55rem);
    }

    .browser-control-block,
    .browser-country-field {
        width: 100%;
    }

    .landing-section,
    .landing-ready,
    .landing-promo-flow {
        padding: 22px;
    }

    .landing-step-flow {
        gap: 16px;
    }

    .landing-step-arrow {
        display: none;
    }

    .landing-button-wide,
    .landing-download-button {
        min-width: 100%;
    }
}

.hero-panel-browser {
    grid-template-columns: 1fr;
    padding: 56px 42px 52px;
    background:
        linear-gradient(180deg, rgba(6, 10, 12, 0.78), rgba(7, 9, 11, 0.92)),
        radial-gradient(circle at 50% 0%, rgba(243, 191, 82, 0.05), transparent 42%);
}

.hero-copy-centered {
    display: grid;
    justify-items: center;
    text-align: center;
}

.hero-copy-centered h1 {
    max-width: none;
    margin-bottom: 10px;
    font-size: clamp(2rem, 5vw, 3.55rem);
}

.hero-copy-centered p {
    margin: 0 auto;
}

.hero-stats-note {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.42);
    font: 600 0.76rem/1.35 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.03em;
}

.hero-stats-bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: min(100%, 520px);
    margin-top: 26px;
    border: 1px solid rgba(255, 196, 74, 0.28);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(8, 13, 15, 0.88);
}

.hero-stat-pill {
    padding: 18px 16px;
    text-align: left;
}

.hero-stat-pill + .hero-stat-pill {
    border-left: 1px solid rgba(255, 196, 74, 0.18);
}

.hero-stat-pill strong {
    display: inline-block;
    margin-right: 8px;
    color: var(--gold-strong);
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1;
}

.hero-stat-pill span {
    color: rgba(255, 255, 255, 0.58);
    font: 700 0.76rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-page {
    gap: 24px;
}

.landing-hero {
    padding-bottom: 44px;
}

.landing-hero-actions,
.landing-ready-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.landing-section {
    padding: 34px;
}

.landing-center {
    display: grid;
    justify-items: center;
    text-align: center;
}

.landing-center .section-heading,
.section-heading.landing-center {
    justify-content: center;
}

.section-heading.landing-center p,
.landing-ready p {
    margin: 10px 0 0;
    color: var(--text-soft);
}

.landing-choice-grid,
.landing-feature-grid,
.landing-testimonial-grid,
.landing-trust-stats {
    display: grid;
    gap: 18px;
}

.landing-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 22px;
}

.landing-choice-card,
.landing-feature-card,
.landing-testimonial-card,
.landing-trust-stat {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(28, 30, 33, 0.96), rgba(20, 22, 25, 0.98));
    box-shadow: var(--shadow);
}

.landing-choice-card,
.landing-feature-card {
    padding: 28px;
}

.landing-choice-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 390px;
    padding: 30px 28px 28px;
    border-color: rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.02), transparent 38%),
        linear-gradient(180deg, rgba(31, 33, 37, 0.98), rgba(22, 24, 27, 0.98));
}

.landing-choice-card:hover {
    border-color: rgba(255, 196, 74, 0.24);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.landing-choice-card h3,
.landing-feature-card h3,
.landing-fair-copy h2,
.landing-ready h2,
.landing-trust-stat strong {
    margin: 0;
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
}

.landing-choice-card p,
.landing-feature-card p {
    margin: 10px 0 0;
    color: var(--text-soft);
}

.landing-choice-card h3 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.landing-choice-card p {
    font-size: 1.08rem;
    line-height: 1.55;
}

.landing-choice-icon,
.landing-feature-icon,
.landing-fair-icon {
    display: inline-grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 1.85rem;
}

.landing-choice-icon.is-player,
.landing-feature-icon {
    color: var(--green);
    background: rgba(83, 209, 139, 0.08);
    border: 1px solid rgba(83, 209, 139, 0.08);
}

.landing-choice-icon.is-owner,
.landing-feature-icon.is-owner,
.landing-fair-icon {
    color: var(--gold);
    background: rgba(243, 191, 82, 0.08);
    border: 1px solid rgba(243, 191, 82, 0.1);
}

.landing-check-list,
.landing-check-inline {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
}

.landing-check-list li,
.landing-check-inline li {
    position: relative;
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.02rem;
}

.landing-check-list li::before,
.landing-check-inline li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--green);
    font-weight: 700;
}

.landing-check-list.is-owner li::before {
    color: var(--gold);
}

.landing-button-wide {
    justify-content: center;
    min-width: 260px;
    margin-top: auto;
    align-self: stretch;
    min-height: 54px;
    font-size: 0.96rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.landing-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
}

.landing-feature-grid-owners {
    margin-bottom: 24px;
}

.landing-steps-card,
.landing-promo-flow,
.landing-fair-box,
.landing-ready {
    background:
        linear-gradient(180deg, rgba(20, 40, 21, 0.28), rgba(12, 17, 18, 0.96)),
        linear-gradient(180deg, rgba(17, 27, 33, 0.92), rgba(9, 14, 18, 0.95));
}

.landing-step-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.landing-step-item {
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
}

.landing-step-item small {
    color: var(--text-soft);
}

.landing-step-number {
    display: inline-grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f0be39, #d39d08);
    color: #090b0d;
    font: 700 1.9rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    box-shadow: 0 10px 28px rgba(243, 191, 82, 0.24);
}

.landing-step-arrow {
    color: rgba(255, 255, 255, 0.38);
    font-size: 2rem;
}

.landing-download-cta {
    display: grid;
    justify-items: center;
    gap: 12px;
    margin-top: 28px;
}

.landing-download-cta p,
.landing-muted {
    margin: 0;
    color: rgba(255, 255, 255, 0.52);
    font-style: italic;
}

.landing-download-button {
    min-width: 270px;
    justify-content: center;
}

.landing-promo-flow {
    margin-top: 28px;
    padding: 28px;
    border: 1px solid rgba(255, 196, 74, 0.16);
    border-radius: 24px;
}

.landing-fair-box {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    align-items: start;
}

.landing-fair-copy p {
    margin: 8px 0 0;
    color: var(--text-soft);
}

.landing-check-inline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-trust-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 860px;
    margin: 20px auto 0;
}

.landing-trust-stat {
    padding: 28px 24px;
    text-align: center;
}

.landing-trust-stat strong {
    display: block;
    color: #f4a41a;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
}

.landing-trust-stat span {
    color: var(--text-soft);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.landing-testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
}

.landing-testimonial-card {
    padding: 26px;
}

.landing-testimonial-card p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.12rem;
    line-height: 1.7;
    font-style: italic;
}

.landing-testimonial-author {
    display: grid;
    gap: 4px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.landing-testimonial-author span {
    color: var(--text-soft);
}

.landing-ready {
    padding: 52px 34px;
}

.landing-ready h2 {
    font-size: clamp(2.4rem, 5vw, 4rem);
}

.landing-choice-card {
    align-items: center;
    text-align: center;
    border-color: rgba(166, 109, 255, 0.14);
    background:
        radial-gradient(circle at top center, rgba(167, 110, 255, 0.14), transparent 42%),
        linear-gradient(180deg, rgba(28, 22, 39, 0.98), rgba(18, 15, 28, 0.98));
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.landing-choice-card:hover {
    transform: translateY(-6px);
    border-color: rgba(187, 130, 255, 0.34);
}

.landing-choice-icon,
.landing-feature-icon,
.landing-feature-icon.is-owner,
.landing-fair-icon {
    color: #c7a0ff;
    background: rgba(165, 109, 255, 0.1);
    border: 1px solid rgba(165, 109, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(197, 163, 255, 0.06);
}

.landing-check-list li,
.landing-check-inline li {
    padding-left: 0;
    text-align: center;
}

.landing-check-list li::before,
.landing-check-inline li::before {
    content: "•";
    position: static;
    display: block;
    margin-bottom: 6px;
    color: #bb84ff;
}

.landing-check-list.is-owner li::before {
    color: #bb84ff;
}

.landing-button-wide {
    align-self: center;
}

.landing-steps-card,
.landing-promo-flow,
.landing-fair-box,
.landing-ready {
    background:
        linear-gradient(180deg, rgba(63, 36, 103, 0.22), rgba(15, 14, 25, 0.96)),
        linear-gradient(180deg, rgba(24, 22, 38, 0.94), rgba(11, 12, 21, 0.96));
}

.landing-step-number {
    background: linear-gradient(135deg, #c289ff, #7f4de1);
    color: #f6f0ff;
    box-shadow: 0 10px 28px rgba(140, 79, 225, 0.28);
}

.landing-promo-flow {
    border-color: rgba(165, 110, 255, 0.18);
}

.landing-trust-stat strong {
    color: #cb9dff;
}


.browser-shell {
    display: grid;
    gap: 16px;
}

.browser-search-panel,
.browser-table-panel {
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(21, 24, 27, 0.96), rgba(13, 16, 18, 0.98));
    box-shadow: var(--shadow);
}

.browser-search-panel {
    padding: 18px 18px 16px;
}

.browser-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
}

.browser-toolbar-actions,
.browser-control-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.browser-toolbar-actions {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.browser-search-block {
    flex: 0 1 500px;
    max-width: 440px;
}

.browser-filter-stack {
    display: grid;
    gap: 14px;
}

.browser-toolbar-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.browser-toolbar-line-main {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.browser-toolbar-line-secondary {
    align-items: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: -1px;
    padding-top: 14px;
}

.browser-control-block {
    flex-wrap: wrap;
}

.browser-control-block-wide {
    flex: 1 1 100%;
}

.browser-toolbar-inline-groups,
.browser-toolbar-bottom-main {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.browser-toolbar-inline-groups {
    justify-content: flex-end;
    flex: 1 1 auto;
}

.browser-toolbar-bottom-main {
    justify-content: flex-start;
    flex: 1 1 auto;
}

.browser-inline-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.browser-inline-group-compact {
    gap: 8px;
}

.browser-picker-inline {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.browser-picker-label {
    color: rgba(255, 255, 255, 0.54);
    font: 700 0.74rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.browser-picker-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.browser-control-label {
    color: rgba(255, 255, 255, 0.54);
    font: 700 0.74rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.browser-search {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 50px;
    padding: 0 10px 0 16px;
    border: 1px solid rgba(255, 196, 74, 0.16);
    border-radius: 14px;
    background: rgba(16, 18, 21, 0.96);
}

.browser-search input {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    color: var(--text);
    min-height: 48px;
}

.browser-search input:focus {
    outline: none;
}

.browser-search-icon {
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 196, 74, 0.74);
    border-radius: 50%;
}

.browser-search-icon::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -4px;
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 196, 74, 0.74);
    transform: rotate(45deg);
    transform-origin: center;
}

.browser-search-submit {
    appearance: none;
    position: relative;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(255, 196, 74, 0.16);
    border-radius: 10px;
    background: rgba(255, 196, 74, 0.08);
    cursor: pointer;
    transition: 160ms ease;
}

.browser-search-submit::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    border: 2px solid rgba(255, 214, 102, 0.92);
    border-radius: 50%;
    transform: translate(-2px, -2px);
}

.browser-search-submit::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 21px;
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 214, 102, 0.92);
    transform: rotate(45deg);
}

.browser-search-submit:hover {
    border-color: rgba(255, 214, 102, 0.4);
    background: rgba(255, 196, 74, 0.14);
}

.browser-toggle-group,
.browser-chip-row,
.browser-view-switch,
.browser-utility-bar,
.promoted-strip-items {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.browser-chip-row-compact .browser-chip,
.browser-toggle-group .browser-toggle {
    min-height: 36px;
    padding: 0 12px;
}

.browser-toggle,
.browser-chip,
.browser-view-pill,
.browser-icon-button,
.browser-mini-button,
.browser-join-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(255, 196, 74, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(244, 246, 247, 0.82);
    transition: 160ms ease;
}

.browser-toggle:hover,
.browser-chip:hover,
.browser-view-pill:hover,
.browser-icon-button:hover,
.browser-mini-button:hover,
.browser-join-button:hover {
    border-color: rgba(255, 196, 74, 0.34);
    transform: translateY(-1px);
}

.browser-toggle.is-active,
.browser-view-pill.is-active,
.browser-chip.is-active {
    color: #101112;
    border-color: rgba(255, 214, 102, 0.7);
    background: linear-gradient(135deg, #ffd84a, #f3bf52);
}

.browser-view-switch {
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(255, 196, 74, 0.16);
    border-radius: 12px;
    background: rgba(8, 10, 12, 0.88);
}

.browser-view-pill {
    min-height: 34px;
    padding: 0 16px;
    border-color: transparent;
    background: transparent;
}

.browser-utility-bar {
    justify-content: flex-end;
    gap: 12px;
    align-items: end;
}

.browser-filter-pickers {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.browser-option-search input {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(255, 196, 74, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    color: var(--text);
    font-size: 0.88rem;
}

.browser-option-search {
    display: inline-flex;
    min-width: 132px;
}

.browser-option-search input:focus {
    outline: 1px solid rgba(255, 214, 102, 0.28);
}

.browser-option-field {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 30px 0 10px;
    border: 1px solid rgba(255, 196, 74, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(255, 255, 255, 0.82);
}

.browser-option-field::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-right: 2px solid rgba(255, 255, 255, 0.68);
    border-bottom: 2px solid rgba(255, 255, 255, 0.68);
    transform: rotate(45deg);
    pointer-events: none;
}

.browser-option-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 150px;
    border: 0;
    background: transparent;
    color: var(--text);
    outline: none;
    cursor: pointer;
}

.browser-option-field.browser-option-field-mods {
    padding-right: 10px;
}

.browser-option-field.browser-option-field-mods::after {
    display: none;
}

.browser-mod-add {
    border: 1px solid rgba(255, 196, 74, 0.34);
    border-radius: 8px;
    background: rgba(255, 196, 74, 0.16);
    color: rgba(255, 239, 198, 0.96);
    font: 700 0.74rem/1.1 "Bahnschrift", "Arial Narrow", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 10px;
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease;
}

.browser-mod-add:hover,
.browser-mod-add:focus-visible {
    border-color: rgba(255, 214, 120, 0.62);
    background: rgba(255, 204, 82, 0.24);
}

.browser-mod-chip-list {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.browser-mod-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 196, 74, 0.28);
    border-radius: 999px;
    background: rgba(255, 196, 74, 0.11);
    color: rgba(255, 232, 170, 0.95);
    padding: 4px 10px;
    font-size: 0.76rem;
    line-height: 1.2;
    cursor: pointer;
}

.browser-mod-chip:hover,
.browser-mod-chip:focus-visible {
    border-color: rgba(255, 214, 120, 0.62);
    background: rgba(255, 214, 120, 0.18);
}

.browser-option-field option {
    color: var(--text);
    background: #11161a;
}

.browser-option-input {
    width: 100%;
    min-width: 150px;
    border: 0;
    background: transparent;
    color: var(--text);
    outline: none;
}

.browser-option-input::-webkit-search-decoration,
.browser-option-input::-webkit-search-cancel-button,
.browser-option-input::-webkit-search-results-button,
.browser-option-input::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.browser-toolbar-summary {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    margin-left: auto;
}

.browser-chip-row-main {
    flex: 1 1 auto;
}

.browser-chip-row-inline {
    flex: 1 1 auto;
    min-width: 0;
}

.browser-icon-button {
    min-width: 72px;
    color: rgba(255, 255, 255, 0.82);
}

.browser-icon-button.is-reset {
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.025);
    border-color: rgba(255, 196, 74, 0.16);
}

.browser-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.browser-active-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 196, 74, 0.12);
    border-radius: 999px;
    background: rgba(255, 196, 74, 0.08);
    color: rgba(255, 244, 212, 0.88);
    font-size: 0.84rem;
    text-decoration: none;
    transition: border-color 120ms ease, background 120ms ease, color 120ms ease;
}

.browser-active-chip:hover {
    border-color: rgba(255, 214, 102, 0.28);
    background: rgba(255, 196, 74, 0.12);
}

.browser-active-chip-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    color: rgba(255, 214, 102, 0.9);
    font-size: 0.9rem;
    line-height: 1;
}

.browser-results-counter {
    color: rgba(255, 255, 255, 0.56);
    white-space: nowrap;
    padding-left: 4px;
}

.promoted-strip {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.promoted-strip-label {
    color: var(--gold-strong);
    font: 700 0.8rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.promoted-strip-item {
    min-width: 220px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 196, 74, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
}

.promoted-strip-item strong {
    display: block;
    margin-bottom: 3px;
    font-size: 0.96rem;
}

.promoted-strip-item span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.88rem;
}

.browser-table-panel {
    position: relative;
    overflow: hidden;
}

.browser-table-loading-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at center, rgba(12, 16, 20, 0.78), rgba(8, 10, 12, 0.9));
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 12;
    transition: opacity 140ms ease, visibility 140ms ease;
}

.browser-table-loading-core {
    width: 90px;
    height: 90px;
    position: relative;
    display: grid;
    place-items: center;
}

.browser-table-loading-logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(255, 196, 74, 0.35));
    animation: browser-loader-pulse 1.1s ease-in-out infinite;
}

.browser-table-loading-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 196, 74, 0.22);
    border-top-color: rgba(255, 214, 120, 0.96);
    border-right-color: rgba(255, 214, 120, 0.72);
    animation: browser-loader-spin 0.9s linear infinite;
}

[data-browser-shell].is-loading .browser-table-loading-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

[data-browser-shell].is-initial-loading .browser-table-loading-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@keyframes browser-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes browser-loader-pulse {
    0%,
    100% {
        transform: scale(0.95);
        opacity: 0.85;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
}

.browser-table {
    display: grid;
}

.browser-table-head,
.browser-table-row {
    display: grid;
    grid-template-columns: minmax(320px, 2.95fr) minmax(96px, 0.62fr) minmax(100px, 0.68fr) minmax(70px, 0.38fr) minmax(115px, 0.64fr) minmax(150px, 0.9fr);
    gap: 14px;
    align-items: center;
}

.browser-table-head {
    padding: 16px 24px;
    color: var(--gold-strong);
    font: 700 0.9rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 196, 74, 0.28);
}

.browser-sort-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.browser-sort-link::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(255, 214, 102, 0.42);
    border-bottom: 2px solid rgba(255, 214, 102, 0.42);
    transform: rotate(45deg) translateY(-1px);
}

.browser-sort-link.is-active::after {
    border-color: rgba(255, 214, 102, 0.92);
}

.browser-table-row {
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
}

.browser-table-row:last-child {
    border-bottom: 0;
}

.server-drawer-shell {
    padding: 0 24px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.server-drawer-shell:last-child {
    border-bottom: 0;
}

.server-drawer-panel {
    border: 1px solid rgba(255, 196, 74, 0.12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(18, 23, 27, 0.96), rgba(10, 13, 16, 0.98));
}

.server-time-inline {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.server-time-inline-label {
    color: var(--gold-strong);
    font: 700 0.7rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.server-time-inline-clock {
    color: rgba(255, 255, 255, 0.82);
    font: 700 0.92rem/1 Bahnschrift, "Arial Narrow", sans-serif;
}

.server-time-inline-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    font: 700 0.76rem/1 Bahnschrift, "Arial Narrow", sans-serif;
}

.server-time-inline-badge.is-day {
    color: #ffb640;
    background: rgba(255, 140, 34, 0.16);
    border: 1px solid rgba(255, 166, 41, 0.28);
}

.server-time-inline-badge.is-night {
    color: #9cb8ff;
    background: rgba(46, 85, 168, 0.2);
    border: 1px solid rgba(82, 123, 215, 0.3);
}

.server-drawer-content {
    display: grid;
    gap: 18px;
    padding: 20px;
}

.browser-col {
    display: grid;
    gap: 4px;
}

.browser-col-time {
    align-content: start;
}

.browser-col-time .server-time-inline {
    margin-top: 0;
}

.server-row-shell {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.server-glyph {
    display: grid;
    align-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    padding: 10px 9px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
}

.server-glyph.has-logo {
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.server-glyph span {
    display: block;
    height: 7px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 2px;
}

.server-glyph-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.server-glyph.has-logo .server-glyph-image {
    border-radius: 0;
}

.owner-logo-preview-shell {
    width: 160px;
    height: 96px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.owner-logo-preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.owner-logo-preview-image.is-visible {
    display: block;
}

.owner-logo-preview-empty {
    color: var(--text-soft);
    font-size: 0.82rem;
    text-align: center;
    line-height: 1.2;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.owner-logo-preview-empty.is-hidden {
    display: none;
}

.owner-logo-picker {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
}

.owner-logo-input-native {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.owner-logo-pick-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(243, 191, 82, 0.5);
    border-radius: 10px;
    background: rgba(243, 191, 82, 0.12);
    color: var(--gold);
    font: 700 0.86rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.owner-logo-pick-button:hover {
    border-color: rgba(243, 191, 82, 0.78);
    background: rgba(243, 191, 82, 0.2);
    transform: translateY(-1px);
}

.owner-logo-file-name {
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(7, 12, 16, 0.96), rgba(8, 13, 17, 0.96));
    display: inline-flex;
    align-items: center;
    color: var(--text-soft);
    font-size: 0.92rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-uploader {
    display: grid;
    gap: 10px;
    width: 100%;
}

.img-uploader__inline {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    width: 100%;
}

.img-uploader__preview-slot {
    width: 96px;
    height: 96px;
}

.img-uploader__preview {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.img-uploader__preview[hidden] {
    display: none !important;
}

.img-uploader__empty {
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    color: #9aa7b1;
    font-size: 0.85rem;
    text-align: center;
    padding: 0 8px;
}

.img-uploader__empty[hidden] {
    display: none !important;
}

.img-uploader__preview:not([hidden]) + .img-uploader__empty {
    display: none !important;
}

.img-uploader__row {
    display: grid;
    grid-template-columns: max-content minmax(160px, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    width: 100%;
}

.img-uploader__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}

.img-uploader__btn {
    min-height: 38px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #d6a644;
    border-radius: 10px;
    cursor: pointer;
    color: var(--gold);
    background: rgba(243, 191, 82, 0.12);
    font: 700 0.86rem/1 Bahnschrift, "Arial Narrow", sans-serif;
}

.img-uploader__btn:hover {
    border-color: rgba(243, 191, 82, 0.82);
    background: rgba(243, 191, 82, 0.2);
}

.img-uploader__name {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #9aa7b1;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.server-row-main {
    display: grid;
    gap: 7px;
}

.server-row-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.server-row-title-main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.server-row-title a {
    font: 700 1.12rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
}

.server-drawer-toggle {
    position: relative;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(255, 196, 74, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    cursor: pointer;
    transition: 160ms ease;
}

.server-drawer-toggle::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-right: 2px solid rgba(255, 214, 102, 0.86);
    border-bottom: 2px solid rgba(255, 214, 102, 0.86);
    transform: rotate(45deg) translateY(-2px);
    transition: transform 160ms ease;
}

.server-drawer-toggle:hover {
    border-color: rgba(255, 214, 102, 0.38);
    background: rgba(255, 196, 74, 0.08);
}

.server-drawer-toggle.is-open::before,
.browser-table-row.is-expanded .server-drawer-toggle::before {
    transform: rotate(-135deg) translate(-1px, -1px);
}

.server-row-subtitle {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.92rem;
}

.drawer-owner-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
}

.server-owner-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(255, 196, 74, 0.2);
    border-radius: 999px;
    background: rgba(255, 196, 74, 0.08);
    color: rgba(255, 232, 184, 0.94);
    font: 700 0.78rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-transform: uppercase;
}

.server-owner-chip.is-verified {
    border-color: rgba(96, 214, 146, 0.26);
    background: rgba(96, 214, 146, 0.1);
    color: rgba(201, 255, 221, 0.96);
}

.server-owner-chip.is-link:hover {
    border-color: rgba(255, 196, 74, 0.42);
    background: rgba(255, 196, 74, 0.14);
    color: #fff0c8;
}

.browser-col strong {
    font: 700 1.15rem/1.15 Bahnschrift, "Arial Narrow", sans-serif;
}

.browser-col span {
    color: rgba(255, 255, 255, 0.58);
}

.server-country-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 236, 181, 0.96);
    font-size: 0.86rem;
    line-height: 1;
}

.server-country-flag {
    width: 1.15em;
    height: 0.85em;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
    flex: 0 0 auto;
}

.browser-col-map strong {
    text-transform: lowercase;
}

.browser-col-mods {
    justify-items: start;
}

.mod-state-vanilla {
    color: #56d27b;
}

.browser-col-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.server-drawer-topline,
.drawer-block-head,
.drawer-history-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.server-drawer-topline h3,
.drawer-block h4 {
    margin: 6px 0 0;
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.03em;
}

.server-drawer-hero {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.server-drawer-inline-profile {
    display: grid;
    gap: 12px;
    max-width: 820px;
}

.drawer-open-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255, 196, 74, 0.22);
    border-radius: 14px;
    background: #ffd159;
    color: #17140d;
    font: 700 0.9rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
    box-shadow: 0 10px 24px rgba(255, 196, 74, 0.16);
}

.drawer-open-link:hover {
    background: #ffdb75;
    box-shadow: 0 12px 28px rgba(255, 196, 74, 0.22);
    transform: translateY(-1px);
}

.drawer-stat-grid,
.drawer-layout,
.drawer-meta-grid,
.drawer-rules-grid,
.drawer-tag-list,
.drawer-mod-grid {
    display: grid;
    gap: 12px;
}

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

.drawer-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.drawer-block {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
}

.drawer-owner-tagline,
.drawer-owner-description {
    margin: 0;
}

.drawer-owner-tagline {
    color: rgba(255, 230, 168, 0.96);
    font: 700 1rem/1.4 Bahnschrift, "Arial Narrow", sans-serif;
}

.drawer-owner-description {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    max-width: 72ch;
}

.drawer-owner-link-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid rgba(255, 196, 74, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
    text-decoration: none;
    transition: transform 120ms ease, border-color 120ms ease, background 120ms ease;
}

.drawer-owner-link-card:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 196, 74, 0.28);
    background: rgba(255, 196, 74, 0.06);
}

.drawer-owner-link-card.is-generic {
    align-items: flex-start;
}

.drawer-owner-link-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.drawer-owner-link-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.drawer-owner-link-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.drawer-owner-link-copy strong {
    color: rgba(255, 245, 221, 0.94);
    font: 700 0.92rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
}

.drawer-owner-link-copy span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.84rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.drawer-owner-facts {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

.drawer-owner-fact {
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
}

.drawer-owner-fact span {
    display: block;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.82rem;
    margin-bottom: 6px;
}

.drawer-owner-fact strong {
    color: rgba(255, 255, 255, 0.9);
    font: 700 0.96rem/1.35 Bahnschrift, "Arial Narrow", sans-serif;
}

.drawer-claim-promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 196, 74, 0.14);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 196, 74, 0.08), rgba(255, 255, 255, 0.02));
}

.drawer-claim-promo-copy {
    display: grid;
    gap: 6px;
}

.drawer-claim-promo-copy strong {
    color: rgba(255, 241, 204, 0.96);
    font: 700 1rem/1.25 Bahnschrift, "Arial Narrow", sans-serif;
}

.drawer-claim-promo-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.55;
}

.drawer-claim-promo-button {
    min-width: 180px;
}

.drawer-block-players {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.drawer-player-history-card .player-history-head {
    margin-bottom: 14px;
}

.drawer-player-history-card .player-history-stage {
    padding: 4px 0 0;
}

.drawer-player-history-card .player-history-chart {
    min-height: 240px;
}

.drawer-player-history-card .player-history-summary {
    margin-top: 14px;
    padding-top: 16px;
}

.drawer-block-wide {
    grid-column: 1 / -1;
}

.drawer-stat-card,
.drawer-meta-item,
.drawer-rule-item,
.drawer-tag,
.drawer-history-row {
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
}

.drawer-stat-card,
.drawer-meta-item,
.drawer-rule-item,
.drawer-tag {
    display: grid;
    gap: 4px;
}

.drawer-stat-card span,
.drawer-meta-item span,
.drawer-rule-item span,
.drawer-tag span,
.drawer-history-row span,
.drawer-stat-card small {
    color: var(--text-soft);
}

.drawer-stat-card strong,
.drawer-meta-item strong,
.drawer-rule-item strong,
.drawer-tag strong,
.drawer-history-row strong {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.02em;
}

.drawer-meta-grid,
.drawer-rules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drawer-players-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.drawer-players-summary-item {
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
}

.drawer-players-summary-item span {
    color: var(--text-soft);
}

.drawer-players-summary-item strong {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.02em;
    font-size: 1.15rem;
}

.drawer-players-chart {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(52px, 1fr));
    gap: 12px;
    align-items: end;
    flex: 1 1 auto;
    min-height: 280px;
    align-content: end;
}

.drawer-players-column {
    display: grid;
    gap: 8px;
    justify-items: center;
    align-self: end;
    height: 100%;
    grid-template-rows: auto 1fr auto;
}

.drawer-players-column small {
    color: var(--text-soft);
    font-size: 0.78rem;
}

.drawer-players-value {
    color: rgba(255, 255, 255, 0.92);
    font: 700 0.8rem/1 Bahnschrift, "Arial Narrow", sans-serif;
}

.drawer-players-bar-track {
    display: flex;
    align-items: end;
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 196, 74, 0.03));
}

.drawer-players-bar-fill {
    display: block;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffd84a 0%, #f0b93d 38%, #2ac769 100%);
    box-shadow: 0 0 0 1px rgba(255, 216, 74, 0.12), 0 8px 22px rgba(42, 199, 105, 0.12);
}

.drawer-history-list {
    display: grid;
    gap: 10px;
}

.drawer-mod-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 460px;
    overflow: auto;
    padding-right: 4px;
}

.drawer-mod-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    transition: 160ms ease;
}

.drawer-mod-card.is-linked:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 196, 74, 0.28);
    background: rgba(255, 196, 74, 0.05);
}

.drawer-mod-thumb {
    display: grid;
    place-items: center;
    overflow: hidden;
    min-height: 96px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(180deg, rgba(255, 196, 74, 0.12), rgba(255, 255, 255, 0.04));
}

.drawer-mod-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drawer-mod-thumb span {
    color: rgba(255, 240, 202, 0.95);
    font: 700 1.35rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.08em;
}

.drawer-mod-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.drawer-mod-copy strong {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.02em;
}

.drawer-mod-copy span {
    color: var(--text-soft);
    font-size: 0.88rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drawer-tag-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 280px;
    overflow: auto;
    padding-right: 4px;
}

.drawer-loading,
.drawer-empty-state {
    padding: 18px 20px;
    color: rgba(255, 255, 255, 0.82);
}

.browser-mini-button {
    min-width: 62px;
    color: rgba(255, 255, 255, 0.78);
}

.browser-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.browser-action-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.browser-join-button {
    min-width: 46px;
    width: 46px;
    padding: 0;
    background: rgba(255, 255, 255, 0.025);
    border-color: rgba(255, 196, 74, 0.16);
}

.browser-join-button {
    color: #24cf63;
    font-weight: 700;
}

.browser-join-button .browser-action-icon {
    width: 16px;
    height: 16px;
    transform: translateX(1px);
}

.browser-join-button:hover {
    border-color: rgba(255, 214, 102, 0.38);
    background: rgba(255, 196, 74, 0.08);
}

.browser-copy-icon-button {
    min-width: 40px;
    width: 40px;
    flex: 0 0 40px;
    padding: 0;
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.045);
    color: rgba(233, 237, 240, 0.84);
}

.browser-copy-icon-button:hover {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
}

.browser-copy-icon-button.is-copied {
    color: #0b1310;
    border-color: rgba(53, 209, 117, 0.56);
    background: linear-gradient(135deg, #68e095, #3dc96f);
}

.browser-copy-icon-button.is-failed {
    color: #fff0f0;
    border-color: rgba(243, 108, 98, 0.56);
    background: linear-gradient(135deg, rgba(243, 108, 98, 0.85), rgba(217, 76, 65, 0.9));
}

.browser-table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 24px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.browser-foot-meta {
    color: rgba(255, 255, 255, 0.74);
    font: 700 0.98rem/1.3 Bahnschrift, "Arial Narrow", sans-serif;
}

.browser-pagination {
    justify-content: flex-end;
    padding: 0;
    border-top: 0;
}

.browser-pagination .page-link {
    min-width: 48px;
    min-height: 48px;
    border-radius: 12px;
}

.intel-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 1240px) {
    .account-provider-grid,
    .account-grid {
        grid-template-columns: 1fr;
    }

    .owner-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .owner-dashboard-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .owner-promo-banner,
    .owner-server-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .owner-server-row-actions {
        width: 100%;
    }

    .claim-step-list,
    .claim-history-row {
        grid-template-columns: 1fr;
    }

    .claim-step-rail {
        flex-direction: column;
        align-items: stretch;
    }

    .claim-step-links {
        flex-direction: column;
        align-items: stretch;
    }

    .claim-hero-banner,
    .claim-method-grid,
    .claim-flow-grid,
    .claim-requirements-grid,
    .claim-detail-step-head,
    .claim-info-callout,
    .claim-requirement-copy,
    .claim-protection-card {
        grid-template-columns: 1fr;
    }

    .claim-section#name-claim-live .claim-live-grid {
        grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
    }

    .claim-method-card {
        padding-top: 28px;
    }

    .claim-button-row,
    .claim-meta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .claim-search-shell {
        flex-direction: column;
        align-items: stretch;
    }

    .claim-search-field {
        width: 100%;
    }

    .claim-live-status-band,
    .claim-timeline-step,
    .claim-activity-row {
        grid-template-columns: 1fr;
    }

    .claim-live-snapshot-grid {
        grid-template-columns: 1fr;
    }

    .claim-live-snapshot-item.is-wide {
        grid-column: auto;
    }

    .claim-timeline-step time,
    .claim-activity-row time {
        white-space: normal;
    }

    .claim-requirement-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .browser-search-block {
        max-width: none;
    }

    .browser-toolbar-line,
    .browser-utility-bar,
    .browser-toolbar-inline-groups,
    .browser-toolbar-bottom-main,
    .browser-toolbar-summary {
        justify-content: flex-start;
    }

    .browser-table-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .browser-results-counter {
        white-space: normal;
    }

    .drawer-stat-grid,
    .drawer-layout,
    .drawer-meta-grid,
    .drawer-rules-grid,
    .drawer-tag-list,
    .drawer-mod-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .dashboard-shell,
    .dashboard-shell.is-collapsed {
        grid-template-columns: 1fr;
    }

    .dashboard-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(88vw, 336px);
        min-height: 100vh;
        border-radius: 0 30px 30px 0;
        transform: translateX(-110%);
        transition: transform 180ms ease;
        z-index: 80;
    }

    .dashboard-shell.is-mobile-open .dashboard-sidebar {
        transform: translateX(0);
    }

    .dashboard-sidebar-open {
        display: inline-flex;
        position: sticky;
        top: 12px;
        z-index: 30;
    }

    .dashboard-sidebar-backdrop {
        position: fixed;
        inset: 0;
        z-index: 70;
        padding: 0;
        border: 0;
        background: rgba(6, 8, 10, 0.62);
    }

    .dashboard-main {
        gap: 20px;
    }

    .claim-section#name-claim-live .claim-live-grid,
    .claim-telemetry-columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1120px) {
    .hero-stats-bar,
    .intel-rail {
        grid-template-columns: 1fr;
    }

    .browser-table-head {
        display: none;
    }

    .browser-table-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .browser-col-actions {
        justify-content: start;
    }

    .server-drawer-shell {
        padding: 0 16px 18px;
    }

}

@media (max-width: 720px) {
    .login-modal-root {
        padding: 16px;
    }

    .dashboard-page {
        margin-top: 20px;
    }

    .dashboard-sidebar-open {
        width: 100%;
        justify-content: center;
    }

    .owner-dashboard-hero,
    .owner-servers-panel-head,
    .owner-promo-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .owner-dashboard-kpis {
        grid-template-columns: 1fr;
    }

    .topnav-account-panel {
        right: auto;
        left: 0;
        width: min(92vw, 300px);
    }

    .topnav-account-name {
        max-width: 120px;
    }

    .owner-dashboard-kpi {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    .owner-dashboard-kpi-arrow,
    .owner-dashboard-kpi-meta {
        grid-column: 2;
    }

    .owner-server-row-actions {
        flex-wrap: wrap;
    }

    .login-modal-card {
        padding: 22px 18px 20px;
        border-radius: 22px;
    }

    .login-modal-brand {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding-right: 0;
    }

    .login-modal-logo {
        width: 132px;
    }

    .login-modal-wordmark {
        justify-items: center;
    }

    .hero-panel-browser {
        padding: 28px 20px 24px;
    }

    .hero-stats-bar {
        width: 100%;
    }

    .browser-search-panel {
        padding: 16px;
    }

    .browser-search {
        min-height: 52px;
    }

    .browser-search input {
        min-height: 50px;
    }

    .browser-toggle-group,
    .browser-chip-row,
    .browser-utility-bar,
    .browser-view-switch,
    .browser-filter-pickers,
    .browser-toolbar-inline-groups,
    .browser-toolbar-bottom-main,
    .browser-inline-group,
    .browser-toolbar-summary {
        width: 100%;
    }

    .browser-toolbar-line {
        width: 100%;
    }

    .browser-picker-inline,
    .browser-picker-controls,
    .browser-option-search,
    .browser-option-field {
        width: 100%;
        justify-content: space-between;
    }

    .browser-picker-inline,
    .browser-picker-controls {
        flex-wrap: wrap;
    }

    .browser-option-field select {
        min-width: 0;
        width: 100%;
    }

    .browser-toggle,
    .browser-chip,
    .browser-view-pill,
    .browser-icon-button,
    .browser-mini-button,
    .browser-join-button {
        flex: 1 1 calc(50% - 8px);
    }

    .browser-table-row,
    .browser-pagination,
    .browser-table-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .browser-col-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .server-drawer-content {
        padding: 16px;
    }

    .server-drawer-inline-profile {
        justify-items: start;
    }

    .drawer-claim-promo {
        align-items: start;
        flex-direction: column;
    }

    .server-drawer-topline,
    .drawer-block-head,
    .drawer-history-row {
        align-items: start;
        flex-direction: column;
    }

    .drawer-chart {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.promotion-page {
    gap: 24px;
}

.promotion-section,
.promotion-ready-card,
.promotion-summary-strip,
.promotion-inline-note,
.promotion-step-shell {
    position: relative;
    overflow: hidden;
}

.promotion-hero {
    align-items: stretch;
}

.promotion-inline-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
}

.promotion-inline-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(243, 191, 82, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 245, 220, 0.88);
    font: 700 0.82rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.02em;
}

.promotion-path-grid,
.promotion-tier-grid,
.promotion-faq-grid,
.promotion-booking-grid,
.promotion-timeline-grid,
.promotion-choice-grid,
.promotion-addon-grid {
    display: grid;
    gap: 18px;
}

.promotion-path-grid,
.promotion-tier-grid,
.promotion-booking-grid,
.promotion-timeline-grid,
.promotion-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.promotion-path-card,
.promotion-stack-card,
.promotion-compare-card,
.promotion-timeline-card,
.promotion-booking-card,
.promotion-tier-card,
.promotion-faq-card,
.promotion-choice-card,
.promotion-addon-card,
.promotion-empty-state {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.promotion-path-card,
.promotion-booking-card,
.promotion-tier-card,
.promotion-faq-card,
.promotion-empty-state {
    padding: 24px;
}

.promotion-path-card.is-grow,
.promotion-booking-card.is-featured,
.promotion-tier-card.is-highlight,
.promotion-choice-input:checked + .promotion-choice-card {
    border-color: rgba(243, 191, 82, 0.44);
    background:
        linear-gradient(180deg, rgba(243, 191, 82, 0.12), rgba(255, 255, 255, 0.03));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 42px rgba(0, 0, 0, 0.22);
}

.promotion-path-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.promotion-kicker,
.promotion-booking-chip,
.promotion-price-tag,
.promotion-tier-label,
.promotion-choice-kicker,
.promotion-choice-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font: 700 0.74rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.promotion-kicker,
.promotion-tier-label,
.promotion-choice-kicker {
    color: rgba(255, 218, 135, 0.92);
    background: rgba(243, 191, 82, 0.12);
    border: 1px solid rgba(243, 191, 82, 0.18);
}

.promotion-booking-chip,
.promotion-choice-badge {
    color: rgba(212, 242, 224, 0.96);
    background: rgba(83, 209, 139, 0.12);
    border: 1px solid rgba(83, 209, 139, 0.2);
}

.promotion-booking-chip.is-highlight {
    color: rgba(255, 245, 211, 0.96);
    background: rgba(243, 191, 82, 0.14);
    border-color: rgba(243, 191, 82, 0.26);
}

.promotion-price-tag {
    color: rgba(255, 243, 214, 0.95);
    background: rgba(243, 191, 82, 0.16);
    border: 1px solid rgba(243, 191, 82, 0.26);
}

.promotion-price-tag.is-free {
    color: rgba(214, 253, 225, 0.96);
    background: rgba(83, 209, 139, 0.14);
    border-color: rgba(83, 209, 139, 0.22);
}

.promotion-path-summary,
.promotion-booking-card p,
.promotion-tier-card p,
.promotion-faq-card p,
.promotion-timeline-card p,
.promotion-choice-card p,
.promotion-stack-head p,
.promotion-benefit-item span,
.promotion-compare-state span:last-child {
    color: rgba(225, 232, 235, 0.72);
}

.promotion-split-grid,
.promotion-book-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.82fr);
    gap: 22px;
    align-items: start;
}

.promotion-stack-card {
    padding: 26px;
}

.promotion-stack-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 20px;
}

.promotion-stack-head h3,
.promotion-booking-card h3,
.promotion-tier-card strong,
.promotion-faq-card h3,
.promotion-timeline-card h3,
.promotion-choice-card strong,
.promotion-summary-copy h2,
.promotion-review-card h2,
.promotion-empty-state h1,
.promotion-compare-state strong {
    margin: 0;
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.03em;
}

.promotion-benefit-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.promotion-benefit-item {
    display: grid;
    gap: 6px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.promotion-benefit-item strong {
    color: rgba(255, 245, 214, 0.96);
    font: 700 0.95rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
}

.promotion-compare-card {
    padding: 24px;
    display: grid;
    gap: 14px;
    align-content: center;
    text-align: center;
    background:
        radial-gradient(circle at top center, rgba(243, 191, 82, 0.08), transparent 36%),
        rgba(255, 255, 255, 0.03);
}

.promotion-compare-state {
    display: grid;
    gap: 6px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.promotion-compare-state.is-safe {
    border-color: rgba(83, 209, 139, 0.2);
    background: rgba(83, 209, 139, 0.08);
}

.promotion-compare-label {
    color: rgba(255, 215, 142, 0.85);
    font: 700 0.75rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.promotion-compare-arrow {
    color: rgba(255, 220, 157, 0.78);
    font-size: 1.35rem;
}

.promotion-timeline-card {
    padding: 20px;
    display: grid;
    gap: 12px;
}

.promotion-booking-card {
    display: grid;
    gap: 14px;
}

.promotion-tier-card {
    display: grid;
    gap: 10px;
}

.promotion-tier-card strong {
    font-size: 1.5rem;
}

.promotion-tier-meta {
    color: rgba(255, 233, 181, 0.82);
    font: 700 0.86rem/1.45 Bahnschrift, "Arial Narrow", sans-serif;
}

.promotion-faq-card {
    display: grid;
    gap: 8px;
}

.promotion-step-shell {
    display: grid;
    gap: 14px;
    padding: 18px 22px;
}

.promotion-step-head {
    display: flex;
    justify-content: flex-start;
}

.promotion-back-button {
    min-width: 110px;
}

.promotion-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.promotion-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: rgba(225, 232, 235, 0.68);
    background: rgba(255, 255, 255, 0.03);
    font: 700 0.84rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.promotion-step.is-link {
    cursor: pointer;
}

.promotion-step.is-link:hover {
    transform: translateY(-1px);
    border-color: rgba(243, 191, 82, 0.34);
    background: rgba(243, 191, 82, 0.1);
    color: var(--text);
}

.promotion-step.is-active {
    color: #17140c;
    border-color: rgba(243, 191, 82, 0.44);
    background: linear-gradient(180deg, #ffd66c, #efb94a);
}

.promotion-step.is-complete {
    color: rgba(224, 248, 236, 0.96);
    border-color: rgba(83, 209, 139, 0.26);
    background: rgba(83, 209, 139, 0.12);
}

.promotion-step.is-complete.is-link:hover {
    border-color: rgba(83, 209, 139, 0.42);
    background: rgba(83, 209, 139, 0.18);
    color: #f2fff8;
}

.promotion-step-card {
    padding: 22px 24px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.025);
}

.promotion-payment-grid {
    margin-top: 18px;
}

.promotion-form-layout {
    display: grid;
    gap: 24px;
}

.promotion-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.promotion-choice-grid-tiers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.promotion-choice-grid-duration,
.promotion-choice-grid-slots {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.promotion-choice-item {
    position: relative;
}

.promotion-choice-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.promotion-choice-card {
    display: grid;
    gap: 10px;
    min-height: 100%;
    padding: 20px;
    cursor: pointer;
    transition:
        transform 150ms ease,
        border-color 150ms ease,
        background 150ms ease,
        box-shadow 150ms ease;
}

.promotion-choice-card:hover,
.promotion-addon-card:hover {
    transform: translateY(-1px);
    border-color: rgba(243, 191, 82, 0.26);
}

.promotion-choice-card-compact {
    align-content: start;
}

.promotion-choice-price {
    color: rgba(255, 249, 232, 0.96);
    font: 700 1.1rem/1.15 Bahnschrift, "Arial Narrow", sans-serif;
}

.promotion-choice-card small,
.promotion-server-meta span,
.promotion-review-notes span {
    color: rgba(225, 232, 235, 0.62);
}

.promotion-server-choice-card {
    align-content: start;
    gap: 12px;
}

.promotion-server-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.promotion-server-meta span,
.promotion-selected-server-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.promotion-choice-badge.is-soft {
    color: rgba(222, 235, 238, 0.9);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}

.promotion-server-picker-grid {
    grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
    margin-bottom: 22px;
}

.promotion-server-search-card,
.promotion-selected-server-card {
    min-height: 100%;
}

.promotion-server-search-note {
    margin: 2px 0 0;
    text-align: left;
}

.promotion-selected-server-card {
    display: grid;
    gap: 14px;
    align-content: start;
    text-align: center;
}

.promotion-selected-server-card h3,
.promotion-selected-server-card p {
    margin: 0;
}

.promotion-selected-server-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.promotion-selected-server-card .card-actions {
    justify-content: center;
}

.promotion-summary-strip,
.promotion-inline-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.promotion-summary-copy {
    display: grid;
    gap: 8px;
}

.promotion-summary-copy p {
    margin: 0;
    color: rgba(226, 233, 235, 0.74);
}

.promotion-summary-divider {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.28);
}

.promotion-inline-note {
    padding: 20px 24px;
}

.promotion-summary-strip-actions {
    justify-content: center;
}

.promotion-bottom-actions {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.promotion-bottom-actions > * {
    min-width: 150px;
}

.promotion-inline-note p {
    margin: 0;
    color: rgba(226, 233, 235, 0.72);
}

.promotion-empty-state {
    text-align: center;
}

.promotion-empty-state p {
    margin: 10px auto 0;
    max-width: 56ch;
    color: rgba(226, 233, 235, 0.74);
}

.promotion-field input {
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(6, 10, 13, 0.68);
    color: var(--text);
}

.promotion-slot-card {
    position: relative;
}

.promotion-addon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.promotion-addon-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 18px;
    cursor: pointer;
}

.promotion-addon-card input {
    margin-top: 4px;
    accent-color: #f3bf52;
}

.promotion-addon-copy {
    display: grid;
    gap: 6px;
}

.promotion-addon-copy strong {
    color: rgba(255, 245, 214, 0.96);
    font: 700 0.96rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
}

.promotion-addon-copy span {
    color: rgba(226, 233, 235, 0.7);
}

.promotion-review-rail {
    position: sticky;
    top: 18px;
}

.promotion-review-card {
    display: grid;
    gap: 18px;
}

.promotion-price-breakdown {
    display: grid;
    gap: 12px;
    padding-top: 4px;
}

.promotion-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
}

.promotion-price-row span {
    color: rgba(226, 233, 235, 0.66);
}

.promotion-price-row strong {
    color: rgba(255, 247, 227, 0.96);
    font: 700 0.95rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
}

.promotion-price-row.is-total {
    border-color: rgba(243, 191, 82, 0.3);
    background: rgba(243, 191, 82, 0.1);
}

.promotion-price-row.is-total span,
.promotion-price-row.is-total strong {
    color: rgba(255, 247, 222, 0.98);
}

.promotion-review-notes {
    display: grid;
    gap: 8px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
}

.promotion-pay-layout {
    grid-template-columns: minmax(0, 1.34fr) minmax(290px, 0.82fr);
    gap: 24px;
}

.promotion-pay-main {
    display: grid;
    gap: 22px;
    padding: 28px 30px;
}

.promotion-payment-heading {
    margin-bottom: 0;
}

.promotion-payment-heading p {
    max-width: 40ch;
    margin: 0 auto;
}

.promotion-pay-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.86fr);
    gap: 18px;
    align-items: stretch;
}

.promotion-pay-server-card {
    padding: 24px;
    background:
        radial-gradient(circle at top center, rgba(101, 215, 208, 0.08), transparent 52%),
        linear-gradient(180deg, rgba(14, 26, 31, 0.94), rgba(9, 17, 21, 0.98));
}

.promotion-pay-server-card p {
    color: rgba(225, 232, 235, 0.72);
    word-break: break-word;
}

.promotion-pay-total-card {
    display: grid;
    gap: 14px;
    align-content: center;
    justify-items: center;
    padding: 24px;
    border: 1px solid rgba(243, 191, 82, 0.22);
    border-radius: 20px;
    text-align: center;
    background:
        radial-gradient(circle at top center, rgba(243, 191, 82, 0.18), transparent 58%),
        linear-gradient(180deg, rgba(36, 31, 18, 0.96), rgba(18, 16, 12, 0.98));
    box-shadow: inset 0 1px 0 rgba(255, 223, 141, 0.08);
}

.promotion-pay-total-card strong {
    margin: 0;
    color: rgba(255, 248, 228, 0.98);
    font: 700 clamp(2.2rem, 4vw, 3rem)/0.98 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.05em;
}

.promotion-pay-total-card p {
    margin: 0;
    color: rgba(255, 236, 184, 0.78);
}

.promotion-pay-total-subline {
    display: grid;
    gap: 6px;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
}

.promotion-pay-total-subline span {
    color: rgba(255, 238, 196, 0.62);
    font: 700 0.76rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.promotion-pay-total-subline strong {
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.promotion-pay-pills {
    margin-top: 2px;
}

.promotion-payment-grid-clarified {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
}

.promotion-payment-grid-clarified .detail-item {
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(20, 32, 37, 0.82), rgba(11, 19, 23, 0.94));
    text-align: center;
}

.promotion-payment-grid-clarified .detail-item span {
    color: rgba(225, 232, 235, 0.58);
    font: 700 0.76rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.promotion-payment-grid-clarified .detail-item strong {
    color: rgba(245, 248, 250, 0.96);
    font-size: 1rem;
    line-height: 1.3;
}

.promotion-price-breakdown-clarified {
    gap: 14px;
    padding-top: 0;
}

.promotion-price-breakdown-clarified .promotion-price-row {
    padding: 14px 16px;
    background: linear-gradient(180deg, rgba(17, 27, 33, 0.88), rgba(9, 16, 20, 0.96));
}

.promotion-payment-side-card {
    justify-items: center;
    align-content: start;
    gap: 18px;
    padding: 22px;
    border-color: rgba(101, 215, 208, 0.16);
    background:
        radial-gradient(circle at top center, rgba(101, 215, 208, 0.1), transparent 60%),
        linear-gradient(180deg, rgba(14, 25, 30, 0.95), rgba(8, 15, 19, 0.98));
}

.promotion-payment-side-amount {
    margin: 0;
    color: rgba(245, 248, 250, 0.98);
    font: 700 clamp(2.2rem, 5vw, 3.2rem)/0.98 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.05em;
    text-align: center;
}

.promotion-payment-side-action {
    width: 100%;
    min-height: 58px;
    padding: 0 24px;
    border-radius: 18px;
    font-size: 1rem;
    letter-spacing: 0.08em;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
}

.promotion-payment-side-action:hover {
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.3);
}

.promotion-ready-card {
    padding: 34px 28px;
}

@media (max-width: 1180px) {
    .promotion-pay-top-grid {
        grid-template-columns: 1fr;
    }

    .promotion-payment-grid-clarified {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1240px) {
    .promotion-choice-grid-tiers,
    .promotion-choice-grid-duration,
    .promotion-choice-grid-slots {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .promotion-path-grid,
    .promotion-tier-grid,
    .promotion-faq-grid,
    .promotion-booking-grid,
    .promotion-timeline-grid,
    .promotion-split-grid,
    .promotion-book-layout,
    .promotion-addon-grid {
        grid-template-columns: 1fr;
    }

    .promotion-review-rail {
        position: static;
    }

    .promotion-summary-strip,
    .promotion-inline-note {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 720px) {
    .promotion-benefit-grid,
    .promotion-choice-grid,
    .promotion-choice-grid-tiers,
    .promotion-choice-grid-duration,
    .promotion-choice-grid-slots {
        grid-template-columns: 1fr;
    }

    .promotion-path-card,
    .promotion-stack-card,
    .promotion-booking-card,
    .promotion-tier-card,
    .promotion-faq-card,
    .promotion-choice-card,
    .promotion-empty-state {
        padding: 20px;
    }

    .promotion-step-shell {
        padding: 16px;
    }

    .promotion-path-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .promotion-server-picker-grid {
        grid-template-columns: 1fr;
    }

    .promotion-summary-divider {
        display: none;
    }

    .promotion-hero .hero-copy h1 {
        max-width: 100%;
    }

    .promotion-pay-main,
    .promotion-payment-side-card {
        padding: 22px 20px;
    }

    .promotion-payment-grid-clarified {
        grid-template-columns: 1fr;
    }

    .promotion-pay-total-card strong {
        font-size: clamp(1.9rem, 8vw, 2.5rem);
    }
}

/* Landing and promotion refresh */

:root {
    --accent-teal: #65d7d0;
    --accent-teal-strong: #97efe9;
}

.pill,
.chip,
.page-link,
.ghost-button,
.action-link,
.favorite-button,
.primary-button {
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease,
        color 180ms ease;
}

.ghost-button,
.primary-button {
    min-height: 46px;
    padding: 0 18px;
    font: 700 0.9rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.04em;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.ghost-button {
    border-color: rgba(101, 215, 208, 0.18);
    background: linear-gradient(180deg, rgba(13, 24, 28, 0.98), rgba(9, 17, 21, 0.98));
}

.ghost-button:hover,
.primary-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
}

.ghost-button:hover {
    border-color: rgba(101, 215, 208, 0.38);
    background: linear-gradient(180deg, rgba(25, 42, 47, 0.98), rgba(11, 20, 24, 0.98));
}

.hero-stats-bar {
    gap: 1px;
    width: min(100%, 650px);
    background: rgba(5, 10, 13, 0.92);
}

.hero-stat-pill {
    padding: 20px 18px;
    text-align: center;
    background: rgba(16, 24, 28, 0.88);
}

.hero-stat-pill + .hero-stat-pill {
    border-left: 0;
}

.hero-stat-pill strong {
    display: block;
    margin: 0 0 6px;
}

.hero-stat-pill span {
    display: block;
}

.landing-page {
    gap: 28px;
}

.landing-hero {
    padding: 34px;
    border-color: rgba(101, 215, 208, 0.16);
    background:
        linear-gradient(180deg, rgba(5, 10, 13, 0.46), rgba(5, 10, 13, 0.78)),
        radial-gradient(circle at top center, rgba(101, 215, 208, 0.1), transparent 42%),
        radial-gradient(circle at 85% 20%, rgba(243, 191, 82, 0.18), transparent 26%),
        url('/assets/img/walper.jpg') center/cover no-repeat,
        linear-gradient(180deg, rgba(9, 18, 22, 0.98), rgba(7, 12, 16, 0.98));
}

.landing-hero-shell,
.promotion-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.95fr);
    gap: 28px;
    align-items: center;
}

.landing-hero-main,
.promotion-hero-main {
    display: grid;
    gap: 18px;
    justify-items: center;
    text-align: center;
}

.landing-hero-main h1 {
    max-width: 13ch;
}

.landing-hero-minimal {
    grid-template-columns: 1fr;
}

.landing-hero-minimal .landing-hero-shell {
    grid-template-columns: 1fr;
}

.landing-hero-title-single-line {
    max-width: none !important;
    white-space: nowrap;
}

.landing-hero-minimal .hero-stats-bar {
    width: min(100%, 560px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    margin-top: 24px;
    overflow: visible;
}

.landing-hero-minimal .hero-stat-pill {
    position: relative;
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 26px 22px 22px;
    border: 1px solid rgba(243, 191, 82, 0.2);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(17, 25, 29, 0.96), rgba(8, 13, 17, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 36px rgba(0, 0, 0, 0.22);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.landing-hero-minimal .hero-stat-pill::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:
        radial-gradient(circle at top center, rgba(243, 191, 82, 0.12), transparent 48%);
}

.landing-hero-minimal .hero-stat-pill + .hero-stat-pill {
    border-left: 1px solid rgba(243, 191, 82, 0.2);
}

.landing-hero-minimal .hero-stat-pill:hover {
    transform: translateY(-2px);
    border-color: rgba(243, 191, 82, 0.34);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 22px 42px rgba(0, 0, 0, 0.28);
}

.landing-hero-minimal .hero-stat-pill strong {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    color: #ffe08d;
    font: 700 clamp(2rem, 4vw, 2.9rem)/0.95 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.05em;
    text-shadow: 0 0 18px rgba(243, 191, 82, 0.16);
    font-variant-numeric: tabular-nums;
}

.landing-hero-minimal .hero-stat-pill span {
    position: relative;
    z-index: 1;
    display: block;
    color: rgba(230, 236, 239, 0.62);
    font: 700 0.82rem/1.1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.landing-hero-main p,
.promotion-hero .hero-copy p,
.promotion-hero-main p {
    max-width: 58ch;
    margin: 0 auto;
}

.landing-hero-pills,
.promotion-inline-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.landing-hero-pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(101, 215, 208, 0.2);
    border-radius: 999px;
    background: rgba(12, 26, 31, 0.76);
    color: rgba(233, 247, 245, 0.96);
    font: 700 0.82rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.03em;
}

.landing-hero-side,
.promotion-hero-side {
    display: grid;
    justify-items: center;
}

.landing-preview-panel,
.promotion-hero-visual {
    width: min(100%, 430px);
    display: grid;
    gap: 18px;
    justify-items: center;
    text-align: center;
    padding: 28px;
    border: 1px solid rgba(101, 215, 208, 0.18);
    border-radius: 28px;
    background:
        radial-gradient(circle at top center, rgba(101, 215, 208, 0.12), transparent 40%),
        linear-gradient(180deg, rgba(16, 28, 32, 0.98), rgba(8, 14, 18, 0.98));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.landing-hero-logo,
.promotion-hero-logo {
    display: block;
    width: clamp(110px, 22vw, 150px);
    height: auto;
    filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.26));
}

.landing-preview-copy,
.promotion-preview-copy {
    display: grid;
    gap: 8px;
}

.landing-preview-copy strong,
.promotion-preview-copy strong,
.landing-card-kicker {
    font-family: Bahnschrift, "Arial Narrow", sans-serif;
}

.landing-preview-copy strong,
.promotion-preview-copy strong {
    font-size: 1.15rem;
    letter-spacing: -0.03em;
}

.landing-preview-copy span,
.promotion-preview-copy span {
    max-width: 34ch;
    color: rgba(223, 232, 236, 0.72);
}

.landing-preview-grid,
.promotion-hero-mini-grid {
    display: grid;
    width: 100%;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-preview-card,
.promotion-hero-mini-card {
    display: grid;
    gap: 6px;
    padding: 16px 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

.landing-preview-card strong,
.promotion-hero-mini-card strong {
    color: rgba(255, 247, 226, 0.96);
    font: 700 0.96rem/1.2 Bahnschrift, "Arial Narrow", sans-serif;
}

.landing-preview-card span,
.promotion-hero-mini-card span {
    color: rgba(223, 232, 236, 0.68);
    font-size: 0.9rem;
}

.landing-preview-card:hover,
.promotion-hero-mini-card:hover {
    transform: translateY(-4px);
    border-color: rgba(101, 215, 208, 0.34);
    background: rgba(20, 40, 45, 0.92);
}

.landing-section {
    padding: 34px;
}

.landing-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-card-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border: 1px solid rgba(101, 215, 208, 0.22);
    border-radius: 999px;
    color: rgba(229, 248, 246, 0.94);
    background: rgba(19, 36, 41, 0.82);
    font: 700 0.74rem/1 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.landing-choice-card,
.landing-feature-card,
.landing-trust-stat,
.promotion-path-card,
.promotion-booking-card,
.promotion-tier-card,
.promotion-faq-card,
.promotion-timeline-card,
.promotion-choice-card,
.promotion-addon-card {
    position: relative;
    overflow: hidden;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

.landing-choice-card,
.landing-feature-card,
.landing-trust-stat,
.promotion-path-card,
.promotion-booking-card,
.promotion-tier-card,
.promotion-faq-card,
.promotion-timeline-card,
.promotion-choice-card,
.promotion-addon-card {
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(16, 27, 31, 0.96), rgba(10, 17, 21, 0.98));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.landing-choice-card,
.landing-feature-card,
.promotion-path-card,
.promotion-booking-card,
.promotion-tier-card,
.promotion-faq-card,
.promotion-timeline-card,
.promotion-choice-card {
    justify-items: center;
    text-align: center;
}

.landing-choice-card {
    min-height: 100%;
    padding: 34px 30px 28px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top center, rgba(101, 215, 208, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(14, 25, 29, 0.98), rgba(8, 14, 18, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 20px 50px rgba(0, 0, 0, 0.24);
}

.landing-choice-card p,
.landing-feature-card p,
.promotion-path-summary,
.promotion-booking-card p,
.promotion-tier-card p,
.promotion-faq-card p,
.promotion-timeline-card p,
.promotion-choice-card p {
    max-width: 34ch;
    margin-left: auto;
    margin-right: auto;
}

.landing-choice-card:hover,
.landing-feature-card:hover,
.landing-trust-stat:hover,
.promotion-path-card:hover,
.promotion-booking-card:hover,
.promotion-tier-card:hover,
.promotion-faq-card:hover,
.promotion-timeline-card:hover,
.promotion-choice-card:hover,
.promotion-addon-card:hover {
    transform: translateY(-8px);
    border-color: rgba(243, 191, 82, 0.34);
    background:
        linear-gradient(180deg, rgba(30, 49, 54, 0.94), rgba(14, 23, 28, 0.98));
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.landing-choice-icon,
.landing-feature-icon,
.landing-feature-icon.is-owner,
.landing-fair-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 14px 26px rgba(0, 0, 0, 0.16);
}

.landing-choice-icon.is-player,
.landing-feature-icon {
    color: var(--accent-teal-strong);
    background: linear-gradient(180deg, rgba(101, 215, 208, 0.18), rgba(101, 215, 208, 0.08));
    border-color: rgba(101, 215, 208, 0.24);
}

.landing-choice-icon.is-owner,
.landing-feature-icon.is-owner,
.landing-fair-icon {
    color: #ffd88c;
    background: linear-gradient(180deg, rgba(243, 191, 82, 0.2), rgba(243, 191, 82, 0.08));
    border-color: rgba(243, 191, 82, 0.24);
}

.landing-check-list,
.landing-check-inline {
    gap: 12px;
}

.landing-choice-list {
    width: 100%;
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 10px 0 24px;
    list-style: none;
}

.landing-choice-list li {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(236, 242, 244, 0.94);
    font: 600 1rem/1.35 Candara, "Segoe UI Variable Text", sans-serif;
}

.landing-choice-list li::before {
    content: none !important;
    display: none !important;
}

.landing-check-list li,
.landing-check-inline li {
    padding-left: 0;
    text-align: center;
    color: rgba(236, 242, 244, 0.92);
}

.landing-check-list li::before,
.landing-check-inline li::before {
    content: "\2022";
    position: static;
    display: block;
    margin-bottom: 6px;
    color: var(--accent-teal-strong);
}

.landing-check-list.is-owner li::before {
    color: #ffd88c;
}

.landing-button-wide {
    align-self: center;
    min-width: min(100%, 260px);
}

.landing-choice-action {
    margin-top: auto;
    min-width: min(100%, 260px);
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(14, 22, 26, 0.92), rgba(9, 15, 18, 0.98));
    color: rgba(236, 242, 244, 0.72);
    box-shadow: none;
}

.landing-choice-card:hover .landing-choice-action,
.landing-choice-card:focus-within .landing-choice-action {
    color: var(--text);
    transform: translateY(0);
}

.landing-choice-card:hover .landing-choice-action,
.landing-choice-card:focus-within .landing-choice-action {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
}

.landing-choice-card:hover .landing-choice-action,
.landing-choice-card:focus-within .landing-choice-action {
    border-color: rgba(101, 215, 208, 0.34);
    background: linear-gradient(180deg, rgba(25, 51, 56, 0.98), rgba(14, 28, 32, 0.98));
}

#server-owners:hover .landing-choice-action,
#server-owners:focus-within .landing-choice-action {
    border-color: rgba(243, 191, 82, 0.42);
    background: linear-gradient(135deg, rgba(255, 216, 140, 0.96), rgba(243, 191, 82, 0.94));
    color: #0f1112;
}

.landing-step-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.landing-step-item {
    padding: 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.landing-step-arrow {
    display: none;
}

.landing-steps-card,
.landing-ready,
.promotion-hero,
.promotion-summary-strip,
.promotion-inline-note,
.promotion-step-shell,
.promotion-ready-card {
    border-color: rgba(243, 191, 82, 0.16);
    background:
        radial-gradient(circle at top center, rgba(243, 191, 82, 0.1), transparent 36%),
        linear-gradient(180deg, rgba(16, 31, 34, 0.96), rgba(9, 16, 20, 0.98));
}

.landing-download-cta p,
.landing-muted,
.landing-ready-copy {
    color: rgba(222, 232, 235, 0.68);
}

.landing-trust-stat strong {
    color: #ffd88c;
    font-size: clamp(2rem, 5vw, 3.2rem);
}

.landing-ready-copy {
    margin: 18px auto 0;
    max-width: 54ch;
}

.landing-ready-actions {
    margin-top: 22px;
}

.promotion-page {
    gap: 26px;
}

.promotion-hero,
.promotion-hero-overview {
    border-color: rgba(101, 215, 208, 0.16);
    background:
        radial-gradient(circle at top center, rgba(101, 215, 208, 0.11), transparent 42%),
        radial-gradient(circle at 82% 18%, rgba(243, 191, 82, 0.16), transparent 24%),
        linear-gradient(180deg, rgba(10, 19, 23, 0.98), rgba(8, 13, 17, 0.98));
}

.promotion-hero-overview {
    padding: 34px;
}

.promotion-hero .hero-copy,
.promotion-hero-main {
    display: grid;
    gap: 16px;
    justify-items: center;
    text-align: center;
}

.promotion-hero .hero-copy h1,
.promotion-hero-main h1 {
    max-width: 18ch;
}

.promotion-page .hero-stat-grid {
    align-content: stretch;
}

.promotion-page .stat-card {
    display: grid;
    justify-items: center;
    text-align: center;
    min-height: 112px;
    background: linear-gradient(180deg, rgba(9, 16, 19, 0.82), rgba(6, 10, 14, 0.92));
    border-color: rgba(255, 255, 255, 0.08);
}

.promotion-section .section-heading {
    justify-content: center;
    text-align: center;
}

.promotion-section .section-heading > div {
    max-width: 720px;
    margin: 0 auto;
}

.promotion-disclosure {
    display: grid;
    gap: 0;
}

.promotion-disclosure-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    list-style: none;
}

.promotion-disclosure-summary::-webkit-details-marker {
    display: none;
}

.promotion-disclosure-copy {
    display: grid;
    gap: 10px;
    flex: 1 1 auto;
    text-align: center;
}

.promotion-disclosure-title {
    color: rgba(245, 248, 250, 0.98);
    font: 700 clamp(1.95rem, 3.4vw, 2.5rem)/1.04 Bahnschrift, "Arial Narrow", sans-serif;
    letter-spacing: -0.04em;
}

.promotion-disclosure-arrow {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    margin-top: 4px;
    border-right: 2px solid rgba(255, 222, 145, 0.9);
    border-bottom: 2px solid rgba(255, 222, 145, 0.9);
    transform: rotate(45deg);
    transition: transform 180ms ease;
}

.promotion-disclosure[open] .promotion-disclosure-arrow {
    transform: rotate(-135deg);
}

.promotion-disclosure-content {
    padding-top: 22px;
}

.promotion-section .card-actions,
.promotion-empty-state .card-actions,
.promotion-ready-card .landing-ready-actions,
.promotion-summary-strip .card-actions {
    justify-content: center;
}

.promotion-tier-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.promotion-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.promotion-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.promotion-path-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    gap: 12px;
    margin: 0 auto;
}

.promotion-path-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    padding-top: 28px;
}

.promotion-path-card .promotion-path-summary {
    max-width: 34ch;
    margin: 0;
}

.promotion-path-list {
    max-width: 420px;
}

.promotion-path-card ul {
    width: 100%;
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 16px;
}

.promotion-path-card ul li {
    display: block;
    padding: 0;
    text-align: center;
    color: rgba(236, 242, 244, 0.92);
}

.promotion-path-card ul li::before {
    content: none !important;
    display: none !important;
}

.promotion-path-list {
    width: 100%;
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 16px;
}

.promotion-path-list li {
    display: block;
    padding: 0;
    text-align: left;
    color: rgba(236, 242, 244, 0.92);
}

.promotion-path-list li::before {
    content: none !important;
    display: none !important;
}

.promotion-path-action {
    align-self: center;
    width: auto;
    min-width: 260px;
    margin-top: auto;
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(15, 22, 26, 0.92), rgba(10, 16, 19, 0.98));
    color: rgba(236, 242, 244, 0.72);
    box-shadow: none;
}

.promotion-path-card:hover .promotion-path-action,
.promotion-path-card:focus-within .promotion-path-action {
    color: var(--text);
    transform: translateY(0);
}

.promotion-path-card:hover .promotion-path-action.primary-button,
.promotion-path-card:focus-within .promotion-path-action.primary-button {
    color: #0f1112;
    border-color: rgba(255, 222, 119, 0.52);
    background: linear-gradient(135deg, var(--gold-strong), var(--gold));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
}

.promotion-path-card:hover .promotion-path-action.ghost-button,
.promotion-path-card:focus-within .promotion-path-action.ghost-button {
    border-color: rgba(101, 215, 208, 0.38);
    background: linear-gradient(180deg, rgba(25, 42, 47, 0.98), rgba(11, 20, 24, 0.98));
    color: var(--text);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
}

.promotion-card-icon {
    display: inline-grid;
    place-items: center;
    width: 72px;
    height: 72px;
    padding: 0;
    overflow: hidden;
    border-radius: 24px;
    line-height: 1;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.04),
        0 18px 36px rgba(0, 0, 0, 0.22);
}

.promotion-card-icon svg {
    display: block;
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.promotion-card-icon.is-protect,
.promotion-card-icon.is-step {
    color: var(--accent-teal-strong);
    background: linear-gradient(180deg, rgba(101, 215, 208, 0.18), rgba(101, 215, 208, 0.08));
    border: 1px solid rgba(101, 215, 208, 0.24);
}

.promotion-card-icon.is-grow,
.promotion-card-icon.is-tier {
    color: #ffd88c;
    background: linear-gradient(180deg, rgba(243, 191, 82, 0.2), rgba(243, 191, 82, 0.08));
    border: 1px solid rgba(243, 191, 82, 0.24);
}

.promotion-card-icon.is-faq {
    color: rgba(255, 247, 226, 0.96);
    background: linear-gradient(180deg, rgba(56, 63, 71, 0.42), rgba(31, 37, 42, 0.18));
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.promotion-timeline-card,
.promotion-tier-card,
.promotion-faq-card {
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 12px;
    text-align: center;
}

.promotion-timeline-card p,
.promotion-tier-card p,
.promotion-faq-card p {
    max-width: 30ch;
    margin-left: auto;
    margin-right: auto;
}

.promotion-kicker,
.promotion-booking-chip,
.promotion-price-tag,
.promotion-tier-label,
.promotion-choice-kicker,
.promotion-choice-badge {
    justify-content: center;
}

.promotion-step-shell {
    padding: 20px 24px;
}

.promotion-steps {
    justify-content: center;
}

.promotion-step {
    min-height: 40px;
    padding: 0 16px;
}

.promotion-choice-card {
    min-height: 100%;
    padding: 22px 20px;
    background: linear-gradient(180deg, rgba(19, 31, 35, 0.82), rgba(11, 18, 23, 0.94));
}

.promotion-choice-input:checked + .promotion-choice-card {
    transform: translateY(-5px);
    border-color: rgba(243, 191, 82, 0.52);
    background: linear-gradient(180deg, rgba(73, 58, 21, 0.78), rgba(24, 20, 12, 0.98));
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32);
}

.promotion-choice-input:focus-visible + .promotion-choice-card {
    outline: 2px solid rgba(101, 215, 208, 0.56);
    outline-offset: 4px;
}

.promotion-server-meta,
.promotion-inline-pills {
    justify-content: center;
}

.promotion-addon-card {
    grid-template-columns: auto minmax(0, 1fr);
    text-align: left;
    justify-items: stretch;
    background: linear-gradient(180deg, rgba(19, 31, 35, 0.82), rgba(11, 18, 23, 0.94));
}

.promotion-addon-copy {
    text-align: left;
}

.promotion-summary-strip,
.promotion-inline-note {
    padding: 24px 26px;
}

.promotion-summary-strip {
    justify-content: center;
    text-align: center;
}

.promotion-summary-copy,
.promotion-inline-note p,
.promotion-empty-state p {
    text-align: center;
}

.promotion-summary-copy p {
    max-width: 56ch;
    margin: 0 auto;
}

.promotion-review-card .section-heading,
.promotion-review-card .promotion-review-notes {
    text-align: left;
}

@media (max-width: 1180px) {
    .landing-feature-grid,
    .promotion-tier-grid,
    .promotion-timeline-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .landing-hero-shell,
    .promotion-hero-shell,
    .promotion-book-layout {
        grid-template-columns: 1fr;
    }

    .landing-preview-panel,
    .promotion-hero-visual {
        width: min(100%, 520px);
    }

    .promotion-bottom-actions {
        flex-direction: column;
    }

    .promotion-bottom-actions > * {
        width: 100%;
    }

    .promotion-disclosure-summary {
        align-items: flex-start;
    }

    .promotion-disclosure-copy {
        text-align: left;
    }
}

@media (max-width: 720px) {
    .landing-hero,
    .landing-section,
    .promotion-hero-overview,
    .promotion-step-shell,
    .promotion-summary-strip,
    .promotion-inline-note,
    .promotion-ready-card {
        padding: 22px 20px;
    }

    .hero-stats-bar,
    .landing-preview-grid,
    .landing-feature-grid,
    .landing-trust-stats,
    .landing-step-flow,
    .promotion-path-grid,
    .promotion-tier-grid,
    .promotion-timeline-grid,
    .promotion-faq-grid {
        grid-template-columns: 1fr;
    }

    .landing-hero-main h1,
    .promotion-hero .hero-copy h1,
    .promotion-hero-main h1 {
        max-width: 100%;
    }

    .landing-hero-title-single-line {
        white-space: normal;
    }

    .landing-hero-minimal .hero-stats-bar {
        width: min(100%, 420px);
        gap: 12px;
    }

    .promotion-path-action {
        width: 100%;
        min-width: 0;
    }
}
