/*
Theme Name: Sygma
Theme URI: https://example.com
Author: S4S
Author URI: #
Description: Premium sohbet temasi
Version: 2.0
*/

:root {
    --bg: #eef2ff;
    --bg-soft: #f7f9ff;
    --surface: rgba(255, 255, 255, 0.84);
    --surface-strong: rgba(255, 255, 255, 0.98);
    --surface-muted: rgba(243, 247, 255, 0.92);
    --surface-dark: #4b56d2;
    --text: #24304d;
    --muted: #667692;
    --line: rgba(75, 86, 210, 0.14);
    --brand: #4b56d2;
    --brand-deep: #273391;
    --brand-soft: rgba(75, 86, 210, 0.12);
    --accent: #19c2c4;
    --accent-soft: rgba(25, 194, 196, 0.16);
    --cta: #ff6b57;
    --cta-deep: #ef4d37;
    --cta-soft: rgba(255, 107, 87, 0.18);
    --danger: #b91c1c;
    --shadow: 0 24px 60px rgba(61, 74, 160, 0.14);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(75, 86, 210, 0.16), transparent 30%),
        radial-gradient(circle at top right, rgba(25, 194, 196, 0.14), transparent 24%),
        linear-gradient(180deg, #f9f8ff 0%, #eef2ff 48%, #e8f4ff 100%);
    font-family: "Segoe UI", sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

.site-shell {
    position: relative;
    min-height: 100vh;
}

.container {
    position: relative;
    z-index: 2;
}

.premium-card,
.premium-panel,
.forum-list-container,
.popular-rooms-card,
.main-footer {
    backdrop-filter: blur(18px);
}

.navbar {
    padding: 1rem 0;
    background: rgba(67, 78, 191, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.admin-bar .navbar.sticky-top {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .navbar.sticky-top {
        top: 46px;
    }
}

.navbar .container {
    align-items: center;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    text-decoration: none;
    color: #fff !important;
}

.brand-logo-wrap img {
    max-height: 44px;
    width: auto;
}

.brand-mark {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #7a86ff, #4b56d2);
    color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 14px 28px rgba(75, 86, 210, 0.24);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    justify-content: center;
}

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

.brand-copy small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.72rem;
}

.navbar-nav {
    gap: 0.35rem;
}

.navbar-nav .menu-item {
    list-style: none;
}

.navbar-nav .menu-item a,
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    transition: 0.25s ease;
    display: inline-flex;
    align-items: center;
}

.navbar-nav .menu-item a:hover,
.navbar-nav .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 1.15rem;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, var(--cta), var(--cta-deep));
    box-shadow: 0 20px 40px rgba(255, 107, 87, 0.22);
}

.hero-wrap {
    padding: 2rem 0 1.5rem;
}

.hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 380px) minmax(0, 1.2fr) minmax(250px, 330px);
    gap: 1.35rem;
    padding: 1.15rem;
    border-radius: 40px;
    background: linear-gradient(135deg, rgba(72, 82, 193, 0.96), rgba(48, 187, 198, 0.78));
    box-shadow: var(--shadow);
    align-items: stretch;
}

.login-card,
.content-box,
.download-card,
.quote-box,
.forum-list-container,
.popular-rooms-card {
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.login-card {
    height: 100%;
    padding: 1.6rem;
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.95));
}

.eyebrow-badge,
.hero-kicker,
.rooms-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.eyebrow-badge {
    color: var(--brand-deep);
    background: var(--brand-soft);
    margin-bottom: 1rem;
}

.form-heading h2 {
    font-size: 1.75rem;
    margin-bottom: 0.55rem;
}

.form-heading p,
.hero-form-note,
.section-intro,
.download-card p,
.feature-card p,
.dj-card p,
.room-desc-text,
.forum-comments,
.footer-note,
.footer-brand p,
.quote-author {
    color: var(--muted);
}

.chat-login-form {
    margin-top: 1.2rem;
}

.modern-input {
    overflow: hidden;
    border: 1px solid rgba(75, 86, 210, 0.12);
    border-radius: 18px;
    background: rgba(250, 252, 255, 0.94);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.modern-input .input-group-text,
.modern-input .form-control {
    border: 0;
    background: transparent;
}

.modern-input .form-control {
    color: var(--text);
}

.modern-input .form-control::placeholder {
    color: rgba(106, 125, 145, 0.72);
}

.modern-input .input-group-text {
    color: var(--brand);
    padding-left: 1rem;
}

.modern-input .form-control {
    padding: 0.95rem 0.9rem 0.95rem 0;
}

.modern-input .form-control:focus {
    box-shadow: none;
}

.version-switcher {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem;
}

.version-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(75, 86, 210, 0.12);
    background: rgba(255, 255, 255, 0.96);
    color: var(--text);
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s ease;
}

.btn-check:checked + .version-pill {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--brand), #6470ef);
    box-shadow: 0 16px 30px rgba(75, 86, 210, 0.2);
}

.btn-connect {
    border: 0;
    padding: 1rem 1.2rem;
    border-radius: 18px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--cta), var(--cta-deep));
    box-shadow: 0 22px 35px rgba(255, 107, 87, 0.2);
}

.hero-login {
    min-width: 0;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 1rem 0.5rem 1rem 0.65rem;
    color: #fff;
}

.hero-kicker {
    width: fit-content;
    color: var(--brand-deep);
    background: rgba(255, 255, 255, 0.14);
    margin-bottom: 1rem;
}

.hero-copy h1 {
    margin: 0 0 1rem;
    max-width: 14ch;
    font-size: clamp(2.2rem, 3.3vw, 4rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.hero-copy p {
    max-width: 42ch;
    margin-bottom: 1.5rem;
    color: rgba(240, 229, 211, 0.74);
    font-size: 1.02rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.hero-primary,
.hero-secondary,
.download-link,
.section-link {
    text-decoration: none;
    transition: 0.25s ease;
}

.hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.35rem;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(135deg, var(--cta), var(--cta-deep));
}

.hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.35rem;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
}

.hero-primary:hover,
.hero-secondary:hover,
.download-link:hover,
.section-link:hover,
.nav-cta:hover,
.btn-connect:hover {
    transform: translateY(-2px);
    color: inherit;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    max-width: 100%;
}

.hero-stat {
    min-width: 0;
    padding: 0.9rem 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-stat strong {
    display: block;
    font-size: 1.1rem;
}

.hero-stat span {
    color: rgba(240, 229, 211, 0.72);
    font-size: 0.85rem;
}

.hero-media {
    display: flex;
    align-items: stretch;
    min-width: 0;
}

.hero-media-frame {
    position: relative;
    width: 100%;
    min-height: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
}

.hero-media-frame::after {
    content: "";
    position: absolute;
    inset: auto 20px 20px auto;
    width: 110px;
    height: 110px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255, 107, 87, 0.22), rgba(25, 194, 196, 0.12));
    filter: blur(6px);
}

.hero-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-main {
    padding-bottom: 3rem;
}

.inner-chat-wrap {
    padding: 1rem 0 0.35rem;
}

.inner-chat-shell {
    display: grid;
    grid-template-columns: minmax(230px, 290px) minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    padding: 0.8rem;
    background:
        radial-gradient(circle at top right, rgba(91, 149, 207, 0.14), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(242,247,252,0.94));
}

.inner-chat-copy {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(250,252,255,0.96), rgba(241,246,251,0.92));
    border: 1px solid rgba(45, 111, 179, 0.08);
}

.inner-chat-copy h2 {
    margin: 0;
    font-size: 1.42rem;
    line-height: 1.05;
}

.inner-chat-copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
    font-size: 0.94rem;
}

.inner-chat-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.inner-chat-points span {
    display: inline-flex;
    align-items: center;
    padding: 0.34rem 0.62rem;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand-deep);
    font-size: 0.72rem;
    font-weight: 700;
}

.compact-inputs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.6rem;
    margin-bottom: 0.6rem;
}

.chat-login-form-compact {
    margin-top: 0;
}

.inner-chat-form-wrap {
    padding: 0.35rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(45, 111, 179, 0.08);
}

.chat-login-form-compact .modern-input {
    background: rgba(248, 251, 255, 0.96);
}

.chat-login-form-compact .modern-input .form-control {
    padding-top: 0.82rem;
    padding-bottom: 0.82rem;
}

.version-switcher-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-bottom: 0.6rem;
}

.version-switcher-compact .version-pill {
    min-height: 42px;
    border-radius: 14px;
    font-size: 0.95rem;
}

.compact-connect-button {
    width: 100%;
    min-height: 46px;
    padding: 0.78rem 1rem;
    border-radius: 14px;
    font-size: 0.96rem;
    box-shadow: 0 14px 24px rgba(45, 111, 179, 0.22);
}

.downloads-section,
.content-section {
    padding-top: 1rem;
}

.section-heading {
    margin-bottom: 1.4rem;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.7rem;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand-deep);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-heading-center {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 1.75rem;
}

.section-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.section-title {
    margin: 0;
    color: var(--text);
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.section-intro {
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
    max-width: 620px;
}

.content-box,
.download-card,
.quote-box,
.forum-list-container,
.popular-rooms-card {
    background: var(--surface);
    border-radius: var(--radius-xl);
}

.content-box,
.quote-box,
.forum-list-container,
.popular-rooms-card {
    padding: 1.6rem;
}

.content-box + .content-box {
    margin-top: 0.9rem;
}

.content-box-strong {
    background: rgba(255, 255, 255, 0.9);
}

.content-box-highlight {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(91, 149, 207, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243,248,252,0.95));
}

.content-box-highlight::after {
    content: "";
    position: absolute;
    inset: auto -30px -50px auto;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(91, 149, 207, 0.12), transparent 70%);
    pointer-events: none;
}

.download-card {
    height: 100%;
    padding: 1.6rem;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,249,252,0.9)),
        linear-gradient(135deg, var(--accent-soft), transparent);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.download-card:hover,
.content-box:hover,
.forum-item:hover,
.room-row:hover,
.dj-card:hover,
.feature-card:hover {
    transform: translateY(-4px);
}

.download-icon,
.feature-icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--brand));
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.download-icon {
    margin-bottom: 1.15rem;
    font-size: 1.4rem;
}

.download-card h3 {
    margin-bottom: 0.7rem;
    font-size: 1.35rem;
}

.download-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding: 0.88rem 1.1rem;
    border-radius: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--cta), var(--cta-deep));
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.feature-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.15rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(45, 111, 179, 0.08);
}

.feature-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    background: linear-gradient(135deg, var(--accent), var(--brand));
    font-size: 1.1rem;
}

.feature-card h3,
.dj-card h3,
.rooms-heading h3 {
    margin-bottom: 0.35rem;
    font-size: 1.05rem;
}

.dj-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.dj-grid {
    margin-top: 1.4rem;
}

.dj-showcase-section {
    margin-bottom: 1.35rem;
}

.dj-card {
    position: relative;
    padding: 1rem;
    text-align: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(45, 111, 179, 0.08);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
}

.dj-avatar {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 999px;
    margin-bottom: 0.85rem;
    border: 4px solid rgba(45, 111, 179, 0.16);
}

.zodiac-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.zodiac-item {
    border: 1px solid rgba(45, 111, 179, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    padding: 1rem 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
    transition: 0.25s ease;
}

.zodiac-item:hover {
    background: #fff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.09);
}

.zodiac-item i {
    font-size: 1.5rem;
}

.quote-box {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at top right, rgba(91, 149, 207, 0.16), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(242,247,252,0.93));
}

.quote-box-spotlight {
    position: relative;
}

.quote-box-spotlight::after {
    content: "";
    position: absolute;
    inset: 18px 18px auto auto;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(115, 169, 221, 0.2), rgba(45, 111, 179, 0.08));
}

.quote-text {
    margin: 0;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.8;
    color: var(--text);
}

.quote-author {
    margin-top: 1rem;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sidebar-stack {
    display: grid;
    gap: 1.5rem;
}

.command-stack {
    display: grid;
    gap: 0.65rem;
}

.command-item {
    width: 100%;
    text-align: left;
    padding: 0.95rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(45, 111, 179, 0.08);
    background: rgba(255, 255, 255, 0.86);
}

.command-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.command-info code {
    color: var(--brand-deep);
    font-size: 0.9rem;
    background: transparent;
    padding: 0;
}

.command-info small {
    color: var(--muted);
}

.copy-icon-btn {
    color: var(--brand);
}

.rooms-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.rooms-badge {
    color: var(--brand-deep);
    background: var(--brand-soft);
}

.rooms-list {
    display: grid;
    gap: 0.75rem;
}

.room-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(45, 111, 179, 0.08);
    background: rgba(255, 255, 255, 0.86);
    text-decoration: none;
}

.room-info-group {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.room-avatar-mini {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    background: var(--room-color, #1f2a44);
    box-shadow: 0 16px 24px rgba(15, 23, 42, 0.12);
}

.room-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.room-name-text {
    line-height: 1.1;
}

.room-user-count {
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand-deep);
    font-weight: 800;
    white-space: nowrap;
}

.forum-list-container {
    margin-top: 2rem;
}

.section-link {
    font-weight: 700;
    color: var(--brand-deep);
}

.forum-item {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 24px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(45, 111, 179, 0.08);
}

.forum-status {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), var(--brand));
    box-shadow: 0 0 0 8px rgba(25, 194, 196, 0.12);
    flex: 0 0 auto;
}

.forum-main-info {
    flex: 1 1 auto;
}

.forum-topic-title {
    display: block;
    margin-bottom: 0.35rem;
}

.forum-sub-info {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    color: var(--muted);
    font-size: 0.82rem;
}

.forum-meta-tags {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
}

.forum-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
}

.tag-hot {
    color: #fff;
    background: rgba(255, 107, 87, 0.9);
}

.main-footer {
    margin-top: 3rem;
    padding: 2.8rem 0 1.4rem;
    background:
        linear-gradient(180deg, rgba(68, 79, 191, 0.98), rgba(38, 168, 181, 0.94));
    color: rgba(255, 255, 255, 0.88);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 1fr;
    gap: 2rem;
}

.footer-brand-mark {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 1rem;
    color: #fff;
    background: linear-gradient(135deg, #7a86ff, #19c2c4);
}

.footer-brand h2,
.footer-title {
    color: #fff;
}

.footer-title {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.7rem;
}

.footer-links a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.72);
}

.footer-links a:hover,
.social-mini:hover {
    color: #fff;
}

.social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
}

.social-mini {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.12);
}

.footer-quick-connect .form-control,
.footer-quick-connect .form-select,
.footer-quick-connect .btn {
    border-radius: 16px !important;
}

.footer-quick-connect .form-control,
.footer-quick-connect .form-select {
    color: var(--text);
    border: 1px solid rgba(75, 86, 210, 0.14) !important;
    background: rgba(247, 250, 253, 0.94) !important;
}

.footer-quick-connect .form-control::placeholder {
    color: rgba(200, 189, 168, 0.72);
}

.footer-quick-connect .btn {
    border: 0 !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--cta), var(--cta-deep)) !important;
    box-shadow: 0 16px 28px rgba(255, 107, 87, 0.2);
}

.footer-note {
    margin-top: 0.85rem;
    font-size: 0.88rem;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.64);
}

.copy-toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%) translateY(8px);
    z-index: 9999;
    padding: 0.9rem 1.2rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(75, 86, 210, 0.96);
    box-shadow: 0 20px 34px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transition: 0.25s ease;
}

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

.modal-content {
    border-radius: 28px;
}

.zodiac-modal-icon {
    font-size: 4rem;
}

.comment-reply-link {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: var(--muted) !important;
    padding: 5px 12px;
    background: rgba(243, 247, 251, 0.96);
    border-radius: 50px;
    transition: 0.2s;
}

.comment-reply-link:hover {
    background: linear-gradient(135deg, var(--brand), #6470ef) !important;
    color: #fff !important;
}

.children {
    list-style: none;
    margin-left: 2rem;
    border-left: 2px solid rgba(45, 111, 179, 0.14);
    padding-left: 1rem;
}

.article-shell {
    padding: 2rem 0 3rem;
}

.article-shell-page {
    padding-top: 1.8rem;
}

.article-card,
.article-comments {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(45, 111, 179, 0.08);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
}

.article-card {
    overflow: hidden;
}

.article-header,
.article-content,
.article-comments {
    padding: 1.75rem;
}

.article-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.article-meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    color: var(--muted);
    font-size: 0.9rem;
}

.article-meta-list span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.article-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.article-summary {
    max-width: 62ch;
    margin: 1rem 0 1.3rem;
    color: var(--muted);
    font-size: 1.03rem;
    line-height: 1.75;
}

.article-author-box {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.9rem 1rem;
    border-radius: 22px;
    background: rgba(244, 248, 252, 0.96);
    border: 1px solid rgba(45, 111, 179, 0.08);
}

.article-author-box-inline {
    gap: 0.65rem;
    margin-top: 0.85rem;
    padding: 0.5rem 0.75rem 0.5rem 0.55rem;
    border-radius: 18px;
}

.article-author-avatar img {
    width: 56px;
    height: 56px;
}

.article-author-box-inline .article-author-avatar img {
    width: 42px;
    height: 42px;
}

.article-author-copy {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.article-author-copy small {
    color: var(--muted);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.article-author-copy strong {
    font-size: 1rem;
}

.article-author-box-inline .article-author-copy small {
    font-size: 0.68rem;
}

.article-author-box-inline .article-author-copy strong {
    font-size: 0.95rem;
}

.article-featured {
    padding: 0 1.75rem 1.75rem;
}

.article-featured img {
    width: 100%;
    border-radius: 28px;
    max-height: 540px;
    object-fit: cover;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.article-content {
    padding-top: 0;
}

.article-content > *:last-child {
    margin-bottom: 0;
}

.article-content p,
.article-content li {
    color: #3b4a5d;
    font-size: 1.02rem;
    line-height: 1.9;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: var(--text);
}

.article-content blockquote {
    margin: 2rem 0;
    padding: 1.4rem 1.6rem;
    border-left: 4px solid var(--brand);
    border-radius: 0 20px 20px 0;
    background: rgba(244, 248, 252, 0.96);
    color: var(--text);
}

.article-content img {
    border-radius: 24px;
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.1);
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 2rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.article-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    text-decoration: none;
    color: var(--brand-deep);
    background: var(--brand-soft);
    font-weight: 700;
}

.article-comments {
    margin-top: 1.5rem;
}

@media (max-width: 1199px) {
    .dj-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .hero-shell,
    .inner-chat-shell,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .navbar-collapse {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav-cta {
        width: fit-content;
        margin-top: 1rem;
    }

    .hero-media-frame {
        min-height: 340px;
    }

    .hero-copy {
        padding: 0.25rem;
    }

    .compact-inputs {
        grid-template-columns: 1fr;
    }

    .inner-chat-copy {
        padding: 1rem;
    }
}

@media (max-width: 767px) {
    .hero-wrap {
        padding-top: 1.4rem;
    }

    .login-card,
    .hero-shell,
    .content-box,
    .quote-box,
    .forum-list-container,
    .popular-rooms-card,
    .download-card {
        padding: 1.25rem;
        border-radius: 24px;
    }

    .feature-grid,
    .dj-grid,
    .zodiac-grid {
        grid-template-columns: 1fr 1fr;
    }

    .article-header,
    .article-content,
    .article-comments,
    .article-featured {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .section-heading-row,
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .forum-item {
        flex-wrap: wrap;
    }

    .forum-meta-tags {
        width: 100%;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .feature-grid,
    .dj-grid,
    .zodiac-grid,
    .version-switcher,
    .version-switcher-compact {
        grid-template-columns: 1fr;
    }

    .hero-actions,
    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-primary,
    .hero-secondary {
        width: 100%;
    }

    .room-row {
        align-items: flex-start;
    }

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

    .article-title {
        font-size: clamp(1.8rem, 10vw, 2.4rem);
    }

    .article-meta-row {
        align-items: flex-start;
    }
}
