*{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}html,body{height:100%}body{background:var(--hpf-espresso);color:var(--hpf-text);font-family:var(--hpf-font-ui);flex-direction:column;display:flex;overflow:hidden}button,input,select{font-family:inherit}:focus-visible{outline:2px solid var(--hpf-gold-soft);outline-offset:2px}.viewport{background:var(--hpf-espresso);flex:1;width:100%;min-height:0;position:relative}.viewport[data-dragging=true]:after{content:"";border:1px dashed var(--hpf-gold);pointer-events:none;border-radius:4px;position:absolute;inset:.75rem}#viewport-canvas{touch-action:none;width:100%;height:100%;display:block}#viewport-canvas:focus{outline:none}#viewport-canvas:focus-visible{outline:2px solid var(--hpf-gold-soft);outline-offset:-2px}.brand-overlay{z-index:12;pointer-events:none;opacity:.95;position:absolute;top:1.15rem;left:1.5rem}.brand-slot{color:var(--hpf-gold);align-items:center;display:inline-flex}.brand-logo{fill:currentColor;width:auto;height:34px;display:block}.brand-mark{font-family:var(--hpf-font-display);letter-spacing:.16em;color:var(--hpf-gold);font-size:1.25rem}.case-header{z-index:12;flex-direction:column;align-items:center;gap:.55rem;max-width:min(46rem,60vw);display:flex;position:absolute;top:1.15rem;left:50%;transform:translate(-50%)}.case-title{letter-spacing:.02em;color:var(--hpf-text);text-align:center;font-size:.92rem}.dataset-chips{border:1px solid var(--hpf-border);background:var(--hpf-panel);box-shadow:var(--hpf-shadow-floating);border-radius:999px;gap:.3rem;padding:.22rem;display:flex}.dataset-chip{color:var(--hpf-text-muted);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.34rem .95rem;font-size:.7rem;transition:color .18s,background-color .18s;position:relative}.dataset-chip:hover{color:var(--hpf-text);background:var(--hpf-hover)}.dataset-chip[data-active=true]{color:var(--hpf-gold-soft);background:var(--hpf-active)}.dataset-chip[data-active=true]:after{content:"";background:var(--hpf-gold);border-radius:1px;width:1.1rem;height:1.5px;position:absolute;bottom:.16rem;left:50%;transform:translate(-50%)}.overlay{pointer-events:none;flex-direction:column;gap:.4rem;display:flex;position:absolute}.overlay-top-right{align-items:flex-end;top:1.15rem;right:4.6rem}.pill{border:1px solid var(--hpf-border);background:var(--hpf-panel);font-family:var(--hpf-font-mono);color:var(--hpf-text-muted);border-radius:3px;padding:.3rem .6rem;font-size:.68rem}.pill-dev{color:var(--hpf-gold-soft);text-transform:uppercase;letter-spacing:.12em;font-family:var(--hpf-font-ui);font-size:.6rem}.pill-warning{border-color:var(--hpf-warning);color:var(--hpf-warning);font-family:var(--hpf-font-ui);max-width:22rem}.viewport-toolbar{z-index:13;border:1px solid var(--hpf-border);background:var(--hpf-panel);box-shadow:var(--hpf-shadow-floating);border-radius:8px;flex-direction:column;gap:.15rem;padding:.3rem;display:flex;position:absolute;top:50%;right:1.1rem;transform:translateY(-50%)}.tool-button{width:2rem;height:2rem;color:var(--hpf-text-muted);cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;transition:color .16s,background-color .16s;display:grid}.tool-icon{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:1rem;height:1rem}.object-panel{z-index:14;border:1px solid var(--hpf-border);background:var(--hpf-panel);width:19rem;max-width:84vw;box-shadow:var(--hpf-shadow-panel);border-radius:10px;flex-direction:column;font-size:.78rem;animation:.2s drawer-in;display:flex;position:absolute;top:4.6rem;bottom:9.5rem;right:1.1rem}@keyframes drawer-in{0%{opacity:0;transform:translate(-.8rem)}}.panel-head{border-bottom:1px solid var(--hpf-border);align-items:center;gap:.6rem;padding:.8rem .85rem;display:flex}.panel-title{letter-spacing:.18em;text-transform:uppercase;color:var(--hpf-ivory);flex:1;font-size:.66rem}.panel-count{font-family:var(--hpf-font-mono);color:var(--hpf-text-faint);font-size:.66rem}.panel-close{color:var(--hpf-text-muted);cursor:pointer;background:0 0;border:0;font-size:1.1rem;line-height:1}.panel-close:hover{color:var(--hpf-ivory)}.panel-body{flex:1;padding:.35rem .3rem .5rem;overflow-y:auto}.panel-empty{color:var(--hpf-text-faint);padding:1.1rem .85rem}.panel-group{margin-bottom:.45rem}.group-head{align-items:center;gap:.5rem;padding:.32rem .5rem;display:flex}.group-name{letter-spacing:.18em;color:var(--hpf-gold-soft);flex:1;font-size:.62rem}.group-count{font-family:var(--hpf-font-mono);color:var(--hpf-text-faint);font-size:.62rem}.group-state{border:1px solid var(--hpf-gold-muted);cursor:pointer;background:0 0;border-radius:3px;width:12px;height:12px;padding:0;transition:background-color .14s,border-color .14s}.group-state[data-state=visible]{background:var(--hpf-gold);border-color:var(--hpf-gold)}.group-state[data-state=partial]{background:linear-gradient(to right, var(--hpf-gold) 0 50%, transparent 50% 100%)}.object-row{border-radius:7px;grid-template-columns:1.2rem 1fr auto auto auto;grid-template-areas:"eye label isolate edit delete"".controls controls controls controls"".editor editor editor editor";align-items:center;gap:.15rem .4rem;padding:.3rem .5rem .38rem;transition:background-color .14s,box-shadow .14s;display:grid}.object-row:hover{background:var(--hpf-hover)}.object-row[data-selected=true]{background:var(--hpf-active);box-shadow:inset 2px 0 0 var(--hpf-gold)}.object-row[data-visible=false] .row-name,.object-row[data-visible=false] .row-meta{opacity:.38}.row-eye{background:var(--hpf-gold);cursor:pointer;border:0;border-radius:50%;grid-area:eye;width:.95rem;height:.95rem;padding:0}.row-eye[data-visible=false]{box-shadow:inset 0 0 0 1px var(--hpf-text-faint);background:0 0}.row-label{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;grid-area:label;align-items:flex-start;gap:.08rem;display:flex;overflow:hidden}.row-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--hpf-text);overflow:hidden}.row-meta{color:var(--hpf-text-faint);font-size:.62rem}.row-isolate,.row-edit,.row-delete{color:var(--hpf-text-faint);letter-spacing:.06em;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:.1rem .16rem;font-size:.6rem;transition:border-color .14s,color .14s,background-color .14s}.row-isolate{grid-area:isolate}.row-edit{grid-area:edit}.row-delete{grid-area:delete}.row-isolate:hover,.row-edit:hover,.row-edit[data-open=true]{border-color:var(--hpf-border-active);background:var(--hpf-hover);color:var(--hpf-gold-soft)}.row-delete:hover{border-color:var(--hpf-danger,#c9564b);background:color-mix(in srgb, var(--hpf-danger,#c9564b) 14%, transparent);color:var(--hpf-danger,#c9564b)}.row-controls{grid-area:controls;align-items:center;gap:.45rem;display:flex}.row-color{flex:none;align-items:center;gap:.2rem;display:inline-flex}.row-color-swatch{border:1px solid var(--hpf-border-active);background:var(--swatch,#eadfc7);cursor:pointer;border-radius:4px;width:1.05rem;height:1.05rem;padding:0;transition:box-shadow .15s,border-color .15s}.row-color-swatch:hover{border-color:var(--hpf-gold-soft)}.row-color-swatch[data-source=user]{position:relative}.row-color-swatch[data-source=user]:after{content:"";background:var(--hpf-gold);width:5px;height:5px;box-shadow:0 0 0 1px var(--hpf-espresso);border-radius:50%;position:absolute;top:-2px;right:-2px}.row-color-swatch:focus-visible{border-color:var(--hpf-gold);box-shadow:0 0 0 2px color-mix(in srgb, var(--hpf-gold) 45%, transparent);outline:none}.row-color-reset{color:var(--hpf-text-faint);cursor:pointer;background:0 0;border:0;padding:0 .1rem;font-size:.72rem;line-height:1}.row-color-reset:hover{color:var(--hpf-gold-soft)}.row-color-native{letter-spacing:.06em;color:var(--hpf-text-faint);border:1px dashed var(--hpf-border-active);border-radius:3px;flex:none;padding:.05rem .28rem;font-size:.58rem}.row-opacity{appearance:none;cursor:pointer;background:0 0;flex:1;height:1.4rem}.row-opacity::-webkit-slider-runnable-track{background:var(--hpf-border-active);border-radius:2px;height:2px}.row-opacity::-moz-range-track{background:var(--hpf-border-active);border-radius:2px;height:2px}.row-opacity::-webkit-slider-thumb{appearance:none;background:var(--hpf-gold);border:none;border-radius:50%;width:12px;height:12px;margin-top:-5px}.row-opacity::-moz-range-thumb{background:var(--hpf-gold);border:none;border-radius:50%;width:12px;height:12px}.row-opacity-value{min-width:2.5rem;font-family:var(--hpf-font-mono);color:var(--hpf-text-faint);text-align:right;white-space:nowrap;font-size:.6rem}.object-row[data-opacity-state=invisibleByOpacity] .row-opacity-value{min-width:5rem;color:var(--hpf-gold)}.row-editor{border:1px solid var(--hpf-border);background:var(--hpf-hover);border-radius:8px;grid-area:editor;grid-template-columns:1fr 1fr;gap:.3rem .45rem;margin-top:.3rem;padding:.45rem .5rem;display:grid}.editor-field{letter-spacing:.1em;color:var(--hpf-text-faint);text-transform:uppercase;flex-direction:column;gap:.1rem;font-size:.56rem;display:flex}.editor-field select,.editor-field input{border:1px solid var(--hpf-border);background:var(--hpf-espresso-raised);color:var(--hpf-text);text-transform:none;letter-spacing:0;border-radius:3px;padding:.2rem .25rem;font-size:.68rem}.editor-field input[data-invalid=true]{border-color:var(--hpf-error)}.row-teeth-error{color:var(--hpf-error);grid-column:1/-1;font-size:.6rem}.panel-foot{border-top:1px solid var(--hpf-border);flex-wrap:wrap;gap:.35rem;padding:.55rem .85rem;display:flex}.panel-foot .panel-foot-wide{flex-basis:100%}.panel-foot button{border:1px solid var(--hpf-border);color:var(--hpf-text-muted);cursor:pointer;background:0 0;border-radius:4px;flex:1;padding:.34rem .4rem;font-size:.64rem;transition:border-color .16s,color .16s}.panel-foot button:hover{border-color:var(--hpf-border-active);color:var(--hpf-ivory)}.measure-panel{z-index:14;border:1px solid var(--hpf-border);background:var(--hpf-panel);width:12.5rem;max-width:60vw;max-height:42vh;box-shadow:var(--hpf-shadow-panel);border-radius:10px;flex-direction:column;font-size:.72rem;display:flex;position:absolute;top:4.6rem;right:6.5rem;overflow:hidden}.measure-panel[hidden]{display:none}.measure-panel-head{border-bottom:1px solid var(--hpf-border);align-items:center;gap:.4rem;padding:.5rem .6rem;display:flex}.measure-panel-title{color:var(--hpf-text);letter-spacing:.02em;flex:1}.measure-eye,.measure-clear{border:1px solid var(--hpf-border);color:var(--hpf-text-muted);cursor:pointer;background:0 0;border-radius:4px;transition:color .16s,border-color .16s}.measure-eye{place-items:center;width:1.7rem;height:1.55rem;display:grid}.measure-clear{padding:.22rem .45rem;font-size:.66rem}.measure-eye:hover:not(:disabled),.measure-clear:hover:not(:disabled){color:var(--hpf-gold-soft);border-color:var(--hpf-border-active)}.measure-eye:disabled,.measure-clear:disabled{opacity:.35;cursor:default}.measure-clear[data-confirming=true]{color:var(--hpf-gold-soft);border-color:var(--hpf-gold-soft)}.measure-icon{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:.95rem;height:.95rem}.measure-panel-body{flex-direction:column;gap:.15rem;padding:.35rem;display:flex;overflow-y:auto}.measure-row{border-radius:5px;align-items:center;gap:.25rem;display:flex}.measure-row[data-active=true]{background:var(--hpf-active)}.measure-row-pick{color:var(--hpf-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;flex:1;align-items:baseline;gap:.5rem;padding:.28rem .4rem;display:flex}.measure-row-pick:hover{background:var(--hpf-hover)}.measure-row-no{min-width:1.1em;color:var(--hpf-text-faint);font-variant-numeric:tabular-nums}.measure-row-mm{font-variant-numeric:tabular-nums}.measure-row[data-active=true] .measure-row-mm{color:var(--hpf-gold-soft)}.measure-row-del{width:1.4rem;height:1.4rem;color:var(--hpf-text-faint);cursor:pointer;background:0 0;border:0;border-radius:4px;font-size:1rem;line-height:1}.measure-row-del:hover{color:var(--hpf-danger,#c9564b);background:var(--hpf-hover)}.measure-hint{color:var(--hpf-text-muted);margin:0;padding:.4rem .5rem;line-height:1.35}.measure-hint-inline{border-top:1px dashed var(--hpf-border);color:var(--hpf-text-faint);margin-top:.2rem}.measure-mode{gap:.25rem;padding:.35rem .4rem 0;display:flex}.measure-mode-btn{border:1px solid var(--hpf-border);color:var(--hpf-text-muted);font:inherit;letter-spacing:.02em;cursor:pointer;background:0 0;border-radius:5px;flex:1;padding:.3rem .4rem;font-size:.7rem;transition:border-color .16s,color .16s,background-color .16s}.measure-mode-btn:hover{color:var(--hpf-text);background:var(--hpf-hover)}.measure-mode-btn[data-active=true]{border-color:var(--hpf-border-active);background:var(--hpf-active);color:var(--hpf-gold-soft)}.replace-prompt{z-index:16;border:1px solid var(--hpf-border-active);background:var(--hpf-panel-raised);max-width:min(90vw,34rem);box-shadow:var(--hpf-shadow-floating);border-radius:10px;align-items:center;gap:.8rem;padding:.5rem .5rem .5rem .9rem;font-size:.78rem;display:flex;position:absolute;top:4.6rem;left:50%;transform:translate(-50%)}.replace-prompt[hidden]{display:none}.replace-prompt-text{color:var(--hpf-text);line-height:1.35}.replace-prompt-actions{flex-shrink:0;gap:.4rem;display:flex}.replace-prompt-replace{border:1px solid var(--hpf-gold);background:var(--hpf-active);color:var(--hpf-gold-soft);cursor:pointer;white-space:nowrap;border-radius:6px;padding:.35rem .7rem}.replace-prompt-replace:hover{background:var(--hpf-hover)}.replace-prompt-keep{border:1px solid var(--hpf-border);color:var(--hpf-text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.35rem .6rem}.replace-prompt-keep:hover{color:var(--hpf-text);background:var(--hpf-hover)}.object-inspector{z-index:12;border:1px solid var(--hpf-border);background:var(--hpf-panel);width:15rem;max-width:60vw;max-height:calc(100vh - 13rem);box-shadow:var(--hpf-shadow-panel);border-radius:10px;flex-direction:column;font-size:.72rem;display:flex;position:absolute;top:4.6rem;right:6.5rem;overflow:hidden}.object-inspector[hidden]{display:none}.inspect-head{border-bottom:1px solid var(--hpf-border);flex-direction:column;gap:.1rem;padding:.5rem .6rem;display:flex}.inspect-title{color:var(--hpf-text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.6rem}.inspect-subject{color:var(--hpf-text);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.inspect-names{color:var(--hpf-text-muted);border-bottom:1px solid var(--hpf-border);padding:.35rem .6rem;line-height:1.35}.inspect-empty{color:var(--hpf-text-faint);margin:0;padding:.7rem .6rem;line-height:1.35}.inspect-body{overflow-y:auto}.inspect-section{border-bottom:1px solid var(--hpf-border)}.inspect-section:last-child{border-bottom:0}.inspect-section-head{width:100%;color:var(--hpf-text-muted);text-align:left;cursor:pointer;font:inherit;letter-spacing:.02em;background:0 0;border:0;align-items:center;gap:.4rem;padding:.4rem .6rem;display:flex}.inspect-section-head:before{content:"▾";color:var(--hpf-text-faint);font-size:.6rem}.inspect-section-head[aria-expanded=false]:before{content:"▸"}.inspect-section-head:hover{color:var(--hpf-text)}.inspect-lines{margin:0;padding:0 .6rem .5rem}.inspect-lines[hidden]{display:none}.inspect-row{align-items:baseline;gap:.5rem;padding:.16rem 0;display:flex}.inspect-label{color:var(--hpf-text-faint);flex:0 0 5.4rem;margin:0}.inspect-value-cell{flex-wrap:wrap;flex:1;align-items:baseline;gap:.35rem;min-width:0;margin:0;display:flex}.inspect-value{color:var(--hpf-text);-webkit-user-select:text;user-select:text;word-break:break-word}.inspect-value--mono{font-family:var(--hpf-font-mono,ui-monospace, monospace);font-size:.68rem}.inspect-value--empty{color:var(--hpf-text-faint);font-style:italic}.inspect-swatch{border:1px solid var(--hpf-border);border-radius:3px;flex-shrink:0;align-self:center;width:.8rem;height:.8rem}.inspect-badge{border:1px solid var(--hpf-border);letter-spacing:.02em;color:var(--hpf-text-muted);border-radius:999px;flex-shrink:0;padding:.02rem .34rem;font-size:.6rem}.inspect-badge[data-provenance=fichier]{color:var(--hpf-gold-soft);border-color:var(--hpf-border-active)}.inspect-badge[data-provenance=manuel]{color:var(--hpf-gold);border-color:var(--hpf-gold)}.inspect-badge[data-provenance=deduit]{color:var(--hpf-text-faint);border-style:dashed}.inspect-badge[data-provenance=mesure]{color:var(--hpf-text-faint);border-color:#0000}.inspect-badge[data-provenance=absent]{color:var(--hpf-text-faint);border-style:dashed}.inspect-foot{border-top:1px solid var(--hpf-border);flex-wrap:wrap;gap:.55rem;padding:.4rem .6rem;font-size:.6rem;display:flex}.inspect-legend{color:var(--hpf-text-faint);align-items:center;gap:.25rem;display:inline-flex}.inspect-legend:before{content:"";background:currentColor;border-radius:2px;width:.5rem;height:.5rem}.inspect-legend[data-provenance=fichier]{color:var(--hpf-gold-soft)}.inspect-legend[data-provenance=manuel]{color:var(--hpf-gold)}.view-presets{z-index:12;border:1px solid var(--hpf-border);background:var(--hpf-panel);box-shadow:var(--hpf-shadow-floating);border-radius:10px;gap:.4rem;padding:.35rem;display:flex;position:absolute;bottom:1.35rem;left:50%;transform:translate(-50%)}.view-preset{width:4.6rem;color:var(--hpf-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;flex-direction:column;align-items:center;gap:.25rem;padding:.45rem .3rem .4rem;transition:border-color .18s,color .18s,background-color .18s;display:flex}.view-preset:hover{color:var(--hpf-text);background:var(--hpf-hover)}.view-preset[data-active=true]{border-color:var(--hpf-border-active);background:var(--hpf-active);color:var(--hpf-gold-soft)}.view-preset-icon{fill:none;stroke:currentColor;stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round;opacity:.9;width:1.9rem;height:1.9rem}.view-preset-label{letter-spacing:.12em;text-transform:uppercase;font-size:.55rem}.voice-bar{z-index:12;border:1px solid var(--hpf-border);background:var(--hpf-panel);width:min(24rem,60vw);color:var(--hpf-text-faint);border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .9rem;display:flex;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%)}.voice-icon{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:.95rem;height:.95rem}.voice-placeholder{font-size:.75rem}.drop-hint{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;text-align:center;background:#18120d99;border:1px solid #c89a4533;border-radius:13px;flex-direction:column;align-items:center;gap:.12rem;padding:.42rem 1.05rem;display:flex;box-shadow:0 6px 22px #00000057}.drop-hint-title{font-family:var(--hpf-font-display);color:var(--hpf-ivory-deep);font-size:.92rem}.drop-hint-text{letter-spacing:.02em;color:var(--hpf-text-faint);font-size:.64rem}.native-banner{z-index:20;border:1px solid var(--hpf-border-active);background:var(--hpf-panel-raised);box-shadow:var(--hpf-shadow-floating);color:var(--hpf-ivory);border-radius:10px;align-items:center;gap:.65rem;padding:.35rem .45rem .35rem .9rem;font-size:.78rem;display:flex;position:absolute;top:4.6rem;left:50%;transform:translate(-50%)}.native-banner-open{border:1px solid var(--hpf-gold);color:var(--hpf-gold);cursor:pointer;background:0 0;border-radius:6px;padding:.2rem .75rem;font-weight:600}.native-banner-dismiss{color:var(--hpf-text-muted);cursor:pointer;background:0 0;border:none;font-size:1.05rem;line-height:1}.native-settings-btn{z-index:19;border:1px solid var(--hpf-border);background:var(--hpf-panel);width:2rem;height:2rem;color:var(--hpf-text-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;top:4.6rem;right:1.15rem}.native-settings-btn:hover{border-color:var(--hpf-border-active);color:var(--hpf-ivory)}.native-settings-btn[data-watching=true]{border-color:var(--hpf-gold);color:var(--hpf-gold)}.native-settings-overlay{z-index:40;background:#0604038c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.native-settings-panel{border:1px solid var(--hpf-border-active);background:var(--hpf-panel-raised);width:min(30rem,90vw);box-shadow:var(--hpf-shadow-floating);color:var(--hpf-ivory);border-radius:14px;padding:1.1rem 1.2rem 1.3rem}.native-settings-head{justify-content:space-between;align-items:center;margin-bottom:.9rem;display:flex}.native-settings-title{letter-spacing:.02em;font-size:1rem}.native-settings-close{color:var(--hpf-text-muted);cursor:pointer;background:0 0;border:none;font-size:1.2rem;line-height:1}.native-settings-row{align-items:center;gap:.6rem;padding:.35rem 0;font-size:.82rem;display:flex}.native-settings-folders-head{color:var(--hpf-text-muted);justify-content:space-between;align-items:center;margin:.8rem 0 .5rem;font-size:.78rem;display:flex}.native-add-folder{border:1px solid var(--hpf-gold);color:var(--hpf-gold);cursor:pointer;background:0 0;border-radius:6px;padding:.2rem .65rem;font-size:.74rem}.native-folders{flex-direction:column;gap:.3rem;max-height:12rem;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.native-folders li{border:1px solid var(--hpf-border);word-break:break-all;border-radius:6px;justify-content:space-between;align-items:center;gap:.6rem;padding:.3rem .5rem;font-size:.76rem;display:flex}.native-folders button{color:var(--hpf-text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0}.native-folders-empty{color:var(--hpf-text-faint);padding:.4rem .2rem;font-size:.74rem}.prepcheck-panel{z-index:22;border:1px solid var(--hpf-border-active);background:var(--hpf-panel-raised);width:17rem;box-shadow:var(--hpf-shadow-floating);color:var(--hpf-ivory);border-radius:12px;padding:.85rem .95rem 1rem;position:absolute;top:4.6rem;right:1.15rem}.prepcheck-head{justify-content:space-between;align-items:center;margin-bottom:.7rem;display:flex}.prepcheck-title{letter-spacing:.03em;font-size:.92rem}.prepcheck-close{color:var(--hpf-text-muted);cursor:pointer;background:0 0;border:none;font-size:1.15rem;line-height:1}.prepcheck-field{color:var(--hpf-text-muted);flex-direction:column;gap:.25rem;margin-bottom:.6rem;font-size:.75rem;display:flex}.prepcheck-field select{border:1px solid var(--hpf-border);background:var(--hpf-panel);color:var(--hpf-ivory);border-radius:6px;padding:.28rem .4rem;font-size:.78rem}.prepcheck-run{border:1px solid var(--hpf-gold);width:100%;color:var(--hpf-gold);cursor:pointer;background:0 0;border-radius:7px;padding:.4rem;font-weight:600}.prepcheck-summary{min-height:1.1rem;margin:.7rem 0 .5rem;font-size:.78rem}.prepcheck-legend{color:var(--hpf-text-muted);flex-direction:column;gap:.28rem;margin:0 0 .5rem;padding:0;font-size:.75rem;list-style:none;display:flex}.prepcheck-legend li{align-items:center;gap:.5rem;display:flex}.prepcheck-dot{border-radius:50%;flex-shrink:0;width:.7rem;height:.7rem}.prepcheck-dot-ok{background:#4aa15e}.prepcheck-dot-limit{background:#d99933}.prepcheck-dot-def{background:#c52926}.prepcheck-disclaimer{color:var(--hpf-text-faint);margin:0;font-size:.68rem;line-height:1.35}.status{z-index:13;pointer-events:none;border:1px solid var(--hpf-border);background:var(--hpf-panel-raised);text-align:center;border-radius:5px;max-width:min(44rem,84vw);padding:.45rem .9rem;font-size:.76rem;line-height:1.4;position:absolute;bottom:6.6rem;left:50%;transform:translate(-50%)}.status[data-level=success]{border-color:var(--hpf-success)}.status[data-level=warning]{border-color:var(--hpf-warning)}.status[data-level=error]{border-color:var(--hpf-error);color:var(--hpf-error)}@media (max-width:1100px){.view-preset{width:3.6rem}.view-preset-icon{width:1.5rem;height:1.5rem}}@media (max-width:860px){.view-preset-label{display:none}.view-preset{width:2.6rem}.object-panel{width:17rem}.case-header{max-width:80vw}}.voice-bar[data-mode=text]{width:min(38rem,74vw);color:var(--hpf-text);gap:.6rem}.console-badge{border:1px solid var(--hpf-border);color:var(--hpf-gold-soft);letter-spacing:.14em;text-transform:uppercase;border-radius:999px;flex:none;padding:.12rem .45rem;font-size:.55rem}.console-input{min-width:0;color:var(--hpf-text);background:0 0;border:0;outline:none;flex:1;font-size:.8rem}.console-input::placeholder{color:var(--hpf-text-faint)}.console-feedback{text-overflow:ellipsis;white-space:nowrap;max-width:45%;color:var(--hpf-text-muted);flex:none;font-size:.72rem;overflow:hidden}.console-feedback[data-level=ok]{color:var(--hpf-success)}.console-feedback[data-level=error]{color:var(--hpf-error)}.voice-panel{z-index:30;background:var(--hpf-panel);border:1px solid var(--hpf-border);width:min(46rem,100% - 2rem);box-shadow:var(--hpf-shadow-floating);color:var(--hpf-text-muted);border-radius:.6rem;gap:.5rem;padding:.7rem .9rem;font-size:.68rem;display:grid;position:absolute;bottom:4.5rem;left:50%;transform:translate(-50%)}.voice-header{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.voice-privacy{font-family:var(--hpf-font-mono);letter-spacing:.02em;border:1px solid var(--hpf-border);border-radius:.25rem;padding:.15rem .4rem;font-size:.6rem}.voice-privacy[data-local=true]{color:var(--hpf-success)}.voice-privacy[data-local=false]{color:var(--hpf-warning);border-color:var(--hpf-warning)}.voice-ptt{border:1px solid var(--hpf-border-active);background:var(--hpf-panel-raised);color:var(--hpf-text);font:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:.35rem;margin-left:auto;padding:.35rem .9rem}.voice-ptt[data-active=true]{background:var(--hpf-gold);color:var(--hpf-espresso);border-color:var(--hpf-gold)}.voice-state{font-family:var(--hpf-font-mono);color:var(--hpf-text-faint);font-size:.6rem}.voice-state[data-state=listening]{color:var(--hpf-gold)}.voice-state[data-state=error]{color:var(--hpf-error)}.voice-grid{grid-template-columns:5.5rem 1fr;gap:.15rem .7rem;margin:0;display:grid}.voice-grid dt{font-family:var(--hpf-font-mono);color:var(--hpf-text-faint);text-transform:uppercase;letter-spacing:.04em;font-size:.58rem}.voice-grid dd{color:var(--hpf-text);overflow-wrap:anywhere;margin:0}.voice-timings,.voice-verdict{font-family:var(--hpf-font-mono);color:var(--hpf-text-faint);margin:0;font-size:.58rem}.voice-verdict[data-verdict=false]{color:var(--hpf-error)}.voice-verdict[data-verdict=true]{color:var(--hpf-success)}.case-subtitle{letter-spacing:.05em;color:var(--hpf-text-muted);text-align:center;font-size:.74rem}.dataset-chip[data-active=true]{background:linear-gradient(180deg, var(--hpf-gold-soft), var(--hpf-gold));color:var(--hpf-espresso);font-weight:600}.dataset-chip[data-active=true]:after{display:none}.viewport-toolbar{background:var(--hpf-panel);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border-radius:12px;gap:.12rem;padding:.35rem}.tool-button{width:3.9rem;height:auto;color:var(--hpf-text-muted);border-radius:9px;flex-direction:column;align-items:center;gap:.26rem;padding:.5rem .15rem .42rem;display:flex}.tool-button:hover:not(:disabled){color:var(--hpf-ivory);background:var(--hpf-hover)}.tool-button:disabled{opacity:.32;cursor:default}.tool-button[data-active=true]{color:var(--hpf-gold-soft);background:var(--hpf-active)}.tool-icon{stroke-width:1.5px;width:1.2rem;height:1.2rem}.tool-label{letter-spacing:.11em;text-transform:uppercase;text-align:center;color:var(--hpf-text-muted);font-size:.5rem;line-height:1.15}.tool-button:hover .tool-label,.tool-button[data-active=true] .tool-label{color:inherit}.left-stack{z-index:14;pointer-events:none;flex-direction:column;gap:.55rem;width:17rem;max-width:86vw;display:flex;position:absolute;top:4.6rem;bottom:2.5rem;left:1.15rem}.left-stack>*{pointer-events:auto}.left-stack:has(>#object-panel[hidden]){display:none}.object-panel{background:var(--hpf-panel-raised);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;flex:0 auto;width:100%;max-width:none;min-height:0;position:static;inset:auto}.object-panel:has(.panel-empty) .panel-foot{display:none}.cheatsheet{border:1px solid var(--hpf-border);background:var(--hpf-panel);box-shadow:var(--hpf-shadow-floating);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;flex:none;padding:.6rem .7rem .65rem}.left-stack:has(#object-panel .panel-empty) .cheatsheet{display:none}.cheatsheet-title{letter-spacing:.16em;text-transform:uppercase;color:var(--hpf-text-muted);padding:0 .05rem .5rem;font-size:.54rem}.cheatsheet-list{grid-template-columns:1fr 1fr;gap:.32rem .55rem;margin:0;display:grid}.cheatsheet-item{align-items:center;gap:.38rem;min-width:0;display:flex}.cheatsheet-item dt{flex:none;gap:.15rem;display:inline-flex}.cheatsheet-item dd{letter-spacing:.01em;color:var(--hpf-text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.62rem;overflow:hidden}.cheatsheet kbd{border:1px solid var(--hpf-border);min-width:1.1rem;height:1.1rem;color:var(--hpf-ivory-deep);font-family:var(--hpf-font-mono);background:#f4efe60d;border-bottom-width:2px;border-radius:5px;justify-content:center;align-items:center;padding:0 .28rem;font-size:.56rem;line-height:1;display:inline-flex}.object-inspector{display:none}.clip-panel{background:var(--hpf-panel-raised);border:1px solid var(--hpf-border);width:22rem;max-width:90vw;box-shadow:var(--hpf-shadow-floating);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:7;border-radius:14px;flex-direction:column;gap:.6rem;padding:.9rem .95rem 1rem;display:flex;position:absolute;top:4.6rem;bottom:1.15rem;left:1.15rem}.clip-panel[hidden]{display:none}.clip-head{justify-content:space-between;align-items:center;display:flex}.clip-title{letter-spacing:.11em;text-transform:uppercase;color:var(--hpf-gold-soft);font-size:.8rem}.clip-close{width:1.7rem;height:1.7rem;color:var(--hpf-text-muted);background:0 0;border:1px solid #0000;border-radius:8px;font-size:1.15rem;line-height:1;transition:background .15s,color .15s,border-color .15s}.clip-close:hover{color:var(--hpf-ivory);background:var(--hpf-hover);border-color:var(--hpf-border)}.clip-modes{border:1px solid var(--hpf-border);background:#0c090773;border-radius:11px;gap:.25rem;padding:.25rem;display:flex;box-shadow:inset 0 1px 2px #0006}.clip-mode{letter-spacing:.02em;color:var(--hpf-text-muted);background:0 0;border:1px solid #0000;border-radius:8px;flex:1;padding:.5rem .3rem;font-size:.72rem;transition:background .18s,color .18s,box-shadow .18s}.clip-mode:hover{color:var(--hpf-ivory);background:#f4efe60a}.clip-mode[data-active=true]{background:linear-gradient(180deg, var(--hpf-gold-soft), var(--hpf-gold));color:var(--hpf-espresso);font-weight:600;box-shadow:0 1px 6px #c89a4559}.clip-mode[data-active=true]:hover{color:var(--hpf-espresso)}.clip-section{border:1px solid var(--hpf-border);background:radial-gradient(130% 100% at 50% 0,#c89a450f,#0c09079e 62%);border-radius:11px;flex:1;min-height:8rem;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #0000004d,inset 0 10px 26px #0006}.clip-presets{gap:.3rem;display:flex}.clip-preset{letter-spacing:.02em;border:1px solid var(--hpf-border);color:var(--hpf-ivory-deep);background:#f4efe60d;border-radius:9px;flex:1;padding:.42rem .2rem;font-size:.66rem}.clip-preset:hover{border-color:var(--hpf-border-active);color:var(--hpf-text);background:#f4efe61a}.clip-preset[data-active=true]{border-color:var(--hpf-gold);color:var(--hpf-gold-soft);box-shadow:inset 0 0 0 1px var(--hpf-gold);background:#c89a451f}.clip-position-head{letter-spacing:.08em;text-transform:uppercase;color:var(--hpf-text-muted);justify-content:space-between;align-items:baseline;font-size:.6rem;display:flex}.clip-position-value{letter-spacing:0;text-transform:none;color:var(--hpf-gold-soft);font-variant-numeric:tabular-nums;font-size:.76rem}.clip-position-row{align-items:center;gap:.3rem;display:flex}.clip-nudge{border:1px solid var(--hpf-border);width:1.9rem;height:1.9rem;color:var(--hpf-ivory-deep);background:#f4efe60d;border-radius:8px;flex:none;font-size:.9rem;line-height:1}.clip-nudge:hover{border-color:var(--hpf-gold);color:var(--hpf-gold-soft)}.clip-slider{accent-color:var(--hpf-gold);flex:1}.clip-adv-toggle{border:1px solid var(--hpf-border);letter-spacing:.09em;text-transform:uppercase;color:var(--hpf-text-muted);background:0 0;border-radius:8px;align-self:flex-start;align-items:center;padding:.32rem .6rem;font-size:.62rem;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.clip-adv-toggle:before{content:"▸";color:var(--hpf-gold-soft);margin-right:.45em;font-size:.7em;transition:transform .15s}.clip-adv-toggle[data-open=true]:before{content:"▾"}.clip-adv-toggle:hover{color:var(--hpf-ivory);border-color:var(--hpf-border-active);background:#f4efe60d}.clip-advanced{flex-wrap:wrap;gap:.3rem;display:flex}.clip-advanced[hidden]{display:none}.clip-check{color:var(--hpf-ivory-deep);cursor:pointer;flex-basis:100%;align-items:center;gap:.4rem;padding:.15rem .1rem .25rem;font-size:.66rem;display:flex}.clip-check:hover{color:var(--hpf-text)}.clip-check[data-disabled=true]{opacity:.4;cursor:not-allowed}.clip-check[data-disabled=true]:hover{color:var(--hpf-ivory-deep)}.clip-check input{accent-color:var(--hpf-gold);cursor:pointer;width:.85rem;height:.85rem}.clip-check input:disabled{cursor:not-allowed}.clip-action{border:1px solid var(--hpf-border);color:var(--hpf-ivory-deep);background:#f4efe60d;border-radius:9px;flex:1;padding:.44rem .2rem;font-size:.64rem}.clip-action:hover{border-color:var(--hpf-border-active);color:var(--hpf-text);background:#f4efe61a}.clip-action[data-active=true]{border-color:var(--hpf-gold);color:var(--hpf-gold-soft)}.clip-preset,.clip-nudge,.clip-action{transition:background .15s,color .15s,border-color .15s,box-shadow .15s}.section-inset-canvas{width:100%;height:100%;display:block}.section-inset-empty{text-align:center;color:var(--hpf-text-muted);justify-content:center;align-items:center;padding:0 1.6rem;font-size:.66rem;line-height:1.35;display:flex;position:absolute;inset:0}.section-inset-empty[hidden]{display:none}.dock{z-index:12;pointer-events:none;flex-direction:column;align-items:center;gap:.7rem;display:flex;position:absolute;bottom:2.1rem;left:22rem;right:5rem}.dock>*{pointer-events:auto}:is(.dock:has(.drop-hint:not([hidden])),.dock:has(.loading-hint:not([hidden]))){flex-direction:column;justify-content:center;align-items:center;gap:.85rem;display:flex;top:4.9rem;bottom:3.1rem}:is(.dock:has(.drop-hint:not([hidden])) .dock-features,.dock:has(.loading-hint:not([hidden])) .dock-features){display:none}.loading-hint{color:var(--hpf-text-muted);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.loading-hint-spinner{border:2px solid color-mix(in srgb, var(--hpf-gold) 30%, transparent);border-top-color:var(--hpf-gold);border-radius:50%;width:1.1rem;height:1.1rem;animation:.8s linear infinite hpf-spin}@keyframes hpf-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.loading-hint-spinner{animation-duration:2.4s}}.dock:has(.drop-hint:not([hidden])) #dock-pill{width:min(30rem,100%)}.view-presets{border:1px solid var(--hpf-border);background:var(--hpf-panel);max-width:100%;box-shadow:var(--hpf-shadow-floating);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border-radius:14px;flex-wrap:nowrap;justify-content:center;gap:.55rem;padding:.4rem;display:flex;position:static;bottom:auto;left:auto;transform:none}.view-preset{border-color:var(--hpf-border);width:5.8rem;color:var(--hpf-ivory-deep);background:#f4efe60d;border-radius:12px;gap:.3rem;padding:.62rem .4rem .52rem}.view-preset:hover{border-color:var(--hpf-border-active);color:var(--hpf-text);background:#f4efe61a}.view-preset[data-active=true]{border-color:var(--hpf-gold);color:var(--hpf-gold-soft);box-shadow:inset 0 0 0 1px var(--hpf-gold);background:#c89a451a}.view-preset-icon{opacity:.9;width:2.85rem;height:2rem}.view-preset[data-active=true] .view-preset-icon{opacity:1}.view-preset-label{letter-spacing:.03em;color:inherit;font-size:.64rem}.dock-features{justify-content:center;align-items:flex-end;max-width:100%;display:flex;position:relative}.prepcheck-launch-panel{border:1px solid var(--hpf-border);background:var(--hpf-panel);box-shadow:var(--hpf-shadow-floating);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border-radius:14px;padding:.4rem;position:absolute;bottom:0;left:calc(100% + .7rem)}.prepcheck-launch{border:1px solid color-mix(in srgb, var(--hpf-gold) 22%, var(--hpf-border));width:5.8rem;color:var(--hpf-ivory-deep);cursor:pointer;background:#c89a450f;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;padding:.62rem .4rem .52rem;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:flex}.prepcheck-launch:hover{border-color:var(--hpf-border-active);color:var(--hpf-text);background:#c89a451f}.prepcheck-launch[data-active=true]{border-color:var(--hpf-gold);color:var(--hpf-gold-soft);box-shadow:inset 0 0 0 1px var(--hpf-gold);background:#c89a4524}.prepcheck-launch-icon{opacity:.9;fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;width:2.85rem;height:2rem}.prepcheck-launch[data-active=true] .prepcheck-launch-icon{opacity:1}.prepcheck-launch-label{letter-spacing:.03em;color:inherit;font-size:.64rem}.dock-pill{justify-content:center;width:100%;display:flex;position:relative}.voice-panel{width:100%;box-shadow:none;font-size:inherit;color:inherit;background:0 0;border:0;border-radius:0;gap:0;margin:0;padding:0;position:static;bottom:auto;left:auto;transform:none}.voice-header{border:1px solid var(--hpf-border);background:var(--hpf-panel-raised);width:100%;max-width:29rem;min-height:3.4rem;box-shadow:var(--hpf-shadow-panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;grid-template-columns:1fr auto 1fr;align-items:center;gap:.85rem;margin:0 auto;padding:.4rem 1.1rem;display:grid}.voice-kbd{border:1px solid var(--hpf-border);width:2rem;height:2rem;color:var(--hpf-text-muted);cursor:pointer;background:0 0;border-radius:8px;justify-self:end;place-items:center;padding:0;transition:color .16s,border-color .16s;display:grid}.voice-kbd:hover{color:var(--hpf-ivory);border-color:var(--hpf-border-active)}.voice-kbd-icon{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:1.05rem;height:1.05rem}.voice-ptt{border:1.5px solid var(--hpf-gold);background:radial-gradient(circle at 50% 35%, var(--hpf-espresso-soft), var(--hpf-espresso));width:3.2rem;height:3.2rem;color:var(--hpf-ivory);cursor:pointer;border-radius:50%;justify-self:center;place-items:center;margin:0;padding:0;transition:box-shadow .2s,transform .12s,border-color .2s;display:grid;box-shadow:0 3px 12px #0006}.voice-ptt:hover{border-color:var(--hpf-gold-soft)}.voice-ptt:active{transform:scale(.96)}.voice-ptt[data-active=true]{border-color:var(--hpf-gold-soft);box-shadow:0 0 0 4px #c89a4529,0 0 20px #c89a4561}.voice-ptt:disabled{opacity:.45;cursor:not-allowed}.voice-ptt[data-state=processing]{border-color:var(--hpf-gold-soft);animation:1s ease-in-out infinite voice-pulse}@keyframes voice-pulse{0%,to{box-shadow:0 0 0 2px #c89a4524,0 0 10px #c89a4542}50%{box-shadow:0 0 0 5px #c89a4538,0 0 22px #c89a4575}}.voice-ptt[data-state=success]{border-color:var(--hpf-gold);animation:.9s ease-out voice-success;box-shadow:0 0 0 4px #c89a4538,0 0 20px #c89a4580}@keyframes voice-success{0%{box-shadow:0 0 0 8px #c89a455c,0 0 26px #c89a45b3}}.voice-ptt[data-state=unheard]{border-color:var(--hpf-gold-muted);box-shadow:0 0 0 3px #8e714333}.voice-ptt[data-state=denied]{border-color:var(--hpf-danger,#c9564b);box-shadow:0 0 0 3px #c9564b38}.voice-ptt-icon{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:1.4rem;height:1.4rem}.voice-status{text-align:left;justify-self:start;min-width:0}.voice-hint{color:var(--hpf-text);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;overflow:hidden}.voice-bar{width:100%;position:static;bottom:auto;left:auto;transform:none}.voice-bar[data-mode=text]{border:1px solid var(--hpf-border);background:var(--hpf-panel-raised);width:100%;max-width:34rem;min-height:3.4rem;box-shadow:var(--hpf-shadow-panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--hpf-text);border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:.6rem;margin:0 auto;padding:.4rem .7rem .4rem .55rem;display:grid;position:relative}.dock-pill--voice{width:min(40rem,100%)}.dock:has(.drop-hint:not([hidden])) #dock-pill.dock-pill--voice{width:min(40rem,100%)}.dock:has(.loading-hint:not([hidden])) #dock-pill.dock-pill--voice{width:min(40rem,100%)}.dock-pill--voice{border:1px solid var(--hpf-border);background:var(--hpf-panel-raised);box-shadow:var(--hpf-shadow-panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;justify-content:flex-start;align-items:center;gap:.55rem;margin:0 auto;padding:.4rem .7rem .4rem .5rem}.dock-pill--voice .voice-panel{flex:none;width:auto}.dock-pill--voice .voice-header{width:auto;max-width:none;min-height:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;align-items:center;gap:.5rem;margin:0;padding:0;display:inline-flex}.dock-pill--voice .voice-bar[data-mode=text]{max-width:none;min-height:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;flex:auto;align-items:center;gap:.5rem;margin:0;padding:0;display:flex}.dock-pill--voice .console-input{flex:auto;min-width:0}.dock-pill--voice .console-send,.dock-pill--voice .console-feedback{flex:none}.dock-pill--voice .voice-hint{max-width:13rem}:is(.dock-pill--voice .voice-header:has(.voice-ptt[data-state=idle]) .voice-hint,.dock-pill--voice .voice-header:has(.voice-ptt[data-state=unavailable]) .voice-hint){display:none}.console-back{border:1px solid var(--hpf-border);width:2rem;height:2rem;color:var(--hpf-text-muted);cursor:pointer;background:0 0;border-radius:8px;place-items:center;padding:0;transition:color .16s,border-color .16s;display:grid}.console-back:hover{color:var(--hpf-ivory);border-color:var(--hpf-border-active)}.console-back-icon{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:1.05rem;height:1.05rem}.console-input{font-size:.85rem}.console-send{border:1px solid var(--hpf-gold);color:var(--hpf-gold-soft);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:999px;flex:none;padding:.35rem .9rem;font-size:.62rem;transition:background-color .16s,color .16s}.console-send:hover{background:var(--hpf-gold);color:var(--hpf-espresso)}.voice-bar[data-mode=text] .console-feedback{text-align:center;white-space:normal;max-width:none;position:absolute;bottom:calc(100% + .45rem);left:0;right:0}.voice-diag{z-index:40;border:1px solid var(--hpf-border);background:var(--hpf-panel-raised);width:min(30rem,100vw - 2.2rem);max-height:70vh;box-shadow:var(--hpf-shadow-panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--hpf-text-muted);border-radius:12px;padding:.9rem 1.1rem;font-size:.68rem;position:fixed;top:3.6rem;right:1.1rem;overflow:auto}.voice-diag-head{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.voice-diag-title{letter-spacing:.14em;text-transform:uppercase;color:var(--hpf-gold-soft);font-size:.58rem}.voice-diag .voice-privacy{font-family:var(--hpf-font-mono);border:1px solid var(--hpf-border);border-radius:999px;padding:.14rem .45rem;font-size:.58rem}.pill-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .16s,border-color .16s}.pill-toggle[data-active=true]{color:var(--hpf-gold-soft);border-color:var(--hpf-border-active)}.help{z-index:12;position:absolute;bottom:1.4rem;left:1.4rem}.help-button{border:1px solid var(--hpf-border);background:var(--hpf-panel);width:1.9rem;height:1.9rem;color:var(--hpf-text-muted);cursor:pointer;border-radius:50%;font-size:.85rem;transition:color .16s,border-color .16s}.help-button:hover,.help-button[aria-expanded=true]{color:var(--hpf-gold-soft);border-color:var(--hpf-border-active)}.help-popover{border:1px solid var(--hpf-border);background:var(--hpf-panel-raised);width:15rem;box-shadow:var(--hpf-shadow-panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:.9rem 1rem;position:absolute;bottom:2.5rem;left:0}.help-title{letter-spacing:.16em;text-transform:uppercase;color:var(--hpf-gold-soft);margin-bottom:.55rem;font-size:.6rem}.help-list{grid-template-columns:auto 1fr;gap:.3rem .9rem;font-size:.72rem;display:grid}.help-list dt{color:var(--hpf-text);font-weight:600}.help-list dd{color:var(--hpf-text-muted)}.viewport-toolbar,.dock{opacity:.96;transition:opacity .2s}.viewport-toolbar:hover,.dock:hover{opacity:1}@media (max-width:1200px){.left-stack{width:16rem}.view-preset,.prepcheck-launch{width:4.1rem}.tool-button{width:3.5rem}}@media (max-width:900px){.view-preset-label,.prepcheck-launch-label{display:none}.view-preset,.prepcheck-launch{width:3rem}.view-preset-icon,.prepcheck-launch-icon{width:1.9rem;height:1.4rem}.left-stack{width:15.5rem}.voice-hint{font-size:.8rem}}.app-header{z-index:20;border-bottom:1px solid var(--hpf-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;background:linear-gradient(#0c0907f0,#0c0907b8);grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;height:3.5rem;padding:0 1.15rem;display:grid;position:absolute;top:0;left:0;right:0}.app-header>*{pointer-events:auto;min-width:0}.app-header-left{justify-self:start;align-items:center;gap:.7rem;display:flex}.app-wordmark{font-family:var(--hpf-font-display);letter-spacing:.01em;color:var(--hpf-text);white-space:nowrap;font-size:.98rem}.app-header-center{text-align:center;flex-direction:column;justify-self:center;align-items:center;gap:.1rem;max-width:100%;display:flex}.case-headline{justify-content:center;align-items:center;gap:.6rem;min-width:0;max-width:100%;display:flex}.app-header-center .dataset-chips{scrollbar-width:none;flex:0 auto;min-width:0;max-width:52vw;overflow-x:auto}.app-header-center .dataset-chips::-webkit-scrollbar{display:none}.app-header-right{justify-self:end;align-items:center;gap:.35rem;display:flex}.case-title{font-family:var(--hpf-font-display);letter-spacing:.01em;color:var(--hpf-text);font-size:1.04rem;font-weight:500;line-height:1.1}.case-title[data-source=filename]{color:var(--hpf-ivory-deep)}.case-title[data-source=none]{color:var(--hpf-text-muted);font-style:italic}.case-title[data-level=ambiguous]{color:var(--hpf-warning);align-items:center;gap:.4rem;font-style:normal;font-weight:600;display:inline-flex}.case-title[data-level=ambiguous]:before{content:"";background:var(--hpf-warning);width:.5rem;height:.5rem;box-shadow:0 0 0 3px color-mix(in srgb, var(--hpf-warning) 28%, transparent);border-radius:50%}.case-meta{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#18120d8c;border:1px solid #c89a4538;border-radius:999px;align-items:stretch;gap:.75rem;padding:.26rem .85rem;display:inline-flex;box-shadow:0 1px 10px #00000052}.case-meta-field{flex-direction:column;align-items:center;gap:.02rem;min-width:0;display:flex}.case-meta-label{letter-spacing:.18em;text-transform:uppercase;color:var(--hpf-gold-soft);font-size:.5rem}.case-meta-value{font-family:var(--hpf-font-display);color:var(--hpf-ivory-deep);white-space:nowrap;text-overflow:ellipsis;max-width:15rem;font-size:.82rem;line-height:1.1;overflow:hidden}.case-meta-sep{background:linear-gradient(#0000,#c89a4559,#0000);align-self:stretch;width:1px;margin:.12rem 0}.case-meta-field[data-derived=true] .case-meta-value{color:var(--hpf-text-muted);font-style:italic}.case-meta-derived{letter-spacing:.14em;text-transform:uppercase;color:var(--hpf-text-faint);font-size:.46rem;line-height:1}.case-shade{letter-spacing:.04em;color:var(--hpf-gold-soft);opacity:.85;margin-top:.18rem;font-size:.62rem}.header-action{color:var(--hpf-text-muted);font-family:var(--hpf-font-ui);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.4rem;padding:.42rem .7rem;font-size:.74rem;transition:color .16s,border-color .16s,background-color .16s;display:inline-flex}.header-action:hover,.header-action[aria-expanded=true]{color:var(--hpf-ivory);background:var(--hpf-hover)}.header-action-icon{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:1rem;height:1rem}.header-action-dev{border-color:var(--hpf-border-active);color:var(--hpf-gold-soft);letter-spacing:.12em;text-transform:uppercase;font-size:.6rem}.header-action-dev[data-active=true]{background:var(--hpf-active)}.help[data-slot=header]{z-index:auto;position:relative;bottom:auto;left:auto}.help[data-slot=header] .help-popover{inset:2.7rem 0 auto auto}.viewport-badge{z-index:12;pointer-events:none;flex-direction:column;align-items:center;gap:.4rem;display:flex;position:absolute;top:4.4rem;left:50%;transform:translate(-50%)}.viewport-badge .pill{pointer-events:auto}.app-footer{z-index:11;color:var(--hpf-text-faint);pointer-events:none;justify-content:space-between;align-items:center;padding:.42rem 1.2rem;font-size:.64rem;display:flex;position:absolute;bottom:0;left:0;right:0}.app-footer>*{pointer-events:auto}.app-footer-left{align-items:center;gap:.6rem;display:inline-flex}.hpf-logo{opacity:.85;align-items:center;line-height:0;transition:opacity .16s;display:inline-flex}.hpf-logo:hover,.hpf-logo:focus-visible{opacity:1}.hpf-logo img{width:auto;height:1.15rem;display:block}.app-version{font-family:var(--hpf-font-mono);letter-spacing:.04em}.app-status{color:var(--hpf-text-muted);align-items:center;gap:.4rem;display:inline-flex}.app-status-dot{background:var(--hpf-success);border-radius:50%;width:.5rem;height:.5rem;box-shadow:0 0 6px #6e8b5b99}.app-status[data-level=busy] .app-status-dot{background:var(--hpf-gold-soft);box-shadow:0 0 6px #d6a84fb3}.app-status[data-level=warning] .app-status-dot{background:var(--hpf-warning);box-shadow:none}.view-presets-panel{border:1px solid var(--hpf-border);background:var(--hpf-panel);box-shadow:var(--hpf-shadow-floating);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border-radius:16px;flex-direction:column;align-items:stretch;gap:.35rem;padding:.5rem .55rem .55rem;display:flex}.view-presets-panel:has(#view-presets[hidden]){display:none}.view-presets-title{letter-spacing:.16em;text-transform:uppercase;color:var(--hpf-text-muted);padding:0 .35rem;font-size:.54rem}.view-presets{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;padding:0}.view-preset{flex-direction:column;align-items:center;gap:.18rem;display:flex}.view-preset-sublabel{letter-spacing:.09em;text-transform:uppercase;color:var(--hpf-text-faint);text-align:center;font-size:.48rem;line-height:1.1}.view-preset[data-active=true] .view-preset-sublabel{color:var(--hpf-gold-soft)}.view-preset[aria-disabled=true]{cursor:not-allowed;opacity:.4}.view-preset[aria-disabled=true]:hover{border-color:var(--hpf-border);color:var(--hpf-text-muted);background:#00000038}.view-preset[data-state=coming-soon]{border-style:dashed}.hpf-cp{z-index:1200;background:var(--hpf-espresso-raised);border:1px solid var(--hpf-border-active);width:462px;max-width:calc(100vw - 24px);box-shadow:var(--hpf-shadow-floating);color:var(--hpf-ivory);font-family:var(--hpf-font-ui);-webkit-user-select:none;user-select:none;border-radius:16px;flex-direction:column;gap:.7rem;padding:.95rem 1rem .85rem;display:flex;position:fixed}.hpf-cp-head{justify-content:space-between;align-items:baseline;display:flex}.hpf-cp-title{letter-spacing:.02em;color:var(--hpf-ivory);font-size:.82rem}.hpf-cp-main{gap:.7rem;height:170px;display:flex}.hpf-cp-sv{border:1px solid var(--hpf-border);cursor:crosshair;touch-action:none;background-color:red;background-image:linear-gradient(#0000,#000),linear-gradient(90deg,#fff,#fff0);border-radius:10px;flex:1;position:relative}.hpf-cp-sv-cursor{border:2px solid var(--hpf-ivory);pointer-events:none;border-radius:50%;width:14px;height:14px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #00000073,0 1px 3px #00000080}.hpf-cp-hue{border:1px solid var(--hpf-border);cursor:pointer;touch-action:none;background:linear-gradient(red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);border-radius:8px;flex:none;width:16px;position:relative}.hpf-cp-hue-handle{border:2px solid var(--hpf-ivory);pointer-events:none;border-radius:4px;height:6px;position:absolute;left:-2px;right:-2px;transform:translateY(-50%);box-shadow:0 0 0 1px #00000073}.hpf-cp-preview{border:1px solid var(--hpf-border);border-radius:10px;display:flex;overflow:hidden}.hpf-cp-before,.hpf-cp-after{flex-direction:column;flex:1;display:flex}.hpf-cp-before{border-right:1px solid var(--hpf-border)}.hpf-cp-swatch-label{letter-spacing:.08em;text-transform:uppercase;color:var(--hpf-gold-soft);background:var(--hpf-espresso);padding:.28rem .5rem .2rem;font-size:.58rem}.hpf-cp-swatch-fill{height:30px;display:block}.hpf-cp-values{grid-template-columns:1.15fr 1fr 1fr;align-items:end;gap:.5rem;display:grid}.hpf-cp-triplet{grid-template-columns:repeat(3,1fr);gap:.3rem;display:grid}.hpf-cp-field,.hpf-cp-field-hex{flex-direction:column;gap:.18rem;display:flex}.hpf-cp-field-label{letter-spacing:.08em;text-transform:uppercase;color:var(--hpf-text-faint);padding-left:.1rem;font-size:.56rem}.hpf-cp .hpf-cp-hex-input,.hpf-cp .hpf-cp-num{box-sizing:border-box;background:var(--hpf-espresso);border:1px solid var(--hpf-border);width:100%;color:var(--hpf-ivory);font-family:var(--hpf-font-mono);text-align:center;-moz-appearance:textfield;border-radius:7px;padding:.34rem .4rem;font-size:.74rem}.hpf-cp .hpf-cp-hex-input{text-transform:lowercase}.hpf-cp .hpf-cp-num::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hpf-cp .hpf-cp-num::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hpf-cp .hpf-cp-hex-input:focus,.hpf-cp .hpf-cp-num:focus{border-color:var(--hpf-gold);box-shadow:0 0 0 2px color-mix(in srgb, var(--hpf-gold) 35%, transparent);outline:none}.hpf-cp .hpf-cp-hex-input[data-invalid],.hpf-cp .hpf-cp-num[data-invalid]{border-color:var(--hpf-error)}.hpf-cp-presets,.hpf-cp-recents{flex-wrap:wrap;gap:.34rem;display:flex}.hpf-cp-preset,.hpf-cp-recent{border:1px solid var(--hpf-border-active);background:var(--swatch,#000);cursor:pointer;border-radius:6px;width:22px;height:22px;padding:0;transition:transform .12s,box-shadow .12s,border-color .12s}.hpf-cp-preset:hover,.hpf-cp-recent:hover{border-color:var(--hpf-gold-soft);box-shadow:0 0 0 2px color-mix(in srgb, var(--hpf-gold) 30%, transparent);transform:translateY(-1px)}.hpf-cp-preset:focus-visible,.hpf-cp-recent:focus-visible{border-color:var(--hpf-gold);box-shadow:0 0 0 2px color-mix(in srgb, var(--hpf-gold) 45%, transparent);outline:none}.hpf-cp-recents-wrap{flex-direction:column;gap:.32rem;display:flex}.hpf-cp-section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--hpf-text-faint);font-size:.56rem}.hpf-cp-recents-empty{color:var(--hpf-text-faint);font-size:.66rem;font-style:italic}.hpf-cp-actions{align-items:center;gap:.5rem;margin-top:.1rem;display:flex}.hpf-cp-spacer{flex:1}.hpf-cp-btn{font-family:var(--hpf-font-ui);letter-spacing:.02em;cursor:pointer;border-radius:8px;padding:.4rem .85rem;font-size:.74rem;transition:border-color .15s,background .15s,color .15s}.hpf-cp-reset,.hpf-cp-cancel{border:1px solid var(--hpf-border-active);color:var(--hpf-text-muted);background:0 0}.hpf-cp-reset:hover,.hpf-cp-cancel:hover{border-color:var(--hpf-gold-soft);color:var(--hpf-ivory)}.hpf-cp-apply{border:1px solid var(--hpf-gold);background:linear-gradient(180deg, var(--hpf-gold-soft), var(--hpf-gold));color:var(--hpf-espresso);font-weight:600}.hpf-cp-apply:hover{box-shadow:0 2px 10px color-mix(in srgb, var(--hpf-gold) 40%, transparent)}.hpf-cp-btn:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb, var(--hpf-gold) 45%, transparent);outline:none}@media (max-height:760px){.hpf-cp{gap:.55rem;padding:.8rem .9rem .7rem}.hpf-cp-main{height:148px}}.hpf-ctx{z-index:1300;border:1px solid var(--hpf-border-active);background:var(--hpf-panel-raised);min-width:12.5rem;box-shadow:var(--hpf-shadow-floating);-webkit-backdrop-filter:blur(10px);font-family:var(--hpf-font-ui);-webkit-user-select:none;user-select:none;border-radius:13px;flex-direction:column;gap:.08rem;padding:.34rem;animation:.12s ease-out hpf-ctx-in;display:flex;position:fixed}.hpf-ctx[hidden]{display:none}.hpf-ctx-item{width:100%;color:var(--hpf-text);font:inherit;text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;padding:.46rem .72rem;font-size:.82rem;line-height:1.1;transition:background-color 90ms,color 90ms;display:flex}.hpf-ctx-item:hover:not(:disabled),.hpf-ctx-item:focus-visible:not(:disabled){background:var(--hpf-hover);color:var(--hpf-gold-soft);outline:none}.hpf-ctx-item:disabled{color:var(--hpf-text-muted);cursor:default;opacity:.55}.hpf-ctx-item--danger{color:var(--hpf-danger,#c9564b)}.hpf-ctx-item--danger:hover:not(:disabled),.hpf-ctx-item--danger:focus-visible:not(:disabled){background:color-mix(in srgb, var(--hpf-danger,#c9564b) 16%, transparent);color:var(--hpf-danger,#c9564b)}.row-rename{border:1px solid var(--hpf-gold);background:var(--hpf-panel-raised);min-width:0;color:var(--hpf-text);font:inherit;border-radius:6px;flex:auto;padding:.14rem .42rem;font-size:.82rem}.row-rename:focus{box-shadow:0 0 0 2px color-mix(in srgb, var(--hpf-gold) 40%, transparent);outline:none}.measure-labels{pointer-events:none;z-index:6;position:absolute;inset:0;overflow:hidden}.measure-label{background:var(--hpf-panel-raised);border:1px solid var(--hpf-gold);color:var(--hpf-gold-soft);box-shadow:var(--hpf-shadow-floating);font-family:var(--hpf-font-ui,inherit);white-space:nowrap;pointer-events:none;will-change:transform;border-radius:999px;padding:.12rem .42rem;font-size:.72rem;font-weight:600;line-height:1.1;position:absolute;top:0;left:0}.measure-label--preview{opacity:.9;border-style:dashed}.measure-label--presumed{border-style:dashed}.hpf-ctx-sep{background:var(--hpf-border);height:1px;margin:.26rem .5rem}@keyframes hpf-ctx-in{0%{opacity:0;transform:translateY(-3px)scale(.985)}to{opacity:1;transform:none}}.prepcheck-panel{max-width:calc(100vw - 24rem);max-height:calc(100vh - 9rem);right:6.5rem;overflow-y:auto}.prepcheck-steps{flex-direction:column;gap:.4rem;display:flex}.prepcheck-modes{gap:.4rem;margin:.45rem 0 .35rem;display:flex}.prepcheck-mode{border:1px solid var(--hpf-border);color:var(--hpf-text-muted);font:inherit;cursor:pointer;background:0 0;border-radius:8px;flex:1;padding:.36rem .4rem;font-size:.72rem;transition:background-color .12s,color .12s,border-color .12s}.prepcheck-mode:hover{border-color:var(--hpf-border-active);color:var(--hpf-text)}.prepcheck-mode[data-active=true]{border-color:var(--hpf-gold);background:var(--hpf-active);color:var(--hpf-gold-soft)}.prepcheck-preset{color:var(--hpf-gold-soft);margin:.3rem 0;font-size:.72rem}.prepcheck-stats,.prepcheck-geometry{flex-direction:column;gap:.16rem;margin:.3rem 0;display:flex}.prepcheck-stat{justify-content:space-between;gap:.6rem;font-size:.72rem;display:flex}.prepcheck-stat-k{color:var(--hpf-text-muted)}.prepcheck-stat-v{color:var(--hpf-text);font-variant-numeric:tabular-nums}.prepcheck-warnings{color:var(--hpf-warning);margin:.3rem 0;font-size:.68rem;line-height:1.32}.prepcheck-run{transition:background .14s,box-shadow .14s,transform .1s}.prepcheck-run:hover{background:var(--hpf-active);box-shadow:0 2px 12px color-mix(in srgb, var(--hpf-gold) 28%, transparent)}.prepcheck-run:active{transform:translateY(1px)}.prepcheck-close:hover,.native-settings-close:hover,.native-banner-dismiss:hover{color:var(--hpf-ivory)}.native-add-folder:hover,.native-banner-open:hover,.native-folders button:hover{border-color:var(--hpf-border-active);background:var(--hpf-active);color:var(--hpf-text)}.voice-bar[data-mode=text]:focus-within{border-color:var(--hpf-border-active);box-shadow:var(--hpf-shadow-panel), 0 0 0 2px color-mix(in srgb, var(--hpf-gold) 30%, transparent)}.mobile-header,.mobile-tabbar,.mobile-menu-sheet{display:none}body.is-mobile{--tabbar-h:calc(44px + .8rem + env(safe-area-inset-bottom));--sheet-h:0dvh;height:100dvh}body.is-mobile[data-sheet=objets]{--sheet-h:46dvh}body.is-mobile[data-sheet=vues]{--sheet-h:10dvh}body.is-mobile[data-sheet=vues]:has(.mobile-smiledesign:not([hidden])){--sheet-h:15dvh}@media (orientation:landscape){body.is-mobile[data-sheet=vues]{--sheet-h:20dvh}body.is-mobile[data-sheet=vues]:has(.mobile-smiledesign:not([hidden])){--sheet-h:32dvh}body.is-mobile[data-sheet=mesure]{--sheet-h:40dvh}body.is-mobile[data-sheet=objets]{--sheet-h:58dvh}}body.is-mobile[data-sheet=coupe]{--sheet-h:46dvh}body.is-mobile[data-sheet=mesure]{--sheet-h:20dvh}body.is-mobile #viewport{height:100dvh;position:fixed;top:0;left:0;right:0}body.is-mobile[data-sheet=objets] #viewport,body.is-mobile[data-sheet=vues] #viewport,body.is-mobile[data-sheet=mesure] #viewport,body.is-mobile[data-sheet=coupe] #viewport{height:calc(100dvh - var(--tabbar-h) - var(--sheet-h))}body.is-mobile{overscroll-behavior:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;overflow:hidden}body.is-mobile input,body.is-mobile textarea,body.is-mobile [contenteditable]{-webkit-user-select:text;user-select:text}body.is-mobile input[type=range]{touch-action:none}body.is-mobile .app-header,body.is-mobile .viewport-toolbar,body.is-mobile #shortcut-cheatsheet,body.is-mobile #object-inspector,body.is-mobile .app-footer,body.is-mobile .viewport-badge,body.is-mobile #drop-hint,body.is-mobile #loading-hint,body.is-mobile #dock-pill,body.is-mobile .prepcheck-launch-panel,body.is-mobile #prepcheck-panel,body.is-mobile #native-settings-btn{display:none!important}body.is-mobile #left-stack,body.is-mobile .dock,body.is-mobile .dock-features{display:contents}body.is-mobile .mobile-header{z-index:50;height:calc(2.7rem + env(safe-area-inset-top));padding:env(safe-area-inset-top) max(.9rem, env(safe-area-inset-right)) 0 max(.9rem, env(safe-area-inset-left));pointer-events:none;background:linear-gradient(#0c0907e6,#0c090700);justify-content:space-between;align-items:center;gap:.6rem;display:flex;position:fixed;top:0;left:0;right:0}body.is-mobile .mobile-header>*{pointer-events:auto}.mobile-brand{font-family:var(--hpf-font-display);letter-spacing:.14em;color:var(--hpf-gold);font-size:1rem}body.is-mobile .mobile-brand{flex:none;align-items:center;line-height:0;display:inline-flex}body.is-mobile .mobile-brand .brand-logo{width:auto;height:20px;display:block}body.is-mobile .mobile-case-name{left:50%;top:env(safe-area-inset-top);min-width:0;max-width:56vw;height:2.7rem;color:var(--hpf-text);white-space:nowrap;text-overflow:ellipsis;text-align:center;pointer-events:none;flex:none;align-items:center;font-size:.86rem;display:flex;position:absolute;overflow:hidden;transform:translate(-50%)}.mobile-case-name{color:var(--hpf-text);white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;overflow:hidden}.mobile-menu-btn{width:2.1rem;height:2.1rem;color:var(--hpf-gold-soft);cursor:pointer;background:#281e1699;border:0;border-radius:50%;flex:none;font-size:1.15rem;line-height:1}body.is-mobile .mobile-tabbar{z-index:70;padding:.4rem max(.5rem, env(safe-area-inset-right)) calc(.4rem + env(safe-area-inset-bottom)) max(.5rem, env(safe-area-inset-left));background:linear-gradient(#0c090759,#0c0907f0);grid-template-columns:repeat(4,1fr);gap:.35rem;display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-tab{border:1px solid var(--hpf-border);background:var(--hpf-panel);min-height:44px;color:var(--hpf-text-muted);letter-spacing:.02em;cursor:pointer;border-radius:12px;font-size:.74rem}.mobile-tab[data-active=true]{color:var(--hpf-espresso);background:linear-gradient(180deg, var(--hpf-gold-soft), var(--hpf-gold));border-color:#0000;font-weight:600}body.is-mobile #object-panel,body.is-mobile .view-presets-panel,body.is-mobile #clip-panel,body.is-mobile #measure-panel{left:0;right:0;bottom:var(--tabbar-h);width:auto;max-width:none;height:var(--sheet-h);max-height:var(--sheet-h);z-index:60;overscroll-behavior:contain;border-radius:18px 18px 0 0;margin:0;padding-bottom:.6rem;position:fixed;top:auto;overflow-y:auto;box-shadow:0 -10px 34px #0000008c;transition:none!important;animation:none!important;transform:translateY(120%)!important}body.is-mobile[data-sheet=objets] #object-panel,body.is-mobile[data-sheet=vues] .view-presets-panel,body.is-mobile[data-sheet=coupe] #clip-panel,body.is-mobile[data-sheet=mesure] #measure-panel{transform:translateY(0)!important}body.is-mobile .mobile-menu-sheet{top:calc(2.7rem + env(safe-area-inset-top));z-index:75;background:var(--hpf-panel);border:1px solid var(--hpf-border);border-radius:12px;padding:.4rem;display:block;position:fixed;right:.6rem;box-shadow:0 8px 24px #00000080}body.is-mobile .mobile-menu-sheet[hidden]{display:none}.mobile-menu-item{width:100%;color:var(--hpf-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:.6rem 1rem;font-size:.85rem;display:block}.touch-menu{display:none}body.is-mobile .touch-menu{left:50%;bottom:calc(env(safe-area-inset-bottom) + 4rem);z-index:80;background:var(--hpf-panel);border:1px solid var(--hpf-border);border-radius:14px;flex-direction:column;gap:.25rem;min-width:62vw;max-width:24rem;padding:.4rem;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 -8px 30px #0000008c}body.is-mobile .touch-menu[hidden]{display:none}.touch-menu-item{min-height:44px;color:var(--hpf-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:0 1rem;font-size:.9rem}.touch-menu-item:active{background:var(--hpf-active)}.pivot-flash-layer{z-index:7;pointer-events:none;position:absolute;inset:0;overflow:hidden}.pivot-flash-ring{border:2px solid var(--hpf-gold);pointer-events:none;border-radius:50%;width:46px;height:46px;margin:-23px 0 0 -23px;animation:.52s ease-out forwards pivot-flash;position:absolute;box-shadow:0 0 0 1px #00000040,0 0 12px #c89a4580}.pivot-flash-ring:after{content:"";background:var(--hpf-gold-soft);border-radius:50%;animation:.52s ease-out forwards pivot-flash-dot;position:absolute;inset:38%}@keyframes pivot-flash{0%{opacity:0;transform:scale(.4)}35%{opacity:1}to{opacity:0;transform:scale(1.05)}}@keyframes pivot-flash-dot{0%{opacity:.9;transform:scale(0)}60%{opacity:.9}to{opacity:0;transform:scale(1.6)}}@media (prefers-reduced-motion:reduce){.pivot-flash-ring,.pivot-flash-ring:after{animation-duration:10ms}}body.is-mobile .view-presets-title{display:none}body.is-mobile .view-presets-panel{gap:.35rem;padding:.4rem .55rem .5rem}body.is-mobile #view-presets{flex-wrap:unset;grid-template-columns:repeat(6,1fr);gap:.25rem;display:grid;overflow:visible}body.is-mobile #view-presets .view-preset[data-preset=initial]{display:none}body.is-mobile #view-presets .view-preset{flex-direction:column;gap:.05rem;width:auto;min-width:0;padding:.2rem .1rem}body.is-mobile #view-presets .view-preset-icon{width:1.35rem;height:1.35rem}body.is-mobile #view-presets .view-preset-label,body.is-mobile #view-presets .view-preset-sublabel{display:none}body.is-mobile #view-presets .view-preset:after{letter-spacing:.01em;text-align:center;color:var(--hpf-text-muted);margin-top:.1rem;font-size:.54rem;line-height:1.05;display:block}body.is-mobile #view-presets .view-preset[data-active=true]:after{color:var(--hpf-gold)}body.is-mobile #view-presets .view-preset[data-preset=occlusalUpper]:after{content:"Occl. sup."}body.is-mobile #view-presets .view-preset[data-preset=occlusalLower]:after{content:"Occl. inf."}body.is-mobile #view-presets .view-preset[data-preset=left]:after{content:"Profil G"}body.is-mobile #view-presets .view-preset[data-preset=right]:after{content:"Profil D"}body.is-mobile #view-presets .view-preset[data-preset=anterior]:after{content:"Antérieure"}body.is-mobile #view-presets .view-preset[data-preset=posterior]:after{content:"Postérieure"}.mobile-smiledesign{display:none}body.is-mobile .mobile-smiledesign{border:1px solid var(--hpf-border);background:var(--hpf-panel);min-height:42px;color:var(--hpf-text);cursor:pointer;border-radius:999px;align-items:center;gap:.45rem;margin:.6rem auto 0;padding:0 1.1rem;font-size:.82rem;display:inline-flex}body.is-mobile .mobile-smiledesign[hidden]{display:none}body.is-mobile .mobile-smiledesign[aria-pressed=true]{background:linear-gradient(180deg, var(--hpf-gold-soft), var(--hpf-gold));color:var(--hpf-espresso);border-color:#0000;font-weight:600}.mobile-smiledesign-dot{background:var(--hpf-text-muted);border-radius:50%;width:.5rem;height:.5rem}body.is-mobile .mobile-smiledesign[aria-pressed=true] .mobile-smiledesign-dot{background:var(--hpf-espresso)}body.is-mobile #object-panel .object-row{grid-template-columns:auto 1fr auto;grid-template-areas:"eye label controls";align-items:center;gap:0 .5rem;padding:.12rem .5rem}body.is-mobile #object-panel :is(.row-isolate,.row-edit,.row-delete,.row-editor,.row-meta,.row-color,.row-color-native){display:none!important}body.is-mobile #object-panel .row-label{align-items:center;gap:.4rem;min-width:0;display:flex}body.is-mobile #object-panel .row-label:before{content:"";background:var(--object-color,var(--hpf-text-faint));border-radius:50%;flex:none;width:11px;height:11px;box-shadow:inset 0 0 0 1px #0006}body.is-mobile #object-panel .row-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}body.is-mobile #object-panel .row-eye{width:30px;height:30px;font-size:1.05rem}body.is-mobile #object-panel .row-controls{align-items:center;gap:.35rem;display:flex}body.is-mobile #object-panel .row-opacity{width:74px;height:26px}body.is-mobile #object-panel #panel-body{overscroll-behavior:contain;min-height:0}body.is-mobile #clip-panel{flex-direction:column;display:flex}body.is-mobile .clip-head{order:0}body.is-mobile .clip-modes{order:1}body.is-mobile .clip-presets{order:2}body.is-mobile .clip-position-head{order:3}body.is-mobile .clip-position-row{order:4}body.is-mobile .clip-adv-toggle{order:5}body.is-mobile .clip-advanced{order:6}body.is-mobile .clip-section{order:7}body.is-mobile .clip-mode,body.is-mobile .clip-preset,body.is-mobile .clip-action,body.is-mobile .clip-adv-toggle{min-height:44px;font-size:.82rem}body.is-mobile .clip-nudge{min-width:44px;min-height:44px}body.is-mobile .clip-slider{height:30px}.clip-recenter{display:none}body.is-mobile .clip-recenter{border:1px solid var(--hpf-gold-muted,#6b552f);background:color-mix(in srgb, var(--hpf-gold) 18%, transparent);min-height:36px;color:var(--hpf-gold-soft,#d8b877);letter-spacing:.01em;cursor:pointer;border-radius:999px;order:0;justify-content:center;align-self:center;align-items:center;gap:.3rem;margin:.2rem auto .35rem;padding:0 1.1rem;font-size:.8rem;display:inline-flex}body.is-mobile .clip-recenter:active{background:color-mix(in srgb, var(--hpf-gold) 34%, transparent)}body.is-mobile[data-clip-mode=cut] .clip-section{flex:none;height:22vh;min-height:0}body.is-mobile[data-clip-mode=section] .clip-section{flex:none;order:-1;height:28dvh;min-height:0}body.is-mobile[data-clip-mode=section] .clip-head{display:none}body.is-mobile[data-clip-mode=section] .clip-mode,body.is-mobile[data-clip-mode=section] .clip-preset,body.is-mobile[data-clip-mode=section] .clip-action,body.is-mobile[data-clip-mode=section] .clip-adv-toggle,body.is-mobile[data-clip-mode=section] .clip-nudge{min-height:40px}body.is-mobile .section-inset-canvas{touch-action:none}@media (orientation:portrait){body.is-mobile[data-sheet=coupe][data-clip-mode=section] #viewport{height:56dvh;position:fixed;top:0;left:0;right:0}body.is-mobile[data-sheet=coupe][data-clip-mode=section] #clip-panel{top:56dvh;bottom:var(--tabbar-h);border-radius:0;height:auto;max-height:none;left:0;right:0;transition:none!important;transform:none!important}}@media (orientation:landscape){body.is-mobile[data-sheet=coupe][data-clip-mode=section] #viewport{top:0;bottom:var(--tabbar-h);width:56vw;height:auto;position:fixed;left:0;right:auto}body.is-mobile[data-sheet=coupe][data-clip-mode=section] #clip-panel{top:0;bottom:var(--tabbar-h);border-radius:0;height:auto;max-height:none;left:56vw;right:0;transition:none!important;transform:none!important}}body.is-shared-readonly #import-button,body.is-shared-readonly #import-input,body.is-shared-readonly #mobile-menu-btn,body.is-shared-readonly #mobile-menu-sheet,body.is-shared-readonly #mobile-import,body.is-shared-readonly .prepcheck-launch-panel,body.is-shared-readonly #prepcheck-panel,body.is-shared-readonly #viewport-toolbar [data-tool=screenshot],body.is-shared-readonly .row-edit,body.is-shared-readonly .row-delete,body.is-shared-readonly .row-color,body.is-shared-readonly #panel-reset-appearance,body.is-shared-readonly #panel-clear,body.is-shared-readonly #touch-menu [data-action=color],body.is-shared-readonly #drop-hint,body.is-shared-readonly #replace-prompt,body.is-shared-readonly #dock-pill,body.is-shared-readonly #voice-bar{display:none!important}#shared-badge{display:none}body.is-shared-readonly #shared-badge{top:calc(.6rem + env(safe-area-inset-top));right:calc(.6rem + env(safe-area-inset-right));z-index:1600;background:color-mix(in srgb, var(--hpf-espresso) 82%, transparent);border:1px solid var(--hpf-gold-muted,#6b552f);color:var(--hpf-gold-soft,#d8b877);letter-spacing:.04em;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .6rem;font-size:.72rem;display:inline-flex;position:fixed}#shared-status{display:none}body.is-shared-readonly #shared-status[data-state]:not([data-state=ready]):not([data-state=hidden]){display:flex}#shared-status{z-index:3000;text-align:center;background:var(--hpf-espresso,#0c0907);color:var(--hpf-ivory,#f3ecde);flex-direction:column;justify-content:center;align-items:center;gap:.9rem;padding:2rem;position:fixed;inset:0}#shared-status .shared-mark{width:auto;height:52px}#shared-status[data-state=loading] .shared-mark{animation:1.6s ease-in-out infinite hpf-shared-pulse}#shared-status .shared-title{color:var(--hpf-ivory,#f3ecde);font-size:1.05rem;font-weight:600}#shared-status .shared-text{color:var(--hpf-text-muted,#b6a889);max-width:30ch;font-size:.9rem}@keyframes hpf-shared-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){#shared-status[data-state=loading] .shared-mark{animation:none}}
