.app{display:flex;flex-direction:column;min-height:100vh;position:relative;isolation:isolate}.app-main{flex:1 0 auto;position:relative;z-index:1}.app-main.fluid-layout{max-width:100%}*{box-sizing:border-box;margin:0;padding:0;font-family:-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}:root{--color-primary: #1f6feb;--color-primary-hover: #0969da;--color-primary-light: #ddf4ff;--color-primary-dark: #1158c7;--color-secondary: #6366f1;--color-success: #22c55e;--color-success-light: #dcfce7;--color-warning: #f59e0b;--color-warning-light: #fef3c7;--color-danger: #ef4444;--color-danger-light: #fee2e2;--color-text-primary: #0f172a;--color-text-secondary: #64748b;--color-text-tertiary: #94a3b8;--color-bg-primary: #ffffff;--color-bg-secondary: #f8fafc;--color-bg-tertiary: #f1f5f9;--color-border: #e2e8f0;--color-border-hover: #cbd5e1;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--z-negative: -1;--z-normal: 1;--z-navbar: 100;--z-dropdown: 200;--z-drawer: 300;--z-modal: 400;--z-toast: 500}html[data-theme=dark]{--color-primary: #60a5fa;--color-primary-hover: #3b82f6;--color-primary-light: rgba(96, 165, 250, .18);--color-primary-dark: #93c5fd;--color-secondary: #a78bfa;--color-success: #4ade80;--color-success-light: rgba(74, 222, 128, .18);--color-warning: #fbbf24;--color-warning-light: rgba(251, 191, 36, .18);--color-danger: #f87171;--color-danger-light: rgba(248, 113, 113, .18);--color-text-primary: #e2e8f0;--color-text-secondary: #cbd5e1;--color-text-tertiary: #94a3b8;--color-bg-primary: #0f172a;--color-bg-secondary: #111827;--color-bg-tertiary: #020617;--color-border: #334155;--color-border-hover: #475569;color-scheme:dark}body{background:var(--color-bg-tertiary);color:var(--color-text-primary);line-height:1.6;transition:background-color .25s ease,color .25s ease,background .25s ease}html[data-theme=dark] body{background:radial-gradient(circle at top,#2563eb33,#0f172a00 34%),linear-gradient(180deg,#020617,#0f172a)}html,body{width:100%;overflow-x:hidden;overscroll-behavior-x:none}@media (max-width: 768px){body{touch-action:pan-y}}img,video,canvas{max-width:100%;height:auto}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}svg{max-width:100%;height:auto}button,input,select,textarea{max-width:100%}.app{min-height:100vh;display:flex;flex-direction:column;transition:background-color .25s ease,color .25s ease}.app-main{flex:1;max-width:1200px;width:100%;margin:0 auto;position:relative;z-index:auto;transition:color .25s ease}h1{font-size:2rem;font-weight:700;margin-bottom:var(--spacing-md);color:var(--color-text-primary);line-height:1.2}h2{font-size:1.5rem;font-weight:600;margin-bottom:var(--spacing-md);color:var(--color-text-primary)}h3{font-size:1.125rem;font-weight:600;margin-bottom:var(--spacing-sm);color:var(--color-text-primary)}p{margin-bottom:var(--spacing-sm);color:var(--color-text-secondary)}a,button,input,select,textarea{transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:var(--spacing-md);margin-top:var(--spacing-lg)}.button-primary{background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-lg);padding:.75rem 1.5rem;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s ease;box-shadow:var(--shadow-sm)}.button-primary:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.button-primary:active{transform:translateY(0)}.button-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.button-secondary{background:var(--color-bg-primary);color:var(--color-text-primary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.75rem 1.5rem;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s ease}.button-secondary:hover{border-color:var(--color-border-hover);background:var(--color-bg-secondary)}.input,.select{border-radius:var(--radius-md);border:1px solid var(--color-border);padding:.625rem .875rem;width:100%;font-size:.95rem;transition:all .2s ease;background:var(--color-bg-primary);color:var(--color-text-primary)}.input:focus,.select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.input::placeholder{color:var(--color-text-tertiary)}.badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge-success{background:var(--color-success-light);color:#166534}.badge-warning{background:var(--color-warning-light);color:#92400e}.badge-primary{background:var(--color-primary-light);color:#0c4a6e}.loading{display:inline-block;width:1.5rem;height:1.5rem;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:9999}.text-center{text-align:center}.text-muted{color:var(--color-text-secondary)}.text-small{font-size:.875rem}.mt-1{margin-top:var(--spacing-sm)}.mt-2{margin-top:var(--spacing-md)}.mt-3{margin-top:var(--spacing-lg)}.mb-1{margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:var(--spacing-md)}.mb-3{margin-bottom:var(--spacing-lg)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:var(--spacing-sm)}.gap-2{gap:var(--spacing-md)}.gap-3{gap:var(--spacing-lg)}@media (max-width: 768px){.app-main{padding:var(--spacing-md) var(--spacing-sm) 2rem}h1{font-size:1.5rem}h2{font-size:1.25rem}.cards-grid{grid-template-columns:1fr}}@media (max-width: 425px){.app-main{padding:.75rem .75rem 2rem}h1{font-size:1.35rem}h2{font-size:1.15rem}h3{font-size:1rem}p{font-size:.95rem}.button-primary,.button-secondary{padding:.625rem 1rem;font-size:.9rem}.cards-grid{gap:var(--spacing-sm)}}@media (max-width: 375px){.app-main{padding:.65rem .65rem 1.5rem}h1{font-size:1.25rem}h2{font-size:1.05rem}p{font-size:.92rem}.button-primary,.button-secondary{padding:.55rem .9rem;font-size:.88rem}}@media (max-width: 360px){.app-main{padding:.6rem .6rem 1.25rem}h1{font-size:1.2rem}h2{font-size:1rem}}@media (max-width: 320px){.app-main{padding:.5rem .5rem 1.25rem}h1{font-size:1.1rem}h2{font-size:.95rem}}html[data-theme=dark] input:not([type=range]),html[data-theme=dark] select,html[data-theme=dark] textarea{background-color:#1e293b!important;color:#e2e8f0!important;border-color:#334155!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#64748b!important}html[data-theme=dark] input:focus,html[data-theme=dark] select:focus,html[data-theme=dark] textarea:focus{border-color:#60a5fa!important;box-shadow:0 0 0 3px #60a5fa33!important}html[data-theme=dark] table{background:#111827;color:#e2e8f0}html[data-theme=dark] th{background:#1e293b;color:#cbd5e1;border-color:#334155}html[data-theme=dark] td{border-color:#1e293b}html[data-theme=dark] tr:nth-child(2n){background:#1e293b80}html[data-theme=dark] .badge-success{background:#4ade802e;color:#4ade80}html[data-theme=dark] .badge-warning{background:#fbbf242e;color:#fbbf24}html[data-theme=dark] .badge-primary{background:#60a5fa2e;color:#93c5fd}html[data-theme=dark] ::-webkit-scrollbar{width:6px;height:6px}html[data-theme=dark] ::-webkit-scrollbar-track{background:#0f172a}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#334155;border-radius:999px}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#475569}html[data-theme=dark] .filters-sidebar{background:linear-gradient(180deg,#1e293b,#0f172a)!important;border-color:#334155!important;box-shadow:0 10px 24px #02061773!important}html[data-theme=dark] .sidebar-header{border-bottom-color:#334155!important}html[data-theme=dark] .sidebar-title{color:#e2e8f0!important}html[data-theme=dark] .clear-all-btn{background:#2563eb2e!important;border-color:#60a5fa59!important;color:#93c5fd!important}html[data-theme=dark] .filter-section{background:#1e293b!important;border-color:#334155!important}html[data-theme=dark] .section-toggle{background:linear-gradient(180deg,#1e293b,#172135)!important;color:#cbd5e1!important}html[data-theme=dark] .section-toggle:hover{background:#263248!important;color:#93c5fd!important}html[data-theme=dark] .toggle-icon{color:#94a3b8!important}html[data-theme=dark] .filter-search-input{background:#0f172a!important;border-color:#334155!important;color:#e2e8f0!important}html[data-theme=dark] .filter-search-input::placeholder{color:#64748b!important}html[data-theme=dark] .filter-radio{color:#cbd5e1!important}html[data-theme=dark] .filter-radio:hover{background:#263248!important;color:#93c5fd!important}html[data-theme=dark] .rating-text{color:#94a3b8!important}html[data-theme=dark] .star-icon--empty,html[data-theme=dark] .star-icon--half{color:#475569!important}html[data-theme=dark] .price-slider-track{background:#334155!important}html[data-theme=dark] .price-separator{color:#64748b!important}html[data-theme=dark] .price-input-group label{color:#94a3b8!important}html[data-theme=dark] .results-header h1{color:#e2e8f0!important}html[data-theme=dark] .results-count,html[data-theme=dark] .sort-controls label,html[data-theme=dark] .per-page-control label{color:#94a3b8!important}html[data-theme=dark] .sort-controls select,html[data-theme=dark] .per-page-control select{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}html[data-theme=dark] .filter-tag{background:#2563eb38!important;color:#93c5fd!important}html[data-theme=dark] .pagination{background:#1e293b!important;box-shadow:0 1px 3px #0206174d!important}html[data-theme=dark] .pagination-info{color:#94a3b8!important}html[data-theme=dark] .pagination-btn{background:#1e293b!important;border-color:#334155!important;color:#cbd5e1!important}html[data-theme=dark] .pagination-btn:hover:not(:disabled){background:#263248!important;border-color:#60a5fa!important;color:#60a5fa!important}html[data-theme=dark] .pagination-btn.active{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important}html[data-theme=dark] .auth-page{background:linear-gradient(135deg,#0f172a,#1e293b)!important}html[data-theme=dark] .auth-container{background:#1e293b!important;box-shadow:0 4px 20px #02061780!important;border:1px solid #334155!important}html[data-theme=dark] .auth-header h1{color:#e2e8f0!important}html[data-theme=dark] .auth-subtitle{color:#94a3b8!important}html[data-theme=dark] .form-group label{color:#cbd5e1!important}html[data-theme=dark] .form-input{background:#0f172a!important;border-color:#334155!important;color:#e2e8f0!important}html[data-theme=dark] .form-input::placeholder{color:#64748b!important}html[data-theme=dark] .session-active{background:#0f172a!important;border-color:#334155!important}html[data-theme=dark] .session-active__text{color:#e2e8f0!important}html[data-theme=dark] .btn-ghost{border-color:#475569!important;color:#e2e8f0!important}html[data-theme=dark] .btn-ghost:hover{background:#334155!important}html[data-theme=dark] .register-link{color:#94a3b8!important}html[data-theme=dark] .how-it-works{background:linear-gradient(135deg,#0f172a,#111827 48%,#0c1a2e)!important;border-color:#33415599!important}html[data-theme=dark] .section-title--compact{color:#e2e8f0!important}html[data-theme=dark] .step-icon--large{background:linear-gradient(135deg,#1e293bf2,#0f172ae0)!important;border-color:#334155e6!important}html[data-theme=dark] .category-card{background:#1e293b!important;border-color:#334155!important}html[data-theme=dark] .category-card:hover{border-color:#60a5fa!important}html[data-theme=dark] .category-icon-shell{background:linear-gradient(135deg,#1e293bf2,#0f172ad9)!important;border-color:#475569b3!important}html[data-theme=dark] .service-card{background:linear-gradient(180deg,#0f172afa,#111827fa)!important;border-color:#475569d1!important;box-shadow:0 24px 40px #02061773!important}html[data-theme=dark] .service-card .professional-section{background:#0f172ac2!important;border-color:#475569c7!important}html[data-theme=dark] .service-card .card-action-btn{background:#0f172aeb!important;border-color:#475569e0!important}html[data-theme=dark] .service-card .meta-item{background:#0f172ad6!important;border-color:#475569d1!important}html[data-theme=dark] .service-card .meta-item.price{background:linear-gradient(180deg,#1e293bf5,#1e40af47)!important;border-color:#60a5fa57!important}html[data-theme=dark] .service-card .meta-item.price .meta-label{color:#93c5fd!important}html[data-theme=dark] .service-card .meta-item.price .meta-value{color:#dbeafe!important}html[data-theme=dark] .service-card .slot-btn{background:#111827!important;border-color:#60a5fa73!important;color:#93c5fd!important}html[data-theme=dark] .service-card .slot-btn:hover{background:#2563eb!important;color:#fff!important}html[data-theme=dark] .service-card .review-tag{background:#0f172af0!important;color:#cbd5e1!important;border-color:#475569d1!important}html[data-theme=dark] .service-card .reviews-placeholder{background:#0f172ad1!important;border-color:#475569d1!important;color:#94a3b8!important}html[data-theme=dark] .service-card .professional-specialty{color:#93c5fd!important}html[data-theme=dark] .service-card .professional-location,html[data-theme=dark] .service-card .service-description,html[data-theme=dark] .service-card .availability-label,html[data-theme=dark] .service-card .availability-loading,html[data-theme=dark] .service-card .meta-label{color:#94a3b8!important}html[data-theme=dark] .mobile-filters-btn{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}html[data-theme=dark] .mobile-close-btn{color:#94a3b8!important}html[data-theme=dark] .filter-empty-state{color:#64748b!important}html[data-theme=dark] label{color:var(--color-text-secondary)}html[data-theme=dark] .results-header,html[data-theme=dark] .results-title-row h1{color:#e2e8f0!important}html[data-theme=dark] .header-controls label{color:#94a3b8!important}html[data-theme=dark] .header-controls select{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}html[data-theme=dark] .active-filters .filter-tag{background:#2563eb38!important;color:#93c5fd!important}html[data-theme=dark] .active-filters .filter-tag button{color:#93c5fd!important}html[data-theme=dark] .empty-state,html[data-theme=dark] .empty-state h3{color:#e2e8f0!important}html[data-theme=dark] .empty-state p{color:#94a3b8!important}html[data-theme=dark] .service-card:not(.service-list-view .service-card),html[data-theme=dark] .modal-container,html[data-theme=dark] .request-card,html[data-theme=dark] .review-card,html[data-theme=dark] .bookings-section .booking-card,html[data-theme=dark] .appointment-card,html[data-theme=dark] .earnings-card,html[data-theme=dark] .profile-card,html[data-theme=dark] .tab-content,html[data-theme=dark] .profile-section,html[data-theme=dark] .form-section{background:#111827!important;color:#e2e8f0!important;border-color:#334155!important}html[data-theme=dark] .professional-dashboard .service-card{background:#111827!important;border-color:#334155!important;box-shadow:0 2px 8px #0206174d!important}html[data-theme=dark] .btn-copy-link,html[data-theme=dark] .btn-qr{background:#1e293b!important;border-color:#334155!important;color:#cbd5e1!important}html[data-theme=dark] .btn-copy-link:hover,html[data-theme=dark] .btn-qr:hover{background:#263248!important}html[data-theme=dark] .modal-overlay{background:#020617b3!important}html[data-theme=dark] .modal-container{background:#0f172a!important;box-shadow:0 24px 48px #02061780!important}html[data-theme=dark] .modal-header{border-bottom-color:#334155!important}html[data-theme=dark] .modal-footer{border-top-color:#334155!important}html[data-theme=dark] .profile-tabs{background:#111827!important;border-color:#334155!important}html[data-theme=dark] .profile-tab{color:#94a3b8!important}html[data-theme=dark] .profile-tab.active,html[data-theme=dark] .profile-tab:hover{color:#60a5fa!important;background:#2563eb1f!important}html[data-theme=dark] .tab-panel,html[data-theme=dark] .tab-content{background:#111827!important}html[data-theme=dark] .earnings-summary,html[data-theme=dark] .earnings-overview{background:#111827!important;border-color:#334155!important}html[data-theme=dark] .appointment-card{background:#111827!important}html[data-theme=dark] .appointment-header,html[data-theme=dark] .appointment-details{color:#e2e8f0!important}html[data-theme=dark] .status-badge{color:inherit!important}html[data-theme=dark] .reviews-container,html[data-theme=dark] .review-card,html[data-theme=dark] .requests-container,html[data-theme=dark] .request-card{background:#111827!important;border-color:#334155!important}html[data-theme=dark] .warning-box,html[data-theme=dark] .info-box{background:#fbbf241a!important;border-color:#fbbf2440!important;color:#fbbf24!important}html[data-theme=dark] .professional-dashboard h1,html[data-theme=dark] .professional-dashboard h2,html[data-theme=dark] .professional-dashboard h3{color:#e2e8f0!important}html[data-theme=dark] .professional-dashboard p{color:#cbd5e1!important}html[data-theme=dark] .professional-dashboard .text-muted,html[data-theme=dark] .professional-dashboard .text-secondary{color:#94a3b8!important}html[data-theme=dark] .booking-card,html[data-theme=dark] .stat-card{background:#111827!important;color:#e2e8f0!important;border-color:#334155!important;box-shadow:0 2px 8px #02061740!important}html[data-theme=dark] .tab{background:#1e293b!important;border-color:#334155!important;color:#cbd5e1!important}html[data-theme=dark] .tab.active,html[data-theme=dark] .tab:hover{background:#2563eb2e!important;border-color:#60a5fa!important;color:#60a5fa!important}html[data-theme=dark] .search-box,html[data-theme=dark] .filter-select{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}html[data-theme=dark] .profile-data-section{background:#111827!important;border:1px solid #334155!important}html[data-theme=dark] .profile-data-section .tabs{background:#0f172a!important;border-bottom-color:#334155!important}html[data-theme=dark] .profile-data-section .tab-button:hover{background:#2563eb24!important}html[data-theme=dark] .profile-data-section .tab-button.active{background:#0f172aeb!important}html[data-theme=dark] .profile-data-section .button-secondary{background:#0f172a!important;color:#93c5fd!important;border-color:#60a5fa!important}html[data-theme=dark] .profile-data-section .button-secondary:hover{background:#2563eb24!important}html[data-theme=dark] .profile-data-section .checkbox-field{background:#0f172a!important;border-color:#334155!important}html[data-theme=dark] .profile-data-section .city-after-commune label,html[data-theme=dark] .profile-data-section .field-hint{color:#94a3b8!important}html[data-theme=dark] .profile-data-section .info-box-success{background:#10b9811f!important;border-color:#10b9814d!important}html[data-theme=dark] .profile-data-section .info-box-warning{background:#fbbf241f!important;border-color:#fbbf244d!important}html[data-theme=dark] .earnings-section .earnings-summary,html[data-theme=dark] .earnings-section .comparison-section{background:#111827!important;border:1px solid #334155!important;box-shadow:0 18px 40px #0206173d!important}html[data-theme=dark] .earnings-section .earning-card,html[data-theme=dark] .earnings-section .comparison-item,html[data-theme=dark] .earnings-section .stats-grid,html[data-theme=dark] .earnings-section .card-icon{background:#0f172a!important;border-color:#334155!important}html[data-theme=dark] .earnings-section .commission-info{background:linear-gradient(135deg,#78350f4d,#451a0373)!important;border-color:#fbbf2457!important}html[data-theme=dark] .earnings-section .info-title,html[data-theme=dark] .earnings-section .payment-label,html[data-theme=dark] .earnings-section .payment-date,html[data-theme=dark] .earnings-section .payment-amount{color:#fde68a!important}html[data-theme=dark] .earnings-section .info-content p,html[data-theme=dark] .earnings-section .commission-example li{color:#fef3c7!important}html[data-theme=dark] .earnings-section .commission-example,html[data-theme=dark] .earnings-section .next-payment,html[data-theme=dark] .earnings-section .notice-endpoints{background:#0f172a94!important}html[data-theme=dark] .earnings-section .card-value.pending{color:#67e8f9!important}html[data-theme=dark] .earnings-section .demo-notice{background:linear-gradient(135deg,#1e40af42,#0f172aeb)!important;border-color:#60a5fa47!important}html[data-theme=dark] .earnings-section .notice-title,html[data-theme=dark] .earnings-section .notice-text,html[data-theme=dark] .earnings-section .notice-endpoints code{color:#bfdbfe!important}html[data-theme=dark] .appointments-section .summary-shell,html[data-theme=dark] .appointments-section .filters-bar,html[data-theme=dark] .appointments-section .status-bar,html[data-theme=dark] .appointments-section .table-shell,html[data-theme=dark] .appointments-section .feedback-card{background:#111827!important;border-color:#334155!important;box-shadow:0 16px 36px #02061738!important}html[data-theme=dark] .appointments-section .summary-shell{background:radial-gradient(circle at top left,rgba(74,222,128,.12),transparent 32%),linear-gradient(135deg,#111827,#0f172a)!important}html[data-theme=dark] .appointments-section .summary-kicker{color:#4ade80!important}html[data-theme=dark] .appointments-section .section-title,html[data-theme=dark] .appointments-section .summary-value,html[data-theme=dark] .appointments-section .client-name,html[data-theme=dark] .appointments-section .service-cell strong,html[data-theme=dark] .appointments-section .date-cell strong,html[data-theme=dark] .appointments-section .amount-cell{color:#e2e8f0!important}html[data-theme=dark] .appointments-section .summary-text,html[data-theme=dark] .appointments-section .summary-label,html[data-theme=dark] .appointments-section .client-subtitle,html[data-theme=dark] .appointments-section .service-subtitle,html[data-theme=dark] .appointments-section .date-cell span,html[data-theme=dark] .appointments-section .channel-text{color:#94a3b8!important}html[data-theme=dark] .appointments-section .summary-card{background:#0f172ad6!important;border-color:#334155!important}html[data-theme=dark] .appointments-section .filter-btn,html[data-theme=dark] .appointments-section .status-filter-btn{background:#0f172a!important;border-color:#334155!important;color:#cbd5e1!important}html[data-theme=dark] .appointments-section .filter-btn.active,html[data-theme=dark] .appointments-section .status-filter-btn.active{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important}html[data-theme=dark] .appointments-section .search-box{background:#0f172a!important;border-color:#334155!important}html[data-theme=dark] .appointments-section .search-input{color:#e2e8f0!important}html[data-theme=dark] .appointments-section .appointments-table th{background:#172033!important;color:#94a3b8!important}html[data-theme=dark] .appointments-section .appointments-table td{border-bottom-color:#334155!important;color:#e2e8f0!important}html[data-theme=dark] .appointments-section .appointment-row:hover{background:#1e293b9e!important}html[data-theme=dark] .appointments-section .client-avatar{background:#1e293b!important;color:#93c5fd!important}html[data-theme=dark] .appointments-section .feedback-card--error{background:#7f1d1d3d!important;border-color:#f8717157!important;color:#fecaca!important}html[data-theme=dark] .appointments-section .channel-link{color:#93c5fd!important}html[data-theme=dark] .requests-section{background:#111827!important;border:1px solid #334155!important}html[data-theme=dark] .requests-section .request-header{background:#0f172a!important;border-bottom-color:#334155!important}html[data-theme=dark] .requests-section .reason{background:#2563eb1f!important;border-left-color:#60a5fa!important;color:#cbd5e1!important}html[data-theme=dark] .reviews-content{background:#111827!important;border:1px solid #334155!important}html[data-theme=dark] .reviews-section .reviews-tabs{border-bottom-color:#334155!important}html[data-theme=dark] .reviews-section .rating-summary{background:#0f172a!important}html[data-theme=dark] .reviews-section .progress-bar{background:#334155!important}html[data-theme=dark] .reviews-section .service-icon{background:#2563eb29!important}html[data-theme=dark] .reviews-section .btn-go-appointments{color:#93c5fd!important}html[data-theme=dark] .services-management .services-count,html[data-theme=dark] .services-management .service-description,html[data-theme=dark] .services-management .meta-item,html[data-theme=dark] .services-management .empty-state p,html[data-theme=dark] .services-management .modal-close{color:#94a3b8!important}html[data-theme=dark] .services-management .service-header,html[data-theme=dark] .services-management .service-footer,html[data-theme=dark] .services-management .empty-state{background:#0f172a!important;border-color:#334155!important}html[data-theme=dark] .services-management .service-name,html[data-theme=dark] .services-management .empty-state h3,html[data-theme=dark] .services-management .modal-header h2{color:#e2e8f0!important}html[data-theme=dark] .services-management .action-btn{color:#cbd5e1!important}html[data-theme=dark] .services-management .modal-close:hover{color:#e2e8f0!important}html[data-theme=dark] .services-management .tag.category{background:#6366f129!important;color:#c7d2fe!important}html[data-theme=dark] .services-management .tag.modality{background:#10b98129!important;color:#86efac!important}html[data-theme=dark] .services-management .tag.age{background:#fbbf2429!important;color:#fde68a!important}html[data-theme=dark] .services-management .tag.gender{background:#ec489929!important;color:#f9a8d4!important}html[data-theme=dark] .professional-purchases .overview-card{background:radial-gradient(circle at top left,rgba(37,99,235,.18),transparent 40%),linear-gradient(135deg,#111827,#0f172a)!important;border-color:#334155!important}html[data-theme=dark] .professional-purchases .overview-kicker{color:#93c5fd!important}html[data-theme=dark] .professional-purchases .overview-title,html[data-theme=dark] .professional-purchases .stat-value{color:#e2e8f0!important}html[data-theme=dark] .professional-purchases .overview-text,html[data-theme=dark] .professional-purchases .stat-label{color:#94a3b8!important}
