/* ===================================================================
   „ERLEBE AERONA IN AKTION" — WAS IM FENSTER STEHT

   Der Rahmen und die Seitenleiste stehen in `schaufenster.css`; hier
   der Inhalt: sechs Reiter mit Kacheln, zwoelf Balken, die Karten fuer
   Plugins, Dateien und Meldungen, der Schalter, die Themenpunkte und
   die kleinen Knoepfe.

   Hier steckten auch die letzten Endlosbewegungen der Webseite — und
   zwar dreizehn auf einmal: zwoelf pulsende Balken und eine sich
   drehende Sonne, alle aus `css/gebaut.css`. Sie sind unten
   abgestellt, jede mit dem Grund daneben.
   =================================================================== */

:root[data-thema] .mock-tab {
    display: none;
    flex-direction: column;
    gap: 1rem;
}

:root[data-thema] .widget-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

:root[data-thema] .mock-widget {
    position: relative;
    flex: 1;
    min-width: 0;
    padding: 1.1rem 1.2rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
}

:root[data-thema] .mock-bar {
    background-image: var(--k-verlauf);
    border-radius: 2px;

    animation: none;
}

:root[data-thema] .plugin-card,
:root[data-thema] .file-item,
:root[data-thema] .mock-notif-item {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-klein);
    background: var(--k-vertieft);
}

:root[data-thema] .theme-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: var(--k-glas-tiefe-randlos);
    cursor: pointer;
}

:root[data-thema] .btn-micro {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-klein);
    background: var(--k-vertieft);
    color: var(--k-text-leise);
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: color var(--bew-schnell) var(--bew-beides);
}

:root[data-thema] .btn-micro:hover {
    color: var(--k-text);
}

:root[data-thema] .typing-cursor {
    animation: none;
    background-image: var(--k-verlauf);

    background-color: transparent;
    color: transparent;
}

:root[data-thema="hell"] .typing-cursor {
    background-color: transparent;
}

:root[data-thema] .schaufenster-haupt .fa-spin-slow {
    animation: none;
}

:root[data-thema] .toggle-switch {
    background: var(--k-vertieft-tief);
}

:root[data-thema] .toggle-switch.active {
    background-image: var(--k-verlauf);
}

:root[data-thema] .mock-notification {
    box-shadow: var(--k-glas-tiefe);
    border-color: var(--k-glas-kante);
    border-color: var(--k-rand-seite);
    background: var(--k-menue);
    backdrop-filter: blur(12px) saturate(1.45);
    -webkit-backdrop-filter: blur(12px) saturate(1.45);
}

:root[data-thema] .schaufenster-haupt .bento-card {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-gross);
    background: var(--k-vertieft);
}

:root[data-thema] .schaufenster-haupt .card-icon {
    display: grid;
    place-items: center;
}

:root[data-thema] .schaufenster-haupt .card-icon > i::before {
    background-image: var(--k-verlauf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

:root[data-thema] .showcase-section .fenster__ring,
:root[data-thema] .showcase-section .fenster__zeichen-pixel {
    position: absolute;
    pointer-events: none;
    max-width: none;
    max-height: none;
}

