.crm-hero,.crm-profile-hero{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.crm-summary,.crm-profile-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:16px}.crm-summary .card,.crm-profile-kpis .card{display:flex;flex-direction:column;gap:5px}.crm-summary strong,.crm-profile-kpis strong{font-size:1.5rem}.crm-list{display:grid;gap:12px}.crm-customer{width:100%;text-align:left;border:0;cursor:pointer}.crm-customer-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.crm-customer-head h3{margin:.15rem 0}.crm-customer-head p{margin:0}.crm-money-stack{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.crm-money-stack small,.crm-money-stack span{color:var(--muted,#667085);font-size:.8rem}.crm-mini-stats{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:12px;font-size:.86rem;color:var(--muted,#667085)}.crm-profile-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px}.crm-record-list{display:grid;gap:8px}.crm-record{width:100%;display:flex;justify-content:space-between;gap:14px;align-items:center;text-align:left;border:1px solid rgba(0,0,0,.08);background:rgba(255,255,255,.45);border-radius:12px;padding:12px;cursor:pointer}.crm-record.static{cursor:default}.crm-record>div{display:flex;flex-direction:column;gap:3px}.crm-record>div:last-child{text-align:right;align-items:flex-end}.crm-record small{color:var(--muted,#667085)}.crm-finance-record{position:relative}.crm-finance-record:after{content:'›';font-size:1.4rem;color:var(--muted,#667085);margin-left:3px}.crm-finance-modal{max-width:620px}.crm-note{margin-top:16px}@media(max-width:760px){.crm-hero,.crm-profile-hero{flex-direction:column}.crm-profile-layout{grid-template-columns:1fr}.crm-customer-head{flex-direction:column}.crm-customer-head>strong{font-size:1.2rem}.crm-money-stack{align-items:flex-start}.crm-record{align-items:flex-start}.crm-record>div:last-child{min-width:95px}.crm-finance-modal .grid{grid-template-columns:1fr}}