.logo {
    height: 55px;
    margin-bottom: 4px;
}

.clear,
.server {
    clear: both
}

.btnn,
a {
    cursor: pointer;
    color: #008000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn,
.buttons,
.form .nice-select,
a {
    cursor: pointer
}

.top-bar .nav,
.top-bar .nav ul {
    list-style: none
}

.btn,
.title,
.top-bar .nav li a {
    text-transform: uppercase
}

.btn,
.titless {
    font-weight: 700
}

.btn,
.center,
.sidebar .title {
    text-align: left;
    padding-left: 15px
}

* {
    margin: 0;
    padding: 0
}

:root {
    --bg-base: #09090b;
    --bg-surface: #111114;
    --bg-elevated: #1a1a1f;
    --bg-hover: #222228;
    --border: #2a2a32;
    --border-subtle: #1e1e24;
    --text: #ececf0;
    --text-muted: #8b8b96;
    --text-dim: #6b6b76;
    --accent: #f5a623;
    --accent-hover: #ffc04d;
    --link: #c4b5fd;
    --link-hover: #f5a623;
    --vip-red: #ef4444;
    --vip-orange: #f97316;
    --success: #22c55e;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --header-h: 64px;
    --shell-padding: 20px;
}

body {
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 13px;
    background: var(--bg-base);
    color: var(--text);
}

a {
    font-size: 13px;
    color: #e58902b5;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

a:hover {
    text-decoration: none;
    color: #008479
}

.btn {
    height: 37px;
    line-height: 37px;
    padding: 0 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background: #008479;
    color: #fff;
    display: inline-block;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    outline: 0;
    border: none
}

.btn:hover {
    background: #00ABF0;
    color: #fff
}

.wrapper {
    max-width: 1140px;
    width: calc(100% - 20px);
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.top-bar {
    margin-top: 230px;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.top-bar .logo {
    flex-shrink: 0;
}

.top-bar .nav {
    margin-left: auto;
    float: none;
    padding-top: 0;
}

.top-bar .nav li {
    float: left
}

.top-bar .nav li a {
    background: #2f2f2fc7;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.top-bar .nav li a:hover {
    background: #4e4e4e
}

.top-bar .nav .ico {
    margin-bottom: 5px
}

.top-bar .nav li a.nav-cta-add {
    background: rgba(217, 119, 6, 0.85);
    color: #fff;
}

.top-bar .nav li a.nav-cta-add:hover {
    background: #b45309;
    color: #fff;
}

.top-bar .nav li a.nav-cta-sponsor {
    background: rgba(47, 47, 47, 0.78);
    color: #bbb;
}

.top-bar .nav li a.nav-cta-sponsor:hover {
    background: #4e4e4e;
    color: #fff;
}

.top-bar .nav li a.nav-cta-contacts {
    background: rgba(47, 47, 47, 0.78);
    color: #bbb;
}

.top-bar .nav li a.nav-cta-contacts:hover {
    background: #4e4e4e;
    color: #fff;
}

/* Sponsor / placement page */
.sponsor-page {
    width: 100%;
    padding: 24px 0 44px;
}

.sponsor-page h2 {
    color: #333;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sponsor-page p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.placement-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 24px 0;
}

.sponsor-loyalty-block {
    margin: 4px 0 28px;
    padding: 18px 20px;
    background: #fff8eb;
    border: 1px solid #f0dfc0;
    border-left: 3px solid #f5a623;
    border-radius: 8px;
}

.sponsor-loyalty-block h3 {
    margin: 0 0 10px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.sponsor-loyalty-block p {
    margin: 0 0 12px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.sponsor-loyalty-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sponsor-loyalty-block li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    color: #444;
    font-size: 13px;
    line-height: 1.55;
}

.sponsor-loyalty-block li:last-child {
    margin-bottom: 0;
}

.sponsor-loyalty-block li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f5a623;
}

.sponsor-loyalty-extra {
    margin: 12px 0 0;
    padding-top: 12px;
    border-top: 1px solid #f0dfc0;
    color: #555;
    font-size: 13px;
    line-height: 1.55;
}

.placement-card {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 22px 20px 24px;
    border-top: 4px solid #ccc;
    box-sizing: border-box;
}

.placement-card.card-top {
    border-top-color: #f50000;
}

.placement-card.card-elite {
    border-top-color: #ff9300;
}

.placement-card .card-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.card-top .card-badge {
    background: #f50000;
    color: #fff;
}

.card-elite .card-badge {
    background: #ff9300;
    color: #fff;
}

.placement-card h3 {
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

.placement-card .card-price {
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.placement-card .card-price span {
    font-size: 17px;
    font-weight: 500;
    color: #666;
}

.placement-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.placement-card ul li {
    color: #555;
    font-size: 13px;
    padding: 4px 0;
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
}

.placement-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #008479;
    font-weight: 700;
}

.placement-card .card-cta {
    display: inline-block;
    padding: 9px 22px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s ease;
    color: #fff;
}

.card-top .card-cta { background: #f50000; }
.card-top .card-cta:hover { background: #cc0000; color: #fff; }
.card-elite .card-cta { background: #ff9300; }
.card-elite .card-cta:hover { background: #cc7700; color: #fff; }

.sponsor-contact-section {
    background: #f0f0f0;
    border-radius: 8px;
    padding: 20px 22px;
    margin-top: 10px;
}

.sponsor-contact-section h3 {
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.sponsor-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.sponsor-contact-links a.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .2s;
    color: #fff;
}

.sponsor-contact-links a.contact-btn:hover {
    opacity: .85;
    color: #fff;
}

.contact-btn-tg { background: #229ED9; }
.contact-btn-wa { background: #25D366; }
.contact-btn-mail { background: #555; color: #fff; }

.sponsor-note {
    color: #888;
    font-size: 12px;
    margin-top: 14px;
    line-height: 1.5;
}

@media (max-width: 680px) {
    .placement-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   Contacts page - styled like sponsor page
   ============================================================ */
.contacts-page {
    width: 100%;
    padding: 24px 0 40px;
}

.contacts-page h2 {
    color: #333;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contacts-card {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 22px 22px 24px;
    border-top: 4px solid #008479;
    margin-bottom: 20px;
}

.contacts-card h3 {
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.contacts-card p {
    color: #555;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.contacts-card-vip {
    border-top-color: #ff9300;
}

.contacts-vip-note {
    color: #444;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.contacts-vip-note strong {
    color: #d97706;
}

.contacts-link-vip {
    display: inline-block;
    padding: 8px 18px;
    background: #ff9300;
    color: #fff;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    transition: background .2s;
}

.contacts-link-vip:hover {
    background: #cc7700;
    color: #fff;
}

/* ============================================================
   Add-server form - sidebar-style dark theme
   ============================================================ */
.server-form-page {
    width: 100%;
    padding: 24px 0 40px;
}

.server-form-page > h1 {
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.server-form-page > p.server-form-lead {
    text-align: center;
    color: #777;
    font-size: 13px;
    margin-bottom: 22px;
}

.server-form-box {
    background: #2d2d2d;
    border-radius: 8px;
    padding: 24px;
}

.server-form-box .sf-section-title {
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #f2f2f2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #3c3c3c;
    padding: 7px 12px;
    border-radius: 3px;
    margin: 20px 0 14px;
}

.server-form-box .sf-section-title:first-child {
    margin-top: 0;
}

.server-form-box .sf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.server-form-box .sf-group {
    margin-bottom: 14px;
}

.server-form-box .sf-group-full {
    grid-column: 1 / -1;
}

.server-form-box .sf-field-hint {
    margin: 5px 0 0;
    font-size: 11px;
    color: #888;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 0;
}

.server-form-box label {
    display: block;
    color: #aaa;
    font-size: 11px;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
}

.server-form-box label span.req {
    color: #ef4444;
    margin-left: 2px;
}

.server-form-box input[type="text"],
.server-form-box input[type="url"],
.server-form-box input[type="datetime-local"],
.server-form-box textarea,
.server-form-box select {
    width: 100%;
    padding: 9px 12px;
    background: #3c3c3c;
    border: 1px solid #4a4a4a;
    color: #f2f2f2;
    border-radius: 5px;
    font-size: 13px;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    box-sizing: border-box;
    transition: border-color .2s, box-shadow .2s;
    color-scheme: dark;
    -webkit-appearance: none;
    appearance: none;
}

.server-form-box input:focus,
.server-form-box textarea:focus,
.server-form-box select:focus {
    outline: none;
    border-color: #888;
    box-shadow: 0 0 0 2px rgba(160,160,160,0.15);
}

.server-form-box input::placeholder,
.server-form-box textarea::placeholder {
    color: #666;
}

.server-form-box textarea {
    resize: vertical;
    min-height: 64px;
    line-height: 1.5;
}

.server-form-box select option {
    background: #3c3c3c;
    color: #f2f2f2;
}

.server-form-box hr {
    border: none;
    border-top: 1px solid #4a4a4a;
    margin: 20px 0;
}

.server-form-error {
    color: #ef4444;
    font-size: 13px;
    background: rgba(239,68,68,0.12);
    border: 1px solid rgba(239,68,68,0.35);
    border-radius: 5px;
    padding: 10px 14px;
    margin-bottom: 18px;
    border-left: 3px solid #ef4444;
}

.server-form-submit {
    display: block;
    margin: 16px auto 0;
    height: 34px;
    padding: .5em 2em;
    background: linear-gradient(#a2a2a2, #3c3c3c) #000;
    border-width: 2px 0;
    border-style: solid none;
    border-color: #555;
    border-radius: 6px;
    color: #fff;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: 0 -1px 1px #1e2d4d;
    cursor: pointer;
    letter-spacing: 0.5px;
    outline: none;
    width: auto;
    transition: .2s;
}

.server-form-submit:hover {
    box-shadow: inset 0 0 15px rgba(0,0,0,0.8);
}

.server-form-success {
    background: #2d2d2d;
    border-radius: 8px;
    padding: 40px 24px;
    text-align: center;
}

.server-form-success h2 {
    color: #f2f2f2;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.server-form-success p {
    color: #999;
    font-size: 14px;
    margin-bottom: 16px;
}

.server-form-success a {
    color: #aaa;
    font-size: 13px;
    text-decoration: none;
}

.server-form-success a:hover {
    color: #ddd;
}

@media (max-width: 600px) {
    .server-form-box .sf-row {
        grid-template-columns: 1fr;
    }
}

.title {
    color: #505050;
    font-size: 16px;
    width: 100%;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
}

.titles,
.titless {
    color: #4a4a4a;
    font-size: 15px;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-weight: 700;
    text-transform: none;
    background: #ebebeb;
    padding: 5px;
    padding-left: 10px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 0 #ffffff inset;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: left;
}

.title .sub {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    color: #fff;
    margin: 2px -40px 0 4px;
    position: relative
}

.right {
    float: right
}

.left,
.sidebar {
    float: left
}

.sidebar {
    width: 250px;
    padding: 5px 0;
    background: #2d2d2d;
    border-radius: 0 5px 5px 5px
}

.sidebar .title {
    display: flex;
    align-items: center;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    color: #f2f2f2;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    border: 5px;
    margin: 0 0 7px;
    box-shadow: 0 0 10px 0 #212121 inset;
    background: #3c3c3c;
    height: 48px;
    font-size: 14px;
    font-weight: 600
}

.content {
    width: calc(100% - 310px);
    float: right;
    margin-right: 30px;
}

.content::after {
    content: '';
    display: table;
    clear: both;
}

.col {
    width: calc(50% - 10px);
    text-align: left
}

.about {
    margin-bottom: 1px
}

.block,
.input {
    margin-bottom: 10px
}

.main {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

/* ==========================================================================
   Server Row - Base (float fallback for non-grid contexts)
   ========================================================================== */

.server {
    border-radius: 5px;
    font-family: Montserrat,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    line-height: 23px;
    height: 24px;
    width: 100%;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    border-bottom: 1px solid #f1f0f5;
}

.server>div {
    float: left;
}

.server .name {
    font-size: 13px;
    font-family: Montserrat,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.server .name a {
    text-decoration: none;
    color: inherit;
    line-height: 23px;
}

.server.regular .name,
.server.regular .name a {
    color: #507298;
    font-family: Montserrat,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 14.7px;
    font-weight: 700;
    letter-spacing: 0.125px;
    text-transform: uppercase;
}

.server:hover {
    background: #ebebeb;
    box-shadow: 0 0 10px 0 #ffffff inset;
    border-radius: 5px;
}

.server:hover .name a {
    text-decoration: underline;
}

.server.vip .name a {
    letter-spacing: 0.125px;
    color: #507298;
    font-size: 13.5px;
    font-family: Montserrat,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.server.top .name a {
    letter-spacing: 0.625px;
    color: #f50000;
    font-size: 15px;
    font-family: Montserrat,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.server.elite .name a,
.server.forte .name a,
.server.obt .name a,
.server.three .name a {
    letter-spacing: 0.125px;
    color: #ff9300;
    font-family: Montserrat,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14.7px;
}

.server .chronicle,
.server .date,
.server .rate {
    color: #191726;
    font-family: Montserrat,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
}

.server .rate {
    font-weight: 600;
    letter-spacing: 0;
}

.server .chronicle {
    letter-spacing: -0.3px;
}

.server .date {
    letter-spacing: -0.2px;
    text-align: right;
}

/* ==========================================================================
   Server Row - Grid layout (inside .content)
   5 columns: status | name | rate | chronicle | date
   ========================================================================== */

.content .server {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 48px 72px 58px;
    column-gap: 0;
    align-items: center;
    height: auto;
    min-height: 24px;
    padding: 2.5px 0;
    line-height: 23px;
    box-sizing: border-box;
}

.content .server>div {
    float: none;
    min-width: 0;
    box-sizing: border-box;
}

.content .server .status {
    grid-column: 1;
    width: 42px;
    min-width: 42px;
}

.content .server .name {
    grid-column: 2;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}

.content .server .name a {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 23px;
}

.server-badge {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    vertical-align: middle;
}

.content .server .rate {
    grid-column: 3;
    padding: 0;
    padding-left: 0;
    padding-right: 14px;
    text-align: left;
    white-space: nowrap;
    justify-self: start;
}

.content .server .chronicle {
    grid-column: 4;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 3px;
    padding-right: 1px;
    justify-self: start;
}

.content .server .date {
    grid-column: 5;
    float: none;
    text-align: right;
    white-space: nowrap;
}

/* ==========================================================================
   Server Row - Mobile single-row layout (≤ 640px)
   [badge] [name …] [rate] [chronicle] [date]
   ========================================================================== */

@media (max-width: 640px) {
    .content .server {
        grid-template-columns: 38px minmax(0, 1fr) auto auto 52px;
        grid-template-rows: auto;
        height: auto;
        min-height: 32px;
        padding: 5px 4px;
        align-items: center;
    }

    .content .server .status {
        grid-column: 1;
        grid-row: 1;
        width: auto;
        min-width: auto;
        align-self: center;
    }

    .content .server .name {
        grid-column: 2;
        grid-row: 1;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content .server .rate {
        grid-column: 3;
        grid-row: 1;
        font-size: 10px;
        color: #777;
        padding: 0 4px;
        text-align: left;
        white-space: nowrap;
    }

    .content .server .chronicle {
        grid-column: 4;
        grid-row: 1;
        font-size: 10px;
        color: #777;
        padding: 0 3px;
        text-align: left;
        white-space: nowrap;
    }

    .content .server .date {
        grid-column: 5;
        grid-row: 1;
        font-size: 10px;
        text-align: right;
        padding-right: 4px;
        white-space: nowrap;
    }

    .server.top .status:before,
    .server.elite .status:before,
    .server.obt .status:before,
    .server.three .status:before,
    .server.forte .status:before {
        font-size: 12px;
        padding: 0 4px;
    }

    .s-today.date:after,
    .s-tomorrow.date:after,
    .s-yesterday.date:after {
        font-size: 11px;
        padding: 1px 2px;
    }
}

.block {
    padding-top: 5px;
}

/* ==========================================================================
   Homepage Components
   ========================================================================== */

.homepage-filters {
    padding: 10px 12px;
    font: 12px/18px system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    color: #575757;
}

.homepage-filter-chip {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 2px 6px;
    border-radius: 3px;
    background: #f0f0f0;
    color: #444;
}

.homepage-empty {
    padding: 14px 12px;
    font: 11px/16px system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    color: #717171;
}

.homepage-seo-copy {
    padding: 10px 12px;
    font: 12px/1.5 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    color: #444;
}

.homepage-seo-copy p {
    margin-bottom: 10px;
}

.catalog-seo-block {
    margin: 20px 0;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.catalog-seo-heading {
    background: none;
    box-shadow: none;
    text-transform: none;
    color: #333;
    font-size: 17px;
    margin-bottom: 5px;
    padding-left: 0;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}

.catalog-seo-nav {
    font-size: 11px;
    margin-top: 15px;
    color: #999;
}

.catalog-seo-nav a {
    color: #507298;
    text-decoration: none;
}

.bisque {
    margin-top: 30px;
}

.links {
    width: 306px;
    overflow: hidden;
    text-decoration: none
}

.list a,
.list.list-rates a,
.list.list-type a {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 35px;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    text-decoration: none;
    display: inline-block;
    text-align: left;
}

.list a {
    font-size: 14px;
    font-weight: 400;
    color: #e6e1e1;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0px 1px 0px 0px #444444;
    -moz-box-shadow: 0px 1px 0px 0px #444444;
    box-shadow: 0px 1px 0px 0px #444444;
}

.list.list-big .col {
    width: 33.333%;
    text-align: center
}

.footer {
    background: #fff;
    padding: 24px 16px 28px;
    color: #b8b8b8;
    font: 0.8125rem/1.45 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    display: flow-root;
    width: 100%;
    box-sizing: border-box;
    clear: both;
}

.footer-inner {
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 18px;
    padding: 28px 28px 22px;
    box-sizing: border-box;
}

.footer-seo-block {
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid #2f2f2f;
}

.footer-seo-heading {
    margin: 0 0 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
}

.footer-seo-copy p {
    margin: 0 0 10px;
    color: #a8a8a8;
    font-size: 12.5px;
    line-height: 1.55;
}

.footer-seo-copy p:last-child {
    margin-bottom: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(180px, 1.2fr) repeat(3, minmax(140px, 1fr));
    gap: 28px 24px;
}

.footer-col-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.footer-col-rule {
    width: 100%;
    height: 1px;
    margin-bottom: 14px;
    background: #343434;
}

.footer-col-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col-list li + li {
    margin-top: 9px;
}

.footer-col-link {
    color: #b0b0b0;
    font-size: 13px;
    line-height: 1.35;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-col-link:hover {
    color: #fff;
}

.footer-col-brand .footer-logo {
    display: inline-block;
    margin-bottom: 10px;
}

.footer-logo-img {
    display: block;
    height: 40px;
    width: auto;
    max-width: 180px;
}

.footer-tagline {
    margin: 0 0 16px;
    color: #d8d8d8;
    font-size: 13px;
    line-height: 1.45;
}

.footer-tagline-accent {
    color: #ffb020;
}

.footer-legal-links {
    margin-bottom: 14px;
}

.footer-copy {
    margin: 0;
    color: #8d8d8d;
    font-size: 12px;
}

.footer-counters {
    margin-top: 12px;
    min-height: 0;
}

.footer-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    color: #d0d0d0;
    font-size: 13px;
    flex-shrink: 0;
}

.footer-legal {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #2f2f2f;
}

.footer-legal-note {
    margin: 0 0 8px;
    color: #7f7f7f;
    font-size: 11.5px;
    line-height: 1.45;
}

.footer-legal-note:last-child {
    margin-bottom: 0;
}

.footer .title {
    font-size: 14px;
    color: #fff
}

.footer .desc {
    max-width: 100%;
    float: none;
}

.footer-seo-rule {
    width: 100%;
    height: 1px;
    margin: 18px 0 22px;
    background: #8d8d8d;
    opacity: .85;
}

.footer-seo-rule-bottom {
    margin-top: 20px;
    margin-bottom: 18px;
}

.footer .copyright {
    float: none;
    width: auto;
    text-align: left;
    margin-top: 0;
}

.footer .counters {
    margin: 0;
    min-height: 0;
}

.form .nice-select,
.input {
    box-sizing: border-box;
    float: left;
    font-family: inherit;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    text-align: left !important;
    white-space: nowrap;
    font-weight: 400
}

.input {
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    display: block;
    width: 100%;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #696161
}

.form .heading,
.form .rcol {
    display: inline-block;
    vertical-align: middle
}

.input:focus {
    border-color: #999
}

.input.input-error {
    border-color: #ff4949
}

.form {
    width: 350px;
    margin: 20px 0
}

.form .heading {
    margin-top: -12px
}

.form .heading span {
    color: #FD1F23;
    font-size: 14px
}

.form .rcol {
    width: 250px;
    position: relative
}

.form .nice-select {
    margin-left: -3px;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    clear: both;
    display: block;
    width: 100%;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
    color: #696161
}

.bars,
.item {
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif
}

.form .item-checkbox {
    margin: 5px 0 10px
}

.form .item-checkbox label {
    margin: -9px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative
}

.form .item-checkbox .error {
    left: 337px;
    top: 0;
    position: static
}

.form .error {
    position: absolute;
    left: 260px;
    top: 12px;
    color: #FD1F23;
    width: 500px
}

h2 {
    color: #fff;
    font-size: 16px
}

.buttons {
    background: #4391cd;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 13px;
    padding: 10px 0 8px;
    border-radius: 0;
    border: 4px solid #636161;
    width: 70%;
    font-weight: 400
}

.buttons:hover {
    border: 3px solid #636161;
    width: 65%;
    background: #1a8be2
}

.s-today.date span,
.s-tomorrow.date span,
.s-yesterday.date span {
    display: none;
}

.s-today.date:after {
    content: 'Сегодня';
    background-color: #E1F2E4;
    color: green;
    letter-spacing: -0.6px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 3px;
    padding: 2px;
}

.s-tomorrow.date:after {
    content: 'Завтра';
    background-color: #f2e1e1;
    color: #ff0000;
    letter-spacing: 0.4px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 3px;
    padding: 2px;
}

.s-yesterday.date:after {
    content: 'Вчера';
    background-color: #EAEAF0;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 3px;
    padding: 2px;
}

/* Mobile-only UI - hidden on desktop */
.mobile-sidebar-toggle,
.sidebar-backdrop,
.sidebar-close-btn {
    display: none;
}

@media(max-width:1024px) {
    .content .col {
        width: 100%;
        float: none
    }

    .vip-featured-row {
        flex-direction: column;
        gap: 10px;
    }

    .vip-featured-row__vip,
    .vip-featured-row__banner {
        flex-basis: auto;
        width: 100%;
    }
}

@media(max-width:768px) {

    .content,
    .sidebar {
        float: none;
        width: 100%;
        overflow-x: hidden;
    }

    .content {
        margin: 0 0 12px;
        padding: 0;
        margin-right: 0;
    }

    .content .block {
        padding: 0 6px;
    }

    .header {
        display: none
    }

    /* --- Top bar --- */
    .top-bar {
        margin-top: 10px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0;
    }

    .top-bar .logo {
        flex-shrink: 0;
    }

    .top-bar .logo img {
        height: 40px;
        width: auto;
    }

    .top-bar .nav {
        margin-left: 0;
        width: 100%;
        margin-top: 4px;
    }

    .top-bar .nav ul {
        display: flex;
        flex-wrap: wrap;
        gap: 3px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .top-bar .nav li {
        float: none;
    }

    .top-bar .nav li a {
        font-size: 11px;
        padding: 7px 11px;
    }

    /* --- Mobile sidebar toggle button --- */
    .mobile-sidebar-toggle {
        display: block;
        width: 100%;
        background: #3c3c3c;
        color: #f2f2f2;
        font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        padding: 9px 14px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        text-align: left;
        margin-bottom: 6px;
        transition: background .2s;
    }

    .mobile-sidebar-toggle:hover {
        background: #4a4a4a;
    }

    /* Sidebar hidden by default on mobile - slide-in drawer via JS toggle */
    .sidebar {
        display: none;
    }

    .sidebar.mobile-open {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 250px;
        max-width: 250px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1000;
        background: #2d2d2d;
        padding: 48px 0 20px;
        box-sizing: border-box;
        box-shadow: 4px 0 24px rgba(0,0,0,0.55);
    }

    .sidebar.mobile-open .title {
        display: flex;
        align-items: center;
        width: auto;
        min-height: 35px;
        height: auto;
        margin: 0 5px 7px;
        padding: 7px 10px;
        font-size: 11px !important;
        letter-spacing: 0;
        line-height: 1.25;
        white-space: normal !important;
        overflow: visible !important;
        word-break: break-word;
        hyphens: auto;
    }

    /* Semi-transparent backdrop - starts AFTER the sidebar so it never blocks sidebar clicks */
    .sidebar-backdrop {
        display: none;
    }
    .sidebar-backdrop.active {
        display: block;
        position: fixed;
        top: 0;
        left: 250px;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.45);
        z-index: 999;
    }

    /* Close button inside drawer - only visible when drawer is open */
    .sidebar-close-btn {
        display: none;
    }
    .sidebar.mobile-open .sidebar-close-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 8px;
        background: transparent;
        border: none;
        color: #aaa;
        font-size: 20px;
        line-height: 1;
        cursor: pointer;
        padding: 4px 8px;
    }
    .sidebar.mobile-open .sidebar-close-btn:hover {
        color: #fff;
    }

    /* Force top-bar nav visible even when old .nav { display:none } fires below */
    .top-bar .nav {
        display: block !important;
    }

    /* Content pages responsive padding - restore horizontal padding on mobile */
    .sponsor-page,
    .contacts-page,
    .server-form-page {
        padding: 14px 12px 30px;
        box-sizing: border-box;
        max-width: 100%;
        overflow-x: hidden;
    }

    .content {
        margin-right: 0;
    }

    .server-form-box {
        padding: 16px 14px;
        box-sizing: border-box;
    }

    .placement-card,
    .contacts-card {
        padding: 16px 14px 18px;
        box-sizing: border-box;
    }

    .placement-grid,
    .contacts-page > * {
        max-width: 100%;
    }

    /* Long page titles wrap instead of overflow */
    .title {
        word-break: break-word;
        hyphens: auto;
        font-size: 13px;
    }

    .footer {
        padding: 16px 10px 20px;
    }

    .footer-inner {
        padding: 20px 16px 18px;
        border-radius: 14px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 22px 18px;
    }

    .footer-col-brand {
        grid-column: 1 / -1;
    }

    .footer-seo-heading {
        font-size: 14px;
    }

    .footer .desc {
        float: none;
        max-width: 100%;
    }

    .footer .copyright {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .titles,
    .titless {
        font-size: 13px;
        padding: 5px 8px;
    }

    .col {
        width: 100%;
    }
}

@media(max-width:640px) {
    .top-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 0;
        gap: 6px;
    }

    .top-bar .nav {
        margin-left: 0;
        width: 100%;
    }

    .top-bar .nav ul {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .top-bar .nav li {
        float: none;
    }

    .top-bar .nav li a {
        font-size: 11px;
        padding: 7px 12px;
    }
}

@media(max-width:480px) {

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-col-brand {
        grid-column: auto;
    }

    .top-bar .logo {
        width: auto;
        background: none;
    }

    .top-bar .logo img {
        height: 35px;
        width: auto;
    }

    .wrapper {
        width: calc(100% - 10px);
    }

    .titles,
    .titless {
        text-align: center;
        font-size: 12px;
    }

    .title {
        font-size: 14px;
        padding: 6px 0;
    }

    .content .block {
        padding: 0 4px;
    }

    .server .name {
        font-size: 12px;
    }

    .server.top .name a {
        font-size: 13px;
    }

    .server.elite .name a,
    .server.forte .name a,
    .server.obt .name a,
    .server.three .name a {
        font-size: 13px;
    }
}

.item {
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333
}

.btnn {

    height: 34px;

    margin-top: 5px;

    text-align: center;

    text-shadow: 0 -1px 1px #1e2d4d;

    color: white;

    padding: .5em 2em;

    outline: none;

    border-width: 2px 0;

    border-style: solid none;

    border-radius: 6px;

    background: linear-gradient(#a2a2a2, #3c3c3c) #000000;

    transition: 0.2s;

}

.btnn:hover {
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.8);
}

.list a:hover {
    background-color: #4e4e4e;
    text-decoration: none
}


/* ==========================================================================
   Server Status Badges
   ========================================================================== */

.server .status:before {
    display: inline-block;
    content: '•';
    color: #808080;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    width: 25px;
    padding: 1px 5px 0;
    margin-right: 5px;
    border-radius: 5px;
}

.server.vip .status:before {
    color: #507298;
}

/* Status colors (Point 25) */
.server .status.s-published:before {
    color: #10b981; /* Green */
}

.server .status.s-draft:before {
    color: #f59e0b; /* Amber */
}

.server .status.s-archived:before {
    color: #64748b; /* Slate/Gray */
}

.server.regular .status:before {
    color: #507298;
}

.server.top .status:before {
    content: 'VIP';
    background: linear-gradient(#f30000, #e20303);
    color: #fff;
    font-size: 14px;
    height: 20px;
    padding: 0 5px;
    margin-top: 1px;
    border-radius: 3px;
}

.server.elite .status:before,
.server.obt .status:before,
.server.three .status:before,
.server.forte .status:before {
    content: 'VIP';
    background: #ff9300;
    color: #fff;
    font-size: 14px;
    height: 20px;
    padding: 0 5px;
    margin-top: 1px;
    border-radius: 3px;
}

.bgss {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    z-index: -100;

}

@media (max-width: 840px) {

    .bgss {

        display: none;

    }

}

.tabs_wrapper .show_btn {

    border: 2px solid #3c3c3c;

    width: 49%;

    color: #3c3c3c;

    display: flex;

    justify-content: center;

    align-items: center;

    height: 40px;

    transition: .3s;

    cursor: pointer;

    font-size: 14px;

    font-weight: bold;

    box-sizing: border-box;

    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;

    border-radius: 5px;

}

.tabs_wrapper {

    display: none;

    justify-content: space-between;

    margin: 10px 10px;

}

.tabs_wrapper .show_btn.active,
.tabs_wrapper .show_btn:hover {

    border-color: #f3a100;

    color: #f3a100;

}



@media (max-width: 768px) {

    .tabs_wrapper {

        display: flex;

    }

    .sidebar {

        display: none;

    }

    .sidebar.sidebar-open {

        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        z-index: 999;
        background: #1b1b1b;
        padding: 55px 10px 20px;
        width: 100%;
        box-sizing: border-box;

    }

    .nav {

        display: none;

    }

    /* menu */

    .burger-menu {

        width: 28px;

        height: 20px;

        cursor: pointer;

        right: 25px;

        top: 25px;

        position: fixed;

        z-index: 1000;

    }



    .burger-menu__line {

        position: absolute;

        width: 100%;

        height: 3px;

        border-radius: 6px;

        background: #fff;

    }

    .burger-menu__line:nth-child(2) {

        top: 50%;

        transform: translateY(-50%);

    }

    .burger-menu__line:nth-child(3) {

        bottom: 0;

    }

    .burger-menu_active .burger-menu__line:first-child {

        transform: translateY(-50%) rotate(-35deg);

        transition: transform .3s linear;

    }

    .burger-menu:hover .burger-menu__line {

        background: hsla(0, 0%, 100%, .7);

    }

    .burger-menu_active .burger-menu__line:nth-child(2) {

        opacity: 0;

        transition: opacity .3s linear;

    }

    .burger-menu_active .burger-menu__line:nth-child(3) {

        transform: translateY(-50%) rotate(35deg);

        transition: transform .3s linear;

    }

    .burger-menu__line:nth-child(2) {

        top: 50%;

        transform: translateY(-50%);

    }

    .burger-menu_active .burger-menu__line {

        top: 50%;

    }



    .select_wrapper {

        display: flex;

        justify-content: space-evenly;

        max-width: 390px;

        width: 100%;

    }



    .mobile_sidebar option {

        font-size: 11px;

    }

    .mobile_sidebar .item {

        width: 100%;

    }

    .mobile_sidebar button[type="submit"] {

        font-weight: 700;

        padding: 14px 0;

        width: 57%;

        font: 14px/1 system-ui,-apple-system,"Segoe UI",Arial,sans-serif;

        color: #ff9300;

        text-transform: uppercase;

        border: 2px solid #ff9300;

        background: #fff;

        transition: color .3s linear, background .3s linear, border .3s linear;

        cursor: pointer;

        border-radius: 20px;

        height: unset;

        margin: 0;

        text-shadow: unset;

        margin-top: 10px;

        max-width: 386px;

    }

    .mobile_sidebar {

        display: none;

    }

    .mobile_sidebar .search-form {

        text-align: -moz-center;

    }

    .mobile_sidebar .nice-select {

        height: 45px;

        width: 97%;

        font-size: 14px;

        color: #444;

        border: 1px solid #c4c4c4;

        background-color: #ccc;

        box-shadow: unset;

    }

    .sidebar__tags a {

        display: inline-block;

        color: #000;

        font-size: 15px;

        border: 2px solid #9e9e9e;

        border-radius: 5px;

        margin: 6px 4px 0 0;

        padding: 4px;

        text-decoration: none;

    }

    .sidebar__tags .items {

        margin-bottom: 5px;

    }



    .sidebar__tags {

        margin: 10px;

    }



    .sidebar__tags .items:last-child {

        margin-bottom: 25px;

    }

    .sidebar__tags .items:first-child {

        margin-top: 15px;

    }

}



@media (min-width: 769px) {

    .mobile_sidebar.active {

        display: none !important;

    }

}

.cookie-banner {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.9);
    color: #cfcfcf;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    display: none;
    z-index: 1000;
}

.cookie-banner a {
    color: #fd9200;
    text-decoration: underline;
}

.cookie-banner button {
    background: #fd9200;
    border: none;
    padding: 9px 18px;
    cursor: pointer;
    font-size: 14px;
    margin: 5px;
    border-radius: 3px;
}

/* Advertising Page */
.adv-content {
    padding: 20px 25px;
    font-family: system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
}

.adv-contacts {
    margin-bottom: 15px;
    font-size: 11px;
}

.adv-contacts a {
    color: #0080ff;
    text-decoration: underline;
    margin-left: 5px;
}

.adv-contacts strong {
    text-transform: uppercase;
}

.adv-spacer {
    margin: 0 15px;
}

.adv-hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 15px 0;
}

.adv-recommendation {
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.adv-rec-highlight {
    color: #f50000;
}

.adv-vip-hint {
    color: #666;
}

.adv-vip-hint a {
    color: #e58902b5;
    text-decoration: underline;
}

/* --- Logo image size (desktop default) --- */
.top-bar .logo img {
    height: 55px;
    width: auto;
    object-fit: contain;
}

.nav-link {
    color: #94a3b8;
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s;
}

.nav-link:hover {
    color: #fff;
}

.nav.active {
    display: flex !important;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #1e293b;
    padding: 20px;
    z-index: 1000;
    border-bottom: 2px solid #334155;
}

.nav.active .nav-link {
    margin: 10px 0;
}

/* --- Background hero image --- */
.SuperPuperContent {
    height: 600px;
    width: 100%;
    display: block;
    background:
        linear-gradient(rgba(26, 26, 26, 0) 0%, rgb(27 27 27) 90%) center bottom / 100% 500px no-repeat,
        var(--bg-image-url, none) 50% 0px / cover no-repeat rgba(255, 255, 255, 0);
}

/* --- Search form alignment --- */
.sidebar .search-form {
    text-align: -webkit-center;
    text-align: center;
}

.sidebar .search-form-wrap {
    text-align: center;
}

/* --- Sidebar tag link accents --- */
.link-accent-orange {
    color: #fe9900;
}

.link-accent-green {
    color: #059b17;
}

.server .name {
    display: flex;
    align-items: center;
    gap: 6px;
}

.server .name .server-detail-link {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.server.regular .name .server-detail-link,
.server.regular .name .server-name-text {
    color: #507298;
    font-family: Montserrat,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    font-size: 14.7px;
    font-weight: 700;
    letter-spacing: 0.125px;
    text-transform: uppercase;
}

.footer-seo-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.footer-seo-link {
    color: #cbd5e1;
    font-size: 12px;
}

.server-meta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.server-meta-link,
.server-tag-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 8px;
    color: #94a3b8;
    font-size: 12px;
    text-decoration: none;
}

.server-tag-link:hover,
.server-meta-link:hover {
    color: #fff;
}

.search-form select {
    width: 220px;
    height: 37px;
    margin-top: 5px;
    padding: 0 34px 0 10px;
    border: 1px solid #383838;
    border-radius: 5px;
    background:
        linear-gradient(45deg, transparent 50%, #999 50%) calc(100% - 18px) 15px / 6px 6px no-repeat,
        linear-gradient(135deg, #999 50%, transparent 50%) calc(100% - 13px) 15px / 6px 6px no-repeat,
        #282828;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.8);
    color: #fff;
    appearance: none;
}

.search-form select:focus {
    border-color: #666;
    outline: none;
}

.search-form select option {
    color: #fff;
    background: #282828;
}


.cookie-banner {
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity .2s ease, transform .2s ease;
    display: block;
}

.cookie-banner.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .sidebar.mobile-open .title {
        display: block !important;
        width: 100% !important;
        min-height: 48px !important;
        height: 48px !important;
        margin: 0 0 7px !important;
        padding: 0 0 0 15px !important;
        box-sizing: border-box !important;
        font-size: 14px !important;
        line-height: normal !important;
        white-space: nowrap !important;
        overflow: hidden !important;
    }
}

/* ==========================================================================
   v2 — Dark portal redesign
   ========================================================================== */

a {
    color: var(--accent);
}

a:hover {
    color: var(--accent-hover);
}

.wrapper {
    max-width: 1180px;
    width: calc(100% - 24px);
}

.SuperPuperContent {
    height: 150px;
    background:
        linear-gradient(to bottom, rgba(9, 9, 11, 0.15) 0%, var(--bg-base) 100%),
        var(--bg-image-url, none) 50% 0 / cover no-repeat transparent;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 200;
    margin-bottom: 12px;
    padding: 10px 0;
    background: rgba(9, 9, 11, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
}

.top-bar {
    margin-top: 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.top-bar .logo {
    height: 44px;
    margin-bottom: 0;
}

.top-bar .logo img {
    height: 44px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.top-bar .nav {
    margin-right: 20px;
}

.top-bar .nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
    align-items: center;
}

.top-bar .nav li {
    float: none;
}

.top-bar .nav li a {
    background: transparent;
    text-transform: none;
}

.top-bar .nav li a.nav-cta,
.top-bar .nav li .nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.top-bar .nav li a.nav-cta-add {
    background: var(--accent);
    color: #111;
    border: 1px solid var(--accent);
}

.top-bar .nav li a.nav-cta-add:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    color: #111;
}

.top-bar .nav li a.nav-cta-ghost,
.top-bar .nav li .nav-cta-ghost {
    background: transparent;
    color: var(--text-muted);
    border: 1px solid var(--border);
}

.top-bar .nav li a.nav-cta-ghost:hover,
.top-bar .nav li .nav-cta-ghost:hover {
    background: var(--bg-elevated);
    color: var(--text);
    border-color: var(--text-dim);
}

.lang-switch-item {
    list-style: none;
}

.top-bar .nav li .lang-switch.nav-cta-ghost {
    gap: 1px;
    padding: 2px;
}

.top-bar .nav li .lang-switch.nav-cta-ghost:hover {
    background: transparent;
    color: var(--text-muted);
    border-color: var(--border);
}

.top-bar .nav li a.lang-switch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 3px 7px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
    opacity: 1;
    transition: background 0.2s, color 0.2s;
}

.top-bar .nav li a.lang-switch-btn.is-active {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text);
}

.top-bar .nav li a.lang-switch-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
}

.lang-switch-sep {
    color: var(--text-dim);
    font-size: 10px;
    line-height: 1;
    opacity: 0.35;
    user-select: none;
    pointer-events: none;
}

.main.site-shell {
    background: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: 0;
    overflow: visible;
}

.site-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: start;
}

.sidebar {
    float: none;
    width: auto;
    padding: 10px 10px 12px 12px;
    background: var(--bg-elevated);
    border-right: 1px solid var(--border);
    border-radius: 0;
}

.sidebar.sidebar-compact .sidebar-block {
    margin-bottom: 8px;
}

.sidebar.sidebar-compact .title {
    margin-bottom: 4px;
    min-height: 0;
    padding-bottom: 0;
    font-size: 10px;
}

.sidebar.sidebar-compact .list a {
    min-height: 26px;
    padding: 3px 8px;
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 1.35;
}

.sidebar.sidebar-compact .list-chronicle .col,
.sidebar.sidebar-compact .list-type .col {
    width: calc(50% - 4px);
}

.sidebar.sidebar-compact .search-form select {
    min-height: 30px;
    padding: 4px 8px;
    font-size: 12px;
}

.sidebar.sidebar-compact .search-form .btnn {
    min-height: 30px;
    padding: 4px 10px;
    font-size: 12px;
}

.sidebar.sidebar-compact .list-type.list-rates-compact a {
    display: inline-block;
    width: auto;
    min-height: 0;
    height: auto;
    padding: 2px 7px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.25;
    border-bottom: none;
    border-radius: 6px;
    box-shadow: none;
}

.list.list-rates-compact {
    display: flex;
    gap: 6px;
}

.list.list-rates-compact .sidebar-rates-col {
    width: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
}

.list.list-type.list-rates-compact a {
    display: inline-block;
    width: auto;
    min-height: 0;
    height: auto;
    padding: 2px 7px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.25;
    border-bottom: none;
    border-radius: 6px;
    box-shadow: none;
    vertical-align: top;
}

.sidebar.sidebar-compact .sidebar-contact {
    margin-top: 8px;
    padding-top: 8px;
}

.sidebar-calendar {
    margin-bottom: 10px;
    padding: 8px 8px 10px;
    background: var(--bg-surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
}

.sidebar-calendar-head {
    display: grid;
    grid-template-columns: 24px 1fr 24px;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
    padding: 4px 4px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius-sm);
}

.sidebar-calendar-title {
    min-width: 0;
    text-align: center;
    color: var(--text);
    font-size: 12px;
    font-weight: 600;
    text-transform: lowercase;
}

.sidebar-calendar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.sidebar-calendar-nav:hover {
    background: var(--bg-hover);
    color: var(--text);
}

.sidebar-calendar-weekdays,
.sidebar-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 2px;
    width: 100%;
}

.sidebar-calendar-grid {
    position: relative;
    isolation: isolate;
}

.sidebar-calendar-weekday {
    color: var(--text-muted);
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: lowercase;
    padding: 2px 0 4px;
}

.sidebar-calendar-day {
    appearance: none;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: var(--text-dim);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    min-height: 0;
    padding: 0;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.sidebar-calendar-day.is-outside {
    color: #4a4a52;
}

.sidebar-calendar-day.has-launches {
    color: var(--text);
}

.sidebar-calendar-day.is-today {
    color: var(--accent);
}

.sidebar-calendar-day.is-selected {
    border-color: var(--accent);
    color: var(--text);
    box-shadow: inset 0 0 0 1px rgba(245, 166, 35, 0.35);
}

.sidebar-calendar-day:hover {
    background: var(--bg-hover);
    color: var(--text);
}

.content.site-content {
    float: none;
    width: auto;
    margin: 0;
    padding: 16px 20px 8px;
    min-width: 0;
}

.sidebar-contact {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

.sidebar-contact-label {
    margin: 0 0 6px;
    color: var(--text-dim);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sidebar-contact-link {
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.sidebar-contact-link:hover {
    color: var(--accent-hover);
}

.sidebar .title {
    min-height: 36px;
    height: auto;
    margin: 0 0 8px;
    padding: 0 0 0 2px;
    background: none;
    box-shadow: none;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.content .title,
.title {
    padding: 0 0 16px;
    color: var(--text);
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.titles,
.titless {
    margin: 0 0 8px;
    padding: 8px 12px;
    background: var(--bg-elevated);
    border: 1px solid var(--border-subtle);
    box-shadow: none;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    border-radius: var(--radius-sm);
}

.block {
    margin-bottom: 14px;
    padding-top: 0;
}

.server-list-featured {
    margin-bottom: 10px;
}

.vip-featured-row {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 10px;
    clear: both;
}

.vip-featured-row__vip {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
}

.vip-featured-row__banner {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
    display: flex;
}

.vip-mini-banner {
    flex: 1;
    display: flex;
    min-height: 100%;
}

.vip-mini-banner__link {
    flex: 1;
    display: flex;
    text-decoration: none;
    color: inherit;
}

.vip-mini-banner__img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 72px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
}

.vip-mini-banner__empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 72px;
    padding: 12px 16px;
    background: var(--bg-elevated);
    border: 1px dashed rgba(239, 68, 68, 0.35);
    border-radius: var(--radius-sm);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.vip-mini-banner__link:hover .vip-mini-banner__empty {
    background: rgba(239, 68, 68, 0.06);
    border-color: rgba(239, 68, 68, 0.55);
}

.vip-mini-banner__dim {
    color: var(--text-dim);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vip-mini-banner__note {
    margin: 0;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.vip-featured-row__vip .block.s-vip-red {
    margin-bottom: 0;
    height: 100%;
    box-sizing: border-box;
}

.server-list-columns::after {
    content: "";
    display: table;
    clear: both;
}

.block.s-vip-red {
    padding: 8px 10px 10px;
    background: rgba(239, 68, 68, 0.06);
    border: 1px solid rgba(239, 68, 68, 0.35);
    border-left: 3px solid var(--vip-red);
}

.block.s-vip-red .titles.vip-red-title {
    margin-bottom: 6px;
    padding: 6px 10px;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.25);
    color: var(--vip-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.block.s-vip-red .server.top {
    background: rgba(239, 68, 68, 0.04);
}

.block.s-vip-red .server.top:hover {
    background: rgba(239, 68, 68, 0.1);
}

.block.s-vip-red .homepage-empty.vip-red-empty {
    padding: 10px 12px;
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border: 1px dashed rgba(239, 68, 68, 0.35);
    border-radius: var(--radius-sm);
    background: rgba(239, 68, 68, 0.04);
}

.list a {
    display: block;
    min-height: 36px;
    height: auto;
    line-height: 1.4;
    padding: 6px 10px;
    margin-bottom: 2px;
    border-bottom: 1px solid var(--border-subtle);
    box-shadow: none;
    color: var(--text-muted);
    font-size: 13px;
    border-radius: var(--radius-sm);
}

.list a:hover {
    background: var(--bg-hover);
    color: var(--text);
}

.list a.active {
    color: var(--accent);
    background: rgba(245, 166, 35, 0.08);
}

.list.list-rates-compact a:hover,
.list.list-type.list-rates-compact a:hover {
    background: var(--bg-hover);
    color: var(--text);
}

.link-accent-orange {
    color: var(--accent) !important;
}

.link-accent-green {
    color: var(--success) !important;
}

.search-form select {
    width: 100%;
    max-width: 220px;
    height: 36px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--bg-base);
    box-shadow: none;
    color: var(--text);
}

.btnn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-top: 8px;
    padding: 0 18px;
    border: none;
    border-radius: var(--radius-sm);
    background: var(--accent);
    color: #111;
    font-size: 13px;
    font-weight: 600;
    text-shadow: none;
}

.btnn:hover {
    background: var(--accent-hover);
    color: #111;
}

.server {
    min-height: 32px;
    padding: 6px 8px;
    border-bottom: 1px solid var(--border-subtle);
    background: transparent;
    border-radius: var(--radius-sm);
}

.server>div {
    float: none;
}

.server:hover {
    background: var(--bg-hover);
    box-shadow: none;
}

.server.regular .name,
.server.regular .name a,
.server.regular .name .server-detail-link,
.server.regular .name .server-name-text {
    color: #93c5fd;
    font-size: 13px;
}

.server.top .name a {
    color: var(--vip-red);
    font-size: 14px;
}

.server.elite .name a,
.server.forte .name a,
.server.obt .name a,
.server.three .name a {
    color: var(--vip-orange);
    font-size: 13px;
}

.server .chronicle,
.server .date,
.server .rate {
    color: var(--text-muted);
    font-size: 11px;
}

.server.regular .status:before {
    color: #64748b;
}

.server.top .status:before {
    background: var(--vip-red);
}

.server.elite .status:before {
    background: var(--vip-orange);
}

.s-today.date:after {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
    font-size: 11px;
}

.s-tomorrow.date:after {
    background: rgba(239, 68, 68, 0.12);
    color: #f87171;
    font-size: 11px;
}

.s-yesterday.date:after {
    background: rgba(148, 163, 184, 0.12);
    color: #94a3b8;
    font-size: 11px;
}

.homepage-empty {
    color: var(--text-muted);
    padding: 12px 8px;
    font-size: 13px;
}

.page-notice {
    padding: 48px 24px;
    text-align: center;
    color: var(--text-muted);
    font-size: 15px;
}

/* Footer v2 */
.footer {
    background: transparent;
    padding: 24px 20px 20px;
    color: var(--text-muted);
    border-top: 1px solid var(--border);
}

.footer-inner {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.footer-grid {
    grid-template-columns: minmax(200px, 1.3fr) repeat(3, minmax(120px, 1fr));
    gap: 24px 20px;
}

.footer-col-title {
    color: var(--text-muted);
    font-size: 10px;
    letter-spacing: 0.1em;
}

.footer-col-rule {
    background: var(--border);
    margin-bottom: 12px;
}

.footer-col-link {
    color: var(--text-muted);
    font-size: 13px;
}

.footer-col-link:hover {
    color: var(--text);
}

.footer-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 12px;
}

.footer-links-grid li + li {
    margin-top: 0;
}

.footer-tagline {
    color: var(--text-muted);
    font-size: 12px;
}

.footer-tagline-accent {
    color: var(--accent);
}

.footer-copy {
    color: var(--text-dim);
    font-size: 11px;
}

.footer-seo-details {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
}

.footer-seo-summary {
    cursor: pointer;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 600;
    list-style: none;
}

.footer-seo-summary::-webkit-details-marker {
    display: none;
}

.footer-seo-summary::before {
    content: "▸ ";
    color: var(--accent);
}

.footer-seo-details[open] .footer-seo-summary::before {
    content: "▾ ";
}

.footer-seo-copy {
    margin-top: 12px;
}

.footer-seo-copy p {
    margin: 0 0 8px;
    color: var(--text-dim);
    font-size: 12px;
    line-height: 1.55;
}

.footer-legal-note {
    margin: 16px 0 0;
    color: var(--text-dim);
    font-size: 10.5px;
    line-height: 1.5;
}

/* Inner pages — dark */
.sponsor-page,
.contacts-page,
.server-form-page {
    padding: 8px 0 32px;
}

.sponsor-page h2,
.contacts-page h2,
.server-form-page > h1 {
    color: var(--text);
    font-size: 18px;
    text-transform: none;
    letter-spacing: -0.01em;
}

.sponsor-page p,
.contacts-page p,
.server-form-page > p.server-form-lead {
    color: var(--text-muted);
}

.placement-card,
.contacts-card {
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    border-top-width: 3px;
}

.placement-card h3,
.contacts-card h3 {
    color: var(--text);
}

.placement-card p,
.contacts-card p {
    color: var(--text-muted);
}

.card-top {
    border-top-color: var(--vip-red);
}

.card-elite {
    border-top-color: var(--vip-orange);
}

.contacts-vip-note {
    color: var(--text-muted);
}

.contacts-link-vip {
    background: var(--accent);
    color: #111;
}

.contacts-link-vip:hover {
    background: var(--accent-hover);
    color: #111;
}

.contact-btn {
    border: 1px solid var(--border);
    background: var(--bg-base);
    color: var(--text);
}

.contact-btn:hover {
    background: var(--bg-hover);
    color: var(--text);
}

/* Sponsor & contacts — full dark theme */
.sponsor-contact-section {
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px 22px;
    margin-top: 8px;
}

.sponsor-contact-section h3 {
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
}

.placement-card .card-price {
    color: var(--text);
}

.placement-card .card-price span {
    font-size: 17px;
    font-weight: 500;
    color: var(--text-muted);
}

.placement-card ul li {
    color: var(--text-muted);
}

.placement-card ul li::before {
    color: var(--success);
}

.placement-card-desc {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.55;
    margin-bottom: 12px;
}

.card-top .card-cta {
    background: var(--vip-red);
    color: #fff;
    border: none;
}

.card-top .card-cta:hover {
    background: #dc2626;
    color: #fff;
}

.card-elite .card-cta {
    background: var(--vip-orange);
    color: #111;
    border: none;
}

.card-elite .card-cta:hover {
    background: #ea580c;
    color: #111;
}

.sponsor-contact-links a.contact-btn-tg {
    background: #229ed9;
    border-color: #229ed9;
    color: #fff;
}

.sponsor-contact-links a.contact-btn-tg:hover {
    background: #1a8bc4;
    border-color: #1a8bc4;
    color: #fff;
}

.sponsor-contact-links a.contact-btn-wa {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

.sponsor-contact-links a.contact-btn-wa:hover {
    background: #1fb855;
    border-color: #1fb855;
    color: #fff;
}

.sponsor-contact-links a.contact-btn-mail {
    background: var(--bg-base);
    border-color: var(--border);
    color: var(--text-muted);
}

.sponsor-contact-links a.contact-btn-mail:hover {
    background: var(--bg-hover);
    color: var(--text);
}

.sponsor-note {
    color: var(--text-dim);
    font-size: 12px;
    margin-top: 14px;
    line-height: 1.55;
}

.sponsor-section-heading {
    color: var(--text);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0 0 10px;
    text-transform: none;
}

.sponsor-section-lead {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 18px;
}

.sponsor-loyalty-block {
    margin: 4px 0 28px;
    padding: 18px 20px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-left: 3px solid var(--accent);
    border-radius: var(--radius-md);
}

.sponsor-loyalty-block h3 {
    margin: 0 0 10px;
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
}

.sponsor-loyalty-block p {
    margin: 0 0 12px;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
}

.sponsor-loyalty-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sponsor-loyalty-block li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    color: var(--text);
    font-size: 13px;
    line-height: 1.55;
}

.sponsor-loyalty-block li:last-child {
    margin-bottom: 0;
}

.sponsor-loyalty-block li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
}

.sponsor-loyalty-extra {
    margin: 12px 0 0;
    padding-top: 12px;
    border-top: 1px solid var(--border);
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.55;
}

.sponsor-availability-section {
    margin: 32px 0 32px;
}

.sponsor-availability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.sponsor-slot-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    padding: 16px;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-sizing: border-box;
}

.sponsor-slot-card.accent-vip-red {
    border-top: 3px solid var(--vip-red);
}

.sponsor-slot-card.accent-vip-featured {
    border-top: 3px solid var(--vip-orange);
}

.sponsor-slot-card.accent-vip-orange {
    border-top: 3px solid var(--vip-orange);
}

.sponsor-slot-card.accent-side {
    border-top: 3px solid #6366f1;
}

.sponsor-slot-card.accent-regular {
    border-top: 3px solid var(--success);
}

.sponsor-slot-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.sponsor-slot-title {
    margin: 0;
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1.25;
}

.sponsor-slot-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.sponsor-slot-location {
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.sponsor-slot-size {
    display: inline-flex;
    padding: 2px 7px;
    border-radius: 999px;
    background: var(--bg-base);
    border: 1px solid var(--border-subtle);
    color: var(--text-dim);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.3;
}

.sponsor-slot-desc {
    margin: 0;
    color: var(--text-dim);
    font-size: 11px;
    line-height: 1.4;
}

.sponsor-slot-status {
    display: inline-flex;
    flex-shrink: 0;
    margin-top: 1px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.sponsor-slot-status.is-busy {
    background: rgba(239, 68, 68, 0.12);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.25);
}

.sponsor-slot-status.is-free {
    background: rgba(34, 197, 94, 0.12);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.25);
}

.sponsor-slot-free {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid var(--border-subtle);
}

.sponsor-slot-dates-label {
    margin: 0;
    color: var(--text-dim);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.3;
}

.sponsor-slot-date-value {
    margin: 4px 0 0;
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.sponsor-slot-dates {
    list-style: none;
    margin: 3px 0 0;
    padding: 0;
}

.sponsor-slot-dates li {
    padding: 3px 0;
    color: var(--text-muted);
    font-size: 11px;
    line-height: 1.35;
    word-break: break-word;
    border-bottom: 1px solid var(--border-subtle);
}

.sponsor-slot-dates li:last-child {
    border-bottom: none;
}

@media (max-width: 900px) {
    .sponsor-availability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .sponsor-availability-grid {
        grid-template-columns: 1fr;
    }
}

.page-footer-note {
    margin-top: 20px;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.55;
}

.page-inline-link {
    color: var(--accent);
    text-decoration: none;
}

.page-inline-link:hover {
    color: var(--accent-hover);
    text-decoration: underline;
}

.page-empty-note {
    color: var(--text-dim);
    font-size: 13px;
}

.contacts-card {
    border-top-color: var(--accent);
}

.contacts-card-vip {
    border-top-color: var(--vip-orange);
}

.contacts-vip-formats {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 14px;
}

.vip-red-text {
    color: var(--vip-red);
}

.vip-orange-text {
    color: var(--vip-orange);
}

.contacts-vip-note strong {
    color: var(--accent);
}

.legal-page {
    max-width: 920px;
    padding: 4px 0 8px;
}

.legal-page > h2 {
    margin: 0 0 18px;
    color: var(--text);
    font-size: 24px;
    font-weight: 700;
}

.legal-section {
    margin-bottom: 22px;
}

.legal-section h3 {
    margin: 0 0 10px;
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
}

.legal-page p {
    margin: 0 0 12px;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.65;
}

.legal-bullet-list {
    margin: 0 0 12px;
    padding-left: 18px;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.65;
}

.legal-bullet-list li {
    margin-bottom: 6px;
}

.legal-sitemap-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 28px;
    margin-bottom: 16px;
}

.legal-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.legal-link-list li {
    margin: 0 0 6px;
}

.legal-link {
    color: var(--text-muted);
    font-size: 13px;
    text-decoration: none;
}

.legal-link:hover {
    color: var(--accent);
    text-decoration: underline;
}

.legal-sitemap-xml {
    margin: 8px 0 0;
    font-size: 12px;
    color: var(--text-dim);
}

@media (max-width: 768px) {
    .legal-sitemap-grid {
        grid-template-columns: 1fr;
    }
}

.server-form-box {
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
}

.server-form-box .sf-section-title {
    background: var(--bg-base);
    color: var(--text-muted);
    border: 1px solid var(--border);
}

.server-form-box label {
    color: var(--text-muted);
}

.server-form-box input[type="text"],
.server-form-box input[type="url"],
.server-form-box input[type="datetime-local"],
.server-form-box textarea,
.server-form-box select {
    background: var(--bg-base);
    border-color: var(--border);
    color: var(--text);
}

.server-form-box input:focus,
.server-form-box textarea:focus,
.server-form-box select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 2px rgba(245, 166, 35, 0.15);
}

.server-form-submit {
    background: var(--accent);
    color: #111;
}

.server-form-submit:hover {
    background: var(--accent-hover);
}

.server-form-success {
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    color: var(--text);
}

.server-form-success h2 {
    color: var(--text);
}

.server-form-success p {
    color: var(--text-muted);
}

.server-form-success a {
    color: var(--accent);
}

.server-form-error {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
}

/* Cookie banner dark */
.cookie-banner {
    background: var(--bg-elevated);
    border-top: 1px solid var(--border);
    color: var(--text-muted);
}

.cookie-banner button {
    background: var(--accent);
    color: #111;
    border: none;
    border-radius: var(--radius-sm);
}

/* Mobile v2 */
@media (max-width: 840px) {
    .SuperPuperContent {
        height: 80px;
    }

    .bgss {
        display: none;
    }
}

@media (max-width: 768px) {
    .site-layout {
        grid-template-columns: 1fr;
    }

    .top-bar {
        margin-top: 0;
        flex-wrap: wrap;
    }

    .sidebar {
        float: none;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

    .content.site-content {
        float: none;
        width: 100%;
        margin: 0;
        padding: 12px 14px 8px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px 16px;
    }

    .footer-col-brand {
        grid-column: 1 / -1;
    }

    .footer-links-grid {
        grid-template-columns: 1fr;
    }

    .sidebar-backdrop.active {
        background: rgba(0, 0, 0, 0.65);
    }

    .sidebar.mobile-open {
        display: block;
        position: fixed;
        inset: 0 20% 0 0;
        z-index: 300;
        overflow-y: auto;
        padding-top: 48px;
        border-radius: 0;
    }

    .sidebar-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: var(--bg-base);
        border: 1px solid var(--border);
        color: var(--text);
        border-radius: var(--radius-sm);
    }
}

@media (max-width: 480px) {
    .wrapper {
        width: calc(100% - 12px);
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-col-brand {
        grid-column: auto;
    }

    .top-bar .logo img {
        height: 32px;
    }
}

/* Side partner slots (320×800) — fixed, neutral class names for adblock bypass */
.side-slot {
    position: fixed;
    top: calc(var(--header-h, 64px) + 12px);
    width: 320px;
    z-index: 100;
}

.side-slot-left {
    left: max(8px, calc(50vw - 926px));
}

.side-slot-right {
    right: max(8px, calc(50vw - 926px));
}

.side-slot-media {
    display: block;
    width: 320px;
    height: auto;
    max-height: 800px;
    object-fit: contain;
    border-radius: var(--radius-sm);
}

.side-slot a {
    display: block;
    line-height: 0;
}

.side-slot-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    min-height: 800px;
    padding: 20px 14px;
    box-sizing: border-box;
    border: 1px dashed var(--border);
    border-radius: var(--radius-sm);
    background: rgba(17, 17, 20, 0.92);
    text-align: center;
}

.side-slot-dim {
    color: var(--text-muted);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.side-slot-note {
    margin: 10px 0 0;
    color: var(--text-dim);
    font-size: 11px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

@media (max-width: 1851px) {
    .side-slot {
        display: none;
    }
}

