.dashboard-page{background:var(--bg-light)}.dash-breadcrumbs{padding-top:calc(var(--header-height) + 20px);padding-bottom:0;background:var(--bg-warm)}.dash-breadcrumbs .breadcrumbs{padding:0}.dash-breadcrumbs .breadcrumbs ol{display:flex;align-items:center;gap:0;font-size:13px;color:var(--text-medium)}.dash-breadcrumbs .breadcrumbs li{display:flex;align-items:center;gap:6px}.dash-breadcrumbs .breadcrumbs a{color:var(--green);font-weight:600}.dash-breadcrumbs .breadcrumbs a:hover{text-decoration:underline}.dash-breadcrumbs .breadcrumb-sep{margin:0 4px;color:var(--text-light)}.dash-breadcrumbs .breadcrumb-home-icon{display:inline-flex;color:var(--green)}.dash-hero-area{background:var(--bg-warm);padding-bottom:40px;border-bottom:1px solid var(--border)}.dash-header{padding-top:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.dash-header-meta{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-medium);margin-bottom:8px}.dash-header-category{display:inline-flex;color:var(--green)}.dash-header-category-text{font-weight:600;color:var(--green)}.dash-header-dot{color:var(--text-light)}.dash-header-location{display:inline-flex;align-items:center;gap:4px}.dash-header-loc-icon{display:inline-flex;color:var(--text-light)}.dash-header-loc-icon svg{width:13px;height:13px}.dash-header-title{font-size:clamp(26px,3.5vw,38px);font-weight:900;color:var(--green-dark);line-height:1.15;margin-bottom:12px}.dash-header-info{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.dash-header-date{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--text-medium)}.dash-header-date-icon{display:inline-flex;color:var(--text-light)}.dash-header-date-icon svg{width:14px;height:14px}.dash-status-badge{display:inline-flex;align-items:center;padding:5px 14px;border-radius:var(--radius-full);font-family:var(--font-heading);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.dash-status-badge--waiting{background:#fff3e0;color:#e65100}.dash-status-badge--first-quote,.dash-status-badge--multiple-quotes{background:var(--green-pale);color:var(--green-dark)}.dash-header-actions{display:flex;gap:8px;flex-shrink:0}.btn-outline.dash-header-btn{font-size:13px;padding:10px 18px;gap:6px;white-space:nowrap}.dash-header-btn svg{width:14px;height:14px}.dash-progress{margin-top:32px}.dash-progress-track{display:flex;align-items:flex-start;justify-content:space-between;position:relative;padding:0 20px}.dash-progress-step{display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;z-index:2;flex:0 0 auto;width:0}.dash-progress-step:first-child{align-items:flex-start;width:auto}.dash-progress-step:last-child{align-items:flex-end;width:auto}.dash-progress-dot{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:13px;font-weight:800;transition:all .4s var(--bounce);flex-shrink:0}.dash-progress-step--completed .dash-progress-dot{background:var(--green);color:#fff;box-shadow:0 2px 8px #39b54a4d}.dash-progress-step--current .dash-progress-dot{background:var(--green);color:#fff;box-shadow:0 0 0 4px #39b54a26,0 2px 8px #39b54a4d;animation:dashPulse 2s ease infinite}.dash-progress-step--upcoming .dash-progress-dot{background:var(--bg-light);color:var(--text-light);border:2px solid var(--border)}@keyframes dashPulse{0%,to{box-shadow:0 0 0 4px #39b54a26,0 2px 8px #39b54a4d}50%{box-shadow:0 0 0 8px #39b54a14,0 2px 12px #39b54a33}}.dash-progress-check{display:flex;align-items:center;justify-content:center}.dash-progress-number{line-height:1}.dash-progress-label{display:none;font-family:var(--font-heading);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;text-align:center}.dash-progress-label-full{display:block;font-family:var(--font-heading);font-size:12px;font-weight:700;white-space:nowrap;text-align:center}.dash-progress-step--completed .dash-progress-label,.dash-progress-step--completed .dash-progress-label-full{color:var(--green)}.dash-progress-step--current .dash-progress-label,.dash-progress-step--current .dash-progress-label-full{color:var(--green-dark)}.dash-progress-step--upcoming .dash-progress-label,.dash-progress-step--upcoming .dash-progress-label-full{color:var(--text-light)}.dash-progress-line{position:absolute;top:18px;left:38px;right:38px;height:3px;background:var(--border);border-radius:2px;z-index:1}.dash-progress-line-fill{height:100%;background:var(--green);border-radius:2px;transition:width .6s ease}.dash-progress-helper{text-align:center;font-size:14px;color:var(--text-medium);margin-top:20px;line-height:1.6}.dash-status-panel{display:flex;align-items:flex-start;gap:16px;padding:24px 28px;border-radius:var(--radius);margin-bottom:28px;border:1px solid}.dash-status-panel--waiting{background:#fffaf0;border-color:#ffe0b2}.dash-status-panel--first-quote,.dash-status-panel--multiple-quotes{background:#f1faf2;border-color:#c8e6c9}.dash-status-panel-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.dash-status-panel--waiting .dash-status-panel-icon{background:#fff3e0;color:#e65100}.dash-status-panel--first-quote .dash-status-panel-icon,.dash-status-panel--multiple-quotes .dash-status-panel-icon{background:var(--green-pale);color:var(--green-dark)}.dash-status-panel-icon svg{width:20px;height:20px}.dash-status-panel-heading{font-size:18px;font-weight:800;margin-bottom:4px}.dash-status-panel--waiting .dash-status-panel-heading{color:#bf360c}.dash-status-panel--first-quote .dash-status-panel-heading,.dash-status-panel--multiple-quotes .dash-status-panel-heading{color:var(--green-dark)}.dash-status-panel-body{font-size:14px;color:var(--text-medium);line-height:1.6}.dash-stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}.dash-stat{background:#fff;border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;box-shadow:var(--shadow-card);border:1px solid rgb(0 0 0 / .04);transition:transform var(--transition),box-shadow var(--transition)}.dash-stat:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.dash-stat-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;margin-bottom:4px}.dash-stat--positive .dash-stat-icon{background:var(--green-pale);color:var(--green)}.dash-stat--neutral .dash-stat-icon{background:#f0f0f0;color:var(--text-medium)}.dash-stat--waiting .dash-stat-icon{background:#fff3e0;color:#e65100}.dash-stat-value{font-family:var(--font-heading);font-size:28px;font-weight:900;color:var(--text-dark);line-height:1}.dash-stat-label{font-size:12px;font-weight:600;color:var(--text-medium);text-transform:uppercase;letter-spacing:.04em}.dash-main{padding:40px 0 120px}.dash-layout{display:grid;grid-template-columns:1fr 340px;gap:32px;align-items:start}.dash-content{min-width:0}.dash-sidebar{position:sticky;top:calc(var(--header-height) + 24px);display:flex;flex-direction:column;gap:20px}.dash-section-heading{font-family:var(--font-heading);font-size:20px;font-weight:800;color:var(--text-dark);margin-bottom:20px;display:flex;align-items:center;gap:10px}.dash-section-heading .dash-section-count{font-size:13px;font-weight:700;padding:3px 10px;border-radius:var(--radius-full);background:var(--green-pale);color:var(--green-dark)}.dash-section{margin-bottom:40px}.dash-section--empty{margin-bottom:24px}.dash-quotes-list{display:flex;flex-direction:column;gap:20px}.dash-quote-card{background:#fff;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-card);border:1px solid rgb(0 0 0 / .04);position:relative;transition:box-shadow var(--transition),border-color var(--transition)}.dash-quote-card:hover{box-shadow:var(--shadow-soft);border-color:#39b54a33}.dash-quote-card.dash-quote-card--selected{border-color:var(--green);box-shadow:0 0 0 2px #39b54a26,var(--shadow-soft)}.dash-quote-card.dash-quote-card--shortlisted{border-color:var(--yellow)}.dash-quote-compare-check{position:absolute;top:16px;right:16px;display:flex;align-items:center;gap:6px;cursor:pointer;font-size:12px;font-weight:600;color:var(--text-medium)}.dash-compare-checkbox{position:absolute;opacity:0;pointer-events:none}.dash-compare-checkmark{width:20px;height:20px;border-radius:4px;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;transition:all var(--transition);flex-shrink:0}.dash-compare-checkbox:checked~.dash-compare-checkmark{background:var(--green);border-color:var(--green)}.dash-compare-checkbox:checked~.dash-compare-checkmark:after{content:"";width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-2px}.dash-compare-label{user-select:none}.dash-quote-card-header{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px}.dash-quote-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:800;font-size:16px;color:#fff;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.dash-quote-business-name{font-size:17px;font-weight:800;color:var(--text-dark);margin-bottom:2px}.dash-quote-business-meta{font-size:13px;color:var(--text-medium);display:block;margin-bottom:4px}.dash-quote-response-time{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--text-light)}.dash-quote-response-icon{display:inline-flex}.dash-quote-response-icon svg{width:12px;height:12px}.dash-quote-details{margin-bottom:16px}.dash-quote-detail-row{display:flex;gap:32px}.dash-quote-price-block,.dash-quote-avail-block{display:flex;flex-direction:column;gap:2px}.dash-quote-price-label,.dash-quote-avail-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light)}.dash-quote-price{font-family:var(--font-heading);font-size:24px;font-weight:900;color:var(--green-dark);line-height:1.2}.dash-quote-avail{font-family:var(--font-heading);font-size:16px;font-weight:700;color:var(--text-dark);line-height:1.2;padding-top:6px}.dash-quote-notes{padding:14px 18px;background:var(--bg-light);border-radius:var(--radius-sm);margin-bottom:20px}.dash-quote-notes p{font-size:13px;color:var(--text-medium);line-height:1.65}.dash-quote-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn-green.dash-quote-btn{font-size:13px;padding:10px 20px}.dash-quote-btn-icon{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-heading);font-size:13px;font-weight:700;color:var(--text-medium);padding:10px 16px;border-radius:var(--radius-full);border:1px solid var(--border);background:#fff;cursor:pointer;transition:all var(--transition)}.dash-quote-btn-icon:hover{border-color:var(--green);color:var(--green)}.dash-shortlist-filled,.dash-quote-card--shortlisted .dash-shortlist-empty{display:none}.dash-quote-card--shortlisted .dash-shortlist-filled{display:inline-flex;color:var(--yellow)}.dash-quote-btn-link{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-heading);font-size:13px;font-weight:600;color:var(--text-medium);transition:color var(--transition);padding:8px 4px}.dash-quote-btn-link:hover{color:var(--green)}.dash-quote-btn-link svg{width:14px;height:14px}.dash-businesses-list{display:flex;flex-direction:column;gap:1px;background:var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card)}.dash-business-row{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;transition:background var(--transition)}.dash-business-row:hover{background:#fafafa}.dash-business-row-main{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.dash-business-avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:800;font-size:13px;color:#fff;flex-shrink:0}.dash-business-name{font-size:14px;font-weight:700;color:var(--text-dark);margin-bottom:1px}.dash-business-meta{font-size:12px;color:var(--text-medium)}.dash-business-row-status{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.dash-biz-status-badge{display:inline-flex;padding:3px 10px;border-radius:var(--radius-full);font-family:var(--font-heading);font-size:11px;font-weight:700;white-space:nowrap}.dash-biz-status--success{background:var(--green-pale);color:var(--green-dark)}.dash-biz-status--info{background:#e3f2fd;color:#1565c0}.dash-biz-status--waiting{background:#fff3e0;color:#e65100}.dash-biz-status--warning{background:#fff8e1;color:#f57f17}.dash-biz-status--neutral{background:#f0f0f0;color:var(--text-medium)}.dash-biz-status--muted{background:#f5f5f5;color:var(--text-light)}.dash-business-activity{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--text-light)}.dash-activity-icon{display:inline-flex}.dash-activity-icon svg{width:11px;height:11px}.dash-business-row-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.dash-biz-action{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-heading);font-size:12px;font-weight:600;color:var(--text-medium);transition:color var(--transition);white-space:nowrap}.dash-biz-action:hover{color:var(--green)}.dash-biz-action svg{width:12px;height:12px}.dash-biz-action--primary{color:var(--green);font-weight:700}.dash-biz-action--primary:hover{color:var(--green-dark)}.dash-messages-list{display:flex;flex-direction:column;gap:16px}.dash-message-card{background:#fff;border-radius:var(--radius);padding:22px 24px;box-shadow:var(--shadow-card);border:1px solid rgb(0 0 0 / .04);border-left:4px solid var(--yellow)}.dash-message-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.dash-message-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:800;font-size:12px;color:#fff;flex-shrink:0}.dash-message-info{flex:1;min-width:0}.dash-message-business{font-size:14px;font-weight:700;color:var(--text-dark);margin-bottom:1px}.dash-message-time{font-size:12px;color:var(--text-light)}.dash-message-needs-reply{flex-shrink:0;font-family:var(--font-heading);font-size:11px;font-weight:700;padding:4px 10px;border-radius:var(--radius-full);background:#fff3e0;color:#e65100;text-transform:uppercase;letter-spacing:.04em}.dash-message-body{font-size:14px;color:var(--text-medium);line-height:1.65;margin-bottom:16px}.dash-message-actions{display:flex;gap:10px}.btn-green.dash-message-btn,.btn-outline.dash-message-btn{font-size:13px;padding:8px 18px;gap:6px}.dash-message-btn svg{width:14px;height:14px}.dash-empty-state{text-align:center;padding:40px 24px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-card);border:1px solid rgb(0 0 0 / .04)}.dash-empty-state-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--bg-light);color:var(--text-light);margin:0 auto 12px}.dash-empty-state-icon svg{width:22px;height:22px}.dash-empty-state h4{font-size:15px;font-weight:700;margin-bottom:4px}.dash-empty-state p{font-size:13px;color:var(--text-medium);line-height:1.6}.dash-sidebar-card{background:#fff;border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-card);border:1px solid rgb(0 0 0 / .04)}.dash-sidebar-card-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;user-select:none}.dash-sidebar-card-header h3{font-size:16px;font-weight:800}.dash-collapse-icon{display:flex;color:var(--text-light);transition:transform var(--transition)}.dash-sidebar-card-header[aria-expanded=false] .dash-collapse-icon{transform:rotate(-90deg)}.dash-sidebar-card-body{margin-top:18px;overflow:hidden;transition:max-height .35s ease,opacity .3s ease}.dash-sidebar-card-body.collapsed{max-height:0!important;opacity:0;margin-top:0}.dash-summary-list{display:flex;flex-direction:column;gap:0}.dash-summary-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgb(0 0 0 / .05)}.dash-summary-row:last-child{border-bottom:none}.dash-summary-row dt{font-size:13px;font-weight:600;color:var(--text-medium);flex-shrink:0}.dash-summary-row dd{font-size:13px;color:var(--text-dark);text-align:right;line-height:1.5}.dash-summary-stats{display:flex;flex-direction:column;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.dash-summary-stat{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-medium)}.dash-summary-stat svg{width:14px;height:14px}.dash-summary-stat--positive{color:var(--green)}.dash-summary-actions{display:flex;flex-direction:column;gap:8px;margin-top:18px}.btn-outline.dash-summary-btn{width:100%;font-size:13px;padding:10px 16px;gap:6px;justify-content:center}.dash-summary-btn svg{width:14px;height:14px}.dash-next-actions h3{font-size:16px;font-weight:800;margin-bottom:16px}.dash-next-actions-list{display:flex;flex-direction:column;gap:8px}.btn-yellow.dash-next-action-btn,.btn-green.dash-next-action-btn,.btn-outline.dash-next-action-btn{width:100%;font-size:13px;padding:11px 16px;gap:6px;justify-content:center}.dash-next-action-btn svg{width:14px;height:14px}.dash-guidance{display:flex;align-items:flex-start;gap:14px;padding:20px 24px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-card);border:1px solid rgb(0 0 0 / .04)}.dash-guidance-icon{flex-shrink:0;display:flex;color:var(--green);margin-top:2px}.dash-guidance-heading{font-size:15px;font-weight:700;margin-bottom:4px}.dash-guidance-body{font-size:13px;color:var(--text-medium);line-height:1.65}.dash-compare-bar{position:fixed;bottom:80px;left:0;right:0;z-index:800;transform:translateY(calc(100% + 100px));transition:transform .4s var(--bounce);pointer-events:none}.dash-compare-bar[aria-hidden=false]{transform:translateY(0);pointer-events:all}.dash-compare-bar-inner{background:var(--text-dark);border-radius:var(--radius);padding:16px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 32px #00000040}.dash-compare-bar-count{display:flex;align-items:center;gap:8px;font-family:var(--font-heading);font-size:15px;font-weight:700;color:#fff}.dash-compare-bar-icon{display:flex;color:var(--green-light)}.dash-compare-bar-actions{display:flex;gap:8px}.btn-yellow.dash-compare-bar-btn,.btn-outline.dash-compare-bar-btn{font-size:13px;padding:10px 20px}@media(max-width:1024px){.dash-layout{grid-template-columns:1fr}.dash-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:16px}.dash-business-row{flex-wrap:wrap}.dash-business-row-actions{width:100%;padding-top:8px;border-top:1px solid rgb(0 0 0 / .05);margin-top:4px}}@media(max-width:768px){.dash-header{flex-direction:column}.dash-header-actions{width:100%}.dash-header-btn{flex:1;justify-content:center}.dash-header-title{font-size:24px}.dash-progress-track{padding:0 8px}.dash-progress-label-full{display:none}.dash-progress-label{display:block;font-size:10px}.dash-progress-dot{width:30px;height:30px;font-size:11px}.dash-progress-line{top:15px;left:23px;right:23px}.dash-stats-strip{grid-template-columns:repeat(2,1fr)}.dash-sidebar{grid-template-columns:1fr}.dash-quote-card{padding:20px}.dash-quote-detail-row{gap:20px}.dash-quote-actions{flex-direction:column;align-items:stretch}.dash-quote-actions .dash-quote-btn{text-align:center}.dash-business-row{flex-direction:column;align-items:flex-start;gap:10px}.dash-business-row-status{align-items:flex-start;flex-direction:row;gap:10px}.dash-compare-bar-inner{flex-direction:column;gap:12px;text-align:center}.dash-message-header{flex-wrap:wrap}.dash-message-needs-reply{order:-1;width:100%;text-align:center;margin-bottom:8px}}@media(max-width:480px){.dash-stats-strip{grid-template-columns:1fr 1fr;gap:10px}.dash-stat{padding:14px 12px}.dash-stat-value{font-size:22px}.dash-stat-label{font-size:10px}}
