.header-actions{align-items:center;gap:.5rem;display:flex}.header-name-row{align-items:center;gap:.75rem;display:flex}.rating-reviews-stats{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.rating-reviews-stats__pill{border-radius:var(--radius-full,999px);background:var(--surface-2,#f3f4f6);font-size:var(--text-sm);color:var(--text-secondary,#6b7280);font-variant-numeric:tabular-nums;align-items:center;gap:.375rem;padding:2px 10px;line-height:1.2;display:inline-flex}.rating-reviews-stats__pill--empty{background:0 0;padding:0}.rating-reviews-stats__icon{color:var(--primary-color);fill:var(--primary-color);flex-shrink:0;transform:translateY(-.5px)}.rating-reviews-stats__icon--empty{color:var(--text-tertiary,#9ca3af);fill:none}.rating-reviews-stats__value{color:var(--text-primary,#111827);font-weight:700}.rating-reviews-stats__sep{color:var(--text-tertiary,#9ca3af);font-weight:400}.rating-reviews-stats__reviews{color:var(--text-secondary,#6b7280);font-weight:500}.btn-new-request{gap:.25rem;padding:.5rem 1rem;border-radius:var(--radius-full)!important}@media (width<=767px){.dashboard-header{justify-content:space-between;flex-direction:row!important;align-items:center!important;gap:.5rem!important}.dashboard-header h1{font-size:var(--text-lg)!important}.btn-new-request{font-size:var(--text-sm);padding:.375rem .75rem}.btn-new-request svg{width:16px;height:16px}.rating-reviews-stats{margin-top:.125rem}.rating-reviews-stats__pill{font-size:var(--text-xs);gap:.3rem;padding:1px 8px}.rating-reviews-stats__icon{width:12px;height:12px}}.stats-grid-container{margin-bottom:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.stat-tile{cursor:pointer;transition:transform var(--duration-fade,.2s) var(--ease-micro), box-shadow var(--duration-fade,.2s) var(--ease-micro), background var(--duration-fade,.2s) var(--ease-micro), color var(--duration-fade,.2s) var(--ease-micro), opacity var(--duration-fade,.2s) var(--ease-micro);text-align:center;box-shadow:var(--elevation-1);animation:tileEnter var(--duration-modal,.28s) var(--ease-ios) both;border-radius:1rem;padding:1.25rem 1rem;position:relative}.stat-tile:first-child{animation-delay:0s}.stat-tile:nth-child(2){animation-delay:60ms}.stat-tile:nth-child(3){animation-delay:.12s}.stat-tile:nth-child(4){animation-delay:.18s}@keyframes tileEnter{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.stat-tile:hover{box-shadow:var(--elevation-2);transform:translateY(-2px)}.stat-tile:active{transition-duration:var(--duration-micro);transform:scale(.97)}.stat-tile:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.stat-tile-selected{box-shadow:0 0 0 2px var(--primary-color), var(--elevation-2);transform:translateY(-1px)}.stat-tile-selected:hover{box-shadow:0 0 0 2px var(--primary-color), var(--elevation-3);transform:translateY(-2px)}.stat-tile-selected:focus-visible{outline:2px solid var(--primary-color);outline-offset:4px}.stat-tile-selected:active{transform:translateY(-1px)scale(.97)}.stat-tile.syncing{opacity:.7}.stat-tile-label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.025em;opacity:.9;font-weight:600}.stat-tile-value{font-size:var(--text-4xl);transition:transform var(--duration-micro,.15s) var(--ease-spring);margin:.25rem 0;font-weight:700;line-height:1.2}.stat-tile-value.value-changed{animation:valuePop var(--duration-modal,.28s) var(--ease-spring)}@keyframes valuePop{0%{transform:scale(1)}40%{transform:scale(1.15)}to{transform:scale(1)}}.stat-tile-subtitle{font-size:var(--text-xs);opacity:.8}.stat-tile-badge{border-radius:var(--radius-full);font-size:var(--text-2xs);color:#fff;animation:var(--badge-animation);align-items:center;gap:.25rem;padding:.25rem .5rem;font-weight:600;display:flex;position:absolute;top:.5rem;right:.5rem}@media (prefers-reduced-motion:reduce){.stat-tile,.stat-tile-value,.stat-tile-badge{animation:none}.stat-tile:active{transform:none}}@media (width>=768px){.stats-grid{grid-template-columns:repeat(4,1fr)}.stat-tile{padding:1.5rem 1rem}}.cpm-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:flex-end;padding:0;animation:.2s cpmFadeIn;display:flex;position:fixed;inset:0}@keyframes cpmFadeIn{0%{opacity:0}to{opacity:1}}@keyframes cpmSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cpm-sheet{background:var(--surface,#fff);border-radius:20px 20px 0 0;width:100%;max-width:480px;max-height:90dvh;padding:1.5rem;animation:.3s cpmSlideUp;position:relative;overflow-y:auto;box-shadow:0 -10px 40px #0000001f}@media (width>=640px){.cpm-overlay{align-items:center;padding:1rem}.cpm-sheet{border-radius:16px;padding:2rem;animation:.25s cpmScaleIn}@keyframes cpmScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}}.cpm-close{color:var(--text-secondary);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:50%;padding:.375rem;transition:background .15s;position:absolute;top:1rem;right:1rem}.cpm-close:hover{background:var(--hover-bg);color:var(--text-primary)}.cpm-header{text-align:center;margin-bottom:1.5rem}.cpm-icon-circle{background:var(--primary-light,#e0f2ef);width:56px;height:56px;color:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;margin:0 auto .75rem;display:flex}.cpm-title{color:var(--text-primary);margin:0 0 .375rem;font-size:1.25rem;font-weight:600}.cpm-subtitle{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.5}.cpm-loading{justify-content:center;padding:2rem 0;display:flex}.cpm-fields{flex-direction:column;gap:1.25rem;display:flex}.cpm-field{flex-direction:column;gap:.375rem;display:flex}.cpm-label{color:var(--text-primary);align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;display:flex}.cpm-input{border:1.5px solid var(--border-color);background:var(--surface);color:var(--text-primary);border-radius:10px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.cpm-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-rgb,106, 185, 164), .15);outline:none}.cpm-input--error{border-color:var(--danger-color,#ef4444)}.cpm-error{color:var(--danger-color,#ef4444);font-size:.75rem}.cpm-address-preview{color:var(--primary-color);background:var(--primary-light,#e0f2ef);border-radius:8px;align-items:center;gap:.375rem;margin-top:.25rem;padding:.5rem .75rem;font-size:.8125rem;display:flex}.cpm-save-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.875rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s;display:flex}.cpm-save-btn:hover:not(:disabled){background:var(--primary-dark,#5a9e90)}.cpm-save-btn:active:not(:disabled){transform:scale(.98)}.cpm-save-btn:disabled{opacity:.6;cursor:not-allowed}.cpm-skip-btn{width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.625rem;font-size:.875rem;transition:color .15s}.cpm-skip-btn:hover{color:var(--text-primary)}.setup-checklist{background:var(--surface);border:1px solid var(--border-color);border-radius:var(--radius-lg,.75rem);margin-bottom:1rem;padding:1rem 1.25rem}.setup-checklist__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.setup-checklist__title-row{align-items:baseline;gap:.5rem;display:flex}.setup-checklist__title{font-size:var(--text-base,1rem);color:var(--text-primary);margin:0;font-weight:600}.setup-checklist__counter{font-size:var(--text-sm,.875rem);color:var(--text-secondary)}.setup-checklist__actions{align-items:center;gap:.25rem;display:flex}.setup-checklist__toggle{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-full,9999px);background:0 0;border:none;padding:.25rem;transition:background .15s;display:none}.setup-checklist__toggle:hover{background:var(--hover-bg)}.setup-checklist__dismiss{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-full,9999px);background:0 0;border:none;padding:.25rem;transition:background .15s}.setup-checklist__dismiss:hover{background:var(--hover-bg);color:var(--text-primary)}.setup-checklist__progress-track{background:var(--border-color);border-radius:3px;height:6px;margin-bottom:.75rem;overflow:hidden}.setup-checklist__progress-fill{background:var(--primary-color);border-radius:3px;height:100%;transition:width .4s}.setup-checklist__collapsed-hint{font-size:var(--text-sm,.875rem);color:var(--text-secondary);text-align:center;margin:0;padding:.25rem 0}.setup-checklist__items{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.setup-checklist__item{border-radius:var(--radius-md,.5rem);align-items:center;gap:.75rem;padding:.5rem .25rem;transition:background .15s;display:flex}.setup-checklist__item:hover{background:var(--hover-bg)}.setup-checklist__item-icon{color:var(--text-secondary);flex-shrink:0;align-items:center;display:flex}.setup-checklist__item--done .setup-checklist__item-icon{color:var(--primary-color)}.setup-checklist__item-body{flex-direction:column;flex:1;min-width:0;display:flex}.setup-checklist__item-label{font-size:var(--text-sm,.875rem);color:var(--text-primary);font-weight:500}.setup-checklist__item--done .setup-checklist__item-label{color:var(--text-secondary)}.setup-checklist__item-hint{font-size:var(--text-xs,.75rem);color:var(--text-secondary);margin-top:.125rem}.setup-checklist__item-cta{font-size:var(--text-sm,.875rem);color:var(--primary-color);border:1px solid var(--primary-color);border-radius:var(--radius-md,.5rem);cursor:pointer;white-space:nowrap;background:0 0;flex-shrink:0;align-items:center;gap:.25rem;padding:.375rem .75rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.setup-checklist__item-cta:disabled{opacity:.7;cursor:not-allowed}.setup-checklist__spin{animation:.9s linear infinite setupChecklistSpin}@keyframes setupChecklistSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.setup-checklist__item-cta:hover{background:var(--primary-color);color:#fff}@media (width<=640px){.setup-checklist__toggle{display:flex}.setup-checklist__item{flex-wrap:wrap}.setup-checklist__item-cta{margin-top:.25rem;margin-left:2.25rem}}.spotlight-card{transition:opacity var(--duration-fade,.2s) var(--ease-micro);margin-bottom:0}.spotlight-scroll{margin:-4px;padding:4px;display:flex}.spotlight-snap-item{flex:0 0 100%;min-width:0}.spotlight-card .job-card-unified{width:100%;min-width:0;max-width:100%;min-height:var(--spotlight-card-height,220px);max-height:var(--spotlight-card-height,220px);flex:100%}.spotlight-card--carousel .spotlight-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:.75rem;margin:-4px;padding:4px;overflow-x:auto}.spotlight-card--carousel .spotlight-scroll::-webkit-scrollbar{display:none}.spotlight-card--carousel .spotlight-snap-item{scroll-snap-align:start;flex:0 0 calc(95% - .375rem)}.spotlight-card--carousel .spotlight-snap-item:last-child{flex:0 0 100%}.spotlight-hero{gap:var(--space-4,16px);padding:var(--space-4,16px) var(--space-5,20px);background:var(--surface-1,#fff);border:1px solid var(--border-color,#e5e7eb);border-radius:var(--radius-lg,16px);box-shadow:var(--shadow-sm,0 1px 2px #0000000a);grid-template-columns:auto 1fr auto;align-items:center;min-height:200px;transition:box-shadow .2s;display:grid;position:relative}.spotlight-hero:hover{box-shadow:var(--shadow-md,0 4px 12px #00000014)}.spotlight-hero--pulse{animation:1.2s ease-out spotlight-hero-pulse}@keyframes spotlight-hero-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--primary-color,#1f99b5) 40%, transparent)}60%{box-shadow:0 0 0 10px color-mix(in srgb, var(--primary-color,#1f99b5) 0%, transparent)}to{box-shadow:var(--shadow-sm,0 1px 2px #0000000a)}}.spotlight-hero__ring{flex-shrink:0;width:72px;height:72px}.spotlight-hero__ring svg{width:100%;height:100%;transform:rotate(-90deg)}.spotlight-hero__ring-track{fill:var(--surface-2,#f3f4f6);stroke:var(--border-color,#e5e7eb);stroke-width:5px}.spotlight-hero__ring-fill{fill:none;stroke:var(--primary-color,#1f99b5);stroke-width:6px;stroke-linecap:round;transition:stroke-dashoffset .4s cubic-bezier(.4,0,.2,1)}.spotlight-hero__ring-text{color:var(--text-primary,#111827);justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex;position:absolute;inset:0}.spotlight-hero__ring-wrap{flex-direction:column;align-items:center;gap:4px;display:flex;position:relative}.spotlight-hero__ring-caption{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary,#9ca3af);font-size:10px;font-weight:600}.spotlight-hero__body{gap:var(--space-2,8px);flex-direction:column;min-width:0;display:flex}.spotlight-hero__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary,#9ca3af);font-size:10px;font-weight:700}.spotlight-hero__stage-row{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.spotlight-hero__rationale{background:color-mix(in srgb, var(--ai-color,#8b5cf6) 12%, transparent);color:var(--ai-color,#8b5cf6);border:1px solid color-mix(in srgb, var(--ai-color,#8b5cf6) 30%, transparent);white-space:nowrap;border-radius:9999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.spotlight-hero__label{color:var(--primary-color,#1f99b5);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.spotlight-hero__title{color:var(--text-primary,#111827);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:17px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.spotlight-hero__meta{color:var(--text-secondary,#6b7280);flex-wrap:wrap;gap:4px 12px;margin:0;padding:0;font-size:12px;list-style:none;display:flex}.spotlight-hero__meta-item{align-items:center;gap:4px;display:inline-flex}.spotlight-hero__meta-item--price{color:var(--text-primary,#111827);font-weight:600}.spotlight-hero__timeline{grid-template-columns:repeat(5,1fr);gap:4px;margin-top:4px;display:grid}.spotlight-hero__timeline-step{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.spotlight-hero__timeline-bar{background:var(--border-color,#e5e7eb);border-radius:2px;width:100%;height:4px;overflow:hidden}.spotlight-hero__timeline-bar--done{background:var(--primary-color,#1f99b5)}.spotlight-hero__timeline-bar--current{background:linear-gradient(90deg, var(--primary-color,#1f99b5) 50%, var(--border-color,#e5e7eb) 50%)}.spotlight-hero__timeline-label{color:var(--text-tertiary,#9ca3af);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:10px;overflow:hidden}.spotlight-hero__timeline-step--current .spotlight-hero__timeline-label{color:var(--primary-color,#1f99b5);font-weight:600}.spotlight-hero__timeline-step--done .spotlight-hero__timeline-label{color:var(--text-secondary,#6b7280)}.spotlight-hero__cta-col{gap:var(--space-2,8px);flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.spotlight-hero__chat{background:var(--surface-2,#f3f4f6);width:36px;height:36px;color:var(--text-secondary,#6b7280);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex;position:relative}.spotlight-hero__chat:hover,.spotlight-hero__chat:focus-visible{background:var(--surface-3,#e5e7eb);color:var(--text-primary,#111827);outline:none}.spotlight-hero__chat-dot{background:var(--danger-color,#ef4444);border:2px solid var(--surface-1,#fff);border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.spotlight-hero__cta{background:var(--primary-color,#1f99b5);color:#fff;border-radius:var(--radius-md,10px);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:600;transition:background .15s,transform .15s;display:inline-flex}.spotlight-hero__cta:hover{background:var(--primary-color-dark,#1a86a0)}.spotlight-hero__cta:active{transform:scale(.97)}.spotlight-hero__cta:disabled{background:var(--surface-3,#d1d5db);color:var(--text-tertiary,#9ca3af);cursor:not-allowed}.spotlight-hero__cta--unlock{background:linear-gradient(135deg, var(--ai-color,#8b5cf6) 0%, var(--primary-color,#1f99b5) 100%);box-shadow:0 2px 10px #8b5cf640}.spotlight-hero__cta--unlock:hover{background:linear-gradient(135deg, var(--ai-color,#8b5cf6) 0%, var(--primary-color-dark,#1a86a0) 100%);filter:brightness(1.05)}.spotlight-hero__cta--unlock:disabled{background:var(--surface-3,#d1d5db);box-shadow:none}.spotlight-hero__escrow{color:var(--text-tertiary,#9ca3af);align-items:center;gap:6px;font-size:11px;display:inline-flex}.spotlight-hero__escrow-icon{color:var(--success-color,#10b981)}@media (width<=640px){.spotlight-hero{padding:var(--space-3,12px) var(--space-4,16px);grid-template-columns:auto 1fr;grid-template-areas:"ring body""cta cta";min-height:0}.spotlight-hero__ring{grid-area:ring;width:56px;height:56px}.spotlight-hero__body{grid-area:body}.spotlight-hero__cta-col{width:100%;margin-top:var(--space-2,8px);flex-direction:row;grid-area:cta;justify-content:space-between;align-items:center}.spotlight-hero__cta{flex:1;justify-content:center}.spotlight-hero__title{font-size:15px}.spotlight-hero__timeline-label{display:none}}@media (prefers-reduced-motion:reduce){.spotlight-hero,.spotlight-hero__ring-fill,.spotlight-hero__cta{transition:none}.spotlight-hero--pulse{animation:none}}.segmented-tabs{background:var(--surface-2,#f3f4f6);border-radius:var(--radius-md,10px);width:100%;max-width:560px;margin:0 0 var(--space-3,12px) 0;scrollbar-width:none;gap:2px;padding:4px;display:inline-flex;overflow-x:auto}.segmented-tabs::-webkit-scrollbar{display:none}.segmented-tabs__btn{min-width:fit-content;color:var(--text-secondary,#6b7280);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:inline-flex;position:relative}.segmented-tabs__btn:hover{color:var(--text-primary,#111827)}.segmented-tabs__btn:focus-visible{outline:2px solid var(--primary-color,#1f99b5);outline-offset:1px}.segmented-tabs__btn--active{background:var(--surface-1,#fff);color:var(--text-primary,#111827);box-shadow:var(--shadow-sm,0 1px 2px #00000014)}.segmented-tabs__count{background:var(--surface-3,#e5e7eb);min-width:20px;height:20px;color:var(--text-secondary,#4b5563);font-variant-numeric:tabular-nums;border-radius:10px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:600;line-height:1;transition:background .15s,color .15s;display:inline-flex}.segmented-tabs__count--attention{background:color-mix(in srgb, var(--warning-color,#f59e0b) 18%, transparent);color:var(--warning-color,#f59e0b);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--warning-color,#f59e0b) 35%, transparent)}.segmented-tabs__count--muted{background:var(--surface-2,#f3f4f6);color:var(--text-tertiary,#6b7280)}.segmented-tabs__btn:hover .segmented-tabs__count{color:var(--text-primary,#111827)}.segmented-tabs__btn:hover .segmented-tabs__count--attention{color:var(--warning-color,#f59e0b)}@media (prefers-reduced-motion:reduce){.segmented-tabs__btn{transition:none}}.empty-state-enhanced{text-align:center;background:var(--surface-elevated,var(--surface));border:1.5px dashed var(--border-color);height:var(--spotlight-card-height,220px);box-sizing:border-box;animation:emptyStateFadeIn var(--duration-fade,.2s) var(--ease-micro) both;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;margin:0;padding:1.25rem 1rem;display:flex;box-shadow:0 1px 3px #0000000a}@keyframes emptyStateFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.empty-state-enhanced{animation:none}}.empty-state-icon{background:var(--surface-2,#f3f4f6);opacity:1;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.5rem;display:inline-flex}.empty-state-icon svg{width:24px;height:24px}.empty-state-title{font-size:var(--text-md,1rem);color:var(--text-primary);margin:0 0 .2rem;font-weight:600}.empty-state-message{font-size:var(--text-xs,.75rem);color:var(--text-secondary);max-width:280px;margin:0 0 .5rem;line-height:1.4}.empty-state-cta{font-size:var(--text-xs,.75rem);align-items:center;gap:.5rem;padding:.4rem .875rem;display:flex}@media (width<=768px){.empty-state-enhanced{height:var(--spotlight-card-height-mobile,200px);padding:1rem .75rem}.empty-state-icon{width:40px;height:40px}.empty-state-icon svg{width:20px;height:20px}.empty-state-title{font-size:var(--text-sm,.875rem)}.empty-state-message{font-size:var(--text-2xs,.6875rem);max-width:240px}}
