.dashboard-weather{color:var(--color-muted);margin:0 0 var(--space-sm);font-size:.8125rem}.dashboard-weather--inline{margin:0;display:inline}.dashboard-welcome-bar{justify-content:space-between;align-items:flex-end;gap:var(--space-xs) var(--space-md);width:100%;margin:0 0 var(--space-lg);padding:var(--space-md) 0 0;box-shadow:none;background:0 0;border:none;border-radius:0;flex-wrap:wrap;display:flex;position:relative}.dashboard-welcome-bar:before{content:"";background:var(--color-accent);border-radius:var(--radius-full);width:56px;height:3px;position:absolute;top:0;left:0}.dashboard-welcome-text{text-align:left;min-width:0;font-family:var(--font-headings);letter-spacing:-.025em;color:var(--color-primary);flex:auto;margin:0;font-size:clamp(1.875rem,4vw,2.5rem);font-weight:700;line-height:1.1}.dashboard-welcome-weather.dashboard-weather{text-align:right;font-family:var(--font-headings);letter-spacing:.01em;color:color-mix(in srgb, var(--color-muted) 75%, var(--color-primary) 25%);white-space:nowrap;border:none;flex:none;margin:0 0 .35rem;padding:0;font-size:.875rem;font-weight:500;line-height:1.4}@media (max-width:767px){.dashboard-welcome-bar{gap:var(--space-xs);padding-top:var(--space-sm);margin-bottom:var(--space-md)}.dashboard-welcome-text{width:100%;font-size:clamp(1.625rem,6vw,2rem)}.dashboard-welcome-weather.dashboard-weather{text-align:left;white-space:normal;overflow-wrap:anywhere;word-break:break-word;flex:none;align-self:stretch;width:100%;max-width:100%;margin:0;font-size:.875rem;line-height:1.45;display:block}}.dashboard-page main{min-width:0;max-width:100%;overflow-x:clip}.dashboard-banner{background:linear-gradient(135deg, var(--color-primary) 0%, color-mix(in srgb, var(--color-primary) 85%, #1a3a52) 100%);padding-top:max(var(--space-md), env(safe-area-inset-top));padding-bottom:max(var(--space-md), env(safe-area-inset-bottom));padding-left:max(var(--space-md), env(safe-area-inset-left));padding-right:max(var(--space-md), env(safe-area-inset-right));border-bottom:1px solid #ffffff14}.dashboard-banner .container{max-width:100%;padding-inline:max(var(--space-md), env(safe-area-inset-left)) max(var(--space-md), env(safe-area-inset-right));margin-inline:auto}.dashboard-banner--centered .container{text-align:center}.dashboard-banner--centered .dashboard-banner__title{margin-bottom:0}@media (min-width:768px){.dashboard-banner .container{max-width:56rem;padding-inline:var(--space-lg)}}@media (min-width:1280px){.dashboard-banner .container{max-width:72rem;padding-inline:var(--space-xl)}}.dashboard-banner__title{font-family:var(--font-headings);color:var(--color-light);letter-spacing:-.02em;margin:0 0 .2em;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:700;line-height:1.2}@media (max-width:600px){.dashboard-banner__title{font-size:1.125rem}}.dashboard-banner__lead{color:#ffffffe0;max-width:42ch;margin:0;font-size:clamp(.8125rem,1.5vw,.9375rem);line-height:1.45}@media (max-width:600px){.dashboard-banner__lead{color:#ffffffe6;font-size:.8125rem}}.dashboard-page .section .container{max-width:100%;padding-inline:var(--space-md);box-sizing:border-box;margin-inline:auto}@media (max-width:600px){.dashboard-page .section .container{padding-inline:max(var(--space-md), env(safe-area-inset-left)) max(var(--space-md), env(safe-area-inset-right))}}@media (min-width:768px){.dashboard-page .section .container{max-width:56rem;padding-inline:var(--space-lg)}}@media (min-width:1280px){.dashboard-page .section .container{max-width:72rem;padding-inline:var(--space-xl)}}.dashboard-page .dashboard-section{margin-top:var(--space-lg)}@media (min-width:768px){.dashboard-page .dashboard-section{margin-top:var(--space-xl)}}.dashboard-page .dashboard-section:first-of-type{margin-top:0}.dashboard-section-header{margin-bottom:var(--space-md)}.dashboard-section-header .section-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:.35rem;font-size:.6875rem;font-weight:700;display:inline-block}.dashboard-section-header .section-title{font-family:var(--font-headings);color:var(--color-primary);letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.25}.dashboard-section-header .section-lead{color:var(--color-muted);max-width:52ch;margin:0;font-size:.9375rem;line-height:1.55}.dashboard-section .card{padding:var(--space-md) var(--space-lg);background:var(--theme-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 3px #0000000a}@media (min-width:768px){.dashboard-section .card{padding:var(--space-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}}.dashboard-section .card:hover{border-color:rgba(var(--color-accent-rgb), .15);box-shadow:var(--shadow-hover)}.dashboard-section .card h2,.dashboard-section .card h3{font-family:var(--font-headings);color:var(--color-primary);margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.dashboard-section .card p{color:var(--color-muted);margin:0 0 .75rem;font-size:.9375rem;line-height:1.55}.dashboard-section .card p:last-child{margin-bottom:0}.dashboard-section .card+.card{margin-top:var(--space-md)}.dashboard-stats{gap:var(--space-md);grid-template-columns:1fr;max-width:100%;margin-inline:auto;display:grid}@media (min-width:540px){.dashboard-stats{grid-template-columns:repeat(2,1fr);max-width:28rem}}@media (min-width:768px){.dashboard-stats{grid-template-columns:repeat(3,1fr);max-width:56rem}}.dashboard-stat{background:var(--theme-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-md) var(--space-lg);text-align:center;box-shadow:0 1px 3px #0000000a}@media (min-width:768px){.dashboard-stat{padding:var(--space-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}}.dashboard-stat-value{font-family:var(--font-headings);color:var(--color-accent);margin-bottom:.25rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;line-height:1.2}.dashboard-stat-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);font-size:.8125rem;font-weight:600}.empty-state{text-align:center;padding:var(--space-lg) var(--space-md);background:var(--theme-surface);border:1px dashed var(--border-strong);border-radius:var(--radius-md);max-width:100%;margin-inline:auto}@media (min-width:768px){.empty-state{padding:var(--space-xl) var(--space-lg);border-radius:var(--radius-lg);max-width:36rem}}.empty-state p{margin:0 0 var(--space-md);color:var(--color-muted);max-width:36ch;margin-inline:auto;font-size:.9375rem}.empty-state .button{margin-top:.25rem}.dashboard-card-grid{gap:var(--space-md);grid-template-columns:1fr;max-width:100%;margin-inline:auto;display:grid}@media (min-width:768px){.dashboard-card-grid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));max-width:56rem}}@media (min-width:1280px){.dashboard-card-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));max-width:72rem}}.dashboard-card{background:var(--theme-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-md) var(--space-lg);transition:transform .25s var(--ease-out-expo), box-shadow .25s var(--ease-out-expo), border-color .2s ease;box-shadow:0 1px 3px #0000000a}@media (min-width:768px){.dashboard-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}}.dashboard-card:hover{box-shadow:var(--shadow-hover);border-color:rgba(var(--color-accent-rgb), .12);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.dashboard-card{transition:none}.dashboard-card:hover{transform:none}}.dashboard-card-title{font-family:var(--font-headings);color:var(--color-primary);margin:0 0 .25rem;font-size:1rem;font-weight:700}.dashboard-card-meta{color:var(--color-muted);margin:0;font-size:.8125rem}.dashboard-actions{gap:var(--space-sm);margin-top:var(--space-md);flex-wrap:wrap;display:flex}.dashboard-page .dashboard-actions .button:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.dashboard-page .dashboard-section-header a.button:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.dashboard-contact-card{justify-content:center;align-items:center;gap:var(--space-lg);padding:var(--space-lg);text-align:center;background:var(--theme-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);max-width:48rem;box-shadow:var(--shadow-soft);flex-wrap:wrap;margin-inline:auto;display:flex}@media (max-width:767px){.dashboard-contact-card{text-align:center;flex-direction:column;align-items:center}.dashboard-contact-card>div:first-child{align-self:center}.dashboard-contact-card .dashboard-actions{justify-content:center}.dashboard-contact-card ul{margin:0;padding:0;list-style:none}}.dashboard-page .dashboard-section-header{text-align:center}.dashboard-page .dashboard-section-header .section-lead{margin-inline:auto}.dashboard-page .dashboard-actions{justify-content:center}.dashboard-page .dashboard-card-grid{justify-items:center}.dashboard-page .dashboard-card-grid .card{text-align:center}.dashboard-page .dashboard-card-grid .card .dashboard-actions{justify-content:center}@media (max-width:600px){.dashboard-page main{padding-bottom:env(safe-area-inset-bottom,0)}.dashboard-page .section .container{padding-left:max(var(--space-md), env(safe-area-inset-left));padding-right:max(var(--space-md), env(safe-area-inset-right))}.dashboard-page .dashboard-actions .button,.dashboard-page .dashboard-section-header a.button{min-height:48px;padding:var(--space-md) var(--space-lg)}.dashboard-section .card{padding:var(--space-sm) var(--space-md);overflow-x:clip}.dashboard-stat{padding:var(--space-md) var(--space-lg)}}.dashboard-page .card ul[class*=stack--none]{text-align:center}.dashboard-activity-list{margin:0;padding:0;list-style:none}.dashboard-activity-list--flush{margin:0}.dashboard-activity-item{border-bottom:1px solid var(--border-subtle)}.dashboard-activity-item:last-child{border-bottom:0}.dashboard-activity-link{padding:var(--space-md) var(--space-lg);flex-direction:column;gap:.25rem;text-decoration:none;display:flex}.dashboard-activity-link:hover .dashboard-activity-title{color:var(--color-accent)}.dashboard-activity-content{padding:var(--space-md) var(--space-lg);flex-direction:column;gap:.25rem;display:flex}.dashboard-activity-title{color:var(--color-primary);font-weight:600}.dashboard-activity-meta{color:var(--color-muted);font-size:.875rem}@media (max-width:600px){.dashboard-page .card ul[class*=stack--none] li{min-height:48px;padding-top:var(--space-md);padding-bottom:var(--space-md)}}@media (max-width:479px){.dashboard-page .section .container{padding-inline:max(var(--space-sm), env(safe-area-inset-left)) max(var(--space-sm), env(safe-area-inset-right))}.dashboard-section-header .section-title{font-size:1.125rem}.dashboard-section .card{padding:var(--space-md) var(--space-sm)}}@media (max-width:767px){.agent-dashboard,.owner-dashboard,.lender-dashboard,.tc-dashboard,.ai-dashboard{padding-bottom:calc(var(--crm-mobile-tab-content-height,52px) + env(safe-area-inset-bottom,0px))}}.tc-deal-list__head{margin-bottom:var(--space-md)}.tc-deal-list__title{margin-bottom:.25rem}.tc-deal-list__lead{margin:0}.tc-dashboard-header{margin-bottom:0}.tc-dashboard-header__top{justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-wrap:wrap;display:flex}.tc-dashboard-header__title{margin-bottom:.25rem}.tc-dashboard-header__lead{margin:0}.tc-dashboard-stats{align-items:stretch;gap:var(--space-sm);flex-wrap:wrap;flex-shrink:0;display:flex}.tc-dashboard-stats__item{padding:var(--space-sm) var(--space-md);background:var(--theme-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;gap:2px;min-width:4.5rem;display:flex}.tc-dashboard-stats__item--alert{border-color:color-mix(in srgb, var(--color-danger,#b91c1c) 40%, var(--border-subtle));background:color-mix(in srgb, var(--color-danger,#b91c1c) 6%, var(--theme-surface))}.tc-dashboard-stats__item--warn{border-color:color-mix(in srgb, var(--color-accent) 40%, var(--border-subtle));background:color-mix(in srgb, var(--color-accent) 8%, var(--theme-surface))}.tc-dashboard-stats__value{font-family:var(--font-headings);color:var(--color-primary);font-size:1.25rem;font-weight:700;line-height:1.1}.tc-dashboard-stats__item--alert .tc-dashboard-stats__value{color:var(--color-danger,#b91c1c)}.tc-dashboard-stats__label{text-transform:uppercase;letter-spacing:.07em;color:var(--color-muted);font-size:.6875rem;font-weight:600;line-height:1.3}.lender-deals-list{gap:var(--space-xs);flex-direction:column;width:100%;margin:0;padding:0;list-style:none;display:flex}.tc-command-center__stats{gap:var(--space-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (min-width:640px){.tc-command-center__stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.tc-command-center__stat{gap:var(--space-2xs);padding:var(--space-sm);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--theme-surface);flex-direction:column;display:flex}.tc-command-center__stat-value{color:var(--color-primary);font-size:1.25rem;font-weight:700}.tc-command-center__stat-label{color:var(--color-muted);font-size:.75rem}.tc-command-center__grid{gap:var(--space-md);display:grid}@media (min-width:768px){.tc-command-center__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.tc-command-center__header{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.tc-command-center__list{gap:var(--space-xs);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.tc-command-center__item{align-items:baseline;gap:var(--space-xs) var(--space-sm);padding:var(--space-sm);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--theme-surface);flex-wrap:wrap;display:flex}.tc-command-center__status{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);font-size:.6875rem;font-weight:700}.tc-command-center__subject{color:var(--color-primary);flex:12rem;font-weight:600}.tc-deal-list__cards{gap:var(--space-sm);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}@media (min-width:640px){.tc-deal-list__cards{display:none}}.tc-deal-list__card{gap:var(--space-xs);color:inherit;flex-direction:column;text-decoration:none;display:flex}.tc-deal-list__card-title{font-family:var(--font-headings);color:var(--color-primary);font-weight:600}.tc-deal-list__card-meta{color:var(--color-muted);font-size:.875rem;line-height:1.45}.tc-deal-list__card-deadline{font-size:.8125rem;font-weight:600}.tc-deal-list__card-deadline--overdue{color:var(--color-danger,#b91c1c)}.tc-deal-list__card-deadline--upcoming{color:var(--color-primary)}.tc-deal-list__table-wrap{display:none}@media (min-width:640px){.tc-deal-list__table-wrap{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}