.dashboard{padding-top:32px;padding-bottom:56px;box-sizing:border-box}.dashboard__greeting{margin-bottom:24px}.dashboard__eyebrow{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b7280;margin:0 0 6px}.dashboard__greeting h1{margin:0;font-size:24px;font-weight:700;letter-spacing:-.01em;color:#2a2f3c}.dashboard__date{margin:6px 0 0;color:#6b7280;font-size:13px;text-transform:capitalize}.dashboard__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.stat-tile{background:#fff;border:1px solid var(--cd-border-light,#e2e5ec);border-radius:14px;padding:16px;box-shadow:0 1px 2px rgba(16,24,40,.04),0 1px 3px rgba(16,24,40,.06);display:flex;flex-direction:column;gap:10px;min-width:0}.stat-tile__icon{width:30px;height:30px;border-radius:8px;background:rgba(46,158,79,.12);display:flex;align-items:center;justify-content:center}.stat-tile__icon .icon-svg{width:16px!important;height:16px;margin:0!important;color:var(--cd-brand-green,#2e9e4f)}.stat-tile__value{font-size:22px;font-weight:700;letter-spacing:-.01em;line-height:1;color:#2a2f3c}.stat-tile__label{font-size:12px;color:#6b7280;line-height:1.3}.dashboard__grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}.dashboard-card{background:#fff;border:1px solid var(--cd-border-light,#e2e5ec);border-radius:14px;padding:20px;box-shadow:0 1px 2px rgba(16,24,40,.04),0 1px 3px rgba(16,24,40,.06)}.dashboard-card__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;gap:12px}.dashboard-card__title{font-size:14px;font-weight:700;margin:0;color:#2a2f3c}.dashboard-card__sub{font-size:12px;color:#6b7280;margin:2px 0 0}.dashboard-card__select{height:28px;border:1px solid var(--cd-border-light,#e2e5ec);border-radius:8px;background:#fff;color:#4a4f5a;font-size:12px;padding:0 24px 0 8px;cursor:pointer;flex-shrink:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6l6 -6'/></svg>");background-repeat:no-repeat;background-position:right 6px center}.dashboard-card__select:focus{outline:none;border-color:var(--cd-brand-green,#2e9e4f)}.dashboard-card__meta{font-size:12px;color:#6b7280;white-space:nowrap}.dashboard-card__empty{font-size:13px;color:#6b7280;padding:24px 0;text-align:center}.barchart{display:flex;align-items:flex-end;gap:8px;height:160px;padding-top:8px;border-bottom:1px solid var(--cd-border-light,#e2e5ec)}.barchart__col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;position:relative}.barchart__bar{width:100%;max-width:26px;border-radius:4px 4px 0 0;background:rgba(46,158,79,.28);transition:background .15s ease}.barchart__col--peak .barchart__bar,.barchart__col:hover .barchart__bar{background:var(--cd-brand-green,#2e9e4f)}.barchart__tooltip{position:absolute;bottom:100%;margin-bottom:6px;background:#2a2f3c;color:#fff;font-size:11px;font-weight:600;padding:3px 7px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .1s ease}.barchart__col--peak .barchart__tooltip,.barchart__col:hover .barchart__tooltip{opacity:1}.barchart__labels{display:flex;gap:8px;margin-top:8px}.barchart__labels span{flex:1;text-align:center;font-size:11px;color:#6b7280}.dashboard-list{display:flex;flex-direction:column}.dashboard-list__row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--cd-border-light,#e2e5ec);text-decoration:none;color:inherit}.dashboard-list__row:last-child{border-bottom:none;padding-bottom:0}.dashboard-list__row:first-child{padding-top:0}.dashboard-list__row--link{border-radius:8px;margin:0 -8px;padding-left:8px;padding-right:8px}.dashboard-list__row--link:hover{background:rgba(46,158,79,.08)}.dashboard-list__icon{width:30px;height:30px;border-radius:8px;background:#f7f7f8;border:1px solid var(--cd-border-light,#e2e5ec);display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-list__icon .icon-svg{width:15px!important;height:15px;margin:0!important;color:#6b7280}.dashboard-list__body{min-width:0;flex:1}.dashboard-list__title{font-size:13px;font-weight:600;color:#2a2f3c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-list__sub{font-size:11.5px;color:#6b7280}@media (max-width:900px){.dashboard__stats{grid-template-columns:repeat(2,1fr)}.dashboard__grid-2{grid-template-columns:1fr}}@media (max-width:520px){.dashboard{padding-top:20px;padding-bottom:40px}.dashboard__stats{grid-template-columns:repeat(2,1fr)}}