.crm-page{padding-top:28px}.crm-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.crm-head h1{font-family:'Playfair Display',serif;font-size:42px;margin:7px 0 4px}.crm-head p{margin:0;color:var(--muted)}.customer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.customer-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:15px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--soft-shadow);transition:.2s}.customer-card:hover{transform:translateY(-2px);border-color:#e7b8c6;box-shadow:var(--shadow)}.customer-avatar{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,var(--rose-soft),#f7d9e2);color:var(--rose-dark);font-family:'Playfair Display',serif;font-size:21px;font-weight:700}.customer-card-main{min-width:0}.customer-title{display:flex;align-items:center;gap:9px}.customer-title>span{padding:4px 8px;border-radius:99px;background:#fff2df;color:#966011;font-size:10px;font-weight:800}.customer-card-main>small{display:block;color:var(--muted);margin:4px 0 10px}.customer-metrics{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:11px}.customer-metrics b{color:var(--ink)}.customer-arrow{font-size:22px;color:var(--rose)}.crm-empty{grid-column:1/-1;text-align:center;padding:70px 20px;border:1px dashed #e8ccd5;border-radius:24px;background:#fff}.crm-empty span,.crm-empty strong,.crm-empty small{display:block}.crm-empty span{font-size:30px}.crm-empty strong{font-family:'Playfair Display',serif;font-size:24px;margin:8px}.crm-empty small{color:var(--muted)}.customer-total{min-width:220px;padding:18px 22px;border:1px solid var(--line);border-radius:18px;background:#fff}.customer-total small,.customer-total strong,.customer-total span{display:block}.customer-total strong{font-size:27px;color:var(--rose-dark);margin:5px 0}.customer-total span{font-size:11px;color:var(--muted)}.customer-history{margin-top:20px}.history-order{display:grid;grid-template-columns:minmax(0,1fr) auto auto 20px;gap:16px;align-items:center;padding:17px 0;border-bottom:1px solid var(--line)}.history-order:last-child{border-bottom:0}.history-order small{display:block;color:var(--muted);margin-top:3px}.history-order>div:nth-child(2){display:flex;gap:7px;flex-wrap:wrap}.status-pill,.delivery-pill{padding:5px 9px;border-radius:99px;background:var(--rose-soft);font-size:10px;font-weight:700}.delivery-pill{background:#eaf8f0;color:#18864b}.order-detail-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.65fr);gap:20px}.order-detail-form .panel-heading{margin-bottom:16px}.order-detail-form textarea{min-height:120px}.whatsapp-button{background:#25a65a}.order-summary-card h2{font-family:'Playfair Display',serif;font-size:32px;margin:10px 0 18px;color:var(--rose-dark)}.summary-line{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--line);font-size:12px}.summary-line:last-child{border-bottom:0}.summary-line span{color:var(--muted)}.detail-item{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid var(--line)}.detail-item:last-child{border-bottom:0}.detail-item small{display:block;color:var(--muted);margin-top:4px}.story-card{cursor:default}.story-card .executive-order-main a{display:inline-block;margin-top:5px;color:var(--rose-dark);font-size:11px;font-weight:700}@media(max-width:900px){.customer-grid{grid-template-columns:1fr}.order-detail-grid{grid-template-columns:1fr}}@media(max-width:620px){.crm-head{flex-direction:column}.crm-head .admin-head-actions{width:100%}.customer-card{grid-template-columns:44px 1fr}.customer-arrow{display:none}.customer-avatar{width:44px;height:44px}.customer-metrics{flex-direction:column;gap:3px}.history-order{grid-template-columns:1fr auto}.history-order>div:nth-child(2){grid-column:1/-1}.history-order>span:last-child{display:none}.customer-total{width:100%}.form-grid.two{grid-template-columns:1fr}}
