@media screen and (any-pointer: coarse), screen and (max-width: 980px) {
    /* Avoid focus zoom in portrait AND landscape. Intentional pinch zoom remains available. */
    html body input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
    html body select, html body textarea, html body [contenteditable="true"] { font-size: max(16px, 1rem) !important; }
}
:root{--r24626-bg:#f4f7fb;--r24626-card:#fff;--r24626-text:#14243a;--r24626-muted:#63748b;--r24626-border:#dce5ef;--r24626-primary:#0c345b;--r24626-accent:#c5292a;--r24626-ok:#137a4b;--r24626-warn:#a46100;--r24626-danger:#b42318;--r24626-radius:14px;--r24626-shadow:0 10px 28px rgba(18,45,75,.10)}
.r24626-app{font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:var(--r24626-bg);color:var(--r24626-text);min-height:100vh;padding:20px;box-sizing:border-box}.r24626-app *{box-sizing:border-box}.r24626-shell{max-width:1480px;margin:0 auto}.r24626-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.r24626-header h1{font-size:clamp(1.55rem,3vw,2.25rem);margin:0 0 6px}.r24626-header p{margin:0;color:var(--r24626-muted)}.r24626-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e9f1f9;color:var(--r24626-primary);font-weight:700;font-size:.78rem}.r24626-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}.r24626-col-12{grid-column:span 12}.r24626-col-8{grid-column:span 8}.r24626-col-6{grid-column:span 6}.r24626-col-4{grid-column:span 4}.r24626-card{background:var(--r24626-card);border:1px solid var(--r24626-border);border-radius:var(--r24626-radius);box-shadow:var(--r24626-shadow);padding:18px}.r24626-card h2,.r24626-card h3{margin:0 0 12px}.r24626-card h2{font-size:1.1rem}.r24626-card h3{font-size:1rem}.r24626-fields{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:12px}.r24626-field{grid-column:span 4}.r24626-field.wide{grid-column:span 12}.r24626-field.half{grid-column:span 6}.r24626-field.quarter{grid-column:span 3}.r24626-field label{display:block;font-weight:700;font-size:.82rem;margin:0 0 5px;color:#35465c}.r24626-field input,.r24626-field select,.r24626-field textarea{width:100%;border:1px solid #bccbdd;background:#fff;color:#15263b;border-radius:9px;padding:10px 11px;min-height:42px;font:inherit}.r24626-field textarea{min-height:110px;resize:vertical}.r24626-field input:focus,.r24626-field select:focus,.r24626-field textarea:focus{outline:3px solid rgba(32,109,174,.16);border-color:#397fb8}.r24626-toolbar{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.r24626-btn{border:0;border-radius:9px;padding:10px 14px;font-weight:750;cursor:pointer;background:var(--r24626-primary);color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:7px}.r24626-btn.secondary{background:#e7eef6;color:var(--r24626-primary)}.r24626-btn.danger{background:var(--r24626-danger)}.r24626-btn.success{background:var(--r24626-ok)}.r24626-btn:disabled{opacity:.5;cursor:not-allowed}.r24626-row{border:1px solid var(--r24626-border);border-radius:11px;padding:13px;margin-top:10px;background:#fbfdff}.r24626-row-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}.r24626-tabs{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 14px}.r24626-tab{border:1px solid var(--r24626-border);background:#fff;padding:8px 11px;border-radius:8px;cursor:pointer}.r24626-tab.active{background:var(--r24626-primary);color:#fff}.r24626-methods{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.r24626-method{border:1px solid var(--r24626-border);border-radius:10px;padding:12px;background:#fff}.r24626-method>label{font-weight:800;display:flex;gap:8px;align-items:center}.r24626-method-panel{margin-top:10px}.r24626-method:not(.enabled) .r24626-method-panel{display:none}.r24626-result{background:#0c345b;color:#fff;border-radius:12px;padding:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.r24626-result strong{font-size:1.35rem;display:block}.r24626-result span{font-size:.78rem;opacity:.8}.r24626-alert{padding:11px 13px;border-radius:9px;margin:10px 0;background:#eef5fb;border:1px solid #c9dcec}.r24626-alert.ok{background:#eaf7f0;border-color:#a7d8be;color:#075d37}.r24626-alert.warn{background:#fff5df;border-color:#efd18e;color:#784900}.r24626-alert.error{background:#fff0ef;border-color:#efb5af;color:#8d1c13}.r24626-list{display:grid;gap:8px}.r24626-list-item{border:1px solid var(--r24626-border);border-radius:9px;padding:10px;display:flex;gap:10px;justify-content:space-between;align-items:center}.r24626-map{height:360px;border:1px solid var(--r24626-border);border-radius:10px;overflow:hidden;background:#eaf0f5}.r24626-hidden{display:none!important}.r24626-muted{color:var(--r24626-muted);font-size:.86rem}.r24626-citybox{position:relative}.r24626-city-options{position:absolute;z-index:10050;left:0;right:0;top:calc(100% + 4px);max-height:260px;overflow:auto;background:#fff;border:1px solid #bccbdd;border-radius:9px;box-shadow:var(--r24626-shadow);display:none}.r24626-city-options.open{display:block}.r24626-city-option{padding:9px 10px;cursor:pointer;border-bottom:1px solid #edf1f5}.r24626-city-option:hover,.r24626-city-option.active{background:#edf5fc}.r24626-module-banner{border:1px solid #b6d0e8;background:#edf6ff;color:#123b60;border-radius:12px;padding:13px 15px;margin:14px 0;display:flex;gap:12px;justify-content:space-between;align-items:center}.r24626-geoplan{display:grid;grid-template-columns:1fr 1fr;gap:14px}.r24626-canvas-wrap{position:relative;height:620px;overflow:auto;background:#212933;border-radius:10px}.r24626-canvas-wrap canvas{display:block;max-width:none}.r24626-map-side{height:620px;border-radius:10px;overflow:hidden}.r24626-gcp-table{width:100%;border-collapse:collapse;font-size:.84rem}.r24626-gcp-table th,.r24626-gcp-table td{border-bottom:1px solid var(--r24626-border);padding:7px;text-align:left}.r24626-status-dot{width:10px;height:10px;border-radius:50%;display:inline-block;background:#9aa9ba}.r24626-status-dot.ok{background:var(--r24626-ok)}.r24626-status-dot.warn{background:#e3a008}.r24626-status-dot.error{background:var(--r24626-danger)}
@media(max-width:1050px){.r24626-col-8,.r24626-col-6,.r24626-col-4{grid-column:span 12}.r24626-methods{grid-template-columns:repeat(2,minmax(0,1fr))}.r24626-geoplan{grid-template-columns:1fr}.r24626-canvas-wrap,.r24626-map-side{height:520px}}
@media(max-width:680px){.r24626-app{padding:10px}.r24626-field,.r24626-field.half,.r24626-field.quarter{grid-column:span 12}.r24626-methods{grid-template-columns:1fr}.r24626-result{grid-template-columns:repeat(2,minmax(0,1fr))}.r24626-header{flex-direction:column}.r24626-toolbar{align-items:stretch}.r24626-btn{flex:1}.r24626-module-banner{flex-direction:column;align-items:flex-start}}
@media print{.r24626-no-print{display:none!important}.r24626-app{background:#fff;padding:0}.r24626-card{box-shadow:none;border-color:#bbb;break-inside:avoid}.r24626-shell{max-width:none}}

/* R24.6.26.2 · Valuation Studio professionale */
.r24626-btn.small{padding:7px 10px;font-size:.78rem;min-height:34px;flex:0 0 auto}.r24626-row-head.compact{margin-bottom:6px}.r24626-row-head.compact label{margin:0}.r246262-large-text{min-height:150px!important}.r246262-inline-check{display:inline-flex!important;gap:7px;align-items:center}.r246262-inline-check input{width:auto!important;min-height:0!important}.r246262-linked-list{display:flex;flex-wrap:wrap;gap:8px;min-height:38px;align-items:center}.r246262-property-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid #b7d7c7;background:#f2faf6;color:#164c36;border-radius:999px;padding:7px 10px;font-size:.8rem}.r246262-property-chip strong{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.r246262-property-chip button{border:0;background:transparent;color:#9a2119;font-weight:900;cursor:pointer;padding:0 3px}.r246262-template-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);gap:16px;align-items:start}.r246262-template-editor{border:1px solid var(--r24626-border);border-radius:11px;padding:14px;background:#fbfdff;position:sticky;top:12px}.r246262-template-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;border:1px solid var(--r24626-border);border-radius:11px;padding:12px;background:#fff}.r246262-template-card strong{display:block;margin:3px 0 5px}.r246262-template-card span,.r246262-template-card small{font-size:.75rem;color:var(--r24626-muted)}.r246262-template-card p{margin:4px 0 7px;white-space:pre-wrap;line-height:1.45}.r246262-method-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.r246262-method-pill{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eaf7f0;color:#075d37;font-weight:750;font-size:.72rem}.r246262-method-pill.excluded{background:#fff5df;color:#784900}.r246262-empty{border:1px dashed #b9c8d6;border-radius:9px;padding:12px;color:var(--r24626-muted);background:#fbfdff}.r246262-share-ok{color:var(--r24626-ok);font-weight:750}.r246262-share-warn{color:var(--r24626-danger);font-weight:750}.r246262-unit-reference{font-size:.78rem;color:var(--r24626-muted);margin:4px 0 10px}.r24626-city-option:hover,.r24626-city-option.active{background:#eaf7f0;color:#075d37}.r24626-field input:focus,.r24626-field select:focus,.r24626-field textarea:focus{outline:3px solid rgba(19,122,75,.15);border-color:#2b9466}
@media(max-width:960px){.r246262-template-layout{grid-template-columns:1fr}.r246262-template-editor{position:static}.r246262-template-card{grid-template-columns:1fr}.r246262-template-card .r24626-toolbar{justify-content:flex-start}}
@media(max-width:680px){.r246262-property-chip{max-width:100%}.r246262-property-chip strong{max-width:190px}.r246262-template-card .r24626-btn{flex:0 1 auto}}


/* R24.6.26.3 · Valutazione multi-bene indipendente */
.r246263-app{--r246263-green:#08784d;--r246263-green-dark:#055d3b;--r246263-green-soft:#eef9f4;--r246263-blue:#153f55;--r246263-red:#a72b22;--r246263-amber:#9b6200}
.r246263-flow{display:grid;gap:18px}.r246263-step{overflow:visible}.r246263-step-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px}.r246263-step-head.compact{margin-bottom:12px}.r246263-step-head>div{min-width:0;flex:1}.r246263-step-head h2{margin:0 0 5px;font-size:1.2rem}.r246263-step-head p{margin:0;color:var(--r24626-muted);line-height:1.5}.r246263-step-number{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:var(--r246263-green);color:#fff;font-weight:900}.r246263-step-number.neutral{background:#607580}.r246263-subhead{margin-top:18px;padding-top:16px;border-top:1px solid var(--r24626-border)}
.r246263-practice-fields{margin-bottom:8px}.r246263-empty-state{border:1px dashed #b7c8d0;border-radius:12px;padding:18px;text-align:center;color:var(--r24626-muted);background:#fbfdfd}.r246263-two-columns,.r246263-draft-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;align-items:start}.r246263-test-panel{border:1px solid #e3b4b0;border-radius:12px;background:#fff9f8;padding:14px}.r246263-test-panel strong{color:#8d1c13}.r246263-test-panel p{margin:6px 0 12px;color:#6d4c48;line-height:1.45}
.r246263-asset{border:1px solid #b9d6c9;border-radius:15px;background:#fff;margin:0 0 18px;box-shadow:0 8px 24px rgba(13,70,48,.07);overflow:hidden}.r246263-asset:last-child{margin-bottom:0}.r246263-asset-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;background:linear-gradient(135deg,#f2fbf6,#f8fcff);border-bottom:1px solid #d5e7de}.r246263-asset-head h3{margin:2px 0 3px;font-size:1.2rem;color:#113f2d}.r246263-asset-index{display:inline-flex;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--r246263-green)}.r246263-asset .r246263-details{border:0;border-bottom:1px solid #e4ece8;border-radius:0;background:#fff}.r246263-asset .r246263-details:last-of-type{border-bottom:0}.r246263-details>summary{cursor:pointer;padding:13px 18px;font-weight:850;color:#173f31;list-style:none;background:#fbfdfc}.r246263-details>summary::-webkit-details-marker{display:none}.r246263-details>summary:before{content:'▸';display:inline-block;margin-right:8px;transition:transform .15s}.r246263-details[open]>summary:before{transform:rotate(90deg)}.r246263-details-body{padding:16px 18px}.r246263-check{display:inline-flex!important;align-items:center;gap:8px;font-weight:700;line-height:1.3}.r246263-check input{width:auto!important;min-height:0!important;flex:0 0 auto}
.r246263-ownership-row,.r246263-comparable-row,.r246263-attachment-row{border:1px solid var(--r24626-border);border-radius:11px;padding:12px;background:#fbfdfd;margin:10px 0}.r246263-ownership-status{margin-bottom:8px}.r246263-share-ok{color:var(--r24626-ok);font-weight:800}.r246263-share-warn{color:var(--r24626-danger);font-weight:800}.r246263-omi-summary{margin-bottom:10px}.r246263-asset-result{padding:16px 18px;background:#f8fbfa;border-top:1px solid #dce9e3}.r246263-asset-result-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.r246263-asset-result-grid>div{border:1px solid #cee2d8;border-radius:10px;background:#fff;padding:11px}.r246263-asset-result-grid span,.r246263-asset-result-grid small{display:block;color:var(--r24626-muted);font-size:.74rem}.r246263-asset-result-grid strong{display:block;font-size:1.15rem;color:#075f3c;margin:3px 0}.r246263-total-result{grid-template-columns:repeat(4,minmax(0,1fr))}.r246263-final-step{border:2px solid #88c8aa;background:linear-gradient(180deg,#f8fdfb,#fff)}.r246263-final-action{display:flex;justify-content:center;padding:8px 0 18px}.r246263-calculate{min-width:min(100%,460px);font-size:1rem;padding:15px 20px;box-shadow:0 9px 20px rgba(8,120,77,.2)}
.r246263-attachment-row{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:12px;align-items:start}.r246263-attachment-info a{color:#075f3c;text-decoration:none}.r246263-attachment-info small{display:block;color:var(--r24626-muted);margin-top:5px;overflow-wrap:anywhere}.r246263-attachment-controls{display:grid;grid-template-columns:minmax(160px,.7fr) minmax(180px,1fr);gap:8px}.r246263-attachment-controls label{font-size:.75rem;font-weight:750;color:#425a67}.r246263-attachment-controls input,.r246263-attachment-controls select{display:block;width:100%;margin-top:4px}.r246263-attachment-controls .r246263-check{align-self:end}.r246263-attachment-controls .delete-attachment{align-self:end;justify-self:end}.r246263-attachment-photo{border-color:#acd4c1;background:#f4fbf7}.r246263-attachment-document{border-color:#c8d4df;background:#f8fafc}
/* Valuation dialogs: a single top-layer panel with a fixed header and internal scroll. */
.r246263-modal{border:0;padding:0;margin:auto;inset:0;width:calc(100% - 20px);max-width:1320px;height:calc(100vh - 20px);height:calc(100dvh - 20px);max-height:calc(100dvh - 20px);background:#fff;color:#173f31;border-radius:14px;overflow:hidden;box-shadow:0 24px 70px #0005}
.r246263-modal:not([open]){display:none}.r246263-modal[open]{display:flex}.r246263-modal::backdrop{background:rgba(8,28,38,.64)}
.r246263-modal-panel{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;width:100%;background:#fff;overflow:hidden}
.r246263-modal-head{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#fff;border-bottom:1px solid #d8e3e8}
.r246263-modal-head[hidden]{display:none}.r246263-modal-head h2{font-size:1.08rem;margin:0;overflow-wrap:anywhere}.r246263-modal-head>div{min-width:0}.r246263-modal-head button{flex:0 0 auto}
.r246263-modal-body{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:14px}
.r246263-modal-body>.r24626-fields,.r246263-modal-body>.r24626-toolbar{margin-top:12px}
.r246263-modal-panel>iframe{display:block;flex:1;width:100%;min-height:0;border:0;background:#fff;overscroll-behavior:contain}
.r246263-modal #omiMap{height:clamp(200px,48vh,480px);min-height:200px}
.r246263-app{margin:0;max-width:100%;min-width:0;overflow-wrap:anywhere;-webkit-text-size-adjust:100%;text-size-adjust:100%}
html:has(body.r246263-app){width:100%;max-width:100%;overflow-x:clip;-webkit-text-size-adjust:100%;text-size-adjust:100%}
.r246263-app .r24626-shell,.r246263-app .r24626-fields>*,.r246263-app .r246263-two-columns>*,.r246263-app .r24626-list-item>div{min-width:0;max-width:100%}
.r246263-app textarea{display:block;width:100%;max-width:100%;min-height:150px;font:inherit;line-height:1.5;padding:10px;border:1px solid #bccbdd;border-radius:9px;resize:vertical;background:#fff;color:#15263b}
.r246263-app #draftWorkspace>summary{cursor:pointer;font-weight:800;color:#08784d}.r246263-app #draftWorkspace[open]>summary{margin-bottom:14px}
@media screen and (max-width:680px){.r246263-app input,.r246263-app select,.r246263-app textarea{font-size:16px}.r246263-app .r24626-row-head{flex-wrap:wrap}.r246263-app .r24626-list-item{align-items:flex-start;flex-direction:column}.r246263-app .r24626-list-item .r24626-toolbar{width:100%}.r246263-modal{width:calc(100% - 8px);height:calc(var(--reone-viewport-height,100dvh) - 8px);max-height:calc(var(--reone-viewport-height,100dvh) - 8px);border-radius:10px}.r246263-modal-head{padding:10px;gap:8px}.r246263-modal-body{padding:10px}}

/* Il catalogo città globale non genera alcun popup aggiuntivo. I soli elenchi di questo studio restano agganciati al rispettivo campo. */
.r246263-app .r24626-citybox{position:relative}.r246263-app .r24626-city-options{position:absolute;z-index:120;left:0;right:0;top:calc(100% + 4px);display:none;max-height:260px;overflow:auto;background:#fff;border:1px solid #b8cbd2;border-radius:10px;box-shadow:0 12px 28px rgba(10,45,60,.18);padding:5px}.r246263-app .r24626-city-options.open{display:block}.r246263-app .r24626-city-option{display:block;width:100%;border:0;background:#fff;color:#163344;text-align:left;padding:9px 10px;border-radius:7px;cursor:pointer}.r246263-app .r24626-city-option:hover,.r246263-app .r24626-city-option.active{background:#eaf7f0;color:#075d37}.r246263-app .r24626-city-option small{display:block;color:#69808b;margin-top:2px}
@media(max-width:980px){.r246263-two-columns,.r246263-draft-layout{grid-template-columns:1fr}.r246263-asset-result-grid,.r246263-total-result{grid-template-columns:repeat(2,minmax(0,1fr))}.r246263-attachment-row{grid-template-columns:1fr}.r246263-attachment-controls{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.r246263-step-head,.r246263-asset-head{flex-direction:column}.r246263-step-head .r24626-btn,.r246263-asset-head .r24626-toolbar{width:100%}.r246263-asset-result-grid,.r246263-total-result{grid-template-columns:1fr}.r246263-attachment-controls{grid-template-columns:1fr}.r246263-calculate{width:100%;min-width:0}}
@media print{.r246263-step-number{border:1px solid #777;color:#000;background:#fff}.r246263-asset{box-shadow:none;border-color:#aaa;break-inside:avoid}.r246263-asset-head{background:#fff}.r246263-final-action{display:none}}


/* R24.6.26.3 · integrazione nel workspace ReoneGest */
.r246263-embedded{padding:0!important;background:#f5f8f7!important}
.r246263-embedded .r24626-shell{max-width:none;margin:0;padding:14px}
.r246263-embedded .r24626-header h1,.r246263-embedded .r24626-header>div>p{display:none}
.r246263-app .r24626-toolbar>.r24626-btn{overflow-wrap:normal;word-break:normal;min-height:44px}
.r246263-app .r24626-header .r24626-toolbar{flex-shrink:0;max-width:100%}
@media (max-width:760px){.r246263-embedded .r24626-shell{padding:8px}.r246263-app .r24626-header{flex-direction:column}.r246263-app .r24626-header .r24626-toolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.r246263-app .r24626-header .r24626-toolbar>.r24626-btn{width:100%;font-size:14px;padding:10px;line-height:1.3}.r246263-app .r24626-toolbar:not(.r24626-header .r24626-toolbar)>.r24626-btn{flex:1 1 130px}}

/* Only valuation print surfaces and their host frame use these layout rules. */
.modal-admin-page.modal-valuation .admin-modal-body{padding:0;overflow:hidden;min-height:0;flex:1;display:flex;flex-direction:column}
.modal-admin-page.modal-valuation .admin-page-frame{flex:1;min-height:0;width:100%;height:100%;border:0}
.modal-admin-page.modal-valuation{display:flex;flex-direction:column;height:calc(100vh - 24px);height:calc(var(--reone-viewport-height,100dvh) - 24px);max-height:calc(var(--reone-viewport-height,100dvh) - 24px);overflow:hidden}
.modal-admin-page.modal-valuation .admin-modal-header{flex:0 0 auto}
@media screen and (max-width:680px){.modal-admin-page.modal-valuation{height:calc(var(--reone-viewport-height,100dvh) - 12px);max-height:calc(var(--reone-viewport-height,100dvh) - 12px)}.modal-admin-page.modal-valuation .admin-modal-header{padding:12px}.modal-admin-page.modal-valuation .admin-modal-header h2{font-size:1.05rem;line-height:1.3}.modal-admin-page.modal-valuation .eyebrow{display:none}}
.r246269-report{margin:0;min-width:0;color:#153042;overflow-wrap:anywhere;-webkit-text-size-adjust:100%;text-size-adjust:100%}
.r246269-report *{box-sizing:border-box;min-width:0}
.r246269-report .report-table,.r246269-report .document-table{width:100%;max-width:100%;table-layout:fixed}
.r246269-report td,.r246269-report th,.r246269-report a,.r246269-report .report-meta{overflow-wrap:anywhere;word-break:normal}
.r246269-report .print-toolbar,.r246269-report .print-actions{position:sticky;top:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;z-index:10;background:#fff;padding:10px 0}
.r246269-report [data-valuation-print],.r246269-report [data-valuation-close]{min-height:44px;white-space:normal;text-align:center;font:inherit;font-weight:750}
.r246269-report .asset-block{overflow:visible}
@media screen{
 .r246269-report .print-sheet,.r246269-report .report{width:100%;max-width:1180px;margin:0 auto;padding:18px;min-height:0}
 .r246269-report .print-toolbar{max-width:1180px;margin:0 auto;padding:10px 18px}
 .r246269-report img{max-width:100%}
}
@media screen and (max-width:680px){
 .r246269-report .print-sheet,.r246269-report .report{padding:12px}
 .r246269-report .print-toolbar{padding:10px 12px}
 .r246269-report .print-toolbar>button,.r246269-report .print-actions>button{flex:1;min-width:0}
 .r246269-report .print-toolbar>details{order:3;flex-basis:100%;width:100%}
 .r246269-report .print-sheet-header,.r246269-report .document-heading,.r246269-report .document-parties,.r246269-report .valuation-result-grid,.r246269-report .valuation-unit-result-grid{display:block}
 .r246269-report .document-heading h1{font-size:1.65rem;line-height:1.25}
 .r246269-report .document-heading-side{width:auto;max-width:100%;text-align:left}
 .r246269-report [data-valuation-table]{display:block;border:0}
 .r246269-report [data-valuation-table] colgroup{display:none}
 .r246269-report [data-valuation-table] thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
 .r246269-report [data-valuation-table] tbody,.r246269-report [data-valuation-table] tfoot{display:block}
 .r246269-report [data-valuation-table] tr{display:block;border:1px solid #d8e3e8;border-radius:8px;margin:10px 0;overflow:hidden;background:#fff}
 .r246269-report [data-valuation-table] td,.r246269-report [data-valuation-table] tbody th{display:block;width:100%!important;min-width:0;border:0;border-bottom:1px solid #e9eef1;padding:8px;text-align:left;font-size:.88rem}
 .r246269-report [data-valuation-table] td[data-label]:before{content:attr(data-label);display:block;font-weight:750;color:#47616c;font-size:.78rem;margin-bottom:3px}
 .r246269-report .report-meta{text-align:left}
 .r246269-report .valuation-calculation-audit article>div{display:block}
}
@page reoneValuation{size:A4;margin:14mm 12mm 15mm}
@media print{
 html.r246269-report-root{width:auto!important;max-width:none!important;height:auto!important;overflow:visible!important}
 .r246269-report{page:reoneValuation;background:#fff!important;width:auto!important;height:auto!important;overflow:visible!important;font-size:10pt;line-height:1.38}
 .r246269-report .print-toolbar,.r246269-report .print-actions,.r246269-report .valuation-print-options{display:none!important}
 .r246269-report .report,.r246269-report .print-sheet{width:100%!important;max-width:none!important;min-height:0!important;margin:0!important;padding:0!important;box-shadow:none!important;border:0!important}
 .r246269-report .section,.r246269-report .asset-block,.r246269-report .asset-body,.r246269-report .method-block,.r246269-report .valuation-unit-report,.r246269-report .document-notes{break-inside:auto!important;overflow:visible!important;box-shadow:none!important;page-break-inside:auto!important}
 .r246269-report .section{padding:9px 10px;margin:10px 0;border-radius:5px}
 .r246269-report .asset-block{border:1px solid #a8c4b5;margin:12px 0;border-radius:0}
 .r246269-report .asset-head{break-inside:avoid;break-after:avoid;padding:10px;background:#f0f7f3}
 .r246269-report .asset-body{padding:10px}
 .r246269-report h1,.r246269-report h2,.r246269-report h3{break-after:avoid;page-break-after:avoid}
 .r246269-report h2{font-size:13pt}.r246269-report h3{font-size:11pt}
 .r246269-report .report-table,.r246269-report .document-table{font-size:8pt;table-layout:fixed;border-collapse:collapse}
 .r246269-report th,.r246269-report td{padding:5px;overflow-wrap:anywhere}
 .r246269-report thead{display:table-header-group}.r246269-report tfoot{display:table-row-group}
 .r246269-report tr{break-inside:avoid;page-break-inside:avoid}
 .r246269-report .summary-grid,.r246269-report .detail-grid,.r246269-report .method-grid,.r246269-report .signature-grid,.r246269-report figure{break-inside:avoid}
 .r246269-report .photo-grid img{height:48mm;object-fit:contain}
 .r246269-report .signature-grid{gap:20mm;margin-top:7mm}
 .r246269-report .section.report-declarations{break-inside:avoid!important;page-break-inside:avoid!important}
 .r246269-report .comparable-table td,.r246269-report .comparable-table th{padding:4px;font-size:8pt}
 .r246269-report .page-break{break-before:auto!important}
 .r246269-report a{color:inherit;text-decoration:none}
 .r246269-report .note{white-space:pre-line;orphans:3;widows:3}
 .r246269-report .summary-box strong{font-size:14pt}.r246269-report .report-head h1{font-size:20pt}
 .r246269-report .incomplete-banner{break-inside:avoid}
}

/* R24.6.26.14 · city selector only: top-layer portal, same native visual language. */
.r246263-app .r2462614-city-portal{position:fixed!important;left:auto;right:auto;top:auto;bottom:auto;min-width:0;max-width:calc(100vw - 16px);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;z-index:2147483000!important}.r246263-app .r2462614-city-portal .r24626-city-option{min-height:48px}.r246263-app .r2462614-city-portal .r24626-city-option strong{font-size:.92rem}.r246263-app .r2462614-city-portal .r24626-city-option small{white-space:normal}.r246263-omi-fallback-note{margin:0 0 10px;line-height:1.45}

/* GeoPlan: canvases must not impose their pixel width on the page grid. */
#geoPlanApp .r24626-geoplan{grid-template-columns:repeat(2,minmax(0,1fr))}
#geoPlanApp .r24626-geoplan>div{min-width:0}
#geoPlanApp .r24626-gcp-table{min-width:620px}
#rasterLegend{display:grid;gap:8px;margin-top:12px;max-height:340px;overflow:auto}
#rasterLegend p{margin:0;padding:10px;border:1px solid #dce7e4;border-radius:8px}
#rasterLegend button{float:right}
@media(max-width:1050px){#geoPlanApp .r24626-geoplan{grid-template-columns:minmax(0,1fr)}}
