.odontogram-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);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)}.odontogram-root *{box-sizing:border-box}.odontogram-root{background:radial-gradient(1200px 600px at 15% 0%, #fff 0%, var(--bg) 60%);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;align-items:center;padding:14px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.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;align-items:center;gap:10px;display:flex}.topbar-group{align-items:center;gap:8px;display:flex}.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}.odontogram-root .layout.no-panel{grid-template-columns:1fr}.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}.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-tile.occl-hidden,.tooth-svg [data-active="0"]{display:none!important}.odontogram-root .layout.no-panel .tooth-svg svg{width:100%;max-width:72px;height:100%;max-height:122px}.odontogram-root .layout.no-panel .tooth-tile.occl-view .tooth-svg svg{max-width:64px;max-height:64px}.odontogram-root .layout.no-panel .tooth-tile.tpl-14 .tooth-svg svg{max-width:68px;max-height:116px}.odontogram-root .layout.no-panel .tooth-tile.tpl-11 .tooth-svg svg,.odontogram-root .layout.no-panel .tooth-tile.tpl-13 .tooth-svg svg{max-width:60px;max-height:102px}.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{flex-wrap:wrap;gap:6px;display:flex}.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 .card-body,.card.collapsed #statusCardBody,.card.collapsed .status-extra-row,.card.collapsed .hint,.card.collapsed .row,.card.collapsed .check-grid,.card.collapsed label{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}.fissure-row{text-align:center;justify-content:center;margin-top:10px}#crownReplaceRow,#crownNeededRow,#missingClosedRow{margin-top:8px}.bridge-pillar-row{margin-top:10px}.inline-checks{padding:0}.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}.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}.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 .odontogram-root{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 .inline-checks label,.dark .check-grid label,.dark .radio-list label{background:#ffffff0a}.dark .inline-checks label:hover,.dark .check-grid 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;opacity:.75;margin-left:2px;font-size:9px;display:inline-block}.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;align-items:center;gap:12px;width:100%;max-width:min(360px,90vw);padding:16px;display:flex;box-shadow:0 20px 60px #00000040}.odon-zoom-header{justify-content:space-between;align-items:center;width:100%;display:flex}.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;min-width:44px;min-height:44px;display:flex}.chart-actions .btn-icon{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-upper .lower-row,.tooth-grid.odon-arch-upper .lower-row+.tooth-label-row,.tooth-grid.odon-arch-lower .upper-row,.tooth-grid.odon-arch-lower .tooth-label-row:first-child{display:none!important}}
