@import '_content/ClickerGame/ClickerGame.8btmkjif7f.bundle.scp.css';

/* /Components/Layout/GermanOnlyBanner.razor.rz.scp.css */
.german-only-banner[b-m8grw6mt2s] {
    text-align: center;
    padding: 0.5rem 1rem;
    background: var(--info-bg, #eff6ff);
    color: var(--info-text, #1e40af);
    border-bottom: 1px solid var(--info-border, #93c5fd);
    font-size: 0.85rem;
}
/* /Components/Layout/LanguageToggle.razor.rz.scp.css */
.lang-toggle[b-7kb4daf2f8] {
    background: none;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-l956pu5zoi] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-l956pu5zoi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zqxel2p4ea],
.components-reconnect-repeated-attempt-visible[b-zqxel2p4ea],
.components-reconnect-failed-visible[b-zqxel2p4ea],
.components-pause-visible[b-zqxel2p4ea],
.components-resume-failed-visible[b-zqxel2p4ea],
.components-rejoining-animation[b-zqxel2p4ea] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-retrying[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-failed[b-zqxel2p4ea],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zqxel2p4ea] {
    display: block;
}


#components-reconnect-modal[b-zqxel2p4ea] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-zqxel2p4ea 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zqxel2p4ea 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zqxel2p4ea 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zqxel2p4ea]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zqxel2p4ea 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zqxel2p4ea {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zqxel2p4ea {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zqxel2p4ea {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zqxel2p4ea] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zqxel2p4ea] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zqxel2p4ea] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zqxel2p4ea] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zqxel2p4ea] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zqxel2p4ea] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zqxel2p4ea] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zqxel2p4ea 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zqxel2p4ea] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zqxel2p4ea {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-6purz21us0] {
    max-width: 640px;
    margin: 0 auto;
}

.contact-page h1[b-6purz21us0] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.contact-intro[b-6purz21us0] {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.contact-card[b-6purz21us0] {
    background: var(--bg-secondary);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 2rem;
}

.form-group[b-6purz21us0] {
    margin-bottom: 1.5rem;
}

.form-group label[b-6purz21us0] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text);
}

.captcha-container[b-6purz21us0] {
    margin: 2rem 0;
}

.btn-submit[b-6purz21us0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: background-color 0.15s, transform 0.1s;
    background-color: var(--accent);
    color: #fff;
}

.btn-submit:hover:not(:disabled)[b-6purz21us0] {
    background-color: var(--accent-hover);
    transform: translateY(-1px);
}

.btn-submit:active:not(:disabled)[b-6purz21us0] {
    transform: translateY(0);
}

.btn-submit:disabled[b-6purz21us0] {
    opacity: 0.6;
    cursor: not-allowed;
}

.alert[b-6purz21us0] {
    padding: 1.25rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.alert-success[b-6purz21us0] {
    background-color: var(--success-bg);
    color: var(--success-text);
    border: 1px solid var(--success-border);
}

.alert-danger[b-6purz21us0] {
    background-color: var(--danger-bg);
    color: var(--danger-text);
    border: 1px solid var(--danger-border);
}

.alert-warning[b-6purz21us0] {
    background-color: var(--warning-bg);
    color: var(--warning-text);
    border: 1px solid var(--warning-border);
}

.message-review[b-6purz21us0] {
    background: var(--bg-secondary);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.5rem;
}

.message-review h3[b-6purz21us0] {
    margin: 0 0 0.75rem;
    font-size: 1rem;
}

.message-content[b-6purz21us0] {
    white-space: pre-wrap;
    word-break: break-word;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1rem;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 0.95rem;
    line-height: 1.5;
}

.btn-copy[b-6purz21us0] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--bg);
    color: var(--text);
    font-size: 0.9rem;
    font-family: inherit;
    cursor: pointer;
    transition: background-color 0.15s;
}

.btn-copy:hover[b-6purz21us0] {
    background: var(--bg-secondary);
}

.alert-info[b-6purz21us0] {
    background-color: var(--info-bg);
    color: var(--info-text);
    border: 1px solid var(--info-border);
}

.contact-info-details[b-6purz21us0] {
    margin-bottom: 2rem;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.contact-info-details summary[b-6purz21us0] {
    cursor: pointer;
    font-weight: 600;
    color: var(--text);
}

.contact-info-details p[b-6purz21us0] {
    margin: 0.75rem 0 0;
    line-height: 1.6;
}
/* /Components/Pages/CookieInfos.razor.rz.scp.css */
.cookie-infos-page[b-tj8gcjpe03] {
    max-width: 640px;
    margin: 0 auto;
}

.cookie-infos-page h1[b-tj8gcjpe03] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.cookie-infos-page h2[b-tj8gcjpe03] {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.cookie-intro[b-tj8gcjpe03] {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.cookie-table[b-tj8gcjpe03] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.cookie-table th[b-tj8gcjpe03],
.cookie-table td[b-tj8gcjpe03] {
    text-align: left;
    padding: 0.6rem 0.75rem;
    border: 1px solid var(--border);
}

.cookie-table th[b-tj8gcjpe03] {
    background: var(--bg-secondary);
    font-weight: 600;
}

.cookie-table code[b-tj8gcjpe03] {
    font-size: 0.85rem;
}
/* /Components/Pages/EmojiRoulette.razor.rz.scp.css */
.roulette-page[b-0fmz414umb] {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.roulette-page h1[b-0fmz414umb] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.roulette-intro[b-0fmz414umb] {
    color: var(--text-secondary);
    margin-bottom: 2.5rem;
    font-size: 1.05rem;
}

.slot-machine[b-0fmz414umb] {
    background: var(--bg-secondary);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
}

.slots[b-0fmz414umb] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.slot-viewport[b-0fmz414umb] {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    border: 2px solid var(--border);
    border-radius: 12px;
    background: var(--bg);
}

.slot-reel[b-0fmz414umb] {
    display: flex;
    flex-direction: column;
}

.slot-item[b-0fmz414umb] {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    line-height: 1;
    flex-shrink: 0;
}

.btn-spin[b-0fmz414umb] {
    padding: 0.75rem 2.5rem;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    background: var(--accent);
    color: #fff;
    transition: background-color 0.15s, transform 0.1s;
}

.btn-spin:hover:not(:disabled)[b-0fmz414umb] {
    background: var(--accent-hover);
    transform: translateY(-1px);
}

.btn-spin:disabled[b-0fmz414umb] {
    opacity: 0.6;
    cursor: not-allowed;
}

.result[b-0fmz414umb] {
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 500;
}

.result-win[b-0fmz414umb] {
    background: var(--success-bg);
    color: var(--success-text);
    border: 1px solid var(--success-border);
    animation: pop-b-0fmz414umb 0.3s ease-out;
}

.result-meh[b-0fmz414umb] {
    color: var(--text-secondary);
}

@keyframes pop-b-0fmz414umb {
    0% { transform: scale(0.9); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.info-toggle[b-0fmz414umb] {
    margin-top: 2rem;
}

.btn-info[b-0fmz414umb] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    background: var(--bg-secondary);
    color: var(--text-secondary);
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    font-family: serif;
    cursor: pointer;
    transition: border-color 0.15s;
}

.btn-info:hover[b-0fmz414umb] {
    border-color: var(--accent);
    color: var(--accent);
}

.info-box[b-0fmz414umb] {
    margin-top: 0.75rem;
    padding: 1rem;
    border-radius: 10px;
    background: var(--bg-secondary);
    border: 1px solid var(--border);
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.info-box p[b-0fmz414umb] {
    margin: 0;
}

.info-box p + p[b-0fmz414umb] {
    margin-top: 0.5rem;
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-page[b-minh1d6gvj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 1rem 3rem;
    min-height: 70vh;
    justify-content: center;
}

.error-title[b-minh1d6gvj] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--text);
    letter-spacing: -0.02em;
}

.error-sub[b-minh1d6gvj] {
    margin-top: 2rem;
    color: var(--text-secondary);
    font-size: 1.05rem;
}

.construction-scene[b-minh1d6gvj] {
    position: relative;
    width: 300px;
    height: 200px;
}

.crane[b-minh1d6gvj] {
    font-size: 8rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.workers[b-minh1d6gvj] {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.worker[b-minh1d6gvj], .prop[b-minh1d6gvj] {
    position: absolute;
    bottom: 0;
}

.worker[b-minh1d6gvj] { font-size: 2rem; }
.prop[b-minh1d6gvj] { font-size: 1.4rem; }

.w1[b-minh1d6gvj] { left: 10%; animation: bob-b-minh1d6gvj 1.2s ease-in-out infinite; }
.w2[b-minh1d6gvj] { left: 45%; animation: bob-b-minh1d6gvj 1.4s ease-in-out infinite 0.3s; }
.w3[b-minh1d6gvj] { left: 78%; animation: bob-b-minh1d6gvj 1.2s ease-in-out infinite 0.6s; }

.p1[b-minh1d6gvj] { left: 0; bottom: -5px; }
.p2[b-minh1d6gvj] { left: 28%; bottom: 2px; }
.p3[b-minh1d6gvj] { left: 38%; bottom: -3px; }
.p4[b-minh1d6gvj] { left: 58%; bottom: -5px; }
.p5[b-minh1d6gvj] { left: 68%; bottom: 0; }
.p6[b-minh1d6gvj] { left: 88%; bottom: -3px; }
.p7[b-minh1d6gvj] { left: 22%; bottom: -8px; }
.p8[b-minh1d6gvj] { left: 92%; bottom: -5px; font-size: 1.6rem; }

@keyframes crane-sway-b-minh1d6gvj {
    0%, 100% { transform: translateX(-50%) rotate(-2deg); }
    50% { transform: translateX(-50%) rotate(2deg); }
}

@keyframes bob-b-minh1d6gvj {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.notfound-page[b-zow5dii2le] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 1rem 3rem;
    min-height: 70vh;
    justify-content: center;
}

.notfound-title[b-zow5dii2le] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--text);
    letter-spacing: -0.02em;
}

.notfound-sub[b-zow5dii2le] {
    margin-top: 2rem;
    color: var(--text-secondary);
    font-size: 1.05rem;
}
