.customer-auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem 1rem 3rem;background:linear-gradient(to bottom right,#f0fdf4,#dbeafe,#d1fae5)}.customer-dashboard{min-height:100vh;background:#f8fafc}.customer-dashboard-container{max-width:1400px;margin:0 auto;padding:2rem 1rem}.customer-dashboard-grid{display:grid;grid-template-columns:280px 1fr;gap:2rem}.customer-sidebar{background:white;border-radius:1rem;padding:1.5rem;height:fit-content;box-shadow:0 1px 3px rgba(0,0,0,.1)}.customer-sidebar-header{padding-bottom:1.25rem;border-bottom:1px solid #e2e8f0;margin-bottom:1rem}.customer-sidebar-profile{display:flex;align-items:center;gap:.875rem}.customer-sidebar-avatar{width:44px;height:44px;background:linear-gradient(135deg,#059669,#059669);border-radius:10px;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:1rem;letter-spacing:.025em;flex-shrink:0;overflow:hidden}.customer-sidebar-avatar-img{width:100%;height:100%;object-fit:cover}.customer-sidebar-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.customer-sidebar-name{font-size:.9375rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-sidebar-role{font-size:.75rem;color:#64748b;font-weight:500}.customer-sidebar-email{font-size:.8125rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-sidebar-nav{list-style:none;padding:0;margin:0}.customer-sidebar-nav-item{margin-bottom:.5rem}.customer-sidebar-nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;color:#475569;text-decoration:none;font-weight:500;transition:all .2s}.customer-sidebar-nav-link:hover{background:#f0fdf4;color:#059669}.customer-sidebar-nav-link.active{background:linear-gradient(to bottom right,#059669,#059669);color:white}.customer-main-content{background:white;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.customer-page-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.customer-page-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.customer-page-subtitle{font-size:1rem;color:#64748b}.customer-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.customer-stat-card{background:white;border-radius:.75rem;padding:1.5rem;border:1px solid #e2e8f0;transition:all .2s}.customer-stat-card:hover{box-shadow:0 4px 12px rgba(16,185,129,.15);border-color:#059669}.customer-stat-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.customer-stat-icon{width:48px;height:48px;background:linear-gradient(to bottom right,#059669,#059669);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:white}.customer-stat-label{font-size:.875rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.customer-stat-value{font-size:1.5rem;font-weight:800;color:#059669;margin-bottom:.5rem}.customer-stat-description{font-size:.875rem;color:#64748b}.customer-form{max-width:600px}.customer-form>*+*{margin-top:1.5rem}.customer-form-label-required:after{content:" *";color:#ef4444}.customer-form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s;line-height:1.5}.customer-form-input:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.customer-form-input:disabled{background:#f3f4f6;cursor:not-allowed}.customer-form-input.has-icon-left{padding-left:2.75rem}.customer-form-input-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;display:flex;align-items:center;justify-content:center}.customer-form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;min-height:120px;transition:all .2s}.customer-form-textarea:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.customer-form-select{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;background:white;cursor:pointer;transition:all .2s}.customer-form-select:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.customer-form-helper{font-size:.875rem;color:#64748b;margin-top:.5rem}.customer-form-error{color:#ef4444}.customer-form-error,.customer-form-success{font-size:.875rem;margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.customer-form-success{color:#059669}.customer-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;border:none;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.customer-btn-primary{background:linear-gradient(to bottom right,#059669,#059669);color:white}.customer-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.customer-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.customer-btn-secondary{color:#059669;border:2px solid #059669}.customer-btn-secondary:hover{background:#f0fdf4}.customer-btn-danger{background:#ef4444;color:white}.customer-btn-danger:hover{background:#dc2626}.customer-btn-ghost:hover{background:#f8fafc}.customer-btn-full{width:100%;justify-content:center}.customer-card{border-radius:.75rem;padding:1.5rem;margin-bottom:1rem}.customer-card-header{align-items:start;margin-bottom:1rem}.customer-card-meta{font-size:.875rem;color:#64748b;margin-top:.25rem}.customer-card-body{color:#374151;line-height:1.6}.customer-card-actions{display:flex;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.customer-empty-state{padding:4rem 2rem;color:#64748b}.customer-empty-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.customer-empty-title{font-size:1.25rem;font-weight:700;color:#374151;margin-bottom:.5rem}.customer-empty-description{font-size:1rem;color:#64748b;margin-bottom:1.5rem}.customer-review-rating{margin-bottom:.5rem}.customer-review-star{color:#facc15}.customer-review-star-empty{color:#d1d5db}.customer-favorite-card:hover{box-shadow:0 4px 12px rgba(16,185,129,.15)}.customer-favorite-location{margin-bottom:1rem}.customer-favorite-notes{color:#374151;margin-bottom:1rem}.customer-alert{padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;display:flex;gap:.75rem}.customer-alert-info{background:#f0f9ff;border:1px solid #0ea5e9;color:#0c4a6e}.customer-alert-success{background:#f0fdf4;border:1px solid #059669;color:#065f46}.customer-alert-warning{background:#fef9c3;border:1px solid #fde047;color:#78350f}.customer-alert-error{background:#fee2e2;border:1px solid #ef4444;color:#991b1b}.customer-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600}.customer-badge-verified{background:#f0fdf4;color:#065f46;border:1px solid #059669}.customer-badge-pending{background:#fef9c3;color:#78350f;border:1px solid #fde047}.customer-loading{display:flex;align-items:center;justify-content:center;padding:4rem;color:#64748b}.customer-loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#059669;border-radius:50%;animation:customer-spin 1s linear infinite}@keyframes customer-spin{to{transform:rotate(1turn)}}.customer-favorite-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.customer-favorite-card{border-radius:.75rem}.customer-favorite-card:hover{box-shadow:0 4px 12px rgba(16,185,129,.1)}.customer-favorite-notes{color:#475569;border-left:3px solid #059669}.customer-review-rating{display:flex;gap:.25rem}.customer-review-star{color:#fde047}.signup-choice-container{max-width:1100px;margin:0 auto}.signup-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.customer-signup-container{max-width:480px;width:100%}.customer-signup-name-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.signup-choice-icon{width:72px;height:72px;background:linear-gradient(135deg,#059669,#059669);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:white;margin:0 auto}.signup-choice-card{background:white;padding:2.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:2px solid #e2e8f0;transition:all .3s ease;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;border-radius:1rem}.signup-choice-card:hover{border-color:#059669;box-shadow:0 12px 24px rgba(16,185,129,.15);transform:translateY(-4px)}.signup-choice-features{flex:1;margin:1.5rem 0}.signup-choice-feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0}.signup-choice-feature-icon{color:#059669;flex-shrink:0;margin-top:.125rem}.login-choice-page{background:var(--trunetto-hero-gradient)}.login-choice-page .signup-choice-icon{background:linear-gradient(135deg,#004B3A,#003E31)}.login-choice-page .signup-choice-card:hover{border-color:var(--trunetto-secondary);box-shadow:0 12px 24px rgba(31,143,99,.15)}.login-choice-page .signup-choice-feature-icon{color:var(--trunetto-primary)}.login-choice-page .customer-btn-primary{background:linear-gradient(135deg,#004B3A,#003E31)}.login-choice-page .customer-btn-primary:hover{box-shadow:0 4px 12px rgba(31,143,99,.35)}.login-choice-back-link{color:var(--trunetto-text-secondary);transition:color .2s ease}.login-choice-back-link:hover,.login-choice-inline-link{color:var(--trunetto-primary)}.login-choice-inline-link:hover{color:var(--trunetto-secondary)}@media (max-width:1024px){.customer-dashboard-grid{grid-template-columns:1fr}.customer-sidebar{position:static}}@media (max-width:768px){.customer-favorite-grid,.customer-stats-grid{grid-template-columns:1fr}.customer-dashboard-container{padding:1rem}.customer-main-content{padding:1.5rem}.signup-choice-grid{grid-template-columns:1fr;gap:1.5rem}.signup-choice-card{padding:2rem 1.5rem}.signup-choice-icon{width:64px;height:64px}.customer-signup-name-grid{grid-template-columns:1fr}.signup-choice-icon{width:56px;height:56px}}.customer-conversation-list{display:flex;flex-direction:column;gap:1rem}.customer-conversation-card{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;cursor:pointer;transition:all .2s ease}.customer-conversation-card:hover{border-color:#059669;box-shadow:0 2px 8px rgba(16,185,129,.1)}.customer-conversation-card-unread{background:#f0fdf4;border-color:#059669;font-weight:600}.customer-conversation-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.customer-conversation-subject{font-size:1rem;font-weight:600;color:#111827;margin:0}.customer-conversation-meta{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#6b7280}.customer-conversation-time{white-space:nowrap}.customer-conversation-preview{color:#6b7280;font-size:.875rem;margin:.5rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-message-thread{display:flex;flex-direction:column;gap:1rem;padding:1rem;max-height:calc(100vh - 300px);overflow-y:auto}.customer-message-bubble{display:flex;gap:.75rem;max-width:70%}.customer-message-bubble-sent{align-self:flex-end;flex-direction:row-reverse}.customer-message-bubble-received{align-self:flex-start}.customer-message-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(to bottom right,#059669,#059669);color:white;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.customer-message-content{flex:1}.customer-message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.customer-message-sender{font-size:.875rem;font-weight:600;color:#374151}.customer-message-time{font-size:.75rem;color:#9ca3af}.customer-message-text{background:white;border:1px solid #e5e7eb;border-radius:1rem;padding:.75rem 1rem;color:#374151;line-height:1.5;word-wrap:break-word}.customer-message-bubble-sent .customer-message-text{background:linear-gradient(to bottom right,#059669,#059669);color:white;border-color:#059669}.customer-message-composer{border-top:1px solid #e5e7eb;padding:1.25rem;background:white}.customer-message-composer-form{display:flex;gap:.75rem;align-items:flex-end}.customer-message-input{flex:1;min-height:44px;max-height:120px;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:1.5rem;font-size:.875rem;resize:none;font-family:inherit}.customer-message-input:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.customer-message-send-btn{background:linear-gradient(to bottom right,#059669,#059669);color:white;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:transform .2s ease}.customer-message-send-btn:hover:not(:disabled){transform:scale(1.05)}.customer-message-send-btn:disabled{opacity:.5;cursor:not-allowed}.customer-attachment-preview{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.customer-attachment-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f3f4f6;border-radius:.5rem;font-size:.875rem}.customer-unread-badge{min-width:20px;text-align:center}.customer-message-empty{text-align:center;padding:3rem 1rem;color:#9ca3af}.customer-message-empty-icon{width:64px;height:64px;margin:0 auto 1rem;color:#d1d5db}.customer-conversation-status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.customer-conversation-status-open{background:#dcfce7;color:#166534}.customer-conversation-status-closed{background:#f3f4f6;color:#6b7280}.customer-conversation-status-archived{background:#fef3c7;color:#92400e}.customer-appointment-card{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;cursor:pointer;transition:all .2s ease}.customer-appointment-card:hover{border-color:#059669;box-shadow:0 2px 8px rgba(16,185,129,.1)}.customer-appointment-card.appointment-past{opacity:.7}.customer-appointment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.customer-appointment-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .5rem}.customer-appointment-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.customer-appointment-body{display:flex;flex-direction:column;gap:.5rem}.customer-appointment-status-pending{background:#fef3c7;color:#92400e}.customer-appointment-status-confirmed,.customer-appointment-status-pending{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.customer-appointment-status-confirmed{background:#dcfce7;color:#166534}.customer-appointment-status-completed{background:#dbeafe;color:#1e40af}.customer-appointment-status-cancelled,.customer-appointment-status-completed{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.customer-appointment-status-cancelled{background:#fee2e2;color:#991b1b}.customer-appointment-status-no_show{background:#f3f4f6;color:#6b7280}.customer-appointment-status-no_show,.customer-appointment-status-rescheduled{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.customer-appointment-status-rescheduled{background:#e0e7ff;color:#3730a3}.appointment-time-until{font-weight:600;color:#059669}.customer-timeslot-container{padding:1rem}.customer-timeslot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.customer-timeslot{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:white;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.customer-timeslot:hover{border-color:#059669;background:#f0fdf4}.customer-timeslot.timeslot-selected{border-color:#059669;background:linear-gradient(to bottom right,#dcfce7,#d1fae5);color:#166534}.customer-calendar-widget{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.customer-appointment-form{display:flex;flex-direction:column;gap:1.5rem}.customer-appointment-detail-section{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.customer-appointment-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.customer-appointment-detail-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.customer-appointment-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.customer-appointment-info-item{display:flex;flex-direction:column;gap:.5rem}.customer-appointment-info-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.customer-appointment-info-value{font-size:1rem;color:#111827}.customer-appointment-actions{display:flex;gap:.75rem;flex-wrap:wrap}.customer-download-ical-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:white;border:2px solid #059669;border-radius:.5rem;font-weight:600;color:#059669;cursor:pointer;transition:all .2s ease}.customer-download-ical-btn:hover{background:#f0fdf4;transform:translateY(-1px);box-shadow:0 4px 6px rgba(16,185,129,.1)}.customer-appointment-card-link{text-decoration:none;color:inherit}.customer-appointments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem}.customer-progress-steps{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;position:relative;margin-bottom:2rem}.customer-progress-steps:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:#e5e7eb;z-index:0}.customer-progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:1;background:white;padding:0 1rem}.customer-progress-step-number{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#9ca3af;font-weight:700;font-size:1.125rem;border:3px solid #e5e7eb;transition:all .2s ease}.customer-progress-step.active .customer-progress-step-number{background:linear-gradient(to bottom right,#059669,#059669);color:white;border-color:#059669}.customer-progress-step span{font-size:.875rem;font-weight:600;color:#6b7280}.customer-progress-step.active span{color:#059669}.customer-form-section{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem}.customer-section-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 1.5rem}.customer-form-group{margin-bottom:1.5rem}.customer-form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.customer-form-input,.customer-form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s ease}.customer-form-input:focus,.customer-form-textarea:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.customer-form-textarea{resize:vertical;font-family:inherit}.customer-form-hint{font-size:.875rem;color:#6b7280;margin-top:.5rem}.customer-form-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}.customer-radio-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.customer-radio-option{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.customer-radio-option:hover{border-color:#059669;background:#f0fdf4}.customer-radio-option input[type=radio]{width:20px;height:20px;cursor:pointer}.customer-radio-option input[type=radio]:checked{accent-color:#059669}.customer-radio-option input[type=radio]:checked~*{color:#059669}.customer-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.customer-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:white;border:2px solid #e5e7eb;border-radius:.5rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease}.customer-btn-secondary:hover{border-color:#059669;color:#059669}.customer-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.customer-btn-danger{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:white;border:2px solid #ef4444;border-radius:.5rem;font-weight:600;color:#ef4444;cursor:pointer;transition:all .2s ease}.customer-btn-danger:hover{background:#ef4444;color:white}.customer-btn-danger:disabled{opacity:.5;cursor:not-allowed}.customer-link{color:#059669;text-decoration:none;font-weight:500;transition:color .2s ease}.customer-link:hover{color:#059669;text-decoration:underline}.customer-back-link{gap:.5rem;color:#6b7280;margin-bottom:1.5rem;transition:color .2s ease}.customer-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.customer-tab{padding:.5rem 1rem;border-radius:.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;border:1px solid #e2e8f0;background:white;color:#64748b}.customer-tab:hover{background:#f0fdf4;border-color:#059669;color:#059669}.customer-tab-active{border-color:transparent}.customer-tab-active,.customer-tab-active:hover{background:linear-gradient(to bottom right,#059669,#059669);color:white}.customer-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.customer-filter-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;border:1px solid #e2e8f0;background:white;color:#64748b}.customer-filter-btn:hover{background:#f0fdf4;border-color:#059669;color:#059669}.customer-filter-btn-active{border-color:transparent}.customer-filter-btn-active,.customer-filter-btn-active:hover{background:linear-gradient(to bottom right,#059669,#059669);color:white}.customer-password-wrapper{position:relative}.customer-password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#9ca3af;padding:.25rem;display:flex;align-items:center;justify-content:center}.customer-password-toggle:hover{color:#059669}.customer-form-input.has-icon-left.has-toggle{padding-right:2.75rem}.customer-card{background:white;border-radius:1rem;border:1px solid #e2e8f0;overflow:hidden}.customer-card-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;gap:1rem}.customer-card-title{font-size:1.125rem;font-weight:700;color:#111827;margin:0}.customer-card-content{padding:1.5rem}.customer-btn-ghost{border:1px solid #e2e8f0;padding:.5rem .75rem}.customer-btn-ghost:hover{color:#ef4444;border-color:#ef4444}.customer-favorite-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.customer-favorite-card{background:white;border-radius:1rem;padding:1.5rem;border:1px solid #e2e8f0;transition:all .2s}.customer-favorite-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:#059669}.customer-favorite-business-name{font-size:1.125rem;font-weight:700;color:#111827;text-decoration:none;display:block;margin-bottom:.5rem}.customer-favorite-business-name:hover{color:#059669}.customer-favorite-location,.customer-favorite-notes{font-size:.875rem;color:#64748b;margin-bottom:.75rem}.customer-favorite-notes{background:#f8fafc;padding:.75rem;border-radius:.5rem}.customer-review-star{color:#fbbf24}.customer-review-star-empty{color:#e2e8f0}.customer-unread-badge{background:#ef4444;color:white;font-size:.75rem;font-weight:700;padding:.125rem .5rem;border-radius:9999px;margin-left:auto}@media (max-width:768px){.customer-timeslot-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.customer-appointment-info-grid{grid-template-columns:1fr}.customer-appointment-actions{flex-direction:column}.customer-download-ical-btn{width:100%;justify-content:center}.customer-appointments-grid{grid-template-columns:1fr}.customer-progress-steps{padding:1rem 0}.customer-progress-step{padding:0 .5rem}.customer-progress-step-number{width:36px;height:36px;font-size:.875rem}}.customer-back-link{display:inline-flex;align-items:center;gap:.375rem;color:#059669;text-decoration:none;font-size:.875rem;font-weight:500;margin-bottom:1rem;transition:color .2s}.customer-back-link:hover{color:#059669}.customer-job-detail-card{background:white;border-radius:.75rem;padding:1.25rem 1.5rem;border:1px solid #e2e8f0;margin-bottom:1.25rem}.customer-job-detail-header{margin-bottom:1rem}.customer-job-detail-title-section{display:flex;flex-direction:column;gap:.25rem}.customer-job-detail-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.customer-job-detail-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0;line-height:1.3}.customer-job-detail-category{font-size:.8125rem;color:#64748b;font-weight:500}.customer-job-detail-meta{display:flex;flex-wrap:wrap;gap:1.25rem;padding:.875rem 0;border-bottom:1px solid #f1f5f9;margin-bottom:1rem}.customer-job-detail-meta-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#64748b}.customer-job-detail-meta-item svg{color:#94a3b8}.customer-job-detail-section{background:#f8fafc;border-radius:.5rem;padding:1rem;margin-bottom:.875rem}.customer-job-detail-section-title{font-size:.8125rem;font-weight:600;color:#374151;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.025em}.customer-job-detail-description{font-size:.875rem;color:#475569;margin:0;line-height:1.6;white-space:pre-wrap}.customer-job-detail-requirements{background:#fef3c7;border-radius:.5rem;padding:1rem;margin-bottom:.875rem}.customer-job-detail-requirements-text{font-size:.875rem;color:#92400e;margin:0;line-height:1.6;white-space:pre-wrap}.customer-job-detail-actions{display:flex;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.customer-btn-cancel{padding:.625rem 1.25rem;background:#fee2e2;color:#dc2626;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.customer-btn-cancel:hover{background:#fecaca}.customer-btn-cancel:disabled{opacity:.6;cursor:not-allowed}.customer-bids-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;flex-wrap:wrap;gap:1rem}.customer-bids-title{font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem;margin:0;color:#111827}.customer-bids-controls{display:flex;gap:.75rem;align-items:center}.customer-bids-sort{padding:.5rem .875rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.8125rem;cursor:pointer;background:white}.customer-bids-view-toggle{display:flex;background:#f1f5f9;border-radius:.5rem;padding:3px}.customer-bids-view-btn{padding:.375rem .5rem;border:none;border-radius:.375rem;background:transparent;cursor:pointer;display:flex;align-items:center;color:#64748b;transition:all .15s}.customer-bids-view-btn.active{background:white;color:#111827;box-shadow:0 1px 2px rgba(0,0,0,.1)}.customer-bids-compare-hint{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;padding:.625rem 1rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;color:#1e40af}.customer-bids-compare-hint button{background:none;border:none;color:#1e40af;cursor:pointer;font-size:.8125rem;font-weight:500}.customer-avatar-upload{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.customer-avatar-preview{position:relative;width:96px;height:96px;border-radius:12px;overflow:hidden;background:#f1f5f9;border:2px solid #e2e8f0}.customer-avatar-image{width:100%;height:100%;object-fit:cover}.customer-avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#94a3b8}.customer-avatar-loading,.customer-avatar-placeholder{display:flex;align-items:center;justify-content:center}.customer-avatar-loading{position:absolute;inset:0;background:rgba(255,255,255,.8)}.customer-spinner{width:24px;height:24px;border:3px solid #e2e8f0;border-top-color:#059669;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.customer-avatar-actions{display:flex;gap:.75rem;align-items:center}.customer-file-input{display:none}.customer-btn-ghost{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:transparent;color:#64748b;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.customer-btn-ghost:hover{background:#f1f5f9;color:#374151}.customer-btn-ghost:disabled{opacity:.5;cursor:not-allowed}.customer-bids-empty{text-align:center;padding:2.5rem 1.5rem;color:#64748b}.customer-bids-empty svg{margin-bottom:.75rem;opacity:.5}.customer-bids-empty p{font-size:.875rem;margin:0}@media (max-width:768px){.customer-job-detail-card{padding:1rem}.customer-job-detail-title{font-size:1.125rem}.customer-job-detail-meta{gap:.75rem}.customer-job-detail-meta-item{font-size:.75rem}.customer-job-detail-actions{flex-direction:column}.customer-progress-step span{font-size:.75rem}.customer-form-row,.customer-radio-group{grid-template-columns:1fr}.customer-form-actions{flex-direction:column}.customer-btn-danger,.customer-btn-primary,.customer-btn-secondary{width:100%;justify-content:center}}.customer-requests-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}@media (max-width:768px){.customer-requests-summary-grid{grid-template-columns:1fr}}.customer-summary-card{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.customer-summary-value{font-size:1.5rem;font-weight:700;color:#0f172a}.customer-summary-value.blue{color:#3b82f6}.customer-summary-value.green{color:#059669}.customer-summary-label{font-size:.875rem;color:#64748b}.customer-empty-state{background:white;padding:3rem;border-radius:1rem;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08)}.customer-empty-state-icon{color:#cbd5e1;margin-bottom:1rem}.customer-empty-state-title{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.customer-empty-state-text{color:#64748b;margin-bottom:1.5rem}.customer-requests-list{display:flex;flex-direction:column;gap:1rem}.customer-request-card{background:white;border-radius:1rem;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden}.customer-request-header{padding:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}.customer-request-header:hover{background:#f8fafc}.customer-request-content{flex:1}.customer-request-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.customer-request-status{padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600}.customer-request-date{font-size:.875rem;color:#64748b}.customer-request-title{color:#0f172a;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:500px}.customer-request-info{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.customer-request-info-item{font-size:.875rem;color:#64748b;display:flex;align-items:center;gap:.25rem}.customer-request-chevron{color:#94a3b8;transition:transform .2s}.customer-request-chevron.expanded{transform:rotate(90deg)}.customer-request-details{border-top:1px solid #e2e8f0;padding:1.5rem;background:#f8fafc}.customer-request-details-title{font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:1rem}.customer-request-pending{padding:1rem;background:#fef3c7;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;color:#92400e}.customer-business-list{display:flex;flex-direction:column;gap:.75rem}.customer-business-card{padding:1rem;background:white;border-radius:.5rem;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.customer-business-name{font-weight:600;color:#0f172a;text-decoration:none}.customer-business-name:hover{color:#059669}.customer-business-location{font-size:.875rem;color:#64748b;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.customer-business-actions{display:flex;align-items:center;gap:.5rem}.customer-responded-badge{padding:.25rem .5rem;background:rgba(16,185,129,.12);color:#047857;border-radius:.25rem}.customer-message-btn,.customer-responded-badge{font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.customer-message-btn{padding:.5rem .75rem;background:#3b82f6;color:white;border-radius:.375rem;text-decoration:none}.customer-message-btn:hover{background:#2563eb}.customer-call-btn{padding:.5rem .75rem;background:#f1f5f9;color:#0f172a;border-radius:.375rem;font-size:.75rem;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:.25rem}.customer-call-btn:hover{background:#e2e8f0}.customer-link-primary{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#059669,#059669);color:white;border-radius:.5rem;text-decoration:none;font-weight:600}.customer-link-primary:hover{opacity:.9}.customer-dashboard-hero{background:linear-gradient(to bottom right,#ffffff,#f8faf8,#ffffff)!important}.customer-message-author-avatar,.customer-sidebar-avatar,.signup-choice-icon{background:linear-gradient(135deg,#004B3A,#1F8F63)!important}.customer-sidebar-nav-link:hover{background:#f8faf8!important;color:#004B3A!important}.customer-sidebar-nav-link.active{background:linear-gradient(to bottom right,#004B3A,#1F8F63)!important;color:white!important}.customer-stat-card:hover{border-color:#1F8F63!important;box-shadow:0 4px 12px rgba(0,75,58,.1)!important}.customer-stat-icon{background:linear-gradient(to bottom right,#004B3A,#1F8F63)!important}.customer-stat-value{color:#004B3A!important}.customer-form-input:focus,.customer-form-select:focus,.customer-form-textarea:focus,.customer-message-input:focus{border-color:#1F8F63!important;box-shadow:0 0 0 3px rgba(31,143,99,.12)!important}.customer-form-success{color:#004B3A!important}.customer-btn-primary{background:linear-gradient(to bottom right,#F59E0B,#D97706)!important;color:white!important}.customer-btn-secondary{color:#004B3A!important;border-color:#1F8F63!important}.customer-btn-secondary:hover{background:#f8faf8!important;border-color:#004B3A!important;color:#004B3A!important}.customer-favorite-card:hover{border-color:#1F8F63!important}.customer-alert-success,.customer-badge-verified{background:#f8faf8!important;border-color:#1F8F63!important;color:#004B3A!important}.customer-spinner{border-top-color:#004B3A!important}.customer-sidebar-review-hint{border-left-color:#1F8F63!important}.signup-choice-card:hover{border-color:#1F8F63!important;box-shadow:0 12px 24px rgba(0,75,58,.1)!important}.signup-choice-feature-icon{color:#1F8F63!important}.customer-conversation-card:hover{border-color:#1F8F63!important}.customer-conversation-card-unread{background:#f8faf8!important;border-color:#1F8F63!important}.customer-message-bubble-sent .customer-message-text{background:linear-gradient(to bottom right,#004B3A,#1F8F63)!important;border-color:#004B3A!important}.customer-message-send-btn{background:linear-gradient(to bottom right,#F59E0B,#D97706)!important}.customer-appointment-card:hover{border-color:#1F8F63!important}.appointment-time-until{color:#004B3A!important}.customer-timeslot:hover{border-color:#1F8F63!important;background:#f8faf8!important}.customer-timeslot.timeslot-selected{border-color:#004B3A!important;background:linear-gradient(to bottom right,#f0f9f6,#f8faf8)!important;color:#004B3A!important}.customer-download-ical-btn{border-color:#1F8F63!important;color:#004B3A!important}.customer-download-ical-btn:hover{background:#f8faf8!important}.customer-progress-step.active .customer-progress-step-number{background:linear-gradient(to bottom right,#004B3A,#1F8F63)!important;border-color:#004B3A!important}.customer-progress-step.active span{color:#004B3A!important}.customer-radio-option:hover{border-color:#1F8F63!important;background:#f8faf8!important}.customer-radio-option input[type=radio]:checked{accent-color:#004B3A!important}.customer-radio-option input[type=radio]:checked~*{color:#004B3A!important}.customer-link,.customer-link:hover{color:#1F8F63!important}.customer-back-link:hover,.customer-tab:hover{color:#004B3A!important}.customer-tab:hover{background:#f8faf8!important;border-color:#1F8F63!important}.customer-tab-active,.customer-tab-active:hover{background:linear-gradient(to bottom right,#004B3A,#1F8F63)!important;color:white!important}.customer-filter-btn:hover{background:#f8faf8!important;border-color:#1F8F63!important;color:#004B3A!important}.customer-filter-btn-active,.customer-filter-btn-active:hover{background:linear-gradient(to bottom right,#004B3A,#1F8F63)!important;color:white!important}