.dashboard-page,.dashboard-login-page{color:#18202a;background:linear-gradient(#f4f6f8 0%,#eef1f4 100%);min-height:100vh}.dashboard-page{padding:40px}.dashboard-topbar{justify-content:space-between;align-items:center;gap:24px;max-width:1200px;margin:0 auto 28px;display:flex}.dashboard-topbar h1,.dashboard-login-card h1{margin:4px 0 8px;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.dashboard-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#bd5c22;margin:0;font-size:.78rem;font-weight:800}.dashboard-subtitle,.dashboard-login-copy{color:#66717d;margin:0;line-height:1.6}.dashboard-primary-button,.dashboard-secondary-button,.dashboard-view-button{font:inherit;cursor:pointer;border:0;border-radius:10px;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s}.dashboard-primary-button,.dashboard-view-button{color:#fff;background:#1f2933}.dashboard-primary-button:hover,.dashboard-view-button:hover,.dashboard-secondary-button:hover{transform:translateY(-1px)}.dashboard-primary-button:disabled,.dashboard-secondary-button:disabled{cursor:not-allowed;opacity:.65;transform:none}.dashboard-secondary-button{color:#1f2933;background:#fff;border:1px solid #d9dee4;padding:12px 18px;box-shadow:0 4px 14px #18202a0f}.dashboard-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1200px;margin:0 auto 30px;display:grid}.dashboard-stat-card{color:#1f2933;min-height:132px;font:inherit;background:#fff;border:1px solid #dde2e7;border-radius:16px;padding:22px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;position:relative;overflow:hidden;box-shadow:0 8px 24px #18202a0f}.dashboard-stat-card:before{content:"";background:#66717d;width:100%;height:5px;position:absolute;top:0;left:0}.dashboard-stat-card:nth-child(2):before{background:#2f6fed}.dashboard-stat-card:nth-child(3):before{background:#8b5cf6}.dashboard-stat-card:nth-child(4):before{background:#d97706}.dashboard-stat-card:nth-child(5):before{background:#15803d}.dashboard-stat-card:nth-child(6):before{background:#b42318}.dashboard-stat-card:hover{border-color:#c7ced6;transform:translateY(-3px);box-shadow:0 14px 30px #18202a1c}.dashboard-stat-card:focus-visible{outline-offset:3px;outline:3px solid #bd5c2238}.dashboard-stat-card[aria-pressed=true]{background:#fbfcfd;border-color:#1f2933!important;box-shadow:0 14px 32px #18202a26!important}.dashboard-stat-card[aria-pressed=true]:after{content:"Active filter";color:#66717d;letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:800;position:absolute;bottom:14px;right:16px}.dashboard-stat-card span{color:#66717d;letter-spacing:.03em;text-transform:uppercase;margin-bottom:12px;font-size:.84rem;font-weight:800;display:block}.dashboard-stat-card strong{font-size:clamp(2rem,4vw,2.6rem);line-height:1;display:block}.dashboard-leads-section{max-width:1200px;margin:0 auto}.dashboard-section-heading{margin-bottom:16px}.dashboard-section-heading h2{margin:0 0 4px;font-size:1.45rem}.dashboard-section-heading p{color:#74808c;margin:0}.dashboard-lead-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:18px;display:grid}.dashboard-lead-card{background:#fff;border:1px solid #dde2e7;border-radius:16px;flex-direction:column;min-height:290px;padding:22px;display:flex;box-shadow:0 8px 24px #18202a0f}.dashboard-lead-card-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dashboard-lead-card h3{margin:4px 0 0;font-size:1.35rem}.dashboard-lead-project{color:#bd5c22;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.83rem;font-weight:800}.dashboard-status-badge{color:#187342;letter-spacing:.05em;text-transform:uppercase;background:#e8f7ee;border-radius:999px;flex-shrink:0;padding:6px 10px;font-size:.72rem;font-weight:800}.dashboard-lead-details{gap:14px;margin:24px 0;display:grid}.dashboard-lead-details div{border-bottom:1px solid #edf0f2;justify-content:space-between;gap:20px;padding-bottom:10px;display:flex}.dashboard-lead-details dt{color:#74808c;font-size:.88rem}.dashboard-lead-details dd{text-align:right;margin:0;font-weight:700}.dashboard-view-button{width:100%;margin-top:auto;padding:12px 16px}.dashboard-empty-state{text-align:center;background:#ffffffb3;border:1px dashed #c9d0d7;border-radius:16px;padding:48px 24px}.dashboard-empty-state h3{margin:0 0 8px}.dashboard-empty-state p{color:#74808c;margin:0}.dashboard-login-page{place-items:center;padding:24px;display:grid}.dashboard-login-card{background:#fff;border:1px solid #dde2e7;border-radius:18px;width:min(100%,440px);padding:36px;box-shadow:0 18px 50px #18202a1f}.dashboard-brand-mark{color:#fff;background:#1f2933;border-radius:13px;place-items:center;width:52px;height:52px;margin-bottom:22px;font-weight:900;display:grid}.dashboard-label{margin:26px 0 8px;font-size:.9rem;font-weight:800;display:block}.dashboard-input{box-sizing:border-box;color:#18202a;width:100%;font:inherit;background:#fff;border:1px solid #cbd2d9;border-radius:10px;padding:13px 14px}.dashboard-input:focus{border-color:#bd5c22;outline:3px solid #bd5c2229}.dashboard-primary-button{width:100%;margin-top:18px;padding:13px 16px}.dashboard-error{color:brown;background:#fff0f0;border-radius:8px;margin:14px 0 0;padding:10px 12px;font-size:.9rem}@media (width<=900px){.dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.dashboard-page{padding:24px 16px}.dashboard-topbar{flex-direction:column;align-items:stretch}.dashboard-secondary-button{width:100%}.dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-stat-card{min-height:118px;padding:18px}.dashboard-stat-card[aria-pressed=true]:after{display:none}.dashboard-lead-grid{grid-template-columns:1fr}.dashboard-login-card{padding:26px 22px}}@media (width<=430px){.dashboard-stats{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.dashboard-stat-card,.dashboard-primary-button,.dashboard-secondary-button,.dashboard-view-button{transition:none}}body{background:#f8fafc;margin:0;font-family:Arial,Helvetica,sans-serif}.chat-button{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:9999px;padding:16px 20px;font-weight:700;position:fixed;bottom:24px;right:24px}.chat-window{background:#fff;border-radius:16px;width:380px;max-width:92vw;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 10px 30px #0003}.chat-header{color:#fff;background:#111827;padding:16px}.chat-body{padding:16px}.form-stack{flex-direction:column;gap:10px;display:flex}.primary-btn{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:12px;width:100%;padding:12px;font-weight:700}.consent-box{text-align:left;margin:20px 0}.consent-label{align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;display:flex}.consent-label input{margin-top:4px}.consent-disclaimer{color:#666;margin-top:10px;font-size:12px}
