:root{color:#18202f;background:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit}.page{min-height:100vh;display:grid;place-items:center;padding:32px 20px}.auth-layout{width:min(960px,100%);min-height:560px;display:grid;grid-template-columns:1fr 440px;background:#fff;border:1px solid #d9e0ea;border-radius:8px;overflow:hidden;box-shadow:0 24px 80px #202b441f}.brand-pane{display:flex;flex-direction:column;justify-content:flex-end;gap:20px;padding:48px;color:#fff;background:linear-gradient(#0713231f,#071323b8),url(https://images.unsplash.com/photo-1581093458791-9f3c3250a8c9?auto=format&fit=crop&w=1200&q=80) center / cover}.brand-logo{width:136px;height:auto;display:block;padding:10px 12px;border-radius:8px;background:#ffffffeb}.brand-pane h1,.topbar h1{margin:0;letter-spacing:0}.brand-pane h1{max-width:460px;font-size:42px;line-height:1.04}.brand-pane p{max-width:420px;margin:0;color:#ffffffdb;font-size:16px;line-height:1.55}.panel{display:flex;flex-direction:column;justify-content:center;gap:22px;padding:48px;background:#fff}.auth-form h2,.workbench h2{margin:0;font-size:28px;line-height:1.2;letter-spacing:0}.eyebrow{margin:0 0 8px;color:#667085;font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.muted{margin:8px 0 0;color:#5b6575;line-height:1.5}label{display:grid;gap:8px;color:#344054;font-size:14px;font-weight:650}.input-wrap{min-height:46px;display:grid;grid-template-columns:20px 1fr;align-items:center;gap:10px;padding:0 14px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#667085}.input-wrap:focus-within{border-color:#1f7a5f;box-shadow:0 0 0 3px #1f7a5f24}.currency-field{grid-template-columns:auto 1fr}.currency-prefix{color:#667085;font-weight:750}input{min-width:0;width:100%;height:42px;border:0;outline:0;color:#18202f;background:transparent}textarea{min-width:0;width:100%;resize:vertical}.primary-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:8px;color:#fff;background:#1f7a5f;font-weight:750;cursor:pointer}.primary-button:disabled{cursor:not-allowed;opacity:.68}.error{margin:0;padding:12px 14px;border:1px solid #fecaca;border-radius:8px;color:#991b1b;background:#fef2f2;line-height:1.4}.app-shell{min-height:100vh;background:#f5f7fb}.topbar{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 32px;border-bottom:1px solid #d9e0ea;background:#fff}.topbar h1{font-size:24px}.icon-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid #cbd5e1;border-radius:8px;color:#344054;background:#fff;cursor:pointer}.app-nav{min-height:56px;display:flex;gap:8px;padding:10px 32px;border-bottom:1px solid #d9e0ea;background:#fff}.nav-button{min-height:36px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:1px solid transparent;border-radius:8px;color:#475467;background:transparent;font-weight:700;text-decoration:none;cursor:pointer}.nav-button.active{border-color:#b7d7cb;color:#155e49;background:#edf8f4}.workbench{padding:32px}.workbench>div{width:min(1120px,100%);padding:24px 0}.settings-panel{display:grid;gap:24px}.settings-header{grid-column:1 / -1;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.settings-main{min-width:0;display:grid;gap:24px}.ghost-button{min-height:42px;flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:1px solid #cbd5e1;border-radius:8px;color:#344054;background:#fff;font-weight:700;cursor:pointer}.ghost-button:hover{border-color:#1f7a5f;color:#155e49}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.field-error{margin:0;color:#b42318;font-size:13px;font-weight:650;line-height:1.4}.text-field[aria-invalid=true]{border-color:#d92d20}.text-field[aria-invalid=true]:focus{box-shadow:0 0 0 3px #d92d2024}.save-state{margin:0;color:#667085;font-size:13px;font-weight:700}.settings-actions{display:flex;align-items:center;gap:16px;padding-top:4px}@media(max-width:820px){.auth-layout{grid-template-columns:1fr;min-height:auto}.brand-pane{min-height:320px;padding:32px}.brand-pane h1{font-size:34px}.panel{padding:32px 24px}.topbar,.app-nav,.workbench{padding-left:24px;padding-right:24px}}@media(max-width:480px){.page{padding:0;place-items:stretch}.auth-layout{min-height:100vh;border:0;border-radius:0}.brand-pane{min-height:260px}.brand-pane h1{font-size:28px}.topbar,.app-nav,.workbench{padding:20px}.settings-grid{grid-template-columns:1fr}.setting-row,.settings-header{align-items:flex-start;flex-direction:column}}.orders-panel,.order-detail{display:grid;gap:24px;justify-items:stretch}.orders-panel .settings-header,.order-detail .settings-header{align-items:flex-start}.orders-state{gap:12px}.orders-state h3{margin:0;font-size:18px;line-height:1.3}.detail-actions{display:flex;align-items:center;gap:12px}.table-scroll{min-width:0;overflow-x:auto;border:1px solid #d9e0ea;border-radius:8px;background:#fff}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th,.data-table td{padding:12px 16px;text-align:left;vertical-align:middle;white-space:nowrap}.data-table thead th{color:#667085;background:#f8fafc;font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.data-table tbody tr{border-top:1px solid #e6ebf2}.data-table tbody td{color:#344054}.numeric-cell{font-variant-numeric:tabular-nums}.clickable-row{cursor:pointer}.clickable-row:hover{background:#f8fafc}.row-link{color:#155e49;font-weight:750;text-decoration:none}.row-link:hover,.row-link:focus-visible{text-decoration:underline}.muted-inline{color:#667085}.status-badge{display:inline-flex;align-items:center;padding:4px 10px;border:1px solid #d9e0ea;border-radius:999px;color:#475467;background:#f1f5f9;font-size:12px;font-weight:700;text-transform:capitalize}.status-badge[data-status=submitted]{border-color:#b7d7cb;color:#155e49;background:#edf8f4}.status-badge[data-status=cancelled],.status-badge[data-status=canceled]{border-color:#fecaca;color:#991b1b;background:#fef2f2}.assay-chips{display:inline-flex;flex-wrap:wrap;gap:6px}.assay-chip{display:inline-flex;align-items:center;padding:3px 9px;border:1px solid #d9e0ea;border-radius:6px;color:#344054;background:#f8fafc;font-size:12px;font-weight:650}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0}.detail-field{display:grid;gap:6px;min-width:0}.detail-field dt{color:#667085;font-size:12px;font-weight:700;text-transform:uppercase}.detail-field dd{margin:0;color:#18202f;font-size:15px;font-weight:650;line-height:1.4;overflow-wrap:anywhere}.detail-field dd a{color:#155e49}.samples-table .assay-column{min-width:120px;text-align:center;text-transform:none}.samples-table .assay-column span{display:block}.assay-index{color:#98a2b3;font-size:11px;font-weight:700}.assay-cell{text-align:center}.assay-mark{color:#1f7a5f;vertical-align:middle}.assay-blank{color:#cbd5e1}.status-badge[data-status="in progress"]{border-color:#fde68a;color:#92400e;background:#fffbeb}.status-badge[data-status=completed]{border-color:#bfdbfe;color:#1e40af;background:#eff6ff}.result-progress{color:#667085;font-size:13px;font-weight:650;font-variant-numeric:tabular-nums}.result-progress[data-complete=yes]{color:#155e49}.result-input{width:100%;min-width:92px;padding:6px 8px;border:1px solid transparent;border-radius:6px;color:#18202f;background:#f8fafc;font:inherit;font-weight:650;text-align:center}.result-input::placeholder{color:#cbd5e1;font-weight:500}.result-input:hover:not(:disabled){border-color:#d9e0ea}.result-input:focus{outline:none;border-color:#1f7a5f;background:#fff;box-shadow:0 0 0 3px #1f7a5f24}.result-input:disabled{color:#98a2b3}.result-select{min-width:84px;appearance:none;-webkit-appearance:none;cursor:pointer;text-align-last:center}.result-select:disabled{cursor:default}.derived-genotype{display:block;max-width:240px;padding:6px 8px;color:#18202f;font-weight:650;line-height:1.35;text-align:center;white-space:normal;overflow-wrap:break-word}.notes-cell{min-width:180px}.sex-cell{color:#667085}.samples-table .assay-column[data-empty=yes]{color:#cbd5e1}.samples-table .assay-index{text-transform:none;letter-spacing:.02em}.extra-column{min-width:180px}.column-note{display:block;color:#98a2b3;font-size:10.5px;font-weight:500;text-transform:none;letter-spacing:0}.cell-note{margin:4px 0 0;max-width:240px;color:#98a2b3;font-size:11.5px;line-height:1.35;text-align:center;white-space:normal;overflow-wrap:break-word}.finish-band{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;border-color:#cfe0d9;background:#f6fbf9}.finish-band h3{margin-bottom:4px}.finish-band[data-locked=yes]{border-color:#d9e0ea;background:#f8fafc}.report-modal{width:min(560px,calc(100vw - 32px));padding:0;border:1px solid #d9e0ea;border-radius:8px;color:#18202f;background:#fff;box-shadow:0 24px 80px #202b4438}.report-modal::backdrop{background:#0713237a}.report-modal-body{padding:20px 24px 4px}.snackbar{position:fixed;left:50%;bottom:28px;z-index:40;display:flex;align-items:center;gap:10px;max-width:min(560px,calc(100vw - 32px));padding:12px 14px 12px 16px;transform:translate(-50%);border:1px solid #1f7a5f;border-radius:10px;color:#edf8f4;background:#14543f;box-shadow:0 16px 40px #07281e47;font-size:14px;font-weight:650}.snackbar svg{flex:none}.snackbar-close{display:inline-flex;align-items:center;padding:2px;border:none;border-radius:6px;color:#b7d7cb;background:none;cursor:pointer}.snackbar-close:hover{color:#fff}@media(prefers-reduced-motion:no-preference){.snackbar{animation:snackbar-in .16s ease-out}}@keyframes snackbar-in{0%{opacity:0;transform:translate(-50%,8px)}}.report-modal-error{margin:0;padding:0 24px}.report-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:18px 24px 22px}.notes-input{text-align:left;font-weight:500}.results-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.results-buttons{display:flex;flex-wrap:wrap;gap:10px}.genotype-cell{min-width:150px;white-space:normal}.genotype-cell,.notes-cell{vertical-align:top}.samples-table .genotype-column{min-width:120px;text-align:center}.m-inline{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:700;color:#344054}.upload-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:16px}.upload-fields .field{display:grid;gap:6px}.upload-fields .field>span{color:#667085;font-size:12px;font-weight:700;text-transform:uppercase}.upload-fields input,.upload-fields select{padding:9px 10px;border:1px solid #d9e0ea;border-radius:8px;background:#fff;color:#18202f;font:inherit}.upload-fields input:focus,.upload-fields select:focus{outline:none;border-color:#1f7a5f;box-shadow:0 0 0 3px #1f7a5f24}.dropzone{display:grid;justify-items:center;gap:4px;margin-top:14px;padding:22px 18px;border:1px dashed #c6cfd9;border-radius:12px;background:#fbfcfd;color:#475467;text-align:center}.dropzone[data-dragging=yes]{border-color:#1f7a5f;background:#edf8f4}.dropzone p{margin:0}.dropzone svg{color:#98a2b3}.link-button{padding:0;border:none;background:none;color:#155e49;font:inherit;font-weight:650;text-decoration:underline;cursor:pointer}.link-button:disabled{color:#98a2b3;cursor:default}.attachment-list{list-style:none;margin:16px 0 0;padding:0;border:1px solid #e6eaf0;border-radius:12px}.attachment-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-top:1px solid #e6eaf0}.attachment-list li:first-child{border-top:none}.attachment-main{min-width:0}.attachment-main p{margin:2px 0 0;font-size:12.5px}.attachment-actions{display:flex;gap:4px;flex:none}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #d9e0ea;border-radius:8px;background:#fff;color:#475467;cursor:pointer}.icon-button:hover:not(:disabled){border-color:#1f7a5f;color:#155e49}.icon-button:disabled{color:#cbd5e1;cursor:default}.well-cell{color:#667085;font-variant-numeric:tabular-nums}@media(max-width:820px){.detail-grid{grid-template-columns:1fr}.detail-actions{flex-wrap:wrap}}.preview-modal{width:min(1040px,calc(100vw - 32px));height:min(860px,calc(100vh - 48px));padding:0;border:1px solid #d9e0ea;border-radius:8px;color:#18202f;background:#fff;box-shadow:0 24px 80px #202b4438;overflow:hidden}.preview-modal::backdrop{background:#0713237a}.preview-modal[open]{display:grid;grid-template-rows:auto auto minmax(0,1fr)}.preview-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 24px 18px;border-bottom:1px solid #d9e0ea}.preview-modal h3{margin:0;font-size:18px;line-height:1.3}.preview-controls{display:flex;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px solid #d9e0ea;background:#f8fafc}.preview-controls .preview-count{max-width:180px}.preview-controls .preview-warning{flex:1 1 auto;padding:8px 12px;font-size:13px}.preview-body{position:relative;min-height:0;background:#f5f7fb}.preview-frame{width:100%;height:100%;display:block;border:0;background:#fff}.preview-frame-fallback{position:absolute;left:24px;right:24px;top:24px}.preview-warning{margin:0;padding:12px 14px;border:1px solid #fde68a;border-radius:8px;color:#854d0e;background:#fffbeb;line-height:1.4}.preview-count{max-width:220px}.settings-section{display:grid;gap:18px;padding:24px 0;border-top:1px solid #d9e0ea}.settings-section h3{margin:0;font-size:18px;line-height:1.3}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.wide-field{grid-column:1 / -1}.field-hint{color:#5b6575;font-size:13px;font-weight:400;line-height:1.5}.text-field{min-height:46px;padding:10px 14px;border:1px solid #cbd5e1;border-radius:8px;outline:0;color:#18202f;background:#fff}.text-field:focus{border-color:#1f7a5f;box-shadow:0 0 0 3px #1f7a5f24}.text-field:disabled{color:#667085;background:#f8fafc;cursor:not-allowed}.setting-row{min-height:96px;display:grid;grid-template-columns:minmax(0,640px) auto;align-items:center;justify-content:start;gap:24px;padding:20px 0;border:0}.setting-row h3{margin:0;font-size:17px;line-height:1.3}.switch{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;cursor:pointer}.switch input{position:absolute;inset:0;width:50px;height:28px;margin:0;opacity:0;cursor:pointer;z-index:1}.switch-track{width:50px;height:28px;display:inline-flex;align-items:center;padding:3px;border-radius:999px;background:#cbd5e1;pointer-events:none;transition:background .16s ease}.switch-thumb{width:22px;height:22px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #10182838;transition:transform .16s ease}.switch input:checked+.switch-track{background:#1f7a5f}.switch input:checked+.switch-track .switch-thumb{transform:translate(22px)}.switch input:focus-visible+.switch-track{box-shadow:0 0 0 3px #1f7a5f2e}.switch input:disabled+.switch-track{cursor:not-allowed;opacity:.58}.logo-row{display:flex;align-items:center;gap:18px;margin-top:14px}.logo-preview{display:flex;align-items:center;justify-content:center;width:140px;height:64px;padding:6px;border:1px solid #e6eaf0;border-radius:10px;background:#fff;object-fit:contain}.logo-empty{border-style:dashed;color:#cbd5e1}.logo-row p{margin:4px 0 0;font-size:12.5px}
