.home-intro{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:22px}.home-intro h1{margin:12px 0;font-size:30px}.home-intro p{color:var(--muted);margin:0}.home-tabs{display:flex;gap:8px;margin-bottom:24px}.home-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.home-stats .stat strong{font-size:24px;overflow-wrap:anywhere}.home-columns{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:24px;align-items:start}.home-activity{position:sticky;top:16px}.home-list{list-style:none;padding:0;margin:0}.home-list li+li{border-top:1px solid #edf0f5}.home-record{display:flex;text-align:left;align-items:center;justify-content:space-between;width:100%;border:0;border-radius:0;padding:18px 24px;background:white;font-weight:400;gap:14px}.home-record:hover{background:var(--soft);color:var(--ink)}.home-record-main{display:grid;gap:6px;min-width:0;overflow-wrap:anywhere}.home-record strong{font-weight:700;color:var(--brand-blue)}.home-record span span{font-size:13px}.home-record small{font-size:12px;color:var(--muted)}.home-arrow{color:var(--brand-sky);font-size:20px;flex-shrink:0}.home-amount{color:var(--brand-blue);font-weight:700}.home-priorities{border-top:3px solid var(--brand-sky)}.home-chart{display:flex;gap:20px;margin:32px 0 14px}.home-week{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.home-bar-space{width:100%;height:130px;position:relative;display:flex;align-items:end;justify-content:center;background:linear-gradient(to top,#edf0f5 1px,transparent 1px);background-size:100% 32.5px}.home-bar{width:40%;display:flex;flex-direction:column;min-width:16px;max-width:44px}.home-bar-firm{background:var(--brand-blue)}.home-bar-prospect{background:repeating-linear-gradient(135deg,#9ed8f2 0 4px,#edf7fc 4px 7px)}.home-capacity{position:absolute;width:100%;border-top:2px dashed #8793a5;z-index:1}.home-week small{font-size:11px;color:var(--muted)}.home-week>span{font-size:12px}.home-legend{display:flex;gap:18px;justify-content:center;font-size:12px;color:var(--brand-blue)}.home-feed .home-record{padding:18px 24px}.home-feed li{position:relative}.home-feed li:before{content:'';position:absolute;left:10px;top:24px;width:5px;height:5px;border-radius:50%;background:var(--brand-sky)}.home-activity select{margin-top:8px;width:100%}@media(max-width:1200px){.home-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.home-columns{grid-template-columns:1fr}.home-activity{position:static}}@media(max-width:600px){.home-intro{align-items:start}.home-intro h1{font-size:23px}.home-stats{grid-template-columns:1fr}.home-chart{gap:8px}.home-legend{gap:10px}.home-record{padding:16px}.home-tabs button{flex:1}.home-intro>button{font-size:12px}}
.home-activity select{padding:10px 12px;border:1px solid var(--border);border-radius:6px;background:white;color:var(--ink);font:inherit}.home-tabs button:focus-visible,.home-record:focus-visible{outline:3px solid var(--brand-sky);outline-offset:-3px}
.home-reconciliation>summary{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:18px 24px;color:var(--brand-blue);font-weight:700;cursor:pointer}
.home-reconciliation>summary::before{content:'▸';font-size:14px}.home-reconciliation[open]>summary::before{content:'▾'}.home-reconciliation>summary .tag{margin-left:auto}
.home-reconciliation>summary:focus-visible{outline:3px solid var(--brand-sky);outline-offset:-3px}.home-reconciliation>.panel-body{margin:0;padding-top:0}
.home-record-main>span:not(.home-amount){display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
