.table-wrapper{flex:1;overflow:hidden;display:flex;flex-direction:column;outline:none;position:relative}.table-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center;font-size:16px;z-index:100}.table-scroll{overflow:auto;flex:1}.oligo-table{border-collapse:collapse;font-size:12px;table-layout:fixed;min-width:100%}.oligo-table th,.oligo-table td{border:1px solid #d1d5db;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:28px;max-height:52px;vertical-align:middle}.oligo-table th{background:#f0f4f8;font-weight:600;font-size:11px;padding:4px 6px;-webkit-user-select:none;user-select:none;color:#374151;position:sticky;top:0;z-index:10;white-space:normal;word-break:break-word;line-height:1.2}.oligo-table td{background:inherit}.oligo-table.compact{font-size:11px}.oligo-table.compact th,.oligo-table.compact td{height:20px}.oligo-table.compact th{font-size:10px;padding:2px 4px}.oligo-table.compact .cell-content{padding:0 4px;min-height:18px}.oligo-table.compact .cell-num{padding:0 4px}.oligo-table.compact .seq{font-size:10px}.sticky-col{position:sticky!important;left:0;z-index:11!important;background:#f9fafb!important}th.sticky-col{z-index:20!important}.oligo-table th.column-selectable{cursor:pointer}.oligo-table th.column-selectable:hover{background:#dbeafe}.oligo-table th.column-selected{background:#bfdbfe!important;box-shadow:inset 0 -2px #2563eb}.oligo-table td.column-selected{background:#dbeafe!important}.oligo-table td.range-selected{background:#e0f2fe!important;box-shadow:inset 0 0 0 1px #2563eb59}.oligo-table tr:hover td{background:#00000008}.oligo-table tr.row-selected td{border-top-color:#7aa7e6;border-bottom-color:#7aa7e6}.oligo-table tr.row-selected:hover td{border-top-color:#5f92da;border-bottom-color:#5f92da}.resizer{position:absolute;right:0;top:0;height:100%;width:5px;background:transparent;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none}.resizer:hover,.resizer.resizing{background:#3b82f6}.cell-content{padding:2px 6px;min-height:24px;display:flex;align-items:center;overflow:hidden;white-space:nowrap;position:relative}.cell-content.editable:hover{background:#3b82f614;cursor:cell}.cell-content.cell-error{outline:2px solid #ef4444;outline-offset:-2px;background:#fef2f2}.cell-num{padding:2px 6px;display:block;text-align:right;font-variant-numeric:tabular-nums;color:#374151}.lab-field{color:#6b21a8}.seq{font-family:Courier New,monospace;font-size:11px;letter-spacing:.02em}.cell-input{width:100%;height:100%;min-height:26px;border:2px solid #3b82f6;outline:none;padding:2px 4px;font-size:12px;font-family:inherit;background:#fff;box-sizing:border-box}.cell-textarea{width:100%;border:2px solid #3b82f6;outline:none;padding:2px 4px;font-size:11px;font-family:Courier New,monospace;background:#fff;resize:vertical;box-sizing:border-box}.cell-select{width:100%;height:100%;min-height:26px;border:2px solid #3b82f6;outline:none;padding:2px 4px;font-size:12px;background:#fff;cursor:pointer}.fill-handle{position:absolute;right:-4px;bottom:-4px;width:8px;height:8px;background:#2563eb;border:1.5px solid #fff;border-radius:1px;cursor:crosshair;z-index:20;box-shadow:0 0 0 1px #2563eb;flex-shrink:0;opacity:0;pointer-events:none;transition:opacity .1s}.cell-content.editable:hover .fill-handle,.cell-content.cell-selected .fill-handle{opacity:1;pointer-events:auto}.cell-content.cell-selected{outline:2px solid #2563eb;outline-offset:-2px;background:#3b82f60f!important}.fill-handle:hover{transform:scale(1.3)}.table-wrapper.is-filling,.table-wrapper.is-filling *{cursor:crosshair!important;-webkit-user-select:none!important;user-select:none!important}.cell-content.cell-fill-range{background:#2563eb1f!important;outline:1.5px dashed #2563eb;outline-offset:-1px}.fill-drag-hint{position:absolute;bottom:8px;left:50%;transform:translate(-50%);background:#1e40af;color:#fff;font-size:12px;padding:5px 14px;border-radius:20px;pointer-events:none;white-space:nowrap;box-shadow:0 2px 8px #00000040;z-index:100}.row-context-menu{position:fixed;width:240px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 12px 28px #0f172a2e;z-index:1200;padding:8px;color:#1f2937}.context-menu-title{display:flex;flex-direction:column;gap:2px;padding:6px 8px}.context-menu-title strong{font-size:13px}.context-menu-title span,.context-menu-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.context-menu-title span{color:#475569;font-size:12px}.context-menu-meta{display:flex;flex-direction:column;gap:2px;padding:2px 8px 6px;color:#64748b;font-size:11px}.context-menu-separator{height:1px;background:#e5e7eb;margin:4px 0}.context-menu-item{width:100%;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:13px;padding:8px;text-align:left}.context-menu-item:hover{background:#f1f5f9}.context-menu-item.danger{color:#dc2626}.context-menu-item.danger:hover{background:#fee2e2}.context-menu-disabled{color:#94a3b8;font-size:12px;padding:8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#1f2937;background:#f3f4f6;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.app-layout{display:flex;flex-direction:column;min-height:100vh;height:100vh;overflow:hidden}.app-main{flex:1;overflow:hidden;display:flex;flex-direction:column}.navbar{display:flex;align-items:center;gap:20px;padding:0 16px;min-height:50px;background:#1e40af;color:#fff;flex-shrink:0;box-shadow:0 2px 4px #0003}.navbar-brand{font-size:17px;font-weight:700;white-space:nowrap}.navbar-links{display:flex;gap:4px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:thin}.navbar-links a{color:#ffffffd9;text-decoration:none;padding:6px 14px;border-radius:6px;font-size:14px;transition:background .15s;white-space:nowrap}.navbar-links a:hover,.navbar-links a.active{color:#fff;background:#ffffff2e}.navbar-user{display:flex;align-items:center;gap:10px;flex-shrink:0;min-width:0}.user-name{font-size:13px;color:#ffffffe6;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-badge{font-size:11px;padding:2px 8px;border-radius:10px;font-weight:600}.role-admin{background:#fef9c3;color:#854d0e}.role-lab{background:#dbeafe;color:#1e3a8a}.role-user{background:#dcfce7;color:#14532d}.access-badge{border-radius:999px;font-size:11px;font-weight:700;padding:2px 8px;white-space:nowrap}.access-yes{background:#e0f2fe;color:#075985}.access-no{background:#fee2e2;color:#991b1b}.btn-logout{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);padding:5px 12px;border-radius:6px;cursor:pointer;font-size:13px;transition:background .15s}.btn-logout:hover{background:#ffffff40}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e40af,#3b82f6);padding:20px}.auth-card{background:#fff;border-radius:12px;padding:40px;width:100%;max-width:420px;box-shadow:0 20px 40px #00000026}.auth-logo{display:block;width:min(220px,72%);height:auto;margin:0 auto 12px;object-fit:contain}.auth-title{font-size:18px;font-weight:700;text-align:center;color:#1e40af;margin-bottom:4px}.auth-subtitle{font-size:15px;font-weight:500;text-align:center;color:#6b7280;margin-bottom:24px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-link{margin-top:16px;text-align:center;color:#6b7280;font-size:13px}.auth-link a{color:#3b82f6;text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.03em}.form-group input,.form-group select,.form-group textarea{padding:8px 12px;border:1.5px solid #d1d5db;border-radius:6px;font-size:14px;color:#1f2937;background:#fff;transition:border-color .15s;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.seq-input{font-family:Courier New,monospace!important;font-size:13px!important}.hint{font-size:11px;color:#9ca3af;font-weight:400;text-transform:none;letter-spacing:0}.page-subtitle{margin-top:4px;color:#6b7280;font-size:13px}.page-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;overflow:auto}.entity-card{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:12px;min-height:170px}.entity-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.entity-card h3{font-size:16px;line-height:1.25}.entity-card p{color:#4b5563;line-height:1.4;min-height:38px}.muted-code{color:#6b7280;font-size:12px;font-family:Courier New,monospace}.entity-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:#6b7280;font-size:12px}.status-pill{border-radius:999px;font-size:11px;font-weight:700;padding:3px 8px;white-space:nowrap}.status-active{background:#dcfce7;color:#166534}.status-archived{background:#f3f4f6;color:#4b5563}.empty-panel{background:#fff;border:1px dashed #cbd5e1;border-radius:8px;color:#6b7280;padding:18px}.btn-primary{background:#3b82f6;color:#fff;border:none;padding:9px 18px;border-radius:7px;cursor:pointer;font-size:14px;font-weight:600;transition:background .15s,transform .1s}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:#374151;border:1.5px solid #d1d5db;padding:8px 16px;border-radius:7px;cursor:pointer;font-size:14px;font-weight:500;transition:background .15s,border-color .15s}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-toggle-active{background:#dbeafe!important;border-color:#3b82f6!important;color:#1d4ed8}.btn-history{min-width:66px;padding-left:12px;padding-right:12px}.btn-secondary:disabled{opacity:.45;cursor:not-allowed}.btn-sm{padding:4px 10px;font-size:12px;border-radius:5px;cursor:pointer;border:1.5px solid #d1d5db;background:#fff;margin-right:4px;transition:background .15s}.btn-sm:hover{background:#f0f4f8}.table-actions{display:flex;gap:6px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.checkbox-line{display:flex;gap:8px;align-items:center;color:#334155;font-size:14px;font-weight:600}.checkbox-line input{width:16px;height:16px}.sputnik-link-box{display:grid;gap:10px;padding:12px;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.sputnik-link{color:#1d4ed8;font-size:13px;font-weight:600;text-decoration:none}.sputnik-link:hover{text-decoration:underline}.sputnik-link-code{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.sputnik-link-code span{flex:1 1 180px;padding:8px 10px;color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:700}.btn-danger{border-color:#fca5a5;color:#dc2626}.btn-danger:hover{background:#fee2e2}.orders-page{display:flex;flex-direction:column;height:100%;overflow:hidden}.orders-toolbar{display:flex;align-items:flex-start;gap:12px;padding:10px 16px;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.toolbar-left{display:flex;gap:8px;flex:1;align-items:center;flex-wrap:wrap;min-width:0}.toolbar-right{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.search-input{padding:7px 14px;border:1.5px solid #d1d5db;border-radius:7px;font-size:13px;width:min(380px,100%);min-width:240px;outline:none;transition:border-color .15s}.search-input:focus{border-color:#3b82f6}.filter-select{padding:7px 10px;border:1.5px solid #d1d5db;border-radius:7px;font-size:13px;cursor:pointer;outline:none;max-width:220px}.total-count{font-size:13px;color:#6b7280;white-space:nowrap}.hint-bar{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:6px 16px;font-size:12px;color:#475569;flex-shrink:0;display:flex;gap:12px;justify-content:space-between;align-items:center}.access-warning{background:#fff7ed;border-bottom:1px solid #fed7aa;color:#9a3412;font-size:13px;padding:8px 16px;flex-shrink:0}.hint-items,.hint-actions{display:flex;flex-wrap:wrap;gap:6px 14px;align-items:center}.hint-items strong{color:#1f2937}.pagination{display:flex;align-items:center;gap:4px;padding:8px 16px;background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;overflow-x:auto}.pagination button{padding:5px 10px;border:1.5px solid #d1d5db;background:#fff;border-radius:5px;cursor:pointer;font-size:13px;transition:background .15s}.pagination button:hover:not(:disabled){background:#f0f4f8}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination button.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.page-info{margin-left:8px;font-size:12px;color:#6b7280}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal{background:#fff;border-radius:10px;padding:24px;width:100%;max-width:min(640px,calc(100vw - 24px));max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0003}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-header h3{font-size:18px;font-weight:700}.modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#6b7280;padding:4px 8px;border-radius:4px}.modal-close:hover{background:#f0f4f8}.modal-subtitle{margin-top:4px;color:#64748b;font-size:13px}.synthesis-prep-modal{max-width:min(980px,calc(100vw - 24px))}.synthesis-prep-actions{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;flex-wrap:wrap;padding:12px;margin-bottom:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.prep-status-control,.prep-action-buttons{display:flex;gap:8px;align-items:flex-end;flex-wrap:wrap}.prep-batch-panel{flex:1 1 520px;min-width:min(520px,100%)}.prep-mode-toggle{display:inline-flex;gap:2px;padding:3px;margin-bottom:10px;background:#e2e8f0;border-radius:7px}.prep-mode-toggle button{border:0;border-radius:5px;padding:7px 12px;background:transparent;color:#334155;font-weight:700;cursor:pointer}.prep-mode-toggle button.active{background:#fff;color:#1d4ed8;box-shadow:0 1px 2px #0f172a1f}.prep-batch-fields{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:10px;width:100%}.prep-existing-batch{grid-column:span 3}.prep-batch-summary{align-self:end;grid-column:span 2;min-height:34px;padding:8px 10px;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:7px}.prep-batch-fields .form-group,.synthesis-batch-comment{margin-bottom:0}.prep-batch-fields input,.prep-batch-fields select,.synthesis-batch-comment textarea,.prep-item-comment,.batch-sequence-edit{border:1.5px solid #cbd5e1;border-radius:7px;padding:7px 9px;font:inherit;min-width:0}.prep-batch-fields input,.prep-batch-fields select{width:100%}.synthesis-batch-comment{margin-bottom:14px}.prep-warning{margin:-2px 0 14px;padding:9px 12px;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:7px;font-size:13px}.synthesis-batch-comment textarea,.prep-item-comment,.batch-sequence-edit{width:100%;resize:vertical}.prep-status-control label{flex-basis:100%;color:#475569;font-size:12px;font-weight:700}.prep-status-control select{border:1.5px solid #cbd5e1;border-radius:7px;padding:8px 10px;min-width:180px;font:inherit}.synthesis-prep-table-wrap{max-height:min(56vh,520px);overflow:auto;border:1px solid #e2e8f0;border-radius:8px}.synthesis-prep-table{width:100%;border-collapse:collapse;font-size:13px}.synthesis-prep-table th,.synthesis-prep-table td{border-bottom:1px solid #e5e7eb;padding:8px 10px;text-align:left;vertical-align:top}.synthesis-prep-table th{position:sticky;top:0;z-index:1;background:#eef2f7;color:#0f172a;font-size:12px;font-weight:700}.synthesis-prep-table td:first-child{white-space:nowrap;color:#334155;font-weight:700}.prepared-sequence{display:block;max-width:520px;white-space:pre-wrap;overflow-wrap:anywhere;color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:6px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.45}.prepared-sequence.changed{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.batch-detail-modal{max-width:min(1100px,calc(100vw - 24px))}.batch-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:12px;margin-bottom:16px}.batch-detail-grid .form-full{grid-column:1 / -1}.batch-sequence-edit{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#1e3a8a;background:#eff6ff}.add-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}.form-full{grid-column:1 / -1}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.page-container{padding:24px;max-width:1200px;width:100%;overflow:auto}.page-title{font-size:22px;font-weight:700;margin-bottom:0;color:#1e40af}.page-container>.page-title{margin-bottom:18px}.page-heading .page-title,.section-header .page-title{margin-bottom:0}.admin-page{max-width:1280px}.admin-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.admin-tab{border:1px solid #d9e2ec;background:#fff;border-radius:8px;padding:12px 14px;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.admin-tab strong{display:block;font-size:14px;color:#1f2937;margin-bottom:4px}.admin-tab span{display:block;font-size:12px;color:#64748b;line-height:1.35}.admin-tab:hover{border-color:#93c5fd;box-shadow:0 1px 8px #2563eb14}.admin-tab.active{border-color:#2563eb;background:#eff6ff}.admin-section{background:#fff;border-radius:10px;padding:20px 24px;margin-bottom:20px;border:1px solid #e5e7eb}.admin-section h3{font-size:16px;font-weight:700;margin-bottom:12px;color:#1f2937}.section-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.section-header h3{margin-bottom:0}.radio-group{display:flex;flex-direction:column;gap:10px}.radio-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px}.radio-label input{width:16px;height:16px;cursor:pointer}.admin-workflow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.workflow-step{display:flex;gap:10px;align-items:center;min-height:48px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;color:#475569;font-size:13px}.workflow-step strong{width:26px;height:26px;border-radius:999px;background:#dbeafe;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th{text-align:left;padding:8px 12px;background:#f0f4f8;border-bottom:2px solid #e5e7eb;font-weight:600;font-size:12px;color:#374151}.admin-table td{padding:8px 12px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.admin-table tr:hover td{background:#f9fafb}.admin-row-actions{white-space:nowrap}.admin-pagination{display:flex;align-items:center;justify-content:flex-end;gap:6px;color:#64748b;font-size:13px;margin-top:14px}.admin-pagination span{padding:0 8px}.inactive-row td{opacity:.5}.technical-log-list{display:flex;flex-direction:column;gap:8px;max-height:420px;overflow:auto}.technical-log-row{border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;padding:10px 12px}.technical-log-row.log-warning{border-color:#fcd34d;background:#fffbeb}.technical-log-row.log-error{border-color:#fca5a5;background:#fef2f2}.technical-log-main{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px}.technical-log-main strong{color:#1f2937}.technical-log-main span:last-child{color:#475569}.technical-log-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:#64748b;font-size:11px;margin-top:5px}.log-level{border-radius:999px;font-size:10px;font-weight:800;padding:2px 7px;text-transform:uppercase}.log-level-info{background:#dbeafe;color:#1e40af}.log-level-warning{background:#fef3c7;color:#92400e}.log-level-error{background:#fee2e2;color:#b91c1c}.technical-log-context{margin-top:8px;background:#ffffffb3;border:1px solid #e5e7eb;border-radius:6px;padding:8px;font-size:11px;overflow:auto;max-height:120px}.color-rules-list{display:flex;flex-direction:column;gap:10px}.color-rule-row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(180px,1.4fr) minmax(170px,1fr) 72px 78px auto;gap:10px;align-items:end;padding:10px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.color-priority-actions{display:flex;gap:4px}.color-priority-actions .btn-sm{min-width:32px;margin-right:0}.btn-sm:disabled{opacity:.45;cursor:not-allowed}.color-input-row{display:grid;grid-template-columns:42px 1fr;gap:8px}.color-input-row input[type=color]{width:42px;padding:2px}.color-rule-preview{height:36px;border:1px solid #d1d5db;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#374151;font-weight:600}.admin-subsection{border-top:1px solid #e5e7eb;padding-top:16px;margin-top:16px}.admin-subsection h4{font-size:14px;color:#1f2937;margin-bottom:10px}.column-permission-grid,.modifier-list,.computed-doc-list{display:flex;flex-direction:column;gap:8px}.column-permission-row{display:grid;grid-template-columns:minmax(160px,1fr) repeat(4,minmax(110px,auto));gap:10px;align-items:center;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;padding:8px 10px;font-size:12px}.column-permission-row label{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.column-permission-title{display:flex;flex-direction:column;gap:2px;min-width:0}.column-permission-title strong{color:#111827}.column-permission-title span{color:#64748b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;overflow:hidden;text-overflow:ellipsis}.modifier-row{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(180px,1.2fr) 46px minmax(120px,.8fr) 90px auto;gap:8px;align-items:center}.modifier-row input,.modifier-row select,.computed-doc-row input,.computed-doc-row textarea{border:1px solid #cbd5e1;border-radius:6px;padding:7px 8px;font-family:inherit;min-width:0}.modifier-row input[type=color]{padding:2px;height:34px}.computed-doc-row{display:grid;grid-template-columns:minmax(120px,.7fr) minmax(160px,.9fr) minmax(240px,1.6fr);gap:8px;align-items:start}.profile-info{background:#fff;border-radius:10px;padding:20px 24px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px;max-width:400px;font-size:14px}.card{background:#fff;border-radius:10px;padding:20px 24px;border:1px solid #e5e7eb}.dashboard-page{max-width:1360px;display:flex;flex-direction:column;gap:16px}.dashboard-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;background:#fff;border:1px solid #dbe3ef;border-radius:8px;padding:20px 22px}.dashboard-kicker{color:#0f766e;font-size:12px;font-weight:800;text-transform:uppercase;margin-bottom:5px}.dashboard-hero h2{color:#172554;font-size:26px;line-height:1.15;margin-bottom:6px}.dashboard-hero p{color:#475569;line-height:1.45;max-width:760px}.dashboard-range{display:inline-flex;flex:0 0 auto;border:1px solid #cbd5e1;border-radius:8px;padding:3px;background:#f8fafc}.dashboard-range button{border:none;background:transparent;color:#475569;cursor:pointer;border-radius:6px;padding:7px 12px;font-weight:700}.dashboard-range button.active{background:#1d4ed8;color:#fff}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.dashboard-stat-card{background:#fff;border:1px solid #dbe3ef;border-radius:8px;padding:16px;min-height:112px;display:flex;flex-direction:column;justify-content:space-between}.dashboard-stat-card.primary{background:#eff6ff;border-color:#bfdbfe}.dashboard-stat-card span{color:#64748b;font-size:12px;font-weight:700}.dashboard-stat-card strong{color:#0f172a;font-size:32px;line-height:1}.dashboard-stat-card small{color:#64748b;font-size:12px}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,.9fr);gap:14px}.dashboard-bottom-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.9fr);gap:14px}.dashboard-panel{background:#fff;border:1px solid #dbe3ef;border-radius:8px;padding:16px;min-width:0}.dashboard-panel-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.dashboard-panel h3{color:#1f2937;font-size:16px;margin-bottom:3px}.dashboard-panel p{color:#64748b;font-size:12px}.production-panel{min-height:360px}.dashboard-chart-wrap{width:100%;overflow-x:auto}.dashboard-chart{width:100%;min-width:680px;height:auto;display:block}.dashboard-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;color:#475569;font-size:12px}.dashboard-legend span{display:inline-flex;align-items:center;gap:6px}.dashboard-legend i{width:10px;height:10px;border-radius:999px;display:inline-block}.legend-created{background:#2563eb}.legend-accepted{background:#0f766e}.legend-ready{background:#16a34a}.legend-picked{background:#9333ea}.legend-batches{background:#dc2626}.status-bars{display:flex;flex-direction:column;gap:12px}.status-bar-row{display:flex;flex-direction:column;gap:5px}.status-bar-label{display:flex;justify-content:space-between;gap:12px;color:#334155;font-size:12px}.status-bar-label strong{color:#0f172a}.status-bar-track{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.status-bar-track div{height:100%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#0f766e)}.activity-feed{display:flex;flex-direction:column;gap:10px;max-height:520px;overflow:auto;padding-right:4px}.activity-item{display:grid;grid-template-columns:12px minmax(0,1fr);gap:10px;padding:10px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc}.activity-dot{width:10px;height:10px;border-radius:999px;margin-top:4px;background:#64748b}.activity-created{background:#2563eb}.activity-field_changed{background:#0f766e}.activity-undo{background:#9333ea}.activity-redo{background:#16a34a}.activity-auth_register{background:#0f766e}.activity-auth_login_success{background:#64748b}.activity-orders_order_deleted{background:#dc2626}.activity-body{min-width:0}.activity-title{display:flex;justify-content:space-between;gap:10px;color:#1f2937;font-size:13px}.activity-title span{color:#64748b;flex:0 0 auto;font-size:11px}.activity-text{color:#334155;font-size:12px;margin-top:3px;overflow-wrap:anywhere}.activity-meta{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:6px;color:#64748b;font-size:11px}.dashboard-user-list{display:flex;flex-direction:column;gap:8px}.dashboard-staff-note{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:16px;align-items:center;background:#f8fafc}.dashboard-staff-note-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dashboard-staff-note-grid span{border:1px solid #dbe3ef;border-radius:8px;background:#fff;padding:10px;color:#64748b;font-size:12px}.dashboard-staff-note-grid strong{display:block;color:#0f172a;font-size:20px;line-height:1;margin-bottom:4px}.dashboard-user-row{display:grid;grid-template-columns:minmax(0,1fr) auto 76px 76px;gap:10px;align-items:center;padding:10px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc}.dashboard-user-row>div:first-child{min-width:0}.dashboard-user-row strong,.dashboard-user-row span{display:block}.dashboard-user-row>div:first-child strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-user-row>div:first-child span{color:#64748b;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-activity-numbers{text-align:right}.user-activity-numbers strong{color:#0f172a;font-size:16px}.user-activity-numbers span{color:#64748b;font-size:10px}.chat-panel{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:14px}.chat-panel .dashboard-panel-head{grid-column:1 / -1;margin-bottom:0}.chat-messages{display:flex;flex-direction:column;gap:10px;max-height:430px;overflow:auto;padding-right:4px}.chat-message{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:start}.chat-message.own .chat-bubble{border-color:#bfdbfe;background:#eff6ff}.chat-avatar{width:38px;height:38px;border-radius:999px;overflow:hidden;background:#dbeafe;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.chat-avatar img{width:100%;height:100%;object-fit:cover}.chat-bubble{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:10px 12px;min-width:0}.chat-meta{display:flex;justify-content:space-between;gap:10px;color:#1f2937;font-size:12px}.chat-meta span{color:#64748b;flex:0 0 auto;font-size:11px}.chat-text{color:#334155;line-height:1.45;margin-top:5px;overflow-wrap:anywhere}.chat-emoji{font-size:18px;vertical-align:middle}.chat-attachment{display:inline-flex;align-items:center;gap:8px;max-width:100%;margin-top:8px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#1d4ed8;text-decoration:none;padding:6px 8px;font-size:12px}.chat-attachment img{width:42px;height:42px;object-fit:cover;border-radius:6px}.attachment-icon{border-radius:6px;background:#e0f2fe;color:#075985;padding:4px 6px;font-size:11px;font-weight:800}.chat-edit-button{border:none;background:transparent;color:#2563eb;cursor:pointer;font-size:11px;font-weight:700;margin-top:8px;padding:0}.chat-compose,.chat-edit-box{display:flex;flex-direction:column;gap:10px}.chat-compose textarea,.chat-edit-box textarea{width:100%;resize:vertical;min-height:72px;border:1px solid #cbd5e1;border-radius:8px;padding:10px;font-family:inherit}.chat-emoji-row{display:flex;flex-wrap:wrap;gap:6px}.chat-emoji-row button{width:34px;height:32px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;cursor:pointer;font-size:16px}.chat-emoji-row button.active{border-color:#2563eb;background:#dbeafe}.chat-compose-footer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center}.chat-file-button,.avatar-upload-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#1d4ed8;cursor:pointer;font-weight:700;padding:8px 10px}.chat-file-button input,.avatar-upload-button input{display:none}.chat-file-name{color:#64748b;font-size:12px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-actions{display:flex;justify-content:flex-end;gap:8px}.pending-access-page{max-width:860px;margin:0 auto;display:flex;align-items:center;min-height:calc(100vh - 72px)}.pending-access-card{width:100%;background:#fff;border:1px solid #dbe3ef;border-radius:8px;padding:28px;display:grid;grid-template-columns:72px minmax(0,1fr);gap:18px;box-shadow:0 18px 42px #0f172a14}.pending-access-mark{width:60px;height:60px;border-radius:999px;background:#eff6ff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-size:28px}.pending-access-card h2{color:#172554;font-size:26px;margin-bottom:8px}.pending-access-card p{color:#475569;line-height:1.55;max-width:680px}.pending-access-details{grid-column:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:6px}.pending-access-details div{border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;padding:10px 12px;min-width:0}.pending-access-details span{display:block;color:#64748b;font-size:11px;font-weight:700;margin-bottom:4px}.pending-access-details strong{display:block;color:#0f172a;overflow-wrap:anywhere}.pending-access-note{grid-column:2;color:#64748b;font-size:12px;border-left:3px solid #60a5fa;padding-left:10px}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px 24px;display:grid;grid-template-columns:86px minmax(0,1fr) auto;gap:18px;align-items:center}.profile-avatar{width:86px;height:86px;border-radius:999px;overflow:hidden;background:#dbeafe;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-card .profile-info{background:transparent;border:none;padding:0;max-width:none}.hint-link{background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#1d4ed8;cursor:pointer;font-size:12px;font-weight:600;text-decoration:none;padding:4px 8px}.hint-link:hover{background:#eff6ff;border-color:#93c5fd}.empty-table-msg{text-align:center;padding:48px 24px;color:#6b7280}.empty-icon{font-size:48px;margin-bottom:12px}.empty-title{font-size:18px;font-weight:700;color:#374151;margin-bottom:16px}.empty-hints{display:flex;flex-direction:column;gap:8px;align-items:center;font-size:14px}.empty-formats{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;align-items:center;margin-top:4px}.format-pill{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:12px;padding:2px 10px;font-size:12px;font-weight:500}.paste-help-modal{max-height:85vh;overflow-y:auto}.paste-help-content{display:flex;flex-direction:column;gap:20px}.paste-format{border:1.5px solid #e5e7eb;border-radius:8px;padding:16px;background:#fafafa}.paste-format-title{font-size:15px;font-weight:700;color:#1f2937;margin-bottom:8px;display:flex;align-items:center;gap:10px}.format-badge{background:#1d4ed8;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;white-space:nowrap}.paste-format-desc{font-size:13px;color:#4b5563;margin-bottom:10px;line-height:1.5}.paste-note{font-size:12px;color:#6b7280;margin-top:8px;font-style:italic}.col-order-list{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 10px}.col-order-list span,.col-order-list.headers code{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;padding:3px 10px;border-radius:12px;font-size:12px;font-weight:500}.col-order-list.headers code{font-family:Courier New,monospace;font-size:12px;background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.paste-example{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:12px;margin-top:8px}.paste-example-label{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.paste-pre{font-family:Courier New,monospace;font-size:12px;color:#1f2937;white-space:pre;overflow-x:auto;margin:0;line-height:1.6}.paste-help-notes{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:14px 16px;display:flex;flex-direction:column;gap:7px}.note-item{font-size:13px;color:#78350f;line-height:1.4}.help-page{max-width:1100px}.help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.help-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px 18px}.help-section h3{font-size:15px;color:#1f2937;margin-bottom:10px}.help-section ul{padding-left:18px;color:#4b5563;line-height:1.55}.help-section li+li{margin-top:6px}@media (max-width: 1100px){.navbar{gap:12px}.navbar-links a{padding:6px 10px}.orders-toolbar{flex-direction:column}.toolbar-left,.toolbar-right{width:100%}.toolbar-right{justify-content:flex-start}.search-input{flex:1 1 280px}.admin-tabs,.dashboard-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-main-grid,.dashboard-bottom-grid{grid-template-columns:1fr}}@media (max-width: 760px){.app-layout{height:auto;min-height:100vh;overflow:visible}.app-main{overflow:visible}.navbar{align-items:flex-start;flex-wrap:wrap;padding:8px 12px}.navbar-brand{width:100%}.navbar-links{order:3;width:100%}.navbar-user{margin-left:auto}.user-name{display:none}.orders-page{min-height:calc(100vh - 92px)}.orders-toolbar,.hint-bar,.pagination{padding-left:10px;padding-right:10px}.toolbar-left>*,.toolbar-right>*{flex:1 1 180px}.toolbar-right .total-count{flex-basis:100%}.search-input,.filter-select{width:100%;min-width:0;max-width:none}.hint-bar{align-items:flex-start;flex-direction:column}.add-form .form-grid,.form-grid.two-cols{grid-template-columns:1fr}.page-container{padding:14px}.section-header,.page-heading{align-items:stretch;flex-direction:column}.admin-tabs,.admin-workflow{grid-template-columns:1fr}.admin-section{padding:16px}.admin-pagination{justify-content:flex-start;flex-wrap:wrap}.dashboard-hero{flex-direction:column;padding:16px}.dashboard-range{width:100%}.dashboard-range button{flex:1 1 0}.dashboard-stat-grid{grid-template-columns:1fr}.dashboard-user-row{grid-template-columns:1fr 1fr}.dashboard-staff-note,.dashboard-staff-note-grid,.chat-panel,.profile-card{grid-template-columns:1fr}.pending-access-page{min-height:auto}.pending-access-card{grid-template-columns:1fr;padding:20px}.pending-access-details,.pending-access-note{grid-column:1}.pending-access-details,.chat-compose-footer{grid-template-columns:1fr}.dashboard-user-row .role-badge{justify-self:start}.cards-grid{grid-template-columns:1fr}.modal-overlay{align-items:flex-start;padding:10px}.modal{padding:18px;max-height:calc(100vh - 20px)}.admin-table{display:block;overflow-x:auto}.color-rule-row{grid-template-columns:1fr}.color-rule-preview{justify-content:flex-start;padding-left:12px}.synthesis-prep-actions{align-items:stretch}.prep-batch-panel{min-width:0}.prep-batch-fields{grid-template-columns:1fr}.prep-existing-batch,.prep-batch-summary{grid-column:1}.prep-mode-toggle{display:flex}.prep-mode-toggle button{flex:1 1 0}}@media (max-width: 480px){.btn-primary,.btn-secondary{padding-left:12px;padding-right:12px}.navbar-user .role-badge{display:none}.pagination .page-info{min-width:100%;margin-left:0;margin-top:4px}.dashboard-hero h2{font-size:22px}.activity-title{flex-direction:column;gap:2px}.dashboard-user-row{grid-template-columns:1fr}.user-activity-numbers{text-align:left}.chat-meta{flex-direction:column;gap:2px}.profile-avatar{width:72px;height:72px}}
