.header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.header h1{margin:0}#search{width:100%;margin-bottom:1.5rem}.container{grid-template-columns:360px 1fr;gap:2rem;height:calc(100vh - 280px);min-height:500px;display:grid}.list{border:1px solid var(--border);background:#fff;border-radius:12px;overflow-y:auto}.loading{text-align:center;color:var(--text-light);padding:3rem}.client{cursor:pointer;border-left:3px solid #0000;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:all .15s;display:flex}.client:not(:last-child){border-bottom:1px solid #f3f4f6}.client:hover{background:#f9fafb}.client.active{border-left-color:var(--primary);background:linear-gradient(90deg,#eef2ff 0%,#fff 100%)}.avatar{width:44px;height:44px;color:var(--primary);background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.avatar.signed{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.client-info{flex:1;min-width:0}.client-name{color:var(--text);margin-bottom:.2rem;font-size:.95rem;font-weight:600}.client-status{color:var(--text-light);font-size:.8rem}.client-badge{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;font-weight:600;display:flex}.client-badge.pending{color:#d97706;background:#fef3c7}.client-badge.signed{color:#059669;background:#d1fae5}.detail{border:1px solid var(--border);background:#fff;border-radius:12px;overflow-y:auto}.empty-detail{height:100%;color:var(--text-light);flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-icon{opacity:.5;margin-bottom:1rem;font-size:3rem}.detail-hero{text-align:center;border-bottom:1px solid var(--border);background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:2rem}.hero-avatar{background:linear-gradient(135deg, var(--primary) 0%, #3b5998 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 4px 12px #1a365d33}.detail-hero h2{margin:0 0 .25rem;font-size:1.5rem}.hero-email{color:var(--text-light);margin:0 0 .25rem;font-size:.9rem}.hero-since{color:var(--text-light);opacity:.8;margin:0;font-size:.8rem}.detail-actions-top{border-bottom:1px solid var(--border);gap:1rem;padding:1.25rem 2rem;display:flex}.detail-section{padding:1.5rem 2rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.detail-section h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin:0;font-size:.85rem;font-weight:600}.matter-stats{gap:.75rem;display:flex}.stat{border-radius:10px;padding:.2rem .6rem;font-size:.75rem}.stat.signed{color:#047857;background:#d1fae5}.stat.pending{color:#b45309;background:#fef3c7}.no-matters{text-align:center;color:var(--text-light);background:#f9fafb;border-radius:8px;padding:2rem}.matter-card{background:#f9fafb;border-left:3px solid #e2e8f0;border-radius:10px;margin-bottom:.75rem;padding:1rem 1.25rem}.matter-card.signed{border-left-color:#10b981}.matter-card.pending{border-left-color:#f59e0b}.matter-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.matter-title{color:var(--text);font-size:.95rem;font-weight:600}.matter-badge{border-radius:10px;flex-shrink:0;padding:.2rem .6rem;font-size:.7rem;font-weight:500}.matter-badge.signed{color:#047857;background:#d1fae5}.matter-badge.pending{color:#b45309;background:#fef3c7}.matter-details{color:var(--text-light);gap:1.5rem;margin-bottom:.75rem;font-size:.8rem;display:flex}.matter-fee{color:var(--primary);font-weight:500}.matter-actions{gap:.5rem;display:flex}.matter-btn{border:1px solid var(--border);cursor:pointer;color:var(--text);background:#fff;border-radius:5px;padding:.4rem .8rem;font-size:.75rem;transition:all .15s}.matter-btn:hover{background:#f1f5f9}.detail-footer{border-top:1px solid var(--border);padding:1.5rem 2rem}.btn-danger{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #fecaca;border-radius:6px;padding:.5rem 1rem;font-size:.85rem}.btn-danger:hover{background:#fef2f2}.btn-secondary{color:var(--primary);border:1px solid var(--border);background:#fff}.btn-secondary:hover{background:#f8fafc}@media (width<=900px){.container{grid-template-columns:1fr;height:auto}.list{max-height:400px}}
