@import '_content/VgBlazor/VgBlazor.3vuemi5i2l.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/* === Visibility Rules === */
.components-reconnect-first-attempt-visible[b-6sy3mru3uh],
.components-reconnect-repeated-attempt-visible[b-6sy3mru3uh],
.components-reconnect-failed-visible[b-6sy3mru3uh],
.components-pause-visible[b-6sy3mru3uh],
.components-resume-failed-visible[b-6sy3mru3uh] {
    display: none;
}

/* Erster Versuch — nur bei show OHNE retrying */
#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6sy3mru3uh] {
    display: flex;
}

/* Retrying überschreibt first-attempt */
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-first-attempt-visible[b-6sy3mru3uh] {
    display: none;
}
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6sy3mru3uh] {
    display: flex;
}

/* Failed */
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6sy3mru3uh] {
    display: flex;
}
#components-reconnect-modal.components-reconnect-failed .components-reconnect-first-attempt-visible[b-6sy3mru3uh],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-repeated-attempt-visible[b-6sy3mru3uh] {
    display: none;
}

/* Paused / Resume failed */
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6sy3mru3uh] {
    display: flex;
}
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6sy3mru3uh] {
    display: flex;
}

/* === Fullscreen overlay === */
#components-reconnect-modal[b-6sy3mru3uh] {
    display: none;
    pointer-events: none;
}

#components-reconnect-modal[open][b-6sy3mru3uh] {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.97);
    color: #1a1a1a;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    animation: reconnect-fadeIn-b-6sy3mru3uh 0.4s ease-in-out both;
}

.dark #components-reconnect-modal[b-6sy3mru3uh],
#components-reconnect-modal:is(.dark *)[b-6sy3mru3uh] {
    background: rgba(20, 25, 35, 0.98);
    color: #e5e5e5;
}

#components-reconnect-modal[b-6sy3mru3uh]::backdrop {
    background: transparent;
}

/* === Container === */
.components-reconnect-container[b-6sy3mru3uh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
    padding: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 400px;
}

/* === Logo mit Breathing Glow === */
.components-reconnect-logo-wrap[b-6sy3mru3uh] {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: reconnect-breathe-b-6sy3mru3uh 2.5s ease-in-out infinite;
}

.components-reconnect-logo[b-6sy3mru3uh] {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

/* === Text === */
.components-reconnect-text[b-6sy3mru3uh] {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.components-reconnect-text strong[b-6sy3mru3uh] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.components-reconnect-text span[b-6sy3mru3uh] {
    font-size: 1rem;
    opacity: 0.5;
    font-weight: 400;
}

/* === Button === */
#components-reconnect-modal button[b-6sy3mru3uh] {
    border: 0;
    background: #549a38;
    color: #fff;
    padding: 0.75rem 2.5rem;
    border-radius: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 0.5rem;
}

#components-reconnect-modal button:hover[b-6sy3mru3uh] {
    background: #468230;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(84, 154, 56, 0.3);
}

#components-reconnect-modal button:active[b-6sy3mru3uh] {
    transform: translateY(0);
}

/* === Breathing Glow === */
@keyframes reconnect-breathe-b-6sy3mru3uh {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(84, 154, 56, 0),
                    0 0 0 0 rgba(84, 154, 56, 0);
    }
    50% {
        box-shadow: 0 0 30px 8px rgba(84, 154, 56, 0.15),
                    0 0 60px 20px rgba(84, 154, 56, 0.06);
    }
}

@keyframes reconnect-fadeIn-b-6sy3mru3uh {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes reconnect-fadeOut-b-6sy3mru3uh {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/* /Components/Layout/ReleaseNotesModal.razor.rz.scp.css */
/* ================================
   Release-Notes-Modal — Hero Header
   ================================ */

/* ===========================================
   Shell: begrenzt die Gesamthoehe und macht den
   Body scrollbar, damit der Modal auch auf
   FullHD (1080p) nie unten abgeschnitten wird.

   Rechnung: VgDialog-Footer ~60px, p-5 der Body-
   Box 20+20=40px, plus etwas Puffer fuer den
   Backdrop -> 120px insgesamt abgezogen.
   =========================================== */
.rn-shell[b-gz3ez1dis8] {
    display: flex;
    flex-direction: column;
    /* max-height minus abgeschaetzte Footer/Padding-Kosten
       dvh (dynamic viewport height) beruecksichtigt die URL-Bar auf iOS/Android,
       vh als Fallback fuer aeltere Browser */
    max-height: calc(100vh - 120px);
    max-height: calc(100dvh - 120px);
    min-height: 0;
}

/* Auf Mobile den Hero kompakter und den Puffer kleiner halten,
   damit der Footer-Button immer erreichbar ist */
@media (max-width: 640px) {
    .rn-shell[b-gz3ez1dis8] {
        max-height: calc(100dvh - 80px);
    }

    .rn-hero[b-gz3ez1dis8] {
        padding: 16px 16px 18px;
        min-height: 80px;
        margin: -20px -20px 16px;
        gap: 12px;
    }

    .rn-icon-wrap[b-gz3ez1dis8] {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    .rn-icon-wrap[b-gz3ez1dis8]  svg {
        width: 24px;
        height: 24px;
    }

    .rn-title[b-gz3ez1dis8] {
        font-size: 18px;
    }

    .rn-subtitle[b-gz3ez1dis8] {
        font-size: 12px;
    }

    .rn-version-pill[b-gz3ez1dis8] {
        top: 8px;
        right: 10px;
        font-size: 10px;
        padding: 3px 8px;
    }
}

.rn-body[b-gz3ez1dis8] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    /* kleiner horizontaler Atempausenspielraum */
    margin: 0 -4px;
    padding: 0 4px;
}

.rn-hero[b-gz3ez1dis8] {
    position: relative;
    overflow: hidden;
    padding: 28px 32px 32px;
    /* Bricht das p-5 (20px) Padding der VgDialog-Body-Box raus,
       sodass der Hero edge-to-edge geht. Unten kein Negativmargin
       mehr noetig, das regelt jetzt der Shell/Body-Abstand. */
    margin: -20px -20px 20px;
    border-radius: 12px 12px 0 0;
    color: white;
    isolation: isolate;
    min-height: 140px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0; /* Hero bleibt fest, nur der Body scrollt */
}

/* Animierter Aurora-Gradient im Hintergrund */
.rn-hero[b-gz3ez1dis8]::before {
    content: "";
    position: absolute;
    inset: -20%;
    background:
        radial-gradient(circle at 20% 30%, #6fbf4a 0%, transparent 45%),
        radial-gradient(circle at 80% 20%, #3f7a29 0%, transparent 40%),
        radial-gradient(circle at 50% 80%, #8bc34a 0%, transparent 50%),
        linear-gradient(135deg, #549a38 0%, #3f7a29 100%);
    z-index: -2;
    animation: rn-aurora-b-gz3ez1dis8 18s ease-in-out infinite;
}

@keyframes rn-aurora-b-gz3ez1dis8 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33%      { transform: translate(-4%, 3%) rotate(2deg); }
    66%      { transform: translate(3%, -4%) rotate(-2deg); }
}

/* Schwimmende Kreise/Blobs */
.rn-blob[b-gz3ez1dis8] {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
    z-index: -1;
}

.rn-blob-1[b-gz3ez1dis8] {
    width: 160px;
    height: 160px;
    top: -60px;
    right: -40px;
    background: radial-gradient(circle, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 70%);
    animation: rn-float-a-b-gz3ez1dis8 12s ease-in-out infinite;
}

.rn-blob-2[b-gz3ez1dis8] {
    width: 110px;
    height: 110px;
    bottom: -50px;
    right: 120px;
    background: radial-gradient(circle, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 70%);
    animation: rn-float-b-b-gz3ez1dis8 15s ease-in-out infinite;
}

.rn-blob-3[b-gz3ez1dis8] {
    width: 80px;
    height: 80px;
    top: 40%;
    left: 45%;
    background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 70%);
    animation: rn-float-c-b-gz3ez1dis8 10s ease-in-out infinite;
}

@keyframes rn-float-a-b-gz3ez1dis8 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(-20px, 15px) scale(1.15); }
}

@keyframes rn-float-b-b-gz3ez1dis8 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(25px, -20px) scale(0.9); }
}

@keyframes rn-float-c-b-gz3ez1dis8 {
    0%, 100% { transform: translate(0, 0); opacity: 0.6; }
    50%      { transform: translate(-30px, -10px); opacity: 1; }
}

/* Shimmer-Streifen, der langsam durchs Bild wandert */
.rn-hero[b-gz3ez1dis8]::after {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    width: 60%;
    left: -60%;
    background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,0.15) 50%, transparent 80%);
    transform: skewX(-20deg);
    animation: rn-shimmer-b-gz3ez1dis8 7s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes rn-shimmer-b-gz3ez1dis8 {
    0%, 100% { left: -60%; opacity: 0; }
    40%      { opacity: 1; }
    60%      { left: 120%; opacity: 0.8; }
    60.01%,
    100%     { opacity: 0; }
}

/* Icon-Kachel mit pulsierendem Glow */
.rn-icon-wrap[b-gz3ez1dis8] {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(255,255,255,0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.3);
    animation: rn-icon-pulse-b-gz3ez1dis8 3s ease-in-out infinite;
}

.rn-icon-wrap[b-gz3ez1dis8]  svg {
    width: 32px;
    height: 32px;
}

@keyframes rn-icon-pulse-b-gz3ez1dis8 {
    0%, 100% { box-shadow: 0 8px 24px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.3), 0 0 0 0 rgba(255,255,255,0.4); }
    50%      { box-shadow: 0 8px 24px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.3), 0 0 0 12px rgba(255,255,255,0); }
}

/* Kleine funkelnde Sparkles */
.rn-sparkle[b-gz3ez1dis8] {
    position: absolute;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0 0 8px rgba(255,255,255,0.9);
}

.rn-sparkle-1[b-gz3ez1dis8] { top: 20%; left: 55%; animation: rn-twinkle-b-gz3ez1dis8 3.5s ease-in-out infinite; }
.rn-sparkle-2[b-gz3ez1dis8] { top: 70%; left: 40%; animation: rn-twinkle-b-gz3ez1dis8 4s ease-in-out infinite 1.2s; }
.rn-sparkle-3[b-gz3ez1dis8] { top: 35%; right: 22%; animation: rn-twinkle-b-gz3ez1dis8 3s ease-in-out infinite 0.6s; }
.rn-sparkle-4[b-gz3ez1dis8] { bottom: 25%; left: 15%; animation: rn-twinkle-b-gz3ez1dis8 3.8s ease-in-out infinite 2s; }

@keyframes rn-twinkle-b-gz3ez1dis8 {
    0%, 100% { opacity: 0; transform: scale(0.5); }
    50%      { opacity: 1; transform: scale(1.3); }
}

/* Text-Block */
.rn-text[b-gz3ez1dis8] {
    position: relative;
    flex: 1;
    min-width: 0;
}

.rn-label[b-gz3ez1dis8] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    opacity: 0.9;
    margin-bottom: 2px;
}

.rn-title[b-gz3ez1dis8] {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.rn-subtitle[b-gz3ez1dis8] {
    font-size: 14px;
    opacity: 0.92;
    margin-top: 4px;
    font-weight: 500;
}

/* Versions-Pille oben rechts */
.rn-version-pill[b-gz3ez1dis8] {
    position: absolute;
    top: 16px;
    right: 18px;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.3);
    letter-spacing: 0.04em;
    z-index: 2;
}

/* Action-Button (OK) */
.rn-ok-btn[b-gz3ez1dis8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 10px;
    font-weight: 600;
    color: white;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #549a38 0%, #3f7a29 100%);
    box-shadow: 0 4px 12px rgba(84,154,56,0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

.rn-ok-btn:hover[b-gz3ez1dis8] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(84,154,56,0.5);
}

.rn-ok-btn[b-gz3ez1dis8]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,0.25) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.rn-ok-btn:hover[b-gz3ez1dis8]::after {
    transform: translateX(100%);
}

.rn-ok-btn[b-gz3ez1dis8]  svg {
    width: 16px;
    height: 16px;
}

/* Section-Cards im Grid */
.rn-card[b-gz3ez1dis8] {
    border-radius: 10px;
    border: 1px solid var(--border);
    background: var(--card);
    padding: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.rn-card:hover[b-gz3ez1dis8] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(84,154,56,0.12);
    border-color: rgba(84,154,56,0.3);
}

.rn-card-head[b-gz3ez1dis8] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.rn-card-icon[b-gz3ez1dis8] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(84,154,56,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rn-card-icon[b-gz3ez1dis8]  svg {
    width: 18px;
    height: 18px;
}

.rn-card-title[b-gz3ez1dis8] {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #549a38;
}

.rn-card ul[b-gz3ez1dis8] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rn-card li[b-gz3ez1dis8] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.5;
    padding: 3px 0;
}

.rn-card[b-gz3ez1dis8]  li svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Info-Box unten */
.rn-infobox[b-gz3ez1dis8] {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(84,154,56,0.08);
    border: 1px solid rgba(84,154,56,0.2);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
}

.rn-infobox[b-gz3ez1dis8]  svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ===========================================
   Markdown-Content innerhalb der Karten/Intro/Outro
   (kein @tailwindcss/typography im Projekt)
   =========================================== */
.rn-md[b-gz3ez1dis8]  h3,
.rn-md[b-gz3ez1dis8]  h4 {
    color: #549a38;
    font-weight: 600;
    margin: 8px 0 4px;
    line-height: 1.25;
    font-size: 13px;
}

.rn-md[b-gz3ez1dis8]  p {
    margin: 4px 0;
    font-size: 13px;
    line-height: 1.5;
}

.rn-md[b-gz3ez1dis8]  ul,
.rn-md[b-gz3ez1dis8]  ol {
    margin: 4px 0;
    padding-left: 18px;
}

.rn-md[b-gz3ez1dis8]  ul { list-style: disc; }
.rn-md[b-gz3ez1dis8]  ol { list-style: decimal; }

.rn-md[b-gz3ez1dis8]  li {
    margin: 2px 0;
    font-size: 13px;
    line-height: 1.45;
}

.rn-md[b-gz3ez1dis8]  li::marker {
    color: #549a38;
}

.rn-md[b-gz3ez1dis8]  strong {
    font-weight: 700;
    color: var(--foreground);
}

.rn-md[b-gz3ez1dis8]  code {
    background: rgba(84,154,56,0.1);
    color: #3f7a29;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 0.85em;
}

.rn-md[b-gz3ez1dis8]  blockquote {
    margin: 8px 0;
    padding: 8px 12px;
    border-left: 3px solid #549a38;
    background: rgba(84,154,56,0.06);
    border-radius: 0 6px 6px 0;
    font-size: 12px;
    color: var(--muted-foreground);
}

.rn-md[b-gz3ez1dis8]  hr {
    margin: 12px 0;
    border: none;
    border-top: 1px solid var(--border);
}

.rn-md[b-gz3ez1dis8]  a {
    color: #549a38;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Outro: hervorgehobener Hinweis-Block (z.B. "Bei Fragen...") */
.rn-outro[b-gz3ez1dis8] {
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(84,154,56,0.08);
    border: 1px solid rgba(84,154,56,0.2);
}

.rn-outro[b-gz3ez1dis8]  > *:first-child { margin-top: 0; }
.rn-outro[b-gz3ez1dis8]  > *:last-child { margin-bottom: 0; }

/* Reduzierte Bewegung respektieren */
@media (prefers-reduced-motion: reduce) {
    .rn-hero[b-gz3ez1dis8]::before,
    .rn-hero[b-gz3ez1dis8]::after,
    .rn-blob[b-gz3ez1dis8],
    .rn-icon-wrap[b-gz3ez1dis8],
    .rn-sparkle[b-gz3ez1dis8] {
        animation: none !important;
    }
}
