/*!
 * GardaCast — Frontend CSS (v3.2.0)
 * ==================================
 * Bundled stylesheet for all components:
 *   .gc-climate, .gc-compass, .gc-brief, .gc-outlook, .gc-cross, .gc-hero, .gc-board
 */

/* ============================================================
 * Shared Custom Properties (jede Component-Wurzel definiert die Tokens)
 * Wir wiederholen die Variablen-Definitionen pro Komponente, damit jede
 * unabhaengig auch ohne globalen :root-Hook funktioniert.
 * ============================================================ */

/* ====== KLIMATABELLE ====== */
.gc-climate {
    --gc-deep-1: #0B1F3A; --gc-deep-2: #112F5C; --gc-deep-3: #1B4D8C;
    --gc-line: rgba(248, 250, 252, 0.08); --gc-text: #F8FAFC;
    --gc-text-soft: rgba(248, 250, 252, 0.78); --gc-text-muted: rgba(248, 250, 252, 0.5);
    --gc-magenta: #EC4899; --gc-gold: #FBBF24; --gc-aqua: #38BDF8; --gc-blue: #60A5FA;
    --gc-warm-1: #F97316; --gc-warm-2: #EF4444; --gc-cool-1: #93C5FD; --gc-cool-2: #BFDBFE;
    --gc-radius: 14px;
    background: linear-gradient(180deg, var(--gc-deep-1) 0%, var(--gc-deep-2) 50%, var(--gc-deep-3) 100%);
    border-radius: var(--gc-radius); color: var(--gc-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    line-height: 1.5; position: relative; overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(11, 31, 58, 0.5);
}
.gc-climate__pattern { position: absolute; inset: 0; opacity: 0.25; pointer-events: none;
    mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%); }
.gc-climate__inner { position: relative; z-index: 1; padding: 40px 44px; }
.gc-climate__masthead { display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    padding-bottom: 20px; border-bottom: 1px solid var(--gc-line); margin-bottom: 28px; }
.gc-climate__pill { display: inline-flex; align-items: center; gap: 8px;
    background: var(--gc-magenta); color: #FFF; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.6px; padding: 6px 12px; border-radius: 4px; }
.gc-climate__title { font-size: clamp(20px, 2.4vw, 26px); font-weight: 800;
    color: var(--gc-text); letter-spacing: -0.02em; margin: 0; }
.gc-climate__subtitle { font-size: 13px; color: var(--gc-text-soft); margin-left: auto; }
.gc-climate__table-wrap { margin: 0; border-radius: 10px; overflow: hidden;
    background: rgba(255, 255, 255, 0.025); border: 1px solid rgba(255, 255, 255, 0.06); }
.gc-climate__caption { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.gc-climate__table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.gc-climate__table thead th { background: rgba(255, 255, 255, 0.04); color: var(--gc-text-muted);
    font-weight: 700; font-size: 10px; text-transform: uppercase; letter-spacing: 1.4px;
    text-align: right; padding: 14px 18px; border-bottom: 1px solid var(--gc-line); white-space: nowrap; }
.gc-climate__table thead th:first-child { text-align: left; }
.gc-climate__table tbody td { padding: 12px 18px 14px; border-bottom: 1px solid var(--gc-line);
    text-align: right; vertical-align: middle; }
.gc-climate__table tbody tr:last-child td { border-bottom: 0; }
.gc-climate__table tbody tr:hover { background: rgba(255, 255, 255, 0.03); }
.gc-climate__month { font-weight: 700; color: var(--gc-text); font-size: 14px;
    text-align: left !important; letter-spacing: -0.005em; }
.gc-climate__value { display: inline-flex; flex-direction: column; align-items: flex-end; gap: 5px; min-width: 56px; }
.gc-climate__num { font-size: 15px; font-weight: 700; color: var(--gc-text); line-height: 1; }
.gc-climate__bar { width: 48px; height: 3px; background: rgba(248, 250, 252, 0.08);
    border-radius: 2px; overflow: hidden; }
.gc-climate__bar-fill { display: block; height: 100%; border-radius: 2px; }
.gc-climate__bar--day-temp .gc-climate__bar-fill { background: linear-gradient(90deg, var(--gc-cool-1), var(--gc-warm-1)); }
.gc-climate__bar--night-temp .gc-climate__bar-fill { background: linear-gradient(90deg, var(--gc-cool-2), var(--gc-warm-1)); }
.gc-climate__bar--water-temp .gc-climate__bar-fill { background: linear-gradient(90deg, var(--gc-cool-2), var(--gc-aqua)); }
.gc-climate__bar--sun .gc-climate__bar-fill { background: var(--gc-gold); }
.gc-climate__bar--rain .gc-climate__bar-fill { background: var(--gc-blue); }
.gc-climate__table tr[data-current="1"] {
    background: linear-gradient(90deg, rgba(236, 72, 153, 0.1) 0%, rgba(236, 72, 153, 0) 60%);
    box-shadow: inset 3px 0 0 var(--gc-magenta); }
.gc-climate__table tr[data-current="1"] .gc-climate__month {
    color: var(--gc-magenta); display: flex; align-items: center; gap: 8px; }
.gc-climate__now-pill { display: inline-flex; align-items: center; background: var(--gc-magenta);
    color: #FFF; font-size: 9px; font-weight: 800; text-transform: uppercase;
    letter-spacing: 1.4px; padding: 2px 7px; border-radius: 3px; line-height: 1; }
.gc-climate__footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
    padding-top: 18px; margin-top: 22px; border-top: 1px solid var(--gc-line);
    font-size: 11px; color: var(--gc-text-muted); }
.gc-climate__legend { display: inline-flex; flex-wrap: wrap; gap: 14px;
    text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; }
.gc-climate__legend-item { display: inline-flex; align-items: center; gap: 6px; }
.gc-climate__legend-dot { width: 22px; height: 4px; border-radius: 2px; }
.gc-climate__legend-dot--day { background: linear-gradient(90deg, var(--gc-cool-1), var(--gc-warm-1)); }
.gc-climate__legend-dot--water { background: linear-gradient(90deg, var(--gc-cool-2), var(--gc-aqua)); }
.gc-climate__legend-dot--sun { background: var(--gc-gold); }
.gc-climate__legend-dot--rain { background: var(--gc-blue); }
.gc-climate__source-block { display: flex; flex-direction: column; gap: 4px; text-align: right;
    text-transform: none; letter-spacing: normal; font-weight: normal; }
.gc-climate__source { font-style: italic; color: var(--gc-text-muted); }
.gc-climate__disclaimer { font-size: 10.5px; color: var(--gc-text-muted); opacity: 0.85; line-height: 1.4; }
@media (max-width: 720px) {
    .gc-climate__inner { padding: 28px 22px; }
    .gc-climate__masthead { gap: 10px; padding-bottom: 16px; margin-bottom: 22px; }
    .gc-climate__subtitle { margin-left: 0; width: 100%; }
    .gc-climate__table-wrap { background: transparent; border: 0; overflow: visible; }
    .gc-climate__table, .gc-climate__table thead, .gc-climate__table tbody,
    .gc-climate__table tr, .gc-climate__table th, .gc-climate__table td { display: block; }
    .gc-climate__table thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
        overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
    .gc-climate__table tbody tr { background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 10px;
        padding: 14px 16px; margin-bottom: 12px; }
    .gc-climate__table tbody td { display: flex; justify-content: space-between; align-items: center;
        padding: 6px 0; border-bottom: 0; }
    .gc-climate__table tbody td::before { content: attr(data-label); color: var(--gc-text-muted);
        font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.2px;
        flex-shrink: 0; margin-right: 16px; }
    .gc-climate__month { font-size: 16px; padding-bottom: 10px !important; margin-bottom: 6px !important;
        border-bottom: 1px solid var(--gc-line) !important; justify-content: flex-start !important; }
    .gc-climate__month::before { content: '' !important; display: none; }
    .gc-climate__table tr[data-current="1"] {
        background: linear-gradient(135deg, rgba(236, 72, 153, 0.14) 0%, rgba(255, 255, 255, 0.04) 100%);
        border: 2px solid var(--gc-magenta); box-shadow: 0 8px 24px -8px rgba(236, 72, 153, 0.4); }
    .gc-climate__value { min-width: 0; flex-direction: row; gap: 10px; align-items: center; }
    .gc-climate__bar { width: 60px; }
}

/* ====== WETTER-KOMPASS ====== */
.gc-compass {
    --gc-deep-1: #0B1F3A; --gc-deep-2: #112F5C; --gc-deep-3: #1B4D8C;
    --gc-line: rgba(248, 250, 252, 0.08); --gc-text: #F8FAFC;
    --gc-text-soft: rgba(248, 250, 252, 0.72); --gc-text-muted: rgba(248, 250, 252, 0.5);
    --gc-magenta: #EC4899; --gc-gold: #FBBF24;
    --gc-green: #10B981; --gc-yellow: #F59E0B; --gc-red: #EF4444;
    --gc-radius: 14px;
    background: linear-gradient(180deg, var(--gc-deep-1) 0%, var(--gc-deep-2) 50%, var(--gc-deep-3) 100%);
    border-radius: var(--gc-radius); color: var(--gc-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.5; position: relative; overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(11, 31, 58, 0.5);
}
.gc-compass[hidden] { display: none; }
.gc-compass__pattern { position: absolute; inset: 0; opacity: 0.3; pointer-events: none;
    mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%); }
.gc-compass__inner { position: relative; z-index: 1; padding: 40px 44px; }
.gc-compass__masthead { display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    padding-bottom: 20px; border-bottom: 1px solid var(--gc-line); margin-bottom: 32px; }
.gc-compass__pill { display: inline-flex; align-items: center; gap: 8px; background: var(--gc-magenta);
    color: #FFF; font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.6px; padding: 6px 12px; border-radius: 4px; }
.gc-compass__pill-dot { width: 6px; height: 6px; border-radius: 50%; background: #FFF;
    animation: gc-blink 1.6s infinite; }
@keyframes gc-blink { 50% { opacity: 0.4; } }
.gc-compass__title { font-size: clamp(20px, 2.4vw, 26px); font-weight: 800; color: var(--gc-text);
    letter-spacing: -0.02em; margin: 0; }
.gc-compass__subtitle { font-size: 13px; color: var(--gc-text-soft); margin-left: auto;
    font-variant-numeric: tabular-nums; }
.gc-compass__grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: ".  nord  ." "west  mitte  ost" ".  sued  ."; gap: 16px; margin-bottom: 24px; }
.gc-compass__card[data-pos="nord"]   { grid-area: nord; }
.gc-compass__card[data-pos="ost"]    { grid-area: ost; }
.gc-compass__card[data-pos="sued"]   { grid-area: sued; }
.gc-compass__card[data-pos="west"]   { grid-area: west; }
.gc-compass__card[data-pos="mitte"]  { grid-area: mitte; }
.gc-compass__card { position: relative; display: flex; flex-direction: column; gap: 10px;
    padding: 18px 20px; background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px;
    text-decoration: none; color: var(--gc-text);
    transition: transform 0.25s, background 0.25s, border-color 0.25s;
    overflow: hidden; min-height: 130px; }
.gc-compass__card:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.18); color: var(--gc-text); text-decoration: none; }
.gc-compass__card[data-ampel="green"]  { border-left: 3px solid var(--gc-green); }
.gc-compass__card[data-ampel="yellow"] { border-left: 3px solid var(--gc-yellow); }
.gc-compass__card[data-ampel="red"]    { border-left: 3px solid var(--gc-red); }
.gc-compass__card[data-top="1"] {
    border: 2px solid var(--gc-magenta);
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
    box-shadow: 0 0 0 1px rgba(236, 72, 153, 0.25), 0 8px 24px -8px rgba(236, 72, 153, 0.4);
}
.gc-compass__card[data-top="1"]::before { content: 'TOP HEUTE'; position: absolute;
    top: 12px; right: 14px; font-size: 9px; font-weight: 800; letter-spacing: 1.4px;
    background: var(--gc-magenta); color: #FFF; padding: 3px 8px; border-radius: 3px; z-index: 2; }
.gc-compass__sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.gc-compass__card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.gc-compass__card-region { font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.6px; color: var(--gc-text-muted); }
.gc-compass__card-name { font-size: clamp(15px, 1.4vw, 18px); font-weight: 700; color: var(--gc-text);
    letter-spacing: -0.01em; line-height: 1.2; margin: 2px 0 0; }
.gc-compass__card-icon { width: 32px; height: 32px; color: var(--gc-text); flex-shrink: 0; opacity: 0.85; }
.gc-compass__card-icon--sunny { color: var(--gc-gold); }
.gc-compass__card-icon--rain  { color: #93C5FD; }
.gc-compass__card-icon--storm { color: #C4B5FD; }
.gc-compass__card-score-row { display: flex; align-items: baseline; gap: 8px; }
.gc-compass__card-score { font-size: clamp(28px, 2.6vw, 36px); font-weight: 900; line-height: 1;
    font-variant-numeric: tabular-nums; letter-spacing: -0.04em; }
.gc-compass__card[data-ampel="green"]  .gc-compass__card-score { color: var(--gc-green); }
.gc-compass__card[data-ampel="yellow"] .gc-compass__card-score { color: var(--gc-yellow); }
.gc-compass__card[data-ampel="red"]    .gc-compass__card-score { color: var(--gc-red); }
.gc-compass__card-score-of { font-size: 13px; color: var(--gc-text-muted); font-weight: 500; }
.gc-compass__card-bar { height: 4px; background: rgba(248, 250, 252, 0.1); border-radius: 2px; overflow: hidden; }
.gc-compass__card-bar-fill { height: 100%; border-radius: 2px;
    transition: width 1.4s cubic-bezier(0.16, 1, 0.3, 1) calc(var(--gc-delay, 0) * 0.1s); }
.gc-compass__card[data-ampel="green"]  .gc-compass__card-bar-fill { background: var(--gc-green); }
.gc-compass__card[data-ampel="yellow"] .gc-compass__card-bar-fill { background: var(--gc-yellow); }
.gc-compass__card[data-ampel="red"]    .gc-compass__card-bar-fill { background: var(--gc-red); }
.gc-compass__card-meta { display: flex; justify-content: space-between; gap: 8px;
    font-size: 12px; color: var(--gc-text-soft); }
.gc-compass__card-hint { color: var(--gc-text-soft); text-align: right; }
.gc-compass__footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
    padding-top: 20px; border-top: 1px solid var(--gc-line); font-size: 11px;
    color: var(--gc-text-muted); text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; }
.gc-compass__legend { display: inline-flex; align-items: center; gap: 14px; }
.gc-compass__legend-item { display: inline-flex; align-items: center; gap: 6px; }
.gc-compass__legend-dot { width: 8px; height: 8px; border-radius: 50%; }
.gc-compass__legend-dot--green { background: var(--gc-green); }
.gc-compass__legend-dot--yellow { background: var(--gc-yellow); }
.gc-compass__legend-dot--red { background: var(--gc-red); }
@media (max-width: 720px) {
    .gc-compass__inner { padding: 28px 22px; }
    .gc-compass__masthead { gap: 10px; padding-bottom: 16px; margin-bottom: 22px; }
    .gc-compass__subtitle { margin-left: 0; width: 100%; }
    .gc-compass__grid { grid-template-columns: 1fr; grid-template-areas: none; grid-auto-flow: row; gap: 12px; }
    .gc-compass__card[data-pos] { grid-area: auto; }
    .gc-compass__card { min-height: 0; padding: 14px 16px; }
    .gc-compass__card[data-top="1"] { order: -1; }
}

/* ====== TAGES-BRIEFING ====== */
.gc-brief {
    --gc-deep-1: #0B1F3A; --gc-deep-2: #112F5C; --gc-deep-3: #1B4D8C;
    --gc-line: rgba(248, 250, 252, 0.08); --gc-text: #F8FAFC;
    --gc-text-soft: rgba(248, 250, 252, 0.82); --gc-text-muted: rgba(248, 250, 252, 0.5);
    --gc-magenta: #EC4899; --gc-green: #10B981; --gc-yellow: #F59E0B; --gc-red: #EF4444;
    --gc-radius: 14px;
    background: linear-gradient(180deg, var(--gc-deep-1) 0%, var(--gc-deep-2) 50%, var(--gc-deep-3) 100%);
    border-radius: var(--gc-radius); color: var(--gc-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.55; position: relative; overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(11, 31, 58, 0.5);
}
.gc-brief[hidden] { display: none; }
.gc-brief__pattern { position: absolute; inset: 0; opacity: 0.25; pointer-events: none;
    mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%); }
.gc-brief__inner { position: relative; z-index: 1; padding: 44px 48px; }
.gc-brief__masthead { display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    padding-bottom: 20px; border-bottom: 1px solid var(--gc-line); margin-bottom: 28px; }
.gc-brief__pill { display: inline-flex; align-items: center; gap: 8px; background: var(--gc-magenta);
    color: #FFF; font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.6px; padding: 6px 12px; border-radius: 4px; }
.gc-brief__pill-dot { width: 6px; height: 6px; border-radius: 50%; background: #FFF;
    animation: gc-blink 1.6s infinite; }
.gc-brief__date { font-size: 13px; color: var(--gc-text-soft); margin-left: auto;
    font-variant-numeric: tabular-nums; }
.gc-brief__headline { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; color: var(--gc-text);
    letter-spacing: -0.025em; line-height: 1.15; margin: 0 0 14px; }
.gc-brief__headline-region { color: var(--gc-magenta); }
.gc-brief__sub { font-size: 15px; color: var(--gc-text-soft); font-weight: 500; margin: 0 0 24px; }
.gc-brief__sub-place { color: var(--gc-text); font-weight: 700; }
.gc-brief__sub-score { font-variant-numeric: tabular-nums; color: var(--gc-text); font-weight: 800; }
.gc-brief__narrative { font-size: clamp(15px, 1.6vw, 17px); color: var(--gc-text-soft);
    font-weight: 400; line-height: 1.65; margin: 0 0 28px; max-width: 100%; }
.gc-brief__footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
    gap: 14px; padding-top: 20px; border-top: 1px solid var(--gc-line); }
.gc-brief__confidence { display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 14px 8px 12px; background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 8px;
    font-size: 12.5px; font-weight: 600; color: var(--gc-text); letter-spacing: 0.01em; }
.gc-brief__confidence--high { border-color: rgba(16, 185, 129, 0.35); background: rgba(16, 185, 129, 0.08); }
.gc-brief__confidence--mid  { border-color: rgba(245, 158, 11, 0.35); background: rgba(245, 158, 11, 0.08); }
.gc-brief__confidence--low  { border-color: rgba(239, 68, 68, 0.35);  background: rgba(239, 68, 68, 0.08); }
.gc-brief__confidence-icon { width: 16px; height: 16px; flex-shrink: 0; }
.gc-brief__confidence--high .gc-brief__confidence-icon { color: var(--gc-green); }
.gc-brief__confidence--mid  .gc-brief__confidence-icon { color: var(--gc-yellow); }
.gc-brief__confidence--low  .gc-brief__confidence-icon { color: var(--gc-red); }
.gc-brief__confidence-num { color: var(--gc-text-muted); font-weight: 700;
    margin-left: 4px; font-variant-numeric: tabular-nums; }
.gc-brief__updated { font-size: 11px; color: var(--gc-text-muted); text-transform: uppercase;
    letter-spacing: 1.2px; font-weight: 600; }
@media (max-width: 720px) {
    .gc-brief__inner { padding: 28px 22px; }
    .gc-brief__masthead { gap: 10px; padding-bottom: 16px; margin-bottom: 22px; }
    .gc-brief__date { margin-left: 0; width: 100%; }
    .gc-brief__headline { margin-bottom: 10px; }
    .gc-brief__sub { margin-bottom: 18px; }
    .gc-brief__narrative { margin-bottom: 22px; }
    .gc-brief__footer { flex-direction: column; align-items: flex-start; gap: 10px; }
    .gc-brief__confidence { width: 100%; }
}

/* ====== 3-TAGE-OUTLOOK ====== */
.gc-outlook {
    --gc-deep-1: #0B1F3A; --gc-deep-2: #112F5C; --gc-deep-3: #1B4D8C;
    --gc-line: rgba(248, 250, 252, 0.08); --gc-text: #F8FAFC;
    --gc-text-soft: rgba(248, 250, 252, 0.78); --gc-text-muted: rgba(248, 250, 252, 0.5);
    --gc-magenta: #EC4899; --gc-green: #10B981; --gc-yellow: #F59E0B; --gc-red: #EF4444;
    --gc-radius: 14px;
    background: linear-gradient(180deg, var(--gc-deep-1) 0%, var(--gc-deep-2) 50%, var(--gc-deep-3) 100%);
    border-radius: var(--gc-radius); color: var(--gc-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.5; position: relative; overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(11, 31, 58, 0.5);
}
.gc-outlook[hidden] { display: none; }
.gc-outlook__pattern { position: absolute; inset: 0; opacity: 0.25; pointer-events: none;
    mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%); }
.gc-outlook__inner { position: relative; z-index: 1; padding: 40px 44px; }
.gc-outlook__masthead { display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    padding-bottom: 20px; border-bottom: 1px solid var(--gc-line); margin-bottom: 28px; }
.gc-outlook__pill { display: inline-flex; align-items: center; gap: 8px; background: var(--gc-magenta);
    color: #FFF; font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.6px; padding: 6px 12px; border-radius: 4px; }
.gc-outlook__title { font-size: clamp(20px, 2.4vw, 26px); font-weight: 800; color: var(--gc-text);
    letter-spacing: -0.02em; margin: 0; }
.gc-outlook__subtitle { font-size: 13px; color: var(--gc-text-soft); margin-left: auto;
    font-variant-numeric: tabular-nums; }
.gc-outlook__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 24px; }
.gc-outlook__day { position: relative; background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px;
    padding: 20px 22px; display: flex; flex-direction: column; gap: 12px; overflow: hidden; }
.gc-outlook__day[data-ampel="green"]  { border-left: 3px solid var(--gc-green); }
.gc-outlook__day[data-ampel="yellow"] { border-left: 3px solid var(--gc-yellow); }
.gc-outlook__day[data-ampel="red"]    { border-left: 3px solid var(--gc-red); }
.gc-outlook__day[data-today="1"] {
    border: 2px solid var(--gc-magenta);
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
    box-shadow: 0 0 0 1px rgba(236, 72, 153, 0.25), 0 8px 24px -8px rgba(236, 72, 153, 0.4);
}
.gc-outlook__day[data-today="1"]::before { content: 'HEUTE'; position: absolute;
    top: 12px; right: 14px; font-size: 9px; font-weight: 800; letter-spacing: 1.4px;
    background: var(--gc-magenta); color: #FFF; padding: 2px 7px; border-radius: 3px; z-index: 2; }
.gc-outlook__day-label { display: flex; flex-direction: column; gap: 2px; }
.gc-outlook__day-name { font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.6px; color: var(--gc-text-muted); }
.gc-outlook__day-date { font-size: 17px; font-weight: 700; color: var(--gc-text);
    letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.gc-outlook__day-score-row { display: flex; align-items: baseline; gap: 8px; }
.gc-outlook__day-score { font-size: clamp(34px, 3.2vw, 44px); font-weight: 900; line-height: 1;
    font-variant-numeric: tabular-nums; letter-spacing: -0.04em; }
.gc-outlook__day[data-ampel="green"]  .gc-outlook__day-score { color: var(--gc-green); }
.gc-outlook__day[data-ampel="yellow"] .gc-outlook__day-score { color: var(--gc-yellow); }
.gc-outlook__day[data-ampel="red"]    .gc-outlook__day-score { color: var(--gc-red); }
.gc-outlook__day-score-of { font-size: 13px; color: var(--gc-text-muted); font-weight: 500; }
.gc-outlook__day-bar { height: 5px; background: rgba(248, 250, 252, 0.1); border-radius: 3px; overflow: hidden; }
.gc-outlook__day-bar-fill { height: 100%; border-radius: 3px;
    transition: width 1.4s cubic-bezier(0.16, 1, 0.3, 1) calc(var(--gc-delay, 0) * 0.1s); }
.gc-outlook__day[data-ampel="green"]  .gc-outlook__day-bar-fill { background: var(--gc-green); }
.gc-outlook__day[data-ampel="yellow"] .gc-outlook__day-bar-fill { background: var(--gc-yellow); }
.gc-outlook__day[data-ampel="red"]    .gc-outlook__day-bar-fill { background: var(--gc-red); }
.gc-outlook__day-verdict { align-self: flex-start; font-size: 12px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 1.2px; padding: 5px 10px; border-radius: 5px; }
.gc-outlook__day[data-ampel="green"]  .gc-outlook__day-verdict { background: rgba(16, 185, 129, 0.15); color: var(--gc-green); }
.gc-outlook__day[data-ampel="yellow"] .gc-outlook__day-verdict { background: rgba(245, 158, 11, 0.15); color: var(--gc-yellow); }
.gc-outlook__day[data-ampel="red"]    .gc-outlook__day-verdict { background: rgba(239, 68, 68, 0.15); color: var(--gc-red); }
.gc-outlook__trend { display: flex; align-items: center; gap: 12px; padding: 16px 18px;
    background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px; font-size: 14px; color: var(--gc-text-soft); line-height: 1.45; }
.gc-outlook__trend-icon { flex-shrink: 0; width: 24px; height: 24px; color: var(--gc-text-muted); }
.gc-outlook__trend--up   .gc-outlook__trend-icon { color: var(--gc-green); }
.gc-outlook__trend--down .gc-outlook__trend-icon { color: var(--gc-yellow); }
.gc-outlook__trend--flat .gc-outlook__trend-icon { color: var(--gc-text-muted); }
.gc-outlook__trend--mix  .gc-outlook__trend-icon { color: var(--gc-magenta); }
.gc-outlook__trend-text { flex: 1; }
.gc-outlook__footer { display: flex; flex-wrap: wrap; justify-content: flex-end;
    margin-top: 14px; font-size: 11px; color: var(--gc-text-muted);
    text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; }
@media (max-width: 720px) {
    .gc-outlook__inner { padding: 28px 22px; }
    .gc-outlook__masthead { gap: 10px; padding-bottom: 16px; margin-bottom: 22px; }
    .gc-outlook__subtitle { margin-left: 0; width: 100%; }
    .gc-outlook__grid { grid-template-columns: 1fr; gap: 10px; }
    .gc-outlook__day { padding: 16px 18px; }
    .gc-outlook__day-score { font-size: 38px; }
    .gc-outlook__day[data-today="1"] { order: -1; }
}

/* ====== CROSS-REGION ====== */
.gc-cross {
    --gc-deep-1: #0B1F3A; --gc-deep-2: #112F5C; --gc-deep-3: #1B4D8C;
    --gc-line: rgba(248, 250, 252, 0.08); --gc-text: #F8FAFC;
    --gc-text-soft: rgba(248, 250, 252, 0.78); --gc-text-muted: rgba(248, 250, 252, 0.5);
    --gc-magenta: #EC4899; --gc-green: #10B981; --gc-yellow: #F59E0B; --gc-red: #EF4444;
    --gc-radius: 14px;
    background: linear-gradient(180deg, var(--gc-deep-1) 0%, var(--gc-deep-2) 50%, var(--gc-deep-3) 100%);
    border-radius: var(--gc-radius); color: var(--gc-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.5; position: relative; overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(11, 31, 58, 0.5);
}
.gc-cross[hidden] { display: none; }
.gc-cross__pattern { position: absolute; inset: 0; opacity: 0.25; pointer-events: none;
    mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%); }
.gc-cross__inner { position: relative; z-index: 1; padding: 36px 40px; }
.gc-cross__masthead { display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    padding-bottom: 18px; border-bottom: 1px solid var(--gc-line); margin-bottom: 22px; }
.gc-cross__pill { display: inline-flex; align-items: center; gap: 8px; background: var(--gc-magenta);
    color: #FFF; font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.6px; padding: 6px 12px; border-radius: 4px; }
.gc-cross__title { font-size: clamp(18px, 2.2vw, 22px); font-weight: 800; color: var(--gc-text);
    letter-spacing: -0.02em; margin: 0; }
.gc-cross__subtitle { font-size: 12px; color: var(--gc-text-muted); margin-left: auto;
    text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; }
.gc-cross__hint { font-size: clamp(14px, 1.4vw, 16px); color: var(--gc-text-soft);
    font-weight: 500; margin: 0 0 22px; line-height: 1.55; max-width: 100%; }
.gc-cross__hint-strong { color: var(--gc-text); font-weight: 700; }
.gc-cross__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gc-cross__card { position: relative; display: flex; flex-direction: column; gap: 8px;
    padding: 16px 18px; background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 10px;
    text-decoration: none; color: var(--gc-text);
    transition: transform 0.25s, background 0.25s, border-color 0.25s; overflow: hidden; }
.gc-cross__card:hover { transform: translateY(-2px); background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.18); color: var(--gc-text); text-decoration: none; }
.gc-cross__card[data-ampel="green"]  { border-left: 3px solid var(--gc-green); }
.gc-cross__card[data-ampel="yellow"] { border-left: 3px solid var(--gc-yellow); }
.gc-cross__card[data-ampel="red"]    { border-left: 3px solid var(--gc-red); }
.gc-cross__card-region { font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.6px; color: var(--gc-text-muted); }
.gc-cross__card-place { font-size: 14px; font-weight: 700; color: var(--gc-text);
    letter-spacing: -0.01em; line-height: 1.2; margin: 1px 0 4px; }
.gc-cross__card-score-row { display: flex; align-items: baseline; gap: 6px; }
.gc-cross__card-score { font-size: clamp(24px, 2.4vw, 28px); font-weight: 900; line-height: 1;
    font-variant-numeric: tabular-nums; letter-spacing: -0.03em; }
.gc-cross__card[data-ampel="green"]  .gc-cross__card-score { color: var(--gc-green); }
.gc-cross__card[data-ampel="yellow"] .gc-cross__card-score { color: var(--gc-yellow); }
.gc-cross__card[data-ampel="red"]    .gc-cross__card-score { color: var(--gc-red); }
.gc-cross__card-score-of { font-size: 11px; color: var(--gc-text-muted); font-weight: 500; }
.gc-cross__card-bar { height: 3px; background: rgba(248, 250, 252, 0.08); border-radius: 2px;
    overflow: hidden; margin-top: 2px; }
.gc-cross__card-bar-fill { height: 100%; border-radius: 2px; }
.gc-cross__card[data-ampel="green"]  .gc-cross__card-bar-fill { background: var(--gc-green); }
.gc-cross__card[data-ampel="yellow"] .gc-cross__card-bar-fill { background: var(--gc-yellow); }
.gc-cross__card[data-ampel="red"]    .gc-cross__card-bar-fill { background: var(--gc-red); }
.gc-cross__card-arrow { position: absolute; top: 14px; right: 14px; width: 14px; height: 14px;
    color: var(--gc-text-muted); transition: color 0.25s, transform 0.25s; }
.gc-cross__card:hover .gc-cross__card-arrow { color: var(--gc-text); transform: translate(2px, -2px); }
.gc-cross__footer { display: flex; flex-wrap: wrap; justify-content: flex-end;
    margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--gc-line);
    font-size: 11px; color: var(--gc-text-muted);
    text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; }
@media (max-width: 900px) { .gc-cross__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) {
    .gc-cross__inner { padding: 26px 22px; }
    .gc-cross__grid { grid-template-columns: 1fr; }
}

/* ====== HERO ====== */
.gc-hero {
    --gc-deep-1: #0B1F3A; --gc-deep-2: #112F5C; --gc-deep-3: #1B4D8C;
    --gc-line: rgba(248, 250, 252, 0.08); --gc-text: #F8FAFC;
    --gc-text-soft: rgba(248, 250, 252, 0.78); --gc-text-muted: rgba(248, 250, 252, 0.5);
    --gc-magenta: #EC4899; --gc-green: #10B981; --gc-yellow: #F59E0B; --gc-red: #EF4444;
    --gc-radius: 14px;
    background: linear-gradient(180deg, var(--gc-deep-1) 0%, var(--gc-deep-2) 50%, var(--gc-deep-3) 100%);
    border-radius: var(--gc-radius); color: var(--gc-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.55; position: relative; overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(11, 31, 58, 0.5);
}
.gc-hero[hidden] { display: none; }
.gc-hero__pattern { position: absolute; inset: 0; opacity: 0.25; pointer-events: none;
    mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%); }
.gc-hero__inner { position: relative; z-index: 1; padding: 44px 48px; }
.gc-hero__masthead { display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    padding-bottom: 18px; border-bottom: 1px solid var(--gc-line); margin-bottom: 24px; }
.gc-hero__pill { display: inline-flex; align-items: center; gap: 8px; background: var(--gc-magenta);
    color: #FFF; font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.6px; padding: 6px 12px; border-radius: 4px; }
.gc-hero__pill-dot { width: 6px; height: 6px; border-radius: 50%; background: #FFF;
    animation: gc-blink 1.6s infinite; }
.gc-hero__place { font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; color: var(--gc-text);
    letter-spacing: -0.025em; margin: 0; }
.gc-hero__region { font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.6px; color: var(--gc-text-muted); }
.gc-hero__date { font-size: 13px; color: var(--gc-text-soft); margin-left: auto;
    font-variant-numeric: tabular-nums; }
.gc-hero__headline { font-size: clamp(18px, 2.2vw, 22px); font-weight: 700; color: var(--gc-text);
    letter-spacing: -0.015em; line-height: 1.3; margin: 0 0 12px; }
.gc-hero__summary { font-size: 15px; color: var(--gc-text-soft); line-height: 1.6;
    margin: 0 0 26px; max-width: 100%; }
.gc-hero__stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px; margin-bottom: 24px; }
.gc-hero__stat { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px; padding: 14px 16px; }
.gc-hero__stat-label { font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.4px; color: var(--gc-text-muted); display: block; margin-bottom: 4px; }
.gc-hero__stat-value { font-size: 22px; font-weight: 800; color: var(--gc-text);
    line-height: 1; font-variant-numeric: tabular-nums; }
.gc-hero__footer { display: flex; flex-wrap: wrap; align-items: baseline; gap: 14px;
    padding-top: 18px; border-top: 1px solid var(--gc-line); }
.gc-hero__score-block { display: inline-flex; align-items: baseline; gap: 8px; flex: 1; }
.gc-hero__score { font-size: clamp(36px, 4.2vw, 52px); font-weight: 900; line-height: 1;
    font-variant-numeric: tabular-nums; letter-spacing: -0.04em; }
.gc-hero[data-ampel="green"]  .gc-hero__score { color: var(--gc-green); }
.gc-hero[data-ampel="yellow"] .gc-hero__score { color: var(--gc-yellow); }
.gc-hero[data-ampel="red"]    .gc-hero__score { color: var(--gc-red); }
.gc-hero__score-of { font-size: 14px; color: var(--gc-text-muted); font-weight: 500; }
.gc-hero__score-tag { font-size: 13px; color: var(--gc-text-soft); margin-left: 8px; }
.gc-hero__footer > span:last-child { font-size: 11px; color: var(--gc-text-muted);
    text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; }
@media (max-width: 720px) {
    .gc-hero__inner { padding: 28px 22px; }
    .gc-hero__date { margin-left: 0; width: 100%; }
}

/* ====== ACTIVITY-BOARD ====== */
.gc-board {
    --gc-deep-1: #0B1F3A; --gc-deep-2: #112F5C; --gc-deep-3: #1B4D8C;
    --gc-line: rgba(248, 250, 252, 0.08); --gc-text: #F8FAFC;
    --gc-text-soft: rgba(248, 250, 252, 0.78); --gc-text-muted: rgba(248, 250, 252, 0.5);
    --gc-magenta: #EC4899; --gc-green: #10B981; --gc-yellow: #F59E0B; --gc-red: #EF4444;
    --gc-aqua: #38BDF8; --gc-violet: #A78BFA; --gc-amber: #FB923C;
    --gc-radius: 14px;
    background: linear-gradient(180deg, var(--gc-deep-1) 0%, var(--gc-deep-2) 50%, var(--gc-deep-3) 100%);
    border-radius: var(--gc-radius); color: var(--gc-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.5; position: relative; overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(11, 31, 58, 0.5);
}
.gc-board[hidden] { display: none; }
.gc-board__pattern { position: absolute; inset: 0; opacity: 0.25; pointer-events: none;
    mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%); }
.gc-board__inner { position: relative; z-index: 1; padding: 40px 44px; }
.gc-board__masthead { display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    padding-bottom: 20px; border-bottom: 1px solid var(--gc-line); margin-bottom: 28px; }
.gc-board__pill { display: inline-flex; align-items: center; gap: 8px; background: var(--gc-magenta);
    color: #FFF; font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.6px; padding: 6px 12px; border-radius: 4px; }
.gc-board__pill-dot { width: 6px; height: 6px; border-radius: 50%; background: #FFF;
    animation: gc-blink 1.6s infinite; }
.gc-board__title { font-size: clamp(20px, 2.4vw, 26px); font-weight: 800; color: var(--gc-text);
    letter-spacing: -0.02em; margin: 0; }
.gc-board__subtitle { font-size: 13px; color: var(--gc-text-soft); margin-left: auto;
    font-variant-numeric: tabular-nums; }
.gc-board__intro { font-size: clamp(14px, 1.4vw, 16px); color: var(--gc-text-soft);
    font-weight: 500; margin: 0 0 22px; line-height: 1.55; max-width: 100%; }
.gc-board__intro-strong { color: var(--gc-text); font-weight: 700; }
.gc-board__intro:empty { display: none; }
.gc-board__list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.gc-board__row { display: grid; grid-template-columns: 48px 180px 130px 1fr 110px;
    gap: 18px; align-items: center; padding: 16px 18px;
    background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px; position: relative; }
.gc-board__row[data-ampel="green"]  { border-left: 3px solid var(--gc-green); }
.gc-board__row[data-ampel="yellow"] { border-left: 3px solid var(--gc-yellow); }
.gc-board__row[data-ampel="red"]    { border-left: 3px solid var(--gc-red); }
.gc-board__row[data-top="1"] {
    border: 2px solid var(--gc-magenta);
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
    box-shadow: 0 0 0 1px rgba(236, 72, 153, 0.25), 0 8px 24px -8px rgba(236, 72, 153, 0.4);
}
.gc-board__row[data-top="1"]::before { content: 'TIPP'; position: absolute;
    top: 10px; right: 12px; font-size: 9px; font-weight: 800; letter-spacing: 1.4px;
    background: var(--gc-magenta); color: #FFF; padding: 2px 7px; border-radius: 3px; z-index: 2; }
.gc-board__icon-wrap { width: 48px; height: 48px; display: flex; align-items: center;
    justify-content: center; background: rgba(255, 255, 255, 0.04); border-radius: 10px; flex-shrink: 0; }
.gc-board__icon { width: 28px; height: 28px; color: var(--gc-text); opacity: 0.9; }
.gc-board__row[data-key="hike"]   .gc-board__icon { color: var(--gc-green); }
.gc-board__row[data-key="family"] .gc-board__icon { color: var(--gc-amber); }
.gc-board__row[data-key="bade"]   .gc-board__icon { color: var(--gc-aqua); }
.gc-board__row[data-key="surf"]   .gc-board__icon { color: var(--gc-violet); }
.gc-board__activity { display: flex; flex-direction: column; gap: 4px; }
.gc-board__activity-name { font-size: 15px; font-weight: 700; color: var(--gc-text);
    letter-spacing: -0.01em; line-height: 1.2; }
.gc-board__activity-tag { font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.4px; color: var(--gc-text-muted); }
.gc-board__verdict { font-size: 13px; font-weight: 800; text-align: center; padding: 6px 10px;
    border-radius: 6px; text-transform: uppercase; letter-spacing: 1.2px; white-space: nowrap; }
.gc-board__row[data-ampel="green"]  .gc-board__verdict { background: rgba(16, 185, 129, 0.15); color: var(--gc-green); }
.gc-board__row[data-ampel="yellow"] .gc-board__verdict { background: rgba(245, 158, 11, 0.15); color: var(--gc-yellow); }
.gc-board__row[data-ampel="red"]    .gc-board__verdict { background: rgba(239, 68, 68, 0.15); color: var(--gc-red); }
.gc-board__reason { font-size: 13.5px; color: var(--gc-text-soft); line-height: 1.5; }
.gc-board__score-block { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; min-width: 0; }
.gc-board__score-row { display: flex; align-items: baseline; gap: 6px; }
.gc-board__score { font-size: 22px; font-weight: 900; line-height: 1;
    font-variant-numeric: tabular-nums; letter-spacing: -0.03em; }
.gc-board__row[data-ampel="green"]  .gc-board__score { color: var(--gc-green); }
.gc-board__row[data-ampel="yellow"] .gc-board__score { color: var(--gc-yellow); }
.gc-board__row[data-ampel="red"]    .gc-board__score { color: var(--gc-red); }
.gc-board__score-of { font-size: 12px; color: var(--gc-text-muted); font-weight: 500; }
.gc-board__bar { width: 100%; height: 4px; background: rgba(248, 250, 252, 0.08);
    border-radius: 2px; overflow: hidden; max-width: 110px; }
.gc-board__bar-fill { height: 100%; border-radius: 2px;
    transition: width 1.4s cubic-bezier(0.16, 1, 0.3, 1) calc(var(--gc-delay, 0) * 0.1s); }
.gc-board__row[data-ampel="green"]  .gc-board__bar-fill { background: var(--gc-green); }
.gc-board__row[data-ampel="yellow"] .gc-board__bar-fill { background: var(--gc-yellow); }
.gc-board__row[data-ampel="red"]    .gc-board__bar-fill { background: var(--gc-red); }
.gc-board__footer { display: flex; flex-wrap: wrap; justify-content: space-between;
    align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--gc-line);
    font-size: 11px; color: var(--gc-text-muted); text-transform: uppercase;
    letter-spacing: 1.2px; font-weight: 600; }
.gc-board__confidence { display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 12px 6px 10px; background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 8px;
    font-size: 11.5px; font-weight: 600; color: var(--gc-text);
    text-transform: none; letter-spacing: 0.01em; }
.gc-board__confidence--high { border-color: rgba(16, 185, 129, 0.35); background: rgba(16, 185, 129, 0.08); }
.gc-board__confidence--mid  { border-color: rgba(245, 158, 11, 0.35); background: rgba(245, 158, 11, 0.08); }
.gc-board__confidence--low  { border-color: rgba(239, 68, 68, 0.35);  background: rgba(239, 68, 68, 0.08); }
.gc-board__confidence-icon { width: 14px; height: 14px; flex-shrink: 0; color: var(--gc-text-muted); }
.gc-board__confidence--high .gc-board__confidence-icon { color: var(--gc-green); }
.gc-board__confidence--mid  .gc-board__confidence-icon { color: var(--gc-yellow); }
.gc-board__confidence--low  .gc-board__confidence-icon { color: var(--gc-red); }
.gc-board__confidence-num { color: var(--gc-text-muted); font-weight: 700;
    font-variant-numeric: tabular-nums; }
.gc-board__sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 820px) {
    .gc-board__inner { padding: 28px 22px; }
    .gc-board__row { grid-template-columns: 48px 1fr auto;
        grid-template-areas: "icon name verdict" "icon reason reason" "score score score";
        gap: 8px 14px; padding: 14px 16px 16px; }
    .gc-board__icon-wrap { grid-area: icon; }
    .gc-board__activity { grid-area: name; }
    .gc-board__verdict { grid-area: verdict; align-self: start; }
    .gc-board__reason { grid-area: reason; font-size: 13px; }
    .gc-board__score-block { grid-area: score; flex-direction: row; align-items: center;
        justify-content: flex-start; gap: 12px; width: 100%;
        padding-top: 6px; border-top: 1px solid var(--gc-line); margin-top: 4px; }
    .gc-board__bar { max-width: none; flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .gc-region-card,
    .gc-region-card__title,
    .gc-region-card__link,
    .gc-link-card,
    .gc-link-card__title::after,
    .gc-faq__item,
    .gc-faq__question,
    .gc-faq__question::before,
    .gc-faq__item[open] .gc-faq__question::before {
        transition: none !important;
        transform: none !important;
        animation: none !important;
    }

    .gc-compass__pill-dot, .gc-compass__card-bar-fill, .gc-compass__card,
    .gc-brief__pill-dot, .gc-board__pill-dot, .gc-board__bar-fill,
    .gc-outlook__day-bar-fill, .gc-hero__pill-dot,
    .gc-climate__bar-fill { animation: none !important; transition: none !important; }
}

/* ====== SCORE-LEGEND (Methodik-Erklaerung) ====== */
.gc-legend {
    --gc-deep-1: #0B1F3A; --gc-deep-2: #112F5C; --gc-deep-3: #1B4D8C;
    --gc-line: rgba(248, 250, 252, 0.08); --gc-text: #F8FAFC;
    --gc-text-soft: rgba(248, 250, 252, 0.78); --gc-text-muted: rgba(248, 250, 252, 0.5);
    --gc-magenta: #EC4899; --gc-gold: #FBBF24; --gc-aqua: #38BDF8;
    --gc-warm: #F97316; --gc-violet: #A78BFA;
    --gc-radius: 14px;
    background: linear-gradient(180deg, var(--gc-deep-1) 0%, var(--gc-deep-2) 50%, var(--gc-deep-3) 100%);
    border-radius: var(--gc-radius); color: var(--gc-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.55; position: relative; overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(11, 31, 58, 0.5);
}
.gc-legend__pattern { position: absolute; inset: 0; opacity: 0.25; pointer-events: none;
    mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%); }
.gc-legend__inner { position: relative; z-index: 1; padding: 40px 44px; }
.gc-legend__masthead { display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    padding-bottom: 18px; border-bottom: 1px solid var(--gc-line); margin-bottom: 22px; }
.gc-legend__pill { display: inline-flex; align-items: center; background: var(--gc-magenta);
    color: #FFF; font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.6px; padding: 6px 12px; border-radius: 4px; }
.gc-legend__title { font-size: clamp(22px, 2.6vw, 28px); font-weight: 800; color: var(--gc-text);
    letter-spacing: -0.025em; margin: 0; }
.gc-legend__lead { font-size: clamp(15px, 1.6vw, 17px); color: var(--gc-text-soft);
    line-height: 1.65; margin: 0 0 28px; max-width: 100%; }
.gc-legend__lead strong { color: var(--gc-text); font-weight: 700; }

/* === 4-Tile-Grid === */
.gc-legend__grid { display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 14px; margin-bottom: 24px; }
.gc-legend__tile { background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px;
    padding: 18px 20px; display: flex; flex-direction: column; gap: 8px;
    transition: background 0.25s, border-color 0.25s; }
.gc-legend__tile:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.14); }
.gc-legend__tile[data-key="sun"]   { border-left: 3px solid var(--gc-gold); }
.gc-legend__tile[data-key="temp"]  { border-left: 3px solid var(--gc-warm); }
.gc-legend__tile[data-key="wind"]  { border-left: 3px solid var(--gc-violet); }
.gc-legend__tile[data-key="rain"]  { border-left: 3px solid var(--gc-aqua); }
.gc-legend__tile-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.gc-legend__tile-icon { width: 28px; height: 28px; flex-shrink: 0; opacity: 0.95; }
.gc-legend__tile[data-key="sun"]  .gc-legend__tile-icon { color: var(--gc-gold); }
.gc-legend__tile[data-key="temp"] .gc-legend__tile-icon { color: var(--gc-warm); }
.gc-legend__tile[data-key="wind"] .gc-legend__tile-icon { color: var(--gc-violet); }
.gc-legend__tile[data-key="rain"] .gc-legend__tile-icon { color: var(--gc-aqua); }
.gc-legend__tile-points { font-size: 11px; font-weight: 800; text-transform: uppercase;
    letter-spacing: 1.4px; color: var(--gc-text-muted); white-space: nowrap; }
.gc-legend__tile-name { font-size: 16px; font-weight: 700; color: var(--gc-text);
    letter-spacing: -0.01em; margin: 4px 0 0; }
.gc-legend__tile-desc { font-size: 13.5px; color: var(--gc-text-soft);
    line-height: 1.5; margin: 4px 0 0; }

/* === Bonus-Hinweis === */
.gc-legend__bonus { display: flex; align-items: flex-start; gap: 14px;
    padding: 16px 20px; margin-bottom: 22px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(236, 72, 153, 0.18); border-radius: 10px; }
.gc-legend__bonus-icon { width: 24px; height: 24px; flex-shrink: 0;
    color: var(--gc-magenta); margin-top: 2px; }
.gc-legend__bonus-text { font-size: 13.5px; color: var(--gc-text-soft); line-height: 1.55; flex: 1; }
.gc-legend__bonus-text strong { color: var(--gc-text); font-weight: 700; }

/* === Footer === */
.gc-legend__footer { display: flex; flex-wrap: wrap; justify-content: space-between;
    gap: 12px; padding-top: 18px; border-top: 1px solid var(--gc-line);
    font-size: 11px; color: var(--gc-text-muted); }
.gc-legend__source, .gc-legend__update { line-height: 1.5; }
.gc-legend__source strong { color: var(--gc-text-soft); font-weight: 600; }
.gc-legend__update { font-style: italic; }

@media (max-width: 900px) {
    .gc-legend__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
    .gc-legend__inner { padding: 28px 22px; }
    .gc-legend__grid { grid-template-columns: 1fr; gap: 12px; }
    .gc-legend__bonus { flex-direction: column; gap: 8px; padding: 14px 16px; }
}

/* ====== GENERIC EDITORIAL SECTION + .gc-prose Typography (Light-Mode v3.4.1) ======
   Matched ans Original-Site-Styling: mittel-blaue Headings, slate-Body,
   weisser Hintergrund. Pill in Hellblau (statt Magenta). */
.gc-section {
    --gc-section-heading: #4583cf;        /* Mittel-blau wie Site-Headings */
    --gc-section-pill-bg: #e7f0fb;        /* Sky-100 — sanfter Hellblau-Wash */
    --gc-section-pill-text: #4583cf;
    --gc-section-masthead-bg: #f1f6fc;    /* Sky-50 — wie "Was tun bei Regen am Gardasee?" Headline-Hintergrund */
    --gc-section-body: #4583cf;           /* Slate-600 */
    --gc-section-strong: #4583cf;         /* Slate-900 */
    --gc-section-line: #e2e8f0;           /* Slate-200 */
    --gc-section-link: #4583cf;
    --gc-section-bullet: #4583cf;
    --gc-text: var(--gc-section-strong);
    --gc-text-soft: var(--gc-section-body);
    --gc-text-muted: #94a3b8;
    --gc-line: var(--gc-section-line);
    --gc-magenta: var(--gc-section-link);

    position: relative;
    background: transparent;              /* sitzt direkt auf der Page-Bg */
    color: var(--gc-section-body);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.7;
    margin: 18px 0;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.gc-section__pattern { display: none; }                       /* Topo-pattern nur im Dark-Mode noetig */
.gc-section__inner { position: relative; padding: 0; }
.gc-section__masthead {
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
    padding: 10px 18px 10px 14px;
    background: var(--gc-section-masthead-bg);
    border-left: 4px solid var(--gc-section-heading);
    border-radius: 0 8px 8px 0;
    margin: 0 0 14px;
}
.gc-section__pill {
    display: inline-flex; align-items: center;
    background: var(--gc-section-pill-bg);
    color: var(--gc-section-pill-text);
    font-size: 10.5px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 1.4px; padding: 4px 10px; border-radius: 999px;
}
.gc-section__title {
    font-size: 28px;
    font-weight: 600;
    color: var(--gc-section-heading);
    letter-spacing: -0.01em; line-height: 1.25; margin: 0;
}
@media (max-width: 720px) {
    .gc-section__title { font-size: 22px; line-height: 1.3; }
}
@media (max-width: 480px) {
    .gc-section__title { font-size: 20px; }
}
.gc-section__body { color: var(--gc-section-body); max-width: none; width: 100%; }
/* Prose-Klemme nur fuer Editorial-Lauftext, nicht fuer Region-Cards / Komponenten */
.gc-section__body > p,
.gc-section__body > h2, .gc-section__body > h3, .gc-section__body > h4,
.gc-section__body > ul, .gc-section__body > ol,
.gc-section__body > blockquote { max-width: none; width: 100%; }
.gc-section__body .gc-region-card,
.gc-section__body article.gc-region-card { width: 100%; max-width: none; }
.gc-section__footer {
    padding-top: 10px; margin-top: 14px;
    border-top: 1px solid var(--gc-section-line);
    font-size: 12px; color: var(--gc-text-muted);
    letter-spacing: 0.4px; font-weight: 500;
}
.gc-section__source { display: inline-block; font-style: italic; }

/* === .gc-prose Typography (Light, matched ans Original) === */
.gc-prose {
    color: #4583cf;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.7;
    font-size: 16px;
    max-width: none;        /* Container 100% — keine Klemme */
    width: 100%;
}
/* Lese-Klemme nur auf reine Lauftext-Elemente, NICHT auf Cards/Komponenten */
.gc-prose p, .gc-prose h2, .gc-prose h3, .gc-prose h4,
.gc-prose ul, .gc-prose ol, .gc-prose blockquote {
    max-width: none;
}
.gc-prose .gc-region-card { max-width: none; width: 100%; }
.gc-prose > *:first-child { margin-top: 0; }
.gc-prose > *:last-child  { margin-bottom: 0; }

/* Lead-Paragraph (erstes <p> direkt nach masthead) — eine Spur groesser/dunkler */
.gc-section__body > .gc-prose > p:first-child {
    font-size: 17px;
    color: #4583cf;
}

.gc-prose h2 {
    font-size: 28px;
    font-weight: 600;
    color: #4583cf;
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin: 22px 0 8px;
}
.gc-prose h3 {
    font-size: 20px;
    font-weight: 600;
    color: #4583cf;
    letter-spacing: -0.005em;
    line-height: 1.3;
    margin: 18px 0 6px;
}
.gc-prose h4 {
    font-size: 16px;
    font-weight: 600;
    color: #4583cf;
    margin: 16px 0 6px;
}
.gc-prose p { margin: 0 0 14px; }
.gc-prose strong, .gc-prose b { color: #4583cf; font-weight: 600; }   /* Bold = Site-Blau, wie "Verona" im Original */
.gc-prose em, .gc-prose i { color: #4583cf; font-style: italic; }
.gc-prose a {
    color: #4583cf;
    text-decoration: none;
    border-bottom: 1px solid rgba(69, 131, 207, 0.30);
    padding-bottom: 1px;
    transition: border-color 140ms ease, color 140ms ease;
    font-weight: 600;
}
.gc-prose a:hover, .gc-prose a:focus-visible { color: #4583cf; border-bottom-color: #4583cf; }
.gc-prose ul, .gc-prose ol { margin: 0 0 16px; padding-left: 22px; }
.gc-prose li { margin: 0 0 6px; }
.gc-prose ul li::marker { color: #4583cf; }
.gc-prose ol li::marker { color: #94a3b8; font-variant-numeric: tabular-nums; font-weight: 600; }
.gc-prose blockquote {
    margin: 22px 0; padding: 14px 20px;
    border-left: 3px solid #4583cf;
    background: #f8fafc;
    color: #4583cf;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}
.gc-prose code {
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 0.92em; padding: 2px 6px; border-radius: 4px;
    background: #f1f5f9; color: #4583cf;
}
.gc-prose pre {
    padding: 16px 20px; border-radius: 8px;
    background: #4583cf; color: #f8fafc; overflow-x: auto; margin: 18px 0;
}
.gc-prose pre code { background: none; padding: 0; color: inherit; }
.gc-prose pre { -webkit-overflow-scrolling: touch; }
.gc-prose table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.gc-prose img, .gc-prose video, .gc-prose iframe { max-width: 100%; height: auto; }
.gc-prose hr { border: 0; border-top: 1px solid #e2e8f0; margin: 28px 0; }
.gc-prose img { max-width: 100%; height: auto; border-radius: 8px; margin: 18px 0; display: block; }
.gc-prose table { width: 100%; border-collapse: collapse; margin: 18px 0; font-variant-numeric: tabular-nums; }
.gc-prose th, .gc-prose td { padding: 10px 12px; text-align: left; border-bottom: 1px solid #e2e8f0; }
.gc-prose th { font-weight: 600; color: #4583cf; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }

@media (max-width: 720px) {
    .gc-section { margin: 14px 0; }
    .gc-section__inner { padding: 0; }
    .gc-section__masthead { gap: 8px; padding: 10px 14px 10px 12px; margin-bottom: 12px; border-left-width: 3px; }
    .gc-prose { font-size: 15px; line-height: 1.65; }
    .gc-prose h2 { font-size: 22px; line-height: 1.3; margin-top: 28px; }
    .gc-prose h3 { font-size: 17px; line-height: 1.3; margin-top: 22px; }
    .gc-prose h4 { font-size: 15.5px; }
}
@media (max-width: 480px) {
    .gc-section { margin: 12px 0; }
    .gc-prose { font-size: 14.5px; line-height: 1.6; }
    .gc-prose h2 { font-size: 20px; margin-top: 24px; }
    .gc-prose h3 { font-size: 16px; margin-top: 20px; }
    .gc-prose ul, .gc-prose ol { padding-left: 20px; }
    .gc-prose li { margin: 0 0 8px; }
    .gc-section__body > .gc-prose > p:first-child,
    .gc-section__body > p:first-child { font-size: 15.5px; }    /* Lead-Paragraph kleiner */
}

/* ============================================================
   GardaCast — Region-Card (v3.4.0)
   Sub-Komponente fuer [gardacast_region_card] innerhalb
   [gardacast_section]. 4 Accent-Variants fuer die Garda-Regionen.
   ============================================================ */

.gc-region-card {
    /* Light-Editorial — Farben matched ans Original-Site-Blau (#4583cf fuer ALLES) */
    --gc-region-accent: #4583cf;
    --gc-region-accent-soft: rgba(69, 131, 207, 0.10);
    --gc-region-heading: #4583cf;            /* Einheitliches Site-Blau fuer ALLE Card-Headings */
    --gc-region-body: #4583cf;               /* Slate-600 — entspannt lesbar, gedaempft */
    --gc-region-strong: #4583cf;             /* Bold-Highlights ebenfalls Site-Blau (wie "Verona" im Original) */
    --gc-region-line: #E2E8F0;               /* Slate-200 — dezente Trennlinien */
    --gc-region-bg: #FFFFFF;
    --gc-region-bg-hover: #F8FAFC;           /* Slate-50 — minimal heller bei Hover */

    position: relative;
    margin: 22px 0 0;
    padding: 16px 24px 20px;
    background: var(--gc-region-bg);
    border: 1px solid var(--gc-region-line);
    border-left: 3px solid var(--gc-region-accent);
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: background 200ms ease, box-shadow 200ms ease,
                transform 200ms ease, border-color 200ms ease;
}

.gc-region-card:first-child { margin-top: 0; }
.gc-region-card { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }

@media (hover: hover) and (pointer: fine) {
    .gc-region-card:hover,
    .gc-region-card:focus-within {
        background: var(--gc-region-bg-hover);
        border-left-color: #ec4899;
        box-shadow: 0 6px 18px rgba(236, 72, 153, 0.10),
                    0 2px 4px rgba(69, 131, 207, 0.05);
        transform: translateY(-1px);
    }
    }
/* Touch-Feedback statt Hover */
.gc-region-card:active {
    background: var(--gc-region-bg-hover);
    border-left-color: #ec4899;
    transform: scale(0.998);
    transition-duration: 100ms;
}

/* Accent-Variants — alle EINHEITLICH Site-Blau (#4583cf) wie im Original.
   Differenzierung der Regionen passiert ueber das Pill-Label (Nord/Ost/Sued/West),
   nicht ueber unterschiedliche Farben. */
.gc-region-card--alpine,
.gc-region-card--mediterranean,
.gc-region-card--lake,
.gc-region-card--mountain {
    --gc-region-accent: #4583cf;
    --gc-region-accent-soft: rgba(69, 131, 207, 0.10);
}

.gc-region-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    flex-wrap: wrap;
}

.gc-region-card__pill {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    background: var(--gc-region-accent-soft);
    color: var(--gc-region-accent);
    border-radius: 999px;
    font: 600 10.5px/1 var(--gc-font, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.gc-region-card__title {
    margin: 0;
    font: 600 1.15rem/1.35 var(--gc-font, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);
    color: var(--gc-region-heading);
    letter-spacing: -0.005em;
    transition: transform 200ms ease, color 200ms ease;
}

.gc-region-card__body {
    color: var(--gc-region-body);
    font-size: 15px;
    line-height: 1.7;
}

.gc-region-card__body p { margin: 0 0 10px; }
.gc-region-card__body p:last-child { margin-bottom: 0; }
.gc-region-card__body strong { color: var(--gc-region-strong); font-weight: 600; }
.gc-region-card__body em { color: var(--gc-region-accent); font-style: normal; font-weight: 500; }
.gc-region-card__body a { color: var(--gc-region-accent); text-decoration: none; border-bottom: 1px solid var(--gc-region-accent-soft); }
.gc-region-card__body a:hover { border-bottom-color: var(--gc-region-accent); }

.gc-region-card__footer {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--gc-region-line);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gc-region-card__ideal {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
}

.gc-region-card__ideal-label {
    flex-shrink: 0;
    font: 600 10.5px/1 var(--gc-font, ui-sans-serif, system-ui);
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #db2777;                              /* Pink-Akzent (Rose-600) */
    padding: 3px 8px;
    background: rgba(236, 72, 153, 0.10);        /* Pink-Wash, harmoniert mit Blau */
    border-radius: 4px;
}

.gc-region-card__ideal-text {
    color: var(--gc-region-body);
}

.gc-region-card__links {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 10px;
    font-size: 14px;
}


.gc-region-card__link {
    color: var(--gc-region-accent);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding: 4px 0 5px;             /* mehr Hit-Area, ohne visuelle Vergroesserung */
    transition: border-color 140ms ease, color 140ms ease;
    font-weight: 500;
    display: inline-block;
    line-height: 1.4;
}

@media (hover: hover) and (pointer: fine) {
    .gc-region-card__link:hover {
        color: #db2777;
        border-bottom-color: #ec4899;
    }
}
.gc-region-card__link:focus-visible,
.gc-region-card__link:active {
    color: #db2777;
    border-bottom-color: #ec4899;
}

.gc-region-card__link:focus-visible {
    outline: 2px solid var(--gc-region-accent);
    outline-offset: 3px;
    border-radius: 2px;
}

.gc-region-card__link-sep {
    color: #CBD5E1;
    font-weight: 400;
}


@media (max-width: 720px) {
    .gc-region-card { padding: 14px 16px 18px; margin-top: 16px; border-left-width: 4px; }
    .gc-region-card__title { font-size: 17px; line-height: 1.3; }
    .gc-region-card__head { gap: 8px; margin-bottom: 10px; }
    .gc-region-card__body { font-size: 14.5px; line-height: 1.65; }
    .gc-region-card__footer { padding-top: 10px; margin-top: 12px; }
    .gc-region-card__pill { letter-spacing: 1px; }
    .gc-region-card__ideal-label { letter-spacing: 1px; }
    .gc-region-card__links { gap: 6px 14px; font-size: 14.5px; }
    .gc-region-card__link-sep { display: none; }   /* auf Mobile statt Bullets stacken */
}
@media (max-width: 480px) {
    .gc-region-card { padding: 12px 14px 16px; }
    .gc-region-card__title { font-size: 16px; }
    .gc-region-card__head { gap: 6px; margin-bottom: 8px; }
    .gc-region-card__links { flex-direction: column; gap: 6px 0; align-items: flex-start; }
    .gc-region-card__link {
        width: 100%;
        padding: 8px 0 9px;
        border-bottom: 0.5px solid rgba(69, 131, 207, 0.15);   /* Trennlinie zwischen gestackten Links */
    }
    .gc-region-card__link:last-child { border-bottom: 0; }
}

/* ============================================================
   GardaCast — FAQ-Akkordeon (v3.4.1)
   Native <details>/<summary> — kein JS, browser-accessible.
   ============================================================ */

.gc-faq {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 12px 0;
    width: 100%;
}

.gc-faq__item {
    border: 0.5px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    scroll-margin-top: 80px;
}

.gc-faq__item[open] {
    background: #f1f6fc;
    border-color: rgba(236, 72, 153, 0.30);
    box-shadow: 0 2px 6px rgba(236, 72, 153, 0.08),
                0 1px 2px rgba(69, 131, 207, 0.04);
}
@media (hover: hover) and (pointer: fine) {
    .gc-faq__item[open] {
        box-shadow: 0 4px 14px rgba(236, 72, 153, 0.10),
                    0 1px 2px rgba(69, 131, 207, 0.05);
    }
}

.gc-faq__question {
    cursor: pointer;
    padding: 10px 14px;
    font-weight: 600;
    color: #4583cf;
    font-size: 15px;
    line-height: 1.4;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.gc-faq__question::-webkit-details-marker { display: none; }
.gc-faq__question::marker { display: none; content: ''; }

.gc-faq__question::before {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(69, 131, 207, 0.10);
    color: #4583cf;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
    transition: background 200ms ease, color 200ms ease, transform 250ms ease;
}

.gc-faq__item[open] .gc-faq__question::before {
    content: "−";
    background: rgba(236, 72, 153, 0.15);
    color: #db2777;
    transform: rotate(180deg);
}

@media (hover: hover) and (pointer: fine) {
    .gc-faq__question:hover { background: rgba(69, 131, 207, 0.04); border-radius: 8px 8px 0 0; }
}
.gc-faq__question:active { background: rgba(69, 131, 207, 0.08); }

.gc-faq__question:focus-visible {
    outline: 2px solid #4583cf;
    outline-offset: -2px;
    border-radius: 0 6px 6px 0;
}

.gc-faq__answer {
    padding: 0 18px 16px 52px;
    color: #4583cf;
    line-height: 1.7;
    font-size: 15px;
}

.gc-faq__answer p { margin: 0 0 10px; }
.gc-faq__answer p:last-child { margin-bottom: 0; }
.gc-faq__answer strong { color: #4583cf; font-weight: 600; }
.gc-faq__answer a {
    color: #4583cf;
    text-decoration: none;
    border-bottom: 1px solid rgba(69, 131, 207, 0.30);
    padding-bottom: 1px;
    font-weight: 600;
}
.gc-faq__answer a:hover { border-bottom-color: #4583cf; }
.gc-faq__answer ul { margin: 8px 0; padding-left: 22px; }
.gc-faq__answer li { margin: 0 0 4px; }
.gc-faq__answer li::marker { color: #4583cf; }

@media (max-width: 720px) {
    .gc-faq__question { padding: 14px 14px; font-size: 14.5px; gap: 10px; min-height: 44px; }
    .gc-faq__question::before { width: 24px; height: 24px; font-size: 18px; }
    .gc-faq__answer { padding: 0 14px 14px 48px; font-size: 14.5px; line-height: 1.65; }
}
@media (max-width: 480px) {
    .gc-faq__question { padding: 14px 12px; font-size: 14px; }
    .gc-faq__answer { padding: 0 12px 14px 12px; font-size: 14px; }   /* answer flush links auf engen Geraeten */
}


/* ============================================================
   GardaCast — Link-Grid (v3.4.1)
   Card-Grid fuer interne Verlinkung am Page-Footer.
   ============================================================ */

.gc-link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;
    margin: 16px 0;
    width: 100%;
}

.gc-link-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    padding: 14px 18px;
    background: #fff;
    border: 0.5px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none !important;
    color: #4583cf !important;
    transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gc-link-card {
    transition: background 200ms ease, box-shadow 200ms ease,
                transform 200ms ease, border-color 200ms ease;
}
@media (hover: hover) and (pointer: fine) {
    .gc-link-card:hover {
        background: #f1f6fc;
        border-color: rgba(236, 72, 153, 0.30);
        box-shadow: 0 6px 18px rgba(236, 72, 153, 0.10),
                    0 2px 4px rgba(69, 131, 207, 0.05);
        transform: translateY(-1px);
    }
}
.gc-link-card:focus-visible {
    background: #f1f6fc;
    border-color: rgba(236, 72, 153, 0.30);
    box-shadow: 0 4px 12px rgba(236, 72, 153, 0.10);
    outline: 2px solid #4583cf;
    outline-offset: 3px;
}
.gc-link-card:active {
    background: #f1f6fc;
    border-color: rgba(236, 72, 153, 0.30);
    transform: scale(0.998);
    transition-duration: 100ms;
}

.gc-link-card:focus-visible {
    outline: 2px solid #4583cf;
    outline-offset: 3px;
    border-radius: 6px;
}

.gc-link-card__title {
    font-size: 15px;
    font-weight: 600;
    color: #4583cf;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.35;
}

.gc-link-card__title-text { flex: 1; }

.gc-link-card__title::after {
    content: "→";
    margin-left: auto;
    opacity: 0.40;
    transition: opacity 180ms ease, transform 180ms ease;
    flex-shrink: 0;
    font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
    .gc-link-card:hover .gc-link-card__title::after {
        opacity: 1;
        color: #db2777;
        transform: translateX(4px);
    }
}
.gc-link-card:focus-visible .gc-link-card__title::after,
.gc-link-card:active .gc-link-card__title::after {
    opacity: 1;
    color: #db2777;
    transform: translateX(4px);
}

.gc-link-card__desc {
    font-size: 13.5px;
    color: #4583cf;
    line-height: 1.55;
    opacity: 0.78;
}

@media (max-width: 720px) {
    .gc-link-grid { grid-template-columns: 1fr; gap: 8px; margin: 14px 0; }
    .gc-link-card { padding: 14px 14px; min-height: 44px; }
    .gc-link-card__title { font-size: 14.5px; gap: 6px; }
    .gc-link-card__desc { font-size: 13px; }
}
@media (max-width: 480px) {
    .gc-link-card { padding: 12px 12px; }
    .gc-link-card__title { font-size: 14px; }
    .gc-link-card__desc { font-size: 12.5px; }
}

/* ============================================================
   GardaCast — Globale Attribution-Bar (v3.4.4)
   Einmalig am Page-Ende via wp_footer-Hook gerendert,
   sobald mind. eine Komponente auf der Seite ist (CC BY 4.0).
   ============================================================ */
.gc-attribution {
    display: block;
    margin: 32px auto 16px;
    padding: 8px 14px;
    text-align: center;
    font-size: 11.5px;
    line-height: 1.5;
    color: #94a3b8;
    letter-spacing: 0.2px;
    max-width: 100%;
}
.gc-attribution a {
    color: #4583cf;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(69, 131, 207, 0.30);
    padding-bottom: 1px;
    transition: color 140ms ease, border-color 140ms ease;
}
@media (hover: hover) and (pointer: fine) {
    .gc-attribution a:hover { color: #db2777; border-bottom-color: #ec4899; }
}
.gc-attribution a:focus-visible {
    outline: 2px solid #4583cf;
    outline-offset: 2px;
    border-radius: 2px;
}
@media (max-width: 720px) {
    .gc-attribution { font-size: 11px; padding: 8px 10px; margin-top: 24px; }
}

/* =====================================================================
 * GardaCast v3.5.0 — Surf Components
 * ===================================================================== */

/* --- Common --- */
.gc-surf-today,
.gc-surf-spot,
.gc-surf-legend {
    margin: 32px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1a2434;
}

.gc-surf-today__head,
.gc-surf-spot__head,
.gc-surf-legend__title {
    margin-bottom: 16px;
}

.gc-surf-today__headline,
.gc-surf-legend__title {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
    color: #4583cf;
    margin: 0 0 8px;
}

.gc-surf-today__subline {
    font-size: 15px;
    color: #6a7585;
    line-height: 1.5;
    margin: 0;
}

/* --- Loading + Error --- */
.gc-surf-today__loading,
.gc-surf-spot__loading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 16px;
    background: #f5f8fc;
    border-radius: 10px;
    color: #4583cf;
    font-size: 14px;
}
.gc-surf-today__spinner,
.gc-surf-spot__spinner {
    width: 18px;
    height: 18px;
    border: 2px solid #c8d8ee;
    border-top-color: #4583cf;
    border-radius: 50%;
    animation: gc-surf-spin 0.7s linear infinite;
}
@keyframes gc-surf-spin {
    to { transform: rotate(360deg); }
}
.gc-surf-today__error,
.gc-surf-spot__error {
    padding: 16px;
    background: #fef2f2;
    color: #b91c1c;
    border-radius: 8px;
    font-size: 14px;
}

/* --- Spot-Cards Grid (Hub-Übersicht) --- */
.gc-surf-today__spots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.gc-surf-card {
    background: #fff;
    border: 1px solid #e3e8f0;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color 0.2s, transform 0.2s;
}
.gc-surf-card:hover {
    border-color: #ec4899;
    transform: translateY(-2px);
}

.gc-surf-card__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.gc-surf-card__name {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #1a2434;
    flex: 1 1 100%;
}
.gc-surf-card__pill {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 600;
    background: #e3effc;
    color: #4583cf;
}
.gc-surf-card__pill--beginner_friendly { background: #ecfdf5; color: #047857; }
.gc-surf-card__pill--intermediate     { background: #fef3c7; color: #92400e; }
.gc-surf-card__pill--advanced         { background: #fee2e2; color: #b91c1c; }

.gc-surf-card__region {
    font-size: 12px;
    color: #6a7585;
}

.gc-surf-card__windows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gc-surf-card__empty {
    text-align: center;
    padding: 16px 12px;
    background: #f8fafd;
    border-radius: 8px;
}
.gc-surf-card__empty p {
    margin: 0;
    font-size: 13px;
    color: #6a7585;
    line-height: 1.5;
}
.gc-surf-card__empty-icon {
    display: block;
    font-size: 24px;
    margin-bottom: 6px;
}
.gc-surf-card__empty-hint {
    font-size: 12px;
    color: #9aa4b3;
    margin-top: 4px !important;
}

/* --- Window-Pill (Live-Window) --- */
.gc-surf-window {
    background: linear-gradient(135deg, #f0f7ff 0%, #e3effc 100%);
    border-radius: 8px;
    padding: 12px 14px;
    border-left: 3px solid #4583cf;
}
.gc-surf-window--ora {
    background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
    border-left-color: #ec4899;
}
.gc-surf-window__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 6px;
}
.gc-surf-window__type {
    font-size: 13px;
    font-weight: 700;
    color: #4583cf;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.gc-surf-window--ora .gc-surf-window__type { color: #ec4899; }
.gc-surf-window__date {
    font-size: 11px;
    color: #6a7585;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.gc-surf-window__time {
    font-size: 17px;
    font-weight: 700;
    color: #1a2434;
    margin-bottom: 8px;
}
.gc-surf-window__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 12px;
    margin: 0;
}
.gc-surf-window__stat {
    margin: 0;
}
.gc-surf-window__stat dt {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9aa4b3;
    margin: 0;
}
.gc-surf-window__stat dd {
    font-size: 13px;
    font-weight: 600;
    color: #1a2434;
    margin: 0;
}
.gc-surf-window__skill {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 99px;
    font-size: 11px;
}
.gc-surf-window__skill--beginner     { background: #ecfdf5; color: #047857; }
.gc-surf-window__skill--intermediate { background: #fef3c7; color: #92400e; }
.gc-surf-window__skill--advanced     { background: #fee2e2; color: #b91c1c; }
.gc-surf-window__skill--pro          { background: #f3e8ff; color: #6b21a8; }
.gc-surf-window__skill--unsafe       { background: #1f2937; color: #fff; }

.gc-surf-window__headline {
    font-size: 12px;
    color: #6a7585;
    margin: 8px 0 0;
    line-height: 1.4;
    font-style: italic;
}

/* --- Footer --- */
.gc-surf-today__foot {
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px solid #e3e8f0;
}
.gc-surf-today__meta {
    font-size: 11px;
    color: #9aa4b3;
    margin: 0;
}
.gc-surf-today__meta a { color: #4583cf; text-decoration: underline; }
.gc-surf-today__meta-sep { margin: 0 6px; }

/* --- Single-Spot --- */
.gc-surf-spot__card {
    background: #fff;
    border: 1px solid #e3e8f0;
    border-radius: 14px;
    padding: 24px;
}
.gc-surf-spot__pill {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 99px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}
.gc-surf-spot__pill--beginner_friendly { background: #ecfdf5; color: #047857; }
.gc-surf-spot__pill--intermediate     { background: #fef3c7; color: #92400e; }
.gc-surf-spot__pill--advanced         { background: #fee2e2; color: #b91c1c; }
.gc-surf-spot__name {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #4583cf;
}
.gc-surf-spot__region {
    font-size: 14px;
    color: #6a7585;
    margin: 0 0 16px;
}
.gc-surf-spot__windows {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.gc-surf-spot__profile {
    background: #f8fafd;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 16px;
}
.gc-surf-spot__profile-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
    color: #6a7585;
}
.gc-surf-spot__profile-list {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 6px 16px;
    margin: 0;
}
.gc-surf-spot__profile-list dt {
    font-weight: 600;
    color: #4583cf;
}
.gc-surf-spot__profile-list dd {
    margin: 0;
    color: #1a2434;
}
.gc-surf-spot__meta {
    font-size: 11px;
    color: #9aa4b3;
    margin: 0;
}
.gc-surf-spot__meta a { color: #4583cf; }

/* --- Legend --- */
.gc-surf-legend__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}
.gc-surf-legend__card {
    background: #fff;
    border: 1px solid #e3e8f0;
    border-radius: 12px;
    padding: 20px;
}
.gc-surf-legend__card--peler { border-top: 4px solid #4583cf; }
.gc-surf-legend__card--ora   { border-top: 4px solid #ec4899; }
.gc-surf-legend__card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.gc-surf-legend__icon {
    font-size: 32px;
    line-height: 1;
}
.gc-surf-legend__card--peler .gc-surf-legend__icon { color: #4583cf; }
.gc-surf-legend__card--ora   .gc-surf-legend__icon { color: #ec4899; }
.gc-surf-legend__card-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1a2434;
}
.gc-surf-legend__when,
.gc-surf-legend__where,
.gc-surf-legend__strength {
    margin: 4px 0;
    font-size: 14px;
    color: #1a2434;
}
.gc-surf-legend__card p:last-child {
    margin-top: 12px;
    font-size: 13px;
    color: #6a7585;
    line-height: 1.55;
}

.gc-surf-legend__detail {
    background: #f8fafd;
    border-radius: 12px;
    padding: 20px;
}
.gc-surf-legend__detail-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #1a2434;
}
.gc-surf-legend__skill-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gc-surf-legend__skill-list li {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.55;
    color: #1a2434;
    border-bottom: 1px solid #e3e8f0;
}
.gc-surf-legend__skill-list li:last-child { border-bottom: 0; }
.gc-surf-legend__skill-tag {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 600;
    margin-right: 8px;
    vertical-align: middle;
}
.gc-surf-legend__skill-tag--beginner     { background: #ecfdf5; color: #047857; }
.gc-surf-legend__skill-tag--intermediate { background: #fef3c7; color: #92400e; }
.gc-surf-legend__skill-tag--advanced     { background: #fee2e2; color: #b91c1c; }
.gc-surf-legend__skill-tag--pro          { background: #f3e8ff; color: #6b21a8; }
.gc-surf-legend__skill-tag--unsafe       { background: #1f2937; color: #fff; }

/* --- Mobile --- */
@media (max-width: 720px) {
    .gc-surf-today__headline,
    .gc-surf-legend__title { font-size: 22px; }
    .gc-surf-spot__name { font-size: 24px; }
    .gc-surf-card { padding: 14px; }
    .gc-surf-spot__card { padding: 18px; }
    .gc-surf-window__stats { grid-template-columns: repeat(2, 1fr); }
    .gc-surf-today__spots { grid-template-columns: 1fr; }
}

/* ============================================================
 * v3.7.0 — Live-Now Block auf Spot-Page
 * ============================================================ */

.gc-surf-spot__live {
    margin: 16px 0;
    padding: 16px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fafd 0%, #eef4fb 100%);
    border: 1px solid #cbd6e3;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
.gc-surf-spot__live[data-status="peler_active"] {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-color: #86efac;
}
.gc-surf-spot__live[data-status="ora_active"] {
    background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
    border-color: #f9a8d4;
}
.gc-surf-spot__live[data-status="lull"],
.gc-surf-spot__live[data-status="off_direction"] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-color: #cbd5e1;
}
.gc-surf-spot__live[data-status="building"] {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-color: #fcd34d;
}

.gc-surf-spot__live-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}
.gc-surf-spot__live-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}
.gc-surf-spot__live-status {
    font-size: 14px;
    font-weight: 700;
    color: #1a2434;
}
.gc-surf-spot__live[data-status="peler_active"] .gc-surf-spot__live-status { color: #166534; }
.gc-surf-spot__live[data-status="ora_active"] .gc-surf-spot__live-status { color: #9d174d; }
.gc-surf-spot__live[data-status="building"] .gc-surf-spot__live-status { color: #92400e; }
.gc-surf-spot__live[data-status="lull"] .gc-surf-spot__live-status,
.gc-surf-spot__live[data-status="off_direction"] .gc-surf-spot__live-status { color: #475569; }

.gc-surf-spot__live-grid {
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr;
    gap: 10px 16px;
    align-items: end;
}
.gc-surf-spot__live-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.gc-surf-spot__live-stat--main {
    flex-direction: row;
    align-items: baseline;
    gap: 4px;
    grid-row: span 1;
}
.gc-surf-spot__live-value {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #1a2434;
    letter-spacing: -0.02em;
}
.gc-surf-spot__live-unit {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
}
.gc-surf-spot__live-key {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}
.gc-surf-spot__live-val {
    font-size: 14px;
    font-weight: 600;
    color: #1a2434;
}
.gc-surf-spot__live-note {
    margin: 12px 0 0;
    padding-top: 10px;
    border-top: 1px solid rgba(15,23,42,0.06);
    font-size: 12.5px;
    color: #475569;
    line-height: 1.45;
}

@media (max-width: 720px) {
    .gc-surf-spot__live { padding: 14px; }
    .gc-surf-spot__live-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .gc-surf-spot__live-stat--main {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
    .gc-surf-spot__live-value { font-size: 28px; }
}

/* ============================================================
 * v4.0.0 — Pro Live-Now + Spot-Profil + Window-Refit
 * ============================================================ */

/* === LIVE-NOW HERO === */
.gc-surf-live {
    --bft-color: #94a3b8;
    --bft-bg: #f8fafc;
    margin: 18px 0;
    padding: 20px 22px;
    border-radius: 14px;
    background: var(--bft-bg);
    border: 1px solid #cbd6e3;
    border-top: 3px solid var(--bft-color);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05), 0 6px 16px rgba(15, 23, 42, 0.04);
    transition: border-color 0.3s ease, background 0.3s ease;
    position: relative;
}
.gc-surf-live[data-bft="lull"]   { --bft-color: #94a3b8; --bft-bg: #fbfcfd; }
.gc-surf-live[data-bft="light"]  { --bft-color: #16a34a; --bft-bg: #f0fdf4; }
.gc-surf-live[data-bft="good"]   { --bft-color: #2563eb; --bft-bg: #eff6ff; }
.gc-surf-live[data-bft="strong"] { --bft-color: #ea580c; --bft-bg: #fff7ed; }
.gc-surf-live[data-bft="heavy"]  { --bft-color: #dc2626; --bft-bg: #fef2f2; }

.gc-surf-live[data-status="peler_active"] { --bft-color: #4583cf; }
.gc-surf-live[data-status="ora_active"]   { --bft-color: #ec4899; }

.gc-surf-live__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.gc-surf-live__title-block { display: flex; flex-direction: column; gap: 2px; }
.gc-surf-live__label {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
}
.gc-surf-live__status {
    font-size: 18px;
    font-weight: 700;
    color: #1a2434;
    letter-spacing: -0.01em;
}
.gc-surf-live[data-status="peler_active"] .gc-surf-live__status { color: #166534; }
.gc-surf-live[data-status="ora_active"] .gc-surf-live__status { color: #9d174d; }
.gc-surf-live[data-status="building"] .gc-surf-live__status { color: #92400e; }

.gc-surf-live__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px 5px 8px;
    border-radius: 99px;
    background: rgba(220, 38, 38, 0.08);
    color: #dc2626;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border: 1px solid rgba(220, 38, 38, 0.18);
}
.gc-surf-live__pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dc2626;
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.6);
    animation: gc-surf-live-pulse 2s ease-out infinite;
}
@keyframes gc-surf-live-pulse {
    0% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.6); }
    70% { box-shadow: 0 0 0 8px rgba(220, 38, 38, 0); }
    100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }
}

.gc-surf-live__hero {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 18px;
}
.gc-surf-live__compass-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.gc-surf-live__compass {
    width: 96px;
    height: 96px;
    overflow: visible;
}
.gc-surf-live__compass-ring {
    fill: rgba(255, 255, 255, 0.7);
    stroke: rgba(15, 23, 42, 0.15);
    stroke-width: 1.5;
}
.gc-surf-live__compass-mark {
    font-size: 9px;
    font-weight: 700;
    fill: #64748b;
    text-anchor: middle;
    dominant-baseline: central;
    letter-spacing: 0.04em;
}
.gc-surf-live__compass-needle {
    transition: transform 0.6s ease;
}
.gc-surf-live__compass-needle polygon {
    fill: var(--bft-color);
    stroke: var(--bft-color);
    stroke-width: 0.8;
    stroke-linejoin: round;
    filter: drop-shadow(0 1px 2px rgba(15, 23, 42, 0.18));
}
.gc-surf-live__cardinal {
    font-size: 14px;
    font-weight: 700;
    color: #1a2434;
    letter-spacing: 0.04em;
}

.gc-surf-live__wind-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gc-surf-live__wind-display {
    display: flex;
    align-items: baseline;
    gap: 6px;
}
.gc-surf-live__wind-value {
    font-size: 56px;
    font-weight: 800;
    line-height: 0.9;
    color: var(--bft-color);
    letter-spacing: -0.04em;
}
.gc-surf-live__wind-unit {
    font-size: 16px;
    font-weight: 600;
    color: #64748b;
    letter-spacing: -0.01em;
}
.gc-surf-live__bar {
    position: relative;
    height: 26px;
    border-radius: 5px;
    background: rgba(148, 163, 184, 0.18);
    overflow: hidden;
}
.gc-surf-live__bar-fill {
    position: absolute;
    inset: 0 auto 0 0;
    background: var(--bft-color);
    opacity: 0.85;
    border-radius: 5px;
    transition: width 0.6s ease;
}
.gc-surf-live__bar-label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(15, 23, 42, 0.4);
    letter-spacing: 0.06em;
    z-index: 1;
}

.gc-surf-live__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 0 0 14px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.06);
}
.gc-surf-live__stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.gc-surf-live__stat dt {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin: 0;
}
.gc-surf-live__stat dd {
    font-size: 13.5px;
    font-weight: 700;
    color: #1a2434;
    margin: 0;
}

.gc-surf-live__note {
    margin: 0;
    font-size: 12.5px;
    color: #475569;
    line-height: 1.45;
}

@media (max-width: 720px) {
    .gc-surf-live { padding: 16px 16px; }
    .gc-surf-live__head { flex-wrap: wrap; }
    .gc-surf-live__status { font-size: 16px; }
    .gc-surf-live__hero { grid-template-columns: 1fr; gap: 16px; text-align: center; }
    .gc-surf-live__compass-block { align-items: center; }
    .gc-surf-live__compass { width: 80px; height: 80px; }
    .gc-surf-live__wind-display { justify-content: center; }
    .gc-surf-live__wind-value { font-size: 44px; }
    .gc-surf-live__wind-unit { font-size: 14px; }
    .gc-surf-live__stats { grid-template-columns: repeat(2, 1fr); padding: 10px 12px; }
    .gc-surf-live__bar { height: 22px; }
    .gc-surf-live__bar-label { font-size: 11px; }
}

@media (max-width: 480px) {
    .gc-surf-live { padding: 14px; }
    .gc-surf-live__compass { width: 72px; height: 72px; }
    .gc-surf-live__wind-value { font-size: 38px; }
    .gc-surf-live__stats { gap: 6px; }
    .gc-surf-live__stat dd { font-size: 12.5px; }
}

@media (prefers-reduced-motion: reduce) {
    .gc-surf-live__compass-needle,
    .gc-surf-live__bar-fill,
    .gc-surf-live__pulse { animation: none; transition: none; }
}

/* === SPOT-PROFIL 2-Card-Grid === */
.gc-surf-profile {
    margin: 18px 0;
    padding: 20px 22px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #cbd6e3;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}
.gc-surf-profile__head {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}
.gc-surf-profile__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1a2434;
    letter-spacing: -0.01em;
}
.gc-surf-profile__meta {
    display: block;
    margin-top: 3px;
    font-size: 11.5px;
    color: #64748b;
}
.gc-surf-profile__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.gc-surf-profile__card {
    --accent: #4583cf;
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-top: 3px solid var(--accent);
    text-align: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.gc-surf-profile__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}
.gc-surf-profile__card--peler { --accent: #4583cf; background: #f0f7ff; }
.gc-surf-profile__card--ora { --accent: #ec4899; background: #fdf2f8; }

.gc-surf-profile__card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}
.gc-surf-profile__card-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--accent);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
}
.gc-surf-profile__card-name {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: -0.01em;
    line-height: 1;
}
.gc-surf-profile__card-when {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #64748b;
    line-height: 1;
}

.gc-surf-profile__compass {
    width: 100%;
    max-width: 140px;
    height: auto;
    margin: 0 auto;
    overflow: visible;
}
.gc-surf-profile__compass-ring {
    fill: rgba(255, 255, 255, 0.7);
    stroke: rgba(15, 23, 42, 0.18);
    stroke-width: 1.5;
}
.gc-surf-profile__compass-mark {
    font-size: 11px;
    font-weight: 700;
    fill: #64748b;
    text-anchor: middle;
    dominant-baseline: central;
    letter-spacing: 0.04em;
}
.gc-surf-profile__compass-arc {
    fill: none;
    stroke: var(--accent);
    stroke-width: 6;
    stroke-linecap: round;
    opacity: 0.85;
}

.gc-surf-profile__card-stats {
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}
.gc-surf-profile__card-stats > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.gc-surf-profile__card-stats dt {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
}
.gc-surf-profile__card-stats dd {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #1a2434;
}

@media (max-width: 720px) {
    .gc-surf-profile { padding: 16px; }
    .gc-surf-profile__grid { grid-template-columns: 1fr; gap: 12px; }
    .gc-surf-profile__card { padding: 14px; }
    .gc-surf-profile__compass { max-width: 120px; }
}

@media (max-width: 480px) {
    .gc-surf-profile { padding: 14px; }
    .gc-surf-profile__title { font-size: 15px; }
    .gc-surf-profile__compass { max-width: 100px; }
    .gc-surf-profile__card-name { font-size: 16px; }
    .gc-surf-profile__card-icon { width: 28px; height: 28px; font-size: 16px; }
}

/* === WINDOW-CARDS REFIT === */
.gc-surf-spot__windows {
    margin: 18px 0;
}
.gc-surf-card__empty {
    margin: 0;
    padding: 24px 20px;
    background: linear-gradient(135deg, #f8fafd 0%, #eef4fb 100%);
    border: 1px dashed #cbd6e3;
    border-radius: 12px;
    text-align: center;
    color: #475569;
}
.gc-surf-card__empty p { margin: 0; font-size: 13.5px; line-height: 1.5; }
.gc-surf-card__empty p + p { margin-top: 6px; }
.gc-surf-card__empty-icon {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}
.gc-surf-card__empty-hint {
    font-size: 11.5px !important;
    color: #94a3b8 !important;
    margin-top: 8px !important;
}

/* ============================================================
 * v3.9.0 — Pro Hourly Card-Grid (Wind-Verlauf 24h, 3h-Slots)
 * ============================================================ */

.gc-surf-spot__hourly {
    --slot-w: 110px;
    --bft-color: #94a3b8;
    margin: 18px 0;
    padding: 20px 0 22px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #cbd6e3;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05), 0 6px 16px rgba(15, 23, 42, 0.04);
}
.gc-surf-spot__hourly-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 22px 14px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 14px;
}
.gc-surf-spot__hourly-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1a2434;
    letter-spacing: -0.01em;
}
.gc-surf-spot__hourly-meta {
    display: block;
    margin-top: 3px;
    font-size: 11.5px;
    color: #64748b;
    font-weight: 500;
}
.gc-surf-spot__hourly-legend {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}
.gc-surf-hourly-legend__item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 8px 3px 6px;
    border-radius: 99px;
    font-size: 10.5px;
    font-weight: 600;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}
.gc-surf-hourly-legend__item::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: var(--legend-color, #94a3b8);
}
.gc-surf-hourly-legend__item--lull   { --legend-color: #94a3b8; }
.gc-surf-hourly-legend__item--light  { --legend-color: #16a34a; }
.gc-surf-hourly-legend__item--good   { --legend-color: #2563eb; }
.gc-surf-hourly-legend__item--strong { --legend-color: #ea580c; }
.gc-surf-hourly-legend__item--heavy  { --legend-color: #dc2626; }

.gc-surf-spot__hourly-scroller {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4px 22px 8px;
    scroll-padding-inline: 22px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}
.gc-surf-spot__hourly-scroller::-webkit-scrollbar { height: 8px; }
.gc-surf-spot__hourly-scroller::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.gc-surf-hourly-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--slot-w);
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gc-surf-hourly-slot {
    --bft-color: #94a3b8;
    --bft-bg: #f8fafc;
    display: grid;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 10px;
    padding: 12px 10px 10px;
    border-radius: 10px;
    background: var(--bft-bg);
    border: 1px solid #e2e8f0;
    border-top: 3px solid var(--bft-color);
    text-align: center;
    scroll-snap-align: start;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    position: relative;
}
.gc-surf-hourly-slot:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.gc-surf-hourly-slot--bft-lull   { --bft-color: #94a3b8; --bft-bg: #fbfcfd; }
.gc-surf-hourly-slot--bft-light  { --bft-color: #16a34a; --bft-bg: #f0fdf4; }
.gc-surf-hourly-slot--bft-good   { --bft-color: #2563eb; --bft-bg: #eff6ff; }
.gc-surf-hourly-slot--bft-strong { --bft-color: #ea580c; --bft-bg: #fff7ed; }
.gc-surf-hourly-slot--bft-heavy  { --bft-color: #dc2626; --bft-bg: #fef2f2; }

.gc-surf-hourly-slot--phase-peler::after,
.gc-surf-hourly-slot--phase-peler-build::after {
    content: 'P\00e8ler';
    position: absolute;
    top: 4px; right: 6px;
    font-size: 8.5px;
    font-weight: 700;
    color: #4583cf;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.gc-surf-hourly-slot--phase-ora::after,
.gc-surf-hourly-slot--phase-ora-build::after {
    content: 'Ora';
    position: absolute;
    top: 4px; right: 6px;
    font-size: 8.5px;
    font-weight: 700;
    color: #ec4899;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.gc-surf-hourly-slot--phase-peler-build::after,
.gc-surf-hourly-slot--phase-ora-build::after { color: #94a3b8; }

.gc-surf-hourly-slot__time {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.gc-surf-hourly-slot__hh {
    font-size: 19px;
    font-weight: 700;
    color: #1a2434;
    letter-spacing: -0.02em;
}
.gc-surf-hourly-slot__day {
    margin-top: 3px;
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
}

.gc-surf-hourly-slot__compass {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.gc-surf-hourly-compass {
    width: 38px;
    height: 38px;
    overflow: visible;
}
.gc-surf-hourly-compass__ring {
    fill: rgba(255, 255, 255, 0.6);
    stroke: #cbd5e1;
    stroke-width: 1.5;
}
.gc-surf-hourly-compass__n {
    font-size: 8px;
    font-weight: 700;
    fill: #94a3b8;
    text-anchor: middle;
    letter-spacing: 0.04em;
}
.gc-surf-hourly-compass__needle {
    transition: transform 0.4s ease;
}
.gc-surf-hourly-compass__needle polygon {
    fill: var(--bft-color);
    stroke: var(--bft-color);
    stroke-width: 0.5;
    stroke-linejoin: round;
}
.gc-surf-hourly-slot__cardinal {
    font-size: 11.5px;
    font-weight: 700;
    color: #1a2434;
    letter-spacing: 0.04em;
}

.gc-surf-hourly-slot__wind {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}
.gc-surf-hourly-slot__kmh {
    font-size: 26px;
    font-weight: 800;
    color: var(--bft-color);
    letter-spacing: -0.03em;
}
.gc-surf-hourly-slot__unit {
    margin-top: 3px;
    font-size: 9.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
}

.gc-surf-hourly-slot__bar {
    position: relative;
    height: 22px;
    border-radius: 4px;
    background: rgba(148, 163, 184, 0.18);
    overflow: hidden;
}
.gc-surf-hourly-slot__bar-fill {
    position: absolute;
    inset: 0 auto 0 0;
    background: var(--bft-color);
    opacity: 0.85;
    border-radius: 4px;
    transition: width 0.4s ease;
}
.gc-surf-hourly-slot__bar-label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10.5px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(15, 23, 42, 0.4);
    letter-spacing: 0.04em;
    z-index: 1;
}

.gc-surf-hourly-slot__details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
}
.gc-surf-hourly-slot__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 11.5px;
    color: #1a2434;
}
.gc-surf-hourly-slot__row dt {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
}
.gc-surf-hourly-slot__row dd {
    margin: 0;
    font-weight: 700;
}
.gc-surf-hourly-slot__row dd small {
    font-weight: 500;
    color: #94a3b8;
    font-size: 9.5px;
    margin-left: 1px;
}

.gc-surf-hourly-slot__weather {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding-top: 8px;
    border-top: 1px solid rgba(15, 23, 42, 0.05);
}
.gc-surf-hourly-slot__weather-icon {
    font-size: 22px;
    line-height: 1;
}
.gc-surf-hourly-slot__weather-label {
    font-size: 9.5px;
    color: #64748b;
    line-height: 1.2;
}

@media (max-width: 720px) {
    .gc-surf-spot__hourly { --slot-w: 96px; padding: 16px 0 18px; }
    .gc-surf-spot__hourly-head {
        padding: 0 16px 12px;
        flex-direction: column;
        align-items: flex-start;
    }
    .gc-surf-spot__hourly-scroller { padding: 4px 16px 6px; }
    .gc-surf-hourly-slot { padding: 10px 8px 8px; gap: 8px; }
    .gc-surf-hourly-slot__hh { font-size: 17px; }
    .gc-surf-hourly-slot__kmh { font-size: 23px; }
    .gc-surf-hourly-compass { width: 32px; height: 32px; }
    .gc-surf-hourly-slot__weather-label { display: none; }
    .gc-surf-hourly-slot__weather-icon { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .gc-surf-hourly-slot,
    .gc-surf-hourly-slot__bar-fill,
    .gc-surf-hourly-compass__needle { transition: none; }
}

/* ============================================================
 * v3.8.0 — DEPRECATED — Stunden-Tabelle (durch v3.9.0 Card-Grid ersetzt)
 * ============================================================ */

.gc-surf-spot__hourly {
    margin: 16px 0;
    padding: 18px 20px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #cbd6e3;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}
.gc-surf-spot__hourly-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.gc-surf-spot__hourly-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1a2434;
    letter-spacing: -0.01em;
}
.gc-surf-spot__hourly-meta {
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}
.gc-surf-spot__hourly-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.gc-surf-spot__hourly-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.gc-surf-spot__hourly-table thead th {
    text-align: left;
    padding: 8px 10px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    background: #f8fafc;
}
.gc-surf-hourly__row {
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.15s ease;
}
.gc-surf-hourly__row:last-child { border-bottom: none; }
.gc-surf-hourly__row:hover { background: #f8fafc; }
.gc-surf-hourly__row td {
    padding: 10px;
    vertical-align: middle;
}

.gc-surf-hourly__time {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.gc-surf-hourly__time-hh {
    font-weight: 700;
    color: #1a2434;
    font-size: 14px;
}
.gc-surf-hourly__time-day {
    font-size: 10.5px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 2px;
}

.gc-surf-hourly__wind {
    font-weight: 700;
    color: #1a2434;
}
.gc-surf-hourly__wind small {
    font-weight: 400;
    color: #64748b;
    font-size: 11px;
    margin-left: 2px;
}
.gc-surf-hourly__row--bft-lull   .gc-surf-hourly__wind { color: #6b7280; }
.gc-surf-hourly__row--bft-lull   { background: #fcfcfc; }
.gc-surf-hourly__row--bft-light  .gc-surf-hourly__wind { color: #16a34a; }
.gc-surf-hourly__row--bft-good   .gc-surf-hourly__wind { color: #2563eb; }
.gc-surf-hourly__row--bft-good   { background: rgba(37, 99, 235, 0.04); }
.gc-surf-hourly__row--bft-strong .gc-surf-hourly__wind { color: #ea580c; }
.gc-surf-hourly__row--bft-strong { background: rgba(234, 88, 12, 0.05); }
.gc-surf-hourly__row--bft-heavy  .gc-surf-hourly__wind { color: #dc2626; }
.gc-surf-hourly__row--bft-heavy  { background: rgba(220, 38, 38, 0.06); }

.gc-surf-hourly__gust {
    color: #475569;
    font-weight: 600;
}

.gc-surf-hourly__dir {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1a2434;
    font-weight: 600;
}
.gc-surf-hourly__arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 16px;
    color: #4583cf;
    transform-origin: 50% 50%;
    transition: transform 0.3s ease;
}
.gc-surf-hourly__cardinal {
    font-size: 13px;
    min-width: 30px;
}

.gc-surf-hourly__temp {
    color: #1a2434;
    font-weight: 600;
}

.gc-surf-hourly__weather-icon {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 720px) {
    .gc-surf-spot__hourly { padding: 14px; }
    .gc-surf-spot__hourly-table { font-size: 12.5px; }
    .gc-surf-spot__hourly-table thead th,
    .gc-surf-hourly__row td { padding: 8px 6px; }
    .gc-surf-hourly__time-hh { font-size: 13px; }
    .gc-surf-hourly__cardinal { display: none; }
    .gc-surf-hourly__weather-icon { font-size: 16px; }
}

/* v3.5.1 — Hidden-State-Fix für Surf-Components */
.gc-surf-spot__hourly[hidden],
.gc-surf-spot__live[hidden],
.gc-surf-today__loading[hidden],
.gc-surf-spot__loading[hidden],
.gc-surf-spot__card[hidden],
.gc-surf-today__spots[hidden],
.gc-surf-today__foot[hidden],
.gc-surf-today__error[hidden],
.gc-surf-spot__error[hidden] {
    display: none !important;
}

/* ============================================================
 * v3.5.4 — Pill/Badge UX-Refit (responsive, konsistent, tap-bar)
 * ============================================================ */

/* Einheitliche Pill-Basis für alle Badge-Varianten */
.gc-surf-card__pill,
.gc-region-card__pill,
.gc-surf-spot__pill,
.gc-surf-legend__skill-tag,
.gc-brief__pill,
.gc-board__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border-radius: 99px;
    font-size: clamp(11px, 1.3vw, 12.5px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    min-height: 26px;
    transition: transform 0.15s ease, background-color 0.15s ease;
}

/* Region-Card-Pill (Section 4 — Spot-Profile) — sanfter Hintergrund statt nur Text */
.gc-region-card__pill {
    background: rgba(69, 131, 207, 0.10);
    color: #4583cf;
    border: 1px solid rgba(69, 131, 207, 0.20);
    letter-spacing: 0.06em;
}
.gc-region-card--alpine .gc-region-card__pill,
.gc-region-card--mountain .gc-region-card__pill {
    background: rgba(69, 131, 207, 0.12);
    color: #2d5a96;
    border-color: rgba(69, 131, 207, 0.28);
}
.gc-region-card--lake .gc-region-card__pill,
.gc-region-card--mediterranean .gc-region-card__pill {
    background: rgba(236, 72, 153, 0.10);
    color: #ec4899;
    border-color: rgba(236, 72, 153, 0.22);
}

/* Mobile: kompakter aber noch tap-bar */
@media (max-width: 640px) {
    .gc-surf-card__pill,
    .gc-region-card__pill,
    .gc-surf-spot__pill,
    .gc-surf-legend__skill-tag {
        font-size: 11px;
        padding: 4px 10px;
        min-height: 24px;
        letter-spacing: 0.03em;
    }
}

/* Sehr schmale Screens: Wrap statt Overflow */
@media (max-width: 380px) {
    .gc-surf-card__pill,
    .gc-region-card__pill {
        white-space: normal;
        text-align: center;
    }
}

/* ============================================================
 * v3.5.5 — Pill-Override: uppercase nur für Region-Pills
 * ============================================================ */

/* Live-Cards + Skill-Tags: zurück auf normale Schreibweise (kein uppercase) */
.gc-surf-card__pill,
.gc-surf-spot__pill,
.gc-surf-legend__skill-tag,
.gc-brief__pill,
.gc-board__pill {
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 600;
    font-size: clamp(11px, 1.2vw, 12px);
}

/* Region-Card-Pill (Section 4) bleibt uppercase als Label-Stil */
.gc-region-card__pill {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: clamp(10px, 1.1vw, 11.5px);
}

/* ============================================================
 * v3.6.0 — UI/UX-Refit: Pro Card-Design
 * ============================================================ */

/* === Live-Spot-Card mit Elevation + Hover-Lift === */
.gc-surf-card {
    position: relative;
    background: #fff;
    border: 1px solid #e3e8f0;
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 12px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
}
.gc-surf-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.06), 0 12px 24px rgba(15, 23, 42, 0.08);
    border-color: #c8d8ee;
}

/* Pill absolut oben rechts mit Status-Dot */
.gc-surf-card__pill {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 5px 10px 5px 8px !important;
    border-radius: 99px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    line-height: 1.3;
    z-index: 2;
}
.gc-surf-card__pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}
.gc-surf-card__pill--beginner_friendly {
    background: #dcfce7;
    color: #166534;
}
.gc-surf-card__pill--beginner_friendly .gc-surf-card__pill-dot {
    background: #16a34a;
}
.gc-surf-card__pill--intermediate {
    background: #fef3c7;
    color: #92400e;
}
.gc-surf-card__pill--intermediate .gc-surf-card__pill-dot {
    background: #f59e0b;
}
.gc-surf-card__pill--advanced {
    background: #fee2e2;
    color: #991b1b;
}
.gc-surf-card__pill--advanced .gc-surf-card__pill-dot {
    background: #dc2626;
}

/* Card Header (ohne Pill jetzt) */
.gc-surf-card__head {
    padding-right: 80px; /* Platz für absolute pill */
}
.gc-surf-card__name {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    color: #1a2434;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

/* Empty-State moderner */
.gc-surf-card__empty {
    text-align: center;
    padding: 28px 16px;
    background: linear-gradient(135deg, #f8fafd 0%, #f0f7ff 100%);
    border-radius: 10px;
    color: #6a7585;
}
.gc-surf-card__empty-icon {
    color: #4583cf;
    opacity: 0.55;
    display: block;
    margin: 0 auto 8px;
}
.gc-surf-card__empty p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #4a5566;
    line-height: 1.5;
}
.gc-surf-card__empty-hint {
    font-size: 11.5px !important;
    color: #9aa4b3 !important;
    font-weight: 400 !important;
    margin-top: 4px !important;
}

/* === Window-Pill mit Type-Icon + Score-Bar === */
.gc-surf-window {
    background: linear-gradient(135deg, #f0f7ff 0%, #e3effc 100%);
    border-left: 3px solid #4583cf;
    border-radius: 10px;
    padding: 14px 16px;
    transition: transform 0.15s ease;
}
.gc-surf-window:hover { transform: translateX(2px); }
.gc-surf-window--ora {
    background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
    border-left-color: #ec4899;
}

.gc-surf-window__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.gc-surf-window__type {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #4583cf;
}
.gc-surf-window--ora .gc-surf-window__type { color: #ec4899; }
.gc-surf-window__date {
    font-size: 11px;
    color: #6a7585;
    font-weight: 500;
}

.gc-surf-window__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
    margin: 0 0 10px;
}
.gc-surf-window__stat dt {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9aa4b3;
    font-weight: 600;
    margin-bottom: 2px;
}
.gc-surf-window__stat dd {
    margin: 0;
    font-size: 13.5px;
    font-weight: 600;
    color: #1a2434;
}

.gc-surf-window__score {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 8px;
    border-top: 1px solid rgba(69, 131, 207, 0.12);
    margin-bottom: 10px;
}
.gc-surf-window--ora .gc-surf-window__score {
    border-top-color: rgba(236, 72, 153, 0.12);
}
.gc-surf-window__score-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9aa4b3;
    font-weight: 600;
}
.gc-surf-window__score-bar {
    flex: 1;
    height: 5px;
    background: rgba(69, 131, 207, 0.15);
    border-radius: 99px;
    overflow: hidden;
}
.gc-surf-window--ora .gc-surf-window__score-bar {
    background: rgba(236, 72, 153, 0.15);
}
.gc-surf-window__score-fill {
    height: 100%;
    background: linear-gradient(90deg, #4583cf, #6ba3e0);
    border-radius: 99px;
    transition: width 0.4s ease;
}
.gc-surf-window--ora .gc-surf-window__score-fill {
    background: linear-gradient(90deg, #ec4899, #f472b6);
}
.gc-surf-window__score-val {
    font-size: 14px;
    font-weight: 700;
    color: #4583cf;
    font-variant-numeric: tabular-nums;
    min-width: 24px;
    text-align: right;
}
.gc-surf-window--ora .gc-surf-window__score-val { color: #ec4899; }

.gc-surf-window__skill-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.gc-surf-window__skill {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 700;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.gc-surf-window__headline {
    font-size: 11.5px;
    color: #6a7585;
    font-style: italic;
    margin: 0;
    line-height: 1.4;
}

/* === Region-Card v3.6.0 mit Gradient-Akzent === */
.gc-region-card {
    overflow: hidden;
    border: 1px solid #e3e8f0 !important;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gc-region-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}
.gc-region-card::before {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #4583cf, #6ba3e0);
}
.gc-region-card--lake::before,
.gc-region-card--mediterranean::before {
    background: linear-gradient(90deg, #ec4899, #f472b6);
}
.gc-region-card--mountain::before {
    background: linear-gradient(90deg, #1e40af, #3b82f6);
}
.gc-region-card__head,
.gc-region-card__body,
.gc-region-card__footer {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.gc-region-card__head { padding-top: 22px !important; }
.gc-region-card__body { padding-top: 12px !important; }
.gc-region-card__footer { padding-bottom: 22px !important; }

.gc-region-card__pill {
    background: rgba(69, 131, 207, 0.08) !important;
    color: #2d5a96 !important;
    border: 1px solid rgba(69, 131, 207, 0.18) !important;
    padding: 4px 11px !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    line-height: 1.3 !important;
    margin-bottom: 6px !important;
}
.gc-region-card--lake .gc-region-card__pill,
.gc-region-card--mediterranean .gc-region-card__pill {
    background: rgba(236, 72, 153, 0.08) !important;
    color: #be185d !important;
    border-color: rgba(236, 72, 153, 0.18) !important;
}

.gc-region-card__title {
    font-size: 21px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em !important;
}

/* === Skill-Level-Tags v3.6.0 farbcodiert === */
.gc-surf-legend__skill-list {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
}
.gc-surf-legend__skill-list li {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 11px 14px !important;
    border-radius: 10px !important;
    border: 1px solid !important;
    border-bottom: 1px solid !important;
    line-height: 1.45 !important;
}
.gc-surf-legend__skill-list li:has(.gc-surf-legend__skill-tag--beginner) {
    background: #f0fdf4;
    border-color: #bbf7d0 !important;
}
.gc-surf-legend__skill-list li:has(.gc-surf-legend__skill-tag--intermediate) {
    background: #fefce8;
    border-color: #fde68a !important;
}
.gc-surf-legend__skill-list li:has(.gc-surf-legend__skill-tag--advanced) {
    background: #fef2f2;
    border-color: #fecaca !important;
}
.gc-surf-legend__skill-list li:has(.gc-surf-legend__skill-tag--pro) {
    background: #faf5ff;
    border-color: #e9d5ff !important;
}
.gc-surf-legend__skill-list li:has(.gc-surf-legend__skill-tag--unsafe) {
    background: #f8fafc;
    border-color: #e2e8f0 !important;
}

.gc-surf-legend__skill-tag {
    flex-shrink: 0;
    padding: 4px 11px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    border-radius: 99px !important;
    line-height: 1.3 !important;
}

/* Mobile-Tweaks */
@media (max-width: 720px) {
    .gc-surf-card { padding: 16px 18px; }
    .gc-surf-card__head { padding-right: 0; }
    .gc-surf-card__pill {
        position: static;
        align-self: flex-start;
        margin-bottom: 8px;
    }
    .gc-region-card__head,
    .gc-region-card__body,
    .gc-region-card__footer {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}
/* ============================================================
 * v4.1.0 — Radar-Map (DPC Italy WMS via Leaflet)
 * ============================================================ */

.gc-radar {
    margin: 18px 0;
    padding: 0;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #cbd6e3;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05), 0 6px 16px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}
.gc-radar__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
}
.gc-radar__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1a2434;
    letter-spacing: -0.01em;
}
.gc-radar__meta {
    display: block;
    margin-top: 3px;
    font-size: 11.5px;
    color: #64748b;
    font-weight: 500;
}

.gc-radar__layer-toggle {
    display: inline-flex;
    gap: 4px;
    padding: 3px;
    background: #f1f5f9;
    border-radius: 99px;
}
.gc-radar__layer-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 6px 12px 5px;
    border-radius: 99px;
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    line-height: 1.1;
}
.gc-radar__layer-btn:hover { color: #1a2434; }
.gc-radar__layer-btn[aria-selected="true"] {
    background: #ffffff;
    color: #1a2434;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.1);
}
.gc-radar__layer-btn small {
    display: block;
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin-top: 1px;
}
.gc-radar__layer-btn[aria-selected="true"] small { color: #4583cf; }

.gc-radar__map-wrap {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #f8fafc 0%, #eef4fb 100%);
}
.gc-radar__map {
    position: absolute;
    inset: 0;
}
.gc-radar__loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 1;
    font-size: 13px;
    color: #64748b;
}
.gc-radar__spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #cbd5e1;
    border-top-color: #4583cf;
    border-radius: 50%;
    animation: gc-radar-spin 0.8s linear infinite;
}
@keyframes gc-radar-spin {
    to { transform: rotate(360deg); }
}
.gc-radar__error {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 16px;
    text-align: center;
    color: #b91c1c;
    background: #fef2f2;
}

.gc-radar__foot {
    padding: 12px 20px 16px;
    border-top: 1px solid #f1f5f9;
}

.gc-radar__legend {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 8px;
}
.gc-radar__legend-title {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
}
.gc-radar__legend-scale {
    display: inline-flex;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}
.gc-radar__legend-step {
    width: 22px;
    height: 14px;
    cursor: help;
}
.gc-radar__legend-labels {
    display: inline-flex;
    gap: 8px;
}
.gc-radar__legend-labels small {
    font-size: 10.5px;
    color: #64748b;
}

.gc-radar__attribution {
    margin: 0;
    font-size: 11.5px;
    color: #64748b;
    line-height: 1.4;
}
.gc-radar__attribution a {
    color: #4583cf;
    text-decoration: underline;
}

/* Leaflet-Override: Tooltip in unsere Schrift */
.gc-radar .leaflet-tooltip {
    background: #1a2434;
    color: #ffffff;
    border: 0;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.2);
}
.gc-radar .leaflet-tooltip-top:before {
    border-top-color: #1a2434;
}
.gc-radar .leaflet-container { font-family: inherit; }

/* Mobile */
@media (max-width: 720px) {
    .gc-radar__head {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 16px;
    }
    .gc-radar__layer-toggle { width: 100%; justify-content: stretch; }
    .gc-radar__layer-btn { flex: 1; }
    .gc-radar__foot { padding: 10px 16px 14px; }
    .gc-radar__legend { gap: 6px 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .gc-radar__spinner { animation: none; }
}


/* ============================================================
   v5.2.31 - wpautop-BR-Phantom-Abstand-Fix
   wpautop wandelt Leerzeilen vor/nach Block-Shortcodes
   in <br>-Tags um, die line-height 27px nehmen — ergibt
   100px+ Phantom-Abstände zwischen Section-Header und
   gardacast_faq / region_card / gardacast_*-Block.
   Fix: alle direkten <br> + leere <p> im Section-Body
   ausblenden, plus dasselbe innerhalb gc-prose und
   gc-faq-Container.
   ============================================================ */
.gc-section__body > br,
.gc-section__body > p:empty,
.gc-section__body .gc-prose > br,
.gc-section__body .gc-prose > p:empty,
.gc-faq + br,
.gc-faq__item + br,
.gc-vanf + br,
.gc-vmap + br,
.gc-vscore + br,
.gc-vscore-legend + br,
.gc-verkehr-live + br,
.gc-camper-risk + br,
.gc-region-card + br {
    display: none !important;
}

/* FAQ kompakter — Item-Body-Padding kleiner */
.gc-faq__answer { padding: 0 18px 12px 52px !important; }
.gc-faq__answer p:first-child { margin-top: 0 !important; }
.gc-faq__answer p:last-child { margin-bottom: 0 !important; }
.gc-faq__answer p { margin: 8px 0 !important; }

/* ============================================================
 * v5.2.100 — Wetter-Severe-Banner (SSR, oberhalb Kompass)
 * ============================================================ */
.gc-wsevere {
    margin: 0 0 16px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(220, 38, 38, 0.18);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #ffffff;
    animation: gc-wsevere-pulse 2.8s ease-out infinite;
}
.gc-wsevere--orange {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    box-shadow: 0 2px 12px rgba(249, 115, 22, 0.30);
}
.gc-wsevere--red {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    box-shadow: 0 2px 12px rgba(220, 38, 38, 0.45);
}
@keyframes gc-wsevere-pulse {
    0%, 100% { box-shadow: 0 2px 12px rgba(220, 38, 38, 0.30); }
    50% { box-shadow: 0 2px 22px rgba(220, 38, 38, 0.55); }
}
@media (prefers-reduced-motion: reduce) { .gc-wsevere { animation: none; } }

.gc-wsevere__inner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 18px;
}
.gc-wsevere__icon {
    flex-shrink: 0;
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
    color: #ffffff;
}
.gc-wsevere__body { flex: 1; min-width: 0; }
.gc-wsevere__head {
    display: flex; align-items: center; flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}
.gc-wsevere__pill {
    background: rgba(255,255,255,0.22);
    color: #ffffff;
    font-size: 10.5px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.2px;
    padding: 3px 9px;
    border-radius: 999px;
}
.gc-wsevere__title {
    font-size: 16.5px; font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
}
.gc-wsevere__count {
    background: rgba(0,0,0,0.18);
    color: #ffffff;
    font-size: 12.5px; font-weight: 600;
    padding: 3px 9px;
    border-radius: 999px;
}
.gc-wsevere__list {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
    display: flex; flex-direction: column;
    gap: 4px;
}
.gc-wsevere__item {
    font-size: 13.5px;
    color: rgba(255,255,255,0.95);
    line-height: 1.45;
    display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline;
}
.gc-wsevere__item strong { color: #ffffff; font-weight: 700; }
.gc-wsevere__peak {
    background: rgba(255,255,255,0.22);
    font-weight: 700;
    font-size: 11.5px;
    padding: 2px 7px;
    border-radius: 4px;
}
.gc-wsevere__reasons {
    font-size: 12px;
    color: rgba(255,255,255,0.82);
}
.gc-wsevere__hint {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.92);
    line-height: 1.5;
    padding-top: 4px;
    border-top: 1px solid rgba(255,255,255,0.18);
    margin-top: 4px;
}
@media (max-width: 480px) {
    .gc-wsevere__inner { padding: 12px 14px; gap: 10px; }
    .gc-wsevere__icon { width: 30px; height: 30px; }
    .gc-wsevere__title { font-size: 15px; }
    .gc-wsevere__item { font-size: 13px; }
}

/* ============================================================
 * v5.2.102 — Rechtlicher Disclaimer (camping-disclaimer.php)
 * Kollabierbar via details/summary, Site-DNA Slate-Border
 * ============================================================ */
.gc-disclaimer {
    margin: 24px 0 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1f2937;
}
.gc-disclaimer__details {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-left: 3px solid #6b7280;
    border-radius: 10px;
    overflow: hidden;
}
.gc-disclaimer__details[open] {
    border-left-color: #4583cf;
    background: #f1f6fc;
}
.gc-disclaimer__summary {
    cursor: pointer;
    list-style: none;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #4b5563;
    user-select: none;
    transition: color 180ms ease;
}
.gc-disclaimer__summary::-webkit-details-marker,
.gc-disclaimer__summary::marker { display: none; content: ''; }
.gc-disclaimer__details[open] .gc-disclaimer__summary { color: #2c5b94; }
.gc-disclaimer__icon {
    color: #6b7280;
    display: inline-flex;
    align-items: center;
}
.gc-disclaimer__details[open] .gc-disclaimer__icon { color: #4583cf; }
.gc-disclaimer__title { flex: 1; }
.gc-disclaimer__chevron {
    font-size: 12px;
    color: #9ca3af;
    transition: transform 200ms ease;
}
.gc-disclaimer__details[open] .gc-disclaimer__chevron {
    transform: rotate(180deg);
    color: #4583cf;
}
.gc-disclaimer__body {
    padding: 0 18px 16px;
    font-size: 13.5px;
    line-height: 1.65;
    color: #4b5563;
}
.gc-disclaimer__body p {
    margin: 8px 0 12px;
}
.gc-disclaimer__body p strong {
    color: #1f2937;
    font-weight: 600;
}
.gc-disclaimer__lead {
    padding: 10px 14px;
    background: #ffffff;
    border-left: 3px solid #f59e0b;
    border-radius: 0 6px 6px 0;
    margin: 0 0 16px;
}
.gc-disclaimer__h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2c5b94;
    margin: 16px 0 6px;
    letter-spacing: -0.005em;
}
.gc-disclaimer__list {
    margin: 4px 0 12px;
    padding-left: 20px;
}
.gc-disclaimer__list li {
    margin: 4px 0;
    line-height: 1.55;
}
.gc-disclaimer__list li a {
    color: #4583cf;
    text-decoration: underline;
}
.gc-disclaimer__list li a:hover { color: #2c5b94; }
.gc-disclaimer__emergency {
    padding: 10px 14px;
    background: rgba(220, 38, 38, 0.08);
    border-left: 3px solid #dc2626;
    border-radius: 0 6px 6px 0;
    color: #991b1b;
    font-size: 13.5px;
}
.gc-disclaimer__emergency strong { color: #991b1b; font-weight: 700; }
.gc-disclaimer__updated {
    margin: 18px 0 0;
    padding-top: 10px;
    border-top: 1px solid #e5e7eb;
    font-size: 12px;
    color: #9ca3af;
}
.gc-disclaimer__updated a { color: #6b7280; }
@media (max-width: 480px) {
    .gc-disclaimer__summary { padding: 10px 14px; font-size: 13px; }
    .gc-disclaimer__body { padding: 0 14px 14px; }
    .gc-disclaimer__list { padding-left: 18px; }
}
