.daily-gift-modal {
    background: var(--bns-surface);
    border: 1px solid var(--bns-border);
    border-radius: var(--bns-radius);
    color: var(--bns-text);
}

.daily-gift-modal .modal-header {
    border-bottom-color: var(--bns-border);
}

.daily-gift-modal .modal-title {
    font-weight: 700;
}

.daily-gift-modal .close {
    color: var(--bns-text-muted);
    opacity: 1;
    text-shadow: none;
}

.daily-gift-intro {
    padding: 0.5rem 0.25rem 0.25rem;
    text-align: center;
}

.daily-gift-icon {
    align-items: center;
    background: var(--bns-accent-soft);
    border-radius: 50%;
    color: var(--bns-accent);
    display: inline-flex;
    height: 72px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 72px;
}

.daily-gift-icon .material-icons {
    font-size: 2.2rem;
}

.daily-gift-intro h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.daily-gift-intro p {
    color: var(--bns-text-muted);
    font-size: 0.92rem;
    margin: 0 auto 1.25rem;
    max-width: 320px;
}

.daily-gift-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.daily-gift-hint {
    color: var(--bns-text-muted);
    display: block;
    margin-top: 0.85rem;
}

.daily-gift-wheel-view {
    text-align: center;
}

.daily-gift-wheel-title {
    color: var(--bns-text-muted);
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.daily-gift-wheel-wrap {
    display: inline-block;
    position: relative;
}

.daily-gift-pointer {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid var(--bns-accent);
    height: 0;
    left: 50%;
    position: absolute;
    top: -2px;
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}

#dailyGiftCanvas,
[data-daily-gift-canvas] {
    border-radius: 50%;
    box-shadow: 0 0 0 4px var(--bns-accent-soft), 0 8px 24px rgba(0, 0, 0, 0.35);
    display: block;
    max-width: 100%;
}

.daily-gift-result {
    color: var(--bns-accent);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 1rem 0 0;
}
