/* Accounts bundle (scoped). */
/* Consolidated to reduce stylesheet sprawl. Most rules are scoped to page wrappers to avoid collisions. */

/* ===== Source (scoped): accounts_hotel_rooms_enhanced.css ===== */
.accounts-page--hotel-rooms-enhanced .tab-button.active {
    border-bottom-color: #3B82F6;
    color: #3B82F6;
}


/* ===== Source (scoped): accounts_pricing.css ===== */
/* Accounts: Pricing + Pricing Comparison */

/* Pricing header typography: keep consistent with marketing header */
.accounts-page--pricing nav {
    font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/* Pricing header: match marketing nav (no underlines) */
.accounts-page--pricing nav a,
.accounts-page--pricing nav a:visited,
.accounts-page--pricing nav a:hover,
.accounts-page--pricing nav a:active,
.accounts-page--pricing nav a:focus {
    text-decoration: none !important;
    text-decoration-line: none !important;
    border-bottom: 0 !important;
}

/* Pricing footer: match marketing footer links (avoid default blue/visited underline styles) */
.accounts-page--pricing footer a,
.accounts-page--pricing footer a:visited,
.accounts-page--pricing footer a:active,
.accounts-page--pricing footer a:focus {
    color: inherit;
    text-decoration: none;
    text-decoration-line: none;
    border-bottom: 0;
}

/* Custom animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accounts-page--pricing .fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
}

.accounts-page--pricing .animation-delay-200 {
    animation-delay: 0.2s;
}

/* Pricing cards */
.accounts-page--pricing .pricing-card {
    transition: all 0.3s ease;
}

.accounts-page--pricing .pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.accounts-page--pricing .pricing-card.featured {
    border: 3px solid #3B82F6;
    transform: scale(1.05);
}

.accounts-page--pricing .pricing-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

/* Billing toggle */
.accounts-page--pricing .toggle-switch {
    position: relative;
    width: 60px;
    height: 30px;
    background: #E5E7EB;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
}

.accounts-page--pricing .toggle-switch.active {
    background: #3B82F6;
}

.accounts-page--pricing .toggle-switch-slider {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

.accounts-page--pricing .toggle-switch.active .toggle-switch-slider {
    transform: translateX(30px);
}

/* Badges */
.accounts-page--pricing .badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.accounts-page--pricing .badge-green {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    color: white;
}

.accounts-page--pricing .badge-blue {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
    color: white;
}

.accounts-page--pricing .badge-purple {
    background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
    color: white;
}

.accounts-page--pricing .feature-checkmark {
    color: #10B981;
    font-size: 20px;
    font-weight: bold;
}

.accounts-page--pricing .feature-cross {
    color: #EF4444;
    font-size: 20px;
}

/* Pricing compare (table + mobile accordion) */
.accounts-page--pricing .pricing-compare-table {
    border-collapse: separate;
    border-spacing: 0;
}

.accounts-page--pricing .pricing-compare-table td,
.accounts-page--pricing .pricing-compare-table th {
    border-color: #e5e7eb;
}

.accounts-page--pricing .pricing-compare-table tbody tr:hover td {
    background-color: #f9fafb;
}

.accounts-page--pricing .pricing-compare-table tbody tr:hover td.sticky {
    background-color: #f9fafb;
}

.accounts-page--pricing .pricing-compare-accordion summary {
    list-style: none;
}

.accounts-page--pricing .pricing-compare-accordion summary::-webkit-details-marker {
    display: none;
}

.accounts-page--pricing .pricing-compare-accordion[open] .pricing-compare-accordion__chevron {
    transform: rotate(180deg);
}

.accounts-page--pricing .pricing-compare-accordion__chevron {
    transition: transform 0.2s ease;
}

.accounts-page--pricing .pricing-compare-pill {
    appearance: none;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #111827;
    border-radius: 9999px;
    padding: 0.5rem 0.9rem;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.accounts-page--pricing .pricing-compare-pill:hover {
    border-color: #93c5fd;
}

.accounts-page--pricing .pricing-compare-pill--active {
    border-color: #2563eb;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: #ffffff;
}

.accounts-page--pricing .pricing-compare-badge {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #6b7280;
}

.accounts-page--pricing .pricing-compare-badge--yes {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #15803d;
}

.accounts-page--pricing .pricing-compare-badge--no {
    border-color: #e5e7eb;
    background: #f9fafb;
    color: #9ca3af;
}

/* Comparison table */
.accounts-page--pricing .comparison-table {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 0;
}

.accounts-page--pricing .comparison-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.accounts-page--pricing .comparison-header--dark {
    background: linear-gradient(135deg, #1F2937 0%, #374151 100%);
}

.accounts-page--pricing .comparison-cell {
    padding: 1rem;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accounts-page--pricing .comparison-feature {
    padding: 1rem;
    border: 1px solid #e5e7eb;
    font-weight: 500;
    color: #374151;
    background: #f9fafb;
}

.accounts-page--pricing .checkmark {
    color: #10B981;
    font-size: 1.5rem;
}

.accounts-page--pricing .crossmark {
    color: #EF4444;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .accounts-page--pricing .comparison-table {
        grid-template-columns: 1fr;
    }

    .accounts-page--pricing .comparison-header:first-child {
        display: none;
    }

    .accounts-page--pricing .comparison-cell {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .accounts-page--pricing .comparison-cell::before {
        content: attr(data-plan);
        font-weight: 600;
        justify-self: start;
    }
}


/* ===== Source (scoped): advanced_booking_dashboard.css ===== */
.accounts-page--advanced-booking-dashboard .border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.accounts-page--advanced-booking-dashboard .border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.accounts-page--advanced-booking-dashboard .border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.accounts-page--advanced-booking-dashboard .border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.accounts-page--advanced-booking-dashboard .progress--thin {
    height: 6px;
}


/* ===== Source (scoped): comprehensive_dashboard.css ===== */
/* Comprehensive dashboard styles.
   Extracted from template to avoid inline <style> blocks. */

.accounts-page--comprehensive-dashboard .metric-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.accounts-page--comprehensive-dashboard .metric-card--today-revenue {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.accounts-page--comprehensive-dashboard .metric-card--month-revenue {
    background: linear-gradient(135deg, #fc466b 0%, #3f5efb 100%);
}

.accounts-page--comprehensive-dashboard .metric-card--departures {
    background: linear-gradient(135deg, #fdbb2d 0%, #22c1c3 100%);
}

.accounts-page--comprehensive-dashboard .metric-value {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.accounts-page--comprehensive-dashboard .metric-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

.accounts-page--comprehensive-dashboard .ai-insight {
    border-left: 4px solid #3b82f6;
    background: #f8fafc;
    padding: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 0 8px 8px 0;
}

.accounts-page--comprehensive-dashboard .ai-insight.high-priority {
    border-left-color: #ef4444;
    background: #fef2f2;
}

.accounts-page--comprehensive-dashboard .ai-insight.medium-priority {
    border-left-color: #f59e0b;
    background: #fffbeb;
}

.accounts-page--comprehensive-dashboard .chart-container {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
}

.accounts-page--comprehensive-dashboard .status-indicator {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.status-available { background-color: #10b981; }
.status-occupied { background-color: #ef4444; }
.status-maintenance { background-color: #f59e0b; }

.accounts-page--comprehensive-dashboard .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.accounts-page--comprehensive-dashboard .feature-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}

.accounts-page--comprehensive-dashboard .feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.accounts-page--comprehensive-dashboard .booking-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.accounts-page--comprehensive-dashboard .booking-item:last-child {
    border-bottom: none;
}


/* ===== Source (scoped): demand_forecast_dashboard.css ===== */
/* Demand forecast dashboard styles.
   Extracted from template to avoid inline <style> blocks. */

.accounts-page--demand-forecast-dashboard .forecast-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
}

.accounts-page--demand-forecast-dashboard .forecast-metric {
    text-align: center;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.accounts-page--demand-forecast-dashboard .forecast-metric--predicted-revenue {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.accounts-page--demand-forecast-dashboard .forecast-metric--booking-velocity {
    background: linear-gradient(135deg, #fc466b 0%, #3f5efb 100%);
}

.accounts-page--demand-forecast-dashboard .forecast-metric--forecast-accuracy {
    background: linear-gradient(135deg, #fdbb2d 0%, #22c1c3 100%);
}

.accounts-page--demand-forecast-dashboard .forecast-metric .value {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.accounts-page--demand-forecast-dashboard .forecast-metric .label {
    font-size: 0.875rem;
    opacity: 0.9;
}

.accounts-page--demand-forecast-dashboard .trend-indicator {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.accounts-page--demand-forecast-dashboard .trend-up {
    background: #d1fae5;
    color: #065f46;
}

.accounts-page--demand-forecast-dashboard .trend-down {
    background: #fee2e2;
    color: #991b1b;
}

.accounts-page--demand-forecast-dashboard .trend-stable {
    background: #e5e7eb;
    color: #374151;
}

.accounts-page--demand-forecast-dashboard .forecast-period {
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.2s;
}

.accounts-page--demand-forecast-dashboard .forecast-period.active {
    border-color: #3b82f6;
    background: #eff6ff;
}

.accounts-page--demand-forecast-dashboard .forecast-period:hover {
    border-color: #93c5fd;
    cursor: pointer;
}


/* ===== Source (scoped): guest_analytics_dashboard.css ===== */
.accounts-page--guest-analytics-dashboard .analytics-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
}

.accounts-page--guest-analytics-dashboard .guest-segment {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.2s;
}

.accounts-page--guest-analytics-dashboard .guest-segment:hover {
    border-color: #3b82f6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
}

.accounts-page--guest-analytics-dashboard .segment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.accounts-page--guest-analytics-dashboard .segment-percentage {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3b82f6;
}

.accounts-page--guest-analytics-dashboard .satisfaction-score {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.accounts-page--guest-analytics-dashboard .satisfaction-excellent {
    background: #d1fae5;
    color: #065f46;
}

.accounts-page--guest-analytics-dashboard .satisfaction-good {
    background: #dbeafe;
    color: #1d4ed8;
}

.accounts-page--guest-analytics-dashboard .satisfaction-fair {
    background: #fef3c7;
    color: #92400e;
}

.accounts-page--guest-analytics-dashboard .satisfaction-poor {
    background: #fee2e2;
    color: #991b1b;
}

.accounts-page--guest-analytics-dashboard .guest-profile {
    background: #f8fafc;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.accounts-page--guest-analytics-dashboard .metric-box {
    text-align: center;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 4px solid #3b82f6;
}

.accounts-page--guest-analytics-dashboard .metric-box--success {
    border-left-color: #10b981;
}

.accounts-page--guest-analytics-dashboard .metric-box--warning {
    border-left-color: #f59e0b;
}

.accounts-page--guest-analytics-dashboard .metric-box--purple {
    border-left-color: #8b5cf6;
}

.accounts-page--guest-analytics-dashboard .metric-box .value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.accounts-page--guest-analytics-dashboard .metric-box .label {
    font-size: 0.875rem;
    color: #6b7280;
}


/* ===== Source (scoped): guest_journey.css ===== */
/* Guest Journey page styles.
   Extracted from template to avoid inline <style> blocks. */

.accounts-page--guest-journey .timeline {
    position: relative;
    padding: 20px 0;
}

.accounts-page--guest-journey .timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #e5e7eb, #9ca3af, #e5e7eb);
}

.accounts-page--guest-journey .timeline-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.accounts-page--guest-journey .timeline-item:nth-child(odd) {
    flex-direction: row;
}

.accounts-page--guest-journey .timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.accounts-page--guest-journey .timeline-content {
    width: 45%;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
}

.accounts-page--guest-journey .timeline-content:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.accounts-page--guest-journey .timeline-marker {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 10;
    position: relative;
    margin: 0 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.accounts-page--guest-journey .timeline-marker.success {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.accounts-page--guest-journey .timeline-marker.warning {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
}

.accounts-page--guest-journey .timeline-marker.info {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
}

.accounts-page--guest-journey .timeline-marker.danger {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
}

.accounts-page--guest-journey .timeline-marker.secondary {
    background: linear-gradient(135deg, #6b7280, #4b5563);
    color: white;
}

.accounts-page--guest-journey .timeline-time {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 5px;
}

.accounts-page--guest-journey .timeline-spacer {
    width: 45%;
}

.accounts-page--guest-journey .journey-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.accounts-page--guest-journey .stat-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.accounts-page--guest-journey .stat-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.accounts-page--guest-journey .milestone-card {
    border-left: 4px solid;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    background: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.accounts-page--guest-journey .milestone-card.high {
    border-color: #ef4444;
    background: #fef2f2;
}

.accounts-page--guest-journey .milestone-card.medium {
    border-color: #f59e0b;
    background: #fffbeb;
}

.accounts-page--guest-journey .milestone-card.low {
    border-color: #3b82f6;
    background: #eff6ff;
}

.accounts-page--guest-journey .progress-ring {
    transform: rotate(-90deg);
}

.accounts-page--guest-journey .progress-ring-circle {
    transition: stroke-dashoffset 0.5s ease;
}


/* ===== Source (unscoped): property_setup_overrides.css ===== */
/* Small, intentional overrides used by the property setup wizard templates.
   Kept in a static stylesheet to avoid <style> blocks in templates. */

/* Google Places Autocomplete dropdown (rendered outside the form markup). */
.pac-container {
    z-index: 10000;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.pac-item {
    padding: 8px 12px;
    border-bottom: 1px solid #e5e7eb;
}

.pac-item:hover {
    background-color: #f3f4f6;
}

.pac-matched {
    font-weight: 600;
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes slide-in {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.animate-slide-in {
    animation: slide-in 0.3s ease-out;
}


/* ===== Source (unscoped): accounts_property_setup_step_2_room_types_standalone_clean.css ===== */
/* Hide scrollbar for room type tabs */
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Tab hover effects */
.room-type-tab:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


