.lead-page{background-color:var(--ink-10);flex-direction:column;height:100%;min-height:100vh;display:flex}.lead-header{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.lead-actions{gap:10px;display:flex}.lead-actions input{border-radius:var(--radius-md);border:1px solid var(--border-default);font-family:var(--font-ui);padding:6px 10px}.lead-actions button{cursor:pointer;font-family:var(--font-ui);border:none;padding:6px 12px}.kanban-board{gap:15px;height:100%;padding-bottom:10px;display:flex;overflow-x:auto}.kanban-column{background-color:var(--bg-alt);border-radius:var(--radius-md);flex-direction:column;flex:1 0 260px;max-height:80vh;padding:15px;display:flex}.kanban-column-header{border-bottom:2px solid;align-items:center;gap:5px;margin-bottom:10px;padding-bottom:5px;display:flex}.kanban-column-header .dot{border-radius:50%;width:10px;height:10px}.kanban-column-header .count{color:var(--text-muted);font-size:.9em}.kanban-column-body{flex:1;overflow-y:auto}.kanban-card{background:var(--bg-surface);border-radius:var(--radius-sm);margin-bottom:var(--space-2);box-shadow:var(--shadow-xs);padding:10px}.kanban-card h4{font-size:var(--fs-base);font-family:var(--font-ui);margin:0 0 4px}.kanban-card p{font-size:.85rem;font-family:var(--font-ui);margin:2px 0}.kanban-card small{color:var(--text-muted)}.empty{text-align:center;color:var(--text-muted);margin-top:var(--space-5);font-size:.9rem}.form_content{flex-direction:column;gap:20px;margin-top:7px;display:flex}.dialog_content{width:100%;max-width:321px}.form_content{flex-direction:column;gap:20px;display:flex}.lead-allocation-page{padding:var(--space-5)}.form_content{margin-top:7px}.status-chip{border-radius:var(--radius-md);font-size:var(--fs-xs);padding:4px 12px;font-weight:500}.status-chip.available{background-color:var(--success-bg);color:var(--success-dark)}.status-chip.not-available{background-color:var(--error-bg);color:var(--error-dark)}.status-chip.pending{background-color:var(--warning-bg);color:var(--warning-dark)}
