.timeline-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);border:1px solid #e2e8f0;overflow:hidden}.timeline-container .timeline-header{background:#fff;color:#374151;padding:16px 20px;border-bottom:3px solid #10b981;display:flex;justify-content:space-between;align-items:center}.timeline-container .timeline-header h3{margin:0;font-size:1.125rem;font-weight:600}.timeline-container .timeline-header .timeline-count{background:#f3f4f6;color:#6b7280;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.timeline-container .timeline-empty,.timeline-container .timeline-error,.timeline-container .timeline-loading{padding:40px 20px;text-align:center;color:#6b7280}.timeline-container .timeline-empty p,.timeline-container .timeline-error p,.timeline-container .timeline-loading p{margin:0;font-size:.875rem}.timeline-container .timeline-error{color:#ef4444}.timeline-container .timeline-content{padding:20px;max-height:600px;overflow-y:auto}.timeline-container .timeline-content .timeline-item{display:flex;margin-bottom:24px;position:relative}.timeline-container .timeline-content .timeline-item:last-child{margin-bottom:0}.timeline-container .timeline-content .timeline-item .timeline-marker{display:flex;flex-direction:column;align-items:center;margin-right:16px;flex-shrink:0}.timeline-container .timeline-content .timeline-item .timeline-marker .timeline-dot{width:12px;height:12px;border-radius:50%;position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.timeline-container .timeline-content .timeline-item .timeline-marker .timeline-dot .timeline-dot-inner{width:6px;height:6px;background:#fff;border-radius:50%}.timeline-container .timeline-content .timeline-item .timeline-marker .timeline-line{width:2px;height:40px;background:#e5e7eb;margin-top:4px}.timeline-container .timeline-content .timeline-item .timeline-content-item{flex:1 1;background:#f9fafb;border-radius:8px;padding:16px;border:1px solid #e5e7eb}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-header-item{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-header-item .timeline-type{display:flex;align-items:center;gap:8px}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-header-item .timeline-type .type-badge{padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-header-item .timeline-type .type-badge.project{background:#dbeafe;color:#1e40af}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-header-item .timeline-type .type-badge.task{background:#fef3c7;color:#92400e}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-header-item .timeline-type .type-badge.hours_request{background:#ede9fe;color:#5b21b6}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-header-item .timeline-type .task-title{font-size:.875rem;font-weight:500;color:#374151;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-header-item .timeline-meta{display:flex;align-items:center;gap:12px}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-header-item .timeline-meta .timeline-duration{background:#e5e7eb;color:#374151;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:600}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-header-item .timeline-meta .timeline-status{font-size:.75rem;font-weight:600;text-transform:none;color:#f59e0b}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-comment{margin-bottom:12px}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-comment p{margin:0;color:#374151;font-size:.875rem;line-height:1.5;word-wrap:break-word;font-weight:600}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-footer{display:flex;align-items:center;gap:12px;font-size:.75rem;color:#6b7280}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-footer .timeline-date{font-weight:500}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-footer .timeline-time{background:#f3f4f6;padding:2px 6px;border-radius:4px;color:#374151}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-footer .timeline-user{font-weight:500;color:#374151}@media(max-width:768px){.timeline-container .timeline-content{padding:16px}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-header-item{flex-direction:column;align-items:flex-start;gap:8px}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-header-item .timeline-meta{align-self:flex-end}.timeline-container .timeline-content .timeline-item .timeline-content-item .timeline-footer{flex-wrap:wrap;gap:8px}}:root{--color-bg-primary:rgb(255,255,248);--color-bg-secondary:rgb(235,235,225);--color-blue-primary:rgb(22,68,213);--color-blue-dark:rgb(19,38,68);--color-blue-light:rgba(139,195,222,0.54);--color-blue-light-solid:rgb(139,195,222);--color-accent-primary:rgb(225,255,103);--gradient-blue:linear-gradient(135deg,rgb(22,68,213),rgb(139,195,222));--gradient-warm:linear-gradient(135deg,rgb(255,255,248),rgb(235,235,225));--font-primary:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-secondary:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-heading:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-body:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-ui:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--blur-none:blur(0px);--blur-3xl:blur(64px);--spacing-0:0;--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--radius-sm:3px;--radius-md:4px;--radius-lg:6px;--radius-xl:8px;--radius-2xl:12px;--radius-3xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,0.25);--shadow-blue:0 4px 14px 0 rgba(22,68,213,0.15);--shadow-accent:0 4px 14px 0 rgba(225,255,103,0.15);--transition-fast:150ms ease-in-out;--transition-normal:250ms ease-in-out;--transition-slow:350ms ease-in-out;--container-max-width:1340px;--color-background-primary:rgb(255,255,248);--color-background-secondary:rgb(235,235,225);--color-primary-blue:rgb(22,68,213);--color-primary-blue-dark:rgb(19,38,68);--color-primary-blue-light:rgba(139,195,222,0.54);--color-primary-blue-light-solid:rgb(139,195,222);--color-accent-yellow-green:rgb(225,255,103);--color-accent-dark:rgb(23,28,34);--gradient-primary:linear-gradient(135deg,rgb(225,255,103),rgb(139,195,222));--gradient-primary-reverse:linear-gradient(135deg,rgb(139,195,222),rgb(225,255,103));--blur-sm:blur(4px);--blur-md:blur(8px);--blur-lg:blur(16px);--blur-xl:blur(24px);--blur-2xl:blur(40px)}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{margin:0 0 .5rem;color:#333;font-size:2rem;font-weight:700}.dashboard-header p{margin:0;color:#666;font-size:1.1rem}.dashboard-tabs{display:flex;gap:0;margin-bottom:2rem;border-bottom:1px solid rgba(139,195,222,.3);overflow-x:auto}.dashboard-tabs .tab-button{padding:1rem 1.5rem;background:rgba(0,0,0,0);border-radius:0;cursor:pointer;white-space:nowrap;transition:all .2s;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:.95rem;color:rgba(23,28,34,.7);text-transform:uppercase;letter-spacing:.5px;position:relative;border:none;border-bottom:2px solid rgba(0,0,0,0)}.dashboard-tabs .tab-button:hover{color:#171c22;background:rgba(22,68,213,.05)}.dashboard-tabs .tab-button.active{color:#1644d5;background:rgba(0,0,0,0);border-bottom:2px solid #1644d5;font-weight:600}.form-section{margin-bottom:2rem;position:relative}.form-section h3{margin:0 0 1.5rem;padding-bottom:.75rem;position:relative;color:#1f2937;font-size:1.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.form-section h3:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,rgba(139,194,222,.5294117647),rgba(225,255,103,.5254901961));border-radius:2px}.form-section h4{margin:1.5rem 0 1rem;color:#555;font-size:1.1rem;font-weight:500}.form-section .business-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}@media(min-width:1200px){.form-section .business-stats-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px)and (max-width:1199px){.form-section .business-stats-grid{grid-template-columns:repeat(2,1fr)}}.form-section .business-stats-grid .stat-card{padding:2rem 1.5rem;background:#fff;border:1px solid #e9ecef;border-radius:12px;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);position:relative;overflow:hidden}.form-section .business-stats-grid .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,rgba(139,195,222,.87),rgba(225,255,103,.86));border-radius:12px 12px 0 0}.form-section .business-stats-grid .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:rgba(139,195,222,.5)}.form-section .business-stats-grid .stat-card h3{margin:0 0 1rem;color:#1f2937;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:#1f2937;background-clip:unset;padding:0}.form-section .business-stats-grid .stat-card h3:after{display:none}.form-section .business-stats-grid .stat-card p{margin:0 0 .75rem;color:#1f2937;font-size:2.5rem;font-weight:800;line-height:1;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.form-section .business-stats-grid .stat-card small{color:#6b7280;font-size:.875rem;font-weight:500;display:block;line-height:1.4}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.form-grid,.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.9rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .2s;background:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#28a745;box-shadow:0 0 0 3px rgba(40,167,69,.1)}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed}.form-textarea{resize:vertical;min-height:100px}.form-actions{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee;display:flex;justify-content:flex-end}.message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-weight:500}.message--success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message--error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.avatar-upload-wrapper{display:inline-block;margin-bottom:.5rem}.avatar-preview{position:relative;display:inline-block;cursor:pointer;transition:all .3s ease}.avatar-preview:hover{transform:scale(1.02)}.avatar-preview:hover .avatar-upload-overlay{opacity:1}.avatar-preview.uploading{pointer-events:none;opacity:.7}.avatar-preview .avatar-image{object-fit:cover;display:block}.avatar-preview .avatar-image,.avatar-preview .avatar-placeholder{width:120px;height:120px;border-radius:12px;border:2px solid #e9ecef;box-shadow:0 4px 12px rgba(0,0,0,.1)}.avatar-preview .avatar-placeholder{background:linear-gradient(135deg,#8bc2de,#e1ff67);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.avatar-preview .avatar-upload-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.avatar-preview .avatar-upload-overlay .upload-icon{font-size:2rem;color:#fff;margin-bottom:.5rem}.avatar-preview .avatar-upload-overlay .upload-text{color:#fff;font-size:.875rem;font-weight:500;text-align:center}.avatar-section{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.avatar-section h4{margin:0 0 1rem;color:#333;font-size:1.1rem;font-weight:600}.documents-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.documents-section .documents-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1rem;padding-bottom:.75rem;position:relative}.documents-section .documents-header:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,rgba(139,194,222,.5294117647),rgba(225,255,103,.5254901961));border-radius:2px}.documents-section .documents-header h4{margin:0;padding-bottom:0;position:relative;color:#1f2937;font-size:1.5rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.documents-section .documents-header .btn-upload-documents{background:#fff;color:#8bc3de;border:2px solid rgba(139,195,222,.6);padding:.75rem 1.5rem;border-radius:3px;font-size:.9rem;font-weight:700;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;white-space:nowrap;box-shadow:0 2px 4px rgba(139,195,222,.1)}.documents-section .documents-header .btn-upload-documents:hover:not(:disabled){background:rgba(139,195,222,.1);border-color:#8bc3de;color:#8bc3de;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,195,222,.25)}.documents-section .documents-header .btn-upload-documents:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px rgba(139,195,222,.1)}.documents-section .documents-header .btn-upload-documents:disabled{opacity:.6;cursor:not-allowed;transform:none}.documents-section .documents-header .btn-upload-documents .upload-icon{font-size:1.2rem;font-weight:900;color:#8bc3de}.documents-section .documents-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.documents-section .document-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;transition:all .2s ease}.documents-section .document-item:hover{background:#f0f0f0;border-color:#dee2e6}.documents-section .document-item .document-icon{font-size:1.25rem;color:#1644d5;flex-shrink:0}.documents-section .document-item .document-link{flex:1 1;color:#333;text-decoration:none;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-section .document-item .document-link:hover{color:#1644d5;text-decoration:underline}.documents-section .document-item .document-remove{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:rgba(0,0,0,0);border:none;color:#dc3545;cursor:pointer;border-radius:4px;transition:all .2s ease;flex-shrink:0}.documents-section .document-item .document-remove:hover{background:#fee;color:#c82333}.documents-section .document-item .document-remove svg{width:16px;height:16px}.documents-section .documents-empty{margin:.5rem 0;padding:0;color:#6b7280;font-size:.875rem;text-align:left}.documents-section .documents-hint{margin:.5rem 0 0;font-size:.75rem;color:#6c757d}.profile-section{padding:2rem 0;background:linear-gradient(135deg,rgba(139,195,222,.02),rgba(225,255,103,.02));position:relative}.profile-section .profile-header{margin-bottom:3rem;text-align:center;position:relative}.profile-section .profile-header:before{content:"";position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:100%;height:4px;background:linear-gradient(135deg,rgba(139,194,222,.5294117647),rgba(225,255,103,.5254901961));border-radius:2px}.profile-section .profile-header h3{margin:0 0 10px;color:#1f2937;font-size:30px;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.profile-section .profile-header p{color:#6b7280;font-size:1.125rem;font-weight:400;line-height:1.6;max-width:600px;margin:0 auto}.profile-section .form-section{margin-bottom:2rem;position:relative}.profile-section .form-section h3{margin:0 0 1.5rem;padding-bottom:.75rem;position:relative;color:#1f2937;font-size:1.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.profile-section .form-section h3:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,rgba(139,194,222,.5294117647),rgba(225,255,103,.5254901961));border-radius:2px}.profile-section .form-section h4{margin:1.5rem 0 1rem;color:#555;font-size:1.1rem;font-weight:500}.profile-section .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.profile-section .form-group{margin-bottom:1rem}.profile-section .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.9rem}.profile-section .form-input,.profile-section .form-select,.profile-section .form-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .2s;background:#fff}.profile-section .form-input:focus,.profile-section .form-select:focus,.profile-section .form-textarea:focus{outline:none;border-color:#28a745;box-shadow:0 0 0 3px rgba(40,167,69,.1)}.profile-section .form-input:disabled,.profile-section .form-select:disabled,.profile-section .form-textarea:disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed}.profile-section .form-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none}.profile-section .form-textarea{resize:vertical;min-height:100px}.profile-section .form-actions{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee;display:flex;justify-content:flex-end}.profile-section .message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-weight:500}.profile-section .message--success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.profile-section .message--error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.profile-section .avatar-section{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.profile-section .avatar-section h4{margin:0 0 1rem;color:#333;font-size:1.1rem;font-weight:600}.profile-section .avatar-section .avatar-upload-wrapper{display:inline-block}.profile-section .avatar-section .avatar-preview{position:relative;display:inline-block;cursor:pointer;transition:all .3s ease}.profile-section .avatar-section .avatar-preview:hover{transform:scale(1.02)}.profile-section .avatar-section .avatar-preview:hover .avatar-upload-overlay{opacity:1}.profile-section .avatar-section .avatar-preview.uploading{pointer-events:none;opacity:.7}.profile-section .avatar-section .avatar-preview .avatar-image{width:120px;height:120px;border-radius:12px;object-fit:cover;border:2px solid #e9ecef;box-shadow:0 4px 12px rgba(0,0,0,.1);display:block}.profile-section .avatar-section .avatar-preview .avatar-placeholder{width:120px;height:120px;border-radius:12px;background:linear-gradient(135deg,#8bc2de,#e1ff67);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;border:2px solid #e9ecef;box-shadow:0 4px 12px rgba(0,0,0,.1)}.profile-section .avatar-section .avatar-preview .avatar-upload-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.profile-section .avatar-section .avatar-preview .avatar-upload-overlay .upload-icon{font-size:2rem;color:#fff;margin-bottom:.5rem}.profile-section .avatar-section .avatar-preview .avatar-upload-overlay .upload-text{color:#fff;font-size:.875rem;font-weight:500;text-align:center}.profile-section .business-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.profile-section .business-info-grid .info-card{padding:1.5rem;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.profile-section .business-info-grid .info-card h3{margin:0 0 1rem;color:#333;font-size:1.1rem;font-weight:600;border-bottom:2px solid #e9ecef;padding-bottom:.5rem}.profile-section .business-info-grid .info-card .info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.profile-section .business-info-grid .info-card .info-item:last-child{border-bottom:none}.profile-section .business-info-grid .info-card .info-item .info-label{font-weight:500;color:#666;font-size:.9rem}.profile-section .business-info-grid .info-card .info-item .info-value{color:#333;text-align:right;font-weight:500}.profile-section .business-info-grid .info-card .info-item .info-value a{color:#28a745;text-decoration:none}.profile-section .business-info-grid .info-card .info-item .info-value a:hover{text-decoration:underline}.overview-section{padding:1rem 0}.overview-section .user-card{align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(270deg,rgba(225,255,103,.2) 26.92%,rgba(139,195,222,.2));border-radius:3px}.overview-section .user-card .user-avatar{flex-shrink:0;border:3px solid rgba(139,195,222,.54);box-shadow:0 4px 12px rgba(40,167,69,.2)}.overview-section .user-card .user-avatar .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.overview-section .user-card .user-info h2{margin:0 0 .5rem;color:#333;font-weight:700}.overview-section .user-card .user-info .user-title{margin:0 0 .25rem;color:#28a745;font-weight:600;font-size:1rem}.overview-section .user-card .user-info .user-email,.overview-section .user-card .user-info .user-role{margin:0 0 .25rem;color:#666;font-size:.9rem}.overview-section .business-stats-grid .stat-card.stat-card--rating{display:flex;flex-direction:column;align-items:center}.overview-section .business-stats-grid .stat-card.stat-card--rating .stat-card__rating-value{margin:.35rem 0 .25rem;font-size:1.5rem;font-weight:700;color:#8bc3de;line-height:1.2}.overview-section .business-stats-grid .stat-card.stat-card--rating .stars{display:flex;gap:.25rem;justify-content:center;margin:.35rem 0 0}.overview-section .business-stats-grid .stat-card.stat-card--rating .stars .star{font-size:1.25rem}@media(min-width:1200px){.overview-section .specialist-overview-stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.services-section{padding:2rem 0;background:linear-gradient(135deg,rgba(139,195,222,.02),rgba(225,255,103,.02));position:relative}.services-section .services-header{margin-bottom:3rem;text-align:center;position:relative}.services-section .services-header:before{content:"";position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:100%;height:4px;background:linear-gradient(135deg,rgba(139,194,222,.5294117647),rgba(225,255,103,.5254901961));border-radius:2px}.services-section .services-header h3{margin:0 0 10px;color:#1f2937;font-size:30px;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.services-section .services-header p{color:#6b7280;font-size:1.125rem;font-weight:400;line-height:1.6;max-width:600px;margin:0 auto}.services-section .services-filters{display:flex;gap:1.5rem;margin-bottom:3rem;align-items:center;flex-wrap:wrap;max-width:800px;margin-left:auto;margin-right:auto;padding:0 1rem}.services-section .services-filters .search-box{flex:1 1;min-width:300px;position:relative}.services-section .services-filters .search-box .search-input{width:100%;padding:1rem 1rem 1rem 2rem;border:1px solid #e5e7eb;border-radius:3px;font-size:1rem;font-weight:500;background:#fff;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.02)}.services-section .services-filters .search-box .search-input::placeholder{color:#9ca3af;font-weight:400}.services-section .services-filters .search-box .search-input:focus{outline:none;border-color:#8bc3de;box-shadow:0 0 0 4px rgba(139,195,222,.1),0 4px 12px rgba(0,0,0,.05);transform:translateY(-1px)}.services-section .services-filters .search-box .search-input:hover{border-color:#d1d5db;box-shadow:0 4px 8px rgba(0,0,0,.04)}.services-section .services-filters .filter-controls{display:flex;gap:.75rem}.services-section .services-filters .filter-controls .filter-select{padding:1rem 2.75rem 1rem 1.5rem;border:1px solid #e5e7eb;border-radius:3px;font-size:1rem;font-weight:400;background:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.02);min-width:140px;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none}.services-section .services-filters .filter-controls .filter-select.custom-select:after{display:none}.services-section .services-filters .filter-controls .filter-select:after{content:"▼";position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:#6b7280;pointer-events:none}.services-section .services-filters .filter-controls .filter-select:focus{outline:none;border-color:#8bc3de;box-shadow:0 0 0 4px rgba(139,195,222,.1),0 4px 12px rgba(0,0,0,.05);transform:translateY(-1px)}.services-section .services-filters .filter-controls .filter-select:hover{border-color:#d1d5db;box-shadow:0 4px 8px rgba(0,0,0,.04)}.services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.services-section .services-grid .component-loading{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:60vh;width:100%}.services-section .service-card{background:#fff;border:1px solid rgba(235,235,225,.25);border-radius:3px;overflow:hidden;transition:all .3s ease;cursor:pointer;position:relative;box-shadow:0 1px 11.7px 0 rgba(0,0,0,.09);-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px)}.services-section .service-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.15);transform:translateY(-4px);border-color:rgba(235,235,225,.25)}.services-section .service-card__header{padding:1.25rem;display:flex;gap:1rem;border-bottom:1px solid rgba(235,235,225,.3)}.services-section .service-card__header .service-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(139,195,222,.3)}.services-section .service-card__header .service-avatar img{width:100%;height:100%;object-fit:cover}.services-section .service-card__header .service-avatar .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.3)}.services-section .service-card__header .service-info{flex:1 1;min-width:0}.services-section .service-card__header .service-info h4{margin:0 0 .25rem;color:#1f2937;font-size:1.1rem;font-weight:600;line-height:1.3}.services-section .service-card__header .service-info .service-title{margin:0 0 .25rem;color:#6b7280;font-size:.9rem;font-weight:500}.services-section .service-card__header .service-info .service-company{margin:0;color:#9ca3af;font-size:.85rem}.services-section .service-card__body .service-description{margin:0 0 1rem}.services-section .service-card__body .service-meta{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(235,235,225,.3)}.services-section .service-card__body .service-meta .service-category{background:rgba(139,195,222,.2);color:#1f2937;padding:.25rem .6rem;border-radius:3px;font-size:.75rem;font-weight:500;text-transform:capitalize}.services-section .service-card__body .service-meta .service-price{color:#1f2937;font-size:1.1rem;font-weight:700}.services-section .service-card__actions{padding:1rem 1.25rem;border-top:1px solid rgba(235,235,225,.3);display:flex;gap:.75rem}.services-section .service-card__banner{height:200px;position:relative;border-radius:3px 3px 0 0;overflow:hidden;background-size:cover;background-position:50%;background-repeat:no-repeat;background:linear-gradient(135deg,rgba(225,255,103,.5),rgba(139,195,222,.2));color:#1f2937;min-height:162px;border-bottom:1px solid rgba(235,235,225,.3)}.services-section .service-card__banner:has(.banner-content){padding:1.5rem;display:flex;align-items:flex-start;justify-content:space-between}.services-section .service-card__banner .banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(225,255,103,.4),rgba(139,195,222,.3));z-index:1;transition:opacity .3s ease}.services-section .service-card__banner.has-image,.services-section .service-card__banner[style*=backgroundImage]{height:250px;min-height:250px}.services-section .service-card__banner.has-image .banner-overlay,.services-section .service-card__banner[style*=backgroundImage] .banner-overlay{background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.15) 50%,rgba(225,255,103,.5))}.services-section .service-card__banner.has-image .banner-content .service-title,.services-section .service-card__banner[style*=backgroundImage] .banner-content .service-title{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.7),0 1px 3px rgba(0,0,0,.5)}.services-section .service-card__banner.has-image .banner-content .service-location-banner,.services-section .service-card__banner[style*=backgroundImage] .banner-content .service-location-banner{color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.8)}.services-section .service-card__banner.has-image .banner-content .service-tag,.services-section .service-card__banner[style*=backgroundImage] .banner-content .service-tag{background:hsla(0,0%,100%,.9);color:#1f2937;text-shadow:none}.services-section .service-card__banner.has-image .banner-content .order-now-btn,.services-section .service-card__banner[style*=backgroundImage] .banner-content .order-now-btn{background:hsla(0,0%,100%,.95);color:#1f2937;box-shadow:0 2px 6px rgba(0,0,0,.4)}.services-section .service-card__banner.has-image .banner-content .order-now-btn:hover,.services-section .service-card__banner[style*=backgroundImage] .banner-content .order-now-btn:hover{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.5)}.services-section .service-card__banner .banner-content{display:flex;flex-direction:column;justify-content:flex-start;height:100%;flex:1 1;z-index:2;position:relative}.services-section .service-card__banner .banner-content .service-location-banner{font-size:12px;font-weight:700;margin-top:auto;color:#132644;text-shadow:0 2px 4px rgba(0,0,0,.3),0 1px 2px hsla(0,0%,100%,.8)}.services-section .service-card__banner .banner-content .service-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;line-height:1.4;letter-spacing:.3px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.3),0 1px 2px hsla(0,0%,100%,.8)}.services-section .service-card__banner .banner-content .service-tags{display:flex;gap:.4rem;margin-bottom:0;flex-wrap:wrap}.services-section .service-card__banner .banner-content .service-tags .service-tag{background:rgba(139,195,222,.6);color:#1f2937;padding:.25rem .6rem;border-radius:3px;font-size:.7rem;font-weight:500;letter-spacing:.2px;text-shadow:0 1px 1px hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.services-section .service-card__banner .banner-content .order-now-btn{margin-top:auto;padding:.5rem 1rem;background:rgba(139,195,222,.9);color:#1f2937;border:none;border-radius:3px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 4px rgba(0,0,0,.2)}.services-section .service-card__banner .banner-content .order-now-btn:hover{background:#8bc3de;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.3)}.services-section .service-card__banner .banner-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(139,195,222,.7);z-index:2;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.1)}.services-section .service-card__banner .banner-avatar img{width:100%;height:100%;object-fit:cover}.services-section .service-card__banner .banner-avatar .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.3)}.services-section .service-card__banner .like-btn{position:absolute;top:20px;right:20px;background:hsla(0,0%,100%,.9);border:none;color:#6b7280;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .2s ease;z-index:3;box-shadow:0 2px 4px rgba(0,0,0,.1)}.services-section .service-card__banner .like-btn:hover{background:rgba(239,68,68,.5);color:#ef4444;transform:scale(1.05)}.services-section .service-card__banner .like-btn.liked{background:rgba(255,194,194,.8);color:#ef4444}.services-section .service-card__body{display:flex;flex-direction:column;justify-content:flex-start;padding:1.25rem;min-height:140px}.services-section .service-card__body .service-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.services-section .service-card__body .service-header .service-name{margin:0;color:#1f2937;font-size:1.1rem;font-weight:600;line-height:1.3}.services-section .service-card__body .service-header .vetted-badge{background:#b6e1a2;color:#000;text-transform:uppercase;padding:6px 10px 4px;border-radius:3px;font-size:10px;font-weight:600}.services-section .service-card__body .service-header .vetted-badge.status-naujas{background:#e1ff67;color:#000}.services-section .service-card__body .service-category-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.services-section .service-card__body .service-category-badge .service-category{background:rgba(139,195,222,.2);color:#1f2937;padding:.4rem .8rem;border-radius:3px;font-size:.75rem;font-weight:500;text-transform:capitalize;display:inline-block}.services-section .service-card__body .service-price{color:#1f2937;font-size:1.1rem;font-weight:700}.services-section .service-card__body .service-description{margin:0 0 1.25rem;color:#6b7280;line-height:1.6;font-size:.95rem;font-weight:400;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:4.8em}.services-section .service-card__body .service-meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding:1rem;background:rgba(235,235,225,.2);border-radius:3px}.services-section .service-card__body .service-meta .rating{display:flex;align-items:center;gap:.5rem}.services-section .service-card__body .service-meta .rating .stars{display:flex;gap:.1rem}.services-section .service-card__body .service-meta .rating .stars svg{width:14px;height:14px}.services-section .service-card__body .service-meta .rating .stars .star-icon path,.services-section .service-card__body .service-meta .rating .stars svg.star-icon path{fill:#132644!important}.services-section .service-card__body .service-meta .rating .rating-text{color:#374151;font-size:.85rem;font-weight:600}.services-section .service-card__body .service-meta .price{display:flex;flex-direction:column;align-items:flex-end}.services-section .service-card__body .service-meta .price .price-label{color:#6b7280;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.services-section .service-card__body .service-meta .price .price-amount{color:#1f2937;font-size:1.3rem;font-weight:800;line-height:1}.services-section .service-card__body .service-name-container{display:flex;flex-direction:column;gap:.25rem}.services-section .service-card__body .service-name-container .service-name{margin:0}.services-section .service-card__body .service-name-container .experience-text{color:#6b7280;font-size:.75rem;font-weight:500;font-style:italic;margin:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(139,195,222,.3),rgba(225,255,103,.2));display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:3px;max-width:1340px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out}.modal-header{padding:1.5rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;color:#333;font-size:1.3rem;font-weight:600}.modal-header .modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-header .modal-close:hover{background:#f8f9fa;color:#333}.modal-body,.modal-footer{padding:1.5rem}.modal-footer{border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;gap:1rem}.service-detail-grid{display:grid;grid-gap:2rem;gap:2rem}.service-detail-grid .service-detail-section h4{margin:0 0 1rem;color:#333;border-bottom:2px solid #e9ecef;padding-bottom:.75rem;font-size:1.1rem;font-weight:600}.service-detail-grid .service-detail-section .detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f5f5f5}.service-detail-grid .service-detail-section .detail-row:last-child{border-bottom:none}.service-detail-grid .service-detail-section .detail-row .detail-label{font-weight:600;color:#666;min-width:140px;font-size:.9rem}.service-detail-grid .service-detail-section .detail-row .detail-value{color:#333;text-align:right;flex:1 1;font-weight:500}.empty-state,.loading-state{grid-column:1/-1;text-align:center;padding:4rem 2rem;color:#6b7280;background:#f9fafb;border-radius:12px;border:2px dashed #d1d5db}.empty-state p,.loading-state p{font-size:1.1rem;font-weight:500;margin:0}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.dashboard-tabs{flex-wrap:nowrap;overflow-x:auto}.dashboard-tabs .tab-button{padding:.75rem 1rem;font-size:.875rem;flex-shrink:0}.profile-section .profile-header{margin-bottom:2rem}.profile-section .profile-header h3{font-size:2rem}.profile-section .profile-header p{font-size:1rem}.profile-section .business-info-grid,.profile-section .form-grid{grid-template-columns:1fr}.profile-section .business-info-grid .info-card .info-item{flex-direction:column;align-items:flex-start;gap:.25rem}.profile-section .business-info-grid .info-card .info-item .info-value{text-align:left}.profile-section .business-stats-grid{grid-template-columns:1fr;gap:1rem}.profile-section .business-stats-grid .stat-card{padding:1.5rem 1rem}.profile-section .business-stats-grid .stat-card p{font-size:2rem}.overview-section .user-card{flex-direction:column;text-align:center;gap:1rem}.overview-section .business-stats-grid{grid-template-columns:1fr;gap:1rem}.overview-section .business-stats-grid .stat-card{padding:1.5rem 1rem}.services-section .services-header{margin-bottom:2rem}.services-section .services-header h3{font-size:2rem}.services-section .services-header p{font-size:1rem}.services-section .services-filters{flex-direction:column;align-items:stretch;gap:1rem;max-width:100%;padding:0 .5rem}.services-section .services-filters .search-box{min-width:auto}.services-section .services-filters .search-box .search-input{padding:.875rem .875rem .875rem 2.5rem;font-size:.95rem}.services-section .services-filters .filter-controls .filter-select{padding:.875rem 2.5rem .875rem 1.25rem;font-size:.95rem;min-width:auto}.services-section .services-grid{grid-template-columns:1fr;gap:1rem}.services-section .service-card__banner{flex-direction:column;text-align:center;gap:1rem;min-height:auto;padding:1.25rem;height:auto!important}.services-section .service-card__banner.has-image,.services-section .service-card__banner[style*=backgroundImage]{height:220px!important;min-height:220px!important}.services-section .service-card__banner .banner-content{order:1}.services-section .service-card__banner .banner-avatar{order:2}.services-section .service-card__banner .like-btn{top:.75rem;right:.75rem}.services-section .service-card__body .service-header{flex-direction:column;align-items:flex-start;gap:.75rem}.services-section .service-card__body .service-meta{flex-direction:column;align-items:flex-start;gap:1rem}.services-section .service-card__body .service-meta .price{align-items:flex-start}.service-detail-grid{grid-template-columns:1fr}.service-detail-grid .service-detail-section .detail-row{flex-direction:column;align-items:flex-start;gap:.5rem}.service-detail-grid .service-detail-section .detail-row .detail-value{text-align:left}.modal-content{margin:1rem;max-height:90vh;width:calc(100% - 2rem)}}@media(max-width:480px){.dashboard-header h1{font-size:1.5rem}.dashboard-header p{font-size:1rem}.dashboard-tabs .tab-button{padding:.6rem .75rem;font-size:.8rem}.overview-section .business-stats-grid{grid-template-columns:1fr;gap:1rem}.overview-section .business-stats-grid .stat-card{padding:1.5rem 1rem}.overview-section .business-stats-grid .stat-card p{font-size:2rem}.overview-section .user-card{padding:1rem}.overview-section .user-card .user-avatar{width:60px;height:60px}.overview-section .user-card .user-info h2{font-size:1.3rem}.form-section .business-stats-grid{grid-template-columns:1fr;gap:1rem}.form-section .business-stats-grid .stat-card{padding:1.5rem 1rem}.form-section .business-stats-grid .stat-card p{font-size:2rem}.services-section .services-grid{grid-template-columns:1fr}.services-section .service-card__banner{padding:1rem;height:auto!important}.services-section .service-card__banner.has-image,.services-section .service-card__banner[style*=backgroundImage]{height:200px!important;min-height:200px!important}.services-section .service-card__banner .banner-content .service-title{font-size:1.1rem;letter-spacing:.6px}.services-section .service-card__banner .banner-content .service-tags .service-tag{font-size:.7rem;padding:.25rem .5rem}.services-section .service-card__banner .banner-content .order-now-btn{font-size:.8rem;padding:.5rem 1rem}.services-section .service-card__banner .banner-avatar{width:60px;height:60px}.services-section .service-card__body{padding:1.25rem}.services-section .service-card__body .service-header .service-name{font-size:1.1rem}.services-section .service-card__body .service-header .vetted-badge{font-size:.7rem;padding:.25rem .5rem}.services-section .service-card__body .service-header .vetted-badge.status-naujas{background:#e1ff67;color:#000}.services-section .service-card__body .service-description{font-size:.9rem}.services-section .service-card__body .service-meta{padding:.75rem}.services-section .service-card__body .service-meta .rating .stars svg{width:12px;height:12px}.services-section .service-card__body .service-meta .rating .stars svg path{fill:#fbbf24!important}.services-section .service-card__body .service-meta .rating .rating-text{font-size:.8rem}.services-section .service-card__body .service-meta .price .price-amount{font-size:1.1rem}.services-section .service-card__body .experience-text{font-size:.7rem}}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#495057;margin:0}.checkbox-label .form-checkbox{width:16px;height:16px;accent-color:#28a745;cursor:pointer}.checkbox-label span{-webkit-user-select:none;-moz-user-select:none;user-select:none}.services-filters,.user-filters{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s;color:#666}.filter-btn:hover{background:#f8f9fa;border-color:#1644d5;color:#1644d5}.filter-btn--active{background:#1644d5;color:#fff;border-color:#1644d5}.services-table-container,.user-table-container{background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden;margin-bottom:2rem}.services-table-header,.user-table-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #eee;background:#f8f9fa}.services-table-header h4,.user-table-header h4{margin:0;color:#333}.table-actions{display:flex;gap:1rem;align-items:center}.search-input{padding:.5rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;min-width:200px;transition:all .2s}.search-input:focus{outline:none;border-color:#1644d5;box-shadow:0 0 0 2px rgba(139,195,222,.25)}.services-table,.user-table{overflow-x:auto}.services-table table,.user-table table{width:100%;border-collapse:collapse}.services-table th,.user-table th{background:#f8f9fa;padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:1px solid #eee}.services-table td,.user-table td{padding:1rem;border-bottom:1px solid #eee;color:#666}.services-table tr:hover,.user-table tr:hover{background:#f8f9fa}.loading-message,.no-data-message{text-align:center;padding:3rem 1rem;color:#666}.loading-message p,.no-data-message p{margin:0 0 .5rem;font-size:1.1rem}.loading-message small,.no-data-message small{color:#999}.service-info-cell--placeholder{color:#cbd5e1;font-size:1rem}.service-info-cell,.user-info-cell{display:flex;align-items:center;gap:.75rem}.service-title,.user-name{font-weight:500;color:#333}.service-description,.user-company{font-size:.8rem;color:#666}.category-badge,.role-badge,.status-badge{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500;text-transform:capitalize}.role-specialist{background:#e3f2fd;color:#1976d2}.role-business{background:#e8f5e8;color:#388e3c}.role-administrator{background:#fff3e0;color:#f57c00}.status-active{background:#e8f5e8;color:#388e3c}.status-pending{background:#fff3e0;color:#f57c00}.status-suspended{background:#ffebee;color:#d32f2f}.status-inactive{background:#f5f5f5;color:#666}.action-buttons{display:flex;gap:.25rem;flex-wrap:nowrap;align-items:center}.action-btn{padding:.5rem;border:none;border-radius:4px;cursor:pointer;font-size:0;transition:all .2s;background:rgba(0,0,0,0);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#6b7280}.action-btn svg{width:18px;height:18px}.action-btn:hover{transform:scale(1.1)}.action-btn--view{color:#3b82f6}.action-btn--view:hover{background:#e3f2fd;color:#2563eb}.action-btn--approve{color:#10b981}.action-btn--approve:hover{background:#e8f5e8;color:#059669}.action-btn--reject{color:#ef4444}.action-btn--reject:hover{background:#ffebee;color:#dc2626}.action-btn--suspend{color:#f59e0b}.action-btn--suspend:hover{background:#fff3e0;color:#d97706}.action-btn--activate{color:#10b981}.action-btn--activate:hover{background:#d1fae5;color:#059669}.action-btn--delete{color:#ef4444}.action-btn--delete:hover{background:#ffebee;color:#dc2626}.specialist-info{max-width:200px}.specialist-name{font-weight:500;color:#333;margin-bottom:.25rem}.specialist-email{font-size:.9rem;color:#666}.price-info{text-align:center}.price-amount{font-weight:500;color:#007bff}.price-type{font-size:.8rem;color:#666}.service-detail-grid,.user-detail-grid{display:grid;grid-gap:2rem;gap:2rem}.service-detail-section h4,.user-detail-section h4{margin:0 0 1rem;color:#333;border-bottom:1px solid #eee;padding-bottom:.5rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f5f5f5}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:500;color:#666;min-width:120px}.detail-value{color:#333;text-align:right;flex:1 1}.admin-hours-value{font-weight:600}.admin-hours-value--available{color:#2563eb}.admin-hours-value--reserved{color:#ea580c}.admin-add-hours{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.admin-add-hours label{display:block;margin-bottom:.5rem;font-weight:500;color:#666;font-size:.875rem}.admin-add-hours__row{display:flex;gap:.75rem;align-items:center}.admin-add-hours__row input{flex:1 1;min-width:0;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.admin-add-hours__row input:focus{outline:none;border-color:#3b82f6}.admin-add-hours__row .btn{flex-shrink:0}.admin-add-hours__message{margin:.5rem 0 0;font-size:.8125rem}.admin-add-hours__message--success{color:#059669}.admin-add-hours__message--error{color:#dc2626}.admin-resend-email{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.admin-resend-email__message{margin:.5rem 0 0;font-size:.8125rem}.admin-resend-email__message--success{color:#059669}.admin-resend-email__message--error{color:#dc2626}.admin-resend-email__debug{margin:.75rem 0 0;padding:.75rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;font-size:.75rem;line-height:1.5;color:#374151;white-space:pre-wrap;word-break:break-word;text-align:left}.placeholder-content{padding:1.5rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.placeholder-content ul{margin:1rem 0 0;padding-left:1.5rem}.placeholder-content li{margin-bottom:.5rem;color:#666}@media(max-width:768px){.services-filters,.user-filters{justify-content:center}.services-table-header,.user-table-header{flex-direction:column;gap:1rem;align-items:stretch}.table-actions{flex-direction:column;gap:.5rem}.search-input{min-width:auto;width:100%}.services-table,.user-table{font-size:.9rem}.services-table td,.services-table th,.user-table td,.user-table th{padding:.75rem .5rem}.service-detail-grid,.user-detail-grid{grid-template-columns:1fr}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-value{text-align:left}.action-buttons{flex-direction:column;gap:.5rem}}.dashboard-error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:radial-gradient(circle at top left,rgba(139,195,222,.16),transparent 32rem),radial-gradient(circle at bottom right,rgba(225,255,103,.22),transparent 34rem),#fbfbf7}.dashboard-error-card{width:min(100%,520px);position:relative;overflow:hidden;padding:2.5rem;background:#fff;border:1px solid rgba(139,195,222,.24);border-radius:16px;box-shadow:0 18px 45px rgba(15,23,42,.1),0 3px 12px rgba(15,23,42,.06);text-align:center}.dashboard-error-card__accent{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,rgba(139,195,222,.9),rgba(225,255,103,.9))}.dashboard-error-card__icon{width:4rem;height:4rem;margin:0 auto 1.25rem;border-radius:999px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(225,255,103,.72),rgba(139,195,222,.35));color:#1f2937;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:800;border:1px solid rgba(139,195,222,.35)}.dashboard-error-card__eyebrow{display:inline-block;margin-bottom:.5rem;color:#8bc3de;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.dashboard-error-card h1{margin:0 0 .75rem;color:#1f2937;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.5rem,4vw,2rem);line-height:1.2;font-weight:700}.dashboard-error-card p{margin:0;color:#6b7280;font-size:.98rem;line-height:1.65}.dashboard-error-card__actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:1.75rem}.dashboard-error-card__actions .btn{min-width:10rem;border-radius:8px;font-weight:700}.overview-section .overview-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-bottom:24px}.overview-section .user-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:24px;display:flex;gap:20px}.overview-section .user-card .user-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.overview-section .user-card .user-avatar img{width:100%;height:100%;object-fit:cover}.overview-section .user-card .user-avatar .avatar-placeholder{font-size:1.5rem;font-weight:600;color:rgba(23,28,34,.7)}.overview-section .user-card .user-info{flex:1 1}.overview-section .user-card .user-info h2{margin:0 0 8px;font-size:1.5rem;font-weight:600;color:#171c22}.overview-section .user-card .user-info p{margin:0 0 4px;color:rgba(23,28,34,.7);font-size:.875rem}.overview-section .user-card .user-info p.user-title{font-weight:500;color:#1644d5}.overview-section .business-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}@media(min-width:1200px){.overview-section .business-stats-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px)and (max-width:1199px){.overview-section .business-stats-grid{grid-template-columns:repeat(2,1fr)}}.overview-section .business-stats-grid .stat-card{padding:2rem 1.5rem;background:#fff;border:1px solid #e9ecef;border-radius:12px;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);position:relative;overflow:hidden}.overview-section .business-stats-grid .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,rgba(139,195,222,.87),rgba(225,255,103,.86));border-radius:12px 12px 0 0}.overview-section .business-stats-grid .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:rgba(139,195,222,.5)}.overview-section .business-stats-grid .stat-card h3{margin:0 0 1rem;color:#1f2937;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.overview-section .business-stats-grid .stat-card p{margin:0 0 .75rem;color:#1f2937;font-size:2.5rem;font-weight:800;line-height:1;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.overview-section .business-stats-grid .stat-card small{color:#6b7280;font-size:.875rem;font-weight:500;display:block;line-height:1.4}.overview-section .business-stats-grid .stat-card.stat-card--link{text-decoration:none;color:inherit;cursor:pointer}@media(max-width:768px){.overview-section .overview-grid{grid-template-columns:1fr}.overview-section .business-stats-grid{grid-template-columns:1fr;gap:1rem}.overview-section .business-stats-grid .stat-card{padding:1.5rem 1rem}.overview-section .business-stats-grid .stat-card p{font-size:2rem}.overview-section .user-card{flex-direction:column;align-items:center;text-align:center}}@media(max-width:480px){.overview-section .business-stats-grid .stat-card{padding:1.5rem 1rem}.overview-section .business-stats-grid .stat-card p{font-size:2rem}}