:root{--color-primary: #9534EB;--color-success: #2BC28D;--color-danger: #ff4d4f;--color-warning: #fa8c16;--color-info: #1677ff;--color-text: #333;--color-text-secondary: #666;--color-border: #f0f0f0;--color-bg: #fafafa;--radius-md: 8px;--spacing-page: 24px}*{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}.crm-sidebar.ant-layout-sider{box-shadow:2px 0 8px #0000000d;height:100vh;position:sticky;top:0}.crm-sidebar .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;overflow:hidden}.crm-sidebar .ant-menu{flex:1;overflow-y:auto;overflow-x:hidden}.crm-sidebar .ant-menu::-webkit-scrollbar{width:4px}.crm-sidebar .ant-menu::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.crm-sidebar .ant-menu::-webkit-scrollbar-track{background:transparent}.site-layout .ant-layout-content{overflow-y:auto;height:calc(100vh - 104px)}.top-bar{background:#fff;height:48px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--color-border);gap:8px;z-index:100;flex-shrink:0}.top-bar__nav{display:flex;align-items:center;gap:2px}.top-bar__btn{color:var(--color-text-secondary)!important;font-size:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px}.top-bar__btn:hover{color:var(--color-primary)!important;background:#9534eb0f!important}.top-bar__user-btn{width:auto!important;padding:0 12px!important;font-size:13px!important;gap:6px}.top-bar__branch-btn{width:auto!important;padding:0 12px!important;font-size:13px!important;gap:6px;color:var(--color-text)!important;font-weight:500}.top-bar__branch-btn .anticon{color:var(--color-primary)}.top-bar__search{flex:1;max-width:360px;margin:0 24px 0 auto;position:relative}.top-bar__search-collapsed{display:flex;align-items:center;gap:8px;padding:6px 12px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;cursor:pointer;transition:border-color .2s,box-shadow .2s;height:36px}.top-bar__search-collapsed:hover{border-color:#d9d9d9;box-shadow:0 1px 4px #0000000f}.top-bar__search-shortcut{margin-left:auto;font-size:11px;color:#bbb;background:#fff;border:1px solid #e8e8e8;border-radius:4px;padding:1px 6px;line-height:1.4}.top-bar__search-expanded{position:relative}.top-bar__search-expanded .ant-input-affix-wrapper{background:var(--color-bg);border:1px solid var(--color-primary);border-radius:8px;height:36px;box-shadow:0 0 0 2px #9534eb1a}.top-bar__search-dropdown{position:absolute;top:42px;left:0;right:0;background:#fff;border:1px solid var(--color-border);border-radius:8px;box-shadow:0 8px 24px #0000001f;max-height:400px;overflow:auto;z-index:1000}.top-bar__search-group-label{padding:8px 12px 4px;font-size:11px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px}.top-bar__search-item{padding:8px 12px;cursor:pointer;transition:background .15s}.top-bar__search-item:hover{background:#f5f5f5}.top-bar__actions{display:flex;align-items:center;gap:2px}.header-bar{background:#fff;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-border);min-height:56px}.content-area{margin:var(--spacing-page);padding:var(--spacing-page);background:#fff;border-radius:var(--radius-md);min-height:280px}.state-tabs{margin-bottom:16px}.client-tag{border-radius:4px;font-size:12px}.schedule-grid{display:grid;grid-template-columns:34px repeat(7,1fr);gap:0;background:var(--color-border);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.schedule-grid .time-cell{background:var(--color-bg);padding:4px 2px;font-size:10px;color:var(--color-text-secondary);text-align:center;border-bottom:1px solid var(--color-border)}.schedule-grid .day-header{background:var(--color-bg);padding:6px 2px;text-align:center;font-weight:600;font-size:11px;position:sticky;top:0;z-index:6;min-width:0;overflow:hidden}.schedule-grid .schedule-cell{background:#fff;min-height:50px;padding:2px;position:relative;min-width:0}.schedule-event{border-radius:3px;padding:2px 3px;font-size:9px;margin-bottom:1px;color:#fff;cursor:pointer;line-height:1.15;position:relative;overflow:hidden}.schedule-event:hover{opacity:.85}.schedule-event__name{font-weight:600;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schedule-event__time{opacity:.9;font-size:8px}.schedule-event__info{opacity:.85;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schedule-event__footer{display:flex;justify-content:space-between;align-items:center;gap:4px;margin-top:2px}.schedule-event__teacher{display:none}.schedule-event__count{font-size:9px;opacity:.9;white-space:nowrap;flex-shrink:0}.now-indicator{position:absolute;left:0;right:0;height:2px;background:#ff4d4f;z-index:5;pointer-events:none}.now-indicator:before{content:"";position:absolute;left:-4px;top:-3px;width:8px;height:8px;border-radius:50%;background:#ff4d4f}@media print{.ant-layout-sider,.ant-layout-header,.schedule-toolbar,.ant-btn,.ant-segmented,.ant-select{display:none!important}.ant-layout-content{margin:0!important;padding:8px!important}.schedule-grid{font-size:10px;border:1px solid #333}.schedule-grid .day-header{background:#f0f0f0!important;color:#333!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.schedule-event{-webkit-print-color-adjust:exact;print-color-adjust:exact;break-inside:avoid}.now-indicator{display:none}}.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:var(--color-bg);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 var(--color-primary);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}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
