@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary-color:#0d6efd;--primary-hover:#0b5ed7;--bg-color:#f4f6f8;--surface-bg:#fff;--surface-border:#e2e8f0;--text-main:#1e293b;--text-muted:#64748b;--color-healthy:#f8fafc;--color-caries:#c27777;--color-caries-stroke:#8f5858;--color-treated:#0d6efd;--color-observation:#8ca87e;--color-observation-stroke:#668054;--color-border:#cbd5e1}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-user-select:none;user-select:none;width:100vw;height:100vh;font-family:Inter,sans-serif;overflow:hidden}#root{width:100%;height:100%;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}button{font-family:inherit}@media (width<=1024px){body{overflow:auto}#root{flex-direction:column}}._appContainer_1o048_1{width:100vw;height:100vh;display:flex}._mainContent_1o048_8{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}._workspace_1o048_16{flex:1;justify-content:center;padding:16px;display:flex;position:relative;overflow:hidden}@media (width<=600px){._workspace_1o048_16{padding:8px}}._sidebar_1c16u_1{border-right:1px solid var(--surface-border);background:#fff;flex-direction:column;flex-shrink:0;width:120px;padding:10px 0;display:flex;overflow-y:auto}._toolSection_1c16u_12{flex-direction:column;align-items:center;width:100%;display:flex}._sectionTitle_1c16u_19{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;text-align:center;margin-bottom:8px;font-size:.55rem;font-weight:700}._toolsGrid_1c16u_29{flex-direction:column;gap:2px;width:100%;padding:0 5px;display:flex}._toolsRow_1c16u_37{flex-wrap:wrap;justify-content:flex-start;gap:3px;width:100%;display:flex}._toolsRow_1c16u_37>button{width:calc(50% - 2px)}._groupLabel_1c16u_49{color:#1e293b;text-align:center;width:100%;margin:2px 0;font-size:.6rem;font-weight:600}._groupDivider_1c16u_58{border:none;border-top:1px solid #e2e8f0;width:80%;margin:0 auto 4px}._toolBtn_1c16u_65{color:#1e293b;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:100%;padding:5px 3px;font-weight:600;transition:all .2s;display:flex}._toolBtn_1c16u_65:hover{background:var(--surface-bg);transform:translateY(-1px)}._toolBtn_1c16u_65._active_1c16u_87{border-color:var(--primary-color);color:var(--primary-color);background:#e0e7ff;box-shadow:0 4px 12px #4f46e526}._toolBtn_1c16u_65 svg{width:14px;height:14px;margin-bottom:0}._toolLabel_1c16u_100{white-space:nowrap;margin-top:0;font-size:.45rem}._toolSublabel_1c16u_106{color:#94a3b8;white-space:nowrap;margin-top:-1px;font-size:.4rem;font-weight:500}._customIcon_1c16u_114{justify-content:center;align-items:center;width:14px;height:14px;margin-bottom:0;display:flex}._customIcon_1c16u_114 svg{width:100%;height:100%;margin-bottom:0}._resetBtn_1c16u_129{color:var(--text-muted);cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:1px;margin:16px 4px 6px;padding:5px 3px;font-size:.6rem;font-weight:500;transition:all .2s;display:flex}._resetBtn_1c16u_129:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}._historyActions_1c16u_153{gap:4px;margin:0 4px 6px;display:flex}._historyBtn_1c16u_159{color:var(--text-muted);cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1px;padding:5px 3px;font-size:.6rem;font-weight:500;transition:all .2s;display:flex}._historyBtn_1c16u_159:hover:not(:disabled){color:var(--text-color);background:#e2e8f0}._historyBtn_1c16u_159:disabled{opacity:.5;cursor:not-allowed}@media (width<=600px){._sidebar_1c16u_1{width:120px;padding:6px 0}._toolsGrid_1c16u_29{gap:2px;padding:0 4px}._toolBtn_1c16u_65 svg{width:12px;height:12px}._toolLabel_1c16u_100{font-size:.4rem}._sectionTitle_1c16u_19{margin-bottom:4px;font-size:.45rem}._groupLabel_1c16u_49{font-size:.4rem}._customIcon_1c16u_114{width:12px;height:12px}._resetBtn_1c16u_129{margin:auto 4px 4px;padding:4px;font-size:.45rem}}._navSection_1c16u_231{flex-direction:column;gap:3px;margin-top:auto;padding:0 4px 8px;display:flex}._navDivider_1c16u_239{background:var(--surface-border);width:80%;height:1px;margin:4px auto 6px}._navBtn_1c16u_246{color:var(--text-muted);cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:6px 4px;font-family:inherit;font-size:.5rem;font-weight:600;transition:all .2s;display:flex}._navBtn_1c16u_246:hover{color:var(--text-main);background:#f1f5f9}._navBtn_1c16u_246._navActive_1c16u_269{border-color:var(--primary-color);color:var(--primary-color);background:#e0e7ff;box-shadow:0 2px 8px #4f46e51a}._navBtn_1c16u_246 svg{width:16px;height:16px}._header_ewj7m_1{border-bottom:1px solid var(--surface-border);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex}._logo_ewj7m_12{color:#000;font-size:1.25rem;font-weight:700}._exportBtn_ewj7m_18{cursor:pointer;color:#0369a1;white-space:nowrap;background:#e0f2fe;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:600;transition:background .2s;display:inline-flex}._exportBtn_ewj7m_18:hover{background:#bae6fd}@media (width<=1024px){._header_ewj7m_1{height:48px;padding:0 16px}._logo_ewj7m_12{font-size:1.1rem}}._scaleWrapper_1umon_1{justify-content:flex-start;align-items:flex-start;width:100%;height:100%;display:flex;overflow:hidden}._scaleInner_1umon_10{width:max-content;min-width:900px;max-width:1200px}._container_1umon_16{flex-direction:column;gap:24px;width:100%;display:flex}._headerRow_1umon_23{justify-content:space-between;align-items:center;display:flex}._patientMeta_1umon_29,._headerActions_1umon_35{align-items:center;gap:12px;display:flex}._rightActions_1umon_41{align-items:center;gap:16px;display:flex}._feedbackBtn_1umon_47{color:#6b7b6b;cursor:pointer;background:#fff;border:1px solid #8a9a8a;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}._feedbackBtn_1umon_47:hover{color:#fff;background:#8a9a8a}._manualBtn_1umon_67{border:1px solid var(--surface-border);color:var(--text-muted);cursor:pointer;background:#f8fafc;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}._manualBtn_1umon_67:hover{color:var(--text-main);background:#e2e8f0}._btn_1umon_87{border:1px solid var(--surface-border);cursor:pointer;white-space:nowrap;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:600;display:inline-flex}._btnPrimary_1umon_101{color:#0369a1;background:#e0f2fe;border-color:#bae6fd}._historyBtn_1umon_107{border:1px solid var(--surface-border);cursor:pointer;color:var(--text-main);background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:10px;transition:all .2s;display:inline-flex}._historyBtn_1umon_107:hover:not(:disabled){background:var(--surface-bg)}._historyBtn_1umon_107:disabled{opacity:.4;cursor:not-allowed;background:#f1f5f9}._card_1umon_130{border:1px solid var(--surface-border);background:#fff;border-radius:16px;flex-direction:column;padding:clamp(12px,3cqw,32px);display:flex;position:relative;overflow:visible;box-shadow:0 4px 24px #0000000a}._chartScrollWrapper_1umon_142{width:100%;overflow:visible;container-type:inline-size}._chartContainer_1umon_148{flex-direction:column;align-items:center;gap:0;width:100%;margin:16px auto;padding:0 clamp(10px,3cqw,40px);display:flex;overflow:visible}._arch_1umon_159{flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}._toothRow_1umon_167{justify-content:center;gap:2px;width:100%;display:flex}._toothCol_1umon_174{z-index:1;flex-direction:column;flex:none;align-items:center;min-width:0;display:flex;position:relative}._bridgePending_1umon_184{outline-offset:-2px;border-radius:6px;outline:3px solid #9a8cb3;animation:1s ease-in-out infinite _bridgePulse_1umon_1}@keyframes _bridgePulse_1umon_1{0%,to{outline-color:#9a8cb3}50%{outline-color:#d4cce5}}._toothNumber_1umon_196{color:var(--text-main);font-size:clamp(.7rem,1.8cqw,.95rem);font-weight:700}._toothNumberUpper_1umon_202{margin-top:2px;margin-bottom:0}._toothNumberLower_1umon_207{margin-top:0;margin-bottom:2px}._clickableLabel_1umon_212{cursor:pointer;z-index:10;border-radius:6px;margin:-10px -14px;padding:10px 14px;transition:all .2s;display:inline-block;position:relative}._clickableLabel_1umon_212:hover{-webkit-text-stroke:.5px currentColor;color:#2563eb;font-weight:900}._toothNumberUpper_1umon_202._clickableLabel_1umon_212{margin-bottom:-4px;padding-bottom:4px}._toothNumberLower_1umon_207._clickableLabel_1umon_212{margin-top:-4px;padding-top:4px}._toothInactive_1umon_241 ._toothNumber_1umon_196{color:#94a3b8}._toothShape_1umon_246{position:relative;overflow:hidden}._partLayer_1umon_253{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}._partLayer_1umon_253:nth-child(2){z-index:2}._clickZone_1umon_269{cursor:crosshair;z-index:5;width:100%;position:absolute;left:0}._svgWrapper_1umon_277{pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._svgWrapper_1umon_277 svg{width:100%;height:100%;display:block}._svgWrapper_1umon_277 svg rect,._svgWrapper_1umon_277 svg path{fill:var(--svg-fill,transparent)!important;stroke:var(--svg-stroke,#cbd5e1)!important;stroke-dasharray:var(--svg-dasharray,none)!important;stroke-width:1px!important}._implantRoot_1umon_302 svg{width:auto!important;height:100%!important}._implantRoot_1umon_302{justify-content:center;align-items:center;display:flex}._bridgeBar_1umon_313{z-index:-1;pointer-events:none;background-color:#9a8cb3;width:36px;height:18px;position:absolute;left:calc(100% - 17px)}._bridgeBarUpper_1umon_323{bottom:37.5px}._bridgeBarLower_1umon_328{top:37.5px}._bridgeBarMidline_1umon_333{width:50px;left:calc(100% - 17px)}._dentureBar_1umon_340{z-index:-1;pointer-events:none;background-color:#8ca0b0;width:28px;height:16px;position:absolute;left:calc(100% - 13px)}._dentureBarUpper_1umon_350{bottom:37.5px}._dentureBarLower_1umon_354{top:37.5px}._dentureBarMidline_1umon_358{width:42px;left:calc(100% - 13px)}._dentureConnectorLeft_1umon_363,._dentureConnectorRight_1umon_364{z-index:4;background-color:#8ca0b0;border-top:2px solid #647887;border-bottom:2px solid #647887;height:12px;position:absolute;top:50%;transform:translateY(-50%)}._dentureConnectorLeft_1umon_363{right:50%}._dentureConnectorRight_1umon_364{left:50%}._stampOverlay_1umon_383,._mobilityOverlay_1umon_384{pointer-events:none;z-index:10;filter:drop-shadow(0 1px 2px #0000004d);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._perioOverlay_1umon_394{pointer-events:none;z-index:8;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;left:0;transform:translateY(-50%)}._perioLabel_1umon_406{filter:drop-shadow(0 1px 2px #00000026);z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._archDividerWrapper_1umon_416{z-index:5;align-items:center;width:calc(100% + 60px);margin-left:-30px;margin-right:-30px;padding:3px 0;display:flex;position:relative}._archSideLabel_1umon_427{color:var(--text-main);white-space:nowrap;flex-shrink:0;font-size:clamp(.65rem,1.6cqw,.85rem);font-weight:700}._archSideLabel_1umon_427:first-child{padding-right:4px}._archSideLabel_1umon_427:last-child{padding-left:4px}._archDivider_1umon_416{flex:1;justify-content:center;align-items:center;display:flex;position:relative}._archDivider_1umon_416:before{content:"";background:var(--text-main);z-index:0;height:2px;position:absolute;left:0;right:0}._archMidlineTick_1umon_461{background:var(--text-main);z-index:1;width:2px;height:48px;position:absolute}._footer_1umon_469{flex-direction:column;gap:16px;margin-top:32px;display:flex}._legend_1umon_476{border-top:1px solid var(--surface-border);color:var(--text-muted);flex-direction:column;gap:6px;padding-top:16px;font-size:.72rem;display:flex}._legendTitle_1umon_486{color:var(--text-main);margin-bottom:4px;font-size:.75rem;font-weight:700}._legendItem_1umon_493{align-items:flex-start;gap:8px;line-height:1.4;display:flex}._legendColor_1umon_500{border:2px solid var(--surface-border);border-radius:3px;flex-shrink:0;width:14px;height:14px;margin-top:2px}._legendLabel_1umon_509{color:var(--text-main);white-space:nowrap;margin-right:2px;font-weight:600}._legendDesc_1umon_516{color:var(--text-muted);font-weight:400}@media (width<=1024px){._container_1umon_16{gap:12px}._btn_1umon_87{padding:8px 14px;font-size:.8rem}._card_1umon_130{border-radius:12px;padding:16px}._chartContainer_1umon_148{margin:8px auto;padding:0 clamp(8px,3cqw,40px)}._footer_1umon_469{margin-top:16px}._legend_1umon_476{gap:12px;font-size:.65rem}._partWrapper_1umon_556{min-height:28px}}@media (width<=600px){._headerRow_1umon_23{gap:8px}._btn_1umon_87{gap:4px;padding:8px 10px;font-size:.75rem}._historyBtn_1umon_107{padding:8px}._btnText_1umon_576{display:none}._card_1umon_130{padding:12px 8px}._legend_1umon_476{gap:8px;font-size:.6rem}}._overlay_15d9s_1{z-index:1000;background:#0006;justify-content:center;align-items:flex-start;padding-top:60px;animation:.2s _fadeIn_15d9s_1;display:flex;position:fixed;inset:0}@keyframes _fadeIn_15d9s_1{0%{opacity:0}to{opacity:1}}._modal_15d9s_21{background:#fff;border-radius:16px;width:90%;max-width:420px;padding:24px;animation:.25s _slideUp_15d9s_1;box-shadow:0 20px 60px #0003}@keyframes _slideUp_15d9s_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._title_15d9s_36{color:#1e293b;margin-bottom:4px;font-size:1rem;font-weight:700}._subtitle_15d9s_43{color:#64748b;margin-bottom:16px;font-size:.75rem}._textarea_15d9s_49{resize:vertical;box-sizing:border-box;border:2px solid #e2e8f0;border-radius:10px;outline:none;width:100%;min-height:120px;padding:12px;font-family:inherit;font-size:.85rem;transition:border-color .2s}._textarea_15d9s_49:focus{border-color:#4f46e5}._actions_15d9s_67{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}._cancelBtn_15d9s_74{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:.8rem;font-weight:500;transition:all .2s}._cancelBtn_15d9s_74:hover{background:#f8fafc}._sendBtn_15d9s_90{color:#fff;cursor:pointer;background:#06c755;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 20px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}._sendBtn_15d9s_90:hover{background:#05b04a}._sendBtn_15d9s_90:disabled{opacity:.5;cursor:not-allowed}._toast_15d9s_114{color:#fff;z-index:1100;background:#1e293b;border-radius:10px;padding:10px 20px;font-size:.8rem;font-weight:500;animation:.3s _toastIn_15d9s_1;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0003}._toastError_15d9s_130{background:#dc2626}@keyframes _toastIn_15d9s_1{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}._overlay_reg6l_1{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out _fadeIn_reg6l_1;display:flex;position:fixed;inset:0}@keyframes _fadeIn_reg6l_1{0%{opacity:0}to{opacity:1}}._container_reg6l_18{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:860px;max-height:90vh;animation:.25s ease-out _slideUp_reg6l_1;display:flex;overflow:hidden;box-shadow:0 24px 48px #0003}@keyframes _slideUp_reg6l_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}._header_reg6l_36{border-bottom:1px solid var(--surface-border);background:linear-gradient(135deg,#f8fafc 0%,#eef2ff 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 28px;display:flex}._title_reg6l_46{color:var(--text-main);margin:0;font-size:1.25rem;font-weight:700}._closeBtn_reg6l_53{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000001a}._closeBtn_reg6l_53:hover{color:#ef4444;background:#fee2e2;transform:scale(1.05)}._content_reg6l_75{color:var(--text-main);scroll-behavior:smooth;flex:1;padding:28px 32px;line-height:1.8;overflow-y:auto}._content_reg6l_75 h2{color:var(--text-main);border-bottom:2px solid var(--primary-color);margin:0 0 12px;padding-bottom:8px;font-size:1.2rem;font-weight:700;display:inline-block}._content_reg6l_75 h3{color:var(--text-main);margin:16px 0 8px;font-size:1rem;font-weight:600}._content_reg6l_75 p{color:#475569;margin:8px 0;font-size:.9rem}._content_reg6l_75 ul,._content_reg6l_75 ol{color:#475569;margin:8px 0;padding-left:24px;font-size:.9rem}._content_reg6l_75 li{margin:4px 0}._divider_reg6l_118{border:none;border-top:1px solid #e2e8f0;margin:28px 0}._toc_reg6l_125{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px 24px}._toc_reg6l_125 h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;font-size:.85rem;font-weight:700}._toc_reg6l_125 ol{grid-template-columns:1fr 1fr;gap:4px 24px;margin:0;padding-left:20px;font-size:.85rem;display:grid}._toc_reg6l_125 a{color:var(--primary-color);text-decoration:none;transition:color .15s}._toc_reg6l_125 a:hover{color:#1d4ed8;text-decoration:underline}._featureGrid_reg6l_162{grid-template-columns:1fr 1fr;gap:12px;margin:16px 0;display:grid}._featureItem_reg6l_169{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}._featureItem_reg6l_169 strong{margin-bottom:2px;font-size:.9rem;display:block}._featureItem_reg6l_169 p{color:#64748b!important;margin:0!important;font-size:.8rem!important}._featureIcon_reg6l_191{flex-shrink:0;font-size:1.5rem}._stepList_reg6l_197{flex-direction:column;gap:12px;margin:16px 0;display:flex}._step_reg6l_197{background:#f0f9ff;border:1px solid #bfdbfe;border-radius:10px;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}._stepNumber_reg6l_214{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex}._step_reg6l_197 strong{margin-bottom:2px;font-size:.9rem;display:block}._step_reg6l_197 p{color:#475569!important;margin:0!important;font-size:.85rem!important}._screenshot_reg6l_241{border:1px solid #e2e8f0;border-radius:8px;width:100%;margin:12px 0 4px;box-shadow:0 2px 8px #0000000f}._caption_reg6l_249{text-align:center;font-style:italic;color:#94a3b8!important;margin:0 0 16px!important;font-size:.8rem!important}._toolCard_reg6l_258{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:12px 0;padding:16px 20px;transition:border-color .2s}._toolCard_reg6l_258:hover{border-color:#cbd5e1}._toolCard_reg6l_258 h3{margin-top:0;margin-bottom:4px}._toolHeader_reg6l_276{align-items:center;gap:10px;margin-bottom:4px;display:flex}._toolHeader_reg6l_276 h3{margin:0!important}._colorDot_reg6l_287{border-radius:50%;flex-shrink:0;width:14px;height:14px}._conditionIcon_reg6l_294{text-align:center;color:#64748b;flex-shrink:0;width:20px;font-size:1.1rem}._table_reg6l_303{border-collapse:collapse;border:1px solid #e2e8f0;border-radius:8px;width:100%;margin:12px 0;font-size:.85rem;overflow:hidden}._table_reg6l_303 th{text-align:left;color:var(--text-main);background:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:10px 14px;font-weight:600}._table_reg6l_303 td{color:#475569;border-bottom:1px solid #f1f5f9;padding:10px 14px}._table_reg6l_303 tr:last-child td{border-bottom:none}._tip_reg6l_333{border-left:4px solid var(--primary-color);color:#1e40af;background:#eff6ff;border-radius:0 8px 8px 0;margin:12px 0;padding:12px 16px;font-size:.85rem;line-height:1.6}._footer_reg6l_345{text-align:center;border-top:1px solid #e2e8f0;margin-top:24px;padding-top:16px}._footer_reg6l_345 p{color:#94a3b8!important;font-size:.8rem!important}@media (width<=1024px){._overlay_reg6l_1{padding:8px}._container_reg6l_18{border-radius:12px;max-height:95vh}._content_reg6l_75{padding:20px 16px}._toc_reg6l_125 ol,._featureGrid_reg6l_162{grid-template-columns:1fr}}@media (width<=480px){._header_reg6l_36{padding:14px 16px}._title_reg6l_46{font-size:1.05rem}._content_reg6l_75{padding:16px 14px}}._iconCell_reg6l_395{align-items:center;gap:6px;display:flex}._overlay_pydz8_1{z-index:9999;background:linear-gradient(135deg,#f0f4f8 0%,#dfe6ed 100%);justify-content:center;align-items:flex-start;padding-top:60px;display:flex;position:fixed;inset:0}._card_pydz8_12{text-align:center;background:#fff;border-radius:20px;width:340px;max-width:90vw;padding:48px 40px;box-shadow:0 8px 32px #0000001a}._logo_pydz8_22{color:var(--text-main);letter-spacing:.02em;margin-bottom:32px;font-size:1.6rem;font-weight:700}._label_pydz8_30{color:var(--text-muted);margin-bottom:20px;font-size:.9rem}._pinInput_pydz8_36{text-align:center;letter-spacing:.35em;width:160px;color:var(--text-main);-webkit-text-security:disc;background:#f8fafc;border:2px solid #cbd5e1;border-radius:12px;outline:none;margin:0 auto 28px;padding:10px 12px;font-family:inherit;font-size:1.3rem;font-weight:700;transition:border-color .2s;display:block}._pinInput_pydz8_36:focus{border-color:var(--primary-color);background:#fff}._pinInput_pydz8_36::placeholder{letter-spacing:.1em;color:#cbd5e1;font-size:1rem}._submitBtn_pydz8_66{cursor:pointer;color:#0369a1;background:#e0f2fe;border:none;border-radius:12px;width:100%;padding:12px;font-size:1rem;font-weight:600;transition:background .2s,transform .1s;display:block}._submitBtn_pydz8_66:hover{background:#bae6fd}._submitBtn_pydz8_66:active{transform:scale(.98)}._submitBtn_pydz8_66:disabled{cursor:default;background:#cbd5e1}._error_pydz8_93{color:#dc2626;min-height:1.2em;margin-top:12px;font-size:.85rem}._patientBar_1g6b4_1{border-bottom:1px solid var(--surface-border);background:#f8fafc;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 20px;font-size:.85rem;display:flex}._inputGroup_1g6b4_12{align-items:center;gap:6px;display:flex}._label_1g6b4_18{color:var(--text-muted);white-space:nowrap;font-weight:600}._input_1g6b4_12{border:1.5px solid var(--surface-border);text-align:center;letter-spacing:.1em;border-radius:8px;outline:none;width:100px;padding:6px 10px;font-family:inherit;font-size:.85rem;transition:border-color .2s}._input_1g6b4_12:focus{border-color:var(--primary-color)}._input_1g6b4_12::placeholder{text-align:right}._btn_1g6b4_45{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:6px 14px;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .2s,transform .1s}._btn_1g6b4_45:active{transform:scale(.97)}._btn_1g6b4_45:disabled{opacity:.5;cursor:default}._loadBtn_1g6b4_66{color:#0369a1;background:#e0f2fe}._loadBtn_1g6b4_66:hover:not(:disabled){background:#bae6fd}._saveBtn_1g6b4_75{color:#15803d;background:#dcfce7}._saveBtn_1g6b4_75:hover:not(:disabled){background:#bbf7d0}._divider_1g6b4_84{background:var(--surface-border);width:1px;height:24px;margin:0 4px}._status_1g6b4_91{color:var(--text-muted);align-items:center;gap:8px;margin-left:auto;font-size:.8rem;display:flex}._historyBtn_1g6b4_100{border:1px solid var(--surface-border);color:var(--text-muted);cursor:pointer;background:#fff;border-radius:6px;padding:4px 10px;font-family:inherit;font-size:.75rem;font-weight:600;transition:background .2s}._historyBtn_1g6b4_100:hover{background:#f1f5f9}._historyBtn_1g6b4_100:disabled{opacity:.5;cursor:default}._historyDropdown_1g6b4_123{display:inline-block;position:relative}._historyMenu_1g6b4_128{border:1px solid var(--surface-border);z-index:100;background:#fff;border-radius:10px;min-width:180px;max-height:240px;margin-top:4px;padding:4px;position:absolute;top:100%;right:0;overflow-y:auto;box-shadow:0 4px 16px #0000001a}._historyItem_1g6b4_144{cursor:pointer;color:var(--text-main);border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.8rem;transition:background .15s;display:flex}._historyItem_1g6b4_144:hover{background:#f1f5f9}._historyItemDate_1g6b4_160{cursor:pointer;flex:1;font-weight:600}._historyItemTime_1g6b4_166{color:var(--text-muted);margin-right:8px;font-size:.7rem}._deleteBtn_1g6b4_172{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;transition:all .15s;display:flex}._deleteBtn_1g6b4_172:hover{color:#dc2626;background:#fee2e2}._toast_1g6b4_194{z-index:9999;pointer-events:none;border-radius:10px;padding:10px 24px;font-size:.85rem;font-weight:600;animation:.3s _toastIn_1g6b4_218;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}._toastSuccess_1g6b4_208{color:#fff;background:#15803d}._toastError_1g6b4_213{color:#fff;background:#dc2626}._toastInfo_1g6b4_218{color:#fff;background:#475569}@keyframes _toastIn_1g6b4_218{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}._confirmOverlay_1g6b4_229{z-index:9998;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._confirmCard_1g6b4_239{text-align:center;background:#fff;border-radius:16px;width:340px;max-width:90vw;padding:28px 32px;box-shadow:0 8px 32px #00000026}._confirmTitle_1g6b4_249{color:var(--text-main);margin-bottom:8px;font-size:1rem;font-weight:700}._confirmSub_1g6b4_256{color:var(--text-muted);margin-bottom:20px;font-size:.85rem}._confirmActions_1g6b4_262{justify-content:center;gap:10px;display:flex}._confirmCancel_1g6b4_268{border:1px solid var(--surface-border);color:var(--text-main);cursor:pointer;background:#fff;border-radius:10px;padding:8px 20px;font-family:inherit;font-size:.85rem;font-weight:600}._confirmOk_1g6b4_280{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:8px 20px;font-family:inherit;font-size:.85rem;font-weight:600}._confirmOk_1g6b4_280:hover{background:var(--primary-hover)}._confirmDestructive_1g6b4_296{background:#dc2626}._confirmDestructive_1g6b4_296:hover{background:#b91c1c}._spinner_1g6b4_305{border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite _spin_1g6b4_305;display:inline-block}@keyframes _spin_1g6b4_305{to{transform:rotate(360deg)}}@media (width<=600px){._patientBar_1g6b4_1{gap:6px;padding:6px 10px}._status_1g6b4_91{justify-content:flex-end;width:100%;margin-left:0}}._container_bbquz_3{gap:0;height:100%;display:flex;overflow:hidden}._patientPane_bbquz_12{background:var(--surface-bg);border-right:1px solid var(--surface-border);flex-direction:column;flex-shrink:0;width:300px;min-width:240px;display:flex}._paneHeader_bbquz_22{border-bottom:1px solid var(--surface-border);padding:20px 16px 12px}._paneTitle_bbquz_27{color:var(--text-main);align-items:center;gap:8px;margin-bottom:12px;font-size:.95rem;font-weight:700;display:flex}._paneTitle_bbquz_27 svg{color:var(--primary-color)}._searchBox_bbquz_41{position:relative}._searchIcon_bbquz_45{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}._searchInput_bbquz_54{border:1.5px solid var(--surface-border);background:#f8fafc;border-radius:10px;outline:none;width:100%;padding:8px 12px 8px 34px;font-family:inherit;font-size:.82rem;transition:border-color .2s,box-shadow .2s}._searchInput_bbquz_54:focus{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px #0d6efd14}._searchInput_bbquz_54::placeholder{color:#94a3b8}._patientList_bbquz_76{flex:1;padding:8px;overflow-y:auto}._patientCard_bbquz_82{cursor:pointer;border:1.5px solid #0000;border-radius:10px;align-items:center;gap:12px;margin-bottom:4px;padding:12px 14px;transition:all .15s;display:flex}._patientCard_bbquz_82:hover{background:#f1f5f9}._patientCard_bbquz_82._selected_bbquz_98{border-color:var(--primary-color);background:#eff6ff;box-shadow:0 2px 8px #0d6efd14}._patientAvatar_bbquz_104{color:#4f46e5;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;display:flex}._patientCard_bbquz_82._selected_bbquz_98 ._patientAvatar_bbquz_104{background:linear-gradient(135deg, var(--primary-color), var(--primary-hover));color:#fff}._patientInfo_bbquz_123{flex:1;min-width:0}._patientId_bbquz_128{color:var(--text-main);font-size:.88rem;font-weight:700}._patientMeta_bbquz_134{color:var(--text-muted);gap:8px;margin-top:2px;font-size:.72rem;display:flex}._patientCount_bbquz_142{align-items:center;gap:3px;display:inline-flex}._historyPane_bbquz_150{background:var(--bg-color);flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}._historyHeader_bbquz_159{background:var(--surface-bg);border-bottom:1px solid var(--surface-border);padding:20px 24px 12px}._historyTitle_bbquz_165{color:var(--text-main);align-items:center;gap:8px;font-size:.95rem;font-weight:700;display:flex}._historyTitleBadge_bbquz_174{color:var(--primary-color);background:#eff6ff;border-radius:20px;padding:2px 8px;font-size:.7rem;font-weight:600}._historyList_bbquz_183{flex:1;padding:16px 24px;position:relative;overflow-y:auto}._bulkBar_bbquz_192{z-index:10;-webkit-backdrop-filter:blur(16px);background:#ffffffbf;border:1px solid #e2e8f099;border-radius:12px;align-items:center;gap:12px;margin-bottom:12px;padding:10px 16px;animation:.25s _bulkBarIn_bbquz_1;display:flex;position:sticky;top:0;box-shadow:0 4px 16px #0000000f}@keyframes _bulkBarIn_bbquz_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._bulkInfo_bbquz_215{color:var(--text-main);flex:1;font-size:.82rem;font-weight:600}._bulkCount_bbquz_222{color:var(--primary-color)}._bulkSelectAll_bbquz_226{border:1px solid var(--surface-border);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:#fff;border-radius:8px;padding:5px 12px;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s}._bulkSelectAll_bbquz_226:hover{color:var(--text-main);background:#f1f5f9}._bulkDeleteBtn_bbquz_245{color:#fff;cursor:pointer;white-space:nowrap;background:#dc2626;border:none;border-radius:8px;padding:6px 14px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .15s}._bulkDeleteBtn_bbquz_245:hover{background:#b91c1c}._bulkDeleteBtn_bbquz_245:disabled{opacity:.5;cursor:default}._recordCard_bbquz_270{background:var(--surface-bg);border:1px solid var(--surface-border);border-radius:12px;align-items:center;gap:12px;margin-bottom:8px;padding:14px 16px;transition:all .15s;display:flex}._recordCard_bbquz_270:hover{border-color:#cbd5e1;box-shadow:0 2px 12px #0000000d}._recordCard_bbquz_270._recordChecked_bbquz_287{border-color:var(--primary-color);background:#fafbff;box-shadow:0 2px 8px #0d6efd0f}._checkbox_bbquz_295{cursor:pointer;background:#fff;border:2px solid #cbd5e1;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .15s;display:flex}._checkbox_bbquz_295:hover{border-color:var(--primary-color)}._checkbox_bbquz_295._checked_bbquz_313{background:var(--primary-color);border-color:var(--primary-color)}._checkIcon_bbquz_318{color:#fff;opacity:0;transition:all .15s;transform:scale(.5)}._checked_bbquz_313 ._checkIcon_bbquz_318{opacity:1;transform:scale(1)}._recordInfo_bbquz_332{flex:1;min-width:0}._recordDate_bbquz_337{color:var(--text-main);font-size:.88rem;font-weight:700}._recordMeta_bbquz_343{color:var(--text-muted);align-items:center;gap:8px;margin-top:2px;font-size:.72rem;display:flex}._dentitionBadge_bbquz_352{color:#15803d;background:#f0fdf4;border-radius:4px;padding:1px 6px;font-size:.65rem;font-weight:600}._dentitionBadge_bbquz_352._primary_bbquz_361{color:#92400e;background:#fef3c7}._recordActions_bbquz_368{flex-shrink:0;gap:6px;display:flex}._loadBtn_bbquz_374{color:#0369a1;cursor:pointer;white-space:nowrap;background:#e0f2fe;border:none;border-radius:8px;padding:6px 12px;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s}._loadBtn_bbquz_374:hover{background:#bae6fd}._loadBtn_bbquz_374:disabled{opacity:.5;cursor:default}._deleteOneBtn_bbquz_397{border:1px solid var(--surface-border);color:var(--text-muted);cursor:pointer;background:#fff;border-radius:8px;padding:6px 10px;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s}._deleteOneBtn_bbquz_397:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5}._emptyState_bbquz_418{height:100%;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px;display:flex}._emptyIcon_bbquz_430{color:#94a3b8;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}._emptyTitle_bbquz_441{color:var(--text-main);font-size:.92rem;font-weight:600}._emptySub_bbquz_447{color:var(--text-muted);max-width:260px;font-size:.78rem;line-height:1.5}._skeleton_bbquz_456{background:linear-gradient(90deg,#f1f5f9 25%,#e8edf2 37%,#f1f5f9 63%) 0 0/400% 100%;border-radius:10px;animation:1.4s infinite _shimmer_bbquz_1}._skeletonCard_bbquz_463{border-radius:12px;height:60px;margin-bottom:8px}._skeletonSmall_bbquz_469{border-radius:10px;height:54px;margin-bottom:4px}@keyframes _shimmer_bbquz_1{0%{background-position:100%}to{background-position:0}}._confirmOverlay_bbquz_482{z-index:9998;background:#0006;justify-content:center;align-items:center;animation:.15s _fadeIn_bbquz_1;display:flex;position:fixed;inset:0}@keyframes _fadeIn_bbquz_1{0%{opacity:0}to{opacity:1}}._confirmCard_bbquz_498{text-align:center;background:#fff;border-radius:16px;width:360px;max-width:90vw;padding:28px 32px;animation:.2s _cardIn_bbquz_1;box-shadow:0 8px 32px #00000026}@keyframes _cardIn_bbquz_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._confirmTitle_bbquz_514{color:var(--text-main);margin-bottom:8px;font-size:1rem;font-weight:700}._confirmSub_bbquz_521{color:var(--text-muted);white-space:pre-line;margin-bottom:20px;font-size:.85rem;line-height:1.5}._confirmActions_bbquz_529{justify-content:center;gap:10px;display:flex}._confirmCancel_bbquz_535{border:1px solid var(--surface-border);color:var(--text-main);cursor:pointer;background:#fff;border-radius:10px;padding:8px 20px;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s}._confirmCancel_bbquz_535:hover{background:#f1f5f9}._confirmOk_bbquz_552{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:10px;padding:8px 20px;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s}._confirmOk_bbquz_552:hover{background:#b91c1c}._toast_bbquz_571{z-index:9999;pointer-events:none;border-radius:10px;padding:10px 24px;font-size:.85rem;font-weight:600;animation:.3s _toastIn_bbquz_595;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}._toastSuccess_bbquz_585{color:#fff;background:#15803d}._toastError_bbquz_590{color:#fff;background:#dc2626}._toastInfo_bbquz_595{color:#fff;background:#475569}@keyframes _toastIn_bbquz_595{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}._mobileBack_bbquz_607{display:none}@media (width<=768px){._container_bbquz_3{flex-direction:column}._patientPane_bbquz_12{border-right:none;border-bottom:1px solid var(--surface-border);width:100%;min-width:0}._patientPane_bbquz_12._hidden_bbquz_625,._historyPane_bbquz_150._hidden_bbquz_625{display:none}._mobileBack_bbquz_607{border:1px solid var(--surface-border);color:var(--text-muted);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:4px;margin-right:auto;padding:4px 10px;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}._mobileBack_bbquz_607:hover{background:#f1f5f9}._historyList_bbquz_183{padding:12px 16px}._historyHeader_bbquz_159{padding:16px 16px 10px}._recordActions_bbquz_368{flex-direction:column;gap:4px}}@media (width<=480px){._paneHeader_bbquz_22{padding:14px 12px 10px}._patientList_bbquz_76{padding:6px}._recordCard_bbquz_270{gap:8px;padding:10px 12px}._bulkBar_bbquz_192{gap:8px;padding:8px 12px}}
