/* Component Styles - Extracted from embedded HTML styles */

/* Performer Item Components */
.performer-item:hover {
    background-color: #f8f9fa;
}

.performer-item:last-child {
    border-bottom: none !important;
}

.performer-item {
    cursor: pointer;
}

/* Navigation Tab Components */
.nav-tabs .nav-link {
    color: #495057 !important;
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    font-weight: 500;
}

.nav-tabs .nav-link:hover {
    color: #212529 !important;
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    font-weight: 600;
}

.nav-tabs .nav-link.active .tab-text {
    color: #fff !important;
}

.nav-tabs .nav-link .tab-text {
    color: inherit;
    font-weight: inherit;
}

.nav-tabs .nav-link .badge {
    font-size: 0.75rem;
    font-weight: 600;
}

/* Mobile tab navigation */
@media (max-width: 767.98px) {
    .tab-navigation {
        flex-wrap: wrap;
    }
    
    .nav-tabs .nav-link {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
        min-width: auto;
        flex: 1;
        text-align: center;
    }
    
    .nav-tabs .nav-link .tab-text {
        display: inline !important;
        white-space: nowrap;
    }
    
    .nav-tabs .nav-link i {
        font-size: 1rem;
        margin-right: 0.25rem;
    }
    
    .nav-tabs .nav-link .badge {
        margin-left: 0.25rem;
    }
}

/* Spot Card Components */
.spot-card {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
}

.spot-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.spot-card .card-header,
.spot-card .card-body {
    position: relative;
    z-index: 2;
}

.pending-invitation {
    opacity: 0.7;
    border: 2px dashed #ffc107;
}

.pending-invitation .card-header {
    background-color: rgba(255, 193, 7, 0.1);
}

.pending-invitation:hover {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.spot-card a {
    color: white;
    text-decoration: none;
}

.spot-card a:hover {
    color: #ffc107;
    text-decoration: underline;
}

/* Mini Statistics Components */
.mini-stats {
    padding: 0.25rem 0.5rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    border-left: 2px solid #007bff;
    font-size: 0.8rem;
}

.mini-stats .badge {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
}

/* Statistics Display Components */
.stat-item {
    padding: 0.75rem;
    border-radius: 0.375rem;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
}

.stat-item.confirmed {
    border-color: #198754;
    background-color: #f0f9f4;
}

.stat-item.applications {
    border-color: #0dcaf0;
    background-color: #f0fcff;
}

.stat-mini-badge {
    padding: 0.5rem;
    border-radius: 0.375rem;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Form Components */
.required-fields label::after {
    content: " *";
    color: red;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #212529;
}

.form-text {
    font-size: 0.875em;
    color: #6c757d;
    margin-top: 0.25rem;
}

.form-control {
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

input[type="file"].form-control {
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
}

.accordion-item {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0.5rem;
}

.accordion-button {
    padding: 1rem;
    font-weight: 500;
}

.accordion-body {
    padding: 1rem;
    background-color: #fff;
}

.form-section .mb-3 {
    margin-bottom: 1.5rem !important;
}

.form-section label {
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #212529;
}

/* Signup Form Components */
.signup-form .form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px;
    margin-bottom: 5px;
}

.signup-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.signup-form .card {
    border: none;
    border-radius: 12px;
}

.signup-form .card-header {
    border-radius: 12px 12px 0 0 !important;
}

.signup-form .btn-primary {
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
}

/* Timeline Components */
.timeline-container {
    max-height: 300px;
    overflow-y: auto;
}

.timeline-item {
    background-color: #f8f9fa;
}

.timeline-item.status-confirmed {
    background-color: #d4edda;
    color: #1a1a2e;
}

.timeline-item.status-dropped {
    background-color: #f8d7da;
    color: #1a1a2e;
}

.timeline-item.status-rejected {
    background-color: #f5c6cb;
    color: #1a1a2e;
}

.timeline-item.status-pending {
    background-color: #fff3cd;
    color: #1a1a2e;
}

.timeline-item {
    border-left: 3px solid #007bff;
    transition: all 0.2s ease;
}

.timeline-item:hover {
    transform: translateX(2px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}