@charset "UTF-8";.dashboard{padding:24px;min-height:100vh;width:100%}.dashboard-title{color:#2c3e50;font-weight:600!important;margin-bottom:30px!important;padding-bottom:15px;border-bottom:2px solid rgba(44,62,80,.1)}.dashboard .stats-grid{margin-bottom:30px;margin-left:0!important;margin-right:0!important;width:100%}.dashboard .stats-grid .MuiGrid-item{display:flex;flex:1;min-width:0}.dashboard .stats-grid .MuiGrid-item .stat-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);height:100%;width:100%;display:flex;flex-direction:column}.dashboard .stats-grid .MuiGrid-item .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.dashboard .stats-grid .MuiGrid-item .stat-card-content{padding:24px;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.dashboard .stats-grid .MuiGrid-item .stat-card-content .stat-card-header{display:flex;justify-content:center;margin-bottom:16px;width:100%}.dashboard .stats-grid .MuiGrid-item .stat-card-content .stat-value{font-weight:700!important;color:#2c3e50;margin-bottom:8px!important;font-size:2.5rem!important;line-height:1.2;width:100%}.dashboard .stats-grid .MuiGrid-item .stat-card-content .stat-title{font-size:.9rem;color:#7f8c8d;text-transform:uppercase;letter-spacing:1px;width:100%}.dashboard .content-grid{width:100%;margin-left:0!important;margin-right:0!important}.dashboard .content-grid .MuiGrid-item{padding-left:12px!important;padding-right:12px!important;width:100%}.dashboard .content-grid .metrics-card,.dashboard .content-grid .trends-card,.dashboard .content-grid .destinations-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:24px;border:1px solid rgba(0,0,0,.05);width:100%}.dashboard .content-grid .metrics-card .section-title,.dashboard .content-grid .trends-card .section-title,.dashboard .content-grid .destinations-card .section-title{color:#2c3e50;font-weight:600!important;margin-bottom:20px!important}.dashboard .content-grid .metric-paper{background:#f8f9fa!important;border-radius:12px;padding:16px;width:100%}.dashboard .content-grid .metric-paper .metric-content .metric-value-container{display:flex;align-items:center;gap:8px;margin-top:4px}.dashboard .content-grid .metric-paper .metric-content .metric-value-container .metric-value{font-weight:700!important;font-size:1.5rem!important}.dashboard .content-grid .metric-paper .metric-content .metric-value-container .metric-value.metric-success{color:#27ae60}.dashboard .content-grid .metric-paper .metric-content .metric-value-container .metric-value.metric-error{color:#e74c3c}.dashboard .content-grid .metric-paper .metric-content .metric-value-container .trend-icon{font-size:1.2rem}.dashboard .content-grid .metric-paper .metric-content .metric-value-container .trend-icon.trend-success{color:#27ae60}.dashboard .content-grid .metric-paper .metric-content .metric-value-container .trend-icon.trend-error{color:#e74c3c}.dashboard .content-grid .trends-card{width:100%}.dashboard .content-grid .trends-card .trends-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.dashboard .content-grid .trends-card .trends-header .view-report-btn{background:#3498db;color:#fff;padding:8px 16px;border-radius:20px;transition:all .3s ease}.dashboard .content-grid .trends-card .trends-header .view-report-btn:hover{background:#2980b9;transform:translate(4px)}.dashboard .content-grid .trends-card .chart-container{position:relative;padding-left:40px;padding-bottom:40px;width:100%}.dashboard .content-grid .trends-card .chart-container .chart-bars{display:flex;justify-content:space-around;align-items:flex-end;height:200px;padding:20px 0;border-bottom:1px solid #ecf0f1;position:relative;width:100%}.dashboard .content-grid .trends-card .chart-container .chart-bars .chart-column{display:flex;flex-direction:column;align-items:center;width:80px;gap:8px;flex:1}.dashboard .content-grid .trends-card .chart-container .chart-bars .chart-column .bar-container{display:flex;align-items:flex-end;gap:12px;height:100%;width:100%;justify-content:center}.dashboard .content-grid .trends-card .chart-container .chart-bars .chart-column .bar-container .booking-bar{width:24px;background:linear-gradient(180deg,#3498db,#2980b9);border-radius:6px 6px 0 0;transition:all .3s ease}.dashboard .content-grid .trends-card .chart-container .chart-bars .chart-column .bar-container .booking-bar:hover{opacity:.9;transform:scale(1.05)}.dashboard .content-grid .trends-card .chart-container .chart-bars .chart-column .bar-container .revenue-bar{width:24px;background:linear-gradient(180deg,#2ecc71,#27ae60);border-radius:6px 6px 0 0;transition:all .3s ease}.dashboard .content-grid .trends-card .chart-container .chart-bars .chart-column .bar-container .revenue-bar:hover{opacity:.9;transform:scale(1.05)}.dashboard .content-grid .trends-card .chart-container .chart-bars .chart-column .month-label{color:#7f8c8d;font-weight:500}.dashboard .content-grid .trends-card .chart-container .chart-legends{display:flex;gap:20px;margin-top:20px;justify-content:center;width:100%}.dashboard .content-grid .trends-card .chart-container .chart-legends .legend-item{display:flex;align-items:center;gap:8px}.dashboard .content-grid .trends-card .chart-container .chart-legends .legend-item .legend-color{width:16px;height:16px;border-radius:4px}.dashboard .content-grid .trends-card .chart-container .chart-legends .legend-item .legend-color.bookings-legend{background:#3498db}.dashboard .content-grid .trends-card .chart-container .chart-legends .legend-item .legend-color.revenue-legend{background:#2ecc71}.dashboard .content-grid .trends-card .chart-container .y-axis-labels{position:absolute;left:0;top:0;bottom:40px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:20px 0;color:#7f8c8d;font-size:.75rem}.dashboard .content-grid .destinations-card{width:100%}.dashboard .content-grid .destinations-card .destinations-list .destination-item{margin-bottom:20px;width:100%}.dashboard .content-grid .destinations-card .destinations-list .destination-item .destination-header{display:flex;justify-content:space-between;margin-bottom:8px;width:100%}.dashboard .content-grid .destinations-card .destinations-list .destination-item .destination-header .destination-name{font-weight:500;color:#2c3e50}.dashboard .content-grid .destinations-card .destinations-list .destination-item .destination-header .destination-percentage{font-weight:600;color:#2c3e50}.dashboard .content-grid .destinations-card .destinations-list .destination-item .destination-progress{height:10px;border-radius:5px;width:100%}.dashboard .content-grid .destinations-card .color-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #ecf0f1;width:100%}.dashboard .content-grid .destinations-card .color-legend .legend-item{display:flex;align-items:center;gap:6px}.dashboard .content-grid .destinations-card .color-legend .legend-item .legend-color{width:12px;height:12px;border-radius:50%}.dashboard .content-grid .destinations-card .color-legend .legend-item:last-child .legend-color{background:#ffeaa7!important}@media(max-width:900px){.dashboard{padding:16px}.dashboard .stats-grid .MuiGrid-item{flex:1 1 calc(50% - 12px)!important;max-width:calc(50% - 12px)!important;margin-bottom:16px}.dashboard .stats-grid .stat-card-content{padding:20px 16px}.dashboard .stats-grid .stat-card-content .stat-value{font-size:2rem!important}.dashboard .content-grid .chart-container .chart-bars .chart-column{width:60px;min-width:60px}.dashboard .content-grid .chart-container .chart-bars .chart-column .bar-container .booking-bar,.dashboard .content-grid .chart-container .chart-bars .chart-column .bar-container .revenue-bar{width:18px}}@media(max-width:600px){.dashboard{padding:12px}.dashboard .stats-grid .MuiGrid-item{flex:1 1 100%!important;max-width:100%!important}.dashboard .stats-grid .stat-card-content .stat-value{font-size:1.75rem!important}.dashboard .content-grid .MuiGrid-container{flex-direction:column}.dashboard .content-grid .MuiGrid-item{width:100%!important;max-width:100%!important}}.tour-list{padding:20px}.tour-list .tour-list-header{background:linear-gradient(135deg,#1976d2,#2196f3);color:#fff}.tour-list .tour-list-header .header-content{display:flex;justify-content:space-between;align-items:center;gap:16px}.tour-list .tour-list-header .header-content .page-title{font-weight:600;margin:0}.tour-list .tour-list-header .header-content .header-actions{display:flex;gap:16px;align-items:center}.tour-list .tour-list-header .header-content .header-actions .search-field{background:#fff;border-radius:4px;width:300px}.tour-list .tour-list-header .header-content .header-actions .add-button{background:#fff;color:#1976d2;font-weight:600}.tour-list .tour-list-header .header-content .header-actions .add-button:hover{background:#ffffffe6}.tour-list .filters-card{margin-top:20px}.tour-list .filters-card .filters-content{display:flex;justify-content:space-between;align-items:center}.tour-list .filters-card .filters-content .filter-buttons{display:flex;gap:8px}.tour-list .filters-card .filters-content .filter-buttons .MuiChip-root{cursor:pointer}.tour-list .filters-card .filters-content .bulk-actions-section{display:flex;align-items:center;gap:12px}.tour-list .filters-card .filters-content .bulk-actions-section .selected-count{color:#1976d2;font-weight:500}.tour-list .filters-card .filters-content .bulk-actions-section .bulk-select-form{min-width:180px}.tour-list .stat-card{transition:transform .2s;cursor:pointer}.tour-list .stat-card:hover{transform:translateY(-2px)}.tour-list .stat-card .stat-value{font-weight:700;color:#1976d2}.tour-list .table-container{margin-top:20px;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.tour-list .table-container .table-header{background-color:#f5f7fa}.tour-list .table-container .table-header th{font-weight:600}.tour-list .table-container .sortable-header{display:flex;align-items:center;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.tour-list .table-container .sortable-header:hover{color:#1976d2}.tour-list .table-container .sortable-header .sort-icon{font-size:16px;opacity:.5}.tour-list .table-container .sortable-header .sort-icon.active{opacity:1;color:#1976d2}.tour-list .table-container .sortable-header .sort-icon.asc{transform:rotate(180deg)}.tour-list .table-container .featured-row{background-color:#ffc1070d;border-left:3px solid #ffc107}.tour-list .table-container .tour-name-cell .tour-name-wrapper{display:flex;align-items:center;gap:6px}.tour-list .table-container .tour-name-cell .tour-name-wrapper .tour-name{font-weight:600}.tour-list .table-container .tour-name-cell .tour-name-wrapper .featured-icon{color:#ffc107}.tour-list .table-container .tour-name-cell .tags-container{display:flex;gap:4px;margin-top:4px}.tour-list .table-container .tour-name-cell .tags-container .tour-tag{font-size:.7rem;height:20px}.tour-list .table-container .destination-cell{display:flex;align-items:center;gap:6px}.tour-list .table-container .destination-cell .destination-icon{color:#7f8c8d}.tour-list .table-container .price-cell .price-value{display:flex;align-items:center;gap:2px;font-weight:600}.tour-list .table-container .bookings-cell .booking-progress{height:4px;border-radius:2px;margin-top:4px}.tour-list .table-container .rating-cell{display:flex;align-items:center;gap:4px}.tour-list .table-container .rating-cell .star-icon{color:#f1c40f}.tour-list .table-container .actions-cell{display:flex;gap:4px}.tour-list .table-container .actions-cell .action-button{padding:4px}.tour-list .table-container .actions-cell .action-button.edit-button{color:#3498db}.tour-list .table-container .actions-cell .action-button.delete-button{color:#e74c3c}.tour-list .table-pagination{margin-top:16px}.page-header-gradient{position:relative;overflow:hidden}.page-header-gradient:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,rgba(255,255,255,.1) 0%,transparent 100%);pointer-events:none}.page-header-elevated{transition:box-shadow .3s ease}.page-header-elevated:hover{box-shadow:0 4px 16px #0000001f!important}@media(max-width:768px){.page-header .MuiBox-root{flex-direction:column;align-items:stretch!important;gap:16px}.page-header .MuiTypography-h4{font-size:1.5rem!important}.page-header .action-buttons-container{width:100%;justify-content:flex-start!important;flex-wrap:wrap}.page-header .action-buttons-container .MuiButton-root,.page-header .action-buttons-container .MuiIconButton-root{margin:2px}}.tour-edit{padding:20px;margin:0 auto}.tour-edit .form-stepper{background:#fff;padding:16px;border-radius:8px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}.tour-edit .form-stepper .MuiStepLabel-label{font-weight:500}.tour-edit .form-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.tour-edit .form-card .section-title{color:#1976d2;font-weight:600;margin:0 0 16px;font-size:1.1rem}.tour-edit .form-card .tags-section{margin:16px 0}.tour-edit .form-card .tags-section .tags-input-paper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;margin-bottom:12px;max-width:500px}.tour-edit .form-card .tags-section .tags-input-paper .tags-input-container{display:flex;align-items:center;gap:8px}.tour-edit .form-card .tags-section .tags-input-paper .tags-input-container .MuiTextField-root{flex:1}.tour-edit .form-card .tags-section .tags-input-paper .tags-input-container .MuiTextField-root .MuiInputBase-root:before,.tour-edit .form-card .tags-section .tags-input-paper .tags-input-container .MuiTextField-root .MuiInputBase-root:after{display:none}.tour-edit .form-card .tags-section .tags-input-paper .tags-input-container .MuiIconButton-root{color:#1976d2;padding:6px;width:40px;height:40px}.tour-edit .form-card .tags-section .tags-input-paper .tags-input-container .MuiIconButton-root:hover{background:#1976d21a}.tour-edit .form-card .tags-section .tags-display{display:flex;flex-wrap:wrap;gap:8px}.tour-edit .form-card .tags-section .tags-display .tag-chip{background:#e3f2fd;color:#1976d2;font-weight:500;height:28px}.tour-edit .form-card .tags-section .tags-display .tag-chip .MuiChip-label{padding:0 8px}.tour-edit .form-card .tags-section .tags-display .tag-chip:hover{background:#bbdefb}.tour-edit .form-card .inclusions-paper,.tour-edit .form-card .exclusions-paper{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:16px;height:100%}.tour-edit .form-card .inclusions-paper .list-input-container,.tour-edit .form-card .exclusions-paper .list-input-container{display:flex;align-items:center;gap:8px;margin-bottom:12px}.tour-edit .form-card .inclusions-paper .list-input-container .MuiTextField-root,.tour-edit .form-card .exclusions-paper .list-input-container .MuiTextField-root{flex:1;max-width:300px}.tour-edit .form-card .inclusions-paper .list-input-container .MuiTextField-root .MuiInputBase-root,.tour-edit .form-card .exclusions-paper .list-input-container .MuiTextField-root .MuiInputBase-root{width:100%}.tour-edit .form-card .inclusions-paper .list-input-container .MuiTextField-root .MuiInputBase-root:before,.tour-edit .form-card .inclusions-paper .list-input-container .MuiTextField-root .MuiInputBase-root:after,.tour-edit .form-card .exclusions-paper .list-input-container .MuiTextField-root .MuiInputBase-root:before,.tour-edit .form-card .exclusions-paper .list-input-container .MuiTextField-root .MuiInputBase-root:after{display:none}.tour-edit .form-card .inclusions-paper .list-input-container .MuiIconButton-root,.tour-edit .form-card .exclusions-paper .list-input-container .MuiIconButton-root{color:#1976d2;padding:6px;width:40px;height:40px}.tour-edit .form-card .inclusions-paper .list-input-container .MuiIconButton-root:hover,.tour-edit .form-card .exclusions-paper .list-input-container .MuiIconButton-root:hover{background:#1976d21a}.tour-edit .form-card .inclusions-paper .list-items,.tour-edit .form-card .exclusions-paper .list-items{display:flex;flex-wrap:wrap;gap:6px}.tour-edit .form-card .inclusions-paper .list-items .list-chip,.tour-edit .form-card .exclusions-paper .list-items .list-chip{background:#fff;border:1px solid #dee2e6;height:24px;max-width:200px}.tour-edit .form-card .inclusions-paper .list-items .list-chip .MuiChip-label,.tour-edit .form-card .exclusions-paper .list-items .list-chip .MuiChip-label{padding:0 6px;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tour-edit .form-card .inclusions-paper .list-items .list-chip:hover,.tour-edit .form-card .exclusions-paper .list-items .list-chip:hover{background:#f8f9fa}.tour-edit .form-card .exclusions-paper{background:#fff8e1;border-color:#ffe082}.tour-edit .form-card .highlights-paper{background:#f1f8e9;border:1px solid #c5e1a5;border-radius:6px;padding:16px}.tour-edit .form-card .highlights-paper .highlights-input-container{display:flex;align-items:center;gap:8px;margin-bottom:16px}.tour-edit .form-card .highlights-paper .highlights-input-container .MuiTextField-root{flex:1;max-width:500px}.tour-edit .form-card .highlights-paper .highlights-input-container .MuiTextField-root .MuiInputBase-root{width:100%}.tour-edit .form-card .highlights-paper .highlights-input-container .MuiTextField-root .MuiInputBase-root:before,.tour-edit .form-card .highlights-paper .highlights-input-container .MuiTextField-root .MuiInputBase-root:after{display:none}.tour-edit .form-card .highlights-paper .highlights-input-container .MuiIconButton-root{color:#2e7d32;width:40px;height:40px}.tour-edit .form-card .highlights-paper .highlights-input-container .MuiIconButton-root:hover{background:#2e7d321a}.tour-edit .form-card .highlights-paper .highlights-list .highlight-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border-radius:4px;margin-bottom:8px;border-left:3px solid #4caf50;max-width:600px}.tour-edit .form-card .highlights-paper .highlights-list .highlight-item:last-child{margin-bottom:0}.tour-edit .form-card .highlights-paper .highlights-list .highlight-item .MuiTypography-body2{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:500px}.tour-edit .form-card .highlights-paper .highlights-list .highlight-item .remove-highlight{color:#f44336;padding:4px;width:32px;height:32px}.tour-edit .form-card .highlights-paper .highlights-list .highlight-item .remove-highlight:hover{background:#f443361a}.tour-edit .form-card .featured-section{background:linear-gradient(135deg,#fff8e1,#ffecb3);border:1px solid #ffd54f;border-radius:6px;padding:16px;margin:16px 0;max-width:500px}.tour-edit .form-card .featured-section .featured-content{display:flex;align-items:center;gap:16px}.tour-edit .form-card .featured-section .featured-content .featured-icon{color:#ff9800;font-size:28px}.tour-edit .form-card .featured-section .featured-content .featured-text{flex:1}.tour-edit .form-card .featured-section .featured-content .featured-text .MuiTypography-subtitle1{font-weight:600;color:#ff9800;margin-bottom:4px}.tour-edit .form-card .featured-section .featured-content .featured-text .MuiTypography-caption{color:#ff9800;opacity:.8}.tour-edit .form-card .stepper-actions{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:16px;border-top:1px solid #e0e0e0}.tour-edit .form-card .stepper-actions .back-button{color:#666;text-transform:none;width:120px}.tour-edit .form-card .stepper-actions .back-button:hover{background:#0000000a}.tour-edit .form-card .stepper-actions .next-button,.tour-edit .form-card .stepper-actions .submit-button{background:#1976d2;color:#fff;font-weight:500;text-transform:none;padding:8px 24px;width:140px}.tour-edit .form-card .stepper-actions .next-button:hover,.tour-edit .form-card .stepper-actions .submit-button:hover{background:#1565c0}.tour-edit .MuiCardContent-root{padding:24px!important}.tour-edit .MuiGrid-container{margin-top:-12px}.tour-edit .MuiGrid-item{padding-top:12px}.tour-edit .MuiTextField-root{width:100%}.tour-edit .MuiTextField-root .MuiInputLabel-root.Mui-focused{color:#1976d2}.tour-edit .MuiTextField-root .MuiOutlinedInput-root{width:100%}.tour-edit .MuiTextField-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#1976d2}.tour-edit .MuiTextField-root .MuiOutlinedInput-root input,.tour-edit .MuiTextField-root .MuiOutlinedInput-root textarea{width:100%}.tour-edit .MuiTextField-root.name-field{max-width:600px}.tour-edit .MuiTextField-root.destination-field{max-width:400px}.tour-edit .MuiTextField-root.price-field,.tour-edit .MuiTextField-root.duration-field{max-width:250px}.tour-edit .MuiTextField-root.participants-field{max-width:200px}.tour-edit .MuiTextField-root.description-field{max-width:800px}.tour-edit .MuiTextField-root.meeting-point-field{max-width:500px}.tour-edit .MuiTextField-root.requirements-field{max-width:800px}.tour-edit .MuiFormControl-root{width:100%}.tour-edit .MuiFormControl-root.status-field{max-width:250px}.tour-edit .MuiFormControl-root.category-field{max-width:400px}.tour-edit .MuiFormControl-root.difficulty-field{max-width:250px}.tour-edit .MuiFormControl-root.policy-field{max-width:400px}.tour-edit .MuiSelect-select{padding-top:12.5px;padding-bottom:12.5px;width:100%}.tour-edit .MuiSnackbar-root .MuiAlert-root{border-radius:6px;font-weight:500;max-width:400px;width:100%}@media(max-width:768px){.tour-edit{padding:12px}.tour-edit .edit-header{margin-bottom:16px}.tour-edit .edit-header .header-content{flex-direction:column;gap:12px;padding:12px 16px}.tour-edit .edit-header .header-content .page-title{font-size:1.25rem;text-align:center}.tour-edit .edit-header .header-content .header-actions{width:100%;flex-direction:column}.tour-edit .edit-header .header-content .header-actions button{width:100%;max-width:300px}.tour-edit .form-stepper{padding:12px;margin-bottom:16px;overflow-x:auto}.tour-edit .form-stepper .MuiStepper-root{min-width:400px}.tour-edit .form-card .MuiCardContent-root{padding:16px!important}.tour-edit .form-card .tags-section .tags-display{justify-content:center}.tour-edit .form-card .tags-section .tags-input-paper{max-width:100%}.tour-edit .form-card .inclusions-paper,.tour-edit .form-card .exclusions-paper{margin-bottom:16px}.tour-edit .form-card .inclusions-paper .list-input-container .MuiTextField-root,.tour-edit .form-card .exclusions-paper .list-input-container .MuiTextField-root,.tour-edit .form-card .highlights-paper .highlights-input-container .MuiTextField-root,.tour-edit .form-card .highlights-paper .highlight-item{max-width:100%}.tour-edit .form-card .highlights-paper .highlight-item .MuiTypography-body2{max-width:calc(100% - 40px)}.tour-edit .form-card .featured-section{max-width:100%}.tour-edit .form-card .stepper-actions{flex-direction:column;gap:12px}.tour-edit .form-card .stepper-actions button{width:100%;max-width:300px}}@media(max-width:480px){.tour-edit .form-stepper .MuiStepper-root{min-width:320px}.tour-edit .featured-section .featured-content{flex-direction:column;align-items:flex-start;gap:12px}.tour-edit .featured-section .featured-content .featured-icon{align-self:center}.tour-edit .MuiTextField-root.name-field,.tour-edit .MuiTextField-root.destination-field,.tour-edit .MuiTextField-root.price-field,.tour-edit .MuiTextField-root.duration-field,.tour-edit .MuiTextField-root.participants-field,.tour-edit .MuiTextField-root.description-field,.tour-edit .MuiTextField-root.meeting-point-field,.tour-edit .MuiTextField-root.requirements-field,.tour-edit .MuiFormControl-root.status-field,.tour-edit .MuiFormControl-root.category-field,.tour-edit .MuiFormControl-root.difficulty-field,.tour-edit .MuiFormControl-root.policy-field{max-width:100%}}.fixed-width-sm{max-width:200px}.fixed-width-md{max-width:300px}.fixed-width-lg{max-width:400px}.fixed-width-xl{max-width:500px}.fixed-width-2xl{max-width:600px}.fixed-width-3xl{max-width:800px}.full-width{width:100%}.booking-container{padding:24px;background:linear-gradient(135deg,#f5f7fa,#e4edf5);border-radius:16px;min-height:calc(100vh - 48px)}.booking-container .page-header{margin-bottom:28px}.booking-container .page-header .MuiTypography-h4{font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.booking-container .booking-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.booking-container .booking-controls .MuiTextField-root{background:#fff;border-radius:12px}.booking-container .booking-controls .MuiTextField-root .MuiOutlinedInput-root{border-radius:12px;transition:all .2s ease}.booking-container .booking-controls .MuiTextField-root .MuiOutlinedInput-root:hover{box-shadow:0 4px 12px #667eea1a}.booking-container .booking-controls .MuiTextField-root .MuiOutlinedInput-root.Mui-focused{box-shadow:0 4px 12px #667eea33}.booking-container .booking-controls .filter-buttons{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.booking-container .booking-controls .filter-buttons .MuiFormControl-root{background:#fff;border-radius:8px;min-width:150px}.booking-container .booking-controls .filter-buttons .MuiFormControl-root .MuiOutlinedInput-root{border-radius:8px}.booking-container .booking-controls .filter-buttons .MuiChip-root{border-radius:8px;font-weight:500;transition:all .2s ease;cursor:pointer;border:1px solid transparent}.booking-container .booking-controls .filter-buttons .MuiChip-root:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.booking-container .booking-controls .filter-buttons .MuiChip-root.MuiChip-colorPrimary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.booking-container .booking-controls .filter-buttons .MuiIconButton-root{width:40px;height:40px;border-radius:10px;background:#fff;border:1px solid rgba(0,0,0,.08)}.booking-container .booking-controls .filter-buttons .MuiIconButton-root:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.booking-container .booking-table-container{border-radius:16px;overflow-y:auto!important;box-shadow:0 8px 32px #00000014;background:#fff;border:1px solid rgba(255,255,255,.1)}.booking-container .booking-table-container .booking-table .table-head{background:linear-gradient(135deg,#2c3e50,#3498db)}.booking-container .booking-table-container .booking-table .table-head .table-header-cell{color:#000;font-weight:600;font-size:.875rem;letter-spacing:.5px;border-bottom:none;padding:16px;white-space:nowrap}.booking-container .booking-table-container .booking-table .table-head .table-header-cell:first-child{border-radius:16px 0 0}.booking-container .booking-table-container .booking-table .table-head .table-header-cell:last-child{border-radius:0 16px 0 0}.booking-container .booking-table-container .booking-table .table-row{transition:all .2s ease;background:#fff}.booking-container .booking-table-container .booking-table .table-row:hover{background:linear-gradient(135deg,#667eea0a,#764ba20a);transform:scale(1.001);box-shadow:0 4px 12px #0000000a}.booking-container .booking-table-container .booking-table .table-row:hover .action-buttons{opacity:1}.booking-container .booking-table-container .booking-table .table-row td{padding:16px;border-bottom:1px solid rgba(0,0,0,.04);vertical-align:middle}.booking-container .booking-table-container .booking-table .table-row .customer-cell{display:flex;align-items:center;gap:12px}.booking-container .booking-table-container .booking-table .table-row .customer-cell .customer-avatar{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#667eea20,#764ba220);display:flex;align-items:center;justify-content:center;color:#667eea;border:1px solid rgba(102,126,234,.2)}.booking-container .booking-table-container .booking-table .table-row .customer-cell .customer-avatar .MuiSvgIcon-root{font-size:20px}.booking-container .booking-table-container .booking-table .table-row .location-cell{display:flex;align-items:center;font-weight:500;color:#2c3e50}.booking-container .booking-table-container .booking-table .table-row .location-cell .MuiSvgIcon-root{color:#667eea;font-size:18px}.booking-container .booking-table-container .booking-table .table-row .vehicle-cell{display:flex;align-items:center}.booking-container .booking-table-container .booking-table .table-row .vehicle-cell .MuiChip-root{background:linear-gradient(135deg,#667eea10,#764ba210);border:1px solid rgba(102,126,234,.3);color:#2c3e50;font-weight:500}.booking-container .booking-table-container .booking-table .table-row .vehicle-cell .MuiChip-root .MuiChip-label{padding:4px 12px}.booking-container .booking-table-container .booking-table .table-row .vehicle-cell .MuiSvgIcon-root{color:#667eea}.booking-container .booking-table-container .booking-table .table-row .date-cell{display:flex;align-items:center;color:#2c3e50;font-weight:500}.booking-container .booking-table-container .booking-table .table-row .date-cell .MuiSvgIcon-root{color:#667eea;font-size:18px}.booking-container .booking-table-container .booking-table .table-row .MuiTypography-root.MuiTypography-colorPrimary{color:#667eea;font-weight:700}.booking-container .booking-table-container .booking-table .table-row .action-buttons{display:flex;gap:6px;opacity:.7;transition:opacity .2s ease}.booking-container .booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root{width:34px;height:34px;border-radius:10px;background:#667eea14;border:1px solid transparent;transition:all .2s ease}.booking-container .booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root:hover{background:#667eea26;transform:translateY(-2px);border-color:#667eea4d}.booking-container .booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root .MuiSvgIcon-root{font-size:18px}.booking-container .booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root.MuiIconButton-colorInfo{background:#2196f314;color:#2196f3}.booking-container .booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root.MuiIconButton-colorInfo:hover{background:#2196f326}.booking-container .booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root.MuiIconButton-colorPrimary{background:#667eea14;color:#667eea}.booking-container .booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root.MuiIconButton-colorPrimary:hover{background:#667eea26}.booking-container .booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root.MuiIconButton-colorSuccess{background:#4caf5014;color:#4caf50}.booking-container .booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root.MuiIconButton-colorSuccess:hover{background:#4caf5026}.booking-container .booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root.MuiIconButton-colorWarning{background:#ff980014;color:#ff9800}.booking-container .booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root.MuiIconButton-colorWarning:hover{background:#ff980026}.booking-container .booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root.MuiIconButton-colorError{background:#f4433614;color:#f44336}.booking-container .booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root.MuiIconButton-colorError:hover{background:#f4433626}.booking-container .booking-footer{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding:16px 8px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000a}.booking-container .booking-footer .MuiTablePagination-root{padding:0}.booking-container .booking-footer .MuiTablePagination-root .MuiTablePagination-selectLabel,.booking-container .booking-footer .MuiTablePagination-root .MuiTablePagination-displayedRows{font-weight:500;color:#2c3e50}.booking-container .booking-footer .MuiTablePagination-root .MuiTablePagination-actions .MuiIconButton-root{border-radius:8px}.booking-container .booking-footer .MuiTablePagination-root .MuiTablePagination-actions .MuiIconButton-root:hover{background:#667eea14}.booking-details{padding:8px 0}.booking-details .MuiTypography-subtitle2{font-weight:600;letter-spacing:.5px;margin-bottom:8px;color:#667eea}.booking-details .MuiTypography-h6{font-weight:700;color:#2c3e50;margin-bottom:4px}.booking-details .MuiTypography-body1{font-weight:500;color:#2c3e50}.booking-details .MuiTypography-body2{color:#666}.booking-details .MuiGrid-item .MuiBox-root{padding:12px;background:#667eea0a;border-radius:12px;border:1px solid rgba(102,126,234,.1)}.booking-details .MuiGrid-item .MuiBox-root .MuiSvgIcon-root{color:#667eea}.MuiChip-root.MuiChip-colorSuccess{background:#4caf501a;color:#2e7d32;border-color:#4caf50}.MuiChip-root.MuiChip-colorSuccess .MuiSvgIcon-root{color:#2e7d32}.MuiChip-root.MuiChip-colorWarning{background:#ff98001a;color:#f57c00;border-color:#ff9800}.MuiChip-root.MuiChip-colorWarning .MuiSvgIcon-root{color:#f57c00}.MuiChip-root.MuiChip-colorError{background:#f443361a;color:#d32f2f;border-color:#f44336}.MuiChip-root.MuiChip-colorError .MuiSvgIcon-root{color:#d32f2f}.MuiDialog-paper{border-radius:20px!important;overflow:hidden}.MuiDialog-paper .MuiDialogTitle-root{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;padding:20px 24px}.MuiDialog-paper .MuiDialogContent-root{padding:24px}.MuiDialog-paper .MuiDialogActions-root{padding:16px 24px;background:#f8f9fa}.MuiDialog-paper .MuiDialogActions-root .MuiButton-root{border-radius:10px;padding:8px 24px;font-weight:600;text-transform:none}.MuiDialog-paper .MuiDialogActions-root .MuiButton-root.MuiButton-contained{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.MuiDialog-paper .MuiDialogActions-root .MuiButton-root.MuiButton-contained:hover{background:linear-gradient(135deg,#5a6fd6,#6a4292)}.MuiSnackbar-root .MuiAlert-root{border-radius:12px;box-shadow:0 8px 24px #00000026;font-weight:500}.MuiSnackbar-root .MuiAlert-root.MuiAlert-standardSuccess{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.MuiSnackbar-root .MuiAlert-root.MuiAlert-standardSuccess .MuiAlert-icon{color:#fff}.MuiSnackbar-root .MuiAlert-root.MuiAlert-standardInfo{background:linear-gradient(135deg,#2196f3,#1e88e5);color:#fff}.MuiSnackbar-root .MuiAlert-root.MuiAlert-standardInfo .MuiAlert-icon{color:#fff}.MuiSnackbar-root .MuiAlert-root.MuiAlert-standardWarning{background:linear-gradient(135deg,#ff9800,#fb8c00);color:#fff}.MuiSnackbar-root .MuiAlert-root.MuiAlert-standardWarning .MuiAlert-icon{color:#fff}.MuiSnackbar-root .MuiAlert-root.MuiAlert-standardError{background:linear-gradient(135deg,#f44336,#e53935);color:#fff}.MuiSnackbar-root .MuiAlert-root.MuiAlert-standardError .MuiAlert-icon{color:#fff}.MuiMenu-paper{border-radius:16px!important;box-shadow:0 8px 32px #00000026;margin-top:8px}.MuiMenu-paper .MuiMenuItem-root{padding:12px 16px;gap:12px}.MuiMenu-paper .MuiMenuItem-root:hover{background:#667eea14}.MuiMenu-paper .MuiMenuItem-root .MuiListItemIcon-root{min-width:32px}.MuiMenu-paper .MuiMenuItem-root .MuiListItemIcon-root .MuiSvgIcon-root{font-size:20px}@media(max-width:1024px){.booking-container .booking-table-container{overflow-x:auto}.booking-container .booking-table-container .booking-table{min-width:1200px}}@media(max-width:768px){.booking-container{padding:16px}.booking-container .booking-controls{flex-direction:column;align-items:stretch}.booking-container .booking-controls .MuiTextField-root{width:100%!important}.booking-container .booking-controls .filter-buttons{justify-content:flex-start}.booking-container .booking-controls .filter-buttons .MuiFormControl-root{min-width:100%}.booking-container .booking-footer{flex-direction:column;gap:16px;align-items:stretch}.booking-container .booking-footer .MuiTablePagination-root{display:flex;justify-content:center}.booking-table-container .booking-table .table-row .action-buttons{opacity:1}.booking-table-container .booking-table .table-row .action-buttons .MuiIconButton-root{width:36px;height:36px}.booking-table-container .booking-table .table-row td{padding:12px}}@media print{.booking-container{background:#fff;padding:0}.booking-container .booking-controls,.booking-container .booking-footer,.booking-container .action-buttons{display:none!important}.booking-container .booking-table-container{box-shadow:none}.booking-container .booking-table-container .table-head{background:#f8f9fa!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.booking-container .booking-table-container .table-head .table-header-cell{color:#000!important}}@media(prefers-color-scheme:dark){.booking-container{background:linear-gradient(135deg,#1a1a2e,#16213e)}.booking-container .booking-controls .MuiTextField-root{background:#0f3460}.booking-container .booking-controls .MuiTextField-root .MuiOutlinedInput-root{color:#e0e0e0}.booking-container .booking-controls .MuiTextField-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#ffffff1a}.booking-container .booking-controls .MuiTextField-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#667eea80}.booking-container .booking-controls .filter-buttons .MuiFormControl-root{background:#0f3460}.booking-container .booking-controls .filter-buttons .MuiFormControl-root .MuiSelect-root{color:#e0e0e0}.booking-container .booking-controls .filter-buttons .MuiIconButton-root{background:#0f3460;border-color:#ffffff1a;color:#e0e0e0}.booking-container .booking-table-container{background:#0f3460;border-color:#ffffff1a}.booking-container .booking-table-container .booking-table .table-head{background:linear-gradient(135deg,#1a1a2e,#16213e)}.booking-container .booking-table-container .booking-table .table-row{background:#0f3460}.booking-container .booking-table-container .booking-table .table-row:hover{background:#ffffff0d}.booking-container .booking-table-container .booking-table .table-row td{border-bottom:1px solid rgba(255,255,255,.08);color:#e0e0e0}.booking-container .booking-table-container .booking-table .table-row .customer-cell .customer-avatar{background:#667eea33;color:#90a4ff}.booking-container .booking-table-container .booking-table .table-row .location-cell,.booking-container .booking-table-container .booking-table .table-row .date-cell{color:#e0e0e0}.booking-container .booking-table-container .booking-table .table-row .vehicle-cell .MuiChip-root{background:#667eea33;color:#e0e0e0;border-color:#667eea80}.booking-container .booking-footer{background:#0f3460}.booking-container .booking-footer .MuiTablePagination-root{color:#e0e0e0}.booking-details .MuiTypography-subtitle2{color:#90a4ff}.booking-details .MuiTypography-h6,.booking-details .MuiTypography-body1{color:#e0e0e0}.booking-details .MuiGrid-item .MuiBox-root{background:#667eea1a;border-color:#667eea33}.MuiDialog-paper{background:#0f3460}.MuiDialog-paper .MuiDialogTitle-root{background:linear-gradient(135deg,#1a1a2e,#16213e)}.MuiDialog-paper .MuiDialogContent-root{color:#e0e0e0}.MuiDialog-paper .MuiDialogActions-root{background:#16213e}}.booking-container{animation:fadeIn .4s ease-out}.booking-container .table-row{animation:fadeIn .4s ease-out;animation-fill-mode:both}.booking-container .table-row:nth-child(1){animation-delay:.05s}.booking-container .table-row:nth-child(2){animation-delay:.1s}.booking-container .table-row:nth-child(3){animation-delay:.15s}.booking-container .table-row:nth-child(4){animation-delay:.2s}.booking-container .table-row:nth-child(5){animation-delay:.25s}.booking-container .table-row:nth-child(6){animation-delay:.3s}.booking-container .table-row:nth-child(7){animation-delay:.35s}.booking-container .table-row:nth-child(8){animation-delay:.4s}.booking-container .table-row:nth-child(9){animation-delay:.45s}.booking-container .table-row:nth-child(10){animation-delay:.5s}.booking-container .table-row:nth-child(11){animation-delay:.55s}.booking-container .table-row:nth-child(12){animation-delay:.6s}.booking-container .table-row:nth-child(13){animation-delay:.65s}.booking-container .table-row:nth-child(14){animation-delay:.7s}.booking-container .table-row:nth-child(15){animation-delay:.75s}.booking-container .table-row:nth-child(16){animation-delay:.8s}.booking-container .table-row:nth-child(17){animation-delay:.85s}.booking-container .table-row:nth-child(18){animation-delay:.9s}.booking-container .table-row:nth-child(19){animation-delay:.95s}.booking-container .table-row:nth-child(20){animation-delay:1s}.customers-container{padding:24px}.customers-container .customers-paper{border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden}.table-header{display:flex;justify-content:space-between;align-items:center;padding:24px;background:#fff!important;color:#1a1a1a!important;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}.table-header .table-title{display:flex;align-items:center;font-weight:600;color:#1a1a1a;font-size:1.5rem}.table-header .table-title .title-icon{margin-right:12px;font-size:28px;color:#1a1a1a;display:flex;align-items:center;justify-content:center}.table-header .table-title .title-icon svg{width:28px;height:28px}.table-header .table-title .title-text{font-size:1.25rem;font-weight:600;line-height:1.2}.table-header .table-title .subtitle{margin-left:12px;font-size:.875rem;color:#666;font-weight:400}.table-header .header-actions .search-field{background:#f5f5f5;border-radius:8px;border:1px solid #ddd;width:280px;transition:all .2s ease}.table-header .header-actions .search-field:hover{background:#f0f0f0;border-color:#ccc}.table-header .header-actions .search-field .MuiOutlinedInput-root{color:#1a1a1a;height:40px}.table-header .header-actions .search-field .MuiOutlinedInput-root .MuiOutlinedInput-input{padding:10px 14px;font-size:.875rem}.table-header .header-actions .search-field .MuiOutlinedInput-root .MuiOutlinedInput-input::placeholder{color:#666;opacity:1}.table-header .header-actions .search-field .MuiOutlinedInput-root fieldset{border-color:transparent;transition:border-color .2s ease}.table-header .header-actions .search-field .MuiOutlinedInput-root:hover fieldset{border-color:#b0b0b0}.table-header .header-actions .search-field .MuiOutlinedInput-root.Mui-focused{background:#fff}.table-header .header-actions .search-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#1976d2;border-width:2px}.table-header .header-actions .search-field .MuiInputAdornment-root .MuiSvgIcon-root{color:#666;width:20px;height:20px}.table-header .header-actions .action-buttons{display:flex;align-items:center;gap:8px}.table-header .header-actions .action-buttons .MuiIconButton-root{color:#5a5a5a;background:#f5f5f5;border-radius:8px;padding:8px;transition:all .2s ease;border:1px solid transparent}.table-header .header-actions .action-buttons .MuiIconButton-root:hover{background:#e0e0e0;color:#1a1a1a;border-color:#d0d0d0}.table-header .header-actions .action-buttons .MuiIconButton-root.filter-button{position:relative;color:#5f6368;background:#f1f3f4}.table-header .header-actions .action-buttons .MuiIconButton-root.filter-button:hover{background:#e8eaed;color:#3c4043}.table-header .header-actions .action-buttons .MuiIconButton-root.filter-button.active{color:#1967d2;background:#e8f0fe}.table-header .header-actions .action-buttons .MuiIconButton-root.filter-button.active:hover{background:#d2e3fc}.table-header .header-actions .action-buttons .MuiIconButton-root.filter-button.active:after{content:"";position:absolute;top:6px;right:6px;width:6px;height:6px;background:#1967d2;border-radius:50%;border:2px solid #e8f0fe}.table-header .header-actions .action-buttons .MuiIconButton-root.filter-button .filter-icon{width:20px;height:20px;transition:transform .2s ease}.table-header .header-actions .action-buttons .MuiIconButton-root.filter-button:hover .filter-icon{transform:scale(1.1)}.table-header .header-actions .action-buttons .MuiIconButton-root.refresh-button{color:#5a5a5a}.table-header .header-actions .action-buttons .MuiIconButton-root.refresh-button:hover{color:#1976d2;background:#1976d214}.table-header .header-actions .action-buttons .MuiIconButton-root.refresh-button:active{transform:rotate(180deg);transition:transform .3s ease}.table-header .header-actions .action-buttons .MuiIconButton-root.export-button{color:#5a5a5a}.table-header .header-actions .action-buttons .MuiIconButton-root.export-button:hover{color:#34a853;background:#34a85314}.table-header .header-actions .action-buttons .MuiIconButton-root.settings-button{color:#5a5a5a}.table-header .header-actions .action-buttons .MuiIconButton-root.settings-button:hover{color:#ea4335;background:#ea433514}.table-header .header-actions .action-buttons .MuiIconButton-root.primary-action{background:#1976d2;color:#fff;border-radius:8px;padding:10px 16px;font-weight:500;text-transform:none}.table-header .header-actions .action-buttons .MuiIconButton-root.primary-action:hover{background:#1565c0;box-shadow:0 2px 8px #1565c04d}.table-header .header-actions .action-buttons .MuiIconButton-root.primary-action .MuiButton-startIcon{margin-right:8px}.table-header .header-actions .action-buttons .MuiIconButton-root.primary-action .MuiButton-startIcon .MuiSvgIcon-root{width:18px;height:18px}.table-header .header-actions .action-buttons .MuiIconButton-root:disabled{color:#bdbdbd;background:#f5f5f5;cursor:not-allowed}.table-header .header-actions .action-buttons .MuiIconButton-root:disabled:hover{background:#f5f5f5;color:#bdbdbd}.table-header .header-actions .action-buttons .action-separator{width:1px;height:24px;background:#e0e0e0;margin:0 4px}.table-header .header-actions .user-menu{margin-left:8px}.table-header .header-actions .user-menu .MuiIconButton-root{background:#f5f5f5}.table-header .header-actions .user-menu .MuiIconButton-root:hover{background:#e0e0e0}.table-header .header-actions .user-menu .MuiIconButton-root .MuiAvatar-root{width:32px;height:32px;font-size:.875rem}@media(max-width:768px){.table-header{flex-direction:column;align-items:stretch;padding:16px;gap:16px}.table-header .table-title{margin-bottom:8px}.table-header .table-title .title-text{font-size:1.125rem}.table-header .header-actions{flex-direction:column;align-items:stretch}.table-header .header-actions .search-field{width:100%}.table-header .header-actions .action-buttons{flex-wrap:wrap;justify-content:flex-end}.table-header .header-actions .action-buttons .MuiIconButton-root.primary-action{flex-grow:1;justify-content:center}}@media(max-width:480px){.table-header{padding:12px}.table-header .header-actions .action-buttons .MuiIconButton-root{min-width:40px}.table-header .header-actions .action-buttons .MuiIconButton-root.primary-action{padding:8px 12px;font-size:.875rem}}.filter-menu .MuiPaper-root{border-radius:8px;margin-top:8px;box-shadow:0 4px 20px #0000001a;border:1px solid #e0e0e0}.filter-menu .MuiPaper-root .MuiMenuItem-root{padding:10px 16px;font-size:.875rem;color:#1a1a1a}.filter-menu .MuiPaper-root .MuiMenuItem-root:hover{background:#f5f5f5}.filter-menu .MuiPaper-root .MuiMenuItem-root.Mui-selected{background:#e8f0fe;color:#1967d2}.filter-menu .MuiPaper-root .MuiMenuItem-root.Mui-selected:hover{background:#d2e3fc}.filter-menu .MuiPaper-root .MuiMenuItem-root .MuiSvgIcon-root{color:#666;width:18px;height:18px;margin-right:12px}@keyframes pulse{0%{box-shadow:0 0 #1976d266}70%{box-shadow:0 0 0 6px #1976d200}to{box-shadow:0 0 #1976d200}}.table-header .header-actions .action-buttons .MuiIconButton-root.filter-button.active{animation:pulse 2s infinite}@media print{.table-header{background:#fff!important;color:#000!important;border-bottom:1px solid #000;box-shadow:none}.table-header .header-actions{display:none}}.customer-name-cell{display:flex;align-items:center;gap:12px}.customer-name-cell .avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.contact-cell .contact-item{display:flex;align-items:center;gap:8px;margin-bottom:4px}.contact-cell .contact-item:last-child{margin-bottom:0}.contact-cell .contact-item .MuiSvgIcon-root{color:#667eea;font-size:16px}.contact-cell .contact-item .MuiTypography-root{font-size:.875rem}.MuiTableRow-root:hover{background-color:#667eea0a}.MuiChip-root{font-weight:500}.menu-icon{margin-right:8px;color:#667eea}@media(max-width:768px){.customers-container{padding:12px}.table-header{flex-direction:column;gap:16px;align-items:stretch;padding:16px}.customer-name-cell{flex-direction:column;align-items:flex-start;gap:8px}}.payments-container{padding:24px}.payments-container .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:32px;width:100%}.payments-container .stats-grid .stat-card{padding:24px;border-radius:16px;background:#fff;text-align:left;transition:all .3s ease;border:1px solid #f0f0f0;box-shadow:0 2px 8px #0000000a;position:relative;overflow:hidden}.payments-container .stats-grid .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014;border-color:#e0e0e0}.payments-container .stats-grid .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.payments-container .stats-grid .stat-card.total:before{background:linear-gradient(90deg,#667eea,#764ba2)}.payments-container .stats-grid .stat-card.total .stat-icon{background:#667eea1a;color:#667eea}.payments-container .stats-grid .stat-card.total .stat-trend{color:#667eea}.payments-container .stats-grid .stat-card.completed:before{background:linear-gradient(90deg,#10b981,#34d399)}.payments-container .stats-grid .stat-card.completed .stat-icon{background:#10b9811a;color:#10b981}.payments-container .stats-grid .stat-card.completed .stat-trend{color:#10b981}.payments-container .stats-grid .stat-card.pending:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.payments-container .stats-grid .stat-card.pending .stat-icon{background:#f59e0b1a;color:#f59e0b}.payments-container .stats-grid .stat-card.pending .stat-trend{color:#f59e0b}.payments-container .stats-grid .stat-card.failed:before{background:linear-gradient(90deg,#ef4444,#f87171)}.payments-container .stats-grid .stat-card.failed .stat-icon{background:#ef44441a;color:#ef4444}.payments-container .stats-grid .stat-card.failed .stat-trend{color:#ef4444}.payments-container .stats-grid .stat-card.refunded:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.payments-container .stats-grid .stat-card.refunded .stat-icon{background:#3b82f61a;color:#3b82f6}.payments-container .stats-grid .stat-card.refunded .stat-trend{color:#3b82f6}.payments-container .stats-grid .stat-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.payments-container .stats-grid .stat-card .card-header .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;transition:transform .3s ease}.payments-container .stats-grid .stat-card .card-header .stat-icon .MuiSvgIcon-root{font-size:24px}.payments-container .stats-grid .stat-card .card-header .stat-trend{font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ffffffe6;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.payments-container .stats-grid .stat-card .card-header .stat-trend svg{width:14px;height:14px}.payments-container .stats-grid .stat-card .card-header .stat-trend.positive{color:#10b981}.payments-container .stats-grid .stat-card .card-header .stat-trend.negative{color:#ef4444}.payments-container .stats-grid .stat-card .card-content .stat-value{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:4px;color:#1f2937}.payments-container .stats-grid .stat-card .card-content .stat-value .currency{font-size:1rem;font-weight:600;opacity:.8;margin-right:2px}.payments-container .stats-grid .stat-card .card-content .stat-label{font-size:.875rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.payments-container .stats-grid .stat-card .stat-progress{margin-top:16px}.payments-container .stats-grid .stat-card .stat-progress .progress-label{display:flex;justify-content:space-between;margin-bottom:4px;font-size:.75rem;color:#6b7280}.payments-container .stats-grid .stat-card .stat-progress .progress-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.payments-container .stats-grid .stat-card .stat-progress .progress-bar .progress-fill{height:100%;border-radius:3px;transition:width .6s ease}.payments-container .stats-grid .stat-card .stat-comparison{margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6;font-size:.75rem;color:#9ca3af;display:flex;justify-content:space-between}.payments-container .stats-grid .stat-card .stat-comparison .comparison-value{font-weight:600;color:#4b5563}@media(max-width:1200px){.payments-container .stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.payments-container .stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.payments-container .stats-grid .stat-card{padding:20px}.payments-container .stats-grid .stat-card .card-header .stat-icon{width:40px;height:40px;font-size:20px}.payments-container .stats-grid .stat-card .card-content .stat-value{font-size:1.5rem}}@media(max-width:480px){.payments-container .stats-grid{grid-template-columns:1fr}.payments-container .stats-grid .stat-card{padding:16px}.payments-container .stats-grid .stat-card .card-content .stat-value{font-size:1.375rem}}.payments-container .stats-grid .stat-card{animation:fadeInUp .5s ease forwards}.payments-container .stats-grid .stat-card:nth-child(1){animation-delay:.1s}.payments-container .stats-grid .stat-card:nth-child(2){animation-delay:.2s}.payments-container .stats-grid .stat-card:nth-child(3){animation-delay:.3s}.payments-container .stats-grid .stat-card:nth-child(4){animation-delay:.4s}.payments-container .stats-grid .stat-card:nth-child(5){animation-delay:.5s}@media(prefers-color-scheme:dark){.payments-container .stats-grid .stat-card{background:#1f2937;border-color:#374151}.payments-container .stats-grid .stat-card:hover{border-color:#4b5563}.payments-container .stats-grid .stat-card .card-content .stat-value{color:#f9fafb}.payments-container .stats-grid .stat-card .card-content .stat-label{color:#9ca3af}.payments-container .stats-grid .stat-card .stat-progress .progress-bar{background:#374151}.payments-container .stats-grid .stat-card .stat-comparison{border-color:#374151;color:#9ca3af}.payments-container .stats-grid .stat-card .stat-comparison .comparison-value{color:#d1d5db}}.payments-container .payments-paper{border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden}.table-header{display:flex;justify-content:space-between;align-items:center;padding:24px;background:linear-gradient(135deg,#1a237e,#283593);color:#fff}.table-header .table-title{display:flex;align-items:center;font-weight:600}.table-header .table-title .title-icon{margin-right:12px;font-size:28px}.table-header .header-actions{display:flex;align-items:center;gap:12px}.table-header .header-actions .search-field{background:#ffffffe6;border-radius:8px;min-width:200px}.table-header .header-actions .search-field .MuiOutlinedInput-root fieldset{border-color:transparent}.table-header .header-actions .search-field .MuiOutlinedInput-root:hover fieldset{border-color:#ffffff4d}.table-header .header-actions .search-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#fff}.table-header .header-actions .filter-field{background:#ffffffe6;border-radius:8px;min-width:150px}.table-header .header-actions .filter-field .MuiOutlinedInput-root fieldset{border-color:transparent}.table-header .header-actions .filter-field .MuiInputLabel-root{color:#ffffffb3}.table-header .header-actions .MuiIconButton-root{color:#fff;background:#ffffff1a}.table-header .header-actions .MuiIconButton-root:hover{background:#fff3}.payment-id-cell .MuiTypography-caption,.customer-cell .MuiTypography-caption{display:block;margin-top:2px}.amount-cell{display:flex;align-items:center;gap:4px}.amount-cell .currency-icon{color:#4caf50}.amount-cell .MuiTypography-caption{margin-left:4px;color:#666}.method-chip .MuiChip-icon{color:#1a237e}.status-chip .MuiChip-icon{color:inherit}.date-cell{display:flex;align-items:center;gap:8px}.date-cell .date-icon{color:#666}.date-cell .MuiTypography-caption{display:block;margin-top:2px}.MuiTableRow-root{transition:background-color .2s}.MuiTableRow-root:hover{background-color:#1a237e0a}.MuiTableCell-head{font-weight:600;background-color:#f8f9fa}.menu-icon{margin-right:8px;color:#1a237e}.receipt-content{padding:8px 0}.receipt-content .receipt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #eee}.receipt-content .receipt-details .receipt-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:8px 0}.receipt-content .receipt-details .receipt-row:not(:last-child){border-bottom:1px dashed #eee}.dialog-icon{margin-right:8px;vertical-align:middle;color:#1a237e}@media(max-width:768px){.payments-container{padding:12px}.stats-grid .MuiGrid-item{margin-bottom:16px}.stats-grid .stat-card{padding:16px}.table-header{flex-direction:column;gap:16px;align-items:stretch;padding:16px}.table-header .header-actions{flex-wrap:wrap;justify-content:flex-start}.amount-cell{flex-direction:column;align-items:flex-start;gap:2px}.date-cell{flex-direction:column;align-items:flex-start;gap:4px}}@media(max-width:480px){.table-header .header-actions .search-field,.table-header .header-actions .filter-field{min-width:100%}}.reviews-container{padding:24px;background-color:#f8f9fa;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.reviews-container .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:28px}.reviews-container .stats-grid .stat-card{background:#fff;border-radius:14px;padding:24px;box-shadow:0 3px 12px #0000000d;transition:all .3s ease;border:1px solid #f0f0f0;position:relative;overflow:hidden}.reviews-container .stats-grid .stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001a;border-color:#e0e0e0}.reviews-container .stats-grid .stat-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.reviews-container .stats-grid .stat-card .card-header .stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;position:relative;z-index:1}.reviews-container .stats-grid .stat-card .card-header .stat-icon svg{font-size:28px}.reviews-container .stats-grid .stat-card .card-header .stat-trend{display:flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;padding:6px 12px;border-radius:20px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.05)}.reviews-container .stats-grid .stat-card .card-header .stat-trend.positive{color:#10b981;background:#10b9811a}.reviews-container .stats-grid .stat-card .card-header .stat-trend.negative{color:#ef4444;background:#ef44441a}.reviews-container .stats-grid .stat-card .card-header .stat-trend svg{font-size:16px}.reviews-container .stats-grid .stat-card .card-content .stat-value{font-size:2.125rem;font-weight:700;color:#1f2937;margin-bottom:6px;display:flex;align-items:center;gap:6px;line-height:1}.reviews-container .stats-grid .stat-card .card-content .stat-value .rating-star{color:#fbbf24;font-size:1.625rem;margin-top:2px}.reviews-container .stats-grid .stat-card .card-content .stat-label{font-size:.875rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.06em}.reviews-container .stats-grid .stat-card.total .stat-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.reviews-container .stats-grid .stat-card.rating .stat-icon{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.reviews-container .stats-grid .stat-card.published .stat-icon{background:linear-gradient(135deg,#10b981,#34d399)}.reviews-container .stats-grid .stat-card.response .stat-icon{background:linear-gradient(135deg,#3b82f6,#60a5fa)}.reviews-container .filters-paper{margin-bottom:28px;border-radius:14px;overflow:hidden;box-shadow:0 3px 12px #0000000d;background:#fff}.reviews-container .filters-paper .filters-container{padding:22px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.reviews-container .filters-paper .filters-container .search-field{background:#fff;border-radius:10px;flex:1;min-width:280px}.reviews-container .filters-paper .filters-container .search-field .MuiOutlinedInput-root{height:42px;font-size:.9375rem}.reviews-container .filters-paper .filters-container .search-field .MuiOutlinedInput-root fieldset{border-color:#e5e7eb;transition:border-color .2s ease}.reviews-container .filters-paper .filters-container .search-field .MuiOutlinedInput-root:hover fieldset{border-color:#9ca3af}.reviews-container .filters-paper .filters-container .search-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#3b82f6;border-width:2px;box-shadow:0 0 0 3px #3b82f61a}.reviews-container .filters-paper .filters-container .search-field .MuiInputAdornment-root{color:#6b7280;margin-right:4px}.reviews-container .filters-paper .filters-container .filter-controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.reviews-container .filters-paper .filters-container .filter-controls .MuiFormControl-root{background:#fff;border-radius:10px;min-width:140px}.reviews-container .filters-paper .filters-container .filter-controls .MuiFormControl-root .MuiOutlinedInput-root{height:42px;font-size:.9375rem}.reviews-container .filters-paper .filters-container .filter-controls .MuiFormControl-root .MuiInputLabel-root{font-size:.9375rem}.reviews-container .filters-paper .filters-container .filter-controls .MuiFormControlLabel-root{margin:0;color:#4b5563;font-size:.9375rem}.reviews-container .filters-paper .filters-container .filter-controls .MuiFormControlLabel-root .MuiSwitch-root{margin-right:8px}.reviews-container .filters-paper .filters-container .filter-controls .MuiIconButton-root{color:#6b7280;background:#f3f4f6;border-radius:10px;padding:10px;transition:all .2s ease}.reviews-container .filters-paper .filters-container .filter-controls .MuiIconButton-root:hover{background:#e5e7eb;color:#374151;transform:rotate(15deg)}.reviews-container .reviews-table-paper{border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #00000014;background:#fff}.reviews-container .reviews-table-paper .MuiTableContainer-root{overflow-x:auto;border-radius:14px 14px 0 0}.reviews-container .reviews-table-paper .MuiTableContainer-root::-webkit-scrollbar{height:8px}.reviews-container .reviews-table-paper .MuiTableContainer-root::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.reviews-container .reviews-table-paper .MuiTableContainer-root::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.reviews-container .reviews-table-paper .MuiTableContainer-root::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.reviews-container .reviews-table-paper .MuiTableHead-root{background:linear-gradient(to right,#f8fafc,#f1f5f9)}.reviews-container .reviews-table-paper .MuiTableHead-root .MuiTableRow-root .MuiTableCell-head{background:transparent;font-weight:600;font-size:.875rem;padding:18px 16px;border-bottom:2px solid #e2e8f0;white-space:nowrap;color:#374151}.reviews-container .reviews-table-paper .MuiTableHead-root .MuiTableRow-root .MuiTableCell-head:nth-child(7){color:#000!important;font-weight:700}.reviews-container .reviews-table-paper .MuiTableHead-root .MuiTableRow-root .MuiTableCell-head .MuiTableSortLabel-root{font-weight:600}.reviews-container .reviews-table-paper .MuiTableHead-root .MuiTableRow-root .MuiTableCell-head .MuiTableSortLabel-root .MuiTableSortLabel-icon{color:#94a3b8}.reviews-container .reviews-table-paper .MuiTableHead-root .MuiTableRow-root .MuiTableCell-head .MuiTableSortLabel-root:hover{color:#475569}.reviews-container .reviews-table-paper .MuiTableHead-root .MuiTableRow-root .MuiTableCell-head .MuiTableSortLabel-root.Mui-active,.reviews-container .reviews-table-paper .MuiTableHead-root .MuiTableRow-root .MuiTableCell-head .MuiTableSortLabel-root.Mui-active .MuiTableSortLabel-icon{color:#3b82f6}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root{transition:background-color .2s ease;border-bottom:1px solid #f1f5f9}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root:hover{background-color:#f8fafc}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root:last-child{border-bottom:none}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root{padding:16px;font-size:.9375rem}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .review-id-cell{display:flex;align-items:center;gap:10px;min-width:120px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .review-id-cell .review-id-text{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:600;color:#1e293b;font-size:.875rem;letter-spacing:.5px;background:#f8fafc;padding:4px 8px;border-radius:6px;border:1px solid #e2e8f0;white-space:nowrap;overflow:visible;text-overflow:clip;min-width:90px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .review-id-cell .MuiBadge-root{flex-shrink:0}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .review-id-cell .MuiBadge-root .MuiBadge-badge{font-size:.625rem;height:18px;min-width:18px;font-weight:600}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .customer-cell{display:flex;align-items:center;gap:12px;min-width:200px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .customer-cell .customer-avatar{width:42px;height:42px;background:linear-gradient(135deg,#667eea,#764ba2);font-weight:600;font-size:1.125rem;flex-shrink:0}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .customer-cell .customer-info{display:flex;flex-direction:column;gap:4px;min-width:0}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .customer-cell .customer-info .customer-name{font-weight:600;color:#1e293b;font-size:.9375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .customer-cell .customer-info .customer-email{font-size:.8125rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .customer-cell .customer-info .verified-chip{margin-top:2px;height:22px;font-size:.6875rem;max-width:fit-content}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .customer-cell .customer-info .verified-chip .MuiChip-icon{margin-left:4px;font-size:12px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .tour-cell{display:flex;flex-direction:column;gap:4px;min-width:160px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .tour-cell .tour-name{font-weight:600;color:#1e293b;font-size:.9375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .tour-cell .tour-meta{font-size:.8125rem;color:#64748b;display:flex;align-items:center;gap:6px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .rating-cell{display:flex;flex-direction:column;gap:10px;min-width:140px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .rating-cell .MuiRating-root{font-size:1.25rem}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .rating-cell .MuiRating-root .MuiRating-iconFilled{color:inherit}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .rating-cell .MuiRating-root .MuiRating-iconEmpty{color:#cbd5e1}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .rating-cell .rating-value{font-weight:600;color:#1e293b;font-size:.9375rem}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .rating-cell .helpful-stats{display:flex;align-items:center;gap:10px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .rating-cell .helpful-stats .progress-container{flex:1;max-width:80px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .rating-cell .helpful-stats .progress-percentage{font-size:.8125rem;color:#64748b;font-weight:500;min-width:45px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .comment-cell{display:flex;flex-direction:column;gap:8px;min-width:220px;max-width:300px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .comment-cell .comment-text{font-size:.9375rem;color:#334155;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .comment-cell .photos-chip{align-self:flex-start;font-size:.6875rem;height:22px;background:#f0f9ff;border-color:#bae6fd;color:#0369a1}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .status-chip{height:28px;font-weight:500;font-size:.8125rem}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .status-chip .MuiChip-icon{margin-left:6px;font-size:16px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .date-cell{display:flex;align-items:center;gap:10px;min-width:140px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .date-cell .date-icon{color:#94a3b8;flex-shrink:0;font-size:18px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .date-cell .date-info{display:flex;flex-direction:column;gap:2px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .date-cell .date-info .date-text{font-size:.9375rem;color:#1e293b;font-weight:500}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .date-cell .date-info .time-text{font-size:.8125rem;color:#64748b}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .action-cell{min-width:60px}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .action-cell .MuiIconButton-root{color:#64748b;padding:8px;transition:all .2s ease}.reviews-container .reviews-table-paper .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root .action-cell .MuiIconButton-root:hover{background:#f1f5f9;color:#334155;transform:scale(1.1)}.reviews-container .reviews-table-paper .MuiTablePagination-root{border-top:1px solid #f1f5f9;background:#f8fafc;border-radius:0 0 14px 14px;padding:16px}.reviews-container .reviews-table-paper .MuiTablePagination-root .MuiTablePagination-selectLabel,.reviews-container .reviews-table-paper .MuiTablePagination-root .MuiTablePagination-displayedRows{font-size:.875rem;color:#64748b}.reviews-container .reviews-table-paper .MuiTablePagination-root .MuiSelect-select{padding:8px 32px 8px 12px;font-size:.875rem;border-radius:8px}.reviews-container .reviews-table-paper .MuiTablePagination-root .MuiTablePagination-actions .MuiIconButton-root{color:#64748b;border-radius:8px;padding:8px}.reviews-container .reviews-table-paper .MuiTablePagination-root .MuiTablePagination-actions .MuiIconButton-root:hover{background:#e2e8f0}.reviews-container .reviews-table-paper .MuiTablePagination-root .MuiTablePagination-actions .MuiIconButton-root:disabled{color:#cbd5e1}.reviews-container .MuiMenu-paper{border-radius:12px;margin-top:8px;box-shadow:0 10px 40px #0000001f;border:1px solid #e2e8f0;min-width:200px}.reviews-container .MuiMenu-paper .MuiMenuItem-root{padding:12px 20px;font-size:.9375rem;color:#334155;transition:all .2s ease}.reviews-container .MuiMenu-paper .MuiMenuItem-root .menu-icon{margin-right:12px;font-size:20px;color:#64748b}.reviews-container .MuiMenu-paper .MuiMenuItem-root:hover{background:#f8fafc;color:#1e293b}.reviews-container .MuiMenu-paper .MuiMenuItem-root:hover .menu-icon{color:#3b82f6}.reviews-container .MuiMenu-paper .MuiMenuItem-root:last-child{color:#dc2626}.reviews-container .MuiMenu-paper .MuiMenuItem-root:last-child:hover{background:#fef2f2}.reviews-container .MuiDialog-paper{border-radius:20px;overflow:hidden;max-width:800px}.reviews-container .MuiDialog-paper .MuiDialogTitle-root{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:28px 32px;display:flex;align-items:center}.reviews-container .MuiDialog-paper .MuiDialogTitle-root .dialog-icon{margin-right:16px;font-size:28px}.reviews-container .MuiDialog-paper .MuiDialogTitle-root h2{font-weight:600;font-size:1.5rem;margin:0}.reviews-container .MuiDialog-paper .MuiDialogContent-root{padding:32px}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-header .customer-section{display:flex;gap:20px;align-items:center}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-header .customer-section .MuiAvatar-root{width:70px;height:70px;background:linear-gradient(135deg,#667eea,#764ba2);font-size:1.75rem;font-weight:600}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-header .customer-section .customer-details h3{margin:0 0 6px;font-size:1.375rem;color:#1e293b}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-header .customer-section .customer-details .customer-tags{display:flex;gap:10px;margin-top:12px}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-header .customer-section .customer-details .customer-tags .MuiChip-root{font-size:.8125rem;height:28px;font-weight:500}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-header .rating-section{display:flex;flex-direction:column;align-items:center;gap:8px}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-header .rating-section .MuiRating-root{font-size:2.5rem}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-header .rating-section h5{margin:0;font-size:2rem;font-weight:700;color:#1e293b}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-content{margin-bottom:28px}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-content h4{margin:0 0 16px;font-size:1.125rem;color:#1e293b}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-content p{font-size:1.0625rem;line-height:1.6;color:#334155;margin:0 0 24px}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-content .review-photos h5{margin:0 0 16px;font-size:1rem;color:#64748b}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-content .review-photos .photos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:12px}@media(min-width:768px){.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-content .review-photos .photos-grid{grid-template-columns:repeat(4,1fr)}}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-content .review-photos .photos-grid .photo-placeholder{aspect-ratio:1;background:#f8fafc;border-radius:12px;display:flex;align-items:center;justify-content:center;border:2px dashed #cbd5e1;color:#94a3b8;font-weight:500;transition:all .2s ease}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-content .review-photos .photos-grid .photo-placeholder:hover{border-color:#94a3b8;background:#f1f5f9}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-stats{display:flex;gap:32px;margin-bottom:28px;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-stats .stat-item{display:flex;align-items:center;gap:10px;color:#64748b;font-weight:500}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .review-stats .stat-item svg{font-size:20px}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .response-alert{border-radius:12px;border:1px solid #dbeafe;background:#eff6ff}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .response-alert .MuiAlert-message{width:100%;padding:4px 0}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .response-alert h6{margin:0 0 8px;font-size:.9375rem;color:#1e40af}.reviews-container .MuiDialog-paper .MuiDialogContent-root .review-details .response-alert p{margin:0;font-size:.9375rem;color:#1e293b;line-height:1.5}.reviews-container .MuiDialog-paper .MuiDialogContent-root .reply-form p{font-size:1.0625rem;color:#334155;margin-bottom:20px}.reviews-container .MuiDialog-paper .MuiDialogContent-root .reply-form .MuiTextField-root .MuiOutlinedInput-root{font-size:1rem}.reviews-container .MuiDialog-paper .MuiDialogContent-root .reply-form .MuiTextField-root .MuiOutlinedInput-root fieldset{border-color:#cbd5e1;transition:all .2s ease}.reviews-container .MuiDialog-paper .MuiDialogContent-root .reply-form .MuiTextField-root .MuiOutlinedInput-root:hover fieldset{border-color:#94a3b8}.reviews-container .MuiDialog-paper .MuiDialogContent-root .reply-form .MuiTextField-root .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.reviews-container .MuiDialog-paper .MuiDialogActions-root{padding:24px 32px;border-top:1px solid #e2e8f0;background:#f8fafc}.reviews-container .MuiDialog-paper .MuiDialogActions-root .MuiButton-root{text-transform:none;font-weight:500;border-radius:10px;padding:10px 28px;font-size:.9375rem}.reviews-container .MuiDialog-paper .MuiDialogActions-root .MuiButton-root.MuiButton-contained{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea4d}.reviews-container .MuiDialog-paper .MuiDialogActions-root .MuiButton-root.MuiButton-contained:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}@media(max-width:1024px){.reviews-container{padding:20px}.reviews-container .stats-grid{grid-template-columns:repeat(2,1fr)}.reviews-container .filters-paper .filters-container{flex-direction:column;align-items:stretch;gap:16px}.reviews-container .filters-paper .filters-container .search-field{min-width:100%}.reviews-container .filters-paper .filters-container .filter-controls{width:100%;justify-content:space-between}.reviews-container .reviews-table-paper .MuiTable-root{min-width:1000px}}@media(max-width:768px){.reviews-container{padding:16px}.reviews-container .page-header{padding:24px;flex-direction:column;align-items:stretch;gap:20px}.reviews-container .page-header .header-content .page-title{font-size:1.5rem}.reviews-container .page-header .header-content .page-title .title-icon{font-size:32px;margin-right:12px}.reviews-container .page-header .header-actions{flex-direction:column}.reviews-container .page-header .header-actions button{width:100%}.reviews-container .stats-grid{grid-template-columns:1fr;gap:16px}.reviews-container .filters-paper .filters-container .filter-controls{flex-direction:column;align-items:stretch;gap:12px}.reviews-container .filters-paper .filters-container .filter-controls .MuiFormControl-root{width:100%}.reviews-container .filters-paper .filters-container .filter-controls .MuiFormControlLabel-root{width:100%;justify-content:space-between}}@media(max-width:480px){.reviews-container{padding:12px}.reviews-container .page-header{padding:20px;border-radius:12px}.reviews-container .page-header .header-content .page-title{font-size:1.25rem}.reviews-container .page-header .header-content .page-title .title-icon{font-size:28px}.reviews-container .stats-grid .stat-card{padding:20px}.reviews-container .stats-grid .stat-card .card-header{margin-bottom:16px}.reviews-container .stats-grid .stat-card .card-header .stat-icon{width:48px;height:48px}.reviews-container .stats-grid .stat-card .card-content .stat-value{font-size:1.75rem}}.stats-grid .stat-card{animation:fadeInUp .5s ease forwards}.stats-grid .stat-card:nth-child(1){animation-delay:.1s}.stats-grid .stat-card:nth-child(2){animation-delay:.2s}.stats-grid .stat-card:nth-child(3){animation-delay:.3s}.stats-grid .stat-card:nth-child(4){animation-delay:.4s}@media print{.reviews-container{padding:0!important}.reviews-container .page-header{background:#fff!important;color:#000!important;box-shadow:none!important;border-bottom:2px solid black;border-radius:0;margin-bottom:20px}.reviews-container .page-header .header-actions,.reviews-container .stats-grid,.reviews-container .filters-paper,.reviews-container .MuiTablePagination-root{display:none}.reviews-container .reviews-table-paper{box-shadow:none!important;border:1px solid black;border-radius:0}.reviews-container .reviews-table-paper .MuiTableHead-root{background:#f0f0f0!important}}.edit-review-dialog .MuiDialog-paper{border-radius:20px;overflow:hidden;max-width:600px;width:100%}.edit-review-dialog .MuiDialog-paper .dialog-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px 32px;display:flex;align-items:center;gap:16px}.edit-review-dialog .MuiDialog-paper .dialog-header .dialog-icon{font-size:28px}.edit-review-dialog .MuiDialog-paper .dialog-header h2{font-weight:600;font-size:1.5rem;margin:0;flex:1}.edit-review-dialog .MuiDialog-paper .dialog-content{padding:32px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-section{margin-bottom:32px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-section:last-of-type{margin-bottom:0}.edit-review-dialog .MuiDialog-paper .dialog-content .form-section .section-title{font-size:.9375rem;font-weight:600;color:#374151;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-section .divider{height:1px;background:#e5e7eb;margin:32px 0;border:none}.edit-review-dialog .MuiDialog-paper .dialog-content .rating-section .rating-display{display:flex;align-items:center;gap:16px;width:fit-content}.edit-review-dialog .MuiDialog-paper .dialog-content .rating-section .rating-display .stars-container{display:flex;gap:4px}.edit-review-dialog .MuiDialog-paper .dialog-content .rating-section .rating-display .stars-container .star{font-size:1.75rem;color:#fbbf24}.edit-review-dialog .MuiDialog-paper .dialog-content .rating-section .rating-display .stars-container .star.empty{color:#d1d5db}.edit-review-dialog .MuiDialog-paper .dialog-content .rating-section .rating-display .rating-value{font-size:1.125rem;font-weight:600;color:#1f2937;min-width:50px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field{margin-bottom:24px;width:100%}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field:last-child{margin-bottom:0}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .field-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:8px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .field-label.required:after{content:" *";color:#ef4444}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .standard-input{width:100%;height:44px;padding:0 14px;font-size:.9375rem;color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;transition:all .2s ease}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .standard-input:hover{border-color:#9ca3af}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .standard-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .standard-input::placeholder{color:#9ca3af}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .standard-input.error{border-color:#ef4444}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .standard-input.error:focus{box-shadow:0 0 0 3px #ef44441a}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input{width:100%;height:44px;padding:0 36px 0 14px;font-size:.9375rem;color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;cursor:pointer;transition:all .2s ease}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input:hover{border-color:#9ca3af}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input option{padding:12px;font-size:.9375rem}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input.tour-select{display:flex;align-items:center}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input.tour-select option{display:flex;align-items:center;justify-content:space-between}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input.status-select option{display:flex;align-items:center}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input.status-select option:before{content:"•";color:currentColor;margin-right:8px;font-size:1.5rem;line-height:0}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input.status-select option[value=published]:before{color:#10b981}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input.status-select option[value=pending]:before{color:#f59e0b}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .textarea-input{width:100%;min-height:120px;padding:12px 14px;font-size:.9375rem;color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;resize:vertical;line-height:1.5;font-family:inherit;transition:all .2s ease}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .textarea-input:hover{border-color:#9ca3af}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .textarea-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .textarea-input::placeholder{color:#9ca3af}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row{display:flex;gap:20px}@media(max-width:480px){.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row{flex-direction:column;gap:16px}}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item{flex:1}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-label{display:flex;align-items:center;gap:6px;margin-bottom:8px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-label .vote-icon{font-size:16px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-label .vote-icon.helpful{color:#10b981}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-label .vote-icon.not-helpful{color:#ef4444}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-label .label-text{font-size:.875rem;font-weight:500;color:#374151;text-transform:uppercase;letter-spacing:.5px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-input-wrapper{display:flex;align-items:center;gap:8px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-input-wrapper .vote-input{flex:1;height:44px;padding:0 14px;font-size:1rem;font-weight:600;color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;text-align:center;transition:all .2s ease}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-input-wrapper .vote-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-input-wrapper .vote-input.helpful{color:#10b981}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-input-wrapper .vote-input.not-helpful{color:#ef4444}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-input-wrapper .vote-controls{display:flex;flex-direction:column;gap:4px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-input-wrapper .vote-controls button{width:32px;height:20px;min-width:32px;padding:0;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-input-wrapper .vote-controls button:hover:not(:disabled){background:#e5e7eb;color:#374151}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-input-wrapper .vote-controls button:active:not(:disabled){transform:scale(.95)}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-input-wrapper .vote-controls button:disabled{opacity:.5;cursor:not-allowed}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row .vote-item .vote-input-wrapper .vote-controls button svg{font-size:12px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.response-field .response-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.response-field .response-header .verified-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#ecfdf5;color:#065f46;font-size:.75rem;font-weight:600;border-radius:16px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.response-field .response-header .verified-badge .verified-icon{font-size:12px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.response-field .response-input{width:100%;height:44px;padding:0 14px;font-size:.9375rem;color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;transition:all .2s ease}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.response-field .response-input:hover{border-color:#9ca3af}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.response-field .response-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.response-field .response-input::placeholder{color:#9ca3af;font-style:italic}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-empty{display:flex;align-items:center;gap:12px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:16px;margin-bottom:20px}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-empty .warning-icon{color:#f59e0b;font-size:1.25rem;flex-shrink:0}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-empty .warning-text{color:#92400e;font-size:.875rem;font-weight:500;margin:0}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .upload-button{width:100%;height:44px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .upload-button:hover{background:#2563eb}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .upload-button:active{transform:scale(.98)}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .upload-button .button-icon{font-size:1.125rem}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-preview{margin-top:20px}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-preview .preview-title{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:12px}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-preview .images-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-preview .images-grid .image-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f3f4f6}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-preview .images-grid .image-item img{width:100%;height:100%;object-fit:cover}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-preview .images-grid .image-item .remove-btn{position:absolute;top:4px;right:4px;width:20px;height:20px;background:#ef4444e6;color:#fff;border:none;border-radius:50%;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-preview .images-grid .image-item .remove-btn:hover{background:#dc2626;transform:scale(1.1)}.edit-review-dialog .MuiDialog-paper .dialog-actions{padding:20px 32px;border-top:1px solid #e5e7eb;background:#f8fafc;display:flex;justify-content:flex-end;gap:12px}.edit-review-dialog .MuiDialog-paper .dialog-actions .cancel-button{padding:10px 20px;min-width:80px;background:#fff;color:#6b7280;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.edit-review-dialog .MuiDialog-paper .dialog-actions .cancel-button:hover{background:#f9fafb;color:#374151;border-color:#9ca3af}.edit-review-dialog .MuiDialog-paper .dialog-actions .save-button{padding:10px 20px;min-width:80px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.edit-review-dialog .MuiDialog-paper .dialog-actions .save-button:hover{background:#2563eb}.edit-review-dialog .MuiDialog-paper .dialog-actions .save-button:active{transform:scale(.98)}@media(max-width:768px){.edit-review-dialog .MuiDialog-paper{margin:16px;max-width:calc(100% - 32px)}.edit-review-dialog .MuiDialog-paper .dialog-header{padding:20px 24px}.edit-review-dialog .MuiDialog-paper .dialog-content{padding:24px}.edit-review-dialog .MuiDialog-paper .dialog-actions{padding:16px 24px}}@media(max-width:480px){.edit-review-dialog .MuiDialog-paper{margin:8px;border-radius:16px;max-width:calc(100% - 16px)}.edit-review-dialog .MuiDialog-paper .dialog-header{padding:16px 20px}.edit-review-dialog .MuiDialog-paper .dialog-header h2{font-size:1.25rem}.edit-review-dialog .MuiDialog-paper .dialog-content{padding:20px 16px}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .votes-row{flex-direction:column;gap:16px}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-preview .images-grid{grid-template-columns:repeat(3,1fr)}.edit-review-dialog .MuiDialog-paper .dialog-actions{padding:16px 20px;flex-direction:column-reverse;gap:8px}.edit-review-dialog .MuiDialog-paper .dialog-actions .cancel-button,.edit-review-dialog .MuiDialog-paper .dialog-actions .save-button{width:100%}}@media(prefers-color-scheme:dark){.edit-review-dialog .MuiDialog-paper{background:#1f2937}.edit-review-dialog .MuiDialog-paper .dialog-content .form-section .section-title{color:#e5e7eb}.edit-review-dialog .MuiDialog-paper .dialog-content .form-section .divider{background:#374151}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .field-label{color:#e5e7eb}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .standard-input,.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input,.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .textarea-input,.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .response-input{background:#111827;border-color:#374151;color:#f9fafb}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .standard-input:hover,.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input:hover,.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .textarea-input:hover,.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .response-input:hover{border-color:#4b5563}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .standard-input:focus,.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input:focus,.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .textarea-input:focus,.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .response-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .standard-input::placeholder,.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .select-input::placeholder,.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .textarea-input::placeholder,.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .response-input::placeholder{color:#6b7280}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .vote-item .vote-label .label-text{color:#e5e7eb}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .vote-item .vote-input-wrapper .vote-input{background:#111827;border-color:#374151;color:#f9fafb}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .vote-item .vote-input-wrapper .vote-controls button{background:#374151;border-color:#4b5563;color:#d1d5db}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.votes-field .vote-item .vote-input-wrapper .vote-controls button:hover:not(:disabled){background:#4b5563;color:#f9fafb}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.response-field .verified-badge{background:#064e3b;color:#a7f3d0}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-empty{background:#78350f;border-color:#92400e}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-empty .warning-text{color:#fef3c7}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .upload-button{background:#2563eb}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .upload-button:hover{background:#1d4ed8}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-preview .preview-title{color:#e5e7eb}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-preview .images-grid .image-item{background:#374151}.edit-review-dialog .MuiDialog-paper .dialog-actions{background:#111827;border-color:#374151}.edit-review-dialog .MuiDialog-paper .dialog-actions .cancel-button{background:#374151;color:#d1d5db;border-color:#4b5563}.edit-review-dialog .MuiDialog-paper .dialog-actions .cancel-button:hover{background:#4b5563;color:#f9fafb}}.MuiMenu-paper{border-radius:12px!important;margin-top:8px!important;box-shadow:0 10px 40px #0000001f!important;border:1px solid #e5e7eb!important}.MuiMenu-paper .MuiMenuItem-root{padding:12px 20px!important;font-size:.9375rem!important;transition:all .2s ease!important}.MuiMenu-paper .MuiMenuItem-root:hover{background:#f8fafc!important}.MuiMenu-paper .MuiMenuItem-root .status-indicator{width:8px;height:8px;border-radius:50%;margin-right:12px}.MuiMenu-paper .MuiMenuItem-root .status-indicator.published{background-color:#10b981}.MuiMenu-paper .MuiMenuItem-root .status-indicator.pending{background-color:#f59e0b}.MuiMenu-paper .MuiMenuItem-root .status-indicator.draft{background-color:#6b7280}.MuiMenu-paper .MuiMenuItem-root .tour-type{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:12px;margin-left:auto}@keyframes starPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.star{animation:starPulse .5s ease}.star:nth-child(1){animation-delay:.1s}.star:nth-child(2){animation-delay:.2s}.star:nth-child(3){animation-delay:.3s}.star:nth-child(4){animation-delay:.4s}.star:nth-child(5){animation-delay:.5s}@media(max-width:768px){.edit-review-dialog .MuiDialog-paper{margin:16px}.edit-review-dialog .MuiDialog-paper .dialog-header,.edit-review-dialog .MuiDialog-paper .dialog-content{padding:24px}.edit-review-dialog .MuiDialog-paper .dialog-content .votes-section .votes-container{gap:16px}.edit-review-dialog .MuiDialog-paper .dialog-actions{padding:20px 24px;flex-direction:column-reverse;gap:12px}.edit-review-dialog .MuiDialog-paper .dialog-actions .cancel-button,.edit-review-dialog .MuiDialog-paper .dialog-actions .save-button{width:100%}}@media(max-width:480px){.edit-review-dialog .MuiDialog-paper{margin:8px;border-radius:16px}.edit-review-dialog .MuiDialog-paper .dialog-header{padding:20px}.edit-review-dialog .MuiDialog-paper .dialog-header h2{font-size:1.25rem}.edit-review-dialog .MuiDialog-paper .dialog-content{padding:20px}}@media(prefers-color-scheme:dark){.edit-review-dialog .MuiDialog-paper{background-color:#1f2937}.edit-review-dialog .MuiDialog-paper .dialog-header{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.edit-review-dialog .MuiDialog-paper .dialog-content .form-section .section-title{color:#f9fafb}.edit-review-dialog .MuiDialog-paper .dialog-content .form-section .section-title .title-icon{color:#9ca3af}.edit-review-dialog .MuiDialog-paper .dialog-content .form-section .divider{background:#374151}.edit-review-dialog .MuiDialog-paper .dialog-content .rating-section .rating-value{color:#f9fafb}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .MuiFormControl-root .MuiInputLabel-root{color:#9ca3af}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .MuiFormControl-root .MuiOutlinedInput-root{background:#111827}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .MuiFormControl-root .MuiOutlinedInput-root fieldset{border-color:#374151}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .MuiFormControl-root .MuiOutlinedInput-root .MuiSelect-select,.edit-review-dialog .MuiDialog-paper .dialog-content .form-field .MuiFormControl-root .MuiOutlinedInput-root .MuiInputBase-input{color:#f9fafb}.edit-review-dialog .MuiDialog-paper .dialog-content .form-field.tour-select .tour-type{background:#374151;color:#9ca3af}.edit-review-dialog .MuiDialog-paper .dialog-content .votes-section .votes-container .vote-item{background:#111827;border-color:#374151}.edit-review-dialog .MuiDialog-paper .dialog-content .votes-section .votes-container .vote-item .vote-label{color:#9ca3af}.edit-review-dialog .MuiDialog-paper .dialog-content .votes-section .votes-container .vote-item .vote-input .vote-buttons button{background:#374151;border-color:#4b5563;color:#d1d5db}.edit-review-dialog .MuiDialog-paper .dialog-content .votes-section .votes-container .vote-item .vote-input .vote-buttons button:hover{background:#4b5563}.edit-review-dialog .MuiDialog-paper .dialog-content .response-section .verified-badge{background:#064e3b;color:#a7f3d0}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-warning{background:#92400e;border-color:#b45309}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .images-warning .warning-text{color:#fef3c7}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .upload-area{background:#111827;border-color:#374151}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .upload-area .upload-text h4{color:#f9fafb}.edit-review-dialog .MuiDialog-paper .dialog-content .images-section .upload-area .upload-text p{color:#9ca3af}.edit-review-dialog .MuiDialog-paper .dialog-actions{background:#111827;border-color:#374151}.edit-review-dialog .MuiDialog-paper .dialog-actions .cancel-button{background:#374151;color:#d1d5db;border-color:#4b5563}.edit-review-dialog .MuiDialog-paper .dialog-actions .cancel-button:hover{background:#4b5563;color:#f9fafb}.MuiMenu-paper{background-color:#1f2937!important;border-color:#374151!important}.MuiMenu-paper .MuiMenuItem-root{color:#f9fafb!important}.MuiMenu-paper .MuiMenuItem-root:hover{background:#111827!important}.MuiMenu-paper .MuiMenuItem-root .tour-type{background:#374151;color:#9ca3af}}.login-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:16px;position:relative;overflow:hidden}.login-page .srilanka-background{position:absolute;inset:0;background:linear-gradient(#0000004d,#0006),url(https://images.unsplash.com/photo-1551632811-561732d1e306?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80) center/cover no-repeat;z-index:0}.login-page .login-container{width:100%;max-width:380px;position:relative;z-index:1}.login-page .login-card{background:#fffffff2;border-radius:16px;padding:32px 28px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #00000026,0 2px 8px #0000001a}.login-page .login-card .login-header{text-align:center;margin-bottom:24px}.login-page .login-card .login-header .logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:12px}.login-page .login-card .login-header .logo .logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.login-page .login-card .login-header .logo .logo-icon svg{font-size:20px}.login-page .login-card .login-header .logo .logo-text{font-size:1.25rem;font-weight:700;color:#2d3748}.login-page .login-card .login-header .login-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:4px}.login-page .login-card .login-header .login-subtitle{font-size:.875rem;color:#718096}.login-page .login-card .login-alert{margin-bottom:20px;border-radius:8px;font-size:.875rem;background:#ffffffe6}.login-page .login-card .login-alert .MuiAlert-icon{padding:8px 0}.login-page .login-card .login-form .custom-input{margin-bottom:16px}.login-page .login-card .login-form .custom-input .MuiOutlinedInput-root{border-radius:8px;font-size:.875rem;border:1.5px solid #e2e8f0;background:#fffc;transition:all .2s ease}.login-page .login-card .login-form .custom-input .MuiOutlinedInput-root:hover{border-color:#cbd5e1;background:#fff}.login-page .login-card .login-form .custom-input .MuiOutlinedInput-root.Mui-focused{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fff}.login-page .login-card .login-form .custom-input .MuiOutlinedInput-root .MuiInputAdornment-root{margin-right:8px}.login-page .login-card .login-form .custom-input .MuiOutlinedInput-root .MuiInputAdornment-root .input-icon{color:#a0aec0;font-size:18px}.login-page .login-card .login-form .custom-input .MuiInputLabel-root{font-size:.875rem;color:#718096}.login-page .login-card .login-form .custom-input .MuiFormHelperText-root{margin-left:0;margin-top:4px;font-size:.75rem}.login-page .login-card .login-form .form-options{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.login-page .login-card .login-form .form-options .MuiFormControlLabel-root{margin:0}.login-page .login-card .login-form .form-options .MuiFormControlLabel-root .MuiCheckbox-root{padding:4px;color:#cbd5e0}.login-page .login-card .login-form .form-options .MuiFormControlLabel-root .MuiCheckbox-root.Mui-checked{color:#667eea}.login-page .login-card .login-form .form-options .MuiFormControlLabel-root .MuiFormControlLabel-label{font-size:.875rem;color:#4a5568}.login-page .login-card .login-form .form-options .forgot-link{font-size:.875rem;color:#667eea;text-transform:none;padding:4px 6px;min-width:auto;font-weight:500;border-radius:6px}.login-page .login-card .login-form .form-options .forgot-link:hover{background:#667eea14}.login-page .login-card .login-form .login-button{height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;font-size:.875rem;font-weight:500;text-transform:none;margin-bottom:20px;box-shadow:0 4px 12px #667eea4d}.login-page .login-card .login-form .login-button:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-1px);box-shadow:0 6px 16px #667eea66}.login-page .login-card .login-form .login-button:active{transform:translateY(0)}.login-page .login-card .login-form .login-button:disabled{opacity:.6;transform:none;box-shadow:none}.login-page .login-card .login-form .signup-text{text-align:center;color:#718096;font-size:.875rem}.login-page .login-card .login-form .signup-text .signup-link{font-size:.875rem;color:#667eea;text-transform:none;padding:0;min-width:auto;font-weight:600}.login-page .login-card .login-form .signup-text .signup-link:hover{background:transparent;text-decoration:underline}@media(prefers-color-scheme:dark){.login-page .login-card{background:#2d3748f2}.login-page .login-card .login-header .logo-text,.login-page .login-card .login-header .login-title{color:#f7fafc}.login-page .login-card .login-header .login-subtitle{color:#cbd5e0}.login-page .login-card .login-alert{background:#4a5568e6}.login-page .login-card .login-form .custom-input .MuiOutlinedInput-root{background:#4a556880;border-color:#4a5568}.login-page .login-card .login-form .custom-input .MuiOutlinedInput-root .MuiInputBase-input{color:#f7fafc}.login-page .login-card .login-form .custom-input .MuiInputLabel-root{color:#a0aec0}.login-page .login-card .login-form .form-options .MuiFormControlLabel-root .MuiFormControlLabel-label{color:#cbd5e0}.login-page .login-card .login-form .signup-text{color:#a0aec0}}@media(max-width:480px){.login-page{padding:12px}.login-page .login-card{padding:24px 20px;border-radius:14px}}@media(max-height:600px){.login-page{padding-top:20px;padding-bottom:20px;align-items:flex-start;min-height:auto}}@media(max-width:768px){.login-page .srilanka-background{background-position:center 30%}}.signup-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.signup-container .signup-paper{padding:3rem;border-radius:16px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 60px #0000004d;transition:transform .3s ease}.signup-container .signup-paper:hover{transform:translateY(-5px)}.signup-container .signup-header{text-align:center;margin-bottom:2.5rem}.signup-container .signup-header .signup-title{color:#2d3748;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.signup-container .signup-header .signup-subtitle{color:#718096;font-size:1.1rem}.signup-container .signup-alert{margin-bottom:2rem;border-radius:8px;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.signup-container .signup-form .signup-field{margin-bottom:1.5rem}.signup-container .signup-form .signup-field .MuiOutlinedInput-root{background:#fff;border-radius:8px;transition:all .3s ease}.signup-container .signup-form .signup-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#667eea}.signup-container .signup-form .signup-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#764ba2;border-width:2px}.signup-container .signup-form .signup-field .MuiInputLabel-root{color:#718096;font-size:.95rem}.signup-container .signup-form .signup-field .MuiInputLabel-root.Mui-focused{color:#764ba2}.signup-container .signup-form .signup-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;font-size:1.1rem;font-weight:600;border-radius:8px;text-transform:none;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.signup-container .signup-form .signup-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.signup-container .signup-form .signup-button:active{transform:translateY(0)}.signup-container .signup-form .signup-button:disabled{background:#e2e8f0;color:#a0aec0;box-shadow:none}@media(max-width:600px){.signup-container{padding:1rem}.signup-container .signup-paper{padding:2rem 1.5rem}.signup-container .signup-title{font-size:1.75rem}.signup-container .signup-subtitle{font-size:1rem}}.signup-container{animation:fadeIn .5s ease}.signup-loading{position:relative}.signup-loading:after{content:"";position:absolute;inset:0;background:#fffc;display:flex;align-items:center;justify-content:center;border-radius:16px;z-index:10}.password-strength{margin-top:.5rem;font-size:.85rem}.password-strength.weak{color:#e53e3e}.password-strength.medium{color:#d69e2e}.password-strength.strong{color:#38a169}.categories-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;padding:24px;background:#f8f9fa;min-height:100vh;max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding:0 4px}.page-header .page-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0}.page-header .add-button{background:#3b82f6;color:#fff;text-transform:none;font-weight:500;padding:10px 20px;border-radius:8px;font-size:14px;box-shadow:0 1px 2px #0000000d}.page-header .add-button:hover{background:#2563eb;box-shadow:0 2px 4px #0000001a}.page-header .add-button .MuiSvgIcon-root{font-size:18px}.stats-section{margin-bottom:32px}.stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}@media(min-width:900px){.stats-section .stats-grid{grid-template-columns:repeat(4,1fr)}}.stats-section .stat-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;height:110px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:100%;min-width:280px}.stats-section .stat-card:hover{box-shadow:0 4px 6px #00000012;transform:translateY(-2px)}.stats-section .stat-card .MuiCardContent-root{padding:24px;text-align:center;width:100%}.stats-section .stat-card .stat-number{font-size:32px;font-weight:700;color:#111827;line-height:1;margin-bottom:8px;letter-spacing:-.5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.stats-section .stat-card .stat-label{font-size:13px;color:#6b7280!important;font-weight:500;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.filters-section{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;align-items:center;padding:0 4px}.filters-section .search-container{display:flex;align-items:center;background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:4px 12px;flex:1;min-width:280px;max-width:400px;height:42px;box-shadow:0 1px 2px #0000000d}.filters-section .search-container:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filters-section .search-container .search-icon{color:#9ca3af;margin-right:8px;font-size:20px}.filters-section .search-container .search-field{flex:1}.filters-section .search-container .search-field .MuiOutlinedInput-root{border:none;background:transparent}.filters-section .search-container .search-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.filters-section .search-container .search-field .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.filters-section .search-container .search-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:none}.filters-section .search-container .search-field .MuiInputBase-input{padding:8px 0;font-size:14px;color:#374151}.filters-section .search-container .search-field .MuiInputBase-input::placeholder{color:#9ca3af;opacity:1}.filters-section .search-container .filter-button{color:#6b7280;padding:6px;margin-left:4px}.filters-section .search-container .filter-button:hover{background:#f3f4f6;color:#374151}.filters-section .filter-toggles{display:flex;gap:12px;flex-wrap:wrap}.filters-section .filter-toggles .toggle-group{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 1px 2px #0000000d}.filters-section .filter-toggles .toggle-group .toggle-button{padding:6px 16px;text-transform:none;font-size:13px;font-weight:500;color:#6b7280;border:none;min-width:60px}.filters-section .filter-toggles .toggle-group .toggle-button:hover{background:#f9fafb}.filters-section .filter-toggles .toggle-group .toggle-button.Mui-selected{background:#3b82f6;color:#fff}.filters-section .filter-toggles .toggle-group .toggle-button.Mui-selected:hover{background:#2563eb}.categories-grid-wrapper{padding:0 4px}.categories-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(280px,280px));gap:20px!important;justify-content:start}@media(max-width:639px){.categories-grid{justify-content:center;grid-template-columns:repeat(1,280px)}}@media(min-width:640px)and (max-width:959px){.categories-grid{grid-template-columns:repeat(2,280px)}}@media(min-width:960px)and (max-width:1279px){.categories-grid{grid-template-columns:repeat(3,280px)}}@media(min-width:1280px){.categories-grid{grid-template-columns:repeat(4,280px)}}.category-grid-item{width:280px!important;max-width:280px!important;min-width:280px!important;padding:0!important;margin:0!important}.category-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;height:180px;display:flex;flex-direction:column;transition:all .2s ease;position:relative;box-shadow:0 1px 2px #0000000d;width:280px!important;min-width:280px!important;max-width:280px!important}.category-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px);border-color:#d1d5db}.category-card .MuiCardContent-root{padding:20px;height:100%;display:flex;flex-direction:column;width:100%}.category-card .category-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;min-height:32px}.category-card .category-header .category-title-section{flex:1;min-width:0}.category-card .category-header .category-title-section .category-name{font-size:18px;font-weight:600;color:#111827;margin-bottom:6px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:200px}.category-card .category-header .category-title-section .status-indicator .status-chip{height:22px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.category-card .category-header .category-title-section .status-indicator .status-chip.active{background:#dcfce7;color:#166534}.category-card .category-header .category-title-section .status-indicator .status-chip.inactive{background:#fee2e2;color:#991b1b}.category-card .category-header .category-title-section .status-indicator .status-chip .MuiChip-label{padding:0 8px}.category-card .category-header .more-button{color:#9ca3af;padding:4px;margin:-4px -4px 0 0}.category-card .category-header .more-button:hover{background:#f3f4f6;color:#6b7280}.category-card .category-description{font-size:14px;color:#6b7280;line-height:1.5;margin-bottom:20px;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%}.category-card .category-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #f3f4f6;margin-top:auto;width:100%}.category-card .category-footer .tour-count{font-size:15px;font-weight:600;color:#3b82f6;display:flex;align-items:center}.category-card .category-footer .tour-count:before{content:"•";color:#3b82f6;margin-right:6px;font-size:18px}.category-card .category-footer .badges .featured-chip{height:22px;font-size:11px;font-weight:600;background:#fef3c7;color:#92400e;text-transform:uppercase;letter-spacing:.5px}.category-card .category-footer .badges .featured-chip .MuiChip-label{padding:0 8px}.action-menu .menu-item{font-size:14px;padding:8px 16px;min-height:36px;color:#374151}.action-menu .menu-item .MuiSvgIcon-root{font-size:16px;margin-right:12px;color:#6b7280}.action-menu .menu-item:hover{background:#f3f4f6}.action-menu .menu-item.delete,.action-menu .menu-item.delete .MuiSvgIcon-root{color:#dc2626}.action-menu .MuiDivider-root{margin:4px 0}@media(max-width:639px){.page-header{flex-direction:column;gap:16px;align-items:stretch}.page-header .add-button{width:100%}.stats-section .stats-grid{grid-template-columns:1fr;justify-items:center}.stats-section .stat-card{min-width:280px;width:280px}.filters-section .search-container{min-width:100%}.filters-section .filter-toggles{width:100%;justify-content:center}}.vehicles-management{padding:24px;background:#f8f9fa;min-height:100vh}.vehicles-management .header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.vehicles-management .header-section .page-title{font-weight:700;color:#2c3e50;margin-bottom:8px}.vehicles-management .header-section .page-subtitle{color:#666;max-width:600px}.vehicles-management .header-section .add-vehicle-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:10px;padding:12px 24px;font-weight:600;text-transform:none;box-shadow:0 4px 15px #667eea4d;transition:all .3s ease}.vehicles-management .header-section .add-vehicle-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.vehicles-management .stats-section{margin-bottom:32px}.vehicles-management .stats-section .stat-card{height:100%;border-radius:16px;border:none;background:#fff;box-shadow:0 4px 20px #00000014;transition:all .3s ease;overflow:hidden}.vehicles-management .stats-section .stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.vehicles-management .stats-section .stat-card .stat-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.vehicles-management .stats-section .stat-card .stat-header .stat-icon-wrapper{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea20,#764ba220)}.vehicles-management .stats-section .stat-card .stat-header .stat-icon-wrapper.success{background:linear-gradient(135deg,#4caf5020,#8bc34a20)}.vehicles-management .stats-section .stat-card .stat-header .stat-icon-wrapper.warning{background:linear-gradient(135deg,#ff980020,#ffc10720)}.vehicles-management .stats-section .stat-card .stat-header .stat-icon-wrapper.primary{background:linear-gradient(135deg,#2196f320,#21cbf320)}.vehicles-management .stats-section .stat-card .stat-header .stat-icon-wrapper .stat-icon{color:#667eea;font-size:24px}.vehicles-management .stats-section .stat-card .stat-header .stat-icon-wrapper .stat-icon.success{color:#4caf50}.vehicles-management .stats-section .stat-card .stat-header .stat-icon-wrapper .stat-icon.warning{color:#ff9800}.vehicles-management .stats-section .stat-card .stat-value{font-weight:800;font-size:2.5rem;margin-bottom:8px}.vehicles-management .stats-section .stat-card .stat-value.success{color:#4caf50}.vehicles-management .stats-section .stat-card .stat-value.warning{color:#ff9800}.vehicles-management .stats-section .stat-card .stat-value.primary{color:#2196f3}.vehicles-management .stats-section .stat-card .stat-trend{font-size:.85rem;opacity:.8}.vehicles-management .tabs-section{margin-bottom:24px;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #0000000d}.vehicles-management .tabs-section .MuiTabs-indicator{height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px 3px 0 0}.vehicles-management .tabs-section .MuiTab-root{text-transform:none;font-weight:600;font-size:1rem;padding:16px 24px;min-height:64px}.vehicles-management .tabs-section .MuiTab-root.Mui-selected{color:#667eea}.vehicles-management .tabs-section .MuiTab-root .MuiTab-iconWrapper{margin-right:8px}.vehicles-management .categories-section{background:#fff;padding:24px;border-radius:16px;margin-bottom:24px;box-shadow:0 4px 20px #0000000d}.vehicles-management .categories-section .section-subtitle{font-weight:600;color:#2c3e50;margin-bottom:16px;display:flex;align-items:center;gap:8px}.vehicles-management .categories-section .section-subtitle:before{content:"";width:4px;height:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.vehicles-management .categories-section .filter-chip{border-radius:10px;padding:8px 16px;font-weight:500;transition:all .3s ease}.vehicles-management .categories-section .filter-chip:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.vehicles-management .gallery-view{margin-bottom:32px}.vehicles-management .gallery-view .gallery-title{margin:24px 0;color:#2c3e50;font-weight:600;display:flex;align-items:center;gap:12px}.vehicles-management .gallery-view .gallery-title:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.vehicles-management .gallery-view .gallery-card{width:380px;height:580px;border-radius:20px;overflow:hidden;transition:all .3s ease;background:#fff;display:flex;flex-direction:column}.vehicles-management .gallery-view .gallery-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .main-image-container{position:relative;height:250px;overflow:hidden}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .main-image-container .main-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;cursor:pointer}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .main-image-container .main-image:hover{transform:scale(1.05)}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .main-image-container .nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;color:#667eea;border-radius:50%;width:36px;height:36px;opacity:0;transition:opacity .3s ease}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .main-image-container .nav-btn:hover{background:#fff;box-shadow:0 4px 10px #0003}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .main-image-container .nav-btn.prev-btn{left:16px}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .main-image-container .nav-btn.next-btn{right:16px}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .main-image-container:hover .nav-btn{opacity:1}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .main-image-container .image-counter{position:absolute;bottom:16px;right:16px;background:#000000b3;color:#fff;padding:4px 12px;border-radius:20px;font-size:.85rem}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .thumbnail-container{display:flex;gap:8px;padding:12px;background:#f8f9fa}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .thumbnail-container .thumbnail{flex:1;height:60px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .thumbnail-container .thumbnail.active{border-color:#667eea;transform:scale(1.05)}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .thumbnail-container .thumbnail .thumbnail-image{width:100%;height:100%;object-fit:cover}.vehicles-management .gallery-view .gallery-card .vehicle-gallery .thumbnail-container .thumbnail.more-images{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:.9rem}.vehicles-management .gallery-view .gallery-card .gallery-content{flex:1;display:flex;flex-direction:column;padding:20px}.vehicles-management .gallery-view .gallery-card .gallery-content .gallery-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.vehicles-management .gallery-view .gallery-card .gallery-content .gallery-header .gallery-vehicle-name{font-weight:700;color:#2c3e50;display:flex;align-items:center;gap:8px}.vehicles-management .gallery-view .gallery-card .gallery-content .gallery-header .gallery-vehicle-name .featured-star{color:#ff9800}.vehicles-management .gallery-view .gallery-card .gallery-content .gallery-header .gallery-vehicle-type{font-size:.875rem;color:#666}.vehicles-management .gallery-view .gallery-card .gallery-content .gallery-description{color:#666;margin-bottom:16px;line-height:1.5;flex:1;min-height:60px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.vehicles-management .gallery-view .gallery-card .gallery-content .gallery-specs{margin-bottom:16px}.vehicles-management .gallery-view .gallery-card .gallery-content .gallery-specs .spec-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;background:#f8f9fa;border-radius:8px;transition:background-color .2s ease}.vehicles-management .gallery-view .gallery-card .gallery-content .gallery-specs .spec-item:hover{background:#e9ecef}.vehicles-management .gallery-view .gallery-card .gallery-content .gallery-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e0e0e0}.vehicles-management .gallery-view .gallery-card .gallery-content .gallery-footer .gallery-price{font-weight:700}.vehicles-management .gallery-view .gallery-card .gallery-content .gallery-footer .gallery-actions{display:flex;gap:8px}.vehicles-management .gallery-view .gallery-card .gallery-content .gallery-footer .gallery-actions .MuiIconButton-root{border-radius:8px;background:#f8f9fa;transition:all .2s ease}.vehicles-management .gallery-view .gallery-card .gallery-content .gallery-footer .gallery-actions .MuiIconButton-root:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.vehicles-management .table-view{margin-bottom:32px}.vehicles-management .table-view .vehicles-table{border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;background:#fff}.vehicles-management .table-view .vehicles-table .MuiTableHead-root{background:linear-gradient(135deg,#667eea,#764ba2)}.vehicles-management .table-view .vehicles-table .MuiTableHead-root .MuiTableCell-head{color:#fff;font-weight:600;font-size:.95rem;padding:16px;border-bottom:none}.vehicles-management .table-view .vehicles-table .table-row{transition:all .2s ease}.vehicles-management .table-view .vehicles-table .table-row:hover{background:#f8f9fa}.vehicles-management .table-view .vehicles-table .table-row.active{background:#4caf5005}.vehicles-management .table-view .vehicles-table .table-row.inactive{background:#f4433605}.vehicles-management .table-view .vehicles-table .table-row .table-image-gallery{display:flex;flex-direction:column;gap:8px}.vehicles-management .table-view .vehicles-table .table-row .table-image-gallery .main-table-image{width:80px;height:60px;border-radius:8px;cursor:pointer;border:2px solid #e0e0e0;transition:all .3s ease}.vehicles-management .table-view .vehicles-table .table-row .table-image-gallery .main-table-image:hover{border-color:#667eea;transform:scale(1.05)}.vehicles-management .table-view .vehicles-table .table-row .table-image-gallery .table-thumbnails{display:flex;gap:4px}.vehicles-management .table-view .vehicles-table .table-row .table-image-gallery .table-thumbnails .table-thumbnail{width:24px;height:24px;border-radius:4px;cursor:pointer;border:1px solid #e0e0e0}.vehicles-management .table-view .vehicles-table .table-row .table-image-gallery .table-thumbnails .table-thumbnail:hover{border-color:#667eea}.vehicles-management .table-view .vehicles-table .table-row .table-image-gallery .table-thumbnails .more-images-badge{width:24px;height:24px;border-radius:4px;background:#667eea;color:#fff;font-size:.7rem;font-weight:600;cursor:pointer}.vehicles-management .table-view .vehicles-table .table-row .vehicle-info .table-tags{display:flex;gap:4px;margin-top:8px;flex-wrap:wrap}.vehicles-management .table-view .vehicles-table .table-row .vehicle-info .table-tags .table-tag{border-radius:6px;font-size:.75rem;height:20px}.vehicles-management .table-view .vehicles-table .table-row .specs-list{display:flex;flex-direction:column;gap:4px}.vehicles-management .table-view .vehicles-table .table-row .specs-list .spec-item{display:flex;justify-content:space-between;align-items:center}.vehicles-management .table-view .vehicles-table .table-row .price-cell{font-size:1.1rem}.vehicles-management .table-view .vehicles-table .table-row .performance-metrics{display:flex;flex-direction:column;gap:4px}.vehicles-management .table-view .vehicles-table .table-row .performance-metrics .MuiRating-root{color:#ff9800}.vehicles-management .table-view .vehicles-table .table-row .table-actions{display:flex;gap:8px;justify-content:center}.vehicles-management .table-view .vehicles-table .table-row .table-actions .MuiIconButton-root{border-radius:8px;padding:8px;background:#f8f9fa;transition:all .2s ease}.vehicles-management .table-view .vehicles-table .table-row .table-actions .MuiIconButton-root:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.vehicles-management .table-view .vehicles-table .MuiTableCell-body{padding:16px;border-bottom:1px solid #e0e0e0}.vehicles-management .card-view{margin-bottom:32px}.vehicles-management .card-view .vehicle-card{width:360px;height:620px;border-radius:20px;border:1px solid #e0e0e0;transition:all .4s ease;overflow:hidden;background:#fff;position:relative;display:flex;flex-direction:column}.vehicles-management .card-view .vehicle-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026;border-color:transparent}.vehicles-management .card-view .vehicle-card .vehicle-gallery.compact .main-image-container{position:relative;height:200px;overflow:hidden}.vehicles-management .card-view .vehicle-card .vehicle-gallery.compact .main-image-container .main-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vehicles-management .card-view .vehicle-card .vehicle-gallery.compact .main-image-container .nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;color:#667eea;border-radius:50%;width:32px;height:32px;opacity:0;transition:opacity .3s ease}.vehicles-management .card-view .vehicle-card .vehicle-gallery.compact .main-image-container .nav-btn:hover{background:#fff}.vehicles-management .card-view .vehicle-card .vehicle-gallery.compact .main-image-container .nav-btn.prev-btn{left:8px}.vehicles-management .card-view .vehicle-card .vehicle-gallery.compact .main-image-container .nav-btn.next-btn{right:8px}.vehicles-management .card-view .vehicle-card .vehicle-gallery.compact .main-image-container:hover .nav-btn{opacity:1}.vehicles-management .card-view .vehicle-card .vehicle-gallery.compact .main-image-container .image-counter{position:absolute;bottom:8px;right:8px;background:#000000b3;color:#fff;padding:2px 8px;border-radius:12px;font-size:.75rem}.vehicles-management .card-view .vehicle-card .MuiCardContent-root{flex:1;display:flex;flex-direction:column;padding:20px}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-header .vehicle-name{font-weight:700;color:#2c3e50;display:flex;align-items:center;gap:8px;font-size:1.1rem}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-header .vehicle-name .featured-star{color:#ff9800;font-size:18px}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-header .vehicle-type{font-size:.875rem;color:#666}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-description{color:#666;margin-bottom:16px;line-height:1.5;font-size:.9rem;min-height:50px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:16px 0;padding:16px;background:#f8f9fa;border-radius:12px}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-specs .spec-item{display:flex;align-items:center;gap:8px;padding:8px;background:#fff;border-radius:8px;transition:all .2s ease}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-specs .spec-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-tags{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0;min-height:40px}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-tags .tag-chip{border-radius:8px;font-size:.75rem;height:24px;background:#fff;border:1px solid #e0e0e0;transition:all .2s ease}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-tags .tag-chip:hover{border-color:#667eea;background:#667eea10}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-metrics{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8f9fa;border-radius:12px;margin:16px 0}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-metrics .rating-section{display:flex;align-items:center;flex-wrap:wrap}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-metrics .price{font-weight:700;font-size:1.25rem}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-actions{margin-top:auto}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-actions .view-details-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:10px;padding:12px;text-transform:none;font-weight:600;margin-bottom:16px;transition:all .3s ease}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-actions .view-details-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-actions .action-buttons{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e0e0e0}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-actions .action-buttons .MuiIconButton-root{border-radius:10px;padding:10px;background:#f8f9fa;transition:all .3s ease}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-actions .action-buttons .MuiIconButton-root:hover{transform:translateY(-3px);box-shadow:0 4px 15px #0000001a}.vehicles-management .card-view .vehicle-card .MuiCardContent-root .vehicle-actions .action-buttons .MuiSwitch-root{margin-left:auto}.vehicles-management .image-dialog-content{padding:16px}.vehicles-management .image-dialog-content .main-image-display{position:relative;height:400px;border-radius:12px;overflow:hidden;margin-bottom:24px}.vehicles-management .image-dialog-content .main-image-display .dialog-main-image{width:100%;height:100%;object-fit:contain;background:#f5f5f5}.vehicles-management .image-dialog-content .main-image-display .dialog-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;color:#667eea;border-radius:50%;width:48px;height:48px}.vehicles-management .image-dialog-content .main-image-display .dialog-nav-btn:hover{background:#fff;box-shadow:0 4px 15px #0003}.vehicles-management .image-dialog-content .main-image-display .dialog-nav-btn.prev{left:16px}.vehicles-management .image-dialog-content .main-image-display .dialog-nav-btn.next{right:16px}.vehicles-management .image-dialog-content .main-image-display .image-counter{position:absolute;bottom:16px;right:16px;background:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-weight:500}.vehicles-management .image-dialog-content .image-grid .grid-image-card{position:relative;border-radius:8px;overflow:hidden;border:2px solid transparent;transition:all .3s ease;cursor:pointer}.vehicles-management .image-dialog-content .image-grid .grid-image-card.active{border-color:#667eea;transform:scale(1.05)}.vehicles-management .image-dialog-content .image-grid .grid-image-card:hover{border-color:#667eea}.vehicles-management .image-dialog-content .image-grid .grid-image-card:hover .grid-image-actions{opacity:1}.vehicles-management .image-dialog-content .image-grid .grid-image-card .grid-image{width:100%;height:100px;object-fit:cover}.vehicles-management .image-dialog-content .image-grid .grid-image-card .grid-image-actions{position:absolute;top:4px;right:4px;opacity:0;transition:opacity .3s ease}.vehicles-management .categories-card{border-radius:20px;background:#fff;box-shadow:0 4px 20px #00000014;margin-top:32px;border:none}.vehicles-management .categories-card .section-subtitle{font-weight:600;color:#2c3e50;margin-bottom:24px;display:flex;align-items:center;gap:12px}.vehicles-management .categories-card .section-subtitle:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.vehicles-management .categories-card .vehicle-categories{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start}.vehicles-management .categories-card .vehicle-categories .category-card{width:180px;min-height:140px;border-radius:12px;border:1px solid #e0e0e0;background:#fff;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 16px}.vehicles-management .categories-card .vehicle-categories .category-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#667eea}.vehicles-management .categories-card .vehicle-categories .category-card .category-icon{font-size:2.5rem;margin-bottom:12px;line-height:1}.vehicles-management .categories-card .vehicle-categories .category-card .category-label{font-weight:600;color:#2c3e50;margin-bottom:4px;font-size:1rem}.vehicles-management .categories-card .vehicle-categories .category-card .category-count{font-size:.875rem;color:#666;margin-top:4px}@media(max-width:1200px){.vehicles-management .gallery-view .gallery-card{width:340px!important;height:560px!important}.vehicles-management .card-view .vehicle-card{width:320px!important;height:600px!important}.vehicles-management .vehicle-categories .category-card{width:170px!important;min-height:135px!important}}@media(max-width:992px){.vehicles-management .gallery-view .gallery-card{width:320px!important;height:540px!important}.vehicles-management .card-view .vehicle-card{width:300px!important;height:580px!important}.vehicles-management .vehicle-categories .category-card{width:160px!important;min-height:130px!important;padding:18px 14px!important}}@media(max-width:768px){.vehicles-management{padding:16px}.vehicles-management .header-section{flex-direction:column;gap:16px;align-items:stretch}.vehicles-management .header-section .add-vehicle-btn{width:100%}.vehicles-management .gallery-view .gallery-card{width:calc(50% - 16px)!important;height:520px!important}.vehicles-management .card-view .vehicle-card{width:calc(50% - 16px)!important;height:560px!important}.vehicles-management .vehicle-categories .category-card{width:calc(33.333% - 11px)!important;min-height:125px!important}.vehicles-management .vehicles-table{overflow-x:auto}.vehicles-management .table-actions{flex-direction:column;gap:4px!important}.vehicles-management .vehicle-gallery .thumbnail-container .thumbnail{height:40px!important}}@media(max-width:600px){.vehicles-management .stats-section .stat-card .stat-value{font-size:2rem!important}.vehicles-management .gallery-view .gallery-card{width:100%!important;height:500px!important}.vehicles-management .card-view .vehicle-card{width:100%!important;height:540px!important}.vehicles-management .vehicle-categories .category-card{width:calc(50% - 8px)!important;min-height:115px!important;padding:14px 10px!important}.vehicles-management .vehicle-categories .category-card .category-icon{font-size:2rem!important;margin-bottom:8px!important}.vehicles-management .vehicle-categories .category-card .category-label{font-size:.9rem!important}.vehicles-management .image-dialog-content .main-image-display{height:250px!important}}@media(max-width:480px){.vehicles-management .gallery-view .gallery-card{height:480px!important}.vehicles-management .card-view .vehicle-card{height:520px!important}.vehicles-management .vehicle-categories .category-card{width:calc(50% - 8px)!important;min-height:105px!important;padding:12px 8px!important}.vehicles-management .vehicle-categories .category-card .category-icon{font-size:1.8rem!important}.vehicles-management .vehicle-categories .category-card .category-label{font-size:.85rem!important}}@media(max-width:400px){.vehicles-management .vehicle-categories .category-card{width:100%!important;min-height:100px!important}}.MuiDialog-paper{border-radius:16px!important;overflow:hidden}.MuiDialog-paper .MuiDialogTitle-root{background:#f8f9fa;border-bottom:1px solid #e0e0e0}.MuiDialog-paper .MuiDialogActions-root{padding:16px 24px;border-top:1px solid #e0e0e0}.MuiAvatar-root{overflow:hidden}.MuiChip-root{margin:2px}@media(max-width:600px){.MuiTableCell-root{padding:8px!important}}.add-vehicles-page .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;flex-wrap:wrap;gap:20px}.add-vehicles-page .page-header .page-title{font-weight:700;color:#2c3e50;margin-bottom:8px}.add-vehicles-page .page-header .page-subtitle{color:#666;max-width:600px}.add-vehicles-page .page-header .back-button{border-radius:10px;padding:10px 20px;text-transform:none;font-weight:600;border:2px solid #e0e0e0;color:#667eea;transition:all .3s ease;min-width:160px}.add-vehicles-page .page-header .back-button:hover{border-color:#667eea;background-color:#667eea0a;transform:translateY(-2px)}.add-vehicles-page .form-container{border-radius:16px;padding:32px;background:#fff;box-shadow:0 4px 20px #00000014;border:1px solid #e0e0e0}.add-vehicles-page .form-container .form-stepper{margin-bottom:40px}.add-vehicles-page .form-container .form-stepper .MuiStepLabel-root .MuiStepLabel-label{font-weight:500}.add-vehicles-page .form-container .form-stepper .MuiStepLabel-root .MuiStepLabel-label.Mui-active{color:#667eea;font-weight:600}.add-vehicles-page .form-container .form-stepper .MuiStepLabel-root .MuiStepLabel-label.Mui-completed{color:#4caf50}.add-vehicles-page .form-container .form-stepper .MuiStepIcon-root.Mui-active{color:#667eea}.add-vehicles-page .form-container .form-stepper .MuiStepIcon-root.Mui-completed{color:#4caf50}.add-vehicles-page .form-container .step-content{padding:20px 0;min-height:400px}.add-vehicles-page .form-container .step-content .form-step{animation:fadeIn .3s ease}.add-vehicles-page .form-container .step-content .form-step .MuiTextField-root,.add-vehicles-page .form-container .step-content .form-step .MuiTextField-root .MuiInputBase-root,.add-vehicles-page .form-container .step-content .form-step .MuiTextField-root .MuiInputBase-input,.add-vehicles-page .form-container .step-content .form-step .MuiFormControl-root,.add-vehicles-page .form-container .step-content .form-step .MuiFormControl-root .MuiSelect-select,.add-vehicles-page .form-container .step-content .form-step .MuiFormControl-root .MuiOutlinedInput-root{width:100%!important;min-width:100%!important}.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item:has(.MuiTextField-root[data-fullwidth=true]),.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item:has(.MuiFormControl-root[data-fullwidth=true]){grid-column:1/-1}.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiTextField-root .MuiOutlinedInput-root,.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiFormControl-root .MuiOutlinedInput-root{min-height:56px}.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiTextField-root .MuiOutlinedInput-root .MuiOutlinedInput-input,.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiFormControl-root .MuiOutlinedInput-root .MuiOutlinedInput-input{min-width:200px}.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiTextField-root .MuiOutlinedInput-root .MuiOutlinedInput-input::placeholder,.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiFormControl-root .MuiOutlinedInput-root .MuiOutlinedInput-input::placeholder{opacity:.6;color:#666}.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiTextField-root .MuiOutlinedInput-root .MuiSelect-select:not([data-value]),.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiFormControl-root .MuiOutlinedInput-root .MuiSelect-select:not([data-value]){min-width:200px!important}.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiTextField-root .MuiOutlinedInput-root .MuiSelect-select:not([data-value]):after,.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiFormControl-root .MuiOutlinedInput-root .MuiSelect-select:not([data-value]):after{content:attr(placeholder);color:#666;opacity:.6}.add-vehicles-page .form-container .step-content .form-step .MuiFormControl-root{margin-bottom:20px}.add-vehicles-page .form-container .step-content .form-step .MuiFormControl-root .MuiInputLabel-root.Mui-focused{color:#667eea}.add-vehicles-page .form-container .step-content .form-step .MuiFormControl-root .MuiInputLabel-root.MuiInputLabel-shrink{transform:translate(14px,-9px) scale(.75)}.add-vehicles-page .form-container .step-content .form-step .MuiFormControl-root .MuiOutlinedInput-root{border-radius:10px;width:100%!important;min-width:100%!important}.add-vehicles-page .form-container .step-content .form-step .MuiFormControl-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#667eea;border-width:2px}.add-vehicles-page .form-container .step-content .form-step .MuiFormControl-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline legend{width:auto!important}.add-vehicles-page .form-container .step-content .form-step .tags-section{margin-top:24px;padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e0e0e0;width:100%}.add-vehicles-page .form-container .step-content .form-step .tags-section .MuiChip-root{border-radius:8px;font-weight:500;background:linear-gradient(135deg,#667eea20,#764ba220);border:1px solid rgba(102,126,234,.1882352941);color:#667eea;min-width:60px}.add-vehicles-page .form-container .step-content .form-step .tags-section .MuiTextField-root .MuiInputBase-root{min-width:300px!important}.add-vehicles-page .form-container .step-content .form-step .upload-section{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.add-vehicles-page .form-container .step-content .form-step .upload-section .upload-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:10px;padding:12px 24px;font-weight:600;text-transform:none;box-shadow:0 4px 15px #667eea4d;transition:all .3s ease;min-width:180px}.add-vehicles-page .form-container .step-content .form-step .upload-section .upload-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66;background:linear-gradient(135deg,#5a6fd8,#6b4290)}.add-vehicles-page .form-container .step-content .form-step .image-previews{width:100%}.add-vehicles-page .form-container .step-content .form-step .image-previews .image-preview-card{border-radius:12px;overflow:hidden;border:2px solid #e0e0e0;transition:all .3s ease;position:relative;width:100%;min-width:200px}.add-vehicles-page .form-container .step-content .form-step .image-previews .image-preview-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 25px #667eea26}.add-vehicles-page .form-container .step-content .form-step .image-previews .image-preview-card .image-preview-container{position:relative;height:150px;overflow:hidden;width:100%}.add-vehicles-page .form-container .step-content .form-step .image-previews .image-preview-card .image-preview-container .preview-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;min-width:100%}.add-vehicles-page .form-container .step-content .form-step .image-previews .image-preview-card .image-preview-container:hover .preview-image{transform:scale(1.05)}.add-vehicles-page .form-container .step-content .form-step .image-previews .image-preview-card .image-preview-container .upload-progress{position:absolute;bottom:0;left:0;right:0;background:#000000b3;height:24px;display:flex;align-items:center;justify-content:center;width:100%}.add-vehicles-page .form-container .step-content .form-step .image-previews .image-preview-card .image-preview-container .upload-progress .progress-bar{position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width .3s ease;min-width:0}.add-vehicles-page .form-container .step-content .form-step .image-previews .image-preview-card .image-preview-container .upload-progress .progress-text{position:relative;z-index:1;color:#fff;font-weight:600}.add-vehicles-page .form-container .step-content .form-step .image-previews .image-preview-card .image-preview-container .remove-image-btn{position:absolute;top:8px;right:8px;background:#ffffffe6;color:#f44336;width:28px;height:28px}.add-vehicles-page .form-container .step-content .form-step .image-previews .image-preview-card .image-preview-container .remove-image-btn:hover{background:#fff;transform:scale(1.1)}.add-vehicles-page .form-container .step-content .form-step .image-previews .image-preview-card .image-info{padding:12px;background:#f8f9fa;border-top:1px solid #e0e0e0;width:100%;min-width:100%;box-sizing:border-box}.add-vehicles-page .form-container .step-content .form-step .image-previews .image-preview-card .image-info .MuiTypography-caption{display:block;text-align:center;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.add-vehicles-page .form-container .form-actions{margin-top:40px;padding-top:24px;border-top:1px solid #e0e0e0;width:100%}.add-vehicles-page .form-container .form-actions .action-button{border-radius:10px;padding:12px 28px;text-transform:none;font-weight:600;transition:all .3s ease;min-width:120px}.add-vehicles-page .form-container .form-actions .action-button.submit,.add-vehicles-page .form-container .form-actions .action-button.next{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d;border:none}.add-vehicles-page .form-container .form-actions .action-button.submit:hover:not(:disabled),.add-vehicles-page .form-container .form-actions .action-button.next:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66;background:linear-gradient(135deg,#5a6fd8,#6b4290)}.add-vehicles-page .form-container .form-actions .action-button.submit:active:not(:disabled),.add-vehicles-page .form-container .form-actions .action-button.next:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 15px #667eea4d}.add-vehicles-page .form-container .form-actions .action-button.back,.add-vehicles-page .form-container .form-actions .action-button.cancel{background:#fff;color:#667eea;border:2px solid #667eea}.add-vehicles-page .form-container .form-actions .action-button.back:hover:not(:disabled),.add-vehicles-page .form-container .form-actions .action-button.cancel:hover:not(:disabled){background:linear-gradient(135deg,#667eea10,#764ba210);transform:translateY(-2px);box-shadow:0 4px 15px #667eea1a}.add-vehicles-page .form-container .form-actions .action-button:disabled{cursor:not-allowed;opacity:.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.add-vehicles-page .MuiTextField-root .MuiOutlinedInput-root .MuiOutlinedInput-input{min-width:200px!important;width:100%!important}.add-vehicles-page .MuiTextField-root .MuiInputBase-input:placeholder-shown{min-width:200px!important}.add-vehicles-page .MuiSelect-select{min-width:200px!important}.add-vehicles-page .MuiSelect-select:empty:before{content:attr(placeholder);color:#0009}.add-vehicles-page .MuiInputLabel-root{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 24px)}.add-vehicles-page .MuiFormControl-root>*,.add-vehicles-page .MuiTextField-root>*{width:100%!important}@media(max-width:768px){.add-vehicles-page{padding:16px}.add-vehicles-page .page-header{flex-direction:column;align-items:stretch;gap:16px}.add-vehicles-page .page-header .back-button{width:100%;min-width:auto}.add-vehicles-page .form-container{padding:20px;margin:0}.add-vehicles-page .form-container .form-stepper .MuiStepLabel-label{font-size:.8rem}.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item{width:100%!important;min-width:100%!important}.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiTextField-root .MuiOutlinedInput-root .MuiOutlinedInput-input,.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiFormControl-root .MuiOutlinedInput-root .MuiOutlinedInput-input{min-width:150px!important}.add-vehicles-page .form-container .step-content .form-step .image-previews .image-preview-card .image-preview-container{height:120px}.add-vehicles-page .form-container .form-actions .MuiBox-root{flex-direction:column;gap:12px}.add-vehicles-page .form-container .form-actions .MuiBox-root>div{width:100%;display:flex;flex-direction:column;gap:12px}.add-vehicles-page .form-container .form-actions .action-button{width:100%;margin:0!important;min-width:auto}}@media(max-width:480px){.add-vehicles-page .form-container{padding:16px}.add-vehicles-page .form-container .form-stepper{flex-direction:column;align-items:flex-start}.add-vehicles-page .form-container .form-stepper .MuiStep-root{margin-bottom:8px;width:100%}.add-vehicles-page .form-container .step-content{min-height:300px}.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiTextField-root .MuiOutlinedInput-root .MuiOutlinedInput-input,.add-vehicles-page .form-container .step-content .form-step .MuiGrid-container .MuiGrid-item .MuiFormControl-root .MuiOutlinedInput-root .MuiOutlinedInput-input{min-width:120px!important}}.MuiFormControl-fullWidth,.MuiInputBase-fullWidth,.MuiSelect-nativeInput{width:100%!important}form .MuiFormControl-root,form .MuiTextField-root{display:block!important;width:100%!important}form .MuiFormControl-root>div,form .MuiTextField-root>div{width:100%!important}.blog-management{padding:24px;background-color:#f5f7fa}.blog-management .management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.blog-management .management-header .page-title{color:#2c3e50;font-weight:700;letter-spacing:-.5px}.blog-management .management-header .add-button{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;transition:all .3s ease;border-radius:8px;font-weight:600}.blog-management .management-header .add-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.blog-management .stats-container{margin-bottom:30px}.blog-management .stats-container .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}@media(max-width:1200px){.blog-management .stats-container .stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.blog-management .stats-container .stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.blog-management .stats-container .stats-grid{grid-template-columns:1fr}}.blog-management .stats-container .stats-grid .stat-item{min-width:200px;height:160px}.blog-management .stats-container .stats-grid .stat-item .stat-card{height:100%;border-radius:16px;overflow:visible!important;box-shadow:0 8px 32px #0000001a;transition:all .3s ease;border:none;position:relative;display:flex!important;flex-direction:column!important}.blog-management .stats-container .stats-grid .stat-item .stat-card:before{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .3s ease;border-radius:16px}.blog-management .stats-container .stats-grid .stat-item .stat-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.blog-management .stats-container .stats-grid .stat-item .stat-card:hover:before{opacity:1}.blog-management .stats-container .stats-grid .stat-item .stat-card .stat-card-content{padding:20px!important;color:#fff!important;height:100%!important;display:flex!important;flex-direction:column!important;position:relative!important;z-index:1!important;justify-content:space-between!important}.blog-management .stats-container .stats-grid .stat-item .stat-card .stat-card-content .stat-header{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:16px!important;flex-shrink:0!important}.blog-management .stats-container .stats-grid .stat-item .stat-card .stat-card-content .stat-header .stat-icon{background:#fff3!important;width:40px!important;height:40px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important}.blog-management .stats-container .stats-grid .stat-item .stat-card .stat-card-content .stat-header .stat-icon svg{font-size:20px!important;color:#fff!important}.blog-management .stats-container .stats-grid .stat-item .stat-card .stat-card-content .stat-header .stat-change{background:#fff3!important;padding:4px 8px!important;border-radius:12px!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:2px!important;font-size:.75rem!important;color:#fff!important}.blog-management .stats-container .stats-grid .stat-item .stat-card .stat-card-content .stat-value{font-size:2.5rem!important;font-weight:800!important;margin:8px 0!important;line-height:1!important;color:#fff!important;text-align:center!important;flex-shrink:0!important}.blog-management .stats-container .stats-grid .stat-item .stat-card .stat-card-content .stat-title{opacity:.9!important;font-weight:500!important;margin-top:auto!important;font-size:.875rem!important;color:#fff!important;display:block!important;visibility:visible!important;height:auto!important;line-height:1.4!important;text-align:center!important;padding-top:8px!important;border-top:1px solid rgba(255,255,255,.2)!important;flex-shrink:0!important}.blog-management .stats-simple .MuiCard-root{height:160px!important;min-width:200px!important}.blog-management .stats-simple .MuiCard-root .MuiCardContent-root{height:100%!important;padding:20px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.blog-management .stats-simple .MuiCard-root .MuiCardContent-root .stat-value{font-size:2.5rem!important;font-weight:800!important;color:#fff!important;text-align:center!important;margin:10px 0!important}.blog-management .stats-simple .MuiCard-root .MuiCardContent-root .stat-title{font-size:.875rem!important;color:#fff!important;text-align:center!important;display:block!important;opacity:.9!important;margin-top:auto!important;padding-top:10px!important;border-top:1px solid rgba(255,255,255,.2)!important}.blog-management .stats-fixed .stat-card .MuiTypography-body2{display:block!important;visibility:visible!important;opacity:1!important;height:auto!important;font-size:14px!important;color:#fff!important;text-align:center!important;margin-top:10px!important}.blog-management .filters-section{padding:20px;margin-bottom:24px;border-radius:12px;background:#fff;box-shadow:0 4px 6px #0000000d}.blog-management .bulk-actions{margin-bottom:20px}.blog-management .bulk-actions .bulk-select{min-width:200px;background:#fff;border-radius:8px}.blog-management .bulk-actions .bulk-select .MuiOutlinedInput-root{border-radius:8px}.blog-management .posts-table{border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000001a;background:#fff;margin-bottom:24px}.blog-management .posts-table .MuiTableHead-root{background:linear-gradient(135deg,#667eea,#764ba2)}.blog-management .posts-table .MuiTableHead-root .MuiTableCell-head{color:#000;font-weight:600;border-bottom:none;padding:16px}.blog-management .posts-table .MuiTableHead-root .MuiTableCell-head:first-child{border-radius:12px 0 0}.blog-management .posts-table .MuiTableHead-root .MuiTableCell-head:last-child{border-radius:0 12px 0 0}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root{transition:background-color .2s ease}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root:hover{background-color:#667eea0a}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root.featured-post{background:linear-gradient(90deg,rgba(255,215,0,.05) 0%,transparent 100%);border-left:4px solid #ffd700}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body{padding:16px;border-bottom:1px solid rgba(0,0,0,.05)}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-image-container{position:relative;width:80px;height:60px}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-image-container .post-image{border-radius:8px;object-fit:cover;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-image-container .post-image:hover{transform:scale(1.05)}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-image-container .featured-badge{position:absolute;top:-8px;right:-8px}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-image-container .featured-badge .MuiBadge-badge{background:gold;color:#333;border:2px solid white}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-details .post-title{font-weight:600;color:#2c3e50;line-height:1.4;margin-bottom:8px}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-details .post-excerpt{color:#666;line-height:1.5;margin-bottom:12px}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-details .post-meta{display:flex;flex-direction:column;gap:8px}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-details .post-meta .author-info{display:flex;align-items:center}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-details .post-meta .author-info .MuiAvatar-root{border:2px solid white;box-shadow:0 2px 4px #0000001a}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-details .post-meta .author-info .MuiTypography-caption{color:#666;font-weight:500}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-details .post-meta .post-tags{display:flex;flex-wrap:wrap;gap:4px}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-details .post-meta .post-tags .tag-chip{border-radius:16px;font-size:.7rem;border-color:#e0e0e0;color:#666}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-details .post-meta .post-tags .tag-chip .MuiChip-icon{margin-left:4px;font-size:14px}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .category-chip{background:linear-gradient(135deg,#667eea15,#764ba215);color:#667eea;border-radius:20px;font-weight:600;padding:4px 12px}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .category-chip .MuiChip-icon{color:#667eea}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-stats{display:flex;flex-direction:column;gap:8px}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-stats .stat-item{display:flex;align-items:center;gap:8px;padding:4px 8px;background:#f8f9fa;border-radius:6px}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-stats .stat-item .stat-value{font-weight:600;color:#2c3e50}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-stats .stat-item svg{color:#666}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .seo-score .seo-progress{height:8px;border-radius:4px;margin-bottom:4px}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .seo-score .seo-progress.seo-0{background-color:#ff6b6b}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .seo-score .seo-progress.seo-1{background-color:orange}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .seo-score .seo-progress.seo-2{background-color:gold}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .seo-score .seo-progress.seo-3{background-color:#90ee90}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .seo-score .seo-progress.seo-4{background-color:#27ae60}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .seo-score .seo-info{display:flex;justify-content:space-between;align-items:center}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .seo-score .seo-info .seo-value{font-weight:700;color:#2c3e50}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .seo-score .seo-info .MuiTypography-caption{font-weight:600}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .action-buttons{display:flex;gap:8px;justify-content:center}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .action-buttons .action-btn{border-radius:8px;transition:all .2s ease}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .action-buttons .action-btn.view-btn{color:#667eea;background:#667eea1a}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .action-buttons .action-btn.view-btn:hover{background:#667eea33}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .action-buttons .action-btn.edit-btn{color:#4caf50;background:#4caf501a}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .action-buttons .action-btn.edit-btn:hover{background:#4caf5033}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .action-buttons .action-btn.delete-btn{color:#f44336;background:#f443361a}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .action-buttons .action-btn.delete-btn:hover{background:#f4433633}.blog-management .posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .action-buttons .action-btn:hover{transform:scale(1.1);box-shadow:0 4px 8px #0000001a}.blog-management .pagination{border-radius:12px;background:#fff;box-shadow:0 4px 6px #0000000d;padding:16px}.blog-management .post-dialog .MuiDialog-paper{border-radius:16px;overflow:hidden}.blog-management .post-dialog .sidebar-paper{padding:20px;border-radius:12px;background:#f8f9fa;border:1px solid #eaeaea}.blog-management .post-dialog .sidebar-paper .sidebar-section{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #eaeaea}.blog-management .post-dialog .sidebar-paper .sidebar-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.blog-management .post-dialog .sidebar-paper .sidebar-section .image-preview-large{margin-bottom:16px}.blog-management .post-dialog .sidebar-paper .sidebar-section .image-preview-large .preview-image{width:100%;height:180px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #0000001a}.blog-management .post-dialog .sidebar-paper .sidebar-section .image-options .sample-images{display:flex;gap:8px;margin:12px 0;flex-wrap:wrap}.blog-management .post-dialog .sidebar-paper .sidebar-section .image-options .sample-images .sample-image{border:2px solid transparent;transition:all .2s ease}.blog-management .post-dialog .sidebar-paper .sidebar-section .image-options .sample-images .sample-image:hover{border-color:#667eea;transform:scale(1.05)}.blog-management .post-dialog .sidebar-paper .sidebar-section .image-options .sample-images .sample-image.selected{border-color:#667eea;box-shadow:0 0 0 2px #667eea4d}.blog-management .post-dialog .sidebar-paper .sidebar-section .image-options .upload-button{border:2px dashed #ddd;border-radius:8px;padding:8px;text-transform:none;color:#666;font-weight:500}.blog-management .post-dialog .sidebar-paper .sidebar-section .image-options .upload-button:hover{border-color:#667eea;background:#667eea0d}.blog-management .post-dialog .sidebar-paper .sidebar-section .seo-score-display{margin-top:16px;padding:12px;background:#fff;border-radius:8px;border:1px solid #eaeaea}.blog-management .post-dialog .sidebar-paper .sidebar-section .seo-score-display .seo-progress{height:6px;border-radius:3px}.blog-management .post-dialog .sidebar-paper .selected-tags{display:flex;flex-wrap:wrap;gap:4px;min-height:32px}.blog-management .post-dialog .save-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;font-weight:600}.blog-management .delete-dialog-content{text-align:center;padding:16px 0}.blog-management .loading-bar{margin:20px 0;border-radius:4px}@media(max-width:600px){.blog-management{padding:16px}.management-header{flex-direction:column;gap:16px;align-items:stretch!important}.management-header .add-button{width:100%}.posts-table .MuiTableHead-root{display:none}.posts-table .MuiTableBody-root .MuiTableRow-root{display:block;margin-bottom:16px;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body{display:block;text-align:center;border-bottom:1px solid #eaeaea}.posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body:last-child{border-bottom:none}.posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-details{text-align:center}.posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .post-details .post-meta{align-items:center}.posts-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-body .action-buttons{justify-content:center}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #667eea66}70%{box-shadow:0 0 0 10px #667eea00}to{box-shadow:0 0 #667eea00}}.stat-card{animation:fadeInUp .6s ease-out}.featured-post{animation:pulse 2s infinite}[contenteditable=true]{direction:ltr;unicode-bidi:normal;-webkit-user-select:text!important;user-select:text!important}.content-editor,.content-editor *{direction:ltr;unicode-bidi:normal}.add-blog-page{background:linear-gradient(135deg,#f5f7fa,#e4edf5);min-height:100vh;width:100%;overflow-x:hidden}.add-blog-page .loading-bar{position:fixed;top:0;left:0;right:0;z-index:9999;height:3px;background:linear-gradient(90deg,#667eea,#764ba2,#667eea);background-size:200% 100%;animation:loadingShine 1.5s infinite}.add-blog-page .loading-bar .MuiLinearProgress-bar{background:linear-gradient(90deg,#667eea,#764ba2)}.add-blog-page .page-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);padding:20px 0;position:sticky;top:0;z-index:100;width:100%;box-shadow:0 2px 10px #0000000d}.add-blog-page .page-header .header-container{padding:0 24px!important}.add-blog-page .page-header .header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;width:100%}.add-blog-page .page-header .header-content .header-left{display:flex;align-items:center;gap:20px}.add-blog-page .page-header .header-content .header-left .header-icon-wrapper{width:56px;height:56px;background:linear-gradient(135deg,#667eea1f,#764ba21f);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.add-blog-page .page-header .header-content .header-left .header-icon-wrapper .header-icon{font-size:32px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.add-blog-page .page-header .header-content .header-left .header-text .header-title{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:4px}.add-blog-page .page-header .header-content .header-left .header-text .header-subtitle{color:#6c757d;font-size:.9rem}.add-blog-page .page-header .header-content .header-actions{display:flex;gap:12px;flex-wrap:wrap}.add-blog-page .page-header .header-content .header-actions .action-btn{padding:8px 20px;border-radius:10px;text-transform:none;font-weight:500;transition:all .3s ease}.add-blog-page .page-header .header-content .header-actions .action-btn.back-btn{border-color:#6c757d;color:#6c757d}.add-blog-page .page-header .header-content .header-actions .action-btn.back-btn:hover{border-color:#667eea;color:#667eea;background:#667eea0a;transform:translateY(-2px)}.add-blog-page .page-header .header-content .header-actions .action-btn.draft-btn{border-color:#ff9800;color:#ff9800}.add-blog-page .page-header .header-content .header-actions .action-btn.draft-btn:hover{background:#ff9800;color:#fff;border-color:#ff9800;transform:translateY(-2px);box-shadow:0 4px 12px #ff98004d}.add-blog-page .page-header .header-content .header-actions .action-btn.preview-btn{background:#6c757d;box-shadow:0 2px 8px #6c757d4d}.add-blog-page .page-header .header-content .header-actions .action-btn.preview-btn:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d66}.add-blog-page .page-header .header-content .header-actions .action-btn.publish-btn{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea4d}.add-blog-page .page-header .header-content .header-actions .action-btn.publish-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.add-blog-page .main-container{padding:32px 24px 48px!important;width:100%;margin:0 auto}.add-blog-page .main-container .MuiGrid-root{margin:0;width:100%}.add-blog-page .form-card,.add-blog-page .sidebar-card{background:#fff;border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 2px 12px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;border:1px solid rgba(102,126,234,.08)}.add-blog-page .form-card:hover,.add-blog-page .sidebar-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px);border-color:#667eea33}.add-blog-page .form-card .card-header,.add-blog-page .sidebar-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}.add-blog-page .form-card .card-header .header-badge,.add-blog-page .sidebar-card .card-header .header-badge{display:flex;align-items:center;gap:12px}.add-blog-page .form-card .card-header .header-badge .card-icon,.add-blog-page .sidebar-card .card-header .header-badge .card-icon{color:#667eea;font-size:24px}.add-blog-page .form-card .card-header .header-badge h6,.add-blog-page .sidebar-card .card-header .header-badge h6{font-weight:600;color:#2c3e50;margin:0}.add-blog-page .form-card .card-header .header-chip .required-chip,.add-blog-page .sidebar-card .card-header .header-chip .required-chip{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;font-weight:600;border-radius:20px}.add-blog-page .form-card .card-header .header-chip .required-chip .MuiChip-label,.add-blog-page .sidebar-card .card-header .header-chip .required-chip .MuiChip-label{padding:4px 12px}.add-blog-page .title-card{background:linear-gradient(135deg,#fff,#fef9f0);border-left:4px solid #ff9800}.add-blog-page .title-card .title-field{margin-bottom:8px}.add-blog-page .title-card .title-field .MuiOutlinedInput-root{border-radius:12px;background:#fff}.add-blog-page .title-card .title-field .MuiOutlinedInput-root input{font-size:1.4rem;font-weight:600;padding:16px;color:#2c3e50;text-align:left}.add-blog-page .title-card .title-field .MuiOutlinedInput-root input::placeholder{font-size:1.4rem;font-weight:500;color:#00000040}.add-blog-page .title-card .title-field .MuiOutlinedInput-root fieldset{border-width:2px;transition:all .3s ease;border-color:#e0e0e0}.add-blog-page .title-card .title-field .MuiOutlinedInput-root:hover fieldset{border-color:#ff9800}.add-blog-page .title-card .title-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#ff9800;border-width:2px}.add-blog-page .title-card .title-field .char-count{font-weight:500;color:#6c757d}.add-blog-page .title-card .title-field .char-count.warning{color:#ff9800;font-weight:600}.add-blog-page .title-card .title-tips{margin-top:16px;padding:12px;background:#ff980014;border-radius:12px;border-left:3px solid #ff9800;text-align:left}.add-blog-page .title-card .title-tips .tips-title{font-weight:600;color:#ff9800;display:block;margin-bottom:8px}.add-blog-page .title-card .title-tips .tips-list{display:flex;flex-direction:column;gap:4px}.add-blog-page .title-card .title-tips .tips-list caption{color:#6c757d;font-size:.7rem}.add-blog-page .image-preview-box{position:relative;border-radius:12px;overflow:hidden;width:100%}.add-blog-page .image-preview-box .preview-img{width:100%;max-height:300px;object-fit:cover;transition:transform .3s ease}.add-blog-page .image-preview-box .preview-img:hover{transform:scale(1.02)}.add-blog-page .image-preview-box .remove-img-btn{position:absolute;top:12px;right:12px;background:#000000b3;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease}.add-blog-page .image-preview-box .remove-img-btn:hover{background:#f44336;transform:scale(1.05)}.add-blog-page .upload-box{border:2px dashed #d0d0d0;border-radius:12px;padding:40px;text-align:center;cursor:pointer;transition:all .3s ease;width:100%;background:linear-gradient(135deg,#fafbfc,#f8f9fa)}.add-blog-page .upload-box:hover{border-color:#667eea;background:#667eea05;transform:translateY(-2px)}.add-blog-page .upload-box:hover .upload-icon{transform:scale(1.05);color:#764ba2}.add-blog-page .upload-box .upload-icon{font-size:48px;color:#667eea;margin-bottom:16px;transition:transform .3s ease}.add-blog-page .upload-box p{margin-bottom:8px;color:#2c3e50;font-weight:500}.add-blog-page .upload-box caption{color:#6c757d}.add-blog-page .editor-toolbar{display:flex;gap:4px;padding:8px;background:#f8f9fa;border-radius:12px;margin-bottom:16px;border:1px solid #e8e8e8;flex-wrap:wrap;position:sticky;top:0;z-index:10}.add-blog-page .editor-toolbar .toolbar-btn{width:32px;height:32px;color:#6c757d;transition:all .2s ease}.add-blog-page .editor-toolbar .toolbar-btn:hover{background:#667eea1a;color:#667eea;transform:translateY(-2px)}.add-blog-page .editor-toolbar .toolbar-divider{margin:0 4px}.add-blog-page .content-editor{min-height:400px;max-height:500px;overflow-y:auto;padding:16px;border:1px solid #e0e0e0;border-radius:12px;font-family:Georgia,serif;font-size:1rem;line-height:1.7;background:#fff;transition:all .3s ease;outline:none;cursor:text;direction:ltr!important;text-align:left!important;unicode-bidi:embed!important}.add-blog-page .content-editor:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.add-blog-page .content-editor *{direction:ltr!important;text-align:left!important;unicode-bidi:embed!important}.add-blog-page .content-editor h1,.add-blog-page .content-editor h2,.add-blog-page .content-editor h3,.add-blog-page .content-editor h4,.add-blog-page .content-editor h5,.add-blog-page .content-editor h6{margin:1.5em 0 .5em;color:#2c3e50;text-align:left!important}.add-blog-page .content-editor h1:first-child,.add-blog-page .content-editor h2:first-child,.add-blog-page .content-editor h3:first-child,.add-blog-page .content-editor h4:first-child,.add-blog-page .content-editor h5:first-child,.add-blog-page .content-editor h6:first-child{margin-top:0}.add-blog-page .content-editor h1{font-size:2rem;font-weight:700}.add-blog-page .content-editor h2{font-size:1.5rem;font-weight:600}.add-blog-page .content-editor h3{font-size:1.3rem;font-weight:600}.add-blog-page .content-editor h4{font-size:1.1rem;font-weight:600}.add-blog-page .content-editor h5{font-size:1rem;font-weight:600}.add-blog-page .content-editor h6{font-size:.9rem;font-weight:600}.add-blog-page .content-editor p{margin:0 0 1em;line-height:1.7;text-align:left!important}.add-blog-page .content-editor ul,.add-blog-page .content-editor ol{margin:0 0 1em;padding-left:2em}.add-blog-page .content-editor ul li,.add-blog-page .content-editor ol li{margin:.5em 0;line-height:1.6;text-align:left}.add-blog-page .content-editor blockquote{margin:1em 0;padding:.8em 1.2em;border-left:4px solid #667eea;background:#f8f9fa;font-style:italic;color:#6c757d;border-radius:0 8px 8px 0;text-align:left}.add-blog-page .content-editor blockquote p{margin-bottom:0}.add-blog-page .content-editor pre{margin:1em 0;padding:1em;background:#1e1e1e;color:#d4d4d4;border-radius:8px;overflow-x:auto;font-family:Courier New,monospace;font-size:.9rem;line-height:1.5;text-align:left}.add-blog-page .content-editor pre code{background:transparent;padding:0}.add-blog-page .content-editor code{background:#f8f9fa;padding:.2em .4em;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#e83e8c}.add-blog-page .content-editor a{color:#667eea;text-decoration:underline;cursor:pointer}.add-blog-page .content-editor a:hover{color:#764ba2}.add-blog-page .content-editor img{max-width:100%;height:auto;border-radius:8px;margin:1em 0;box-shadow:0 2px 8px #0000001a;display:block}.add-blog-page .content-editor table{width:100%;border-collapse:collapse;margin:1em 0}.add-blog-page .content-editor table th,.add-blog-page .content-editor table td{border:1px solid #e0e0e0;padding:8px 12px;text-align:left}.add-blog-page .content-editor table th{background:#f8f9fa;font-weight:600}.add-blog-page .content-editor table tr:nth-child(2n){background:#fafafa}.add-blog-page .content-editor hr{margin:2em 0;border:none;height:1px;background:linear-gradient(90deg,transparent,#e0e0e0,transparent)}.add-blog-page .content-editor ::selection{background:#667eea33}.add-blog-page .editor-hint{display:block;margin-top:12px;padding:8px;background:#f8f9fa;border-radius:8px;font-size:.7rem;color:#6c757d;text-align:center}.add-blog-page .link-popover .link-popover-content{padding:16px;min-width:280px}.add-blog-page .link-popover .link-popover-content .popover-title{margin-bottom:12px;font-weight:600;color:#2c3e50;font-size:.9rem;text-align:left}.add-blog-page .link-popover .link-popover-content .popover-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.add-blog-page .link-popover .link-popover-content .popover-actions .MuiButton-root{text-transform:none;font-size:.8rem}.add-blog-page .category-select .MuiOutlinedInput-root{border-radius:12px;background:#fafbfc}.add-blog-page .category-select .MuiOutlinedInput-root:hover fieldset{border-color:#667eea}.add-blog-page .category-select .category-option{display:flex;align-items:center;gap:8px}.add-blog-page .category-select .category-option .category-dot{width:10px;height:10px;border-radius:50%}.add-blog-page .tag-input-wrapper{display:flex;gap:12px;margin-bottom:16px}.add-blog-page .tag-input-wrapper .MuiButton-root{background:linear-gradient(135deg,#667eea,#764ba2);white-space:nowrap;border-radius:10px;text-transform:none;box-shadow:0 2px 8px #667eea4d}.add-blog-page .tag-input-wrapper .MuiButton-root:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.add-blog-page .tags-wrapper{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;min-height:50px}.add-blog-page .tags-wrapper .tag-chip{background:linear-gradient(135deg,#667eea14,#764ba214);border:1px solid rgba(102,126,234,.25);border-radius:20px;transition:all .2s ease}.add-blog-page .tags-wrapper .tag-chip:hover{background:#667eea26;transform:translateY(-2px)}.add-blog-page .tags-wrapper .tag-chip .MuiChip-deleteIcon{color:#667eea}.add-blog-page .tags-wrapper .tag-chip .MuiChip-deleteIcon:hover{color:#f44336}.add-blog-page .popular-label{display:block;margin-bottom:12px;color:#6c757d}.add-blog-page .popular-wrapper{display:flex;flex-wrap:wrap;gap:8px}.add-blog-page .popular-wrapper .popular-tag{background:#f0f2f5;cursor:pointer;border-radius:20px;transition:all .2s ease}.add-blog-page .popular-wrapper .popular-tag:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px);box-shadow:0 2px 8px #667eea4d}.add-blog-page .settings-item{margin-bottom:16px;display:block}.add-blog-page .settings-item .MuiSwitch-switchBase.Mui-checked{color:#667eea}.add-blog-page .settings-item .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#667eea}.add-blog-page .settings-item .MuiRadio-root.Mui-checked{color:#667eea}.add-blog-page .visibility-label{display:flex;align-items:center;gap:6px}.add-blog-page .schedule-field,.add-blog-page .seo-field{margin-bottom:16px}.add-blog-page .schedule-field:last-child,.add-blog-page .seo-field:last-child{margin-bottom:0}.add-blog-page .schedule-field .MuiOutlinedInput-root,.add-blog-page .seo-field .MuiOutlinedInput-root{border-radius:12px}.add-blog-page .schedule-field .MuiOutlinedInput-root:hover fieldset,.add-blog-page .seo-field .MuiOutlinedInput-root:hover fieldset{border-color:#667eea}.add-blog-page .preview-header{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 24px}.add-blog-page .preview-header .MuiIconButton-root{color:#fff}.add-blog-page .preview-header .MuiIconButton-root:hover{background:#ffffff1a}.add-blog-page .preview-body{padding:24px;background:#fafbfc}.add-blog-page .preview-body .preview-img-full{width:100%;max-height:400px;object-fit:cover;border-radius:12px;margin-bottom:24px;box-shadow:0 4px 20px #0000001a}.add-blog-page .preview-body .preview-title{font-size:1.8rem;font-weight:700;margin-bottom:16px;color:#2c3e50}.add-blog-page .preview-body .preview-meta{display:flex;gap:16px;align-items:center;margin-bottom:20px;flex-wrap:wrap}.add-blog-page .preview-body .preview-meta .preview-category{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.add-blog-page .preview-body .preview-meta .MuiTypography-caption{color:#6c757d}.add-blog-page .preview-body .preview-excerpt{font-style:italic;color:#6c757d;padding:16px;background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:24px}.add-blog-page .preview-body .preview-content-text{margin-top:24px;font-family:Georgia,serif;line-height:1.8;color:#4a5568}.add-blog-page .preview-body .preview-content-text h1,.add-blog-page .preview-body .preview-content-text h2,.add-blog-page .preview-body .preview-content-text h3,.add-blog-page .preview-body .preview-content-text h4,.add-blog-page .preview-body .preview-content-text h5,.add-blog-page .preview-body .preview-content-text h6{margin:1.5em 0 .5em;color:#2c3e50}.add-blog-page .preview-body .preview-content-text p{margin:0 0 1em}.add-blog-page .preview-body .preview-content-text img{max-width:100%;border-radius:8px;margin:1em 0;display:block}.add-blog-page .preview-body .preview-content-text blockquote{border-left:4px solid #667eea;padding:.5em 1em;background:#f8f9fa;font-style:italic}.add-blog-page .preview-body .preview-content-text ul,.add-blog-page .preview-body .preview-content-text ol{padding-left:2em}.add-blog-page .preview-actions{padding:16px 24px;gap:12px;border-top:1px solid #e0e0e0}.add-blog-page .preview-actions .MuiButton-root{padding:8px 24px;border-radius:12px;text-transform:none;font-weight:600}.add-blog-page .preview-actions .MuiButton-root.MuiButton-contained{background:linear-gradient(135deg,#667eea,#764ba2)}.add-blog-page .preview-actions .MuiButton-root.MuiButton-contained:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.add-blog-page .MuiSnackbar-root .MuiAlert-root{border-radius:12px;font-weight:500;box-shadow:0 8px 24px #00000026}.add-blog-page .MuiSnackbar-root .MuiAlert-root.MuiAlert-standardSuccess{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.add-blog-page .MuiSnackbar-root .MuiAlert-root.MuiAlert-standardSuccess .MuiAlert-icon{color:#fff}.add-blog-page .MuiSnackbar-root .MuiAlert-root.MuiAlert-standardError{background:linear-gradient(135deg,#f44336,#e53935);color:#fff}.add-blog-page .MuiSnackbar-root .MuiAlert-root.MuiAlert-standardError .MuiAlert-icon{color:#fff}@keyframes loadingShine{0%{background-position:0% 0%}to{background-position:200% 0%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.form-card,.sidebar-card{animation:fadeInUp .5s ease-out;animation-fill-mode:both}.form-card:nth-child(1),.sidebar-card:nth-child(1){animation-delay:.08s}.form-card:nth-child(2),.sidebar-card:nth-child(2){animation-delay:.16s}.form-card:nth-child(3),.sidebar-card:nth-child(3){animation-delay:.24s}.form-card:nth-child(4),.sidebar-card:nth-child(4){animation-delay:.32s}.form-card:nth-child(5),.sidebar-card:nth-child(5){animation-delay:.4s}.form-card:nth-child(6),.sidebar-card:nth-child(6){animation-delay:.48s}.form-card:nth-child(7),.sidebar-card:nth-child(7){animation-delay:.56s}.form-card:nth-child(8),.sidebar-card:nth-child(8){animation-delay:.64s}.form-card:nth-child(9),.sidebar-card:nth-child(9){animation-delay:.72s}.form-card:nth-child(10),.sidebar-card:nth-child(10){animation-delay:.8s}.title-card{animation:slideInLeft .5s ease-out}@media(max-width:1200px){.add-blog-page .page-header .header-content .header-left .header-icon-wrapper{width:48px;height:48px}.add-blog-page .page-header .header-content .header-left .header-icon-wrapper .header-icon{font-size:28px}.add-blog-page .page-header .header-content .header-left .header-text .header-title{font-size:1.5rem}.add-blog-page .form-card,.add-blog-page .sidebar-card{padding:20px}}@media(max-width:992px){.add-blog-page .main-container{padding:24px 20px!important}.add-blog-page .preview-body .preview-title{font-size:1.5rem}}@media(max-width:768px){.add-blog-page .page-header{padding:16px 0}.add-blog-page .page-header .header-content{flex-direction:column;align-items:stretch}.add-blog-page .page-header .header-content .header-left{flex-direction:column;align-items:flex-start;text-align:left}.add-blog-page .page-header .header-content .header-left .header-icon-wrapper{width:44px;height:44px}.add-blog-page .page-header .header-content .header-left .header-text .header-title{font-size:1.3rem}.add-blog-page .page-header .header-content .header-actions{justify-content:stretch}.add-blog-page .page-header .header-content .header-actions .action-btn{flex:1;text-align:center}.add-blog-page .main-container{padding:20px 16px!important}.add-blog-page .form-card,.add-blog-page .sidebar-card{padding:16px;margin-bottom:20px}.add-blog-page .title-card .title-field .MuiOutlinedInput-root input{font-size:1.1rem;padding:12px}.add-blog-page .title-card .title-field .MuiOutlinedInput-root input::placeholder{font-size:1.1rem}.add-blog-page .upload-box{padding:32px 20px}.add-blog-page .upload-box .upload-icon{font-size:40px}.add-blog-page .editor-toolbar{gap:2px;padding:6px 8px}.add-blog-page .editor-toolbar .toolbar-btn{width:28px;height:28px}.add-blog-page .content-editor{min-height:300px;font-size:.9rem}.add-blog-page .tag-input-wrapper{flex-direction:column}.add-blog-page .tag-input-wrapper .MuiButton-root{width:100%}.add-blog-page .preview-body{padding:20px}.add-blog-page .preview-body .preview-title{font-size:1.3rem}.add-blog-page .preview-body .preview-excerpt{font-size:.9rem;padding:12px}.add-blog-page .preview-actions{padding:12px 20px;flex-direction:column;gap:8px}.add-blog-page .preview-actions .MuiButton-root{width:100%}}@media(max-width:480px){.add-blog-page .main-container{padding:16px!important}.add-blog-page .form-card,.add-blog-page .sidebar-card{padding:14px}.add-blog-page .title-tips .tips-list caption{font-size:.65rem}.add-blog-page .popular-wrapper{gap:6px}.add-blog-page .popular-wrapper .popular-tag{font-size:.7rem}.add-blog-page .editor-hint{font-size:.6rem}}@media(prefers-color-scheme:dark){.add-blog-page{background:linear-gradient(135deg,#1a1a2e,#16213e)}.add-blog-page .page-header{background:#0f3460;border-bottom-color:#ffffff0d}.add-blog-page .page-header .header-left .header-icon-wrapper{background:#90a4ff26}.add-blog-page .page-header .header-left .header-text .header-title{background:linear-gradient(135deg,#90a4ff,#764ba2);-webkit-background-clip:text}.add-blog-page .page-header .header-left .header-text .header-subtitle{color:#adb5bd}.add-blog-page .page-header .header-actions .action-btn.back-btn{border-color:#fff3;color:#e0e0e0}.add-blog-page .page-header .header-actions .action-btn.back-btn:hover{border-color:#90a4ff;color:#90a4ff}.add-blog-page .page-header .header-actions .action-btn.draft-btn{border-color:#ff9800;color:#ff9800}.add-blog-page .form-card,.add-blog-page .sidebar-card{background:#0f3460;border-color:#ffffff0d}.add-blog-page .form-card .card-header,.add-blog-page .sidebar-card .card-header{border-bottom-color:#ffffff1a}.add-blog-page .form-card .card-header .header-badge h6,.add-blog-page .sidebar-card .card-header .header-badge h6{color:#e0e0e0}.add-blog-page .form-card .MuiTextField-root .MuiInputBase-root,.add-blog-page .sidebar-card .MuiTextField-root .MuiInputBase-root{color:#e0e0e0;background:#0003}.add-blog-page .form-card .MuiTextField-root .MuiInputBase-root fieldset,.add-blog-page .sidebar-card .MuiTextField-root .MuiInputBase-root fieldset{border-color:#ffffff1a}.add-blog-page .form-card .MuiTextField-root .MuiInputBase-root:hover fieldset,.add-blog-page .sidebar-card .MuiTextField-root .MuiInputBase-root:hover fieldset,.add-blog-page .form-card .MuiTextField-root .MuiInputBase-root.Mui-focused fieldset,.add-blog-page .sidebar-card .MuiTextField-root .MuiInputBase-root.Mui-focused fieldset{border-color:#90a4ff}.add-blog-page .form-card .MuiTextField-root .MuiInputLabel-root,.add-blog-page .sidebar-card .MuiTextField-root .MuiInputLabel-root{color:#adb5bd}.add-blog-page .form-card .MuiTextField-root .MuiInputLabel-root.Mui-focused,.add-blog-page .sidebar-card .MuiTextField-root .MuiInputLabel-root.Mui-focused{color:#90a4ff}.add-blog-page .form-card .MuiSelect-root,.add-blog-page .sidebar-card .MuiSelect-root,.add-blog-page .form-card .MuiFormLabel-root,.add-blog-page .sidebar-card .MuiFormLabel-root{color:#e0e0e0}.add-blog-page .title-card{background:linear-gradient(135deg,#0f3460,#1a2a4a)}.add-blog-page .upload-box{background:#0003;border-color:#ffffff1a}.add-blog-page .upload-box .upload-icon{color:#90a4ff}.add-blog-page .upload-box p{color:#e0e0e0}.add-blog-page .editor-toolbar{background:#0003;border-color:#ffffff1a}.add-blog-page .editor-toolbar .toolbar-btn{color:#adb5bd}.add-blog-page .editor-toolbar .toolbar-btn:hover{background:#90a4ff1a;color:#90a4ff}.add-blog-page .content-editor{background:#0003;border-color:#ffffff1a;color:#e0e0e0}.add-blog-page .content-editor h1,.add-blog-page .content-editor h2,.add-blog-page .content-editor h3,.add-blog-page .content-editor h4,.add-blog-page .content-editor h5,.add-blog-page .content-editor h6{color:#e0e0e0}.add-blog-page .content-editor blockquote{background:#0000004d;color:#adb5bd}.add-blog-page .content-editor pre{background:#1e1e1e}.add-blog-page .content-editor code{background:#0000004d;color:#e83e8c}.add-blog-page .content-editor a{color:#90a4ff}.add-blog-page .content-editor table th,.add-blog-page .content-editor table td{border-color:#ffffff1a}.add-blog-page .content-editor table th{background:#0000004d}.add-blog-page .content-editor table tr:nth-child(2n){background:#0003}.add-blog-page .content-editor hr{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.add-blog-page .editor-hint{background:#0003;color:#adb5bd}.add-blog-page .popular-tag{background:#0000004d;color:#e0e0e0;border:1px solid rgba(255,255,255,.1)}.add-blog-page .popular-tag:hover{background:linear-gradient(135deg,#90a4ff,#764ba2);color:#fff}.add-blog-page .preview-body{background:#0f3460}.add-blog-page .preview-body .preview-title{color:#e0e0e0}.add-blog-page .preview-body .preview-excerpt{background:#0003;color:#adb5bd}.add-blog-page .preview-body .preview-content-text,.add-blog-page .preview-body .preview-content-text h1,.add-blog-page .preview-body .preview-content-text h2,.add-blog-page .preview-body .preview-content-text h3,.add-blog-page .preview-body .preview-content-text h4,.add-blog-page .preview-body .preview-content-text h5,.add-blog-page .preview-body .preview-content-text h6{color:#e0e0e0}.add-blog-page .preview-body .preview-content-text blockquote{background:#0003}.add-blog-page .preview-actions{border-top-color:#ffffff1a}}@media print{.add-blog-page{background:#fff;padding:0}.add-blog-page .loading-bar,.add-blog-page .page-header,.add-blog-page .sidebar-card,.add-blog-page .editor-toolbar,.add-blog-page .editor-hint,.add-blog-page .preview-header,.add-blog-page .preview-actions,.add-blog-page .MuiSnackbar-root,.add-blog-page .header-actions{display:none!important}.add-blog-page .main-container{padding:0!important}.add-blog-page .form-card,.add-blog-page .title-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd;background:#fff;margin-bottom:20px}.add-blog-page .upload-box{border:1px solid #ddd}.add-blog-page .content-editor{border:1px solid #ddd;min-height:auto}}.category-select-wrapper{display:flex;align-items:center;gap:12px}.category-select-wrapper .MuiFormControl-root{flex:1}.category-select-wrapper .add-category-btn{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:10px;transition:all .3s ease}.category-select-wrapper .add-category-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66;background:linear-gradient(135deg,#5a6fd6,#6a4292)}.category-dialog .category-dialog-title{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 24px}.category-dialog .category-dialog-title .dialog-title-content{display:flex;align-items:center;gap:12px}.category-dialog .category-dialog-title .dialog-title-content .dialog-icon{font-size:28px;color:#fff}.category-dialog .category-dialog-title .dialog-title-content h6{font-weight:600;margin:0;color:#fff}.category-dialog .category-dialog-title .MuiIconButton-root{color:#fff}.category-dialog .category-dialog-title .MuiIconButton-root:hover{background:#ffffff1a}.category-dialog .category-form{padding:8px 0}.category-dialog .category-form .MuiTextField-root{margin-bottom:16px}.category-dialog .category-dialog-actions{padding:16px 24px;gap:12px}.category-dialog .category-dialog-actions .cancel-btn{color:#6c757d}.category-dialog .category-dialog-actions .cancel-btn:hover{background:#6c757d1a}.category-dialog .category-dialog-actions .add-category-btn{background:linear-gradient(135deg,#667eea,#764ba2)}.category-dialog .category-dialog-actions .add-category-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.category-dialog .category-dialog-actions .add-category-btn:disabled{background:#ccc}@media(prefers-color-scheme:dark){.category-dialog .category-form .MuiTextField-root .MuiOutlinedInput-root{color:#e0e0e0}.category-dialog .category-form .MuiTextField-root .MuiOutlinedInput-root fieldset{border-color:#ffffff1a}.category-dialog .category-form .MuiTextField-root .MuiOutlinedInput-root:hover fieldset{border-color:#90a4ff}.category-dialog .category-form .MuiTextField-root .MuiInputLabel-root{color:#adb5bd}}@media(max-width:768px){.category-select-wrapper .add-category-btn{width:36px;height:36px}.category-dialog .category-dialog-title{padding:12px 16px}.category-dialog .category-dialog-title .dialog-title-content .dialog-icon{font-size:24px}}.tag-input-wrapper{display:flex;gap:12px;margin-bottom:16px;align-items:center}.tag-input-wrapper .MuiTextField-root{flex:1}.tag-input-wrapper .MuiButton-root{background:linear-gradient(135deg,#667eea,#764ba2);white-space:nowrap;border-radius:10px;text-transform:none;box-shadow:0 2px 8px #667eea4d;min-width:80px}.tag-input-wrapper .MuiButton-root:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.tag-input-wrapper .add-tag-btn{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:10px;transition:all .3s ease}.tag-input-wrapper .add-tag-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66;background:linear-gradient(135deg,#5a6fd6,#6a4292)}.tag-dialog .tag-dialog-title{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 24px}.tag-dialog .tag-dialog-title .dialog-title-content{display:flex;align-items:center;gap:12px}.tag-dialog .tag-dialog-title .dialog-title-content .dialog-icon{font-size:28px;color:#fff}.tag-dialog .tag-dialog-title .dialog-title-content h6{font-weight:600;margin:0;color:#fff}.tag-dialog .tag-dialog-title .MuiIconButton-root{color:#fff}.tag-dialog .tag-dialog-title .MuiIconButton-root:hover{background:#ffffff1a}.tag-dialog .tag-form{padding:8px 0}.tag-dialog .tag-form .MuiTextField-root{margin-bottom:16px}.tag-dialog .tag-dialog-actions{padding:16px 24px;gap:12px}.tag-dialog .tag-dialog-actions .cancel-btn{color:#6c757d}.tag-dialog .tag-dialog-actions .cancel-btn:hover{background:#6c757d1a}.tag-dialog .tag-dialog-actions .add-tag-btn{background:linear-gradient(135deg,#667eea,#764ba2)}.tag-dialog .tag-dialog-actions .add-tag-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.tag-dialog .tag-dialog-actions .add-tag-btn:disabled{background:#ccc}@media(max-width:768px){.tag-input-wrapper{flex-wrap:wrap}.tag-input-wrapper .MuiTextField-root{width:100%;flex:auto}.tag-input-wrapper .MuiButton-root{flex:1}.tag-input-wrapper .add-tag-btn{width:40px;height:40px;flex:0 0 auto}.tag-dialog .tag-dialog-title{padding:12px 16px}.tag-dialog .tag-dialog-title .dialog-title-content .dialog-icon{font-size:24px}}@media(prefers-color-scheme:dark){.tag-dialog .tag-form .MuiTextField-root .MuiOutlinedInput-root{color:#e0e0e0}.tag-dialog .tag-form .MuiTextField-root .MuiOutlinedInput-root fieldset{border-color:#ffffff1a}.tag-dialog .tag-form .MuiTextField-root .MuiOutlinedInput-root:hover fieldset{border-color:#90a4ff}.tag-dialog .tag-form .MuiTextField-root .MuiInputLabel-root{color:#adb5bd}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}:root{--primary-color: #1a4d8c;--primary-light: #2a6bb0;--primary-dark: #0d3a73;--secondary-color: #ff7e5f;--secondary-light: #ff9e87;--secondary-dark: #c85c3a;--bg-default: #f8f9fa;--bg-paper: #ffffff;--text-primary: #212529;--text-secondary: #6c757d;--text-disabled: #adb5bd;--border-color: #dee2e6;--divider-color: #e9ecef;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .15)}[data-theme=dark]{--primary-color: #4dabf5;--primary-light: #80c8ff;--primary-dark: #0081cb;--secondary-color: #ffab91;--secondary-light: #ffddc1;--secondary-dark: #c97b63;--bg-default: #121212;--bg-paper: #1e1e1e;--text-primary: #ffffff;--text-secondary: #b0bec5;--text-disabled: #757575;--border-color: #424242;--divider-color: #303030;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .3)}.theme-transition{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.bg-default{background-color:var(--bg-default)}.bg-paper{background-color:var(--bg-paper)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.border-color{border-color:var(--border-color)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#212529}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#e9ecef;border-radius:4px}::-webkit-scrollbar-thumb{background:#adb5bd;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6c757d}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.card-hover{transition:transform .2s ease,box-shadow .2s ease}.card-hover:hover{transform:translateY(-2px);box-shadow:0 10px 15px #0000001a}.app-container{display:flex;min-height:100vh}.main-content{flex:1;display:flex;flex-direction:column;transition:margin-left .3s ease}.main-content.sidebar-collapsed{margin-left:-208px}.content-wrapper{flex:1;padding:24px;margin-top:64px;overflow-y:auto}@media(min-width:600px){.content-wrapper{padding:32px}}.fade-in{animation:fadeIn .3s ease-in-out}.slide-up{animation:slideUp .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media print{.no-print{display:none!important}body{background:#fff!important}.content-wrapper{margin:0!important;padding:0!important}}
