/* Magic407 professional polish layer */
:root {
    --pro-page-max: 1560px;
    --pro-card: rgba(22, 20, 34, 0.82);
    --pro-card-2: rgba(38, 30, 52, 0.74);
    --pro-border: rgba(194, 92, 255, 0.28);
    --pro-border-warm: rgba(255, 102, 26, 0.30);
    --pro-glow-purple: rgba(141, 0, 255, 0.32);
    --pro-glow-orange: rgba(255, 90, 0, 0.24);
    --pro-ink: rgba(247, 247, 251, 0.92);
    --pro-muted: rgba(210, 200, 224, 0.76);
}

body {
    background:
        radial-gradient(circle at 16% 0%, rgba(141, 0, 255, 0.24), transparent 34rem),
        radial-gradient(circle at 86% 8%, rgba(255, 90, 0, 0.18), transparent 32rem),
        linear-gradient(180deg, rgba(19, 4, 29, 0.90), rgba(7, 6, 13, 0.98) 28rem),
        #07060d;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 72%);
}

.site-shell {
    width: min(100%, var(--pro-page-max));
}

.topbar {
    min-height: 86px;
    margin-top: 10px;
    padding: 13px 18px;
    border: 1px solid rgba(186, 88, 255, 0.16);
    border-radius: 0 0 8px 8px;
    background:
        linear-gradient(90deg, rgba(16, 5, 25, 0.86), rgba(54, 31, 65, 0.58), rgba(20, 8, 14, 0.82)),
        rgba(7, 6, 13, 0.78);
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand-mark {
    width: 54px;
    height: 54px;
    box-shadow:
        0 0 0 2px rgba(255, 255, 255, 0.12),
        0 0 0 5px rgba(141, 0, 255, 0.12),
        0 16px 34px rgba(255, 90, 0, 0.18);
}

.brand strong {
    font-size: 1.26rem;
}

.brand small {
    font-size: 0.88rem;
}

.nav {
    gap: 2px;
    padding: 7px;
    border-color: rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035)),
        linear-gradient(90deg, rgba(141, 0, 255, 0.24), rgba(255, 90, 0, 0.13));
}

.nav a {
    min-height: 42px;
    padding-inline: 17px;
    letter-spacing: -0.01em;
}

.ghost-link {
    min-width: 140px;
    min-height: 46px;
    padding-inline: 20px;
    border-color: rgba(255, 90, 0, 0.34);
    background:
        radial-gradient(circle at 0% 0%, rgba(141, 0, 255, 0.24), transparent 70%),
        rgba(255, 90, 0, 0.06);
    box-shadow: 0 12px 34px rgba(255, 90, 0, 0.12);
}

.top-banner {
    height: clamp(172px, 18vw, 286px);
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid rgba(194, 92, 255, 0.24);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(36, 0, 63, 0.50), transparent 28%, transparent 70%, rgba(68, 20, 8, 0.50)),
        #030306;
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.32),
        0 0 42px rgba(141, 0, 255, 0.10);
}

.top-banner img {
    object-fit: contain;
    padding: 0;
}

.live-strip {
    display: none;
}

.hero {
    grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
    gap: 24px;
    min-height: auto;
    padding-top: 28px;
}

.hero-copy,
.player-card,
.section {
    border-color: var(--pro-border);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.034)),
        var(--pro-card);
    box-shadow:
        0 26px 84px rgba(0, 0, 0, 0.38),
        0 0 34px rgba(141, 0, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-copy {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    justify-content: flex-start;
    padding: 22px clamp(30px, 3.4vw, 52px) clamp(30px, 3.4vw, 52px);
}

.hero-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(115deg, rgba(153, 25, 255, 0.18), transparent 42%),
        radial-gradient(circle at 18% 18%, rgba(255, 102, 26, 0.18), transparent 18rem);
    opacity: 0.75;
}

.hero-copy > * {
    position: relative;
    z-index: 1;
}

.hero-copy h1 {
    max-width: 600px;
    font-size: clamp(2.1rem, 3.05vw, 3.75rem);
    line-height: 1.02;
    margin-top: 22px;
    letter-spacing: -0.045em;
}

h1 {
    max-width: 620px;
    font-size: clamp(2.1rem, 3.05vw, 3.75rem);
}

.section h2,
.section-head h2,
.full-schedule h2 {
    font-size: clamp(1.45rem, 1.9vw, 2.15rem);
    letter-spacing: -0.035em;
}

.lead {
    max-width: 610px;
    margin-top: 20px;
    font-size: clamp(1.02rem, 1.08vw, 1.22rem);
    line-height: 1.55;
}

.hero-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hero-signals span {
    display: grid;
    gap: 3px;
    min-width: 138px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(170, 32, 255, 0.16), rgba(255, 94, 20, 0.08)),
        rgba(6, 5, 12, 0.28);
}

.hero-signals strong {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}

.hero-signals small {
    color: rgba(247, 247, 251, 0.72);
    font-size: 0.78rem;
    line-height: 1.25;
}

.welcome-copy {
    max-width: 650px;
    margin-top: 24px;
    padding: 13px 0 13px 18px;
    border-left: 3px solid var(--orange);
    color: rgba(247, 247, 251, 0.78);
    font-size: clamp(0.95rem, 1vw, 1.08rem);
    line-height: 1.62;
}

.eyebrow {
    color: var(--orange-soft);
    letter-spacing: 0.16em;
    text-shadow: 0 0 20px rgba(255, 90, 0, 0.18);
}

.ticker {
    margin-top: 20px;
}

.ticker span,
.day-tabs button,
.text-link,
.secondary-button,
.cast-button,
.popup-player-button {
    border-color: rgba(194, 92, 255, 0.22);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(31, 22, 43, 0.56);
}

.ticker span:hover,
.day-tabs button:hover,
.text-link:hover,
.secondary-button:hover,
.cast-button:hover,
.popup-player-button:hover {
    border-color: rgba(255, 90, 0, 0.42);
}

.primary-button,
.secondary-button,
.text-link,
.poll-form button,
.contact-form button,
.request-btn,
.popup-player-button,
.cast-button {
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.primary-button:hover,
.text-link:hover,
.poll-form button:hover,
.contact-form button:hover,
.request-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(255, 90, 0, 0.24), 0 0 28px rgba(141, 0, 255, 0.16);
}

.pro-player-main {
    grid-template-columns: 210px minmax(0, 1fr);
    align-items: center;
}

.pro-player .art-wrap {
    width: 200px;
    height: 200px;
    margin: 10px auto;
}

.track-meta h2 {
    max-width: 680px;
    font-size: clamp(1.18rem, 1.45vw, 1.62rem);
    line-height: 1.18;
    letter-spacing: 0;
    font-weight: 850;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.player-eq {
    display: block;
    width: 100%;
    height: 80px;
    min-height: 72px;
    margin-top: 22px;
    opacity: 0.92;
    transform: translateZ(0);
}

.player-bio {
    background: rgba(3, 4, 8, 0.48);
    border-color: rgba(255, 255, 255, 0.10);
}

.section {
    margin-top: 24px;
    position: relative;
    overflow: hidden;
    padding-top: clamp(32px, 3vw, 46px);
    padding-bottom: clamp(32px, 3vw, 46px);
}

.section::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, var(--purple), var(--orange), transparent);
    opacity: 0.65;
}

.section > * {
    position: relative;
    z-index: 1;
}

.split {
    grid-template-columns: 0.72fr 1.28fr;
}

.schedule-list article,
.week-row,
.request-live-card,
.request-state,
.request-results .track,
.request-results .empty,
.station-info-card,
.contact-grid article,
.contact-form,
.poll-card,
.update-grid article {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.086), rgba(255, 255, 255, 0.026)),
        rgba(10, 11, 18, 0.42);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 14px 36px rgba(0, 0, 0, 0.18);
}

.week-row {
    grid-template-columns: 138px 64px minmax(0, 1fr);
    border-radius: 8px;
}

.week-photo,
.schedule-list article > img {
    box-shadow: 0 0 0 2px rgba(141, 0, 255, 0.26), 0 14px 30px rgba(0, 0, 0, 0.25);
}

.dj-week-card {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    margin: 0 0 22px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 90, 0, 0.22);
    border-radius: 18px;
    background:
        radial-gradient(circle at 8% 10%, rgba(141, 0, 255, 0.26), transparent 16rem),
        radial-gradient(circle at 92% 50%, rgba(255, 90, 0, 0.16), transparent 18rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.074), rgba(255, 255, 255, 0.022)),
        rgba(8, 8, 14, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 20px 50px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.dj-week-art {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(135deg, #8d00ff, #e2308d 52%, #ff5a00);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28), 0 0 30px rgba(141, 0, 255, 0.24);
}

.dj-week-art img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    background: #05050a;
}

.dj-week-card h3 {
    margin: 4px 0 2px;
    font-size: clamp(1.65rem, 3vw, 2.55rem);
    line-height: 0.98;
}

.dj-week-card p:not(.eyebrow) {
    margin: 0;
    color: rgba(247, 247, 251, 0.72);
    font-size: 1rem;
    font-weight: 750;
}

.dj-week-time {
    display: inline-flex;
    width: fit-content;
    margin-top: 10px !important;
    padding: 8px 12px;
    border: 1px solid rgba(52, 211, 153, 0.28);
    border-radius: 999px;
    background: rgba(52, 211, 153, 0.08);
    color: #34d399 !important;
    font-size: 0.86rem !important;
    font-weight: 950 !important;
}

.dj-strip {
    grid-auto-columns: minmax(178px, 208px);
    padding-bottom: 24px;
    scroll-snap-type: x proximity;
}

.dj-card {
    min-height: 232px;
    scroll-snap-align: start;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 90, 0, 0.16), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(10, 11, 18, 0.44);
    border-color: rgba(255, 255, 255, 0.12);
}

.dj-card > img {
    width: 112px;
    height: 112px;
    box-shadow:
        0 0 0 3px rgba(141, 0, 255, 0.22),
        0 0 0 6px rgba(255, 90, 0, 0.10),
        0 18px 34px rgba(0, 0, 0, 0.30);
}

.updates-section .update-grid article:last-child {
    border-color: var(--pro-border-warm);
}

.request-panel {
    border-color: rgba(52, 211, 153, 0.24);
}

.request-panel .section-head {
    align-items: center;
}

.request-live-card {
    grid-template-columns: 96px minmax(0, 1fr);
    border-color: rgba(52, 211, 153, 0.20);
}

.request-cover {
    border-radius: 14px;
    border-color: rgba(141, 0, 255, 0.78);
}

.listener-request-form {
    display: grid;
    gap: 16px;
    margin-top: 18px;
    padding: 22px;
    border: 1px solid rgba(186, 88, 255, 0.24);
    border-radius: 16px;
    background:
        radial-gradient(circle at 14% 0%, rgba(141, 0, 255, 0.20), transparent 18rem),
        radial-gradient(circle at 90% 18%, rgba(255, 90, 0, 0.16), transparent 18rem),
        rgba(4, 5, 10, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

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

.listener-request-form label,
.request-message-field {
    display: grid;
    gap: 8px;
}

.listener-request-form label span,
.request-message-field span {
    color: rgba(247, 247, 251, 0.86);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.listener-request-form input,
.listener-request-form textarea {
    width: 100%;
    border: 1px solid rgba(186, 88, 255, 0.24);
    border-radius: 12px;
    outline: 0;
    background: rgba(5, 6, 10, 0.78);
    color: var(--text);
    padding: 14px 15px;
    font: inherit;
    font-weight: 750;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.listener-request-form input[type="file"] {
    padding: 11px 14px;
    color: rgba(247, 247, 251, 0.72);
}

.listener-request-form input::file-selector-button {
    margin-right: 12px;
    border: 1px solid rgba(255, 90, 0, 0.38);
    border-radius: 999px;
    background: rgba(255, 90, 0, 0.12);
    color: var(--text);
    padding: 8px 12px;
    font-weight: 900;
    cursor: pointer;
}

.listener-request-form textarea {
    min-height: 130px;
    resize: vertical;
}

.listener-request-form input:focus,
.listener-request-form textarea:focus {
    border-color: rgba(255, 90, 0, 0.74);
    box-shadow: 0 0 0 4px rgba(141, 0, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.request-unavailable {
    border: 1px solid rgba(255, 90, 0, 0.36);
    border-radius: 14px;
    padding: 14px 16px;
    color: #ffb26b;
    background: rgba(255, 90, 0, 0.10);
    font-weight: 900;
}

.request-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.request-state.is-success {
    color: #34d399;
    border-color: rgba(52, 211, 153, 0.58);
    background: rgba(52, 211, 153, 0.10);
}

.request-state.is-error {
    color: #ff9f43;
    border-color: rgba(255, 90, 0, 0.36);
    background: rgba(255, 90, 0, 0.08);
}

.request-results .track {
    grid-template-columns: 80px minmax(0, 1fr) auto;
}

.request-results .track img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
}

.poll-options {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.poll-options label {
    min-height: 44px;
}

.style-options {
    opacity: 0.72;
}

.info-layout {
    grid-template-columns: 0.86fr 1.14fr;
}

.sticky-player {
    border-color: rgba(255, 90, 0, 0.40);
}

.sticky-player a {
    border-color: rgba(52, 211, 153, 0.24);
}

.footer {
    border-top: 1px solid rgba(186, 88, 255, 0.16);
    margin-top: 28px;
}

@media (max-width: 1180px) {
    .hero,
    .split,
    .info-layout {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        min-height: auto;
    }
}

@media (max-width: 720px) {
    .dj-week-card {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 14px;
        padding: 16px;
    }

    .dj-week-art {
        width: 76px;
        height: 76px;
    }

    .dj-week-card .text-link {
        grid-column: 1 / -1;
        width: 100%;
        text-align: center;
    }

    .request-form-grid {
        grid-template-columns: 1fr;
    }

    .listener-request-form {
        padding: 16px;
    }

    .request-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .request-form-actions .request-btn,
    .request-form-actions .request-state {
        width: 100%;
    }
}

@media (max-width: 980px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .site-shell {
        width: 100%;
        max-width: 100%;
        padding-inline: 10px;
        overflow-x: hidden;
    }

    .topbar {
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 78px;
        gap: 8px;
        padding: 10px;
        overflow: visible;
    }

    .nav {
        position: fixed;
        left: 10px;
        right: 10px;
        top: 78px;
        width: auto;
        max-width: calc(100vw - 20px);
        overflow-x: hidden;
        z-index: 90;
        border-radius: 14px;
    }

    .brand-side,
    .top-actions {
        min-width: 0;
    }

    .brand-side {
        display: flex;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
    }

    .top-actions {
        display: flex;
        justify-content: flex-end;
        width: auto;
        max-width: 100%;
        gap: 8px;
    }

    .brand {
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;
    }

    .brand strong {
        max-width: 34vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .language-switch {
        flex: 0 0 auto;
    }

    .social-links {
        display: none;
    }

    .pro-player-main {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .track-board {
        grid-template-columns: 1fr;
    }

    .player-controls {
        justify-content: center;
    }
}

@media (max-width: 560px) {
    body {
        padding-bottom: 92px;
    }

    .top-banner {
        height: 160px;
    }

    .topbar {
        position: sticky;
        left: 0;
        right: 0;
        margin-top: 6px;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .brand-mark {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .brand strong {
        max-width: 26vw;
        font-size: 1.05rem;
    }

    .brand-side {
        gap: 8px;
    }

    .top-actions {
        gap: 6px;
    }

    .language-switch button {
        width: 26px;
        height: 28px;
        font-size: 0.85rem;
    }

    .language-switch {
        gap: 2px;
        padding: 2px;
    }

    .menu-button {
        width: 38px;
        height: 40px;
        min-width: 38px;
    }

    .nav {
        left: 8px;
        right: 8px;
        top: 72px;
        max-width: calc(100vw - 16px);
        padding: 8px;
    }

    h1 {
        font-size: 2.45rem;
    }

    .pro-player .art-wrap {
        width: min(190px, 58vw);
        height: min(190px, 58vw);
        margin: 4px auto 12px;
    }

    .track-meta h2 {
        font-size: 1.18rem;
        -webkit-line-clamp: 2;
    }

    .track-meta .next-track {
        width: 100%;
        justify-content: flex-start;
        border-radius: 14px;
    }

    .track-meta .next-track strong {
        max-width: none;
    }

    .player-eq {
        height: 62px;
        min-height: 62px;
        margin-top: 14px;
    }

    .player-bio {
        max-height: 106px;
        padding: 12px;
    }

    .player-controls {
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        align-items: center;
        gap: 10px;
    }

    .player-controls .stream-line {
        min-width: 0;
    }

    .volume-control,
    .cast-button,
    .popup-player-button {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
    }

    .volume-control {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .track-board {
        gap: 10px;
    }

    .track-board section {
        padding: 12px;
    }

    .track-board-item {
        grid-template-columns: 28px 38px minmax(0, 1fr);
        gap: 8px;
        padding: 8px;
    }

    .track-board-photo {
        width: 38px;
        height: 38px;
    }

    .track-board-copy strong {
        font-size: 0.82rem;
    }

    .track-board-copy small {
        font-size: 0.7rem;
    }

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

    .sticky-player {
        bottom: 10px;
        grid-template-columns: 40px minmax(0, 1fr) 38px;
        gap: 9px;
        width: calc(100% - 20px);
        padding: 9px 10px;
        border-radius: 16px;
    }

    .sticky-player img {
        width: 40px;
        height: 40px;
    }

    .sticky-player strong {
        font-size: 0.9rem;
    }

    .sticky-player span {
        font-size: 0.76rem;
    }

    .request-results .track {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    .request-results .track .request-btn {
        grid-column: 1 / -1;
    }
}

.dj-flag {
    width: 18px !important;
    height: 12px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    border-radius: 1px !important;
    object-fit: cover !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28) !important;
}

/* Magic407 Prosody chat */
.chat-section {
    scroll-margin-top: 96px;
}

.chat-section .section-head {
    align-items: flex-end;
    gap: 24px;
}

.chat-shell {
    position: relative;
    overflow: hidden;
    min-height: clamp(220px, 30vh, 320px);
    border: 1px solid rgba(255, 204, 41, 0.24);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 204, 41, 0.09), transparent 94px),
        radial-gradient(circle at 12% 0%, rgba(141, 0, 255, 0.24), transparent 30rem),
        radial-gradient(circle at 92% 0%, rgba(255, 90, 0, 0.18), transparent 28rem),
        #05020a;
    box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.42),
        0 0 46px rgba(141, 0, 255, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.chat-launch-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(24px, 5vw, 48px);
}

.chat-launch-panel strong {
    display: block;
    color: #fffaf0;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.05;
}

.chat-launch-panel p {
    max-width: 680px;
    margin: 12px 0 0;
    color: rgba(255, 250, 240, 0.72);
    font-size: 1.05rem;
    line-height: 1.6;
}

.chat-frame {
    display: block;
    width: 100%;
    height: clamp(620px, 74vh, 760px);
    min-height: inherit;
    border: 0;
    background: #05020a;
}

@media (max-width: 720px) {
    .chat-section .section-head {
        align-items: flex-start;
    }

    .chat-shell {
        min-height: 260px;
        border-radius: 12px;
    }

    .chat-launch-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}
