/* /Components/ImportExport.razor.rz.scp.css */
.import-export-container[b-cvlzkgphqq] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    padding: 24px;
    margin: 24px 0;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.import-export-header[b-cvlzkgphqq] {
    text-align: center;
    margin-bottom: 32px;
}

.import-export-header h3[b-cvlzkgphqq] {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.import-export-header p[b-cvlzkgphqq] {
    color: #64748b;
    margin: 0;
    font-size: 16px;
}

.import-export-content[b-cvlzkgphqq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

.export-section[b-cvlzkgphqq],
.import-section[b-cvlzkgphqq] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.section-header[b-cvlzkgphqq] {
    margin-bottom: 20px;
}

.section-header h4[b-cvlzkgphqq] {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.section-header p[b-cvlzkgphqq] {
    color: #64748b;
    margin: 0;
    font-size: 14px;
}

.export-button[b-cvlzkgphqq] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
    transition: all 0.2s ease;
}

.export-button:hover:not(:disabled)[b-cvlzkgphqq] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.export-button:disabled[b-cvlzkgphqq] {
    background: #94a3b8;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.file-input-container[b-cvlzkgphqq] {
    position: relative;
    margin-bottom: 16px;
}

.file-input[b-cvlzkgphqq] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.file-input-label[b-cvlzkgphqq] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    justify-content: center;
    font-weight: 500;
    color: #475569;
}

.file-input-label:hover[b-cvlzkgphqq] {
    background: #f1f5f9;
    border-color: #94a3b8;
}

.selected-file[b-cvlzkgphqq] {
    background: #f0f9ff;
    border: 1px solid #7dd3fc;
    border-radius: 8px;
    padding: 16px;
    margin-top: 16px;
}

.selected-file .file-name[b-cvlzkgphqq] {
    font-weight: 600;
    color: #0c4a6e;
}

.import-actions[b-cvlzkgphqq] {
    display: flex;
    gap: 12px;
    margin: 16px 0;
}

.import-button[b-cvlzkgphqq] {
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    flex: 1;
    justify-content: center;
}

.replace-button[b-cvlzkgphqq] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
}

.replace-button:hover:not(:disabled)[b-cvlzkgphqq] {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
    transform: translateY(-1px);
}

.merge-button[b-cvlzkgphqq] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: white;
}

.merge-button:hover:not(:disabled)[b-cvlzkgphqq] {
    background: linear-gradient(135deg, #047857 0%, #065f46 100%);
    transform: translateY(-1px);
}

.import-button:disabled[b-cvlzkgphqq] {
    background: #94a3b8;
    cursor: not-allowed;
    transform: none;
}

.preview-section[b-cvlzkgphqq] {
    margin-top: 16px;
}

.preview-section h5[b-cvlzkgphqq] {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 8px 0;
}

.preview-list[b-cvlzkgphqq] {
    background: white;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    padding: 8px;
    max-height: 120px;
    overflow-y: auto;
}

.preview-option[b-cvlzkgphqq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    font-size: 13px;
    border-bottom: 1px solid #f3f4f6;
}

.preview-option:last-child[b-cvlzkgphqq] {
    border-bottom: none;
}

.option-name[b-cvlzkgphqq] {
    font-weight: 500;
    color: #374151;
}

.option-weight[b-cvlzkgphqq] {
    color: #6b7280;
    font-size: 12px;
}

.preview-more[b-cvlzkgphqq] {
    text-align: center;
    font-style: italic;
    color: #6b7280;
    font-size: 12px;
    padding: 8px;
}

.info-message[b-cvlzkgphqq] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fef3cd;
    color: #92400e;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 16px;
    border: 1px solid #fcd34d;
}

.file-format-info[b-cvlzkgphqq] {
    margin-top: 24px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.file-format-info summary[b-cvlzkgphqq] {
    padding: 16px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #374151;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.file-format-info summary:hover[b-cvlzkgphqq] {
    background: #f9fafb;
}

.format-details[b-cvlzkgphqq] {
    padding: 0 20px 20px 20px;
    border-top: 1px solid #e5e7eb;
}

.format-details h5[b-cvlzkgphqq] {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin: 16px 0 8px 0;
}

.format-example[b-cvlzkgphqq] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 12px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #475569;
    overflow-x: auto;
    white-space: pre;
    margin: 8px 0 16px 0;
}

.format-rules[b-cvlzkgphqq] {
    font-size: 13px;
    color: #64748b;
    padding-left: 20px;
    margin: 0;
}

.format-rules li[b-cvlzkgphqq] {
    margin-bottom: 4px;
}

.format-rules code[b-cvlzkgphqq] {
    background: #f1f5f9;
    padding: 2px 4px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    color: #374151;
}

.status-message[b-cvlzkgphqq] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
}

.status-message.success[b-cvlzkgphqq] {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.status-message.error[b-cvlzkgphqq] {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.loading-icon[b-cvlzkgphqq],
.spinning-icon[b-cvlzkgphqq] {
    animation: spin-b-cvlzkgphqq 1s linear infinite;
}

@keyframes spin-b-cvlzkgphqq {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .import-export-content[b-cvlzkgphqq] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .import-export-container[b-cvlzkgphqq] {
        padding: 20px 16px;
        margin: 16px 0;
    }

    .import-actions[b-cvlzkgphqq] {
        flex-direction: column;
        gap: 8px;
    }

    .export-section[b-cvlzkgphqq],
    .import-section[b-cvlzkgphqq] {
        padding: 20px 16px;
    }
}
/* /Components/OptionsManager.razor.rz.scp.css */
.options-manager[b-k6u59o39eh] {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.header[b-k6u59o39eh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}

.header h2[b-k6u59o39eh] {
    margin: 0;
    color: #1e293b;
    font-size: 24px;
    font-weight: 600;
}

.summary[b-k6u59o39eh] {
    display: flex;
    gap: 16px;
    font-size: 14px;
    color: #64748b;
}

.option-count[b-k6u59o39eh], .total-weight[b-k6u59o39eh] {
    background: #f1f5f9;
    padding: 4px 12px;
    border-radius: 16px;
    font-weight: 500;
}

.no-options[b-k6u59o39eh] {
    color: #94a3b8;
    font-style: italic;
}

/* Add Option Form */
.add-option-form[b-k6u59o39eh] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 24px;
}

.form-row[b-k6u59o39eh] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.option-name-input[b-k6u59o39eh], .option-weight-input[b-k6u59o39eh] {
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s;
}

.option-name-input[b-k6u59o39eh] {
    flex: 1;
    min-width: 200px;
}

.option-name-input:focus[b-k6u59o39eh], .option-weight-input:focus[b-k6u59o39eh] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.option-name-input.error[b-k6u59o39eh] {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.option-weight-input[b-k6u59o39eh] {
    width: 100px;
}

.add-button[b-k6u59o39eh] {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.add-button:hover:not(:disabled)[b-k6u59o39eh] {
    background: #2563eb;
}

.add-button:disabled[b-k6u59o39eh] {
    background: #94a3b8;
    cursor: not-allowed;
}

.validation-message[b-k6u59o39eh] {
    margin-top: 12px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}

.validation-message.error[b-k6u59o39eh] {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.validation-message.success[b-k6u59o39eh] {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

/* Options List */
.options-list[b-k6u59o39eh] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.option-item[b-k6u59o39eh] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.option-item:hover[b-k6u59o39eh] {
    border-color: #cbd5e1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.option-item.editing[b-k6u59o39eh] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px #3b82f6;
}

.option-display[b-k6u59o39eh] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.option-info[b-k6u59o39eh] {
    display: flex;
    gap: 16px;
    align-items: center;
}

.option-name[b-k6u59o39eh] {
    font-weight: 600;
    color: #1e293b;
    font-size: 16px;
}

.option-weight[b-k6u59o39eh] {
    color: #64748b;
    font-size: 14px;
}

.option-percentage[b-k6u59o39eh] {
    color: #3b82f6;
    font-size: 14px;
    font-weight: 500;
}

/* Weight Bar */
.weight-bar[b-k6u59o39eh] {
    width: 100%;
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
}

.weight-fill[b-k6u59o39eh] {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
    border-radius: 3px;
    transition: width 0.3s ease;
}

/* Option Actions */
.option-actions[b-k6u59o39eh] {
    display: flex;
    gap: 8px;
}

.edit-button[b-k6u59o39eh], .remove-button[b-k6u59o39eh] {
    padding: 4px 12px;
    border: 1px solid;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.edit-button[b-k6u59o39eh] {
    background: #f8fafc;
    color: #475569;
    border-color: #cbd5e1;
}

.edit-button:hover[b-k6u59o39eh] {
    background: #e2e8f0;
    border-color: #94a3b8;
}

.remove-button[b-k6u59o39eh] {
    background: #fef2f2;
    color: #dc2626;
    border-color: #fecaca;
}

.remove-button:hover[b-k6u59o39eh] {
    background: #fee2e2;
    border-color: #fca5a5;
}

/* Edit Form */
.edit-form[b-k6u59o39eh] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.edit-form > div:first-child[b-k6u59o39eh] {
    display: flex;
    gap: 12px;
}

.edit-name-input[b-k6u59o39eh], .edit-weight-input[b-k6u59o39eh] {
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 14px;
}

.edit-name-input[b-k6u59o39eh] {
    flex: 1;
}

.edit-weight-input[b-k6u59o39eh] {
    width: 100px;
}

.edit-buttons[b-k6u59o39eh] {
    display: flex;
    gap: 8px;
}

.save-button[b-k6u59o39eh], .cancel-button[b-k6u59o39eh] {
    padding: 6px 16px;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.save-button[b-k6u59o39eh] {
    background: #10b981;
    color: white;
}

.save-button:hover[b-k6u59o39eh] {
    background: #059669;
}

.cancel-button[b-k6u59o39eh] {
    background: #6b7280;
    color: white;
}

.cancel-button:hover[b-k6u59o39eh] {
    background: #4b5563;
}

/* Bulk Actions */
.bulk-actions[b-k6u59o39eh] {
    display: flex;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.clear-all-button[b-k6u59o39eh], .reset-weights-button[b-k6u59o39eh] {
    padding: 8px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: white;
    color: #64748b;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.clear-all-button:hover[b-k6u59o39eh] {
    background: #fef2f2;
    color: #dc2626;
    border-color: #fecaca;
}

.reset-weights-button:hover[b-k6u59o39eh] {
    background: #f0f9ff;
    color: #0369a1;
    border-color: #bae6fd;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .options-manager[b-k6u59o39eh] {
        padding: 16px;
    }

    .header[b-k6u59o39eh] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .summary[b-k6u59o39eh] {
        flex-direction: column;
        gap: 8px;
    }

    .form-row[b-k6u59o39eh] {
        flex-direction: column;
        align-items: stretch;
    }

    .option-weight-input[b-k6u59o39eh] {
        width: 100%;
    }

    .option-info[b-k6u59o39eh] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .edit-form > div:first-child[b-k6u59o39eh] {
        flex-direction: column;
    }

    .edit-weight-input[b-k6u59o39eh] {
        width: 100%;
    }

    .bulk-actions[b-k6u59o39eh] {
        flex-direction: column;
    }
}
/* /Components/SelectionPanel.razor.rz.scp.css */
.selection-panel[b-066prhd7yq] {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Current Selection Display */
.current-selection[b-066prhd7yq] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    color: white;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
    transition: all 0.3s ease;
}

.current-selection.selecting[b-066prhd7yq] {
    transform: scale(1.02);
    animation: pulse-b-066prhd7yq 1s infinite;
}

@keyframes pulse-b-066prhd7yq {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

.selection-result[b-066prhd7yq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.winner-label[b-066prhd7yq] {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.9;
}

.winner-name[b-066prhd7yq] {
    font-size: 32px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.selection-details[b-066prhd7yq] {
    font-size: 14px;
    opacity: 0.8;
    font-weight: 300;
}

.no-selection[b-066prhd7yq] {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    border: 2px dashed #cbd5e1;
}

.prompt-icon[b-066prhd7yq] {
    font-size: 48px;
    display: block;
    margin-bottom: 16px;
}

.prompt-text[b-066prhd7yq] {
    font-size: 24px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
}

.prompt-subtext[b-066prhd7yq] {
    font-size: 16px;
    color: #64748b;
}

/* Selection Controls */
.selection-controls[b-066prhd7yq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.pick-button[b-066prhd7yq] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 240px;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
}

.pick-button:hover:not(:disabled)[b-066prhd7yq] {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.4);
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
}

.pick-button:disabled[b-066prhd7yq] {
    background: #94a3b8;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.pick-button.selecting[b-066prhd7yq] {
    animation: selecting-b-066prhd7yq 1.5s infinite;
}

@keyframes selecting-b-066prhd7yq {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.pick-icon[b-066prhd7yq], .spinner[b-066prhd7yq] {
    font-size: 24px;
}

.no-options-message[b-066prhd7yq] {
    background: #fef3cd;
    color: #92400e;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #fcd34d;
}

/* Selection History */
.selection-history[b-066prhd7yq] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
}

.history-header[b-066prhd7yq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.history-header h3[b-066prhd7yq] {
    margin: 0;
    color: #1e293b;
    font-size: 18px;
    font-weight: 600;
}

.history-controls[b-066prhd7yq] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.history-count[b-066prhd7yq] {
    font-size: 14px;
    color: #64748b;
    background: #f1f5f9;
    padding: 4px 12px;
    border-radius: 12px;
}

.clear-history-button[b-066prhd7yq] {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #cbd5e1;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.clear-history-button:hover[b-066prhd7yq] {
    background: #fef2f2;
    color: #dc2626;
    border-color: #fecaca;
}

.history-list[b-066prhd7yq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.history-item[b-066prhd7yq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    transition: all 0.2s;
}

.history-item:hover[b-066prhd7yq] {
    background: #f8fafc;
    border-color: #e2e8f0;
}

.history-item.latest[b-066prhd7yq] {
    background: linear-gradient(90deg, #ecfdf5 0%, #f0fdf4 100%);
    border-color: #bbf7d0;
}

.history-option-name[b-066prhd7yq] {
    font-weight: 600;
    color: #1e293b;
}

.history-details[b-066prhd7yq] {
    font-size: 13px;
    color: #64748b;
}

.history-more[b-066prhd7yq] {
    text-align: center;
    padding: 8px;
    color: #94a3b8;
    font-size: 13px;
    font-style: italic;
}

/* Selection Statistics */
.selection-statistics[b-066prhd7yq] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
}

.stats-header[b-066prhd7yq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.stats-header h3[b-066prhd7yq] {
    margin: 0;
    color: #1e293b;
    font-size: 18px;
    font-weight: 600;
}

.reset-stats-button[b-066prhd7yq] {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #cbd5e1;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.reset-stats-button:hover[b-066prhd7yq] {
    background: #fff1f2;
    color: #dc2626;
    border-color: #fecaca;
}

.stats-list[b-066prhd7yq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stats-item[b-066prhd7yq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
}

.stats-option-name[b-066prhd7yq] {
    font-weight: 600;
    color: #1e293b;
}

.stats-details[b-066prhd7yq] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.stats-count[b-066prhd7yq] {
    font-size: 14px;
    color: #475569;
    font-weight: 500;
}

.stats-percentage[b-066prhd7yq] {
    font-size: 13px;
    color: #64748b;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .selection-panel[b-066prhd7yq] {
        gap: 20px;
    }

    .winner-name[b-066prhd7yq] {
        font-size: 24px;
    }

    .pick-button[b-066prhd7yq] {
        padding: 16px 32px;
        font-size: 18px;
        min-width: 200px;
    }

    .history-header[b-066prhd7yq], .stats-header[b-066prhd7yq] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .history-controls[b-066prhd7yq] {
        flex-direction: column;
        gap: 8px;
    }

    .history-item[b-066prhd7yq], .stats-item[b-066prhd7yq] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .prompt-icon[b-066prhd7yq] {
        font-size: 36px;
    }

    .prompt-text[b-066prhd7yq] {
        font-size: 20px;
    }
}
/* /Components/SpinningWheel.razor.rz.scp.css */
.spinning-wheel-container[b-g4c971zm4f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 32px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 20px;
    margin: 24px 0;
    border: 1px solid #e2e8f0;
}

.wheel-wrapper[b-g4c971zm4f] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wheel-canvas[b-g4c971zm4f] {
    border-radius: 50%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.1s ease;
}

.wheel-canvas:hover[b-g4c971zm4f] {
    transform: scale(1.02);
}

.wheel-canvas.spinning[b-g4c971zm4f] {
    cursor: wait;
}

.wheel-pointer[b-g4c971zm4f] {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.pointer-triangle[b-g4c971zm4f] {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #dc2626;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.wheel-result[b-g4c971zm4f] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 5;
    animation: resultAppear-b-g4c971zm4f 0.5s ease-out;
    backdrop-filter: blur(4px);
}

@keyframes resultAppear-b-g4c971zm4f {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.result-text[b-g4c971zm4f] {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    white-space: nowrap;
}

.wheel-controls[b-g4c971zm4f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.spin-button[b-g4c971zm4f] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 200px;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3);
    transition: all 0.3s ease;
}

.spin-button:hover:not(:disabled)[b-g4c971zm4f] {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(245, 158, 11, 0.4);
    background: linear-gradient(135deg, #f59e0b 0%, #b45309 100%);
}

.spin-button:disabled[b-g4c971zm4f] {
    background: #94a3b8;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.spin-button.spinning[b-g4c971zm4f] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    animation: spinButtonPulse-b-g4c971zm4f 1.5s infinite;
}

@keyframes spinButtonPulse-b-g4c971zm4f {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.spin-icon[b-g4c971zm4f] {
    font-size: 20px;
    display: inline-block;
}

.spinning-icon[b-g4c971zm4f] {
    animation: iconSpin-b-g4c971zm4f 1s linear infinite;
}

@keyframes iconSpin-b-g4c971zm4f {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.no-options-wheel-message[b-g4c971zm4f] {
    background: #fef3cd;
    color: #92400e;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #fcd34d;
    text-align: center;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .spinning-wheel-container[b-g4c971zm4f] {
        padding: 24px 16px;
        margin: 16px 0;
    }

    .wheel-canvas[b-g4c971zm4f] {
        width: 300px !important;
        height: 300px !important;
    }

    .spin-button[b-g4c971zm4f] {
        padding: 14px 28px;
        font-size: 16px;
        min-width: 180px;
    }

    .result-text[b-g4c971zm4f] {
        font-size: 16px;
    }

    .pointer-triangle[b-g4c971zm4f] {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 20px solid #dc2626;
    }
}

@media (max-width: 480px) {
    .wheel-canvas[b-g4c971zm4f] {
        width: 250px !important;
        height: 250px !important;
    }

    .spin-button[b-g4c971zm4f] {
        padding: 12px 24px;
        font-size: 14px;
        min-width: 160px;
    }

    .spinning-wheel-container[b-g4c971zm4f] {
        padding: 20px 12px;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.app-container[b-dpo0fv802m] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
}

.app-header[b-dpo0fv802m] {
    text-align: center;
    color: white;
    margin-bottom: 32px;
    padding: 24px 0;
}

.app-header h1[b-dpo0fv802m] {
    font-size: 2.5em;
    margin: 0 0 8px 0;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.app-header p[b-dpo0fv802m] {
    font-size: 1.2em;
    margin: 0;
    opacity: 0.9;
    font-weight: 300;
}

main[b-dpo0fv802m] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

@media (max-width: 768px) {
    .app-container[b-dpo0fv802m] {
        padding: 12px;
    }

    .app-header h1[b-dpo0fv802m] {
        font-size: 2em;
    }

    .app-header p[b-dpo0fv802m] {
        font-size: 1em;
    }
}
