@import url("https://fonts.googleapis.com/css2?family=Anton&family=Michroma&family=Syncopate:wght@700&display=swap");

[data-bs-theme=dark] {
    --bs-body-bg: #0b0e16;
    --bs-body-bg-rgb: 11, 14, 22;
    --bs-tertiary-bg: #0c0f18;
    --bs-tertiary-bg-rgb: 12, 15, 24;
}

:root {
    --ana-renk: #003d63;
    --font-ailesi: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    --elite-orange: #ff6b00;
    --elite-orange-glow: rgba(255, 107, 0, 0.4);
    --elite-glass: rgba(255, 255, 255, 0.03);
    --sidebar-width: 264px;
    --sidebar-collapsed-width: 78px;
    --sidebar-current-width: var(--sidebar-width);
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    background: #141928;
    font-family: var(--font-ailesi);
    overflow-x: hidden;
}

#app {
    flex-shrink: 0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

h1 {
    text-align: center;
}

.content {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.navbar .nav-item {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    transition: color 0.3s ease;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--ana-renk);
}

.discord-login-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    vertical-align: middle;
}

.discord-login-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #cfd6ff !important;
}

.discord-login-nav-link:hover {
    color: #5865f2 !important;
}

.top-promo-slider {
    position: relative;
    margin-top: 0.8rem;
}

.sidebar-nav {
    position: fixed;
    inset: 0 auto 0 0;
    width: var(--sidebar-current-width);
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(10, 13, 24, 0.98) 0%, rgba(6, 9, 17, 0.98) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 12px 0 26px rgba(0, 0, 0, 0.33);
    z-index: 1035;
    transition: width 0.24s ease;
}

.sidebar-nav-header {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-nav-title {
    display: block;
    width: 100%;
    color: #f6f9ff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.sidebar-login-card {
    margin: 14px 12px 6px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
}

.sidebar-login-label {
    display: block;
    color: #a4acd0;
    font-size: 0.8rem;
    line-height: 1.2;
}

.sidebar-login-link {
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #ffb447;
    font-weight: 700;
    font-size: 0.96rem;
}

.sidebar-login-link:hover {
    color: #ffd392;
}

.sidebar-discord-login-link {
    color: #cfd6ff;
}

.sidebar-discord-login-link:hover {
    color: #fff;
}

.sidebar-login-links {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sidebar-login-links .sidebar-login-link {
    margin-top: 0;
    width: 100%;
    padding: 5px 6px;
    border-radius: 8px;
}

.sidebar-login-links .sidebar-login-link:hover {
    background: rgba(255, 255, 255, 0.08);
}

.sidebar-login-links .sidebar-login-link.active {
    background: rgba(81, 96, 248, 0.3);
    border: 1px solid rgba(124, 138, 255, 0.35);
}

.sidebar-login-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.sidebar-login-link-logout {
    color: #f87171 !important;
    margin-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 8px !important;
}

.sidebar-login-link-logout:hover {
    color: #fca5a5 !important;
    background: rgba(248, 113, 113, 0.1) !important;
}

.theme-notifications {
    position: relative;
}

.theme-notifications-toggle {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f7d287;
    background: rgba(255, 180, 71, 0.12);
    border: 1px solid rgba(255, 180, 71, 0.22);
}

.theme-notifications-toggle:hover {
    color: #fff1cf;
    background: rgba(255, 180, 71, 0.2);
}

.theme-notifications-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #ef4444;
    border: 2px solid #0b0e16;
    font-size: 0.65rem;
    font-weight: 800;
    line-height: 1;
}

.theme-notifications-menu {
    width: min(320px, calc(100vw - 24px)) !important;
    min-width: 280px !important;
    padding: 0 !important;
    overflow: hidden;
    color: #f8fafc;
    background: #111827 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35);
}

.theme-notifications-menu-sidebar {
    width: min(232px, calc(100vw - 24px)) !important;
    min-width: 232px !important;
    left: 0 !important;
    right: auto !important;
}

.theme-notifications-header,
.theme-notifications-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    color: #f8fafc;
    font-weight: 700;
}

.theme-notifications-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-notifications-header form,
.theme-notifications-entry {
    margin: 0;
}

.theme-notifications-header button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffb447;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
}

.theme-notifications-entry button {
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    color: #dbe4ff;
    background: transparent;
    text-align: left;
}

.theme-notifications-entry span {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.35;
}

.theme-notifications-entry button:hover {
    background: rgba(255, 255, 255, 0.07);
}

.theme-notifications-entry small,
.theme-notifications-empty {
    color: #9ba3c7;
}

.theme-notifications-empty {
    display: block;
    padding: 14px 12px;
    text-align: center;
}

.theme-notifications-all {
    justify-content: center;
    color: #ffb447;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-notifications-all:hover {
    color: #ffd392;
    background: rgba(255, 255, 255, 0.06);
}

.sidebar-menu-list {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    list-style: none;
    margin: 8px 8px 0;
    padding: 4px;
}

.sidebar-menu-list li {
    margin-bottom: 3px;
}

.sidebar-menu-link,
.sidebar-menu-group-title {
    width: 100%;
    min-height: 40px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 8px 10px;
    color: #9ba3c7;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sidebar-menu-link:hover {
    color: #f4f7ff;
    background: rgba(255, 255, 255, 0.08);
}

.sidebar-menu-link.active {
    color: #f4f7ff;
    background: rgba(81, 96, 248, 0.3);
    border: 1px solid rgba(124, 138, 255, 0.35);
}

.sidebar-menu-group-title {
    color: #aeb7dd;
}

.sidebar-menu-icon {
    width: 18px;
    text-align: center;
    font-size: 0.95rem;
    opacity: 0.95;
}

.sidebar-menu-sublink {
    margin-left: 20px;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.9rem;
    font-weight: 500;
}

.sidebar-nav-footer {
    padding: 12px 14px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-socials {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.sidebar-social-link {
    width: 30px;
    height: 30px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c3cae9;
    background: rgba(255, 255, 255, 0.06);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sidebar-social-link:hover {
    color: #fff;
    background: rgba(91, 106, 255, 0.45);
}

.sidebar-toggle-hint {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8c94bb;
    font-size: 0.78rem;
    cursor: pointer;
}

.sidebar-toggle-hint:hover {
    color: #d2d9fa;
}


body.sidebar-collapsed {
    --sidebar-current-width: var(--sidebar-collapsed-width);
}

body.sidebar-collapsed .sidebar-nav-header {
    justify-content: center;
    padding: 0;
}

body.sidebar-collapsed .sidebar-nav-title,
body.sidebar-collapsed .sidebar-login-card,
body.sidebar-collapsed .sidebar-menu-link span,
body.sidebar-collapsed .sidebar-menu-group-title span,
body.sidebar-collapsed .sidebar-menu-sublink,
body.sidebar-collapsed .sidebar-socials,
body.sidebar-collapsed .sidebar-toggle-text {
    display: none;
}

body.sidebar-collapsed .sidebar-menu-link,
body.sidebar-collapsed .sidebar-menu-group-title {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

body.sidebar-collapsed .sidebar-nav-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    #app {
        padding-left: var(--sidebar-current-width);
        transition: padding-left 0.24s ease;
    }

    footer {
        margin-left: var(--sidebar-current-width);
        transition: margin-left 0.24s ease;
    }

    .content {
        margin-top: 2rem;
    }
}

@media (max-width: 991.98px) {
    #app,
    footer {
        margin-left: 0;
        padding-left: 0;
    }
}

.home-elite-logo-wrap {
    position: relative;
    width: min(92vw, 720px);
    padding: clamp(30px, 6vw, 80px);
    background: var(--elite-glass);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
}

.home-elite-logo-wrap:hover {
    border-color: var(--elite-orange);
    box-shadow: 0 0 80px var(--elite-orange-glow);
}

.home-elite-letters {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Anton", "Arial Narrow", sans-serif;
    font-size: clamp(110px, 19vw, 200px);
    line-height: 0.8;
    font-style: italic;
    cursor: default;
}

.home-elite-v {
    position: relative;
    z-index: 2;
    color: #fff;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.8));
}

.home-elite-sub {
    z-index: 1;
    margin-left: -0.25em;
    color: var(--elite-orange);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    transition: transform 0.3s ease;
}

.home-elite-logo-wrap:hover .home-elite-sub {
    transform: translateX(3px);
}

.home-elite-bar {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.home-elite-word {
    display: block;
    font-family: "Syncopate", "Segoe UI", sans-serif;
    font-size: clamp(22px, 4.5vw, 34px);
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #fff;
    word-break: break-word;
}

.home-elite-word::after {
    content: "";
    display: block;
    width: min(320px, 70%);
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent, var(--elite-orange), transparent);
}

@media (max-width: 768px) {
    .home-elite-logo-wrap {
        width: min(92vw, 560px);
        padding: 30px 20px;
    }

    .home-elite-word {
        letter-spacing: 0.08em;
    }
}

.home-background {
    position: relative;
    min-height: 100vh;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(245, 158, 11, .12) 0%, transparent 45%),
        linear-gradient(180deg, #101522 0%, #0b0e16 100%);
}

.home-background::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0, var(--bs-body-bg), rgba(0, 0, 0, 0.15) 80%);
}

.home-background .container {
    min-height: calc(100vh - 100px);
}

.home-links .home-link {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    transition: .3s;
}

.home-links .home-link:hover {
    transform: scale(1.15);
    border: 1px solid rgba(255, 255, 255, .8);
}

.home-promo-wrap {
    position: relative;
    z-index: 5;
}

.home-promo-banner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr) auto auto;
    align-items: center;
    gap: 1.35rem;
    width: min(100%, 980px);
    min-height: 106px;
    margin: .8rem 0 0;
    padding: 1.25rem;
    color: #fff;
    background:
        radial-gradient(ellipse at 24% 45%, rgba(245, 158, 11, .16) 0%, transparent 58%),
        linear-gradient(135deg, #0f1923 0%, #1a2332 50%, #0f1923 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .4);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, opacity .2s ease;
}

.home-promo-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #f59e0b 40%, #f59e0b 60%, transparent 100%);
    opacity: .55;
    pointer-events: none;
}

.home-promo-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .6) 1px, transparent 0);
    background-size: 20px 20px;
    opacity: .035;
    pointer-events: none;
}

.home-promo-banner:hover {
    border-color: #f59e0b;
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 0 40px rgba(245, 158, 11, .3), 0 20px 60px rgba(0, 0, 0, .6);
    opacity: .96;
}

.home-promo-banner > span {
    position: relative;
    z-index: 1;
}

.home-promo-brand,
.home-promo-copy,
.home-promo-code {
    display: flex;
    flex-direction: column;
}

.home-promo-brand {
    align-items: center;
    min-width: 120px;
    gap: .22rem;
    padding-right: 1.35rem;
    border-right: 1px solid rgba(245, 158, 11, .35);
}

.home-promo-brand img {
    width: 92px;
    height: auto;
    object-fit: contain;
}

.home-promo-brand strong {
    font-size: 1rem;
    letter-spacing: .025em;
}

.home-promo-brand em {
    padding: .15rem .5rem;
    color: #f59e0b;
    background: rgba(245, 158, 11, .12);
    border: 1px solid rgba(245, 158, 11, .28);
    border-radius: 9999px;
    font-size: .62rem;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.home-promo-brand strong,
.home-promo-copy strong,
.home-promo-code strong {
    color: #fff;
    font-weight: 900;
}

.home-promo-copy small,
.home-promo-code small {
    color: #9ca3af;
}

.home-promo-copy strong {
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 0 0 20px #f59e0b;
}

.home-promo-copy span {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: .45rem;
    color: #f59e0b;
    font-size: .82rem;
    font-weight: 700;
}

.home-promo-code {
    min-width: 150px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    column-gap: .75rem;
    padding: .6rem .8rem;
    border: 1px dashed rgba(245, 158, 11, .6);
    border-radius: 12px;
    background: rgba(245, 158, 11, .08);
}

.home-promo-code strong {
    grid-column: 1;
    letter-spacing: .06em;
}

.home-promo-code i {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #f59e0b;
    background: rgba(245, 158, 11, .12);
    border-radius: 8px;
}

.home-promo-code.copied i {
    color: #4ade80;
    background: rgba(74, 222, 128, .12);
}

.home-promo-code.copied strong {
    color: #4ade80;
}

.home-promo-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    min-width: 140px;
    min-height: 44px;
    padding: 0 1rem;
    border-radius: 12px;
    color: #000;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    font-weight: 800;
    transition: box-shadow .2s ease, transform .2s ease;
}

.home-promo-banner:hover .home-promo-action {
    box-shadow: 0 4px 15px rgba(245, 158, 11, .3);
}

.home-skin-panel-wrap {
    margin-top: .85rem;
}

.home-skin-panel-banner {
    grid-template-columns: minmax(190px, 280px) minmax(220px, 1fr) auto;
    min-height: 128px;
    background:
        linear-gradient(90deg, rgba(10, 12, 18, .18), rgba(10, 12, 18, .9) 38%, rgba(10, 12, 18, .96)),
        radial-gradient(ellipse at 22% 50%, rgba(239, 68, 68, .22) 0%, transparent 58%),
        linear-gradient(135deg, #131722 0%, #23151a 48%, #0f1219 100%);
    border-color: rgba(239, 68, 68, .22);
}

.home-skin-panel-banner::before {
    background: linear-gradient(90deg, transparent 0%, #ef4444 38%, #f59e0b 62%, transparent 100%);
    opacity: .62;
}

.home-skin-panel-banner:hover {
    border-color: #ef4444;
    box-shadow: 0 0 40px rgba(239, 68, 68, .28), 0 20px 60px rgba(0, 0, 0, .6);
}

.home-skin-panel-media {
    display: block;
    min-width: 0;
    height: 86px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .42);
}

.home-skin-panel-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.03);
    transition: transform .3s ease;
}

.home-skin-panel-banner:hover .home-skin-panel-media img {
    transform: scale(1.08);
}

.home-skin-panel-copy strong {
    text-shadow: 0 0 20px rgba(239, 68, 68, .85);
}

.home-skin-panel-copy span {
    color: #f87171;
}

.home-skin-panel-note {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: .38rem;
    color: #d1d5db;
    font-size: .78rem;
    font-weight: 700;
}

.home-skin-panel-note i {
    color: #f59e0b;
}

.home-skin-panel-note svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    color: #f59e0b;
}

.home-skin-panel-banner .home-promo-action {
    color: #fff;
    background: linear-gradient(135deg, #ef4444, #991b1b);
}

.home-section-information .element {
    height: 100%;
    padding: 3rem;
    text-align: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 25px 0 25px 0;
}

.home-section-information .element i {
    font-size: 3rem;
}

.home-section-information .element h3 {
    font-size: 2rem;
    margin-top: .8rem;
    font-weight: 400;
}

.home-section-information .element p {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 200;
    color: #9fa1a5;
}

.home-top-discord-card {
    position: relative;
    width: min(320px, 100%);
    margin: .8rem 1.25rem 0 auto;
    z-index: 3;
    padding: 6px;
    border-radius: 16px;
    background: #1a1f3c;
    border: 1px solid rgba(89, 99, 243, .45);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .55);
}

.discord-banner-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(160deg, #5963f3 0%, #4e58da 100%);
}

.discord-banner-card::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -8%;
    width: 116%;
    height: 52px;
    background: radial-gradient(120% 100% at 50% 100%, rgba(165, 180, 255, .35) 0%, rgba(165, 180, 255, 0) 70%);
    pointer-events: none;
}

.discord-banner-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    min-height: 36px;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
}

.discord-banner-top i {
    font-size: .95rem;
}

.discord-banner-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
    padding: .6rem .85rem;
}

.discord-banner-meta h4 {
    margin: 0;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
}

.discord-banner-meta p {
    margin: .1rem 0 0 0;
    color: rgba(255, 255, 255, .85);
    font-size: .8rem;
    font-weight: 500;
}

.discord-panel-servers {
    margin-top: 5px;
    padding: .7rem .75rem .75rem;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
}

.discord-panel-servers-title {
    margin: 0 0 .6rem 0;
    color: #6b7280;
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    display: flex;
    align-items: center;
    gap: .3rem;
}

.discord-panel-server-item {
    padding: .55rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.discord-panel-server-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.discord-panel-server-item:first-child {
    padding-top: 0;
}

.discord-panel-server-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-bottom: .18rem;
}

.discord-panel-server-name {
    color: #e5e7eb;
    font-size: .84rem;
    font-weight: 700;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discord-panel-server-count {
    margin: 0 0 .4rem 0;
    color: #6b7280;
    font-size: .72rem;
}

.discord-panel-server-actions {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.discord-panel-server-actions .server-copy-btn,
.discord-panel-server-actions .server-join-btn {
    min-height: 28px;
    padding: 0 .6rem;
    font-size: .73rem;
    border-radius: 6px;
}

.discord-panel-server-actions .js-action-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .15rem;
}

.discord-panel-server-actions .server-join-btn {
    width: auto;
    margin-top: 0;
}

.discord-action,
.server-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .3rem;
}

.discord-join-btn {
    border: 0;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 34px;
    padding: 0 .95rem;
    border-radius: 9999px;
    background: #fff;
    color: #22273b;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.discord-join-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: .95;
}

.js-action-status {
    display: block;
    min-height: 1rem;
    color: #fbbf24;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0;
    transition: opacity .2s ease;
    white-space: nowrap;
}

.js-action-status.is-visible {
    opacity: 1;
}

.server-card {
    height: 100%;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    background: rgba(10, 15, 26, .68);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .2);
}

.server-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .8rem;
    margin-bottom: 1rem;
}

.server-card-header h3 {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.server-status {
    flex-shrink: 0;
    padding: .22rem .55rem;
    border-radius: 9999px;
    font-size: .72rem;
    font-weight: 800;
}

.server-status.is-online {
    color: #052e16;
    background: #86efac;
}

.server-status.is-offline {
    color: #fff;
    background: #dc2626;
}

.server-count {
    color: #cbd5e1;
    font-size: .92rem;
}

.server-address {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: .65rem;
    padding: .75rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .04);
}

.server-address > span {
    min-width: 0;
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.server-copy-btn,
.server-join-btn {
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    min-height: 36px;
    padding: 0 .8rem;
    border-radius: 8px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease, background-color .2s ease;
}

.server-copy-btn {
    color: #111827;
    background: #f59e0b;
}

.server-copy-btn.copied {
    background: #22c55e;
}

.server-join-btn {
    width: 100%;
    margin-top: 1rem;
    color: #fff;
    background: #4f46e5;
}

.server-copy-btn:hover,
.server-join-btn:hover {
    transform: translateY(-1px);
    opacity: .92;
}

@media (max-width: 991.98px) {
    .home-top-discord-card {
        position: static;
        width: min(280px, calc(100vw - 1.5rem));
        margin: 1rem auto 0;
    }
}

@media (max-width: 767.98px) {
    .home-promo-banner {
        grid-template-columns: 1fr;
        gap: .8rem;
        width: min(100%, 520px);
        margin: 1rem auto 0;
        padding: 1rem;
        border-radius: 8px;
    }

    .home-promo-brand {
        align-items: flex-start;
        min-width: 0;
        padding-right: 0;
        padding-bottom: .8rem;
        border-right: 0;
        border-bottom: 1px solid rgba(245, 158, 11, .25);
    }

    .home-promo-code,
    .home-promo-action {
        width: 100%;
    }

    .home-promo-action {
        min-height: 42px;
    }

    .home-skin-panel-media {
        width: 100%;
        height: 150px;
    }

    .discord-banner-bottom {
        align-items: center;
    }

    .discord-banner-meta h4 {
        font-size: .95rem;
    }

    .discord-banner-meta p {
        font-size: .76rem;
    }

    .server-address {
        grid-template-columns: 1fr;
    }

    .server-copy-btn {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .home-promo-wrap .home-promo-banner {
        width: 100%;
    }

    .home-top-discord-card {
        position: static;
        width: 280px;
        margin: .8rem 0 0;
    }
}

.color-inherit {
    color: inherit !important;
}
