/* SWETCH assets/newsletter.css v3.4.55 — kompakter Freebie-Radar */
.newsletter-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
    gap: 16px;
    align-items: center;
    margin: 14px 0 26px;
    padding: 12px 14px;
    border: 1px solid rgba(120,255,176,.18);
    border-radius: 18px;
    background:
        radial-gradient(circle at 0% 20%, rgba(120,255,176,.13), transparent 18rem),
        radial-gradient(circle at 100% 0%, rgba(137,180,255,.12), transparent 18rem),
        linear-gradient(135deg, rgba(255,255,255,.062), rgba(255,255,255,.026));
    box-shadow: 0 18px 44px rgba(0,0,0,.22);
}
.newsletter-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(120,255,176,.12), transparent 32%, rgba(137,180,255,.10));
    opacity: .35;
}
.newsletter-copy,
.newsletter-form {
    position: relative;
    z-index: 1;
}
.newsletter-copy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 3px;
    align-items: center;
}
.newsletter-kicker {
    grid-row: 1 / span 2;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    white-space: nowrap;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(120,255,176,.12);
    color: #9fffc4;
    border: 1px solid rgba(120,255,176,.22);
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.newsletter-copy h2 {
    margin: 0;
    font-size: clamp(1.02rem, 1.8vw, 1.32rem);
    line-height: 1.08;
    letter-spacing: -.025em;
}
.newsletter-copy p {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    font-size: .86rem;
    line-height: 1.35;
}
.newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
}
.newsletter-form input[type="email"] {
    min-width: 0;
    height: 44px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 14px;
    padding: 0 13px;
    color: var(--text);
    background: rgba(0,0,0,.25);
    font: inherit;
    font-size: .95rem;
    font-weight: 750;
    outline: none;
}
.newsletter-form input[type="email"]:focus {
    border-color: rgba(120,255,176,.52);
    box-shadow: 0 0 0 4px rgba(120,255,176,.09);
}
.newsletter-form button {
    height: 44px;
    border: 0;
    border-radius: 14px;
    padding: 0 15px;
    background: linear-gradient(135deg, #78ffb0, #89b4ff);
    color: #07110c;
    font: inherit;
    font-size: .92rem;
    font-weight: 950;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 12px 28px rgba(120,255,176,.13);
}
.newsletter-form button:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
}
.newsletter-form small {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: .72rem;
    line-height: 1.25;
}
.newsletter-message {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: .82rem;
    font-weight: 850;
}
.newsletter-message.ok {
    color: #d7ffe5;
    background: rgba(34,197,94,.13);
    border: 1px solid rgba(34,197,94,.24);
}
.newsletter-message.error {
    color: #ffe1e1;
    background: rgba(251,113,133,.13);
    border: 1px solid rgba(251,113,133,.26);
}
.site-news-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    align-items: stretch;
    margin: -12px 0 26px;
    padding: 12px 14px;
    border: 1px solid rgba(125,211,252,.20);
    border-radius: 18px;
    background:
        radial-gradient(circle at 0% 20%, rgba(125,211,252,.13), transparent 18rem),
        radial-gradient(circle at 100% 0%, rgba(251,191,36,.12), transparent 18rem),
        linear-gradient(135deg, rgba(255,255,255,.058), rgba(255,255,255,.024));
    box-shadow: 0 18px 44px rgba(0,0,0,.20);
}
.site-news-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(125,211,252,.12), transparent 34%, rgba(251,191,36,.09));
    opacity: .34;
}
.site-news-copy,
.site-news-preview {
    position: relative;
    z-index: 1;
}
.site-news-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}
.site-news-kicker {
    color: #dff4ff;
    border-color: rgba(125,211,252,.28);
    background: rgba(125,211,252,.13);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    min-width: 24px;
    min-height: 68px;
    justify-content: center;
    padding: 7px 4px;
    font-size: 11px;
    border-radius: 999px;
}
.site-news-preview {
    display: grid;
    gap: 5px;
    min-height: 0;
    padding: 6px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    background: rgba(3,7,18,.34);
}
.site-news-entry {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 10px;
    background: rgba(255,255,255,.035);
    transition: border-color .18s ease, background .18s ease;
}
.site-news-entry[open] {
    border-color: rgba(186,230,253,.28);
    background: rgba(5,10,19,.54);
}
.site-news-entry__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    min-height: 38px;
    padding: 5px 8px 5px 10px;
    cursor: pointer;
    list-style: none;
}
.site-news-entry__summary::-webkit-details-marker {
    display: none;
}
.site-news-entry__main {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 9px;
}
.site-news-preview__meta {
    flex: 0 0 auto;
    color: #bae6fd;
    font-size: .66rem;
    font-weight: 850;
    line-height: 1.2;
    white-space: nowrap;
}
.site-news-entry__title {
    display: block;
    overflow-wrap: anywhere;
    min-width: 0;
    color: rgba(255,255,255,.94);
    font-size: .88rem;
    font-weight: 900;
    line-height: 1.16;
}
.site-news-entry__chevron {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(125,211,252,.26);
    border-radius: 999px;
    color: #e0f2fe;
    background: rgba(125,211,252,.12);
    font-size: .9rem;
    font-weight: 900;
    line-height: 1;
    transition: transform .18s ease, color .18s ease, background .18s ease;
}
.site-news-entry[open] .site-news-entry__chevron {
    color: #07111c;
    background: #bae6fd;
    transform: rotate(45deg);
}
.site-news-entry__body {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    max-height: 33vh;
    margin: 0 8px 8px;
    padding: 8px 0 0;
    overflow-y: auto;
    border-top: 1px solid rgba(255,255,255,.10);
    scrollbar-color: rgba(186,230,253,.72) rgba(255,255,255,.08);
    scrollbar-width: thin;
}
.site-news-entry__body::-webkit-scrollbar {
    width: 10px;
}
.site-news-entry__body::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255,255,255,.08);
}
.site-news-entry__body::-webkit-scrollbar-thumb {
    border: 2px solid rgba(12,18,28,.92);
    border-radius: 999px;
    background: rgba(186,230,253,.72);
}
.site-news-preview__media {
    display: grid;
    width: 112px;
    min-height: 74px;
    overflow: hidden;
    place-items: center;
    border-radius: 12px;
    background: rgba(255,255,255,.055);
}
.site-news-preview__media img {
    width: var(--news-image-scale, 100%);
    height: var(--news-image-scale, 100%);
    max-width: none;
    max-height: none;
    object-fit: var(--news-image-fit, cover);
}
.site-news-entry__text {
    min-width: 0;
    padding: 1px 2px 2px 0;
}
.site-news-preview__excerpt {
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: .82rem;
    line-height: 1.48;
}
.site-news-game-link {
    color: #bfdbfe;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
}
.site-news-game-link:hover,
.site-news-game-link:focus-visible {
    color: #86efac;
}
.site-news-source {
    display: inline-flex;
    margin-top: 9px;
    color: #bae6fd;
    font-size: .78rem;
    font-weight: 850;
    text-underline-offset: .2em;
}
.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
@media (max-width: 980px) {
    .newsletter-card,
    .site-news-panel {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .newsletter-form {
        grid-template-columns: minmax(0, 1fr) auto;
    }
    .site-news-copy {
        justify-content: flex-start;
        align-self: auto;
    }
    .site-news-kicker {
        writing-mode: horizontal-tb;
        transform: none;
        min-width: 0;
        min-height: 0;
        padding: 7px 11px;
    }
}
@media (max-width: 620px) {
    .newsletter-card,
    .site-news-panel {
        padding: 14px;
        border-radius: 16px;
    }
    .newsletter-copy,
    .site-news-copy {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .newsletter-kicker {
        grid-row: auto;
    }
    .newsletter-form {
        grid-template-columns: 1fr;
    }
    .newsletter-form button {
        width: 100%;
    }
    .site-news-preview {
        grid-template-columns: 1fr;
    }
    .site-news-entry__body {
        grid-template-columns: 1fr;
        max-height: 42vh;
    }
    .site-news-preview__media {
        width: 100%;
        min-height: 128px;
    }
}
