*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}#root{min-height:100vh}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#7b1fd4,#9534eb,#a855f7)}.login-card{width:400px;border-radius:16px;box-shadow:0 20px 60px #0000004d}.login-card .ant-card-head-title{text-align:center;font-size:24px}.site-layout{min-height:100vh}.site-layout .ant-layout-sider{box-shadow:2px 0 8px #0000000d}.header-bar{background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f0;height:64px}.content-area{margin:24px;padding:24px;background:#fff;border-radius:12px;min-height:280px}.state-tabs{margin-bottom:16px}.client-tag{border-radius:4px;font-size:12px}.schedule-grid{display:grid;grid-template-columns:80px repeat(6,1fr);gap:1px;background:#f0f0f0;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden}.schedule-grid .time-cell{background:#fafafa;padding:8px;font-size:12px;color:#666;text-align:center;border-bottom:1px solid #f0f0f0}.schedule-grid .day-header{background:#fafafa;padding:12px 8px;text-align:center;font-weight:600;font-size:13px}.schedule-grid .schedule-cell{background:#fff;min-height:60px;padding:4px;position:relative}.schedule-event{border-radius:6px;padding:4px 8px;font-size:12px;margin-bottom:2px;color:#fff;cursor:pointer}.schedule-event:hover{opacity:.85}.kanban-board{display:flex;gap:12px;overflow-x:auto;padding-bottom:12px;min-height:400px;align-items:flex-start}.kanban-column{min-width:280px;max-width:320px;flex-shrink:0;background:#fafafa;border-radius:10px;display:flex;flex-direction:column}.kanban-column-header{padding:10px 12px;display:flex;align-items:center;justify-content:space-between;border-top:3px solid #9534EB;border-radius:10px 10px 0 0}.kanban-column-body{padding:8px;flex:1;min-height:80px;transition:background .2s}.kanban-card{background:#fff;border-radius:8px;padding:10px 12px;margin-bottom:8px;box-shadow:0 1px 3px #00000014;cursor:grab;transition:box-shadow .2s}.kanban-card:hover{box-shadow:0 2px 8px #0000001f}.kanban-card:active{cursor:grabbing}.priority-dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}
