*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0f172a;--slate-800:#1e293b;--slate-700:#334155;--slate-600:#475569;--slate-500:#64748b;--slate-400:#94a3b8;--slate-300:#cbd5e1;--slate-200:#e2e8f0;--slate-100:#f1f5f9;--slate-50:#f8fafc;--white:#fff;--primary:#4f46e5;--primary-l:#eef2ff;--green:#16a34a;--green-l:#dcfce7;--red:#dc2626;--red-l:#fee2e2;--amber:#d97706;--amber-l:#fef3c7;--blue:#2563eb;--blue-l:#dbeafe;--teal:#0d9488;--teal-l:#ccfbf1;--purple:#7c3aed;--purple-l:#f5f3ff;--sidebar-w:224px;--topbar-h:54px;--radius:8px;--radius-lg:12px;--shadow-sm:0 1px 3px #0f172a0f,0 1px 2px #0f172a0a;--shadow:0 4px 16px #0f172a14,0 1px 3px #0f172a0f;--shadow-lg:0 8px 32px #0f172a1f,0 2px 8px #0f172a14;background:#f1f5f9;color:#0f172a;color:var(--navy);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;font-size:14px;line-height:1.5}body{-webkit-font-smoothing:antialiased}.app-shell{min-height:100vh}.app-shell,.main-content{background:#f1f5f9;display:flex}.main-content{flex:1 1;flex-direction:column;margin-left:224px;margin-left:var(--sidebar-w);min-width:0}.sidebar{background:#fff;background:var(--white);border-right:1px solid #e2e8f0;border-right:1px solid var(--slate-200);bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:fixed;top:0;width:224px;width:var(--sidebar-w);z-index:100}.sidebar-logo{align-items:center;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--slate-100);display:flex;flex-shrink:0;gap:10px;padding:18px 16px 14px}.sidebar-nav{flex:1 1;overflow-y:auto;padding:12px 10px}.nav-item{align-items:center;background:#0000;border:none;border-left:3px solid #0000;border-radius:8px;border-radius:var(--radius);color:#64748b;color:var(--slate-500);cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:10px;margin-bottom:2px;padding:9px 12px;text-align:left;transition:all .12s;width:100%}.nav-item svg{flex-shrink:0;height:16px;width:16px}.nav-item:hover{background:#f1f5f9;background:var(--slate-100);border-left-color:#e2e8f0;border-left-color:var(--slate-200);color:#0f172a;color:var(--navy)}.nav-item.active{background:#eef2ff;background:var(--primary-l);border-left:3px solid #4f46e5;border-left:3px solid var(--primary);color:#4f46e5;color:var(--primary);font-weight:600}.sidebar-footer{background:#f8fafc;background:var(--slate-50);border-top:1px solid #f1f5f9;border-top:1px solid var(--slate-100);flex-shrink:0;padding:14px 12px}.role-badge{align-items:center;display:flex;gap:10px}.role-info{flex:1 1;min-width:0;overflow:hidden}.topbar{align-items:center;background:#fff;background:var(--white);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--slate-200);display:flex;flex-shrink:0;gap:16px;height:54px;height:var(--topbar-h);padding:0 28px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.page-body{background:#f1f5f9;flex:1 1;overflow-y:auto;padding:28px}.card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--slate-200);border-radius:12px;border-radius:var(--radius-lg);box-shadow:none;margin-bottom:16px}.card-header{align-items:center;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--slate-100);display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:14px 20px}.card-body{padding:16px 20px}.stat-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}@media (max-width:1100px){.stat-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.stat-grid{grid-template-columns:repeat(2,1fr)}}.stat-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--slate-200);border-radius:12px;border-radius:var(--radius-lg);box-shadow:none;padding:20px 22px;transition:box-shadow .15s}.stat-card:hover{box-shadow:0 1px 3px #0f172a0f,0 1px 2px #0f172a0a;box-shadow:var(--shadow-sm)}.stat-label{color:#94a3b8;color:var(--slate-400);font-size:11px;font-weight:600;letter-spacing:.6px;margin-bottom:8px;text-transform:uppercase}.stat-value{font-size:30px;font-weight:800;line-height:1;margin-bottom:6px}.stat-sub{color:#94a3b8;color:var(--slate-400);font-size:12px}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;transition:all .12s;white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.55}.btn-primary{background:#4f46e5;background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:#3730a3}.btn-secondary{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--slate-200);color:#334155;color:var(--slate-700)}.btn-secondary:hover:not(:disabled){background:#f8fafc;background:var(--slate-50);border-color:#cbd5e1;border-color:var(--slate-300)}.btn-danger{background:#fee2e2;background:var(--red-l);border:1px solid #fecaca;color:#dc2626;color:var(--red)}.btn-danger:hover:not(:disabled){background:#dc2626;background:var(--red);border-color:#dc2626;border-color:var(--red);color:#fff}.btn-ghost{background:#0000;color:#475569;color:var(--slate-600)}.btn-ghost:hover:not(:disabled){background:#f1f5f9;background:var(--slate-100)}.btn-sm{font-size:12px;padding:5px 12px}.btn-xs{font-size:11px;padding:3px 8px}.input{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--slate-200);border-radius:8px;border-radius:var(--radius);color:#0f172a;color:var(--navy);font-size:13px;outline:none;padding:9px 13px;transition:border-color .15s,box-shadow .15s;width:100%}.input:focus{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e514}.input::placeholder{color:#94a3b8;color:var(--slate-400)}select.input{cursor:pointer}.form-group{margin-bottom:14px}.form-label{color:#475569;color:var(--slate-600);display:block;font-size:12px;font-weight:600;margin-bottom:5px}.badge{align-items:center;border-radius:99px;display:inline-flex;font-size:11px;font-weight:600;padding:2px 9px;white-space:nowrap}.badge-green{background:#dcfce7;background:var(--green-l);color:#15803d}.badge-red{background:#fee2e2;background:var(--red-l);color:#b91c1c}.badge-blue{background:#dbeafe;background:var(--blue-l);color:#1d4ed8}.badge-purple{background:#f5f3ff;background:var(--purple-l);color:#6d28d9}.badge-teal{background:#ccfbf1;background:var(--teal-l);color:#0f766e}.badge-amber{background:#fef3c7;background:var(--amber-l);color:#b45309}.badge-gray{background:#f1f5f9;background:var(--slate-100);color:#64748b;color:var(--slate-500)}.alert{align-items:center;border-radius:8px;border-radius:var(--radius);display:flex;font-size:13px;gap:8px;margin-bottom:12px;padding:10px 14px}.alert-red{background:#fee2e2;background:var(--red-l);border-left:3px solid #dc2626;border-left:3px solid var(--red);color:#991b1b}.alert-green{background:#dcfce7;background:var(--green-l);border-left:3px solid #16a34a;border-left:3px solid var(--green);color:#166534}.alert-amber{background:#fef3c7;background:var(--amber-l);border-left:3px solid #d97706;border-left:3px solid var(--amber);color:#92400e}.alert-blue{background:#dbeafe;background:var(--blue-l);border-left:3px solid #2563eb;border-left:3px solid var(--blue);color:#1d4ed8}.patient-row{align-items:center;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--slate-100);cursor:pointer;display:flex;gap:12px;padding:13px 20px;transition:background .1s}.patient-row:last-child{border-bottom:none}.patient-row:hover{background:#eef2ff}.patient-avatar{background:#eef2ff;background:var(--primary-l);border-radius:50%;color:#4f46e5;color:var(--primary);flex-shrink:0;font-size:13px;font-weight:700;height:36px;justify-content:center;width:36px}.patient-avatar,.value-row{align-items:center;display:flex}.value-row{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--slate-100);gap:10px;padding:9px 0}.value-row:last-child{border-bottom:none}.value-name{color:#334155;color:var(--slate-700);flex:1 1;font-size:13px;font-weight:600;min-width:0}.value-result{font-size:14px;font-weight:800;min-width:72px;text-align:center}.value-normal{color:#16a34a;color:var(--green)}.value-abnormal{color:#dc2626;color:var(--red)}.value-unit{font-size:12px;min-width:48px}.value-ref,.value-unit{color:#94a3b8;color:var(--slate-400)}.value-ref{font-size:11px;min-width:70px;white-space:nowrap}.pdf-mock{background:#fff;border:1px solid #e0e0e0;color:#222;font-family:Courier New,monospace;font-size:10px;padding:20px 18px}.pdf-header{border-bottom:2px solid #1a237e;margin-bottom:12px;padding-bottom:10px}.pdf-title{color:#1a237e;font-size:14px;font-weight:900;letter-spacing:1.5px}.pdf-subtitle{color:#555;font-size:9px;margin-top:2px}.pdf-table{border-collapse:collapse;margin-top:10px;width:100%}.pdf-table th{background:#f0f0f0;border:1px solid #ddd;font-size:9px;font-weight:700;padding:5px 7px;text-align:left}.pdf-table td{border:1px solid #eee;padding:5px 7px}.pdf-normal{color:#16a34a;font-weight:700}.pdf-abnormal{color:#dc2626;font-weight:700}.search-wrap{align-items:center;display:flex;position:relative}.search-wrap svg{color:#94a3b8;color:var(--slate-400);height:15px;left:12px;pointer-events:none;position:absolute;width:15px}.search-wrap .input{padding-left:38px}.tabs{border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--slate-200);display:flex;gap:2px;margin-bottom:20px}.tab{background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;color:var(--slate-500);cursor:pointer;font-size:13px;font-weight:600;margin-bottom:-2px;padding:9px 18px;transition:all .15s}.tab.active,.tab:hover{color:#4f46e5;color:var(--primary)}.tab.active{border-bottom-color:#4f46e5;border-bottom-color:var(--primary)}.modal-overlay{align-items:center;background:#0f172a66;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.modal-lg{max-width:760px!important}.modal{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 8px 32px #0f172a1f,0 2px 8px #0f172a14;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;max-height:90vh;max-width:560px;overflow:hidden;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--slate-200);display:flex;flex-shrink:0;justify-content:space-between;padding:16px 20px}.modal-body{flex:1 1;overflow-y:auto;padding:20px}.modal-footer{border-top:1px solid #e2e8f0;border-top:1px solid var(--slate-200);display:flex;flex-shrink:0;gap:8px;justify-content:flex-end;padding:14px 20px}.empty-state{align-items:center;color:#94a3b8;color:var(--slate-400);display:flex;flex-direction:column;justify-content:center;padding:52px 24px;text-align:center}.empty-state svg{height:40px;margin-bottom:14px;opacity:.35;width:40px}.empty-state h3{color:#475569;color:var(--slate-600);font-size:15px;font-weight:700;margin-bottom:6px}.empty-state p{font-size:13px;max-width:320px}.login-page{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;background:var(--white);border-radius:16px;box-shadow:0 24px 64px #0000004d;max-width:400px;padding:36px 40px;width:100%}.trend-summary-bar{background:#f8fafc;background:var(--slate-50);border:1px solid #e2e8f0;border:1px solid var(--slate-200);border-radius:10px;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:16px;padding:14px 18px}.trend-summary-item{display:flex;flex-direction:column}.trend-summary-label{color:#94a3b8;color:var(--slate-400);font-size:10px;font-weight:700;letter-spacing:.5px;margin-bottom:3px;text-transform:uppercase}.trend-summary-value{font-size:20px;font-weight:800;line-height:1.1}.trend-summary-sub{color:#94a3b8;color:var(--slate-400);font-size:11px;margin-top:2px}.trend-divider{align-self:stretch;background:#e2e8f0;background:var(--slate-200);margin:0 4px;width:1px}.history-item{background:#f8fafc;background:var(--slate-50);border:1px solid #e2e8f0;border:1px solid var(--slate-200);border-radius:8px;margin:4px 8px;padding:10px 12px;position:relative}.history-item.is-latest{background:#f0f4ff;border-color:#4f46e533}.back-btn{align-items:center;background:#0000;border:none;color:#475569;color:var(--slate-600);cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:4px 0}.back-btn:hover{color:#4f46e5;color:var(--primary)}.type-strip{align-items:center;border-radius:99px;display:inline-flex;font-size:11px;font-weight:700;gap:5px;padding:3px 10px}.type-hematology{background:#dbeafe;background:var(--blue-l);color:#1d4ed8}.type-hormone{background:#f5f3ff;background:var(--purple-l);color:#6d28d9}.type-immunology{background:#ccfbf1;background:var(--teal-l);color:#0f766e}.type-biochemical{background:#dcfce7;background:var(--green-l);color:#15803d}.type-other{background:#f1f5f9;background:var(--slate-100);color:#64748b;color:var(--slate-500)}.imaging-viewer{align-items:center;background:#0f172a;border-radius:12px;border-radius:var(--radius-lg);display:flex;justify-content:center;min-height:360px;overflow:hidden;position:relative}.imaging-viewer img{cursor:zoom-in;display:block;max-height:520px;max-width:100%;object-fit:contain}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#e2e8f0;background:var(--slate-200);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#cbd5e1;background:var(--slate-300)}.text-muted{color:#94a3b8;color:var(--slate-400)}.text-sm{font-size:12px}.text-xs{font-size:11px}.fw-700{font-weight:700}.fw-800{font-weight:800}.mt-auto{margin-top:auto}.divider{border:none;border-top:1px solid #f1f5f9;border-top:1px solid var(--slate-100);margin:12px 0}.upload-area{background:#f8fafc;background:var(--slate-50);border:2px dashed #cbd5e1;border:2px dashed var(--slate-300);border-radius:12px;cursor:pointer;padding:32px 20px;text-align:center;transition:all .2s;-webkit-user-select:none;user-select:none}.upload-area.dragging,.upload-area:hover{background:#eef2ff;background:var(--primary-l);border-color:#4f46e5;border-color:var(--primary)}.upload-area *{cursor:pointer}.flowsheet-outer{border:1px solid #e2e8f0;border-radius:10px;max-height:560px;overflow:auto}.flowsheet-table{border-collapse:initial;border-spacing:0;font-size:12px;width:-webkit-max-content;width:max-content}.flowsheet-table td,.flowsheet-table th{border-bottom:.5px solid #e4e8f0;border-right:.5px solid #e4e8f0}.flowsheet-table .fs-corner{background:#f8fafc;border-left:0;border-top:0;left:0;max-width:200px;min-width:200px;padding:8px 12px;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:50}.flowsheet-table .fs-date{background:#f8fafc}.flowsheet-table .fs-date,.flowsheet-table .fs-date-latest{border-top:0;min-width:100px;padding:6px 10px;position:-webkit-sticky;position:sticky;text-align:center;top:0;white-space:nowrap;z-index:40}.flowsheet-table .fs-date-latest{background:#eff6ff}.flowsheet-table .fs-param{background:#fff;border-left:0;left:0;max-width:200px;min-width:200px;padding:7px 12px;position:-webkit-sticky;position:sticky;text-align:left;z-index:30}.flowsheet-table .fs-val{background:#fff;padding:7px 10px;text-align:center;vertical-align:middle}.flowsheet-table .fs-val-latest{background:#f0f7ff;padding:7px 10px;text-align:center;vertical-align:middle}.flowsheet-table .fs-val-abn{background:#fff5f5}.flowsheet-table .fs-val-crith{background:#fee2e2}.flowsheet-table .fs-val-critl{background:#f3e8ff}.fs-badge{font-size:9px;line-height:1.4;margin-left:2px;padding:0 3px;vertical-align:super}.fs-badge-h{color:#a32d2d}.fs-badge-l{color:#1d4ed8}.fs-badge-ch{background:#a32d2d}.fs-badge-cl{background:#5b21b6}.fs-badge-a{background:#fef3c7;color:#854f0b}.fs-badge-nr{border:.5px solid #e2e8f0}.flowsheet-table tbody tr:hover .fs-val,.flowsheet-table tbody tr:hover .fs-val-abn,.flowsheet-table tbody tr:hover .fs-val-crith,.flowsheet-table tbody tr:hover .fs-val-critl{background:#eff6ff!important}.flowsheet-table tbody tr:hover .fs-val-latest{background:#dbeafe!important}.flowsheet-table tbody tr:hover .fs-param{background:#eff6ff!important}.flowsheet-table tbody tr.highlighted .fs-param,.flowsheet-table tbody tr.highlighted .fs-val{background:#dbeafe!important}.flowsheet-table tbody tr:last-child td{border-bottom:0}.fs-qual-text{cursor:help;display:block;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.dark .flowsheet-outer{border-color:#334155}html.dark .flowsheet-table td,html.dark .flowsheet-table th{border-color:#1e293b}html.dark .flowsheet-table .fs-corner{background:#1e293b}html.dark .flowsheet-table .fs-date{background:#1e293b;color:#94a3b8}html.dark .flowsheet-table .fs-date-latest{background:#1e3a5f}html.dark .flowsheet-table .fs-param{background:#0f172a;color:#f1f5f9}html.dark .flowsheet-table .fs-val{background:#0f172a}html.dark .flowsheet-table .fs-val-latest{background:#1e3a5f}html.dark .flowsheet-table .fs-val-abn{background:#3b0f0f}html.dark .flowsheet-table .fs-val-crith{background:#4c1010}html.dark .flowsheet-table tbody tr:hover .fs-param,html.dark .flowsheet-table tbody tr:hover .fs-val{background:#1e1b4b!important}html.dark .flowsheet-table tbody tr:hover .fs-val-latest{background:#1e3a8a!important}.flowsheet-wrap{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.fs-badge{border-radius:3px;display:inline-block;font-size:10px;font-weight:600;letter-spacing:.03em;margin-top:3px;padding:2px 7px}.fs-badge-n{background:#dcfce7;color:#166534}.fs-badge-h{background:#fee2e2;color:#991b1b}.fs-badge-l{background:#dbeafe;color:#1e40af}.fs-badge-ch{background:#991b1b;color:#fff}.fs-badge-cl{background:#1d4ed8;color:#fff}.fs-badge-nr{background:#f1f5f9;color:#64748b}.fs-val-n{color:#0f172a}.fs-val-h,.fs-val-n{font-size:13px;font-weight:600}.fs-val-h{color:#dc2626}.fs-val-l{color:#2563eb}.fs-val-ch,.fs-val-l{font-size:13px;font-weight:600}.fs-val-ch{color:#991b1b}.fs-val-cl{color:#1e40af;font-size:13px;font-weight:600}.table-header{align-items:center;background:#f8fafc;background:var(--slate-50);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--slate-200);display:grid;padding:10px 20px}.table-header-cell{color:#94a3b8;color:var(--slate-400);font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}html.dark{--navy:#f1f5f9;--slate-800:#e2e8f0;--slate-700:#cbd5e1;--slate-600:#94a3b8;--slate-500:#64748b;--slate-400:#475569;--slate-300:#334155;--slate-200:#1e293b;--slate-100:#1e293b;--slate-50:#0f172a;--white:#1e293b;--primary-l:#1e1b4b;--green-l:#052e16;--red-l:#450a0a;--amber-l:#431407;--blue-l:#172554;--teal-l:#042f2e;--purple-l:#2e1065;--shadow-sm:0 1px 3px #0000004d,0 1px 2px #0003;--shadow:0 4px 16px #0006,0 1px 3px #0000004d;--shadow-lg:0 8px 32px #00000080,0 2px 8px #0006;color:#f1f5f9}html.dark,html.dark .app-shell,html.dark .main-content,html.dark .page-body,html.dark body{background:#0f172a}html.dark .sidebar{background:#1e293b;border-right-color:#334155}html.dark .sidebar-logo{border-bottom-color:#334155}html.dark .sidebar-footer{background:#0f172a;border-top-color:#334155}html.dark .nav-item{color:#94a3b8}html.dark .nav-item:hover{background:#334155;border-left-color:#475569;color:#f1f5f9}html.dark .nav-item.active{background:#1e1b4b;border-left-color:#818cf8;color:#818cf8}html.dark .topbar{background:#1e293b;border-bottom-color:#334155}html.dark .card{background:#1e293b;border-color:#334155}html.dark .card-header{border-bottom-color:#334155}html.dark .stat-card{background:#1e293b;border-color:#334155}html.dark .btn-secondary{background:#334155;border-color:#475569;color:#cbd5e1}html.dark .btn-secondary:hover:not(:disabled){background:#475569;border-color:#64748b}html.dark .btn-ghost{color:#94a3b8}html.dark .btn-ghost:hover:not(:disabled){background:#334155}html.dark .input{background:#0f172a;border-color:#334155;color:#f1f5f9}html.dark .input:focus{border-color:#818cf8;box-shadow:0 0 0 3px #818cf826}html.dark .input::placeholder{color:#475569}html.dark select.input{background:#0f172a}html.dark .modal{background:#1e293b;border:1px solid #334155}html.dark .modal-header{border-bottom-color:#334155}html.dark .modal-footer{border-top-color:#334155}html.dark .modal-overlay{background:#0009}html.dark .tabs{border-bottom-color:#334155}html.dark .tab{color:#64748b}html.dark .tab:hover{color:#818cf8}html.dark .tab.active{border-bottom-color:#818cf8;color:#818cf8}html.dark .table-header{background:#0f172a}html.dark .patient-row,html.dark .table-header{border-bottom-color:#334155}html.dark .patient-avatar,html.dark .patient-row:hover{background:#1e1b4b}html.dark .value-row{border-bottom-color:#334155}html.dark .value-name{color:#cbd5e1}html.dark .search-wrap .input{background:#0f172a}html.dark .empty-state,html.dark .search-wrap svg{color:#475569}html.dark .empty-state h3{color:#64748b}html.dark .upload-area{background:#0f172a;border-color:#334155}html.dark .upload-area:hover{background:#1e1b4b;border-color:#818cf8}html.dark .trend-summary-bar{background:#0f172a;border-color:#334155}html.dark .trend-divider{background:#334155}html.dark .history-item{background:#0f172a;border-color:#334155}html.dark .history-item.is-latest{background:#1e1b4b;border-color:#818cf833}html.dark .flowsheet-wrap{border-color:#334155}html.dark .badge-gray{background:#334155;color:#94a3b8}html.dark ::-webkit-scrollbar-thumb{background:#334155}html.dark ::-webkit-scrollbar-thumb:hover{background:#475569}html[lang=bn]{font-family:Noto Sans Bengali,SolaimanLipi,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ref-tip-wrap{display:inline-block;position:relative}.ref-tip-wrap .ref-tip-box{background:#1e293b;border-radius:8px;bottom:calc(100% + 8px);box-shadow:0 8px 24px #00000040;color:#f1f5f9;display:none;font-size:11px;left:50%;line-height:1.8;max-width:300px;min-width:200px;padding:10px 14px;pointer-events:none;position:absolute;text-align:left;transform:translateX(-50%);white-space:pre-line;z-index:9999}.ref-tip-wrap:hover .ref-tip-box{display:block}@keyframes badgePulse{0%,to{box-shadow:0 0 0 0 #dc262666;transform:scale(1)}50%{box-shadow:0 0 0 4px #dc262600;transform:scale(1.1)}}@keyframes navPulse{0%,to{background:#0000}50%{background:#dc26260f}}.nav-item-alert{border-left:2px solid #dc2626!important}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateX(-50%) translateY(8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}
/*# sourceMappingURL=main.479ee892.css.map*/