/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-v1f1918pia] {
    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-v1f1918pia] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cjz3taei2m],
.components-reconnect-repeated-attempt-visible[b-cjz3taei2m],
.components-reconnect-failed-visible[b-cjz3taei2m],
.components-pause-visible[b-cjz3taei2m],
.components-resume-failed-visible[b-cjz3taei2m],
.components-rejoining-animation[b-cjz3taei2m] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cjz3taei2m],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cjz3taei2m],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cjz3taei2m],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cjz3taei2m],
#components-reconnect-modal.components-reconnect-retrying[b-cjz3taei2m],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cjz3taei2m],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cjz3taei2m],
#components-reconnect-modal.components-reconnect-failed[b-cjz3taei2m],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cjz3taei2m] {
    display: block;
}


#components-reconnect-modal[b-cjz3taei2m] {
    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-cjz3taei2m 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cjz3taei2m 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cjz3taei2m 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cjz3taei2m]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cjz3taei2m 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cjz3taei2m {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cjz3taei2m {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cjz3taei2m {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cjz3taei2m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cjz3taei2m] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cjz3taei2m] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cjz3taei2m] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cjz3taei2m] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cjz3taei2m] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cjz3taei2m] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cjz3taei2m 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cjz3taei2m] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cjz3taei2m {
    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/Home.razor.rz.scp.css */
.amber-page[b-wud80h4juu] {
    position: relative;
    min-height: 100vh;
    padding: 2rem 1rem 4rem;
    background: linear-gradient(160deg, #2b1055 0%, #7597de 60%, #ffb88c 100%);
    overflow: hidden;
    font-family: 'Segoe UI', 'Comic Sans MS', cursive, sans-serif;
}

/* Twinkling star field */
.stars[b-wud80h4juu] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(2px 2px at 20% 30%, #fff, transparent),
        radial-gradient(2px 2px at 60% 70%, #ffe9a8, transparent),
        radial-gradient(1.5px 1.5px at 80% 20%, #fff, transparent),
        radial-gradient(2px 2px at 40% 80%, #ffd4f7, transparent),
        radial-gradient(1.5px 1.5px at 90% 60%, #fff, transparent),
        radial-gradient(2px 2px at 10% 90%, #c8f7ff, transparent),
        radial-gradient(1.5px 1.5px at 50% 10%, #fff, transparent),
        radial-gradient(2px 2px at 30% 55%, #fff5c2, transparent),
        radial-gradient(1.5px 1.5px at 70% 45%, #fff, transparent);
    animation: twinkle-b-wud80h4juu 3s ease-in-out infinite alternate;
}

@keyframes twinkle-b-wud80h4juu {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

.amber-header[b-wud80h4juu] {
    position: relative;
    text-align: center;
    margin-bottom: 1.5rem;
    z-index: 2;
}

.amber-title[b-wud80h4juu] {
    font-size: clamp(1.8rem, 5vw, 3.2rem);
    font-weight: 800;
    color: #ffdf6b;
    text-shadow:
        0 0 8px rgba(255, 223, 107, 0.9),
        0 0 24px rgba(255, 180, 60, 0.7),
        0 0 48px rgba(255, 140, 0, 0.5);
    animation: title-glow-b-wud80h4juu 2.5s ease-in-out infinite alternate;
}

@keyframes title-glow-b-wud80h4juu {
    from {
        text-shadow:
            0 0 8px rgba(255, 223, 107, 0.9),
            0 0 24px rgba(255, 180, 60, 0.7),
            0 0 48px rgba(255, 140, 0, 0.5);
    }
    to {
        text-shadow:
            0 0 14px rgba(255, 240, 160, 1),
            0 0 36px rgba(255, 200, 90, 0.9),
            0 0 72px rgba(255, 160, 30, 0.7);
    }
}

.amber-subtitle[b-wud80h4juu] {
    color: #fff;
    opacity: 0.85;
    font-size: 1.1rem;
    font-style: italic;
}

/* Entry form */
.entry-box[b-wud80h4juu] {
    position: relative;
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 2.5rem;
    max-width: 640px;
    z-index: 2;
}

.entry-input[b-wud80h4juu] {
    flex: 1 1 320px;
    padding: 0.85rem 1.2rem;
    font-size: 1.05rem;
    border: 2px solid rgba(255, 223, 107, 0.7);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    outline: none;
    box-shadow: 0 0 16px rgba(255, 210, 90, 0.4);
    transition: box-shadow 0.3s ease;
}

.entry-input:focus[b-wud80h4juu] {
    box-shadow: 0 0 28px rgba(255, 220, 110, 0.85);
}

.entry-button[b-wud80h4juu] {
    padding: 0.85rem 1.8rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #4b2c00;
    background: linear-gradient(135deg, #ffe27a, #ffb347);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 0 18px rgba(255, 190, 70, 0.7);
    transition: transform 0.15s ease, box-shadow 0.3s ease;
}

.entry-button:hover[b-wud80h4juu] {
    transform: scale(1.06);
    box-shadow: 0 0 32px rgba(255, 210, 100, 1);
}

.entry-button:active[b-wud80h4juu] {
    transform: scale(0.97);
}

/* Scattered love notes */
.notes-field[b-wud80h4juu] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 1.2rem 0;
    min-height: 50vh;
    z-index: 1;
}

.love-note[b-wud80h4juu] {
    position: relative;
    max-width: 280px;
    margin: 0.6rem 1.2rem;
    padding: 0.9rem 1.3rem;
    border-radius: 18px 22px 20px 16px;
    font-size: 1.05rem;
    line-height: 1.35;
    color: #fff;
    animation: float-b-wud80h4juu 6s ease-in-out infinite;
    word-wrap: break-word;
}

.love-note[b-wud80h4juu]::after {
    content: "✦";
    position: absolute;
    top: -0.6rem;
    right: -0.4rem;
    font-size: 1rem;
    color: #fff;
    animation: sparkle-b-wud80h4juu 2.2s ease-in-out infinite;
}

@keyframes float-b-wud80h4juu {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -10px; }
}

@keyframes sparkle-b-wud80h4juu {
    0%, 100% { opacity: 0.2; scale: 0.6; }
    50% { opacity: 1; scale: 1.3; }
}

.note-color-0[b-wud80h4juu] {
    background: rgba(255, 105, 180, 0.35);
    border: 1px solid rgba(255, 182, 217, 0.8);
    box-shadow: 0 0 18px rgba(255, 105, 180, 0.6);
}

.note-color-1[b-wud80h4juu] {
    background: rgba(255, 191, 71, 0.35);
    border: 1px solid rgba(255, 224, 150, 0.8);
    box-shadow: 0 0 18px rgba(255, 191, 71, 0.6);
}

.note-color-2[b-wud80h4juu] {
    background: rgba(100, 220, 255, 0.3);
    border: 1px solid rgba(170, 235, 255, 0.8);
    box-shadow: 0 0 18px rgba(100, 220, 255, 0.6);
}

.note-color-3[b-wud80h4juu] {
    background: rgba(180, 130, 255, 0.35);
    border: 1px solid rgba(215, 190, 255, 0.8);
    box-shadow: 0 0 18px rgba(180, 130, 255, 0.6);
}

.note-color-4[b-wud80h4juu] {
    background: rgba(120, 255, 170, 0.3);
    border: 1px solid rgba(190, 255, 215, 0.8);
    box-shadow: 0 0 18px rgba(120, 255, 170, 0.6);
}

.note-color-5[b-wud80h4juu] {
    background: rgba(255, 140, 90, 0.35);
    border: 1px solid rgba(255, 200, 170, 0.8);
    box-shadow: 0 0 18px rgba(255, 140, 90, 0.6);
}
