@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* /Pages/Vote.razor.rz.scp.css */
.vote[b-yfma441wk5] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: clamp(0.5rem, 2vw, 1rem);
    background: linear-gradient(135deg, #2d7a3a 0%, #005500 50%, #1a4d2e 100%);
}

.vote__card[b-yfma441wk5] {
    max-width: 600px;
    width: 100%;
    height: calc(100vh - 2rem);
    padding: clamp(2rem, 5vw, 3rem);
    display: flex;
    flex-direction: column;
}

.vote__logo[b-yfma441wk5] {
    height: 2.5rem;
    width: auto;
    align-self: center;
    margin-bottom: 0.5rem;
}

.vote__title[b-yfma441wk5] {
    text-align: center;
    margin-bottom: 1rem;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: var(--neutral-foreground-rest, #333);
}

.vote__message[b-yfma441wk5] {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin: 1rem 0;
    text-align: center;
}

.vote__options[b-yfma441wk5] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
}

.vote__option[b-yfma441wk5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: var(--neutral-layer-2, #f5f5f5);
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
    transition: opacity 0.15s ease;
}

.vote__option:hover[b-yfma441wk5] {
    opacity: 0.8;
}

.vote__option-text[b-yfma441wk5] {
    flex: 1;
    font-size: clamp(1.125rem, 2.5vw, 1.75rem);
    line-height: 1.4;
    text-align: left;
}

.vote__option-label[b-yfma441wk5] {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #005500;
    flex-shrink: 0;
}

.vote__result[b-yfma441wk5] {
    margin-top: 1.5rem;
    padding: clamp(1rem, 3vw, 1.5rem);
    background: var(--neutral-layer-2, #f5f5f5);
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.vote__result-count[b-yfma441wk5] {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: bold;
    color: #005500;
    line-height: 1.2;
}

.vote__result-label[b-yfma441wk5] {
    color: var(--neutral-foreground-hint, #666);
    font-size: clamp(0.875rem, 2vw, 1.125rem);
}

.vote__countdown[b-yfma441wk5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-top: 2rem;
}

.vote__countdown-label[b-yfma441wk5] {
    font-weight: 500;
    text-align: center;
    font-size: 0.875rem;
    color: var(--neutral-foreground-hint, #666);
}
