*{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}.auth-form{display:flex;flex-direction:column;gap:8px;width:280px;text-align:left;background:#fff;padding:16px;border-radius:10px;border:1px solid #e2e8f0}.auth-form h3{margin:0 0 4px}.auth-form input{padding:8px;border-radius:6px;border:1px solid #cbd5e1;font-size:14px}.btn-link{border:none;background:none;color:#2563eb;cursor:pointer;font-size:13px;padding:4px 0;text-align:left}.btn-link:hover{text-decoration:underline;background:none}.form-notice{color:#16a34a;font-size:13px;margin:4px 0}.auth-alt-options{display:flex;gap:8px;margin-top:4px}.admin-user-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #e2e8f0}.admin-user-email{font-size:12px;color:#64748b}.admin-user-actions{display:flex;gap:6px;flex:none}.role-permission-checkbox{display:flex;align-items:center;gap:6px;font-size:13px;color:#334155;white-space:nowrap}.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}.app-header-title,.header-actions{display:flex;align-items:center;gap:10px}.btn-requests-alert{background:#fee2e2;border-color:#dc2626;color:#991b1b;animation:requests-blink 1.2s ease-in-out infinite}@keyframes requests-blink{0%,to{opacity:1}50%{opacity:.55}}.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:1.25rem;font-weight:400}main{padding:8px 20px 60px}.board-title{margin:0 0 10px}.read-only-badge{display:inline-block;margin-left:12px;padding:2px 10px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:12px;font-weight:500;vertical-align:middle}.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{background:#bfdbfe}.day-column-today .day-column-header{background:#93c5fd}.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:11px;line-height:1;padding:3px 6px;border-radius:5px;display:flex;align-items:center;gap:4px;white-space:nowrap}.day-free-executors-empty{font-size:12px;color:#94a3b8;font-style:italic}.day-status-blocks{border-top:1px solid #cbd5e1;padding:4px 10px;display:flex;flex-direction:column;gap:2px}.day-status-block{display:flex;align-items:center;gap:6px;min-height:22px}.day-status-block-label{flex:none;white-space:nowrap;font-size:9px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.01em;line-height:1.2}.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{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:4px}.day-status-block-empty{font-size:12px;color:#cbd5e1}.status-chip{font-size:11px;line-height:1;padding:3px 4px 3px 6px;border-radius:5px}.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}.object-name{cursor:text;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.object-card-creator{flex:none;max-width:45%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;background:#ffffff40;border-radius:10px;padding:2px 8px}.object-card-delete-btn{flex:none;width:20px;height:20px;line-height:1;border:none;border-radius:50%;background:#ffffff40;color:#fff;cursor:pointer;font-size:12px;padding:0;display:flex;align-items:center;justify-content:center}.object-card-delete-btn:hover{background:#ffffff73}.delete-confirm-popover{z-index:1002;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #00000026;padding:10px 12px;width:220px}.delete-confirm-label{display:block;font-size:13px;color:#1e293b;margin-bottom:8px}.delete-confirm-actions{display:flex;justify-content:flex-end;gap:8px}.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{border-color:#16a34a}.work-row.work-row-rejected{background:#fca5a5;border-color:#dc2626}.work-row-main{display:flex;align-items:flex-start;gap:6px}.work-field{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.work-field-meta{display:flex;flex-direction:row;align-items:center;gap:6px;flex-wrap:wrap}.work-author-caption{display:inline-flex;align-items:center;font-size:11px;line-height:16px;padding:2px 6px;border-radius:4px;border:1px solid transparent;color:#64748b}.work-approval-badge{flex:none;display:inline-flex;align-items:center;font-size:11px;font-weight:600;line-height:16px;padding:2px 6px;border-radius:4px;border:1px solid transparent;white-space:nowrap}.work-approval-badge-btn{border:1px solid transparent;cursor:pointer;font-family:inherit}.work-approval-badge-btn:hover{filter:brightness(.92)}.approval-menu-popover{z-index:1002;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #00000026;padding:6px;width:190px;display:flex;flex-direction:column;gap:2px}.approval-menu-option{display:flex;align-items:center;gap:8px;text-align:left;background:none;border:none;border-radius:5px;padding:6px 8px;font-size:13px;color:#1e293b;cursor:pointer}.approval-menu-option:hover:not(:disabled){background:#f1f5f9}.approval-menu-option:disabled{color:#94a3b8;cursor:default;font-weight:600}.approval-menu-dot{width:9px;height:9px;border-radius:50%;flex:none}.row-handle{color:#94a3b8;font-size:11px}.work-text-chip{flex:1;font-size:13px;padding:3px 6px;border-radius:4px;cursor:pointer;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-line{display:flex;align-items:flex-start;justify-content:space-between;gap:6px}.work-row-executors{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.work-comments{position:relative;flex-shrink:0}.work-comments-trigger{display:flex;align-items:center;justify-content:center;gap:3px;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:5px;padding:3px 5px}.work-comments-trigger:hover{background:#f1f5f9;color:#64748b}.work-comments-trigger-active{color:#fff;background:#2563eb}.work-comments-trigger-active:hover{background:#1d4ed8;color:#fff}.work-comments-badge{font-size:11px;line-height:1;font-weight:600}.work-comments-popover{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:10px;box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column;z-index:1002}.work-comments-list{overflow-y:auto;max-height:220px;display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.work-comments-empty{color:#94a3b8;font-size:13px;padding:4px 0}.work-comment{border-bottom:1px solid #f1f5f9;padding-bottom:6px}.work-comment:last-child{border-bottom:none;padding-bottom:0}.work-comment-meta{display:flex;justify-content:space-between;gap:8px;font-size:11px;color:#94a3b8;margin-bottom:2px}.work-comment-author{font-weight:600;color:#475569}.work-comment-text{font-size:13px;color:#1e293b;white-space:pre-wrap;overflow-wrap:anywhere}.work-comments-form{display:flex;flex-direction:column;gap:6px}.work-comments-form textarea{resize:vertical;font:inherit;font-size:13px;padding:6px 8px;border-radius:6px;border:1px solid #cbd5e1;min-height:44px}.work-comments-form button{align-self:flex-end}.work-comment-actions{display:flex;align-items:center;gap:8px;margin-top:4px}.work-comment-action-link{background:none;border:none;padding:0;font-size:11px;color:#64748b;cursor:pointer}.work-comment-action-link:hover{color:#2563eb;text-decoration:underline}.work-comment-action-danger{color:#dc2626}.work-comment-action-danger:hover{color:#b91c1c}.work-comment-confirm-label{font-size:11px;color:#64748b}.work-comment-edit-input{width:100%;resize:vertical;font:inherit;font-size:13px;padding:6px 8px;border-radius:6px;border:1px solid #cbd5e1;min-height:40px;margin:2px 0 4px}.work-comment-actions .btn{padding:3px 10px;font-size:12px}.executor-chip{font-size:11px;line-height:1;padding:3px 6px;border-radius:5px;display:flex;align-items:center;gap:4px;white-space:nowrap}.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}.status-badge.status-needs-estimate{background:#fef3c7;color:#92400e}.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}.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-wide{min-width:480px;width:640px}.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}.modal-columns{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;align-items:start}.modal-col{min-width:0}.modal-actions-full{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-top:12px}@media (max-width: 720px){.modal-columns{grid-template-columns:1fr;gap:0}.modal-wide{width:90vw}}.form-conflict{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:8px 10px}.form-success{color:#16a34a;font-size:13px;margin:4px 0 10px}.pick-check-item-conflict{border-color:#dc2626;background:#fef2f2}.roles-modal{width:95vw;max-width:1100px}.roles-table-wrap{max-height:60vh;overflow:auto;border:1px solid #e2e8f0;border-radius:6px}.roles-table{border-collapse:collapse;width:100%;font-size:13px}.roles-table th,.roles-table td{padding:8px 10px;border-bottom:1px solid #e2e8f0;text-align:left;white-space:nowrap}.roles-table thead th{background:#f8fafc;position:sticky;top:0;z-index:1}.roles-table-sticky{position:sticky;left:0;background:#fff;z-index:2}.roles-table thead .roles-table-sticky{z-index:3}.roles-table th.roles-table-perm-head{width:110px;max-width:110px;white-space:normal;font-weight:600;color:#475569;font-size:12px;line-height:1.3;text-align:center}.roles-table-perm-cell{text-align:center}.roles-table-perm-cell input[type=checkbox]{width:22px;height:22px;cursor:pointer}.roles-table-input{width:200px!important;padding:6px;border-radius:6px;border:1px solid #cbd5e1;font-size:13px}.roles-admin-badge{display:inline-block;margin-top:2px;font-size:11px;font-weight:700;color:#b45309;text-transform:uppercase;letter-spacing:.03em}.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}.day-cell-selected{background:#2563eb;color:#fff;font-weight:700}.day-cell-selected:hover{background:#1d4ed8}.multi-date-picker{min-width:280px}.multi-date-row{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:2px}.multi-date-row-labels{margin-bottom:4px}.form-error{color:#dc2626;font-size:13px;margin:4px 0 10px}.add-executor-popover-title{font-weight:600;font-size:13px;color:#1e293b;margin-bottom:8px}.add-executor-popover-submit{margin:6px 0;width:100%}.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}.move-executor-toggle{margin-top:8px;width:100%}.move-executor-list{max-height:320px}.move-executor-item{cursor:default;flex-wrap:wrap}.move-executor-item:hover{background:none}.move-executor-location{font-size:12px;color:#b45309;white-space:nowrap}.move-executor-free{font-size:12px;color:#16a34a;white-space:nowrap}.move-executor-btn{flex:none;padding:4px 10px;font-size:13px}.color-grid{display:grid;grid-template-columns:repeat(12,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.occupied{box-shadow:inset 0 2px 4px #00000073,inset 0 -1px #ffffff40}.color-swatch.selected{border:2px solid #1e293b}.color-swatch-picker{position:relative;display:inline-block}.work-type-picker-field,.field-picker{display:block;width:100%}.work-type-field-trigger{display:flex;align-items:center;gap:8px;width:100%;padding:8px;margin-top:4px;border-radius:6px;border:1px solid #cbd5e1;font-size:14px;background:#fff;cursor:pointer;text-align:left}.work-type-field-trigger .swatch{flex:none}.work-type-field-text{flex:1;min-width:0;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.work-type-field-caret{flex:none;color:#64748b;font-size:11px}.work-type-picker-row{flex:none;max-width:100%;align-self:flex-start}.work-type-row-trigger{display:flex;align-items:center;gap:4px;padding:2px 6px;border-radius:4px;border:1px dashed #cbd5e1;background:#fff;color:#64748b;font-size:11px;line-height:16px;cursor:pointer;max-width:100%}.work-type-row-trigger .swatch{flex:none;width:10px;height:10px;border-radius:50%}.work-type-row-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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}.work-entry{border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;margin-bottom:12px;background:#f8fafc}.work-entry-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.work-entry-title{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.work-entry-remove{padding:2px 6px;font-size:12px}.add-work-entry-btn{margin-bottom:12px}.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}.pick-item-selected{border-color:#2563eb;background:#eff6ff}.swatch{width:14px;height:14px;border-radius:4px;display:inline-block}.dictionaries-title{margin:4px 0 8px}.dictionaries-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.dictionaries-header .dictionaries-title{margin:0}.dict-row-actions{display:flex;gap:6px;justify-content:flex-end;white-space:nowrap}.dictionaries-divider{border:none;border-top:1px solid #e2e8f0;margin:0 0 10px}.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}@media (max-width: 800px){.app-header{padding:10px 12px;gap:8px}.app-header h1{font-size:1.05rem}.app-header-title{gap:6px;min-width:0}.user-email{font-size:.85rem;max-width:40vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-header-actions{position:relative;flex:none}.mobile-menu-toggle{position:relative;width:40px;height:40px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:20px;line-height:1;cursor:pointer}.mobile-menu-toggle-alert{border-color:#dc2626;animation:requests-blink 1.2s ease-in-out infinite}.mobile-menu-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center}.mobile-menu-panel{position:absolute;top:calc(100% + 6px);right:0;z-index:20;width:240px;max-width:calc(100vw - 24px);background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #00000026;padding:8px;display:flex;flex-direction:column;gap:4px}.mobile-menu-select{width:100%;margin:0 0 2px}.mobile-menu-item{display:block;width:100%;text-align:left;padding:9px 10px;border:none;border-radius:6px;background:none;color:#1e293b;font-size:14px;cursor:pointer}.mobile-menu-item:hover{background:#f1f5f9}main{padding:8px 10px 40px}.mobile-day-pager{display:flex;flex-direction:column;gap:8px}.mobile-date-strip{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px}.mobile-date-chip{flex:none;display:flex;flex-direction:column;align-items:center;gap:2px;min-width:44px;padding:6px 8px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer}.mobile-date-chip-day{font-size:11px;font-weight:600;text-transform:uppercase}.mobile-date-chip-date{font-size:11px}.mobile-date-chip-today{border-color:#93c5fd;color:#1d4ed8}.mobile-date-chip-active{background:#2563eb;border-color:#2563eb;color:#fff}.mobile-day-nav{display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-day-nav-label{font-size:15px;font-weight:600;text-align:center;flex:1}.mobile-day-arrow{flex:none;width:36px;height:36px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:18px;line-height:1;cursor:pointer}.mobile-day-arrow:disabled{opacity:.35;cursor:default}.mobile-day-viewport .day-column{min-height:0;width:100%}.mobile-day-viewport .day-column-compact{min-height:0}.object-card-header{font-size:14px}.work-text-chip{font-size:13px}.work-field-meta,.work-author-caption,.work-type-row-name{font-size:11px}.work-approval-badge,.work-approval-badge-btn{font-size:10px;font-weight:600;line-height:1.4}.status-badge,.executor-chip{font-size:11px}.day-column-header{font-size:13px}.board-title{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;margin:0 0 6px;min-width:0}.board-title-text{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.read-only-badge{flex:none;margin-left:0;padding:2px 8px;font-size:10px}.mobile-day-frame{overflow:hidden;transition:height .16s ease}.mobile-day-viewport{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.mobile-day-viewport::-webkit-scrollbar{display:none}.mobile-day-slide{flex:0 0 100%;width:100%;scroll-snap-align:start;scroll-snap-stop:always}.roles-modal{min-width:0;width:96vw;max-width:96vw}.modal{padding:14px}.roles-table-wrap{max-height:65vh}.roles-table{font-size:12px}.roles-table th,.roles-table td{padding:6px}.roles-table-input{width:128px!important;font-size:12px;padding:5px}.dictionaries{gap:14px}.dict-table{flex:1 1 100%;max-width:100%}.dict-table h3{font-size:14px;margin:6px 0}.dict-table td{padding:4px 3px}.dict-table input[type=text],.dict-table input:not([type]){height:32px;font-size:12px;padding:4px}.dict-table .swatch-trigger,.dict-add-form .swatch-trigger{width:30px;height:30px}.dict-row-actions{gap:4px}.dict-row-actions .btn{padding:4px 6px;font-size:11px}.dict-add-form{flex-wrap:wrap;gap:6px}.dict-add-form input:not([type=color]){height:32px;font-size:12px;padding:6px}.dictionaries-title{font-size:16px}.modal-wide{min-width:0;width:96vw;max-width:96vw}.modal-columns{grid-template-columns:1fr;gap:0}.context-menu{min-width:200px;max-width:calc(100vw - 16px);font-size:13px}.context-menu-item{padding:10px}}
