.odontogram-root,:root{--bg:var(--odon-bg,#f3f6fb);--panel:var(--odon-panel,#fff);--card:var(--odon-card,#fff);--muted:var(--odon-muted,#5b6b7d);--text:var(--odon-text,#1e2a3a);--line:var(--odon-line,#d7e0ec);--accent:var(--odon-accent,#3b7bff);--accent2:var(--odon-accent2,#12b981)}.odontogram-root{color:var(--text)}.dark .odontogram-root{--bg:var(--odon-bg,#0f172a);--panel:var(--odon-panel,#1e293b);--card:var(--odon-card,#1e293b);--muted:var(--odon-muted,#94a3b8);--text:var(--odon-text,#f1f5f9);--line:var(--odon-line,#334155)}*{box-sizing:border-box}body,html{height:100%}body{background:radial-gradient(1200px 600px at 15% 0,#fff 0,var(--bg) 60%);color:var(--text);margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#ffffffd9;justify-content:space-between;padding:14px 18px;position:sticky;top:0}.brand,.topbar{align-items:center;display:flex}.brand{gap:12px}.dot{background:var(--accent2);border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 6px #12b9811f}.title{letter-spacing:.2px;font-weight:700}.subtitle{color:var(--muted);margin-top:2px;font-size:12px}.topbar-actions{flex-wrap:wrap;gap:10px}.topbar-actions,.topbar-group{align-items:center;display:flex}.topbar-group{gap:8px}.segmented{gap:6px;display:flex}.btn{border:1px solid var(--line);color:var(--text);cursor:pointer;background:#3b7bff1f;border-radius:12px;padding:8px 12px;font-weight:600}.btn-sm{padding:6px 10px;font-size:12px}.btn:hover{background:#3b7bff2e}.btn-ghost{background:#0000000a}.btn-ghost:hover{background:#00000014}.btn-danger{color:#b83a3a;background:#d945451f;border-color:#d9454566}.btn-danger:hover{background:#d9454533}.btn-toggle[aria-pressed=true]{background:#640feb33;border-color:#12b98180}.btn-toggle[aria-pressed=false]{background:#0000000a}.dropdown{position:relative}.dropdown-menu{border:1px solid var(--line);z-index:20;background:#fff;border-radius:12px;flex-direction:column;gap:4px;min-width:180px;margin-top:6px;padding:6px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 12px 24px #1e2a3a1f}.dropdown-item{border:1px solid var(--line);color:var(--text);cursor:pointer;text-align:left;background:#0000000a;border-radius:10px;padding:8px 10px;font-weight:600}.dropdown-item:hover{background:#00000014}.dropdown-item[aria-checked=true]{background:#3b7bff2e;border-color:#3b7bff73}select{appearance:none;border:1px solid var(--line);color:var(--text);cursor:pointer;background:#3b7bff1f;background-image:linear-gradient(45deg,transparent 50%,var(--text) 50%),linear-gradient(135deg,var(--text) 50%,transparent 50%);background-position:calc(100% - 18px) 52%,calc(100% - 12px) 52%;background-repeat:no-repeat;background-size:6px 6px,6px 6px;border-radius:12px;min-width:220px;padding:8px 34px 8px 12px;font-weight:600}select:focus{outline:none;box-shadow:0 0 0 3px #3b7bff2e}.layout{grid-template-columns:1fr 360px;gap:14px;padding:14px;display:grid}.chart{border:1px solid var(--line);background:#ffffffe6;border-radius:18px;overflow:hidden}.chart-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.chart-title{font-weight:700}.chart-hint{color:var(--muted);margin-top:4px;font-size:12px}.chart-actions{align-items:center;gap:8px;display:flex}.tooth-grid{grid-template-columns:repeat(16,minmax(36px,1fr));gap:4px;padding:10px;display:grid;position:relative}.tooth-grid>svg.bridge-overlay{pointer-events:none;z-index:5;position:absolute;inset:0}.tooth-label-row{display:contents}.tooth-label-cell{text-align:center;color:#1e2a3acc;cursor:pointer;padding:2px 0 4px;font-size:11px;font-weight:600}.tooth-label-cell:hover{color:#1e2a3a}.tooth-tile{border:1px solid var(--line);cursor:pointer;background:#ffffffb3;border-radius:14px;min-height:100px;padding:2px;transition:transform 50ms,border-color .12s,background .12s;position:relative}.tooth-tile.occl-view{min-height:78px}.tooth-tile.placeholder{cursor:default;background:#ffffff4d}.tooth-tile.placeholder .tooth-svg svg{opacity:0}.tooth-tile:hover{background:#3b7bff14}.tooth-tile:active{transform:scale(.99)}@keyframes odon-dash-pulse{0%,to{border-color:#3b7bff80}50%{border-color:#3b7bffe6}}@keyframes odon-glow-pulse{0%,to{filter:drop-shadow(0 0 3px #3b7bff33)}50%{filter:drop-shadow(0 0 7px #3b7bff73)}}.tooth-tile:after{content:"";pointer-events:none;border:2px dashed #0000;border-radius:15px;transition:border-color .25s;position:absolute;inset:-2px}.tooth-tile .tooth-svg svg{transition:filter .25s}.tooth-tile.active{background:#3b7bff0f;border-color:#3b7bffb3;transition:border-color .2s,background .2s}.tooth-tile.active:after{border-color:#3b7bff8c;animation:1.6s ease-in-out infinite odon-dash-pulse}.tooth-tile.active .tooth-svg svg{filter:drop-shadow(0 0 4px #3b7bff4d);animation:2.5s ease-in-out infinite odon-glow-pulse}.tooth-tile:focus{outline:none}.tooth-tile:focus-visible{outline:2px solid var(--accent);outline-offset:2px;z-index:1;box-shadow:0 0 0 3px #3b7bff40}.tooth-grid.read-only .tooth-tile{cursor:default;pointer-events:none}.tooth-grid.read-only .tooth-tile:hover{background:inherit}.tooth-grid.read-only .tooth-label-cell{cursor:default;pointer-events:none}.panel.read-only{pointer-events:none;opacity:.5;-webkit-user-select:none;user-select:none}@media (prefers-reduced-motion:reduce){.tooth-tile.active:after{border-color:#3b7bffb3;animation:none}.tooth-tile.active .tooth-svg svg{filter:drop-shadow(0 0 4px #3b7bff59);animation:none}}.tooth-svg{justify-content:center;align-items:center;width:100%;height:120px;display:flex}.tooth-svg svg{pointer-events:none;width:72px;height:122px}.tooth-tile.occl-view .tooth-svg{height:80px}.tooth-tile.occl-view .tooth-svg svg{width:64px;height:64px}.tooth-tile.tpl-14 .tooth-svg svg{width:68px;height:116px}.tooth-tile.tpl-11 .tooth-svg svg,.tooth-tile.tpl-13 .tooth-svg svg{width:60px;height:102px}.tooth-tile.wisdom-hidden{opacity:.45;pointer-events:none}.tooth-tile.wisdom-hidden .tooth-svg svg{opacity:0}.tooth-svg [data-active="0"],.tooth-tile.occl-hidden{display:none!important}.panel{border:1px solid var(--line);background:#fffffff2;border-radius:18px;overflow:hidden}.panel-header{border-bottom:1px solid var(--line);padding:12px 14px}.select-actions{flex-direction:column;gap:8px;margin-top:8px;display:flex}.select-actions-row{display:flex}.select-actions-row,.status-actions{flex-wrap:wrap;gap:6px}.status-extra-row{flex-wrap:wrap;align-items:center;gap:8px}.status-extra-row select{min-width:220px}.btn-icon{padding:9px 15px;font-size:12px}.btn-icon .icon,.btn-icon .icon-img,.btn-icon svg{width:32px;height:32px;display:block}.fade-toggle{max-width:200px;transition:opacity .16s,max-width .16s,padding .16s,margin .16s,border-width .16s,transform .16s}.fade-toggle.is-hidden{opacity:0;pointer-events:none;border-width:0;max-width:0;margin:0;padding-left:0;padding-right:0;transform:scale(.96)}.panel-title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.panel-title-actions{align-items:center;gap:8px;display:flex}.panel-title{font-weight:800}.panel-subtitle{color:var(--muted);margin-top:4px;font-size:12px}.pill{color:var(--text);background:#12b98124;border:1px solid #12b98140;border-radius:999px;padding:2px 8px;font-weight:700;display:inline-block}.warnings{flex-direction:column;gap:8px;margin-top:10px;display:flex}.warning{color:#8a5b1a;background:#ffc67438;border:1px solid #ffc67473;border-radius:12px;padding:8px 10px;font-size:12px}.panel-body{flex-direction:column;gap:12px;max-height:calc(100vh - 110px);padding:14px;display:flex;overflow:auto}.card{border:1px solid var(--line);background:#ffffffe6;border-radius:16px;padding:12px}.card-title{margin-bottom:8px;font-weight:800}.card-title-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.card.collapsed .card-title{margin-bottom:0}.card.collapsed>:not(.card-title-row){display:none}.icon-btn{border:1px solid var(--line);color:var(--text);cursor:pointer;background:#ffffffb3;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;line-height:1;display:flex}.icon-btn .icon{width:16px;height:16px}.icon-btn:hover{background:#3b7bff1f}.icon-btn-danger{color:#d94545;background:#d9454514;border-color:#d9454566}.icon-btn-danger:hover{background:#d9454526}.card-subtitle{margin:6px 0;font-weight:700}.hint{color:var(--muted);margin:6px 0 10px;font-size:12px}.row{align-items:center;gap:10px;padding:6px 2px;font-size:13px;display:flex}.contact-row{margin-bottom:6px}.bruxism-row{gap:8px;margin-top:6px}.wear-stack{flex-direction:column;gap:6px;display:flex}.wear-stack .row{margin-top:0}.fissure-row{text-align:center;justify-content:center;margin-top:10px}#crownNeededRow,#crownReplaceRow,#missingClosedRow{margin-top:8px}.bridge-pillar-row{margin-top:10px}.inline-checks{padding:0}#calculusRow,.inline-checks+.inline-checks{margin-top:8px}.inline-checks label{border:1px solid var(--line);cursor:pointer;background:#00000005;border-radius:12px;align-items:center;gap:10px;padding:6px 10px;font-size:13px;display:flex}.inline-checks label:hover{background:#3b7bff0f}.inline-checks input[type=checkbox]{display:none}.inline-checks label:has(input[type=checkbox]:checked){background:#12b9812e;border-color:#12b98180}.check-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.check-grid label{border:1px solid var(--line);cursor:pointer;background:#00000005;border-radius:12px;align-items:center;gap:10px;padding:6px 8px;font-size:13px;display:flex}.check-grid label:hover{background:#3b7bff0f}.check-grid input[type=checkbox]{display:none}.check-grid label:has(input[type=checkbox]:checked){background:#12b9812e;border-color:#12b98180}.surface-cross{grid-template-rows:repeat(3,auto);grid-template-columns:repeat(3,1fr);gap:8px;max-width:340px;margin:4px auto;display:grid}.surface-cross .surface-cell{text-align:center;border:1px solid var(--line);cursor:pointer;background:#00000005;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:10px 6px;display:flex}.surface-cross .surface-cell:hover{background:#3b7bff0f}.surface-cross .surface-cell input[type=checkbox]{display:none}.surface-cross .surface-cell .surf-letter{font-size:18px;font-weight:700;line-height:1}.surface-cross .surface-cell .surf-name{color:var(--muted);font-size:11px}.surface-cross .surface-cell:has(input[type=checkbox]:checked){background:#12b9812e;border-color:#12b98180}.surface-cross .pos-buccal{grid-area:1/2}.surface-cross .pos-mesial{grid-area:2/1}.surface-cross .pos-occlusal{grid-area:2/2}.surface-cross .pos-distal{grid-area:2/3}.surface-cross .pos-lingual{grid-area:3/2}.subcrown-row{margin-top:8px}.surface-cross .surface-cell[data-material=amalgam]{box-shadow:inset 0 0 0 2px #7a7f87}.surface-cross .surface-cell[data-material=composite]{box-shadow:inset 0 0 0 2px #d9a441}.surface-cross .surface-cell[data-material=gic]{box-shadow:inset 0 0 0 2px #4aa3df}.surface-cross .surface-cell[data-material=temporary]{box-shadow:inset 0 0 0 2px #b07ad9}.surface-cross .surface-cell{position:relative}.surf-depth{cursor:pointer;border-radius:4px;flex-direction:column;gap:1.5px;padding:2px;display:none;position:absolute;top:5px;right:5px}.surface-cross .surface-cell:has(input[type=checkbox]:checked) .surf-depth{display:flex}.surf-depth:hover{background:#0000000f}.surf-depth i{background:#b3261e38;border-radius:1px;width:11px;height:3px;display:block}.surf-depth[data-depth=deep] i,.surf-depth[data-depth=dentin] i:nth-child(-n+2),.surf-depth[data-depth=surface] i:first-child{background:#b3261e}.surf-depth.has-subcaries{border:2px solid #1f2937;padding:1px}.surf-depth.icdas.has-subcaries{border:2px solid #1f2937;box-shadow:0 0 0 1px #fff}.surf-depth.radio-badge[data-radio]{display:flex}.surf-defect{cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:2px;display:none;position:absolute;top:5px;left:5px}.surface-cross .surface-cell:has(input[type=checkbox]:checked) .surf-defect{display:flex}.surf-defect:hover{background:#0000000f}.surf-defect i{background:#2e319240;border-radius:50%;width:9px;height:9px;display:block}.surf-defect.has-defect{border:2px solid #2e3192;padding:1px}.surf-defect.has-defect i{background:#f5ff15;box-shadow:0 0 0 1px #2e3192}.odon-depth-popup{z-index:130;background:var(--panel);border:1px solid var(--line);border-radius:12px;min-width:150px;padding:6px;position:fixed;box-shadow:0 12px 24px #1e2a3a2e}.odon-depth-group,.odon-depth-popup{flex-direction:column;gap:4px;display:flex}.odon-depth-option{border:1px solid var(--line);color:var(--text);cursor:pointer;text-align:left;background:#0000000a;border-radius:10px;padding:8px 10px;font-size:13px;font-weight:600}.odon-depth-option:hover{background:#3b7bff1f}.odon-depth-option.is-active{border-color:var(--accent,#3b7bff);background:#3b7bff29}.odon-depth-group-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted,#7b8794);padding:6px 4px 2px;font-size:11px;font-weight:700}.odon-depth-group-label:first-child{padding-top:2px}.odon-depth-title{color:var(--text);border-bottom:1px solid var(--line);margin-bottom:2px;padding:2px 4px 6px;font-size:12px;font-weight:800}.row input[type=checkbox]{display:none}.row:has(input[type=checkbox]){border:1px solid var(--line);cursor:pointer;background:#00000005;border-radius:12px;padding:6px 10px}.inline-checks:has(input[type=checkbox]){background:0 0;border:0;padding:0}.row:has(input[type=checkbox]:checked){background:#12b9812e;border-color:#12b98180}.inline-checks:has(input[type=checkbox]:checked){background:0 0;border:0}.dark .wear-stack .row:has(input[type=checkbox]){cursor:default;background:0 0;border:0;border-radius:0;padding:6px 2px}.wear-stack .row:has(input[type=checkbox]){cursor:default;background:0 0;border:0;border-radius:0;padding:6px 2px}.wear-stack .row:has(input[type=checkbox]:checked){cursor:default;background:0 0;border:0;border-radius:0;padding:6px 2px}.radio-list{flex-direction:column;gap:8px;display:flex}.radio-list label{border:1px solid var(--line);background:#00000005;border-radius:12px;align-items:center;gap:10px;padding:6px 8px;font-size:13px;display:flex}.radio-list label:hover{background:#3b7bff0f}.divider{background:var(--line);height:1px;margin:10px 0}.hidden{display:none!important}@media (width<=1100px){.layout{grid-template-columns:1fr}.panel{order:2}}.dark{--bg:var(--odon-bg,#0f172a);--panel:var(--odon-panel,#1e293b);--card:var(--odon-card,#1e293b);--muted:var(--odon-muted,#94a3b8);--text:var(--odon-text,#f1f5f9);--line:var(--odon-line,#334155)}.dark body{background:var(--bg)}.dark .topbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172aeb}.dark .btn{background:#60a5fa26}.dark .btn:hover{background:#60a5fa40}.dark .btn-ghost{background:#ffffff0f}.dark .btn-ghost:hover{background:#ffffff1f}.dark .btn-danger{color:#f87171;background:#f871711f;border-color:#f871714d}.dark .btn-danger:hover{background:#f8717138}.dark .btn-toggle[aria-pressed=false]{background:#ffffff0f}.dark .dropdown-menu{background:#1e293b;box-shadow:0 12px 24px #00000073}.dark .dropdown-item{background:#ffffff0f}.dark .dropdown-item:hover{background:#ffffff1f}.dark .dropdown-item[aria-checked=true]{background:#60a5fa33;border-color:#60a5fa73}.dark select{background:#60a5fa26;background-image:linear-gradient(45deg,transparent 50%,var(--text) 50%),linear-gradient(135deg,var(--text) 50%,transparent 50%);background-position:calc(100% - 18px) 52%,calc(100% - 12px) 52%;background-repeat:no-repeat;background-size:6px 6px,6px 6px}.dark .chart{background:#1e293be6}.dark .tooth-label-cell{color:#f1f5f999}.dark .tooth-label-cell:hover{color:#f1f5f9}.dark .tooth-tile{background:#1e293bb3}.dark .tooth-tile.placeholder{background:#1e293b4d}.dark .tooth-tile:hover{background:#60a5fa1f}@keyframes odon-dash-pulse-dark{0%,to{border-color:#60a5fa73}50%{border-color:#60a5fad9}}@keyframes odon-glow-pulse-dark{0%,to{filter:drop-shadow(0 0 3px #60a5fa33)}50%{filter:drop-shadow(0 0 7px #60a5fa73)}}.dark .tooth-tile.active{background:#60a5fa14;border-color:#60a5fa99}.dark .tooth-tile.active:after{border-color:#60a5fa73;animation-name:odon-dash-pulse-dark}.dark .tooth-tile.active .tooth-svg svg{filter:drop-shadow(0 0 4px #60a5fa4d);animation-name:odon-glow-pulse-dark}.dark .tooth-tile:focus-visible{outline-color:#60a5facc;box-shadow:0 0 0 3px #60a5fa40}.dark .odon-note-backdrop{background:#0000008c}.dark .odon-note-popover{background:var(--panel);box-shadow:0 16px 48px #00000080}.dark .odon-note-textarea{border-color:var(--line);color:var(--text);background:#ffffff0f}.dark .odon-note-textarea:focus{border-color:#60a5fa80;box-shadow:0 0 0 3px #60a5fa33}.dark .panel{background:#1e293bf2}.dark .card{border-color:var(--line);background:#1e293bcc}.dark .icon-btn{background:#1e293bb3}.dark .icon-btn:hover{background:#60a5fa26}.dark .icon-btn-danger{color:#f87171;background:#f871711a;border-color:#f871714d}.dark .icon-btn-danger:hover{background:#f8717133}.dark .warning{color:#fbbf24;background:#fbbf241a;border-color:#fbbf244d}.dark .check-grid label,.dark .inline-checks label,.dark .radio-list label{background:#ffffff0a}.dark .check-grid label:hover,.dark .inline-checks label:hover,.dark .radio-list label:hover{background:#60a5fa1a}.dark .row:has(input[type=checkbox]){background:#ffffff0a}.dark .pill{background:#34d39926;border-color:#34d3994d}.btn-theme{border:1px solid var(--line);width:36px;height:36px;color:var(--text);cursor:pointer;background:#0000000a;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:background .15s;display:flex}.btn-theme:hover{background:#3b7bff1f}.dark .btn-theme{background:#ffffff0f}.dark .btn-theme:hover{background:#60a5fa26}.tooth-note-icon{vertical-align:middle;color:var(--text);align-items:center;margin-left:3px;display:inline-flex}.tooth-note-icon svg{width:13px;height:13px}.odon-note-backdrop{z-index:120;background:#00000059;animation:.12s odon-fade-in;position:fixed;inset:0}.odon-note-popover{background:var(--panel,#fff);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:10px;width:min(320px,90vw);padding:14px;animation:.12s odon-ctx-pop;display:flex;position:relative;box-shadow:0 16px 48px #0003}.odon-note-header{justify-content:space-between;align-items:center;display:flex}.odon-note-title{color:var(--text);font-size:14px;font-weight:700}.odon-note-textarea{border:1px solid var(--line);width:100%;min-height:60px;color:var(--text);resize:vertical;background:#00000005;border-radius:10px;padding:8px 10px;font-family:inherit;font-size:13px}.odon-note-textarea:focus{border-color:#3b7bff80;outline:none;box-shadow:0 0 0 3px #3b7bff2e}.odon-note-textarea::placeholder{color:var(--muted)}.odon-note-actions{gap:8px;display:flex}.odon-note-actions .odon-zoom-btn{flex:1}.warning-item{color:#92400e;background:#eab3081f;border-radius:8px;margin-bottom:4px;padding:6px 10px;font-size:12px;font-weight:600;line-height:1.4}.dark .warning-item{color:#fde047;background:#facc151a}.odon-zoom-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;animation:.15s odon-fade-in;display:flex;position:fixed;inset:0}@keyframes odon-fade-in{0%{opacity:0}to{opacity:1}}.odon-zoom-popover{background:var(--panel,#fff);border:1px solid var(--line);border-radius:20px;flex-direction:column;gap:12px;max-width:min(360px,90vw);padding:16px;box-shadow:0 20px 60px #00000040}.odon-zoom-header,.odon-zoom-popover{align-items:center;width:100%;display:flex}.odon-zoom-header{justify-content:space-between}.odon-zoom-title{color:var(--text);font-size:16px;font-weight:800}.odon-zoom-close{border:1px solid var(--line);width:32px;height:32px;color:var(--text);cursor:pointer;background:#0000000a;border-radius:999px;justify-content:center;align-items:center;font-size:18px;font-weight:700;line-height:1;display:flex}.odon-zoom-close:hover{color:#d94545;background:#d945451f}.odon-zoom-svg{justify-content:center;align-items:center;width:200px;height:200px;display:flex}.odon-zoom-svg svg{pointer-events:none;width:180px;height:180px}.odon-zoom-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.odon-zoom-btn{border:1px solid var(--line);color:var(--text);cursor:pointer;text-align:center;background:#3b7bff14;border-radius:12px;padding:10px 8px;font-size:13px;font-weight:600}.odon-zoom-btn:hover{background:#3b7bff2e}.odon-zoom-btn.active{background:#12b9812e;border-color:#12b98180}.odon-zoom-btn.danger{color:#b83a3a;background:#d9454514;border-color:#d945454d}.odon-zoom-btn.danger:hover{background:#d945452e}.odon-ctx-menu{z-index:110;background:var(--panel,#fff);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:4px;min-width:180px;padding:6px;animation:.12s odon-ctx-pop;display:flex;position:fixed;box-shadow:0 12px 40px #0003}@keyframes odon-ctx-pop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.odon-ctx-item{border:1px solid var(--line);color:var(--text);cursor:pointer;text-align:left;background:#00000005;border-radius:12px;padding:10px 14px;font-size:13px;font-weight:600}.odon-ctx-item:hover{background:#3b7bff1a}.odon-ctx-item.danger{color:#b83a3a}.odon-ctx-item.danger:hover{background:#d945451f}.odon-ctx-divider{background:var(--line);height:1px;margin:2px 0}.dark .odon-zoom-overlay{background:#0009}.dark .odon-zoom-popover{background:var(--panel);box-shadow:0 20px 60px #00000080}.dark .odon-zoom-close{background:#ffffff0f}.dark .odon-zoom-close:hover{color:#f87171;background:#f8717126}.dark .odon-zoom-btn{background:#60a5fa1a}.dark .odon-zoom-btn:hover{background:#60a5fa33}.dark .odon-zoom-btn.active{background:#34d3992e;border-color:#34d39966}.dark .odon-zoom-btn.danger{color:#f87171;background:#f871711a;border-color:#f8717140}.dark .odon-ctx-menu{background:var(--panel);box-shadow:0 12px 40px #00000080}.dark .odon-ctx-item{background:#ffffff0a}.dark .odon-ctx-item:hover{background:#60a5fa1f}.dark .odon-ctx-item.danger{color:#f87171}.tooth-grid.odon-pinch-active{touch-action:none;transform-origin:50%;transition:transform 50ms}@media (pointer:coarse){.tooth-tile{min-height:56px}.tooth-tile .tooth-svg{height:80px}.tooth-tile.occl-view .tooth-svg{height:60px}.tooth-label-cell{justify-content:center;align-items:center;display:flex}.chart-actions .btn-icon,.tooth-label-cell{min-width:44px;min-height:44px}}.odon-arch-toggle{border-bottom:1px solid var(--line);justify-content:center;gap:8px;padding:8px 10px;display:none}.odon-arch-toggle .odon-arch-btn{border:1px solid var(--line);color:var(--text);cursor:pointer;text-align:center;background:#0000000a;border-radius:12px;flex:1;padding:8px 20px;font-size:13px;font-weight:700}.odon-arch-toggle .odon-arch-btn.active{background:#3b7bff2e;border-color:#3b7bff73}.dark .odon-arch-toggle .odon-arch-btn{background:#ffffff0f}.dark .odon-arch-toggle .odon-arch-btn.active{background:#60a5fa33;border-color:#60a5fa73}@media (width<=600px){.odon-arch-toggle{display:flex}.tooth-grid.odon-arch-lower .tooth-label-row:first-child,.tooth-grid.odon-arch-lower .upper-row,.tooth-grid.odon-arch-upper .lower-row,.tooth-grid.odon-arch-upper .lower-row+.tooth-label-row{display:none!important}}.odon-export-overlay{z-index:130;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#141c288c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.odon-export-card{background:var(--panel);text-align:center;border-radius:18px;min-width:240px;padding:28px 40px;box-shadow:0 20px 60px #1e2a3a40}.odon-export-title{color:var(--muted);margin-bottom:8px;font-size:14px;font-weight:600}.odon-export-pct{color:var(--text);font-size:40px;font-weight:800;line-height:1}.odon-export-phase{color:var(--muted);margin-top:8px;font-size:12px}.odon-tour-backdrop{z-index:140;background:#141c2873;position:fixed;inset:0}.odon-tour-highlight{z-index:141;border:3px solid var(--accent,#3b7bff);pointer-events:none;border-radius:12px;transition:all .15s;position:fixed;box-shadow:0 0 0 9999px #141c2873}.odon-tour-card{z-index:142;background:var(--panel);border-radius:16px;width:300px;padding:18px 20px;position:fixed;box-shadow:0 16px 48px #1e2a3a40}.odon-tour-card-center{top:50%;left:50%;transform:translate(-50%,-50%)}.odon-tour-counter{color:var(--muted);margin-bottom:6px;font-size:11px}.odon-tour-title{color:var(--text);margin-bottom:6px;font-size:16px;font-weight:700}.odon-tour-text{color:var(--muted);margin-bottom:14px;font-size:13px}.odon-tour-actions{justify-content:flex-end;gap:8px;display:flex}.odon-tour-btn{border:1px solid var(--line);color:var(--text);cursor:pointer;background:#0000000a;border-radius:10px;padding:6px 12px;font-weight:600}.odon-tour-btn:disabled{opacity:.4;cursor:default}.odon-tour-skip{background:0 0;margin-right:auto}.odon-tour-next{background:#3b7bff2e;border-color:#3b7bff73}.caries-deep circle,.caries-deep ellipse,.caries-deep path{stroke:#b3261e;stroke-width:.5px}.settings-menu{min-width:200px}.settings-group-label{color:var(--muted);padding:4px 8px 2px;font-size:11px;font-weight:700}.settings-sep{background:var(--line);height:1px;margin:6px 4px}.surf-depth.icdas{color:#fff;background:#b3261e;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;gap:0;min-width:15px;height:15px;padding:0;font-size:10px;font-weight:800}.surf-depth.icdas[data-depth=surface]{background:#e6a23c}.surf-depth.icdas[data-depth=dentin]{background:#d9663d}.surf-depth.icdas[data-depth=deep]{background:#b3261e}.surf-depth.icdas i{display:none}.chart-column{flex-direction:column;gap:14px;min-width:0;display:flex}.tooth-info{margin-top:0}.tooth-info-overview{margin:0 0 10px;font-weight:600}.tooth-info-list{color:var(--muted);margin:0 0 6px;font-size:13px}.tooth-info-line{margin:6px 0 0;font-size:13px;line-height:1.5}.tooth-info-heading{font-weight:700}.tooth-info-empty{color:var(--muted);font-style:italic}.odon-settings-backdrop{z-index:150;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#141c288c;justify-content:center;align-items:center;padding:16px;animation:.12s odon-fade-in;display:flex;position:fixed;inset:0}.odon-settings-modal{background:var(--panel,#fff);border:1px solid var(--line);border-radius:18px;flex-direction:column;width:min(640px,96vw);max-height:min(84vh,720px);animation:.12s odon-ctx-pop;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px #141c284d}.odon-settings-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.odon-settings-title{color:var(--text);margin:0;font-size:16px;font-weight:700}.odon-settings-close{border:1px solid var(--line);width:32px;height:32px;color:var(--text);cursor:pointer;background:#0000000a;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.odon-settings-close:hover{background:#00000014}.odon-settings-close:focus-visible{outline:none;box-shadow:0 0 0 3px #3b7bff59}.odon-settings-body{flex:1;min-height:0;display:flex}.odon-settings-tabs{border-right:1px solid var(--line);flex-direction:column;flex-shrink:0;gap:2px;width:168px;padding:12px 10px;display:flex;overflow-y:auto}.odon-settings-tab{text-align:left;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:600}.odon-settings-tab:hover{color:var(--text);background:#0000000a}.odon-settings-tab.is-active{color:var(--text);background:#3b7bff24;border-color:#3b7bff59}.odon-settings-tab:focus-visible{outline:none;box-shadow:0 0 0 3px #3b7bff4d}.odon-settings-panel{flex-direction:column;flex:1;gap:14px;min-width:0;padding:16px 18px;display:flex;overflow-y:auto}.odon-settings-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.odon-settings-row-disabled{opacity:.6}.odon-settings-row-text{flex:1;min-width:0}.odon-settings-row-label{color:var(--text);font-size:13px;font-weight:700}.odon-settings-row-desc{color:var(--muted);margin-top:3px;font-size:12px;line-height:1.45}.odon-settings-row-control{flex-shrink:0}.odon-settings-badge{color:var(--accent,#3b7bff);text-transform:uppercase;letter-spacing:.03em;vertical-align:middle;background:#3b7bff24;border-radius:999px;margin-left:6px;padding:1px 7px;font-size:10px;font-weight:700;display:inline-block}.odon-settings-select{border:1px solid var(--line);background:var(--panel,#fff);min-width:150px;color:var(--text);border-radius:10px;padding:6px 10px;font-family:inherit;font-size:13px}.odon-settings-select:focus-visible{border-color:#3b7bff80;outline:none;box-shadow:0 0 0 3px #3b7bff4d}.odon-settings-switch{cursor:pointer;align-items:center;width:42px;height:24px;display:inline-flex;position:relative}.odon-settings-switch input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}.odon-settings-switch-track{background:#78829159;border-radius:999px;transition:background .15s;position:absolute;inset:0}.odon-settings-switch-track:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000004d}.odon-settings-switch input:checked+.odon-settings-switch-track{background:var(--accent,#3b7bff)}.odon-settings-switch input:checked+.odon-settings-switch-track:after{transform:translate(18px)}.odon-settings-switch input:focus-visible+.odon-settings-switch-track{box-shadow:0 0 0 3px #3b7bff4d}.dark .odon-settings-close{background:#ffffff0f}.dark .odon-settings-close:hover{background:#ffffff1f}.dark .odon-settings-tab:hover{background:#ffffff0f}.dark .odon-settings-select{background:#1e293b}@media (width<=520px){.odon-settings-body{flex-direction:column}.odon-settings-tabs{border-right:none;border-bottom:1px solid var(--line);flex-direction:row;width:auto;overflow-x:auto}}
