*{box-sizing:border-box}body{margin:0;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f1f5f9;color:#1e293b}.center-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:12px;text-align:center}.login-screen h1{font-size:2rem;margin-bottom:0}.btn{padding:8px 14px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;cursor:pointer;font-size:14px;text-decoration:none;color:inherit;display:inline-block}.btn:hover{background:#f8fafc}.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover{background:#1d4ed8}.btn-danger-outline{border-color:#ef4444;color:#ef4444}.app-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10}.app-header h1{font-size:1.25rem;margin:0}.header-actions{display:flex;align-items:center;gap:10px}.week-select{padding:7px 10px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:14px;color:inherit}.user-email{color:#64748b;font-size:13px}main{padding:16px 20px 60px}.board-title{margin:4px 0}.hint{color:#64748b;font-size:13px;margin-bottom:16px;max-width:900px}.board-grid{display:grid;grid-template-columns:repeat(6,minmax(220px,1fr));gap:12px;overflow-x:auto;align-items:start}.weekend-column{display:flex;flex-direction:column;gap:12px}.day-column{background:#e2e8f0;border-radius:10px;display:flex;flex-direction:column;min-height:400px}.day-column-compact{min-height:190px}.day-column-header{padding:10px 12px;font-weight:600;display:flex;justify-content:space-between;border-bottom:1px solid #cbd5e1}.day-date{color:#64748b;font-weight:400}.day-column-today{box-shadow:0 0 0 2px #2563eb}.day-column-today .day-column-header{background:#dbeafe}.day-column-today .day-date{color:#1d4ed8;font-weight:600}.day-column-body{flex:1;padding:10px;display:flex;flex-direction:column;gap:10px;transition:background .15s;border-radius:0 0 10px 10px}.day-column-body.drop-target{background:#dbeafe}.day-free-executors{padding:8px 10px 10px;border-top:1px solid #cbd5e1}.day-free-executors-label{display:block;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.02em;margin-bottom:5px}.day-free-executors-list{display:flex;flex-wrap:wrap;gap:4px}.free-executor-chip{font-size:12px;padding:3px 8px;border-radius:12px;display:flex;align-items:center;gap:4px;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;color:#334155}.day-free-executors-empty{font-size:12px;color:#94a3b8;font-style:italic}.day-status-blocks{border-top:1px solid #cbd5e1;padding:6px 10px 4px;display:flex;flex-direction:column;gap:6px}.day-status-block-header{display:flex;align-items:center;justify-content:space-between;gap:6px}.day-status-block-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.day-status-add-btn{flex:none;width:18px;height:18px;line-height:1;border-radius:50%;border:1px solid #cbd5e1;background:#fff;color:#475569;font-size:13px;cursor:pointer;padding:0}.day-status-add-btn:hover{background:#f1f5f9}.day-status-block-list{display:flex;flex-wrap:wrap;gap:4px;margin-top:3px}.day-status-block-empty{display:block;font-size:12px;color:#cbd5e1;margin-top:3px}.status-chip{padding-right:4px}.status-chip-remove{border:none;background:none;color:#94a3b8;cursor:pointer;font-size:13px;line-height:1;padding:0 0 0 2px}.status-chip-remove:hover{color:#dc2626}.object-card{background:#fff;border-radius:8px;border:2px solid #64748b;overflow:hidden;transition:box-shadow .15s}.object-card.drop-target{outline:2px dashed #2563eb;outline-offset:2px}.object-card-header{padding:8px 10px;color:#fff;font-weight:600;display:flex;align-items:center;gap:8px}.drag-dots{opacity:.7;font-size:12px;cursor:grab}.object-name{cursor:text}.object-name-input{flex:1;min-width:0;font:inherit;font-weight:600;color:#1e293b;background:#fff;border:1px solid #fff;border-radius:4px;padding:2px 6px}.object-card-body{padding:8px;display:flex;flex-direction:column;gap:6px}.object-card-body.drop-target{background:#eff6ff}.work-row{display:flex;flex-direction:column;gap:6px;background:#f8fafc;border-radius:6px;padding:6px;border:1px solid #e2e8f0}.work-row.drop-target{border-color:#2563eb;background:#eff6ff}.work-row.dragging{opacity:.4}.work-row.work-row-approved{background:#86efac;border-color:#16a34a}.work-row.work-row-rejected{background:#fca5a5;border-color:#dc2626}.work-row-main{display:flex;align-items:center;gap:6px}.row-handle{cursor:grab;color:#94a3b8;font-size:11px}.work-text-chip{flex:1;font-size:13px;padding:3px 6px;border-radius:4px;cursor:grab;background:#fff;border:1px dashed #cbd5e1;min-width:0;overflow-wrap:anywhere}.work-text-input{flex:1;min-width:0;font-size:13px;padding:3px 6px;border-radius:4px;border:1px solid #2563eb}.work-row-executors{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.executor-chip{font-size:12px;padding:3px 8px;border-radius:12px;display:flex;align-items:center;gap:4px;white-space:nowrap;cursor:grab}.add-executor-btn{border:1px dashed #cbd5e1;background:transparent;border-radius:12px;width:22px;height:22px;line-height:1;color:#64748b;cursor:pointer;font-size:13px}.add-executor-btn:hover{background:#f1f5f9}.add-executor-btn-empty{width:auto;height:auto;padding:3px 8px;border-radius:12px;font-size:12px;white-space:nowrap}.work-row-approval{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.status-badge{font-size:11px;padding:2px 6px;border-radius:10px;background:#e2e8f0;color:#475569}.status-badge.status-approved{background:#dcfce7;color:#166534}.status-badge.status-rejected{background:#fee2e2;color:#991b1b}.btn-approve,.btn-reject,.btn-reset-status{border:1px solid #cbd5e1;background:#fff;border-radius:6px;padding:2px 6px;font-size:11px;cursor:pointer}.btn-approve:hover{border-color:#16a34a;color:#16a34a}.btn-reject:hover{border-color:#dc2626;color:#dc2626}.btn-approve:disabled,.btn-reject:disabled{opacity:.4;cursor:default}.btn-reset-status{padding:2px 5px}.chip-clear{background:transparent;border:none;color:inherit;cursor:pointer;font-size:12px;line-height:1;padding:0;opacity:.8}.chip-clear:hover{opacity:1}.row-delete{background:transparent;border:none;color:#94a3b8;cursor:pointer;font-size:14px}.row-delete:hover{color:#ef4444}.add-row-btn,.add-card-btn{border:1px dashed #cbd5e1;background:transparent;border-radius:6px;padding:6px;color:#64748b;cursor:pointer;font-size:12px}.add-row-btn:hover,.add-card-btn:hover{background:#f1f5f9}.context-menu{position:fixed;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #00000026;padding:4px;min-width:220px;z-index:1000;max-height:70vh;overflow-y:auto}.context-menu-item{display:block;width:100%;text-align:left;background:none;border:none;padding:8px 10px;cursor:pointer;font-size:13px;border-radius:6px}.context-menu-item:hover{background:#f1f5f9}.context-menu-divider{height:1px;background:#e2e8f0;margin:4px 0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:1001}.modal{background:#fff;border-radius:10px;padding:20px;min-width:320px;max-width:90vw;max-height:80vh;overflow-y:auto}.modal h3{margin-top:0}.modal label{display:block;margin-bottom:12px;font-size:13px;color:#475569}.modal input:not([type=checkbox]):not([type=radio]):not([type=color]),.modal select{width:100%;padding:8px;margin-top:4px;border-radius:6px;border:1px solid #cbd5e1;font-size:14px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.modal-actions-left{justify-content:flex-start}.week-calendar{min-width:280px}.week-calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.week-calendar-title{font-weight:600}.week-row{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;border-radius:6px;cursor:pointer}.week-row-labels{cursor:default;margin-bottom:4px}.week-row:hover .day-cell:not(.day-cell-label){background:#dbeafe}.week-row-current .day-cell:not(.day-cell-label){background:#eff6ff;border-color:#93c5fd}.week-row-current:hover .day-cell:not(.day-cell-label){background:#bfdbfe}.day-cell{border:1px solid transparent;background:none;padding:6px 0;text-align:center;font-size:13px;border-radius:4px;cursor:pointer}.day-cell-label{color:#64748b;font-weight:600;cursor:default}.day-cell-outside{color:#94a3b8}.day-cell-today{font-weight:700;box-shadow:inset 0 0 0 2px #2563eb}.inline-create-form{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-top:8px}.inline-create-form input:not([type=color]){padding:8px;border-radius:6px;border:1px solid #cbd5e1;font-size:14px}.color-grid{display:grid;grid-template-columns:repeat(10,20px);gap:2px;padding:6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;width:max-content;max-width:100%;overflow-x:auto}.color-swatch{width:20px;height:20px;border-radius:3px;border:1px solid rgba(0,0,0,.12);cursor:pointer;padding:0}.color-swatch.selected{outline:2px solid #1e293b;outline-offset:1px}.color-swatch-picker{position:relative;display:inline-block}.swatch-trigger{width:28px;height:28px;border-radius:6px;border:1px solid #cbd5e1;cursor:pointer;padding:0}.color-swatch-popover{position:absolute;top:32px;left:0;z-index:50;box-shadow:0 8px 24px #00000026;border-radius:6px}.work-type-popover{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:10px;min-width:220px}.work-type-popover-portal{z-index:1002}.picker-field{display:flex;flex-direction:column;align-items:stretch;gap:6px;margin-bottom:10px}.picker-field-label{flex:none;font-size:13px;color:#475569;font-weight:600}.pick-checklist{list-style:none;margin:0;padding:0;max-height:260px;overflow-y:auto}.pick-check-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:6px;cursor:pointer;font-size:14px}.pick-check-item:hover{background:#f8fafc}.pick-check-item input[type=checkbox]{flex:none;width:16px;height:16px;margin:0}.pick-check-item .swatch{flex:none}.pick-check-item .pick-name{flex:1;min-width:0}.pick-list{list-style:none;padding:0;margin:0 0 12px;max-height:300px;overflow-y:auto}.pick-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;margin-bottom:6px;cursor:pointer;font-size:14px}.pick-item:hover{background:#f8fafc}.swatch{width:14px;height:14px;border-radius:4px;display:inline-block}.dictionaries{display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start}.dict-table{flex:1 1 320px;max-width:420px}.dict-table table{width:100%;border-collapse:collapse;margin-bottom:10px}.dict-table td{padding:6px 4px}.dict-table input[type=text],.dict-table input:not([type]){width:100%;height:38px;padding:6px;border:1px solid #e2e8f0;border-radius:6px}.dict-add-form{display:flex;gap:8px;align-items:center}.dict-add-form input:not([type=color]){flex:1;height:38px;padding:8px;border-radius:6px;border:1px solid #cbd5e1}.dict-table .swatch-trigger,.dict-add-form .swatch-trigger{width:38px;height:38px;border-radius:8px}
