body{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;margin:0}#root{min-height:100vh}*{box-sizing:border-box}body{color:#1a1a1a;background:#f4f5f7;margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.login-page{justify-content:center;align-items:center;height:100vh;display:flex}.login-form{background:#fff;border-radius:12px;flex-direction:column;gap:1rem;min-width:320px;padding:2rem 2.5rem;display:flex;box-shadow:0 2px 12px #00000014}.login-form label{flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.login-form input{border:1px solid #ccc;border-radius:6px;padding:.5rem .65rem;font-size:1rem}.login-form button{color:#fff;cursor:pointer;background:#4a5cff;border:none;border-radius:6px;padding:.6rem;font-size:1rem}.login-form button:disabled{opacity:.6;cursor:default}.error{color:#c0392b;font-size:.9rem}.kanban-page{flex-direction:column;height:100vh;padding:1rem 1.5rem;display:flex}.kanban-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.kanban-header-user{align-items:center;gap:.75rem;display:flex}.board{flex:1;gap:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.board-column{background:#ebecf0;border-top:4px solid #999;border-radius:8px;flex-direction:column;min-width:260px;max-width:280px;max-height:100%;display:flex}.board-column-header{justify-content:space-between;padding:.75rem;font-weight:600;display:flex}.board-column-count{color:#666}.board-column-body{flex-direction:column;flex:1;gap:.5rem;min-height:60px;padding:0 .5rem .5rem;display:flex;overflow-y:auto}.board-column-body.drop-target{background:#4a5cff14;border-radius:6px}.deal-card{cursor:grab;touch-action:none;background:#fff;border-radius:6px;padding:.6rem .75rem;box-shadow:0 1px 2px #0000001a}.deal-card.dragging{opacity:.6}.deal-card-name{font-weight:600}.deal-card-product,.deal-card-phone,.deal-card-assignee{color:#555;font-size:.8rem}.board-loading{justify-content:center;align-items:center;height:100vh;display:flex}.detail-panel-backdrop{background:#0000004d;justify-content:flex-end;display:flex;position:fixed;inset:0}.detail-panel{background:#fff;width:380px;max-width:100%;height:100%;padding:1.5rem;position:relative;overflow-y:auto}.detail-panel-close{cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:1rem;right:1rem}.detail-panel-status{font-weight:600}.detail-panel-fields dt{color:#888;margin-top:.5rem;font-size:.75rem}.detail-panel-fields dd{margin:0}.status-buttons{flex-wrap:wrap;gap:.4rem;display:flex}.status-buttons button{cursor:pointer;background:#fff;border:2px solid #999;border-radius:999px;padding:.35rem .6rem;font-size:.8rem}.status-buttons button:disabled{opacity:.4;cursor:default}.detail-panel-history ul{padding:0;font-size:.85rem;list-style:none}.detail-panel-history li{border-bottom:1px solid #eee;padding:.3rem 0}
