/* _content/stadtlandfiege/Pages/HostDashboard.razor.rz.scp.css */
.host-login[b-9augb4kx2v],
.host[b-9augb4kx2v] {
    width: min(900px, 100%);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: linear-gradient(150deg, rgba(14, 59, 44, 0.96), rgba(4, 27, 21, 0.98));
}

.host__current-question[b-9augb4kx2v] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.1rem 1.3rem;
    border-radius: 16px;
    background: rgba(4, 27, 21, 0.7);
    border: 1px solid rgba(200, 169, 107, 0.28);
    box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.18);
}

.host__question-topic[b-9augb4kx2v] {
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.78rem;
    color: rgba(244, 241, 219, 0.62);
}

.host__question-text[b-9augb4kx2v] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffe082;
}

.host__question-answer[b-9augb4kx2v] {
    font-size: 1rem;
    color: rgba(244, 241, 219, 0.85);
}

.host__question-placeholder[b-9augb4kx2v] {
    font-size: 0.95rem;
    color: rgba(244, 241, 219, 0.55);
}

.host-login__form[b-9augb4kx2v] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.host-login__error[b-9augb4kx2v] {
    color: rgba(227, 6, 19, 0.85);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.host__header[b-9augb4kx2v] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.host__meta[b-9augb4kx2v] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.6rem;
}

.host__theme-toggle[b-9augb4kx2v] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(200, 169, 107, 0.45);
    background: rgba(4, 27, 21, 0.6);
    color: var(--fiege-gold);
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.host__theme-toggle span[b-9augb4kx2v] {
    line-height: 1;
}

.host__theme-toggle:hover:not([disabled])[b-9augb4kx2v] {
    border-color: rgba(200, 169, 107, 0.85);
    color: #fff;
    background: rgba(200, 169, 107, 0.25);
}

.host__theme-toggle--active[b-9augb4kx2v] {
    background: radial-gradient(circle at 30% 30%, rgba(200, 169, 107, 0.35), rgba(147, 112, 35, 0.55));
    color: #fff;
    box-shadow: 0 0 18px rgba(200, 169, 107, 0.4);
}

.host__timestamp[b-9augb4kx2v] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: rgba(244, 241, 219, 0.6);
}

.host__timestamp strong[b-9augb4kx2v] {
    font-size: 1.1rem;
    color: var(--fiege-gold);
}

.host__participants[b-9augb4kx2v] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: rgba(244, 241, 219, 0.6);
}

.host__participants strong[b-9augb4kx2v] {
    font-size: 1.4rem;
    color: var(--fiege-gold);
    letter-spacing: 0.02em;
    text-transform: none;
}

.host__participants-button[b-9augb4kx2v] {
    margin-top: 0.2rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(200, 169, 107, 0.4);
    background: transparent;
    color: rgba(244, 241, 219, 0.85);
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.host__participants-button:hover:not([disabled])[b-9augb4kx2v] {
    border-color: rgba(200, 169, 107, 0.8);
    color: var(--fiege-gold);
    background: rgba(200, 169, 107, 0.12);
}

.host__participants-button:disabled[b-9augb4kx2v] {
    opacity: 0.35;
    cursor: not-allowed;
}

.host__controls[b-9augb4kx2v] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.host__question textarea[b-9augb4kx2v] {
    resize: vertical;
    min-height: 82px;
}

.host__actions[b-9augb4kx2v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.8rem;
}

.host__actions button[b-9augb4kx2v] {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}

.host__action-primary[b-9augb4kx2v] {
    background: linear-gradient(135deg, rgba(200, 169, 107, 0.95), rgba(147, 112, 35, 0.9));
    color: var(--fiege-dark);
}

.host__action-danger[b-9augb4kx2v] {
    background: linear-gradient(135deg, rgba(227, 6, 19, 0.92), rgba(155, 0, 0, 0.95));
    color: #fff;
}

.host__flash[b-9augb4kx2v] {
    padding: 0.85rem 1.2rem;
    border-radius: 12px;
    background: rgba(200, 169, 107, 0.18);
    border: 1px solid rgba(200, 169, 107, 0.45);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: var(--fiege-gold);
}

.host__order[b-9augb4kx2v] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: rgba(4, 27, 21, 0.68);
    border-radius: 18px;
    border: 1px solid rgba(200, 169, 107, 0.22);
    padding: 1.4rem;
}

.host__order header[b-9augb4kx2v] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5rem;
}

.host__order header span[b-9augb4kx2v] {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: rgba(244, 241, 219, 0.55);
}

.host__order ol[b-9augb4kx2v] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.host__order-item[b-9augb4kx2v] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    padding: 0.9rem 1.3rem;
    border-radius: 16px;
    background: rgba(244, 241, 219, 0.06);
    border: 1px solid transparent;
}

.host__order-item--first[b-9augb4kx2v] {
    border-color: rgba(200, 169, 107, 0.6);
    background: rgba(200, 169, 107, 0.16);
}

.host__order-position[b-9augb4kx2v] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--fiege-gold);
}

.host__order-name[b-9augb4kx2v] {
    font-size: 1rem;
}

.host-modal__backdrop[b-9augb4kx2v] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    z-index: 30;
}

.host-modal[b-9augb4kx2v] {
    width: min(420px, 100%);
    background: rgba(10, 36, 28, 1);
    border-radius: 20px;
    border: 1px solid rgba(200, 169, 107, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.4rem 1.6rem;
    color: rgba(244, 241, 219, 0.92);
}

.host-modal__header[b-9augb4kx2v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.host-modal__header h3[b-9augb4kx2v] {
    margin: 0;
    font-size: 1.2rem;
    color: var(--fiege-gold);
}

.host-modal__close[b-9augb4kx2v] {
    border: none;
    background: transparent;
    color: rgba(244, 241, 219, 0.8);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease;
}

.host-modal__close:hover[b-9augb4kx2v] {
    color: var(--fiege-gold);
}

.host-modal__list[b-9augb4kx2v] {
    margin: 0;
    padding: 0;
    list-style: decimal inside;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    font-size: 0.95rem;
}

.host-modal__empty[b-9augb4kx2v] {
    margin: 0;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(244, 241, 219, 0.65);
    text-align: center;
}

@media (max-width: 720px) {
    .host__header[b-9augb4kx2v] {
        flex-direction: column;
        align-items: flex-start;
    }

    .host__meta[b-9augb4kx2v] {
        align-items: flex-start;
    }

    .host__timestamp[b-9augb4kx2v] {
        align-items: flex-start;
    }

    .host__participants[b-9augb4kx2v] {
        align-items: flex-start;
    }
}
/* _content/stadtlandfiege/Pages/QuizBeamer.razor.rz.scp.css */
.beamer-left[b-3fy37bn8iq] {
    width: min(1100px, 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(2rem, 6vw, 4rem);
    margin-right: 10px;
    background: radial-gradient(circle at top, rgba(200, 169, 107, 0.18), transparent 55%),
        linear-gradient(160deg, rgba(14, 59, 44, 0.96), rgba(4, 27, 21, 0.98));
}

.beamer-right[b-3fy37bn8iq] {
    width: min(350px, 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: clamp(2rem, 0.5vw, 2rem) !important;
    background: radial-gradient(circle at top, rgba(200, 169, 107, 0.18), transparent 55%),
        linear-gradient(160deg, rgba(14, 59, 44, 0.96), rgba(4, 27, 21, 0.98));
}

.beamer__content[b-3fy37bn8iq] {
    display: flex;
    flex-direction: column;
    gap: clamp(1.4rem, 3vw, 2rem);
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 960px;
}

.beamer__BuzzerContent[b-3fy37bn8iq] {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.beamer__topic[b-3fy37bn8iq] {
    font-size: clamp(1.4rem, 3vw, 2rem);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(244, 241, 219, 0.72);
}

.beamer__question[b-3fy37bn8iq] {
    font-size: clamp(2.6rem, 6vw, 4.6rem);
    font-weight: 700;
    color: #ffe082;
    letter-spacing: 0.015em;
    line-height: 1.12;
    max-width: 90%;
    opacity: 0.08;
}

.beamer__question--reveal[b-3fy37bn8iq] {
    opacity: 1;
    animation: beamer-question-reveal-b-3fy37bn8iq 1.1s ease-out forwards;
}

.beamer__placeholder[b-3fy37bn8iq] {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    letter-spacing: 0.05em;
    color: rgba(244, 241, 219, 0.6);
}

.beamer__qr[b-3fy37bn8iq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1rem, 2.2vw, 1.6rem);
    margin-top: clamp(1.4rem, 3vw, 2.4rem);
    padding: clamp(1.2rem, 3vw, 2rem);
    border-radius: 20px;
    background: rgba(4, 27, 21, 0.72);
    border: 1px solid rgba(200, 169, 107, 0.28);
    width: 100%;
    max-width: 920px;
    text-align: center;
    box-shadow: 0 24px 48px rgba(4, 27, 21, 0.32);
}

.beamer__qr-code[b-3fy37bn8iq] {
    width: min(32rem, 95%);
    max-width: 100%;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.8rem, 2vw, 1.6rem);
    box-shadow: 0 18px 38px rgba(4, 27, 21, 0.32);
}

.beamer__qr-code svg[b-3fy37bn8iq] {
    width: 100%;
    height: auto;
    display: block;
}

.beamer__qr-info[b-3fy37bn8iq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0.45rem, 1.2vw, 0.8rem);
    max-width: 100%;
}

.beamer__qr-label[b-3fy37bn8iq] {
    font-size: clamp(0.9rem, 2vw, 1.05rem);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(244, 241, 219, 0.9);
}

.beamer__qr-url[b-3fy37bn8iq] {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    font-weight: 600;
    color: rgba(255, 224, 130, 0.95);
    word-break: break-word;
    text-transform: lowercase;
}

.beamer__order[b-3fy37bn8iq] {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1rem;
    background: rgba(4, 27, 21, 0.68);
    border-radius: 18px;
    border: 1px solid rgba(200, 169, 107, 0.22);
    padding: 0.4rem;
    width: 100%;
    height: 100%;
}

.beamer__order-header[b-3fy37bn8iq] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5rem;
}

.beamer__order-header span[b-3fy37bn8iq] {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: rgba(244, 241, 219, 0.55);
}

.beamer__order-empty[b-3fy37bn8iq] {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(244, 241, 219, 0.72);
    letter-spacing: 0.05em;
}

.beamer__order-list[b-3fy37bn8iq] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.beamer__order-item[b-3fy37bn8iq] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    padding: 0.9rem 1.3rem;
    border-radius: 16px;
    background: rgba(244, 241, 219, 0.06);
    border: 1px solid transparent;
}

.beamer__order-item--first[b-3fy37bn8iq] {
    border-color: rgba(200, 169, 107, 0.6);
    background: rgba(200, 169, 107, 0.16);
}

.beamer__order-position[b-3fy37bn8iq] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--fiege-gold);
}

.beamer__order-name[b-3fy37bn8iq] {
    font-size: 1rem;
}

@keyframes beamer-question-reveal-b-3fy37bn8iq {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(30px);
        text-shadow: 0 0 0 rgba(255, 224, 130, 0.1);
    }
    60% {
        opacity: 1;
        transform: scale(1.05) translateY(-6px);
        text-shadow: 0 0 28px rgba(255, 224, 130, 0.6);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
        text-shadow: 0 0 18px rgba(255, 224, 130, 0.35);
    }
}
/* _content/stadtlandfiege/Pages/QuizBuzzer.razor.rz.scp.css */
.buzzer__question[b-ldjsmtljzm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.4rem;
    margin: 0.8rem 0 0.3rem 0;
}

.buzzer__question-topic[b-ldjsmtljzm] {
    font-size: 1.1rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(244, 241, 219, 0.7);
}

.buzzer__question-headline[b-ldjsmtljzm] {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ffe082;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin: 0;
}

.buzzer__question-headline--reveal[b-ldjsmtljzm] {
    animation: buzzer-question-reveal-b-ldjsmtljzm 0.9s ease-out forwards;
}

@keyframes buzzer-question-reveal-b-ldjsmtljzm {
    0% {
        opacity: 0;
        transform: scale(0.72) rotate(-4deg);
        filter: drop-shadow(0 0 0 rgba(255, 224, 130, 0.15));
    }
    55% {
        opacity: 1;
        transform: scale(1.08) rotate(2deg);
        filter: drop-shadow(0 0 22px rgba(255, 224, 130, 0.55));
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 12px rgba(255, 224, 130, 0.35));
    }
}
.buzzer[b-ldjsmtljzm] {
    width: min(860px, 100%);
    display: flex;
    flex-direction: column;
    gap: clamp(1.2rem, 2.5vh, 1.9rem);
    background: linear-gradient(160deg, rgba(14, 59, 44, 0.95), rgba(4, 27, 21, 0.98));
    max-height: clamp(0px, calc(100vh - 12rem), 820px);
    overflow: hidden;
}

.buzzer.card[b-ldjsmtljzm] {
    padding: clamp(1.1rem, 2.5vh, 2rem);
}

.buzzer__header[b-ldjsmtljzm] {
    display: flex;
    flex-direction: column;
    gap: clamp(0.6rem, 1.2vh, 1rem);
    flex-shrink: 0;
}

.buzzer__meta[b-ldjsmtljzm] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: rgba(244, 241, 219, 0.62);
}

.buzzer__meta-item[b-ldjsmtljzm] {
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(200, 169, 107, 0.35);
}

.buzzer__button-area[b-ldjsmtljzm] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
}

.buzzer__button-area button[b-ldjsmtljzm] {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    padding: 1.3rem 4.2rem;
    border-radius: 999px;
    box-shadow: 0 25px 38px rgba(0, 0, 0, 0.35);
    background: linear-gradient(135deg, rgba(227, 6, 19, 0.92), rgba(155, 0, 0, 0.95));
    color: #fff;
    margin: 0 auto;
}

.buzzer__button-area button:disabled[b-ldjsmtljzm] {
    background: linear-gradient(135deg, rgba(80, 80, 80, 0.5), rgba(40, 40, 40, 0.6));
    box-shadow: none;
    color: rgba(250, 247, 235, 0.65);
}

.buzzer__status[b-ldjsmtljzm] {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fiege-gold);
    text-align: center;
}

.buzzer__order[b-ldjsmtljzm] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    background: rgba(4, 27, 21, 0.65);
    border-radius: 18px;
    border: 1px solid rgba(200, 169, 107, 0.22);
    padding: 1.2rem;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.buzzer__order header[b-ldjsmtljzm] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.buzzer__order h3[b-ldjsmtljzm] {
    font-size: 1.2rem;
}

.buzzer__order-hint[b-ldjsmtljzm] {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: rgba(244, 241, 219, 0.55);
}

.buzzer__order-empty[b-ldjsmtljzm] {
    margin: 0;
    color: rgba(244, 241, 219, 0.65);
}

.buzzer__order ol[b-ldjsmtljzm] {
    list-style: none;
    padding: 0 0.3rem 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.buzzer__order-item[b-ldjsmtljzm] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 14px;
    background: rgba(244, 241, 219, 0.06);
    border: 1px solid transparent;
}

.buzzer__order-item--first[b-ldjsmtljzm] {
    border-color: rgba(200, 169, 107, 0.55);
    background: rgba(200, 169, 107, 0.12);
}

.buzzer__order-item--self[b-ldjsmtljzm] {
    border-color: rgba(227, 6, 19, 0.6);
    background: rgba(227, 6, 19, 0.18);
}

.buzzer__order-position[b-ldjsmtljzm] {
    font-size: 1.1rem;
    color: var(--fiege-gold);
    font-weight: 600;
}

.buzzer__order-name[b-ldjsmtljzm] {
    font-size: 1rem;
}

.buzzer__order-badge[b-ldjsmtljzm] {
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid rgba(227, 6, 19, 0.65);
    color: rgba(227, 6, 19, 0.85);
}

@media (max-width: 640px) {
    .buzzer[b-ldjsmtljzm] {
        padding: 1.6rem;
        max-height: none;
        min-height: calc(100vh - 3rem);
        overflow: visible;
    }

    .buzzer__button-area button[b-ldjsmtljzm] {
        width: 100%;
    }

    .buzzer__order[b-ldjsmtljzm] {
        padding: 1rem;
        overflow-y: visible;
    }
}
/* _content/stadtlandfiege/Pages/QuizLobby.razor.rz.scp.css */
.landing[b-oxarrwrcb9] {
    width: min(720px, 100%);
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    text-align: left;
    background: linear-gradient(145deg, rgba(14, 59, 44, 0.95), rgba(4, 27, 21, 0.96));
}

.landing__badge[b-oxarrwrcb9] {
    align-self: flex-start;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(200, 169, 107, 0.45);
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(244, 241, 219, 0.76);
}

.landing__question[b-oxarrwrcb9] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.2rem;
    border-radius: 16px;
    background: rgba(244, 241, 219, 0.08);
    border: 1px solid rgba(200, 169, 107, 0.2);
}

.landing__question-label[b-oxarrwrcb9] {
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: rgba(244, 241, 219, 0.6);
}

.landing__question-text[b-oxarrwrcb9] {
    font-size: 1.1rem;
    color: var(--fiege-cream);
}

.landing__form[b-oxarrwrcb9] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.landing__error[b-oxarrwrcb9] {
    font-size: 0.85rem;
    color: rgba(255, 142, 130, 0.9);
    letter-spacing: 0.05em;
}

.landing__form button[b-oxarrwrcb9] {
    align-self: flex-start;
}

.landing__hint[b-oxarrwrcb9] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    color: rgba(244, 241, 219, 0.7);
}

.landing__hint-status[b-oxarrwrcb9] {
    font-weight: 600;
    color: var(--fiege-gold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.landing__hint small[b-oxarrwrcb9] {
    color: rgba(244, 241, 219, 0.55);
    line-height: 1.4;
}

@media (max-width: 540px) {
    .landing[b-oxarrwrcb9] {
        padding: 1.4rem 1.2rem;
    }
}
/* _content/stadtlandfiege/Shared/MainLayout.razor.rz.scp.css */
:root[b-uqsyzecofb] {
    --fiege-green: #0e3b2c;
    --fiege-forest: #08271e;
    --fiege-gold: #c8a96b;
    --fiege-beige: #f4f1db;
    --fiege-cream: #faf7eb;
    --fiege-dark: #041b15;
}

.app-shell[b-uqsyzecofb] {
    min-height: 100vh;
    background: radial-gradient(circle at top left, rgba(244, 241, 219, 0.12) 0%, rgba(8, 39, 30, 0.95) 55%, rgba(4, 27, 21, 1) 100%);
    color: var(--fiege-beige);
    display: flex;
    flex-direction: column;
}

.app-header[b-uqsyzecofb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem clamp(1rem, 4vw, 3rem);
    border-bottom: 1px solid rgba(200, 169, 107, 0.35);
    backdrop-filter: blur(6px);
}

.app-header__brand[b-uqsyzecofb] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.app-header__logo[b-uqsyzecofb] {
    width: clamp(72px, 7vw, 110px);
    height: auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
}

.app-header__titles[b-uqsyzecofb] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.app-header__eyebrow[b-uqsyzecofb] {
    font-size: clamp(1.2rem, 2.2vw, 1.6rem);
    font-weight: 600;
    color: var(--fiege-cream);
}

.app-header__tagline[b-uqsyzecofb] {
    font-size: clamp(0.8rem, 1.4vw, 1rem);
    color: rgba(244, 241, 219, 0.78);
}

.app-header__partner[b-uqsyzecofb] {
    width: clamp(110px, 12vw, 160px);
    filter: brightness(0.95);
}

.app-content[b-uqsyzecofb] {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: clamp(1rem, 3vh, 3rem);
    min-height: 0;
}

.app-footer[b-uqsyzecofb] {
    padding: 1rem clamp(1rem, 4vw, 3rem);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(244, 241, 219, 0.55);
    border-top: 1px solid rgba(200, 169, 107, 0.25);
}

.app-footer a[b-uqsyzecofb] {
    color: var(--fiege-gold);
    transition: color 0.2s ease;
}

.app-footer a:hover[b-uqsyzecofb],
.app-footer a:focus[b-uqsyzecofb] {
    color: var(--fiege-cream);
}

@media (max-width: 720px) {
    .app-header[b-uqsyzecofb] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .app-header__brand[b-uqsyzecofb] {
        flex-direction: column;
    }

    .app-header__partner[b-uqsyzecofb] {
        width: 140px;
    }
}
/* _content/stadtlandfiege/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s9tdd2ljfc] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-s9tdd2ljfc] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-s9tdd2ljfc] {
    font-size: 1.1rem;
}

.oi[b-s9tdd2ljfc] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-s9tdd2ljfc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-s9tdd2ljfc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-s9tdd2ljfc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s9tdd2ljfc]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-s9tdd2ljfc]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-s9tdd2ljfc]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s9tdd2ljfc] {
        display: none;
    }

    .collapse[b-s9tdd2ljfc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-s9tdd2ljfc] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
