.hub-button{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-control-bg);min-height:40px;color:var(--hub-text);font:inherit;cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-weight:700;display:inline-flex}.hub-button:hover{border-color:color-mix(in srgb, var(--hub-primary) 35%, var(--hub-border));background:var(--hub-surface-hover)}.hub-button.primary{background:linear-gradient(145deg,var(--hub-primary),var(--hub-primary-2));color:#fff;box-shadow:0 10px 26px color-mix(in srgb,var(--hub-primary) 22%,transparent);border-color:#0000}.hub-button.danger{color:var(--hub-danger)}.hub-button:disabled{opacity:.5;cursor:default}.hub-card{border:1px solid var(--hub-border);border-radius:var(--hub-radius-lg);background:var(--hub-surface);min-width:0;box-shadow:var(--hub-shadow-soft)}.hub-field{min-width:0;color:var(--hub-text-muted);gap:6px;font-size:11px;font-weight:750;display:grid}.hub-field input{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-control-bg);min-width:0;min-height:42px;color:var(--hub-text);font:inherit;padding:9px 12px}.hub-field small{font-size:10px;font-weight:500}.hub-table-wrap{overscroll-behavior-inline:contain;border:1px solid var(--hub-border-strong);border-radius:var(--hub-radius-md);background:var(--hub-surface-strong);width:100%;min-width:0;max-width:100%;overflow:auto}.hub-table{border-collapse:collapse;width:100%;min-width:680px;font-size:12px}.hub-table th,.hub-table td{border-right:1px solid var(--hub-border);border-bottom:1px solid var(--hub-border);text-align:left;padding:11px 12px}.hub-table th:last-child,.hub-table td:last-child{border-right:0}.hub-table tbody tr:last-child td{border-bottom:0}.hub-table th{background:var(--hub-surface-subtle);color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px}.hub-table tbody tr:nth-child(2n) td{background:color-mix(in srgb,var(--hub-surface-subtle) 55%,transparent)}.hub-table .numeric{text-align:right;font-variant-numeric:tabular-nums}.hub-modal-overlay{z-index:1600;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0;overflow:hidden}.hub-modal{z-index:1;isolation:isolate;border:1px solid var(--hub-border-strong);border-radius:var(--hub-radius-xl);background:var(--hub-surface-strong);width:min(720px,100%);max-width:100%;max-height:calc(100dvh - 40px);box-shadow:var(--hub-shadow-dialog);box-sizing:border-box;grid-template-rows:auto minmax(0,1fr);display:grid;position:relative;overflow:hidden}.hub-modal>header,.hub-drawer>header{border-bottom:1px solid var(--hub-border);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.hub-modal h2,.hub-drawer h2{margin:0;font-size:17px}.hub-modal-body{overscroll-behavior:contain;min-width:0;min-height:0;padding:18px;overflow:auto}.hub-drawer{z-index:1550;border-left:1px solid var(--hub-border-strong);background:color-mix(in srgb,var(--hub-surface-strong) 97%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:min(430px,94vw);position:fixed;top:0;bottom:0;right:0;overflow:auto;box-shadow:-20px 0 60px #0f172a29}.hub-drawer>div:last-child{padding:18px}.hub-wizard-stepper{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.hub-wizard-stepper>div{color:var(--hub-text-muted);align-items:center;gap:8px;display:flex}.hub-wizard-stepper>div>span{border:1px solid var(--hub-border);border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.hub-wizard-stepper>div[data-active=true]{color:var(--hub-primary)}.hub-wizard-stepper>div[data-active=true]>span{background:var(--hub-primary);color:#fff;border-color:#0000}.hub-wizard-stepper small{font-size:9px;display:block}.hub-kpi{border:1px solid var(--hub-border);background:var(--hub-surface);min-width:0;min-height:96px;box-shadow:var(--hub-shadow-soft);border-radius:15px;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;display:flex}.hub-kpi-button{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer}.hub-kpi-button:hover{border-color:color-mix(in srgb, var(--hub-primary) 35%, var(--hub-border));background:var(--hub-surface-hover);transform:translateY(-1px)}.hub-kpi-copy{align-content:center;gap:4px;min-width:0;display:grid}.hub-kpi-copy>span{color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:9px;font-weight:800}.hub-kpi-copy>b{color:var(--hub-text);font-variant-numeric:tabular-nums;font-size:19px}.hub-kpi-copy>small{color:var(--hub-text-muted)}.hub-kpi-icon{border-radius:50%;flex:none;place-items:center;width:42px;height:42px;display:grid}.hub-kpi-icon-blue{color:#337cf4;background:#337cf41a}.hub-kpi-icon-green{color:#29a95c;background:#29a95c1a}.hub-kpi-icon-orange{color:#ff8426;background:#ff84261c}.hub-kpi-icon-violet{color:#8b5cf5;background:#8b5cf51a}.hub-kpi-icon-red{color:#ef5350;background:#ef53501a}:root[data-ui-appearance=minimal] .hub-button.primary{background:linear-gradient(145deg,var(--hub-primary),var(--hub-primary-2));box-shadow:0 10px 26px color-mix(in srgb,var(--hub-primary) 22%,transparent), 0 2px 8px color-mix(in srgb,var(--hub-primary) 10%,transparent);border-color:#0000}:root[data-ui-appearance=minimal] .hub-button.primary:hover{background:linear-gradient(145deg,color-mix(in srgb,var(--hub-primary) 94%,white),color-mix(in srgb,var(--hub-primary-2) 94%,white));box-shadow:0 12px 30px color-mix(in srgb,var(--hub-primary) 27%,transparent), 0 3px 10px color-mix(in srgb,var(--hub-primary) 12%,transparent)}:root[data-ui-appearance=minimal] .hub-card{background:var(--hub-surface-strong);box-shadow:none}:root[data-ui-appearance=minimal] .hub-kpi{background:var(--hub-surface-strong);min-height:82px;box-shadow:none;border-radius:13px;gap:10px;padding:13px 16px}:root[data-ui-appearance=minimal] .hub-kpi-copy>b{font-size:18px}:root[data-ui-appearance=minimal] .hub-kpi-icon{width:38px;height:38px}@media (width<=620px){.hub-modal-overlay{place-items:end center;padding:0}.hub-modal{border-radius:22px 22px 0 0;width:100%;max-height:100dvh}.hub-wizard-stepper{display:flex;overflow:auto}.hub-wizard-stepper>div{min-width:150px}}.menu-settings{gap:24px;min-width:0;display:grid}.menu-settings-edit-banner{border:1px solid color-mix(in srgb,var(--hub-primary) 28%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 6%,var(--hub-surface-strong));color:var(--hub-text);border-radius:12px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;display:grid}.menu-settings-edit-banner>span{background:color-mix(in srgb,var(--hub-primary) 11%,var(--hub-surface-strong));width:28px;height:28px;color:var(--hub-primary);border-radius:8px;place-items:center;font-size:15px;display:grid}.menu-settings-edit-banner>div{gap:2px;display:grid}.menu-settings-edit-banner b{font-size:10px}.menu-settings-edit-banner small{max-width:340px;color:var(--hub-text-muted);font-size:9px;line-height:1.4}.menu-settings-edit-banner button{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-height:32px;color:var(--hub-text);font:inherit;cursor:pointer;border-radius:8px;padding:0 10px;font-size:9px;font-weight:700}.menu-settings-edit-banner button:hover{border-color:color-mix(in srgb,var(--hub-primary) 38%,var(--hub-border));color:var(--hub-primary)}.menu-settings-section{gap:10px;display:grid}.menu-settings-section h3{color:var(--hub-text);margin:0;font-size:12px}.menu-settings-section-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.menu-settings-section-title>div{gap:2px;display:grid}.menu-settings-section-title small{color:var(--hub-text-muted);font-size:9px}.menu-settings-help{position:relative}.menu-settings-help summary{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:22px;height:22px;color:var(--hub-text-muted);cursor:pointer;border-radius:50%;place-items:center;font-size:11px;font-weight:800;list-style:none;display:grid}.menu-settings-help summary::-webkit-details-marker{display:none}.menu-settings-help[open] summary{color:var(--hub-primary);border-color:color-mix(in srgb,var(--hub-primary) 45%,var(--hub-border))}.menu-settings-help p{z-index:4;border:1px solid var(--hub-border-strong);background:var(--hub-surface-strong);width:min(320px,72vw);color:var(--hub-text-muted);box-shadow:var(--hub-shadow-dialog);border-radius:10px;margin:0;padding:10px 12px;font-size:9px;line-height:1.5;position:absolute;top:28px;right:0}.menu-settings-segment{gap:6px;display:grid}.menu-settings-appearance{grid-template-columns:repeat(4,minmax(0,1fr))}.menu-settings-theme{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-settings-expansion,.menu-settings-quick-variant{grid-template-columns:repeat(3,minmax(0,1fr))}.menu-settings-segment button,.menu-settings-binary button,.menu-settings-tristate button{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-width:0;min-height:36px;color:var(--hub-text-muted);font:inherit;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:0 9px;font-size:10px;display:inline-flex}.menu-settings-segment button:hover,.menu-settings-binary button:hover,.menu-settings-tristate button:hover{border-color:color-mix(in srgb,var(--hub-primary) 30%,var(--hub-border));color:var(--hub-text)}.menu-settings-segment button[data-active=true],.menu-settings-binary button[data-active=true],.menu-settings-tristate button[data-active=true]{border-color:color-mix(in srgb,var(--hub-primary) 70%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 7%,var(--hub-surface-strong));color:var(--hub-primary);box-shadow:0 6px 18px color-mix(in srgb,var(--hub-primary) 8%,transparent);font-weight:750}.menu-settings-shortcut{color:var(--hub-text-muted);grid-template-columns:auto 44px minmax(0,1fr);align-items:center;gap:8px;font-size:9px;display:grid}.menu-settings-shortcut>span{color:var(--hub-text);font-weight:750}.menu-settings-shortcut input{border:1px solid var(--hub-border);background:var(--hub-control-bg);width:44px;min-height:34px;color:var(--hub-primary);text-align:center;font:inherit;text-transform:uppercase;border-radius:8px;font-weight:850}.menu-settings-shortcut small{color:var(--hub-text-muted)}.menu-settings-empty{border:1px dashed var(--hub-border);color:var(--hub-text-muted);border-radius:10px;margin:0;padding:12px;font-size:10px}.menu-settings-editor{padding-top:2px}.menu-settings-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:240px;padding:1px 2px 2px 1px;display:grid;overflow:auto}.menu-settings-entry{border-radius:10px;grid-template-columns:18px minmax(0,1fr) auto;align-items:stretch;gap:4px;min-width:0;display:grid}.menu-settings-entry[data-draggable=true]{cursor:grab}.menu-settings-entry[data-draggable=true]:active{cursor:grabbing}.menu-settings-entry[data-draggable=false]{grid-template-columns:minmax(0,1fr)}.menu-settings-drag-grip{color:var(--hub-text-muted);-webkit-user-select:none;user-select:none;place-items:center;font-size:12px;display:grid}.menu-settings-entry[data-active=true]:hover .menu-settings-drag-grip{color:var(--hub-primary)}.menu-settings-entry-toggle{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-width:0;min-height:38px;color:var(--hub-text-muted);font:inherit;text-align:left;cursor:pointer;border-radius:9px;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:7px;padding:0 9px;font-size:10px;display:grid}.menu-settings-entry-toggle svg{color:currentColor}.menu-settings-entry-toggle span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.menu-settings-entry-toggle b{color:var(--hub-text-muted);justify-self:end;font-size:11px}.menu-settings-entry-toggle:hover:not(:disabled){border-color:color-mix(in srgb,var(--hub-primary) 34%,var(--hub-border));color:var(--hub-text)}.menu-settings-entry-toggle[data-active=true]{border-color:color-mix(in srgb,var(--hub-primary) 36%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 7%,var(--hub-surface-strong));color:var(--hub-primary)}.menu-settings-entry-toggle:disabled{opacity:.42;cursor:not-allowed}.menu-settings-quick-grid .menu-settings-entry-toggle[data-active=true]{box-shadow:inset 2px 0 0 var(--hub-primary)}.menu-settings-order-controls{grid-template-rows:repeat(2,1fr);gap:2px;width:26px;display:grid}.menu-settings-order-controls button{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-width:0;min-height:0;color:var(--hub-text-muted);font:inherit;cursor:pointer;border-radius:6px;padding:0;font-size:9px}.menu-settings-order-controls button:hover:not(:disabled){color:var(--hub-primary);border-color:color-mix(in srgb,var(--hub-primary) 35%,var(--hub-border))}.menu-settings-order-controls button:disabled{opacity:.28;cursor:default}.menu-settings-visibility{gap:10px}.menu-settings-visibility-title{justify-content:space-between;gap:12px;display:flex}.menu-settings-visibility-title p{max-width:360px;color:var(--hub-text-muted);margin:5px 0 0;font-size:9px;line-height:1.45}.menu-settings-visibility-grid{border-top:1px solid var(--hub-border);display:grid}.menu-settings-visibility-row{border-bottom:1px solid var(--hub-border);grid-template-columns:minmax(0,1fr) minmax(176px,220px);align-items:center;gap:12px;min-height:52px;padding:7px 0;display:grid}.menu-settings-visibility-row>span{min-width:0;color:var(--hub-text);gap:2px;display:grid}.menu-settings-visibility-row>span b{font-size:11px;font-weight:650}.menu-settings-visibility-row>span small{color:var(--hub-text-muted);font-size:9px;font-weight:500}.menu-settings-binary{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;display:grid}.menu-settings-tristate{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.menu-settings-binary button,.menu-settings-tristate button{min-height:32px;padding-inline:6px;font-size:9px}.menu-settings-footer{border-top:1px solid var(--hub-border);background:color-mix(in srgb,var(--hub-surface-strong) 96%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;margin:2px -18px -18px;padding:14px 18px 18px;display:grid;position:sticky;bottom:-18px}.menu-settings-footer .hub-button{min-width:0;font-size:11px}@media (width<=620px){.menu-settings-edit-banner{grid-template-columns:28px minmax(0,1fr)}.menu-settings-edit-banner button{grid-column:1/-1}.menu-settings-shortcut{grid-template-columns:auto 44px}.menu-settings-shortcut small{grid-column:1/-1}}@media (width<=460px){.menu-settings-appearance{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-settings-entry-grid{grid-template-columns:1fr;max-height:270px}.menu-settings-visibility-row{grid-template-columns:1fr;gap:6px}.menu-settings-footer{grid-template-columns:1fr}}.hub-shell{background:var(--hub-bg);grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.hub-shell[data-ui-axis=horizontal]{display:block}.hub-horizontal-navigation{z-index:30;border-bottom:1px solid var(--hub-border);background:color-mix(in srgb, var(--hub-surface-strong) 96%, var(--hub-bg));grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;gap:clamp(14px,1.8vw,28px);min-height:58px;padding:7px clamp(20px,3vw,42px);display:grid;position:sticky;top:0}.hub-horizontal-brand{align-items:center;gap:10px;min-width:0;display:flex}.hub-horizontal-brand-mark{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:34px;height:34px;color:var(--hub-text);letter-spacing:-.02em;border-radius:10px;flex:none;place-items:center;font-size:13px;font-weight:850;display:grid;box-shadow:0 1px 3px #1220330d}.hub-horizontal-brand-copy{gap:0;min-width:0;display:grid}.hub-horizontal-brand-copy strong{letter-spacing:.08em;font-size:12px}.hub-horizontal-brand-copy small{color:var(--hub-text-muted);font-size:9px}.hub-horizontal-nav{scrollbar-width:none;justify-content:center;align-items:center;gap:1px;min-width:0;display:flex;overflow-x:auto}.hub-horizontal-nav::-webkit-scrollbar{display:none}.hub-horizontal-nav-item,.hub-horizontal-all-button,.hub-horizontal-action-button,.hub-horizontal-avatar{min-height:34px;color:var(--hub-text-muted);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;flex:none;font-size:11px}.hub-horizontal-nav-item{padding:0 10px}.hub-horizontal-nav-item:hover{color:var(--hub-text);background:var(--hub-surface-subtle)}.hub-horizontal-nav-item[data-active=true]{color:var(--hub-text);border-color:var(--hub-border);background:var(--hub-surface-strong);font-weight:750;box-shadow:0 1px 2px #1220330a}.hub-horizontal-actions{justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.hub-horizontal-action-button,.hub-horizontal-all-button{border-color:var(--hub-border);background:var(--hub-surface-strong);color:var(--hub-text);justify-content:center;align-items:center;gap:6px;padding:0 10px;display:inline-flex}.hub-horizontal-action-button:hover,.hub-horizontal-all-button:hover{background:var(--hub-surface-subtle);border-color:var(--hub-border-strong)}.hub-horizontal-action-button kbd{color:var(--hub-text-muted);font-size:8px;font-weight:650}.hub-horizontal-all-button>span{color:var(--hub-text-muted);letter-spacing:1px}.hub-horizontal-avatar{border-color:var(--hub-border);background:var(--hub-surface-subtle);width:34px;color:var(--hub-text);border-radius:50%;place-items:center;font-weight:800;display:grid}.hub-sidebar{gap:var(--hub-space-5);height:100vh;padding:var(--hub-space-5) var(--hub-space-4);border-right:1px solid var(--hub-border);background:var(--hub-sidebar-bg);-webkit-backdrop-filter:blur(var(--hub-blur));backdrop-filter:blur(var(--hub-blur));flex-direction:column;display:flex;position:sticky;top:0;overflow-y:auto}.hub-brand{align-items:center;gap:var(--hub-space-3);min-height:48px;display:flex}.hub-brand>span:last-child{gap:2px;display:grid}.hub-brand small{color:var(--hub-text-muted)}.hub-brand-mark,.hub-nav-icon,.hub-avatar{flex:none;place-items:center;display:inline-grid}.hub-brand-mark{border:1px solid var(--hub-border-strong);background:var(--hub-surface-strong);width:38px;height:38px;box-shadow:var(--hub-shadow-soft);border-radius:12px;font-weight:750}.hub-nav{gap:6px;display:grid}.hub-nav-group{gap:3px;min-width:0;display:grid}.hub-nav-item{border-radius:var(--hub-radius-md);width:100%;min-height:44px;color:var(--hub-text);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:10px;padding:8px 10px;display:flex}.hub-nav-item:hover{background:var(--hub-surface-hover)}.hub-nav-item[data-active=true]{border-color:var(--hub-border);background:var(--hub-surface);box-shadow:var(--hub-shadow-soft)}.hub-nav-icon{background:var(--hub-control-bg);width:28px;height:28px;color:var(--hub-text-muted);border-radius:9px;font-size:12px;font-weight:750}.hub-nav-children{border-left:1px solid var(--hub-border);gap:2px;margin:0 0 2px 38px;padding-left:9px;display:grid}.hub-nav-children button{width:100%;min-height:34px;color:var(--hub-text-muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;grid-template-columns:26px 1fr;align-items:center;gap:7px;padding:4px 8px;font-size:12px;display:grid}.hub-nav-children button>span:first-child{background:var(--hub-control-bg);border-radius:7px;place-items:center;min-height:22px;font-size:9px;font-weight:800;display:grid}.hub-nav-children button:hover,.hub-nav-children button[data-active=true]{color:var(--hub-text);background:var(--hub-surface-hover)}.hub-nav-children button[data-active=true]{border-color:var(--hub-border);font-weight:750}.hub-sidebar-footer{color:var(--hub-text-muted);align-items:center;gap:8px;margin-top:auto;padding:0 10px;font-size:12px;display:flex}.hub-status-dot{background:var(--hub-success);border-radius:999px;width:7px;height:7px}.hub-main{min-width:0}.hub-topbar{justify-content:space-between;align-items:center;gap:var(--hub-space-4);border-bottom:1px solid var(--hub-border);background:var(--hub-topbar-bg);min-height:72px;-webkit-backdrop-filter:blur(var(--hub-blur));backdrop-filter:blur(var(--hub-blur));padding:12px clamp(18px,3vw,40px);display:flex}.hub-topbar>div:first-child{gap:2px;display:grid}.hub-eyebrow{color:var(--hub-text-muted);letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:750}.hub-topbar-actions{align-items:center;gap:8px;display:flex}.hub-ghost-button,.hub-avatar{border:1px solid var(--hub-border);background:var(--hub-control-bg);min-height:40px;color:var(--hub-text);cursor:pointer}.hub-ghost-button{border-radius:var(--hub-radius-md);padding:0 14px}.hub-avatar{border-radius:50%;width:40px;font-size:12px;font-weight:750}.hub-subnav{border-bottom:1px solid var(--hub-border);background:var(--hub-surface-strong);align-items:center;gap:5px;min-height:46px;padding:6px clamp(20px,3vw,42px);display:flex;overflow-x:auto}.hub-subnav button{min-height:32px;color:var(--hub-text-muted);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;flex:none;align-items:center;gap:8px;padding:4px 10px 4px 6px;font-size:11px;display:inline-flex}.hub-subnav button>span{background:var(--hub-control-bg);border-radius:7px;place-items:center;min-width:24px;height:24px;font-size:9px;font-weight:800;display:grid}.hub-shell[data-ui-appearance=minimal] .hub-subnav button>span{display:none}.hub-subnav button:hover,.hub-subnav button[data-active=true]{color:var(--hub-text);background:var(--hub-surface-subtle)}.hub-subnav button[data-active=true]{border-color:var(--hub-border);box-shadow:none;font-weight:750}.hub-content{padding:clamp(18px,3vw,40px)}.hub-shell[data-ui-appearance=minimal] .hub-content{padding:clamp(22px,2.5vw,34px) clamp(22px,4vw,56px) 48px}@media (width<=1200px){.hub-horizontal-navigation{gap:10px;padding-inline:20px}.hub-horizontal-brand-copy small,.hub-horizontal-search kbd,.hub-horizontal-context{display:none}.hub-horizontal-nav{justify-content:flex-start}}@media (width<=900px){.hub-shell:not([data-ui-axis=horizontal]){grid-template-columns:76px minmax(0,1fr)}.hub-brand>span:last-child,.hub-nav-item>span:last-child,.hub-sidebar-footer,.hub-nav-children{display:none}.hub-sidebar{padding-inline:12px}.hub-brand,.hub-nav-item{justify-content:center}.hub-horizontal-brand-copy{display:none}.hub-horizontal-navigation{grid-template-columns:34px minmax(0,1fr) max-content;padding-inline:14px}.hub-horizontal-search b,.hub-horizontal-avatar{display:none}.hub-horizontal-search{width:36px;padding:0}}@media (width<=560px){.hub-shell{display:block}.hub-sidebar{z-index:20;border-top:1px solid var(--hub-border);border-right:0;width:auto;height:68px;padding:8px;position:fixed;inset:auto 0 0;overflow:hidden}.hub-brand,.hub-sidebar-footer{display:none}.hub-nav{gap:4px;display:flex;overflow-x:auto}.hub-nav-group{flex:1 0 52px}.hub-nav-item{min-height:50px;padding:4px}.hub-main{padding-bottom:72px}.hub-shell[data-ui-axis=horizontal] .hub-main{padding-bottom:0}.hub-horizontal-navigation{grid-template-columns:30px minmax(0,1fr) 76px;gap:7px;min-height:54px;padding:6px 10px}.hub-horizontal-brand-mark{width:30px;height:30px}.hub-horizontal-nav-item{min-height:30px;padding-inline:8px;font-size:10px}.hub-horizontal-actions{gap:4px}.hub-horizontal-search,.hub-horizontal-all-button{width:36px;min-height:32px;padding:0}.hub-horizontal-all-button b,.hub-horizontal-context,.hub-horizontal-avatar{display:none}.hub-subnav{min-height:42px;padding:5px 12px}.hub-content,.hub-shell[data-ui-appearance=minimal] .hub-content{padding:20px 16px 36px}}.hub-all-button{border:1px solid var(--hub-border);background:var(--hub-surface);min-height:42px;color:var(--hub-text);font:inherit;cursor:pointer;box-shadow:var(--hub-shadow-soft);border-radius:12px;align-items:center;gap:10px;padding:7px 10px;display:flex}.hub-all-button>span{background:var(--hub-control-bg);width:28px;height:28px;color:var(--hub-primary);border-radius:8px;place-items:center;display:grid}.hub-mobile-all-trigger{display:none}.hub-search-trigger{align-items:center;gap:7px;display:flex}.hub-search-trigger kbd{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);color:var(--hub-text-muted);font:inherit;border-radius:5px;margin-left:5px;padding:2px 5px;font-size:9px}.hub-search-panel{gap:18px;display:grid}.hub-search-panel>input{border:1px solid var(--hub-border-strong);background:var(--hub-control-bg);width:100%;min-height:48px;color:var(--hub-text);font:inherit;border-radius:13px;padding:10px 14px;font-size:15px}.hub-search-panel h3{color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 7px;font-size:10px}.hub-search-panel p{color:var(--hub-text-muted)}.hub-command-list{gap:6px;display:grid}.hub-command-list button{border:1px solid var(--hub-border);background:var(--hub-surface-strong);color:var(--hub-text);text-align:left;cursor:pointer;border-radius:11px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;gap:2px 10px;padding:9px 10px;display:grid}.hub-command-list button .hub-nav-icon{grid-row:1/3}.hub-command-list button small{color:var(--hub-text-muted)}.hub-all-groups{grid-template-columns:1fr 1fr;gap:10px;display:grid}.hub-all-group{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:14px;min-width:0;padding:8px}.hub-all-root{width:100%;min-height:64px;color:var(--hub-text);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:11px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-content:center;gap:3px 10px;padding:10px;display:grid}.hub-all-root[data-active=true],.hub-all-root:hover{border-color:var(--hub-border);background:var(--hub-surface-strong)}.hub-all-root .hub-nav-icon{grid-row:1/3}.hub-all-root small,.hub-all-children small{color:var(--hub-text-muted)}.hub-all-children{border-top:1px solid var(--hub-border);gap:5px;margin-top:4px;padding-top:7px;display:grid}.hub-all-children button{width:100%;min-height:52px;color:var(--hub-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-rows:auto auto;grid-template-columns:30px 1fr;align-items:center;gap:2px 8px;padding:7px 8px;display:grid}.hub-all-children button>span{background:var(--hub-control-bg);width:28px;height:28px;color:var(--hub-text-muted);border-radius:8px;grid-row:1/3;place-items:center;font-size:9px;font-weight:800;display:grid}.hub-all-children button:hover,.hub-all-children button[data-active=true]{border-color:var(--hub-border);background:var(--hub-surface-strong)}.hub-all-children button[data-active=true]{box-shadow:var(--hub-shadow-soft)}.hub-context-card{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:13px;padding:14px}.hub-context-card span{color:var(--hub-text-muted);text-transform:uppercase;font-size:9px;font-weight:800}.hub-context-card b{margin-top:4px;font-size:18px;display:block}.hub-context-card p{color:var(--hub-text-muted);margin:8px 0 0;line-height:1.55}.hub-context-actions{gap:8px;margin-top:14px;display:grid}.hub-context-actions button{border:1px solid var(--hub-border);background:var(--hub-control-bg);min-height:40px;color:var(--hub-text);font:inherit;text-align:left;cursor:pointer;border-radius:10px;padding:0 12px}.hub-shell[data-ui-appearance=minimal][data-ui-theme=light]{background:radial-gradient(900px 340px at 54% -150px, #4477e617, transparent 72%), var(--hub-bg)}.hub-shell[data-ui-appearance=minimal][data-ui-theme=light] .hub-horizontal-navigation{background:#fffffff0;box-shadow:0 10px 32px #192d4b0b}.hub-shell[data-ui-appearance=minimal][data-ui-theme=light] .hub-horizontal-brand-mark{border-color:color-mix(in srgb, var(--hub-primary) 13%, var(--hub-border));background:linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 7px 20px #3867be14,inset 0 1px #ffffffe6}.hub-shell[data-ui-appearance=minimal][data-ui-theme=light] .hub-horizontal-nav-item[data-active=true]{border-color:color-mix(in srgb, var(--hub-primary) 20%, var(--hub-border));background:color-mix(in srgb, var(--hub-primary) 5%, #fff);box-shadow:0 7px 20px color-mix(in srgb, var(--hub-primary) 8%, transparent), inset 0 1px 0 #ffffffe0}.hub-shell[data-ui-appearance=minimal][data-ui-theme=light] .hub-horizontal-action-button,.hub-shell[data-ui-appearance=minimal][data-ui-theme=light] .hub-horizontal-all-button{background:#ffffffe0;box-shadow:0 4px 14px #192d4b09}.hub-shell[data-ui-appearance=minimal][data-ui-theme=light] .hub-horizontal-action-button:hover,.hub-shell[data-ui-appearance=minimal][data-ui-theme=light] .hub-horizontal-all-button:hover{border-color:color-mix(in srgb, var(--hub-primary) 16%, var(--hub-border-strong));box-shadow:0 7px 20px color-mix(in srgb, var(--hub-primary) 6%, transparent);background:#fff}.hub-shell[data-ui-appearance=minimal][data-ui-theme=light] .hub-horizontal-avatar{background:linear-gradient(145deg,#fff,#f3f7fc);box-shadow:0 5px 16px #192d4b0d}@media (width<=860px){.hub-all-button b{display:none}.hub-all-button{justify-content:center}}@media (width<=560px){.hub-all-button{display:none}.hub-mobile-all-trigger{place-items:center;width:40px;padding:0;display:inline-grid}.hub-search-trigger kbd,.hub-search-trigger span{display:none}.hub-all-groups{grid-template-columns:1fr}}.hub-horizontal-shell{z-index:30;border-bottom:1px solid var(--hub-border);background:var(--hub-surface-strong);position:sticky;top:0}.hub-horizontal-topline{grid-template-columns:max-content minmax(180px,1fr) max-content;align-items:center;gap:18px;min-height:58px;padding:7px clamp(20px,3vw,42px);display:grid}.hub-condominium-selector{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-width:210px;min-height:36px;color:var(--hub-text);font:inherit;cursor:pointer;border-radius:9px;justify-content:space-between;justify-self:center;align-items:center;gap:9px;padding:0 12px;font-size:11px;display:inline-flex}.hub-horizontal-commandbar{border-top:1px solid color-mix(in srgb,var(--hub-border) 65%,transparent);justify-content:space-between;align-items:center;gap:18px;min-height:44px;padding:5px clamp(20px,3vw,42px);display:flex}.hub-shell-breadcrumb{color:var(--hub-text-muted);align-items:center;gap:10px;font-size:11px;display:flex}.hub-shell-breadcrumb b{color:var(--hub-text)}.hub-shell-quick-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex;overflow-x:auto}.hub-shell-quick-actions button,.hub-compact-personalize{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-height:32px;color:var(--hub-text);font:inherit;cursor:pointer;border-radius:8px;flex:none;align-items:center;gap:6px;padding:0 11px;font-size:10px;display:inline-flex}.hub-shell-quick-actions button:hover,.hub-compact-personalize:hover{border-color:color-mix(in srgb,var(--hub-primary) 30%,var(--hub-border));background:var(--hub-surface-hover)}.hub-shell[data-ui-axis=horizontal] .hub-horizontal-navigation{border-top:1px solid var(--hub-border);background:0 0;border-bottom:0;align-items:center;gap:10px;min-height:48px;padding:5px clamp(20px,3vw,42px);display:flex;position:static}.hub-shell[data-ui-axis=horizontal] .hub-horizontal-nav{flex:auto;justify-content:flex-start}.hub-shell[data-ui-axis=horizontal] .hub-horizontal-nav-item{align-items:center;gap:7px;display:inline-flex}.hub-shell[data-ui-axis=horizontal] .hub-horizontal-all-button{margin-left:auto}.hub-shortcuts-region{border:1px solid var(--hub-border);background:color-mix(in srgb,var(--hub-surface-strong) 88%,transparent);border-radius:13px;flex:none;gap:3px;min-width:360px;padding:5px 8px;display:grid;box-shadow:0 10px 28px #1426460d}.hub-shortcuts-region small{color:var(--hub-text-muted);letter-spacing:.08em;font-size:8px;font-weight:800}.hub-shortcuts-region>div{gap:5px;display:flex}.hub-shortcuts-region button{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-height:30px;color:var(--hub-text);font:inherit;cursor:pointer;border-radius:8px;align-items:center;gap:5px;padding:0 9px;font-size:9px;display:inline-flex}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-shell{background:#fffffff5;box-shadow:0 8px 24px #192d4b0a}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-navigation{min-height:52px}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-nav{gap:14px}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-nav-item{min-height:40px;box-shadow:none;background:0 0;border-width:0 0 2px;border-radius:0;padding:0 10px}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-nav-item[data-active=true]{color:var(--hub-primary);border-color:var(--hub-primary);box-shadow:none;background:0 0}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-shell{background:color-mix(in srgb,var(--hub-surface-strong) 82%,transparent);-webkit-backdrop-filter:blur(22px)saturate(1.16);backdrop-filter:blur(22px)saturate(1.16);margin:0 8px;box-shadow:0 18px 48px #14264614}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-commandbar{background:color-mix(in srgb,var(--hub-surface-strong) 72%,transparent)}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-navigation{border:1px solid color-mix(in srgb,var(--hub-primary) 12%,var(--hub-border));background:color-mix(in srgb,var(--hub-surface-strong) 76%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:16px;min-height:62px;margin:7px 12px 10px;box-shadow:0 14px 38px #14264612,inset 0 1px #ffffffd1}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav{gap:5px}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item{border-radius:11px;min-height:42px;padding-inline:12px}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item svg{color:#68758b}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item:first-child svg{color:#377cf6}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item:nth-child(2) svg{color:#6f63df}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item:nth-child(3) svg{color:#2ca36b}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item:nth-child(4) svg{color:#f28a2b}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item[data-active=true]{border-color:color-mix(in srgb,var(--hub-primary) 40%,var(--hub-border));background:linear-gradient(180deg,color-mix(in srgb,var(--hub-primary) 10%,white),color-mix(in srgb,var(--hub-primary) 4%,white));box-shadow:0 9px 24px color-mix(in srgb,var(--hub-primary) 14%,transparent), inset 0 1px 0 #fffffff2}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-action-button,.hub-shell[data-ui-appearance=glossy] .hub-horizontal-avatar,.hub-shell[data-ui-appearance=glossy] .hub-condominium-selector{background:color-mix(in srgb,var(--hub-surface-strong) 76%,transparent);box-shadow:0 8px 22px #1426460f,inset 0 1px #ffffffd1}:root[data-ui-appearance=glossy] .hub-card,:root[data-ui-appearance=glossy] .hub-kpi{border-color:color-mix(in srgb,var(--hub-primary) 10%,var(--hub-border));background:color-mix(in srgb,var(--hub-surface-strong) 90%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 14px 36px #14264612,inset 0 1px #ffffffe0}.hub-shell[data-ui-appearance=compact] .hub-horizontal-topline{grid-template-columns:max-content minmax(150px,240px) minmax(0,1fr);min-height:50px;padding:5px clamp(14px,2vw,28px)}.hub-shell[data-ui-appearance=compact] .hub-horizontal-brand-mark{border-radius:8px;width:30px;height:30px}.hub-shell[data-ui-appearance=compact] .hub-horizontal-brand-copy small{display:none}.hub-shell[data-ui-appearance=compact] .hub-horizontal-actions{margin-left:auto}.hub-shell[data-ui-appearance=compact] .hub-horizontal-navigation{min-height:42px;padding:3px clamp(10px,1.8vw,24px)}.hub-shell[data-ui-appearance=compact] .hub-horizontal-nav{justify-content:flex-start;gap:2px}.hub-shell[data-ui-appearance=compact] .hub-horizontal-nav-item{border-radius:6px;min-height:32px;padding:0 9px;font-size:10px}.hub-shell[data-ui-appearance=compact] .hub-horizontal-nav-item[data-active=true]{color:var(--hub-primary);border-color:#0000;border-bottom:2px solid var(--hub-primary);background:color-mix(in srgb,var(--hub-primary) 3%,transparent);box-shadow:none;border-radius:4px 4px 0 0}.hub-shell[data-ui-appearance=compact] .hub-horizontal-all-button{display:none}.hub-shell[data-ui-appearance=compact] .hub-compact-personalize{margin-left:auto}.hub-shell[data-ui-appearance=compact] .hub-content{padding:14px clamp(16px,2.2vw,30px) 30px}.hub-shell[data-ui-appearance=compact] .dashboard-page{gap:12px}.hub-shell[data-ui-appearance=compact] .dashboard-kpis,.hub-shell[data-ui-appearance=compact] .dashboard-widget-grid{gap:8px}.hub-shell[data-ui-appearance=compact] .dashboard-card{padding:12px}:root[data-ui-appearance=compact] .hub-kpi{min-height:66px;box-shadow:none;border-radius:8px;gap:1px;padding:8px 11px}:root[data-ui-appearance=compact] .hub-kpi>b{font-size:17px}.hub-shell[data-ui-axis=horizontal][data-ui-expansion=collapsed] .hub-shell-quick-actions{display:none}.hub-shell[data-ui-axis=horizontal][data-ui-expansion=collapsed] .hub-horizontal-commandbar{min-height:34px}.hub-shell[data-ui-axis=horizontal][data-ui-expansion=collapsed] .hub-horizontal-nav-item span{display:none}.hub-shell[data-ui-axis=horizontal][data-ui-expansion=collapsed] .hub-horizontal-nav-item{justify-content:center;width:38px;padding:0}.hub-shell[data-ui-axis=horizontal][data-ui-expansion=expanded] .hub-horizontal-nav{flex-wrap:wrap;overflow:visible}.hub-shell[data-ui-appearance=lateral]{grid-template-columns:250px minmax(0,1fr)}.hub-shell[data-ui-appearance=lateral] .hub-sidebar{background:var(--hub-surface-strong);gap:14px;padding:18px 14px;box-shadow:10px 0 30px #14264608}.hub-shell[data-ui-appearance=lateral] .hub-nav-item{border-radius:8px;min-height:42px}.hub-shell[data-ui-appearance=lateral] .hub-nav-item[data-active=true]{color:#2574f5;background:linear-gradient(90deg,#2574f51a,#2574f508);border-color:#0000;box-shadow:inset 2px 0 #2574f5}.hub-shell[data-ui-appearance=lateral] .hub-nav-icon{color:currentColor;background:0 0}.hub-sidebar-more{border:1px solid var(--hub-border);min-height:40px;color:var(--hub-text-muted);font:inherit;cursor:pointer;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;padding:0 12px;display:flex}.hub-shell[data-ui-appearance=lateral][data-ui-expansion=collapsed]{grid-template-columns:76px minmax(0,1fr)}.hub-shell[data-ui-appearance=lateral][data-ui-expansion=collapsed] .hub-brand>span:last-child,.hub-shell[data-ui-appearance=lateral][data-ui-expansion=collapsed] .hub-nav-item>span:last-child,.hub-shell[data-ui-appearance=lateral][data-ui-expansion=collapsed] .hub-sidebar-footer,.hub-shell[data-ui-appearance=lateral][data-ui-expansion=collapsed] .hub-nav-children,.hub-shell[data-ui-appearance=lateral][data-ui-expansion=collapsed] .hub-sidebar-more span{display:none}.hub-shell[data-ui-appearance=lateral][data-ui-expansion=collapsed] .hub-brand,.hub-shell[data-ui-appearance=lateral][data-ui-expansion=collapsed] .hub-nav-item{justify-content:center}.hub-shell[data-ui-appearance=lateral][data-ui-expansion=adaptive]{grid-template-columns:88px minmax(0,1fr)}.hub-shell[data-ui-appearance=lateral][data-ui-expansion=adaptive] .hub-sidebar{width:88px;transition:width .18s,box-shadow .18s;overflow-x:hidden}.hub-shell[data-ui-appearance=lateral][data-ui-expansion=adaptive] .hub-sidebar:not(:hover) .hub-brand>span:last-child,.hub-shell[data-ui-appearance=lateral][data-ui-expansion=adaptive] .hub-sidebar:not(:hover) .hub-nav-item>span:last-child,.hub-shell[data-ui-appearance=lateral][data-ui-expansion=adaptive] .hub-sidebar:not(:hover) .hub-sidebar-footer,.hub-shell[data-ui-appearance=lateral][data-ui-expansion=adaptive] .hub-sidebar:not(:hover) .hub-nav-children,.hub-shell[data-ui-appearance=lateral][data-ui-expansion=adaptive] .hub-sidebar:not(:hover) .hub-sidebar-more span{display:none}.hub-shell[data-ui-appearance=lateral][data-ui-expansion=adaptive] .hub-sidebar:hover{z-index:50;width:250px;position:fixed;box-shadow:18px 0 50px #1426461f}@media (width<=1100px){.hub-condominium-selector{display:none}.hub-horizontal-topline{grid-template-columns:max-content minmax(0,1fr)}.hub-shortcuts-region{min-width:280px}.hub-shortcuts-region button span{display:none}}@media (width<=800px){.hub-horizontal-commandbar,.hub-horizontal-settings b,.hub-horizontal-context{display:none}.hub-horizontal-topline{padding-inline:14px}.hub-shell[data-ui-axis=horizontal] .hub-horizontal-navigation{padding-inline:12px}.hub-shortcuts-region{display:none}}.hub-horizontal-brand-cluster{align-items:center;gap:14px;min-width:0;display:flex}.hub-horizontal-brand-mark,.hub-brand-mark{color:#2f76f6}.hub-horizontal-brand-mark svg,.hub-brand-mark svg{display:block}.hub-horizontal-settings{width:36px;padding:0!important}.hub-horizontal-settings b{display:none}.hub-glossy-window-controls{align-items:center;gap:7px;padding-right:2px;display:flex}.hub-glossy-window-controls i{border-radius:50%;width:10px;height:10px;display:block;box-shadow:inset 0 0 0 1px #00000012}.hub-glossy-window-controls i:first-child{background:#ff5f57}.hub-glossy-window-controls i:nth-child(2){background:#febc2e}.hub-glossy-window-controls i:nth-child(3){background:#28c840}:root[data-ui-appearance=minimal][data-ui-theme=light],.hub-shell[data-ui-appearance=minimal][data-ui-theme=light]{--hub-bg:#fafbfd;--hub-surface:#fff;--hub-surface-strong:#fff;--hub-surface-subtle:#f7f9fc;--hub-surface-hover:#f4f7fb;--hub-text:#172033;--hub-text-muted:#687488;--hub-border:#23314817;--hub-border-strong:#23314824;--hub-primary:#2f76f6;--hub-primary-2:#5f8ff6}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-shell{background:#fff;border-radius:0;margin:0;box-shadow:0 5px 20px #1b305209}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-topline{min-height:62px}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-brand-mark{width:32px;height:32px;box-shadow:none;background:0 0;border:0;border-radius:0}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-brand-copy strong{letter-spacing:.035em}.hub-shell[data-ui-appearance=minimal] .hub-condominium-selector,.hub-shell[data-ui-appearance=minimal] .hub-horizontal-action-button,.hub-shell[data-ui-appearance=minimal] .hub-horizontal-avatar{background:#fff;border-color:#23314817;box-shadow:0 1px 3px #1b305208}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-commandbar{background:#fff;min-height:44px}.hub-shell[data-ui-appearance=minimal] .hub-shell-quick-actions button{color:#445064;background:#fff;border-color:#23314814;box-shadow:0 2px 6px #1b305206}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-navigation{background:#fff;min-height:50px}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-nav-item{color:#536074;font-weight:620}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-nav-item svg{color:#6f7b8f}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-nav-item:hover{color:#27344a;background:0 0}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-nav-item[data-active=true]{color:#2f76f6;border-bottom-color:#2f76f6;font-weight:720}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-nav-item[data-active=true] svg{color:#2f76f6}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-all-button{box-shadow:none;background:#fff;border-color:#23314817}:root[data-ui-appearance=glossy][data-ui-theme=light],.hub-shell[data-ui-appearance=glossy][data-ui-theme=light]{--hub-bg:#f7f9fe;--hub-surface:#fff;--hub-surface-strong:#fff;--hub-surface-subtle:#f4f7fd;--hub-surface-hover:#eef4ff;--hub-text:#192238;--hub-text-muted:#68758b;--hub-border:#465b841a;--hub-border-strong:#465b8429;--hub-primary:#3d78f5;--hub-primary-2:#8168ef}.hub-shell[data-ui-appearance=glossy]{background:radial-gradient(900px 380px at 18% -100px,#467cf621,#0000 70%),radial-gradient(720px 320px at 84% 20px,#8b5cf617,#0000 72%),#f7f9fe}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-shell{-webkit-backdrop-filter:blur(24px)saturate(1.15);backdrop-filter:blur(24px)saturate(1.15);background:#ffffffe3;border:1px solid #5b71a017;border-radius:17px 17px 0 0;margin:6px 8px 0;overflow:hidden;box-shadow:0 18px 52px #2a437114}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-topline{min-height:66px}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-brand-mark{color:#fff;background:linear-gradient(145deg,#347cf5,#5d8ff8 56%,#7969ee);border:1px solid #3d78f533;border-radius:8px;width:34px;height:34px;box-shadow:0 9px 22px #3d78f53d,inset 0 1px #ffffff59}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-brand-copy strong{letter-spacing:.02em;font-size:13px}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-commandbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffad;min-height:47px}.hub-shell[data-ui-appearance=glossy] .hub-shell-quick-actions button{background:#ffffffd6;border-color:#48608e1a;border-radius:9px;box-shadow:0 5px 14px #2a43710a}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-navigation{-webkit-backdrop-filter:blur(18px)saturate(1.1);backdrop-filter:blur(18px)saturate(1.1);background:#ffffffc7;border:1px solid #4967a21a;border-radius:16px;min-height:64px;margin:8px 12px 11px;box-shadow:0 14px 38px #2a437114,inset 0 1px #fffffff2}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item{color:#58677f;font-weight:640}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item[data-active=true]{color:#276ff1;background:linear-gradient(#f5f9fffa,#ebf3ffe8);border-color:#3d78f54d;font-weight:740;box-shadow:0 8px 22px #3d78f521,inset 0 1px #fff}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item[data-section=dashboard] svg{color:#397cf6}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item[data-section=condomini] svg{color:#6475a8}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item[data-section=contabilita] svg{color:#7c66e8}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item[data-section=rate] svg{color:#2ca66b}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item[data-section=fornitori] svg{color:#f18831}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item[data-section=documenti] svg{color:#437ef3}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-nav-item[data-section=tickets] svg{color:#8b5cf6}.hub-shell[data-ui-appearance=glossy] .hub-condominium-selector,.hub-shell[data-ui-appearance=glossy] .hub-horizontal-action-button,.hub-shell[data-ui-appearance=glossy] .hub-horizontal-avatar{background:#ffffffc2;border-color:#48608e1a;box-shadow:0 7px 20px #2a43710d,inset 0 1px #ffffffe6}.hub-shell[data-ui-appearance=glossy] .hub-shortcuts-region{background:#ffffffba;border-color:#48608e1a;box-shadow:0 10px 24px #2a43710f,inset 0 1px #ffffffeb}.hub-shell[data-ui-appearance=glossy] .hub-shortcuts-region button{background:#ffffffd6;box-shadow:inset 0 1px #fff}.hub-shell[data-ui-appearance=glossy] .hub-shortcuts-region button[data-shortcut=ticket] svg{color:#f28a2b}.hub-shell[data-ui-appearance=glossy] .hub-shortcuts-region button[data-shortcut=sondaggi] svg{color:#6e72ef}.hub-shell[data-ui-appearance=glossy] .hub-shortcuts-region button[data-shortcut=email] svg{color:#4e7fe7}:root[data-ui-appearance=compact][data-ui-theme=light],.hub-shell[data-ui-appearance=compact][data-ui-theme=light]{--hub-bg:#fbfcfe;--hub-surface:#fff;--hub-surface-strong:#fff;--hub-surface-subtle:#f6f8fb;--hub-surface-hover:#f3f6fa;--hub-text:#172033;--hub-text-muted:#657186;--hub-border:#2331481a;--hub-border-strong:#23314826;--hub-primary:#246ff3;--hub-primary-2:#4e86f5}.hub-shell[data-ui-appearance=compact] .hub-horizontal-shell{box-shadow:none;background:#fff}.hub-shell[data-ui-appearance=compact] .hub-horizontal-topline{border-bottom:1px solid #23314814;min-height:52px}.hub-shell[data-ui-appearance=compact] .hub-horizontal-brand-mark{width:28px;height:28px;box-shadow:none;color:#246ff3;background:0 0;border:0;border-radius:0}.hub-shell[data-ui-appearance=compact] .hub-condominium-selector{justify-self:start;min-width:190px;min-height:32px}.hub-shell[data-ui-appearance=compact] .hub-horizontal-action-button,.hub-shell[data-ui-appearance=compact] .hub-horizontal-avatar{min-height:32px;box-shadow:none}.hub-shell[data-ui-appearance=compact] .hub-horizontal-navigation{background:#fff;border-top:0;border-bottom:1px solid #23314814;min-height:44px}.hub-shell[data-ui-appearance=compact] .hub-horizontal-nav-item{color:#4f5c71;font-weight:620}.hub-shell[data-ui-appearance=compact] .hub-horizontal-nav-item svg{color:#68758a}.hub-shell[data-ui-appearance=compact] .hub-horizontal-nav-item[data-active=true]{color:#246ff3;background:0 0;border-bottom-color:#246ff3;font-weight:740}.hub-shell[data-ui-appearance=compact] .hub-horizontal-nav-item[data-active=true] svg{color:#246ff3}.hub-shell[data-ui-appearance=compact] .hub-compact-personalize{box-shadow:none;color:#39465a;background:#fff;border-color:#2331481a}:root[data-ui-appearance=lateral][data-ui-theme=light],.hub-shell[data-ui-appearance=lateral][data-ui-theme=light]{--hub-bg:#fbfcfe;--hub-sidebar-bg:#fff;--hub-topbar-bg:#fff;--hub-surface:#fff;--hub-surface-strong:#fff;--hub-surface-subtle:#f6f8fc;--hub-surface-hover:#f1f6ff;--hub-text:#172033;--hub-text-muted:#657186;--hub-border:#23314817;--hub-border-strong:#23314824;--hub-primary:#2d75f4;--hub-primary-2:#568cf5}.hub-shell[data-ui-appearance=lateral]{background:#fbfcfe;grid-template-columns:274px minmax(0,1fr)}.hub-shell[data-ui-appearance=lateral] .hub-sidebar{background:#fff;border-right-color:#23314814;padding:18px 16px 16px;box-shadow:8px 0 26px #1c305008}.hub-shell[data-ui-appearance=lateral] .hub-brand{gap:10px;min-height:54px}.hub-shell[data-ui-appearance=lateral] .hub-brand-mark{width:34px;height:34px;box-shadow:none;color:#2d75f4;background:0 0;border:0;border-radius:0}.hub-shell[data-ui-appearance=lateral] .hub-brand strong{letter-spacing:.035em}.hub-shell[data-ui-appearance=lateral] .hub-nav{gap:3px}.hub-shell[data-ui-appearance=lateral] .hub-nav-item{color:#48576c;border:0;border-radius:8px;min-height:43px;font-weight:610}.hub-shell[data-ui-appearance=lateral] .hub-nav-icon{color:#657389;width:30px;height:30px}.hub-shell[data-ui-appearance=lateral] .hub-nav-item:hover{background:#f6f8fc}.hub-shell[data-ui-appearance=lateral] .hub-nav-item[data-active=true]{color:#246ff3;background:linear-gradient(90deg,#edf4ff,#f4f8ff 78%,#fff);font-weight:740;box-shadow:inset 2px 0 #2d75f4}.hub-shell[data-ui-appearance=lateral] .hub-nav-item[data-active=true] .hub-nav-icon{color:#246ff3}.hub-shell[data-ui-appearance=lateral] .hub-sidebar-more{color:#7a8494;border-color:#23314814 #0000 #0000;border-top-style:solid;border-top-width:1px;border-radius:0;margin-top:4px}.hub-shell[data-ui-appearance=lateral] .hub-sidebar-user{min-height:54px;color:var(--hub-text);border-top:1px solid #23314814;align-items:center;gap:10px;padding:8px 10px 0;display:flex}.hub-sidebar-user-avatar{color:#2e3849;background:#eef2f7;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;font-size:10px;font-weight:800;display:grid}.hub-sidebar-user>span:last-child{gap:1px;min-width:0;display:grid}.hub-sidebar-user b{font-size:11px}.hub-sidebar-user small{color:var(--hub-text-muted);font-size:9px}.hub-shell[data-ui-appearance=lateral] .hub-topbar{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-bottom-color:#23314814;min-height:66px}.menu-settings-segment button{transition:border-color .14s,background .14s,color .14s,box-shadow .14s}.menu-settings-segment button[data-active=true]{border-color:color-mix(in srgb,var(--hub-primary) 72%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 6%,var(--hub-surface-strong));color:var(--hub-primary);box-shadow:0 5px 16px color-mix(in srgb,var(--hub-primary) 7%,transparent)}.menu-settings-visibility-row input:checked+span{border-color:var(--hub-primary);background:var(--hub-primary);box-shadow:inset 0 0 0 3px var(--hub-surface-strong), 0 0 0 2px color-mix(in srgb,var(--hub-primary) 10%,transparent)}:root[data-ui-appearance=glossy][data-ui-theme=dark] .hub-horizontal-shell,:root[data-ui-appearance=glossy][data-ui-theme=dark] .hub-horizontal-navigation{background:#242b38d1;border-color:#ffffff17;box-shadow:0 18px 52px #0000003d}:root[data-ui-appearance=minimal][data-ui-theme=dark] .hub-horizontal-shell,:root[data-ui-appearance=compact][data-ui-theme=dark] .hub-horizontal-shell,:root[data-ui-appearance=lateral][data-ui-theme=dark] .hub-sidebar{box-shadow:none}@media (width<=900px){.hub-glossy-window-controls{display:none}.hub-shell[data-ui-appearance=lateral]{grid-template-columns:76px minmax(0,1fr)}}.hub-lateral-topbar{padding-inline:24px 28px}.hub-lateral-context-selector{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-width:214px;min-height:36px;color:var(--hub-text);font:inherit;cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:9px;padding:0 12px;font-size:11px;display:inline-flex}.hub-lateral-context-selector svg,.hub-lateral-context-selector b{color:var(--hub-text-muted)}.hub-lateral-settings{place-items:center;width:38px;padding:0;display:grid}.hub-shell[data-ui-appearance=compact] .hub-horizontal-search{justify-content:flex-start;width:min(390px,34vw)}.hub-shell[data-ui-appearance=compact] .hub-horizontal-search kbd{margin-left:auto}.hub-shell[data-ui-appearance=compact] .hub-horizontal-actions{justify-content:flex-end}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-search{justify-content:flex-start;min-width:180px}.hub-shell[data-ui-appearance=glossy] .hub-horizontal-search kbd{margin-left:auto}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-search{justify-content:flex-start;min-width:156px}.hub-shell[data-ui-appearance=minimal] .hub-horizontal-search kbd{margin-left:auto}.menu-settings-appearance button:before{content:"";opacity:.78;background-repeat:no-repeat;flex:none;width:15px;height:11px}.menu-settings-appearance button:first-child:before{background-color:#0000;background-image:linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);background-position:0 1px,0 5px,0 9px;background-repeat:no-repeat;background-size:12px 1px,15px 1px,10px 1px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.menu-settings-appearance button:nth-child(2):before{background-color:#0000;background-image:linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);background-position:0 1px,0 4px,0 7px,0 10px;background-repeat:no-repeat;background-size:15px 1px,15px 1px,15px 1px,15px 1px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box}.menu-settings-appearance button:nth-child(3):before{background-color:#0000;background-image:linear-gradient(90deg,currentColor 0 5px,#0000 5px 7px,currentColor 7px 15px),linear-gradient(90deg,currentColor 0 9px,#0000 9px 11px,currentColor 11px 15px);background-position:0 1px,0 6px;background-repeat:no-repeat;background-size:15px 2px,15px 2px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:4px}.menu-settings-appearance button:nth-child(4):before{background-color:#0000;background-image:linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);background-position:0 0,6px 1px,6px 5px,6px 9px;background-repeat:no-repeat;background-size:3px 11px,9px 1px,9px 1px,9px 1px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box}:root[data-ui-appearance=glossy] .menu-settings-segment button[data-active=true]{background:linear-gradient(180deg,color-mix(in srgb,var(--hub-primary) 8%,#fff),color-mix(in srgb,var(--hub-primary) 3%,#fff));box-shadow:0 7px 20px color-mix(in srgb,var(--hub-primary) 10%,transparent), inset 0 1px 0 #fff}:root[data-ui-appearance=compact] .menu-settings-segment button{border-radius:7px;min-height:34px}:root[data-ui-appearance=lateral] .hub-drawer{box-shadow:-12px 0 42px #182b4a1a}@media (width<=900px){.hub-lateral-topbar{padding-inline:16px}.hub-lateral-context-selector{justify-content:center;width:36px;min-width:0;padding:0}.hub-lateral-context-selector span,.hub-lateral-context-selector b{display:none}.hub-shell[data-ui-appearance=compact] .hub-horizontal-search{width:36px}}.hub-shell[data-ui-appearance=minimal] .hub-minimal-shell{border-bottom:1px solid var(--hub-border);background:color-mix(in srgb,var(--hub-surface-strong) 97%,transparent);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 6px 22px #14264608}.hub-minimal-inline{align-items:center;gap:14px;min-width:0;min-height:58px;padding:6px clamp(18px,2.6vw,38px);display:flex}.hub-minimal-brand{flex:none;padding-right:4px}.hub-shell[data-ui-appearance=minimal] .hub-minimal-brand .hub-horizontal-brand-mark{width:30px;height:30px;color:var(--hub-primary);box-shadow:none;background:0 0;border-radius:8px}.hub-shell[data-ui-appearance=minimal] .hub-minimal-brand .hub-horizontal-brand-copy strong{letter-spacing:.08em;font-size:12px}.hub-minimal-context{border:0;border-left:1px solid var(--hub-border);min-height:30px;color:var(--hub-text-muted);font:inherit;cursor:pointer;background:0 0;flex:none;align-items:center;gap:6px;padding:0 8px;font-size:10px;display:inline-flex}.hub-minimal-context:hover{color:var(--hub-text)}.hub-minimal-context b{color:var(--hub-text-muted);font-size:9px}.hub-shell[data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav{scrollbar-width:none;flex:auto;justify-content:center;align-items:stretch;gap:7px;min-width:0;display:flex;overflow-x:auto}.hub-shell[data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav::-webkit-scrollbar{display:none}.hub-shell[data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav-item{color:#68758a;min-height:40px;box-shadow:none;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;flex:none;gap:6px;padding:0 7px;font-size:10px;font-weight:650}.hub-shell[data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav-item svg{color:#8793a4}.hub-shell[data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav-item:hover{color:var(--hub-text);background:0 0}.hub-shell[data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav-item[data-active=true]{color:#2f73eb;box-shadow:none;background:0 0;border-bottom-color:#2f73eb}.hub-shell[data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav-item[data-active=true] svg{color:#2f73eb}.hub-minimal-actions{flex:none;gap:5px}.hub-shell[data-ui-appearance=minimal] .hub-minimal-actions .hub-horizontal-action-button,.hub-shell[data-ui-appearance=minimal] .hub-minimal-actions .hub-horizontal-all-button,.hub-shell[data-ui-appearance=minimal] .hub-minimal-actions .hub-horizontal-avatar{min-height:32px;box-shadow:none;background:0 0;border-color:#0000}.hub-shell[data-ui-appearance=minimal] .hub-minimal-actions .hub-horizontal-action-button:hover,.hub-shell[data-ui-appearance=minimal] .hub-minimal-actions .hub-horizontal-all-button:hover{border-color:var(--hub-border);background:var(--hub-surface-hover);box-shadow:none}.hub-shell[data-ui-appearance=minimal] .hub-minimal-actions .hub-horizontal-settings{justify-content:center;width:32px;padding:0}.hub-shell[data-ui-appearance=minimal][data-ui-expansion=collapsed] .hub-minimal-inline .hub-horizontal-nav-item span{display:none}.hub-shell[data-ui-appearance=minimal][data-ui-expansion=collapsed] .hub-minimal-inline .hub-horizontal-nav-item{justify-content:center;width:34px;padding:0}.hub-shell[data-ui-appearance=minimal][data-ui-expansion=expanded] .hub-minimal-inline .hub-horizontal-nav{justify-content:flex-start}@media (width<=1100px){.hub-minimal-context{display:none}.hub-minimal-inline{gap:8px;padding-inline:14px}.hub-shell[data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav{justify-content:flex-start}}@media (width<=760px){.hub-shell[data-ui-appearance=minimal] .hub-minimal-brand .hub-horizontal-brand-copy,.hub-minimal-actions .hub-horizontal-search b,.hub-minimal-actions .hub-horizontal-all-button b{display:none}.hub-minimal-actions .hub-quick-action-trigger{width:34px;padding:0}.hub-minimal-actions .hub-quick-action-trigger b,.hub-minimal-actions .hub-quick-action-trigger kbd,.hub-shell[data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav-item span{display:none}.hub-shell[data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav-item{justify-content:center;width:34px;padding:0}}@media (width<=560px){.hub-minimal-inline{gap:5px;padding-inline:8px}.hub-minimal-brand{padding-right:0}.hub-shell[data-ui-appearance=minimal] .hub-minimal-brand .hub-horizontal-brand-mark{width:28px;height:28px}.hub-minimal-actions{gap:2px}.hub-shell[data-ui-appearance=minimal] .hub-minimal-actions .hub-horizontal-settings{width:30px}}.hub-shell[data-ui-theme=dark]{--hub-bg:#141820;--hub-sidebar-bg:#1a2029;--hub-topbar-bg:#1a2029;--hub-surface:#202731;--hub-surface-strong:#232b36;--hub-surface-subtle:#1c232c;--hub-surface-hover:#29323e;--hub-control-bg:#222a34;--hub-text:#f3f6fb;--hub-text-muted:#a8b3c2;--hub-border:#ffffff14;--hub-border-strong:#ffffff24}.hub-shell[data-ui-theme=dark][data-ui-appearance=minimal] .hub-horizontal-shell,.hub-shell[data-ui-theme=dark][data-ui-appearance=minimal] .hub-minimal-shell{background:#1a2029f5;border-color:#ffffff14;box-shadow:0 7px 24px #0003}.hub-shell[data-ui-theme=dark][data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav-item{color:#a5b1c1}.hub-shell[data-ui-theme=dark][data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav-item svg{color:#8996a8}.hub-shell[data-ui-theme=dark][data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav-item[data-active=true],.hub-shell[data-ui-theme=dark][data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav-item[data-active=true] svg{color:#8eb4ff}.hub-shell[data-ui-theme=dark][data-ui-appearance=minimal] .hub-minimal-inline .hub-horizontal-nav-item[data-active=true]{border-bottom-color:#78a6ff}.hub-shell[data-ui-theme=dark][data-ui-appearance=minimal] .hub-minimal-actions .hub-horizontal-action-button,.hub-shell[data-ui-theme=dark][data-ui-appearance=minimal] .hub-minimal-actions .hub-horizontal-all-button,.hub-shell[data-ui-theme=dark][data-ui-appearance=minimal] .hub-minimal-actions .hub-horizontal-avatar{color:var(--hub-text);background:0 0}.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-horizontal-shell,.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-horizontal-navigation,.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-condominium-selector,.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-horizontal-action-button,.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-horizontal-avatar,.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-compact-personalize{color:var(--hub-text);background:#1b222b;border-color:#ffffff14}.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-horizontal-topline,.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-horizontal-navigation{border-color:#ffffff14}.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-horizontal-nav-item{color:#a5b1c1}.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-horizontal-nav-item svg{color:#8c99aa}.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-horizontal-nav-item[data-active=true],.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-horizontal-nav-item[data-active=true] svg{color:#82adff}.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-horizontal-nav-item[data-active=true]{background:#6d9eff0d;border-bottom-color:#6d9eff}.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy]{background:radial-gradient(900px 420px at 15% -100px,#3d78f52e,#0000 68%),radial-gradient(760px 360px at 88% 10px,#8b5cf626,#0000 72%),#121721}.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .hub-horizontal-shell{background:#1c232fe0;border-color:#8ba4d21f;box-shadow:0 22px 58px #00000047}.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .hub-horizontal-commandbar{background:#1e2633a8}.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .hub-horizontal-navigation{background:#232b39c7;border-color:#7d9ad724;box-shadow:0 16px 42px #0000003d,inset 0 1px #ffffff12}.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .hub-shell-quick-actions button,.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .hub-condominium-selector,.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .hub-horizontal-action-button,.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .hub-horizontal-avatar,.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .hub-shortcuts-region,.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .hub-shortcuts-region button{color:var(--hub-text);background:#283140cc;border-color:#ffffff17;box-shadow:inset 0 1px #ffffff0d}.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .hub-horizontal-nav-item{color:#b3bfd0}.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .hub-horizontal-nav-item[data-active=true]{color:#a9c7ff;background:linear-gradient(#415882a3,#2b3a54bd);border-color:#6e9eff57;box-shadow:0 10px 26px #3369e12e,inset 0 1px #ffffff1a}.hub-shell[data-ui-theme=dark][data-ui-appearance=lateral]{background:#141820}.hub-shell[data-ui-theme=dark][data-ui-appearance=lateral] .hub-sidebar,.hub-shell[data-ui-theme=dark][data-ui-appearance=lateral] .hub-topbar,.hub-shell[data-ui-theme=dark][data-ui-appearance=lateral] .hub-lateral-context-selector{color:var(--hub-text);background:#1b222c;border-color:#ffffff14}.hub-shell[data-ui-theme=dark][data-ui-appearance=lateral] .hub-sidebar{box-shadow:10px 0 34px #0000002e}.hub-shell[data-ui-theme=dark][data-ui-appearance=lateral] .hub-nav-item{color:#adb8c8}.hub-shell[data-ui-theme=dark][data-ui-appearance=lateral] .hub-nav-item[data-active=true]{color:#9bbcff;background:linear-gradient(90deg,#4c7eeb2e,#4c7eeb0f);box-shadow:inset 2px 0 #6f9fff}.hub-shell[data-ui-theme=dark][data-ui-appearance=lateral] .hub-sidebar-more{color:var(--hub-text-muted);border-color:#ffffff14}.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .dashboard-building-visual{background:linear-gradient(145deg,#4675dc3d,#283140f0 48%,#2d805c2e);box-shadow:inset 0 1px #ffffff14,0 14px 32px #0000002e}:root[data-ui-theme=dark][data-ui-appearance=glossy] .menu-settings-segment button[data-active=true]{background:linear-gradient(180deg,color-mix(in srgb,var(--hub-primary) 14%,var(--hub-surface-strong)),color-mix(in srgb,var(--hub-primary) 6%,var(--hub-surface-strong)));box-shadow:0 7px 20px color-mix(in srgb,var(--hub-primary) 12%,transparent), inset 0 1px 0 #ffffff0f}:root[data-ui-theme=dark] .menu-settings-entry-grid button,:root[data-ui-theme=dark] .menu-settings-help summary,:root[data-ui-theme=dark] .menu-settings-help p{background:var(--hub-surface-strong);border-color:var(--hub-border)}.hub-shell[data-ui-editing=true] .hub-horizontal-nav-item[data-draggable=true],.hub-shell[data-ui-editing=true] .hub-shell-quick-actions button[data-draggable=true],.hub-shell[data-ui-editing=true] .hub-sidebar .hub-nav-item[data-draggable=true]{cursor:grab;outline:1px dashed color-mix(in srgb,var(--hub-primary) 30%,transparent);outline-offset:-2px}.hub-shell[data-ui-editing=true] .hub-horizontal-nav-item[data-draggable=true]:active,.hub-shell[data-ui-editing=true] .hub-shell-quick-actions button[data-draggable=true]:active,.hub-shell[data-ui-editing=true] .hub-sidebar .hub-nav-item[data-draggable=true]:active{cursor:grabbing}.hub-inline-drag-grip{color:color-mix(in srgb,var(--hub-primary) 72%,var(--hub-text-muted));opacity:.78;pointer-events:none;place-items:center;margin-left:2px;font-size:10px;font-style:normal;line-height:1;display:inline-grid}.hub-shell[data-ui-editing=true] .hub-horizontal-nav-item:hover,.hub-shell[data-ui-editing=true] .hub-shell-quick-actions button[data-draggable=true]:hover,.hub-shell[data-ui-editing=true] .hub-sidebar .hub-nav-item[data-draggable=true]:hover{border-color:color-mix(in srgb,var(--hub-primary) 45%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 7%,var(--hub-surface-strong))}.hub-shell[data-ui-editing=true] .hub-sidebar .hub-nav-item[data-draggable=true]{grid-template-columns:28px minmax(0,1fr) 18px}:root[data-ui-editing=true]{--hub-personalization-panel-width:clamp(370px, 24vw, 430px)}@media (width>=1180px){:root[data-ui-editing=true] .hub-shell{box-sizing:border-box;width:100%;padding-right:var(--hub-personalization-panel-width);transition:padding-right .16s}:root[data-ui-editing=true] .hub-drawer{width:var(--hub-personalization-panel-width);max-width:var(--hub-personalization-panel-width);border-left-color:color-mix(in srgb,var(--hub-primary) 16%,var(--hub-border-strong));box-shadow:-1px 0 0 color-mix(in srgb,var(--hub-primary) 5%,transparent), -14px 0 34px #0f172a14}:root[data-ui-editing=true] .hub-content{transition:padding .16s}}@media (width<=1179px){:root[data-ui-editing=true] .hub-shell{padding-right:0}}@media (width<=760px){.hub-inline-drag-grip{display:none}}.hub-quick-actions-backdrop{z-index:1700;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a42;place-items:start center;padding-top:min(18vh,150px);display:grid;position:fixed;inset:0}.hub-quick-actions-popup{border:1px solid var(--hub-border-strong);background:color-mix(in srgb,var(--hub-surface-strong) 96%,transparent);width:min(560px,100vw - 32px);color:var(--hub-text);box-shadow:var(--hub-shadow-dialog);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:18px;overflow:hidden}.hub-quick-actions-popup>header{border-bottom:1px solid var(--hub-border);grid-template-columns:minmax(0,1fr) auto 34px;align-items:center;gap:12px;min-height:62px;padding:12px 14px;display:grid}.hub-quick-actions-popup>header>div{gap:2px;display:grid}.hub-quick-actions-popup>header span{color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:800}.hub-quick-actions-popup>header b{font-size:14px}.hub-quick-actions-popup>header kbd,.hub-shell-quick-actions kbd,.hub-quick-action-trigger kbd{color:var(--hub-text-muted);font:inherit;font-size:9px;font-weight:750}.hub-quick-actions-popup>header>button{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:32px;height:32px;color:var(--hub-text);cursor:pointer;border-radius:9px;font-size:18px}.hub-quick-action-list{gap:6px;padding:10px;display:grid}.hub-quick-action-list>button{min-height:56px;color:var(--hub-text);text-align:left;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;grid-template-columns:38px minmax(0,1fr) 42px;align-items:center;gap:10px;padding:8px 10px;display:grid}.hub-quick-action-list>button:hover:not(:disabled){border-color:color-mix(in srgb,var(--hub-primary) 28%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 6%,var(--hub-surface-strong))}.hub-quick-action-list>button:disabled{opacity:.48;cursor:not-allowed}.hub-quick-action-icon{background:color-mix(in srgb,var(--hub-primary) 9%,var(--hub-surface-strong));width:36px;height:36px;color:var(--hub-primary);border-radius:10px;place-items:center;display:grid}.hub-quick-action-list>button>span:nth-child(2){gap:3px;display:grid}.hub-quick-action-list b{font-size:12px}.hub-quick-action-list small{color:var(--hub-text-muted);font-size:9px}.hub-quick-action-list kbd{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);min-width:34px;color:var(--hub-primary);text-align:center;font:inherit;border-radius:7px;justify-self:end;padding:4px 6px;font-size:10px;font-weight:850}.hub-quick-actions-popup>footer{border-top:1px solid var(--hub-border);color:var(--hub-text-muted);padding:10px 14px 12px;font-size:9px}.hub-shell-quick-actions button{white-space:nowrap}.hub-shell-quick-actions button>kbd{margin-left:2px}.hub-quick-sequence-prefix{color:var(--hub-text-muted);letter-spacing:.02em;flex:none;padding:0 3px;font-size:9px;font-weight:850}.hub-quick-action-mnemonic{color:var(--hub-primary);font-weight:850}.hub-quick-palette-trigger{color:var(--hub-primary)!important;border-style:dashed!important}.hub-quick-action-trigger{white-space:nowrap}@media (width<=620px){.hub-quick-actions-backdrop{place-items:end center;padding:0}.hub-quick-actions-popup{border-radius:20px 20px 0 0;width:100%}.hub-quick-actions-popup>header{grid-template-columns:minmax(0,1fr) 32px}.hub-quick-actions-popup>header>kbd{display:none}}.migration-workspace{width:min(1180px,100%);margin:0 auto}.migration-heading{justify-content:space-between;align-items:flex-start;gap:var(--hub-space-5);margin-bottom:var(--hub-space-6);display:flex}.migration-heading h1{letter-spacing:-.035em;margin:4px 0 8px;font-size:clamp(30px,4vw,44px)}.migration-heading p{max-width:760px;color:var(--hub-text-muted);margin:0;line-height:1.65}.migration-badge{border:1px solid var(--hub-border);background:var(--hub-surface);color:var(--hub-text-muted);letter-spacing:.06em;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:750}.migration-grid{gap:var(--hub-space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.migration-card{min-height:180px;padding:var(--hub-space-5);border:1px solid var(--hub-border);border-radius:var(--hub-radius-lg);background:var(--hub-surface);box-shadow:var(--hub-shadow-soft);flex-direction:column;gap:10px;display:flex}.migration-card-label{color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.055em;font-size:12px;font-weight:700}.migration-card code{overflow-wrap:anywhere;color:var(--hub-text-muted);margin-top:auto;font-size:11px}.migration-card>span:last-child{color:var(--hub-text-muted);line-height:1.5}@media (width<=900px){.migration-grid{grid-template-columns:1fr}}@media (width<=560px){.migration-heading{display:block}.migration-badge{margin-top:16px;display:inline-block}}.ba-analysis-dialog{width:min(920px,100%)}.ba-analysis-note{border:1px solid color-mix(in srgb,var(--accent,#2563eb) 26%,var(--line,#dbe3ef));background:color-mix(in srgb,var(--accent,#2563eb) 5%,var(--surface,#fff));border-radius:12px;gap:4px;margin:18px 24px 0;padding:12px 14px;font-size:12px;display:grid}.ba-analysis-note span{color:var(--muted,#64748b);line-height:1.45}.ba-analysis-body{gap:16px;padding:20px 24px;display:grid}.ba-analysis-signals{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--surface,#fff) 96%,var(--muted,#64748b) 4%);border-radius:14px;gap:14px;padding:16px;display:grid}.ba-analysis-number-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.ba-analysis-number-grid label{gap:6px;display:grid}.ba-analysis-number-grid label>span{color:var(--muted,#64748b);font-size:11px;font-weight:800}.ba-analysis-number-grid input{border:1px solid var(--line,#cbd5e1);background:var(--surface,#fff);width:100%;min-height:40px;color:inherit;font:inherit;box-sizing:border-box;border-radius:10px;padding:8px 10px}.ba-analysis-checks{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.ba-analysis-checks label{border:1px solid var(--line,#dbe3ef);background:var(--surface,#fff);border-radius:10px;align-items:center;gap:8px;min-height:42px;padding:9px 10px;font-size:12px;display:flex}.ba-analysis-checks input{margin:0}.ba-analysis-generate{justify-content:space-between;align-items:center;gap:18px;display:flex}.ba-analysis-generate>div{gap:3px;display:grid}.ba-analysis-generate small{color:var(--muted,#64748b);line-height:1.35}.ba-analysis-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ba-analysis-alternative{border:1px solid var(--line,#dbe3ef);background:var(--surface,#fff);border-radius:16px;gap:12px;padding:16px;display:grid}.ba-analysis-alternative[data-confidence=medium]{border-color:color-mix(in srgb,var(--accent,#2563eb) 34%,var(--line,#dbe3ef));box-shadow:0 8px 24px color-mix(in srgb,var(--accent,#2563eb) 7%,transparent)}.ba-analysis-alt-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ba-analysis-alt-head>div{gap:3px;display:grid}.ba-analysis-alt-head span:first-child{letter-spacing:.08em;color:var(--accent,#2563eb);font-size:9px;font-weight:800}.ba-analysis-alt-head h3{margin:0;font-size:16px}.ba-analysis-alt-head p{color:var(--muted,#64748b);margin:0;font-size:12px;line-height:1.4}.ba-analysis-counts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.ba-analysis-counts span{background:color-mix(in srgb,var(--muted,#64748b) 6%,var(--surface,#fff));color:var(--muted,#64748b);border-radius:10px;gap:2px;padding:9px;font-size:10px;display:grid}.ba-analysis-counts b{color:inherit;font-size:15px}.ba-analysis-alternative ul{color:var(--muted,#64748b);margin:0;padding-left:18px;font-size:11px;line-height:1.45}.ba-analysis-alternative>.cw-button{justify-self:start}.ba-analysis-footer-note{color:var(--muted,#64748b);text-align:right;align-self:center;font-size:10px}@media (width<=760px){.ba-analysis-note{margin-left:16px;margin-right:16px}.ba-analysis-body{padding:16px}.ba-analysis-number-grid,.ba-analysis-checks,.ba-analysis-results{grid-template-columns:1fr}.ba-analysis-generate{display:grid}.ba-analysis-generate .cw-button{width:100%}.ba-analysis-alt-head{display:grid}.ba-analysis-counts{grid-template-columns:repeat(3,minmax(0,1fr))}.ba-analysis-footer-note{text-align:left}}.ba-verification-context{border:1px solid color-mix(in srgb,#16a34a 24%,var(--line,#dbe3ef));background:color-mix(in srgb,#16a34a 4%,var(--surface,#fff));border-radius:14px;gap:10px;padding:14px;display:grid}.ba-verification-context-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.ba-verification-context-grid>span{border:1px solid var(--line,#dbe3ef);background:var(--surface,#fff);border-radius:10px;gap:3px;padding:9px 10px;display:grid}.ba-verification-context-grid small{color:var(--muted,#64748b);text-transform:uppercase;letter-spacing:.04em;font-size:9px;font-weight:700}.ba-verification-context-grid b{font-size:11px;line-height:1.35}.ba-verification-tools{flex-wrap:wrap;gap:6px;display:flex}@media (width<=760px){.ba-verification-context-grid{grid-template-columns:1fr 1fr}}.ba-wizard-dialog-compact{grid-template-rows:auto auto minmax(0,1fr) auto}.ba-wizard-dialog-compact .ba-wizard-progress{grid-template-columns:repeat(2,minmax(0,220px));justify-content:center}.ba-wizard-dialog-compact .ba-wizard-progress button{justify-content:center}.ba-wizard-body-compact{grid-template-columns:minmax(0,1fr)!important}.ba-wizard-main-compact{padding:18px 20px 24px}.ba-identification-workspace,.ba-confirmation-workspace{gap:16px;min-width:0;display:grid}.ba-identification-hero{justify-content:space-between;align-items:flex-start;gap:18px;padding:2px 2px 0;display:flex}.ba-identification-hero>div{gap:4px;display:grid}.ba-identification-hero>div>span,.ba-identification-section-title>span{letter-spacing:.08em;color:#2563eb;font-size:8px;font-weight:850}.ba-identification-hero h3,.ba-identification-section-title h3{margin:0;font-size:20px}.ba-identification-hero p,.ba-identification-section-title p{max-width:880px;color:var(--muted,#64748b);margin:0;font-size:10px;line-height:1.5}.ba-identification-address-card{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--surface,#fff) 98%,#2563eb 2%);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.ba-identification-address-card>span{background:color-mix(in srgb,#2563eb 11%,var(--surface,#fff));color:#2563eb;border-radius:10px;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.ba-identification-address-card>div{gap:2px;min-width:0;display:grid}.ba-identification-address-card b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.ba-identification-address-card small{color:var(--muted,#64748b);font-size:9px}.ba-identification-address-card em{background:color-mix(in srgb,#16a34a 9%,var(--surface,#fff));color:#15803d;border-radius:999px;padding:6px 8px;font-size:8px;font-style:normal;font-weight:800}.ba-identification-address-card em[data-adjusted=true]{background:color-mix(in srgb,#f59e0b 11%,var(--surface,#fff));color:#b45309}.ba-identification-address-editor{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--surface,#fff) 99%,var(--muted,#64748b) 1%);border-radius:16px;padding:14px}.ba-identification-address-editor .ba-wizard-step-head>span{display:none}.ba-identification-address-editor .ba-wizard-step-head h3{font-size:15px}.ba-identification-address-editor .ba-wizard-step-head p{display:none}.ba-identification-primary{gap:12px;display:grid}.ba-identification-section-title{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;padding:0 2px;display:grid}.ba-identification-section-title>div{gap:3px;display:grid}.ba-identification-primary .ba-cadastral-inline-status,.ba-identification-primary .ba-cadastral-workspace-head{display:none}.ba-identification-primary .ba-cadastral-workspace-embedded{border-radius:16px;overflow:hidden}.ba-identification-primary .ba-cadastral-workspace-embedded .ba-cadastral-workspace-body{grid-template-columns:minmax(0,1fr) minmax(230px,.34fr)}.ba-identification-primary .ba-cadastral-source,.ba-identification-primary .ba-cadastral-detail{display:none}.ba-identification-primary .ba-cadastral-workspace-side{align-content:start}.ba-identification-primary .ba-cadastral-selection-summary{position:sticky;top:12px}.ba-identification-primary .ba-cadastral-map,.ba-identification-primary .ba-cadastral-map>svg{min-height:460px}.ba-identification-primary .ba-cadastral-google-map{min-height:500px}.ba-identification-tools{gap:9px;display:grid}.ba-identification-tools>details{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--surface,#fff) 99%,var(--muted,#64748b) 1%);border-radius:14px;overflow:hidden}.ba-identification-tools>details>summary{cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 14px;list-style:none;display:grid}.ba-identification-tools>details>summary::-webkit-details-marker{display:none}.ba-identification-tools>details>summary>span{background:color-mix(in srgb,#2563eb 9%,var(--surface,#fff));color:#2563eb;border-radius:9px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.ba-identification-tools>details>summary>div{gap:2px;display:grid}.ba-identification-tools>details>summary b{font-size:10px}.ba-identification-tools>details>summary small{color:var(--muted,#64748b);font-size:8px}.ba-identification-tools>details>summary em{color:var(--muted,#64748b);font-size:8px;font-style:normal;font-weight:800}.ba-identification-tool-content{border-top:1px solid var(--line,#e2e8f0);padding:0 14px 14px}.ba-identification-tool-content .ba-wizard-step{padding-top:14px}.ba-identification-tool-content .ba-wizard-step-head>span{display:none}.ba-identification-tool-content .ba-wizard-step-head h3{font-size:15px}.ba-identification-tool-content .ba-wizard-step-head p{font-size:9px}.ba-identification-tool-content .ba-wizard-position-map .ba-map-shell{min-height:390px}.ba-identification-optional-note{border:1px dashed var(--line,#cbd5e1);color:var(--muted,#64748b);border-radius:12px;align-items:center;gap:8px;padding:10px 12px;font-size:9px;display:flex}.ba-identification-optional-note b{color:var(--text,#0f172a)}.ba-confirmation-workspace>.ba-wizard-step .ba-wizard-step-head>span{display:none}.ba-confirmation-workspace>.ba-wizard-step .ba-wizard-step-head h3{font-size:20px}.ba-confirmation-parcels{gap:12px;padding-top:4px;display:grid}.ba-confirmation-parcel-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.ba-confirmation-parcel-list article{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--surface,#fff) 98%,#2563eb 2%);border-radius:14px;gap:11px;padding:14px;display:grid}.ba-confirmation-parcel-list article>div{gap:2px;display:grid}.ba-confirmation-parcel-list article>div>span{letter-spacing:.07em;color:#2563eb;font-size:7px;font-weight:850}.ba-confirmation-parcel-list article>div>b{font-size:18px}.ba-confirmation-parcel-list dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0;display:grid}.ba-confirmation-parcel-list dl>div{background:color-mix(in srgb,var(--surface,#fff) 96%,var(--muted,#64748b) 4%);border-radius:9px;gap:2px;padding:8px 9px;display:grid}.ba-confirmation-parcel-list dl>div.wide{grid-column:1/-1}.ba-confirmation-parcel-list dt{color:var(--muted,#64748b);font-size:7px;font-weight:800}.ba-confirmation-parcel-list dd{overflow-wrap:anywhere;margin:0;font-size:9px;font-weight:700}.ba-confirmation-no-cadastre{border:1px dashed var(--line,#cbd5e1);border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;padding:16px;display:grid}.ba-confirmation-no-cadastre>span{background:color-mix(in srgb,#64748b 9%,var(--surface,#fff));width:34px;height:34px;color:var(--muted,#64748b);border-radius:10px;place-items:center;display:grid}.ba-confirmation-no-cadastre>div{gap:3px;display:grid}.ba-confirmation-no-cadastre b{font-size:11px}.ba-confirmation-no-cadastre small{color:var(--muted,#64748b);font-size:9px}@media (width<=1050px){.ba-identification-primary .ba-cadastral-workspace-embedded .ba-cadastral-workspace-body{grid-template-columns:1fr}.ba-identification-primary .ba-cadastral-workspace-side{border-top:1px solid var(--line,#e2e8f0)}.ba-identification-primary .ba-cadastral-selection-summary{position:static}.ba-confirmation-parcel-list{grid-template-columns:1fr}}@media (width<=900px){.ba-wizard-main-compact{padding:14px}.ba-identification-hero{flex-direction:column;align-items:stretch}.ba-identification-address-card{grid-template-columns:auto minmax(0,1fr)}.ba-identification-address-card>em{grid-column:2}.ba-identification-primary .ba-cadastral-map,.ba-identification-primary .ba-cadastral-map>svg{min-height:340px}.ba-identification-primary .ba-cadastral-google-map{min-height:370px}}@media (width<=620px){.ba-identification-section-title{grid-template-columns:1fr}.ba-identification-section-title>span{display:none}.ba-identification-tools>details>summary{grid-template-columns:auto minmax(0,1fr)}.ba-identification-tools>details>summary>em{grid-column:2}.ba-identification-optional-note{flex-direction:column;align-items:flex-start}.ba-confirmation-parcel-list dl{grid-template-columns:1fr}.ba-confirmation-parcel-list dl>div.wide{grid-column:auto}}.ba-premium-backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0f172a9e;padding:10px}.ba-dialog.ba-premium-dialog{border:1px solid color-mix(in srgb,var(--hub-border,#dbe3ef) 86%,white);background:var(--hub-surface-strong,#fff);border-radius:24px;width:min(1580px,100vw - 20px);height:min(940px,100dvh - 20px);max-height:calc(100dvh - 20px);box-shadow:0 28px 80px #0f172a3d;grid-template-rows:minmax(0,1fr)!important;grid-template-columns:240px minmax(0,1fr)!important;padding:0!important;display:grid!important;overflow:hidden!important}.ba-premium-rail{border-right:1px solid var(--hub-border,#dbe3ef);background:radial-gradient(circle at 24% 8%,color-mix(in srgb,var(--hub-primary,#2563eb) 8%,transparent),transparent 34%),linear-gradient(180deg,color-mix(in srgb,var(--hub-surface-subtle,#f8fafc) 87%,white),var(--hub-surface-strong,#fff));flex-direction:column;min-width:0;min-height:0;padding:28px 24px 18px;display:flex;position:relative;overflow:hidden}.ba-premium-brand{color:#0f234a;align-items:center;gap:13px;display:flex}.ba-premium-brand>b{letter-spacing:.14em;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:500}.ba-premium-brand-mark{border:1.5px solid;width:26px;height:26px;display:block;position:relative;transform:rotate(45deg)}.ba-premium-brand-mark:before,.ba-premium-brand-mark:after,.ba-premium-brand-mark i{content:"";border:1px solid;position:absolute;inset:4px}.ba-premium-brand-mark:after{inset:8px}.ba-premium-brand-mark i{display:none}.ba-premium-steps{gap:7px;margin-top:44px;display:grid;position:relative}.ba-premium-steps:before{content:"";background:linear-gradient(180deg,color-mix(in srgb,var(--hub-primary,#2563eb) 52%,#cbd5e1),#dbe3ef);width:1px;position:absolute;top:39px;bottom:38px;left:20px}.ba-premium-step{min-height:72px;color:var(--hub-text-muted,#64748b);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:42px 30px minmax(0,1fr);align-items:center;gap:9px;padding:0;display:grid;position:relative}.ba-premium-step:disabled{cursor:default;opacity:.66}.ba-premium-step-number{z-index:1;border:1px solid var(--hub-border,#dbe3ef);background:var(--hub-surface-strong,#fff);border-radius:50%;place-items:center;width:40px;height:40px;font-size:11px;font-weight:850;display:grid;box-shadow:0 5px 14px #0f172a0d}.ba-premium-step-icon{place-items:center;width:28px;height:28px;display:grid}.ba-premium-step-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.ba-premium-step-copy{font-size:11px;font-weight:700;line-height:1.35}.ba-premium-step[data-current=true]{color:var(--hub-primary,#1457d9)}.ba-premium-step[data-current=true] .ba-premium-step-number{background:linear-gradient(145deg,var(--hub-primary,#1457d9),var(--hub-primary-2,#0b3b98));color:#fff;box-shadow:0 9px 24px color-mix(in srgb,var(--hub-primary,#1457d9) 26%,transparent);border-color:#0000}.ba-premium-step[data-complete=true] .ba-premium-step-number{color:var(--hub-primary,#1457d9)}.ba-premium-rail-art{pointer-events:none;opacity:.33;justify-content:center;align-items:flex-end;min-height:235px;margin:auto -22px -20px;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#000 28% 100%);mask-image:linear-gradient(#0000 0%,#000 28% 100%)}.ba-premium-rail-art img{filter:saturate(.72)contrast(.88);width:255px;max-width:none;transform:translateY(10px)}.ba-premium-stage{background:linear-gradient(180deg,var(--hub-surface-strong,#fff),color-mix(in srgb,var(--hub-surface-strong,#fff) 96%,var(--hub-surface-subtle,#f8fafc)));grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:0;display:grid}.ba-premium-header{justify-content:space-between;align-items:center;gap:24px;min-height:116px;padding:22px 30px 14px;display:flex}.ba-premium-header>div:first-child{gap:7px;display:grid}.ba-premium-header>div:first-child>span{letter-spacing:.09em;color:var(--hub-primary,#1457d9);font-size:8px;font-weight:850}.ba-premium-header h2{letter-spacing:-.03em;color:#12223f;margin:0;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:500;line-height:1.05}.ba-premium-header-actions{align-items:center;gap:14px;display:flex}.ba-premium-header .ba-provider-chip{border-radius:999px;align-items:center;min-height:32px;padding:0 13px;font-size:9px;display:flex}.ba-premium-close{border:1px solid var(--hub-border,#dbe3ef);background:color-mix(in srgb,var(--hub-surface-strong,#fff) 94%,transparent);width:38px;height:38px;color:var(--hub-text,#0f172a);cursor:pointer;border-radius:12px;font-size:24px;line-height:1}.ba-premium-content{overscroll-behavior:contain;scrollbar-gutter:stable;min-width:0;min-height:0;padding:0 30px 20px;overflow:auto}.ba-premium-map-step{grid-template-columns:minmax(0,1fr) 246px;grid-template-areas:"search search""position position""map address";align-items:stretch;gap:14px 16px;min-width:0;display:grid}.ba-premium-address-search{border:1px solid var(--hub-border,#dbe3ef);background:var(--hub-surface-strong,#fff);border-radius:16px;grid-area:search;padding:14px}.ba-premium-address-search .ba-wizard-step-head>span,.ba-premium-address-search .ba-wizard-step-head p{display:none}.ba-premium-address-search .ba-wizard-step-head h3{font-size:14px}.ba-premium-address-bar{border:1px solid var(--hub-border,#dbe3ef);background:color-mix(in srgb,var(--hub-surface-strong,#fff) 98%,var(--hub-primary,#2563eb) 2%);border-radius:15px;grid-area:address;grid-template-rows:auto 1fr auto;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:16px 12px;min-width:0;height:100%;min-height:0;padding:18px 16px;display:grid;box-shadow:0 10px 30px #0f172a08}.ba-premium-address-pin{background:color-mix(in srgb,var(--hub-primary,#2563eb) 7%,var(--hub-surface-strong,#fff));width:42px;height:42px;color:var(--hub-primary,#1457d9);border-radius:12px;grid-area:1/1;place-items:center;display:grid}.ba-premium-address-pin svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:25px;height:25px}.ba-premium-address-copy{grid-area:1/2;gap:7px;min-width:0;padding-top:1px;display:grid}.ba-premium-address-copy>b{overflow-wrap:anywhere;font-size:11px;line-height:1.42}.ba-premium-address-copy>small{color:var(--hub-text-muted,#64748b);flex-wrap:wrap;align-items:center;gap:6px;font-size:8.5px;line-height:1.4;display:flex}.ba-premium-address-copy>small i{background:#22a55b;border-radius:50%;width:6px;height:6px;margin-left:0}.ba-premium-address-actions{grid-area:3/1/auto/-1;align-self:end;gap:10px;display:grid}.ba-premium-address-actions .cw-button{border-radius:11px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;padding:0 13px;font-size:9px;display:flex}.ba-premium-address-actions .primary-outline{border-color:color-mix(in srgb,var(--hub-primary,#2563eb) 70%,var(--hub-border,#dbe3ef));background:color-mix(in srgb,var(--hub-primary,#2563eb) 3%,var(--hub-surface-strong,#fff));color:var(--hub-primary,#1457d9);font-weight:800}.ba-premium-address-copy>small button{color:var(--hub-primary,#1457d9);font:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.ba-premium-help{border:1px solid;border-radius:50%;place-items:center;width:15px;height:15px;margin-left:1px;font-size:8px;font-weight:900;line-height:1;display:inline-grid}.ba-position-edit-banner{border:1px solid color-mix(in srgb,var(--hub-primary,#2563eb) 34%,var(--hub-border,#dbe3ef));background:color-mix(in srgb,var(--hub-primary,#2563eb) 4%,var(--hub-surface-strong,#fff));border-radius:13px;grid-area:position;justify-content:space-between;align-items:center;gap:18px;padding:10px 12px;display:flex}.ba-position-edit-banner>div:first-child{gap:2px;display:grid}.ba-position-edit-banner b{font-size:10px}.ba-position-edit-banner span{color:var(--hub-text-muted,#64748b);font-size:8.5px}.ba-position-edit-banner>div:last-child{gap:8px;display:flex}.ba-position-edit-banner .cw-button{min-height:34px;font-size:8.5px}.ba-premium-map-workspace{grid-area:map;min-width:0}.ba-premium-map-step:not(:has(.ba-premium-address-bar)) .ba-premium-map-workspace{grid-column:1/-1}.ba-premium-map-workspace .ba-cadastral-inline-status,.ba-premium-map-workspace .ba-cadastral-workspace-head,.ba-premium-map-workspace .ba-cadastral-source,.ba-premium-map-workspace .ba-cadastral-detail{display:none!important}.ba-premium-map-workspace .ba-cadastral-workspace-embedded{height:100%;overflow:hidden;box-shadow:0 10px 30px #0f172a0a;border:1px solid var(--hub-border,#dbe3ef)!important;background:var(--hub-surface-strong,#fff)!important;border-radius:15px!important}.ba-premium-map-workspace .ba-cadastral-workspace-toolbar{border-bottom:1px solid var(--hub-border,#dbe3ef);background:color-mix(in srgb,var(--hub-surface-strong,#fff) 98%,var(--hub-surface-subtle,#f8fafc));justify-content:space-between;align-items:center;gap:16px;min-height:52px;padding:7px 12px!important;display:flex!important}.ba-premium-map-workspace .ba-cadastral-toolbar-group{align-items:center;gap:12px;min-width:0;display:flex!important}.ba-premium-map-workspace .ba-cadastral-toolbar-group:has([aria-label="Modalità selezione particelle"]){display:none!important}.ba-premium-map-workspace .ba-cadastral-refresh,.ba-premium-map-workspace .ba-cadastral-candidate-strip{display:none!important}.ba-premium-map-workspace .ba-cadastral-toolbar-group>span{white-space:nowrap;color:#1e293b;font-size:9px!important;font-weight:800!important}.ba-premium-map-workspace .ba-cadastral-segments{border:1px solid var(--hub-border,#dbe3ef);background:var(--hub-surface-strong,#fff);border-radius:9px;align-items:center;overflow:hidden;display:flex!important}.ba-premium-map-workspace .ba-cadastral-segments button{min-height:32px;border:0!important;border-right:1px solid var(--hub-border,#dbe3ef)!important;color:var(--hub-text-muted,#64748b)!important;background:0 0!important;border-radius:0!important;padding:0 15px!important;font-size:8.5px!important;font-weight:700!important}.ba-premium-map-workspace .ba-cadastral-segments button:last-child{border-right:0!important}.ba-premium-map-workspace .ba-cadastral-segments button[data-active=true]{box-shadow:inset 0 -1px 0 var(--hub-primary,#1457d9);background:color-mix(in srgb,var(--hub-primary,#2563eb) 6%,var(--hub-surface-strong,#fff))!important;color:var(--hub-primary,#1457d9)!important}.ba-premium-map-workspace .ba-cadastral-workspace-body{display:block!important}.ba-premium-map-workspace .ba-cadastral-workspace-side{display:none!important}.ba-premium-map-workspace .ba-cadastral-workspace-map{border:0!important}.ba-premium-map-workspace .ba-cadastral-google-map{border-radius:0!important;min-height:445px!important}.ba-premium-map-workspace .ba-cadastral-google-canvas,.ba-premium-map-workspace .ba-cadastral-map,.ba-premium-map-workspace .ba-cadastral-map>svg{min-height:445px!important}.ba-premium-map-workspace [data-testid=building-assistant-cadastral-google-map][data-position-edit=true]{outline:2px solid color-mix(in srgb,var(--hub-primary,#2563eb) 62%,transparent);outline-offset:-2px}.ba-premium-map-workspace [data-testid=building-assistant-cadastral-google-map][data-position-edit=true] .ba-cadastral-google-canvas{cursor:crosshair!important}.ba-premium-secondary-step{gap:14px;display:grid}.ba-premium-step-head{gap:4px;padding:0 2px 5px;display:grid}.ba-premium-step-head>span{letter-spacing:.08em;color:var(--hub-primary,#1457d9);font-size:8px;font-weight:850}.ba-premium-step-head h3{margin:0;font-size:20px}.ba-premium-step-head p{max-width:900px;color:var(--hub-text-muted,#64748b);margin:0;font-size:9.5px;line-height:1.45}.ba-premium-footer{border-top:1px solid var(--hub-border,#dbe3ef);background:color-mix(in srgb,var(--hub-surface-strong,#fff) 97%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;min-height:82px;padding:13px 30px;display:grid}.ba-premium-footer-left{justify-self:start}.ba-premium-footer-right{justify-self:end}.ba-premium-footer .premium-back{border-radius:12px;min-height:48px;padding:0 20px;font-size:10px}.ba-premium-footer .premium-back:first-letter{font-size:24px}.ba-premium-footer-progress{color:#41516e;align-items:center;gap:14px;display:flex}.ba-premium-footer-progress i{background:var(--hub-border,#dbe3ef);width:48px;height:1px}.ba-premium-footer-progress b{font-size:10px}.ba-premium-footer .premium-forward{background:linear-gradient(145deg,var(--hub-primary,#1f67e8),var(--hub-primary-2,#0645ad));min-width:230px;min-height:52px;box-shadow:0 12px 28px color-mix(in srgb,var(--hub-primary,#1f67e8) 24%,transparent);border-radius:12px;justify-content:space-between;align-items:center;gap:18px;padding:0 20px;font-size:11px;display:flex}.ba-premium-footer .premium-forward>b{font-size:25px;font-weight:300}@media (height<=820px) and (width>=1101px){.ba-dialog.ba-premium-dialog{height:calc(100dvh - 12px);max-height:calc(100dvh - 12px)}.ba-premium-backdrop{padding:6px}.ba-premium-rail{padding-top:20px}.ba-premium-steps{margin-top:28px}.ba-premium-step{min-height:60px}.ba-premium-rail-art{min-height:170px}.ba-premium-rail-art img{width:220px}.ba-premium-header{min-height:92px;padding-top:16px;padding-bottom:10px}.ba-premium-header h2{font-size:29px}.ba-premium-content{padding-bottom:12px}.ba-premium-map-workspace .ba-cadastral-google-map,.ba-premium-map-workspace .ba-cadastral-google-canvas,.ba-premium-map-workspace .ba-cadastral-map,.ba-premium-map-workspace .ba-cadastral-map>svg{min-height:350px!important}.ba-premium-footer{min-height:66px;padding-top:8px;padding-bottom:8px}.ba-premium-footer .premium-forward{min-height:46px}}@media (width<=1240px) and (width>=1101px){.ba-premium-map-step{gap-column:13px;grid-template-columns:minmax(0,1fr) 220px}.ba-premium-address-bar{grid-template-columns:38px minmax(0,1fr);column-gap:10px;padding:15px 13px}.ba-premium-address-pin{width:38px;height:38px}.ba-premium-address-pin svg{width:22px;height:22px}.ba-premium-address-actions .cw-button{padding:0 9px}}@media (width<=1100px){.ba-dialog.ba-premium-dialog{grid-template-columns:195px minmax(0,1fr)!important}.ba-premium-rail{padding-left:16px;padding-right:14px}.ba-premium-brand>b{font-size:15px}.ba-premium-step{grid-template-columns:38px 26px minmax(0,1fr)}.ba-premium-step-copy{font-size:9px}.ba-premium-header,.ba-premium-content,.ba-premium-footer{padding-left:20px;padding-right:20px}.ba-premium-map-step{grid-template-columns:1fr;grid-template-areas:"search""position""address""map";gap:12px}.ba-premium-address-bar{grid-template-rows:auto;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;height:auto;min-height:76px;padding:11px 14px}.ba-premium-address-pin{grid-area:1/1}.ba-premium-address-copy{grid-area:1/2;padding-top:0}.ba-premium-address-copy>b{font-size:11px}.ba-premium-address-actions{grid-area:1/3;align-self:center;display:flex}.ba-premium-address-actions .cw-button{width:auto;min-width:130px}}@media (width<=820px){.ba-dialog.ba-premium-dialog{grid-template-columns:1fr!important}.ba-premium-rail{display:none}.ba-premium-header{min-height:88px}.ba-premium-header h2{font-size:26px}.ba-premium-content{padding:0 14px 14px}.ba-premium-address-bar{grid-template-rows:auto auto;grid-template-columns:auto minmax(0,1fr);gap:10px}.ba-premium-address-actions{grid-area:2/1/auto/-1;display:flex}.ba-premium-address-actions .cw-button{flex:1;min-width:0}.ba-premium-map-workspace .ba-cadastral-workspace-toolbar{flex-direction:column;align-items:stretch}.ba-premium-map-workspace .ba-cadastral-toolbar-group{justify-content:space-between}.ba-premium-footer{grid-template-columns:1fr 1fr;padding:10px 14px}.ba-premium-footer-progress{display:none}.ba-premium-footer-left,.ba-premium-footer-right{justify-self:stretch}.ba-premium-footer .cw-button{width:100%;min-width:0}}.ba-dialog.ba-premium-dialog{grid-template-columns:260px minmax(0,1fr)!important}.ba-premium-rail{padding:22px 20px 18px}.ba-premium-steps{margin-top:22px}.ba-premium-rail-art{min-height:150px;margin:auto -18px 0}.ba-premium-rail-provider{border-top:1px solid var(--hub-border,#dbe3ef);flex:none;align-items:center;min-height:44px;margin-top:8px;padding-top:10px;display:flex}.ba-premium-rail-provider .ba-provider-chip{border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:8.5px;display:inline-flex}.ba-premium-stage{grid-template-rows:minmax(0,1fr) auto;position:relative}.ba-premium-header{z-index:20;min-height:0;padding:0;position:absolute;top:18px;right:20px}.ba-premium-mobile-title{display:none!important}.ba-premium-header-actions{margin-left:0}.ba-premium-content{padding:24px 26px 20px}.ba-six-summary .ba-wizard-step-head>span{display:none}@media (height<=820px) and (width>=1101px){.ba-premium-rail{padding-top:16px;padding-bottom:12px}.ba-premium-steps{margin-top:14px}.ba-premium-rail-art{min-height:95px}.ba-premium-header{top:12px;right:16px}.ba-premium-content{padding-top:18px;padding-bottom:12px}}@media (width<=1100px){.ba-dialog.ba-premium-dialog{grid-template-columns:210px minmax(0,1fr)!important}.ba-premium-rail{padding:16px 13px}.ba-premium-rail-art{min-height:110px}.ba-premium-header{top:14px;right:14px}.ba-premium-content{padding-left:18px;padding-right:18px}}@media (width<=820px){.ba-dialog.ba-premium-dialog{grid-template-columns:1fr!important}.ba-premium-stage{grid-template-rows:auto minmax(0,1fr) auto}.ba-premium-header{justify-content:space-between;gap:14px;min-height:76px;padding:12px 14px 8px;display:flex;position:static}.ba-premium-mobile-title{gap:3px;min-width:0;display:grid!important}.ba-premium-mobile-title>span{color:var(--hub-primary,#1457d9);letter-spacing:.08em;font-size:7.5px;font-weight:850}.ba-premium-mobile-title h2{color:var(--hub-text,#0f172a);letter-spacing:-.035em;margin:0;font-family:inherit;font-size:20px;font-weight:750;line-height:1.08}.ba-premium-content{padding:0 14px 14px}}.ba-premium-six-step .ba-premium-steps{gap:1px;margin-top:14px}.ba-premium-six-step .ba-premium-step{grid-template-columns:36px 25px minmax(0,1fr);gap:7px;min-height:52px}.ba-premium-six-step .ba-premium-step-number{width:34px;height:34px;font-size:9.5px}.ba-premium-six-step .ba-premium-step-icon{width:24px;height:24px}.ba-premium-six-step .ba-premium-step-icon svg{width:20px;height:20px}.ba-premium-six-step .ba-premium-step-copy{font-size:10px}.ba-premium-six-step .ba-premium-steps:before{top:31px;bottom:27px;left:17px}.ba-premium-six-step .ba-premium-rail-art{min-height:88px}.ba-premium-six-step .ba-premium-rail-art img{width:215px}.ba-documents-step,.ba-structure-step,.ba-six-summary{min-width:0}.ba-document-context{border:1px solid var(--hub-border,#dbe3ef);background:color-mix(in srgb, var(--hub-primary,#2563eb) 3%, var(--hub-surface-strong,#fff));border-radius:13px;gap:6px;padding:12px 14px;display:grid}.ba-document-context>span,.ba-document-card span,.ba-six-summary-grid article>span{color:var(--hub-primary,#1457d9);letter-spacing:.07em;font-size:8px;font-weight:850}.ba-document-context>div{flex-wrap:wrap;gap:6px 14px;display:flex}.ba-document-context b{font-size:10px;line-height:1.4}.ba-document-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ba-document-card{border:1px solid var(--hub-border,#dbe3ef);background:var(--hub-surface-strong,#fff);border-radius:16px;grid-template-rows:auto auto;grid-template-columns:42px minmax(0,1fr);gap:12px 14px;min-width:0;padding:18px;display:grid;box-shadow:0 8px 24px #0f172a0a}.ba-document-card[data-loaded=true]{border-color:color-mix(in srgb, var(--hub-success,#22a55b) 44%, var(--hub-border,#dbe3ef))}.ba-document-icon{background:color-mix(in srgb, var(--hub-primary,#2563eb) 7%, var(--hub-surface-strong,#fff));width:42px;height:42px;color:var(--hub-primary,#1457d9);border-radius:12px;place-items:center;font-size:20px;display:grid}.ba-document-card>div:nth-child(2){gap:5px;min-width:0;display:grid}.ba-document-card h4{overflow-wrap:anywhere;color:var(--hub-text,#0f172a);margin:0;font-size:13px}.ba-document-card p{color:var(--hub-text-muted,#64748b);margin:0;font-size:9px;line-height:1.45}.ba-document-card .cw-button,.ba-file-button{justify-content:center;min-height:38px;font-size:9px}.ba-file-button{cursor:pointer;align-items:center;display:inline-flex;position:relative}.ba-file-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.ba-document-provider-note,.ba-structure-safety-note,.ba-structure-confirmation{border:1px solid var(--hub-border,#dbe3ef);background:var(--hub-surface-subtle,#f8fafc);border-radius:13px;gap:4px;padding:12px 14px;display:grid}.ba-document-provider-note b,.ba-structure-safety-note b,.ba-structure-confirmation b{font-size:10px}.ba-document-provider-note span,.ba-structure-safety-note span,.ba-structure-confirmation span{color:var(--hub-text-muted,#64748b);font-size:9px;line-height:1.45}.ba-structure-safety-note{border-color:color-mix(in srgb, var(--hub-primary,#2563eb) 24%, var(--hub-border,#dbe3ef));background:color-mix(in srgb, var(--hub-primary,#2563eb) 3%, var(--hub-surface-strong,#fff))}.ba-structure-list{gap:12px;display:grid}.ba-structure-building{border:1px solid var(--hub-border,#dbe3ef);background:var(--hub-surface-strong,#fff);border-radius:15px;gap:12px;padding:14px;display:grid}.ba-structure-building-head{grid-template-columns:130px minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.ba-structure-building label{gap:5px;min-width:0;display:grid}.ba-structure-building label>span{color:var(--hub-text-muted,#64748b);font-size:8px;font-weight:750}.ba-structure-building input,.ba-structure-building select{border:1px solid var(--hub-border,#dbe3ef);background:var(--hub-surface-strong,#fff);min-width:0;min-height:38px;color:var(--hub-text,#0f172a);font:inherit;border-radius:9px;padding:0 10px;font-size:9.5px}.ba-structure-groups{border-top:1px solid var(--hub-border,#dbe3ef);gap:8px;padding-top:10px;display:grid}.ba-structure-group{grid-template-columns:100px minmax(140px,1fr) minmax(130px,.7fr) 30px;align-items:center;gap:8px;display:grid}.ba-structure-empty-group{background:var(--hub-surface-subtle,#f8fafc);border-radius:10px;gap:3px;padding:10px 12px;display:grid}.ba-structure-empty-group b{font-size:9.5px}.ba-structure-empty-group span{color:var(--hub-text-muted,#64748b);font-size:8.5px}.ba-structure-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.ba-structure-actions .cw-button{min-height:42px}.ba-structure-confirmation[data-confirmed=true]{border-color:color-mix(in srgb, var(--hub-success,#22a55b) 44%, var(--hub-border,#dbe3ef));background:color-mix(in srgb, var(--hub-success,#22a55b) 5%, var(--hub-surface-strong,#fff))}.ba-six-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ba-six-summary-grid article{border:1px solid var(--hub-border,#dbe3ef);background:var(--hub-surface-strong,#fff);border-radius:13px;gap:6px;min-width:0;padding:14px;display:grid}.ba-six-summary-grid article b{font-size:11px}.ba-six-summary-grid article small{overflow-wrap:anywhere;color:var(--hub-text-muted,#64748b);font-size:8.5px;line-height:1.45}@media (height<=820px) and (width>=1101px){.ba-premium-six-step .ba-premium-step{min-height:44px}.ba-premium-six-step .ba-premium-step-number{width:30px;height:30px}.ba-premium-six-step .ba-premium-steps:before{left:15px}.ba-premium-six-step .ba-premium-rail-art{min-height:58px}}@media (width<=1100px){.ba-premium-six-step .ba-premium-step{grid-template-columns:34px minmax(0,1fr)}.ba-premium-six-step .ba-premium-step-icon{display:none}.ba-premium-six-step .ba-premium-steps:before{left:17px}.ba-document-grid{grid-template-columns:1fr}.ba-structure-group{grid-template-columns:80px minmax(110px,1fr) minmax(110px,.7fr) 30px}}@media (width<=820px){.ba-document-card,.ba-structure-building-head,.ba-structure-group,.ba-six-summary-grid{grid-template-columns:1fr}.ba-document-card{grid-template-columns:42px minmax(0,1fr)}.ba-document-card .cw-button,.ba-file-button{grid-column:1/-1}.ba-structure-actions{flex-direction:column;align-items:stretch}.ba-structure-actions .cw-button{width:100%}}.ba-open-structure-provider{border:1px solid var(--hub-border,#dbe3ef);background:color-mix(in srgb, var(--hub-primary,#1457d9) 4%, var(--hub-surface,#fff));border-radius:16px;gap:14px;padding:16px;display:grid}.ba-open-structure-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.ba-open-structure-head>div{gap:4px;display:grid}.ba-open-structure-head span,.ba-provider-option span:first-child{color:var(--hub-primary,#1457d9);letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:850}.ba-open-structure-head h4,.ba-provider-option h4{color:var(--hub-text,#0f172a);margin:0;font-size:15px}.ba-open-structure-head p,.ba-provider-option p{color:var(--hub-text-muted,#64748b);margin:0;font-size:10px;line-height:1.5}.ba-free-chip{color:#15803d;letter-spacing:.06em;background:#16a34a1a;border:1px solid #16a34a59;border-radius:999px;flex:none;padding:6px 10px;font-size:8px;font-weight:850}.ba-open-structure-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ba-open-structure-status{color:var(--hub-text-muted,#64748b);font-size:9px}.ba-open-building-list{gap:8px;display:grid}.ba-open-building{border:1px solid var(--hub-border,#dbe3ef);background:var(--hub-surface-strong,#fff);cursor:pointer;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.ba-open-building[data-selected=true]{border-color:color-mix(in srgb, var(--hub-primary,#1457d9) 55%, var(--hub-border,#dbe3ef));background:color-mix(in srgb, var(--hub-primary,#1457d9) 6%, var(--hub-surface-strong,#fff))}.ba-open-building input{width:16px;height:16px}.ba-open-building-copy{gap:2px;min-width:0;display:grid}.ba-open-building-copy b{color:var(--hub-text,#0f172a);font-size:11px}.ba-open-building-copy small{color:var(--hub-text-muted,#64748b);font-size:9px}.ba-open-building-meta{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.ba-open-building-meta span{background:var(--hub-surface-muted,#f1f5f9);color:var(--hub-text-muted,#64748b);white-space:nowrap;border-radius:999px;padding:4px 7px;font-size:8px}.ba-open-structure-warning{border-top:1px solid var(--hub-border,#dbe3ef);color:var(--hub-text-muted,#64748b);padding-top:10px;font-size:8.5px;line-height:1.45}.ba-provider-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ba-provider-option{border:1px solid var(--hub-border,#dbe3ef);background:var(--hub-surface-strong,#fff);border-radius:14px;gap:6px;padding:14px;display:grid}.ba-provider-option-price{justify-content:space-between;align-items:center;gap:10px;margin-top:4px;display:flex}.ba-provider-option-price b{color:var(--hub-text,#0f172a);font-size:12px}.ba-provider-option-price em{background:var(--hub-surface-muted,#f1f5f9);color:var(--hub-text-muted,#64748b);border-radius:999px;padding:4px 7px;font-size:8px;font-style:normal}.ba-open-structure-source-note{border:1px solid color-mix(in srgb, var(--hub-primary,#1457d9) 24%, var(--hub-border,#dbe3ef));background:color-mix(in srgb, var(--hub-primary,#1457d9) 5%, transparent);border-radius:12px;gap:3px;margin-bottom:12px;padding:11px 13px;display:grid}.ba-open-structure-source-note b{color:var(--hub-text,#0f172a);font-size:10px}.ba-open-structure-source-note span{color:var(--hub-text-muted,#64748b);font-size:9px}@media (width<=900px){.ba-provider-options{grid-template-columns:1fr}.ba-open-structure-head{flex-direction:column}.ba-open-building{grid-template-columns:auto minmax(0,1fr)}.ba-open-building-meta{grid-column:2;justify-content:flex-start}}.kondora-wizard-brand{min-height:48px;color:var(--hub-text-heading,#2f3b52);font-family:var(--hub-font-ui);align-items:center;gap:12px;display:flex}.kondora-wizard-brand>span:last-child{gap:2px;min-width:0;display:grid}.kondora-wizard-brand strong{color:var(--hub-text-heading,#2f3b52);letter-spacing:.075em;font-size:12px;font-weight:800;line-height:1.2}.kondora-wizard-brand small{color:var(--hub-text-muted,#8793a6);font-size:9px;font-weight:500;line-height:1.2}.kondora-wizard-brand .hub-brand-mark{border:1px solid var(--hub-border-strong,#d7dee9);background:var(--hub-surface-strong,#fff);width:38px;height:38px;color:var(--hub-text-heading,#2f3b52);border-radius:12px;flex:none;place-items:center;display:inline-grid;box-shadow:0 7px 20px #23314e12}.kondora-wizard-rail-title{gap:5px;margin-top:18px;display:grid}.kondora-wizard-rail-title>span{color:var(--hub-primary,#3f74f3);letter-spacing:.075em;text-transform:uppercase;font-size:8px;font-weight:800}.kondora-wizard-rail-title h2{color:var(--hub-text-heading,#2f3b52);letter-spacing:-.035em;margin:0;font-size:21px;font-weight:700;line-height:1.12}.kondora-wizard-rail-title p{max-width:190px;color:var(--hub-text-muted,#8793a6);margin:0;font-size:10px;line-height:1.45}.cws-step-copy b,.ba-premium-step-copy b,.ba-wizard-sidebar-step b{color:var(--hub-text-heading,#2f3b52);font-family:var(--hub-font-ui)}.cws-step-copy small,.ba-premium-step-copy small,.ba-wizard-sidebar-step small{color:var(--hub-text-muted,#8793a6)}.cws-step[data-active=true] .cws-step-copy b,.ba-premium-step[data-current=true] .ba-premium-step-copy b,.ba-wizard-sidebar-step[data-current=true] b{color:var(--hub-primary,#3f74f3)}.ba-cadastral-section{gap:12px}.ba-cadastral-launcher-card{border:1px solid color-mix(in srgb,#2563eb 20%,var(--line,#dbe3ef));background:color-mix(in srgb,#2563eb 4%,var(--surface,#fff));border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:12px 13px;display:grid}.ba-cadastral-launcher-card>span{background:color-mix(in srgb,#2563eb 12%,var(--surface,#fff));color:#2563eb;border-radius:10px;place-items:center;width:30px;height:30px;font-size:13px;font-weight:900;display:grid}.ba-cadastral-launcher-card>div{gap:3px;min-width:0;display:grid}.ba-cadastral-launcher-card b{font-size:10px}.ba-cadastral-launcher-card small{color:var(--muted,#64748b);text-overflow:ellipsis;font-size:8px;line-height:1.4;overflow:hidden}.ba-cadastral-launcher-card[data-confirmed=true]{border-color:color-mix(in srgb,#16a34a 28%,var(--line,#dbe3ef));background:color-mix(in srgb,#16a34a 5%,var(--surface,#fff))}.ba-cadastral-launcher-card[data-confirmed=true]>span{color:#fff;background:#16a34a}.ba-cadastral-workspace-backdrop{z-index:2200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a85;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.ba-cadastral-workspace{border:1px solid color-mix(in srgb,var(--line,#dbe3ef) 88%,transparent);background:var(--surface,#fff);width:min(1540px,100vw - 36px);height:min(930px,100dvh - 36px);color:var(--text,#0f172a);border-radius:24px;grid-template-rows:auto auto minmax(0,1fr) auto;display:grid;overflow:hidden;box-shadow:0 28px 90px #0f172a42}.ba-cadastral-workspace-head{border-bottom:1px solid var(--line,#e2e8f0);justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 24px 16px;display:flex}.ba-cadastral-workspace-head>div{gap:4px;display:grid}.ba-cadastral-workspace-head span{color:#2563eb;letter-spacing:.09em;font-size:9px;font-weight:850}.ba-cadastral-workspace-head h2{margin:0;font-size:24px}.ba-cadastral-workspace-head p{max-width:900px;color:var(--muted,#64748b);margin:0;font-size:11px;line-height:1.5}.ba-cadastral-workspace-toolbar{border-bottom:1px solid var(--line,#e2e8f0);background:color-mix(in srgb,var(--surface,#fff) 97%,var(--muted,#64748b) 3%);flex-wrap:wrap;align-items:flex-end;gap:12px;padding:12px 18px;display:flex}.ba-cadastral-toolbar-group{gap:5px;display:grid}.ba-cadastral-toolbar-group>span{color:var(--muted,#64748b);text-transform:uppercase;letter-spacing:.055em;font-size:8px;font-weight:800}.ba-cadastral-toolbar-group.compact{margin-left:auto}.ba-cadastral-segments{border:1px solid var(--line,#dbe3ef);background:var(--surface,#fff);border-radius:11px;padding:3px;display:flex}.ba-cadastral-segments button{min-height:32px;color:var(--muted,#64748b);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:0 12px;font-size:9px;font-weight:780}.ba-cadastral-segments button[data-active=true]{background:color-mix(in srgb,#2563eb 11%,var(--surface,#fff));color:#1d4ed8;box-shadow:inset 0 0 0 1px #2563eb38}.ba-cadastral-workspace-body{grid-template-columns:minmax(0,1.7fr) minmax(330px,.7fr);min-height:0;display:grid}.ba-cadastral-workspace-map{border-right:1px solid var(--line,#e2e8f0);background:color-mix(in srgb,var(--surface,#fff) 99%,var(--muted,#64748b) 1%);align-content:start;gap:12px;min-width:0;padding:16px;display:grid;overflow:auto}.ba-cadastral-workspace-side{background:color-mix(in srgb,var(--surface,#fff) 98%,var(--muted,#64748b) 2%);align-content:start;gap:12px;padding:16px;display:grid;overflow:auto}.ba-cadastral-workspace-state{border:1px dashed var(--line,#cbd5e1);text-align:center;border-radius:18px;align-content:center;place-items:center;gap:7px;min-height:430px;padding:24px;display:grid}.ba-cadastral-workspace-state b{font-size:14px}.ba-cadastral-workspace-state span{max-width:520px;color:var(--muted,#64748b);font-size:10px;line-height:1.5}.ba-cadastral-workspace-state.error{border-color:color-mix(in srgb,#dc2626 30%,var(--line,#dbe3ef));background:color-mix(in srgb,#dc2626 4%,var(--surface,#fff))}.ba-cadastral-map{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--surface,#fff) 96%,#dbeafe 4%);border-radius:18px;min-height:460px;position:relative;overflow:hidden}.ba-cadastral-map>svg{z-index:2;width:100%;height:auto;min-height:460px;display:block;position:relative}.ba-cadastral-map-bg{fill:color-mix(in srgb,var(--surface,#fff) 94%,#dbeafe 6%)}.ba-cadastral-orthophoto{z-index:1;object-fit:fill;width:100%;height:100%;position:absolute;inset:0}.ba-cadastral-map[data-has-orthophoto=true]>svg{background:#ffffff05}.ba-cadastral-parcel{cursor:pointer;outline:none}.ba-cadastral-parcel path{fill:#2563eb1a;stroke:#2563eb;stroke-width:1.8px;vector-effect:non-scaling-stroke;transition:fill .14s,stroke-width .14s}.ba-cadastral-parcel[data-contains=true] path{fill:#22c55e1f;stroke:#15803d}.ba-cadastral-parcel[data-selected=true] path{fill:#f59e0b40;stroke:#d97706;stroke-width:3.5px}.ba-cadastral-parcel[data-focused=true] path{filter:drop-shadow(0 0 3px #2563eb47)}.ba-cadastral-parcel text{pointer-events:none;fill:var(--text,#0f172a);paint-order:stroke;stroke:#ffffffeb;stroke-width:3px;stroke-linejoin:round;font-size:10px;font-weight:900}.ba-cadastral-point circle:first-child{fill:#dc262626;stroke:#dc2626;stroke-width:2px}.ba-cadastral-point circle:nth-child(2){fill:#dc2626}.ba-cadastral-point path{stroke:#dc2626;stroke-width:2px}.ba-cadastral-map-legend{z-index:4;border:1px solid color-mix(in srgb,var(--line,#dbe3ef) 80%,transparent);background:color-mix(in srgb,var(--surface,#fff) 88%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;flex-wrap:wrap;gap:10px;padding:7px 9px;display:flex;position:absolute;bottom:10px;right:10px}.ba-cadastral-map-legend span{color:var(--muted,#64748b);align-items:center;gap:5px;font-size:8px;display:flex}.ba-cadastral-map-legend i{background:#2563eb;border-radius:3px;width:9px;height:9px}.ba-cadastral-map-legend i.point{background:#dc2626;border-radius:999px}.ba-cadastral-map-legend i.selected{background:#f59e0b}.ba-cadastral-orthophoto-unavailable{border:1px solid color-mix(in srgb,#f59e0b 28%,var(--line,#dbe3ef));background:color-mix(in srgb,#f59e0b 5%,var(--surface,#fff));border-radius:12px;gap:3px;padding:10px 12px;display:grid}.ba-cadastral-orthophoto-unavailable b{font-size:10px}.ba-cadastral-orthophoto-unavailable span{color:var(--muted,#64748b);font-size:8px;line-height:1.4}.ba-cadastral-orthophoto-diagnostic{z-index:5;border:1px solid color-mix(in srgb,#dc2626 28%,var(--line,#dbe3ef));background:#fffdfd;border-radius:12px;gap:3px;padding:10px 12px;display:grid;position:absolute;top:10px;left:10px;right:10px;box-shadow:0 4px 16px #0f172a1f}.ba-cadastral-orthophoto-diagnostic b{color:#b91c1c;font-size:10px}.ba-cadastral-orthophoto-diagnostic span,.ba-cadastral-orthophoto-diagnostic strong{overflow-wrap:anywhere;color:var(--muted,#64748b);font-size:8px;line-height:1.4}.ba-cadastral-orthophoto-diagnostic code{font-size:8px}.ba-cadastral-orthophoto-diagnostic strong{color:var(--text,#0f172a)}.ba-cadastral-google-map{border:1px solid var(--line,#dbe3ef);border-radius:18px;min-height:520px;position:relative;overflow:hidden}.ba-cadastral-google-canvas{position:absolute;inset:0}.ba-cadastral-map-status{z-index:4;background:color-mix(in srgb,var(--surface,#fff) 88%,transparent);text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);align-content:center;place-items:center;gap:4px;display:grid;position:absolute;inset:0}.ba-cadastral-map-status b{font-size:13px}.ba-cadastral-map-status span{color:var(--muted,#64748b);font-size:9px}.ba-cadastral-google-map[data-status=ready] .ba-cadastral-map-status{display:none}.ba-cadastral-google-legend{z-index:3;background:color-mix(in srgb,var(--surface,#fff) 88%,transparent);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border-radius:11px;gap:2px;padding:9px 11px;display:grid;position:absolute;bottom:12px;left:12px;right:12px;box-shadow:0 5px 18px #0f172a1f}.ba-cadastral-google-legend span{text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:800;overflow:hidden}.ba-cadastral-google-legend small{color:var(--muted,#64748b);font-size:8px}.ba-cadastral-candidate-strip{grid-template-columns:repeat(auto-fit,minmax(104px,1fr));gap:7px;display:grid}.ba-cadastral-candidate-strip button{border:1px solid var(--line,#dbe3ef);background:var(--surface,#fff);color:var(--text,#0f172a);text-align:left;cursor:pointer;border-radius:11px;gap:2px;padding:9px 10px;display:grid}.ba-cadastral-candidate-strip button[data-selected=true]{border-color:color-mix(in srgb,#f59e0b 55%,var(--line,#dbe3ef));background:color-mix(in srgb,#f59e0b 8%,var(--surface,#fff))}.ba-cadastral-candidate-strip button[data-focused=true]{box-shadow:inset 0 0 0 1px #2563eb66}.ba-cadastral-candidate-strip b{font-size:10px}.ba-cadastral-candidate-strip small{color:var(--muted,#64748b);font-size:8px}.ba-cadastral-source,.ba-cadastral-detail,.ba-cadastral-selection-summary{border:1px solid var(--line,#dbe3ef);background:var(--surface,#fff);border-radius:14px;gap:10px;padding:12px;display:grid}.ba-cadastral-source{border-color:color-mix(in srgb,#2563eb 20%,var(--line,#dbe3ef));background:color-mix(in srgb,#2563eb 4%,var(--surface,#fff))}.ba-cadastral-source-title{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;display:grid}.ba-cadastral-source-title>span{background:color-mix(in srgb,#2563eb 12%,var(--surface,#fff));color:#2563eb;border-radius:9px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.ba-cadastral-source-title>div{gap:2px;display:grid}.ba-cadastral-source-title b{font-size:10px;line-height:1.3}.ba-cadastral-source-title small{color:var(--muted,#64748b);font-size:8px;line-height:1.35}.ba-cadastral-source dl,.ba-cadastral-detail dl{grid-template-columns:1fr 1fr;gap:6px;margin:0;display:grid}.ba-cadastral-source dl>div,.ba-cadastral-detail dl>div{border:1px solid color-mix(in srgb,var(--line,#dbe3ef) 82%,transparent);background:color-mix(in srgb,var(--surface,#fff) 96%,var(--muted,#64748b) 4%);border-radius:9px;min-width:0;padding:7px 8px}.ba-cadastral-source dl>.wide,.ba-cadastral-detail dl>.wide{grid-column:1/-1}.ba-cadastral-source dt,.ba-cadastral-detail dt{color:var(--muted,#64748b);text-transform:uppercase;letter-spacing:.055em;font-size:7px;font-weight:800}.ba-cadastral-source dd,.ba-cadastral-detail dd{overflow-wrap:anywhere;color:var(--text,#0f172a);margin:2px 0 0;font-size:9px;font-weight:750;line-height:1.3}.ba-cadastral-source>small,.ba-cadastral-detail>small{color:var(--muted,#64748b);font-size:8px;line-height:1.45}.ba-cadastral-source-actions{grid-template-columns:1fr 1fr;gap:6px;display:grid}.ba-cadastral-source-actions .cw-button{text-align:center;text-decoration:none}.ba-cadastral-detail-head{justify-content:space-between;align-items:start;gap:9px;display:flex}.ba-cadastral-detail-head>div{gap:2px;display:grid}.ba-cadastral-detail-head span,.ba-cadastral-selection-summary>span{color:var(--muted,#64748b);letter-spacing:.065em;font-size:7px;font-weight:850}.ba-cadastral-detail-head b{font-size:12px}.ba-cadastral-detail-head em{background:color-mix(in srgb,#2563eb 8%,var(--surface,#fff));color:#2563eb;white-space:nowrap;border-radius:999px;padding:4px 6px;font-size:7px;font-style:normal;font-weight:800}.ba-cadastral-selection-summary>b{font-size:18px}.ba-cadastral-selection-summary>div{flex-wrap:wrap;gap:5px;display:flex}.ba-cadastral-selection-summary em{background:color-mix(in srgb,#f59e0b 11%,var(--surface,#fff));border-radius:999px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:800}.ba-cadastral-selection-summary small{color:var(--muted,#64748b);font-size:8px}.ba-cadastral-workspace-footer{border-top:1px solid var(--line,#e2e8f0);background:color-mix(in srgb,var(--surface,#fff) 98%,var(--muted,#64748b) 2%);align-items:center;gap:8px;padding:13px 18px;display:flex}.ba-cadastral-workspace-footer>span{flex:1}@media (width<=1050px){.ba-cadastral-workspace{width:calc(100vw - 20px);height:calc(100dvh - 20px)}.ba-cadastral-workspace-body{grid-template-columns:1fr}.ba-cadastral-workspace-map{border-right:0;border-bottom:1px solid var(--line,#e2e8f0)}.ba-cadastral-workspace-side{grid-template-columns:repeat(2,minmax(0,1fr))}.ba-cadastral-toolbar-group.compact{margin-left:0}}@media (width<=700px){.ba-cadastral-workspace-backdrop{padding:0}.ba-cadastral-workspace{border-radius:0;width:100vw;height:100dvh}.ba-cadastral-workspace-head{padding:15px 16px}.ba-cadastral-workspace-head h2{font-size:20px}.ba-cadastral-workspace-toolbar{align-items:stretch;padding:10px}.ba-cadastral-toolbar-group{width:100%}.ba-cadastral-segments{grid-template-columns:repeat(3,1fr);display:grid}.ba-cadastral-workspace-map,.ba-cadastral-workspace-side{padding:10px}.ba-cadastral-workspace-side{grid-template-columns:1fr}.ba-cadastral-map,.ba-cadastral-map>svg{min-height:330px}.ba-cadastral-google-map{min-height:390px}.ba-cadastral-source-actions{grid-template-columns:1fr}.ba-cadastral-workspace-footer{flex-wrap:wrap;position:sticky;bottom:0}.ba-cadastral-workspace-footer>span{display:none}.ba-cadastral-workspace-footer .cw-button{flex:1;min-width:140px}}.image-crop-backdrop{z-index:1820;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a8f;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.image-crop-dialog{border:1px solid var(--line,#dbe3ef);background:var(--surface,#fff);width:min(1080px,100%);max-height:calc(100dvh - 48px);color:var(--text,#0f172a);border-radius:22px;grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden;box-shadow:0 34px 100px #0f172a57}.image-crop-header{border-bottom:1px solid var(--line,#e2e8f0);justify-content:space-between;gap:20px;padding:20px 22px 16px;display:flex}.image-crop-header>div{min-width:0}.image-crop-kicker{color:var(--accent,#2563eb);letter-spacing:.1em;margin-bottom:3px;font-size:9px;font-weight:800;display:block}.image-crop-header h2{margin:0;font-size:21px}.image-crop-header p{color:var(--muted,#64748b);margin:5px 0 0;font-size:12px}.image-crop-close{width:36px;height:36px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:11px;flex:none;font-size:24px;line-height:1}.image-crop-close:hover{background:color-mix(in srgb,var(--muted,#64748b) 10%,transparent)}.image-crop-close:disabled{opacity:.5;cursor:default}.image-crop-body{min-height:0;padding:18px 22px;overflow:auto}.image-crop-stage{border:1px solid color-mix(in srgb,#0f172a 42%,var(--line,#dbe3ef));touch-action:none;-webkit-user-select:none;user-select:none;background:#0f172a;border-radius:17px;justify-content:center;align-items:center;min-height:360px;max-height:62dvh;display:flex;position:relative;overflow:hidden}.image-crop-stage img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;max-width:100%;max-height:62dvh;display:block}.image-crop-loading{color:#ffffffc7;place-items:center;font-size:12px;display:grid;position:absolute;inset:0}.image-crop-selection{z-index:2;box-sizing:border-box;cursor:move;touch-action:none;background-image:linear-gradient(90deg,#0000 33.15%,#ffffff8c 33.2% 33.5%,#0000 33.55% 66.45%,#ffffff8c 66.5% 66.8%,#0000 66.85%),linear-gradient(#0000 33.15%,#ffffff8c 33.2% 33.5%,#0000 33.55% 66.45%,#ffffff8c 66.5% 66.8%,#0000 66.85%);border:2px solid #fffffffa;border-radius:3px;position:absolute;box-shadow:0 0 0 9999px #0206178c,0 0 0 1px #0f172a73}.image-crop-handle{background:var(--accent,#2563eb);touch-action:none;border:2px solid #fff;border-radius:999px;width:16px;height:16px;margin:0;padding:0;position:absolute;box-shadow:0 2px 8px #0f172a66}.image-crop-handle.nw{cursor:nwse-resize;top:-9px;left:-9px}.image-crop-handle.ne{cursor:nesw-resize;top:-9px;right:-9px}.image-crop-handle.sw{cursor:nesw-resize;bottom:-9px;left:-9px}.image-crop-handle.se{cursor:nwse-resize;bottom:-9px;right:-9px}.image-crop-controls{grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:18px;margin-top:14px;display:grid}.image-crop-aspects{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--muted,#64748b) 7%,var(--surface,#fff));border-radius:11px;gap:4px;padding:3px;display:flex}.image-crop-aspect,.image-crop-reset,.image-crop-button{min-height:34px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;padding:6px 11px;font-size:11px;font-weight:700}.image-crop-aspect[data-active=true]{border-color:color-mix(in srgb,var(--accent,#2563eb) 18%,var(--line,#dbe3ef));background:var(--surface,#fff);color:var(--accent,#2563eb);box-shadow:0 1px 4px #0f172a1a}.image-crop-reset{border-color:var(--line,#dbe3ef);background:var(--surface,#fff)}.image-crop-reset:hover,.image-crop-button:hover{border-color:color-mix(in srgb,var(--accent,#2563eb) 35%,var(--line,#dbe3ef))}.image-crop-zoom{color:var(--muted,#64748b);grid-template-columns:auto minmax(120px,1fr);align-items:center;gap:10px;font-size:11px;display:grid}.image-crop-zoom span{white-space:nowrap}.image-crop-zoom b{color:var(--text,#0f172a)}.image-crop-zoom input{width:100%;accent-color:var(--accent,#2563eb)}.image-crop-error{border:1px solid color-mix(in srgb,#ef4444 28%,var(--line,#dbe3ef));background:color-mix(in srgb,#ef4444 6%,var(--surface,#fff));color:#b91c1c;border-radius:10px;margin-top:12px;padding:10px 12px;font-size:11px}.image-crop-footer{border-top:1px solid var(--line,#e2e8f0);justify-content:space-between;align-items:center;gap:18px;padding:14px 22px;display:flex}.image-crop-meta{color:var(--muted,#64748b);flex-wrap:wrap;gap:12px;font-size:10px;display:flex}.image-crop-footer-actions{gap:8px;display:flex}.image-crop-button{border-color:var(--line,#dbe3ef);background:var(--surface,#fff);min-height:38px;padding-inline:15px}.image-crop-button.primary{border-color:var(--accent,#2563eb);background:var(--accent,#2563eb);color:#fff}.image-crop-button:disabled{opacity:.55;cursor:default}@media (width<=760px){.image-crop-backdrop{align-items:end;padding:0}.image-crop-dialog{border-radius:20px 20px 0 0;width:100%;max-height:94dvh}.image-crop-header{padding:17px 16px 13px}.image-crop-header p{max-width:90%}.image-crop-body{padding:14px 16px}.image-crop-stage{min-height:300px;max-height:55dvh}.image-crop-stage img{max-height:55dvh}.image-crop-controls{grid-template-columns:1fr;gap:10px}.image-crop-aspects{grid-template-columns:repeat(4,1fr);display:grid}.image-crop-aspect{padding-inline:5px}.image-crop-zoom{grid-template-columns:auto 1fr}.image-crop-reset{width:100%}.image-crop-footer{padding:12px 16px;display:grid}.image-crop-meta{order:2}.image-crop-footer-actions{grid-template-columns:1fr 1fr;display:grid}.image-crop-button{width:100%}}.descriptor-frame-backdrop{z-index:1880;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a6b;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.descriptor-frame-dialog{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:min(760px,100vw - 28px);color:var(--hub-text);border-radius:22px;overflow:hidden;box-shadow:0 32px 90px #0f172a4d}.descriptor-frame-dialog>header{border-bottom:1px solid var(--hub-border);justify-content:space-between;gap:18px;padding:20px 22px 16px;display:flex}.descriptor-frame-dialog>header span{color:var(--hub-primary);letter-spacing:.1em;font-size:8px;font-weight:850;display:block}.descriptor-frame-dialog>header h2{margin:4px 0 0;font-size:20px}.descriptor-frame-dialog>header p{color:var(--hub-text-muted);margin:6px 0 0;font-size:10px}.descriptor-frame-dialog>header button{border:1px solid var(--hub-border);background:var(--hub-control-bg);width:34px;height:34px;color:var(--hub-text-muted);border-radius:11px;font-size:20px}.descriptor-frame-body{grid-template-columns:minmax(0,1.45fr) minmax(230px,.55fr);gap:18px;padding:18px 22px;display:grid}.descriptor-frame-preview{aspect-ratio:16/9;border:1px solid var(--hub-border);background:linear-gradient(145deg,color-mix(in srgb,var(--hub-primary) 7%,var(--hub-surface-subtle)),var(--hub-surface-strong));border-radius:17px;place-items:center;display:grid;position:relative;overflow:hidden}.descriptor-frame-preview strong{font-size:14px}.descriptor-frame-preview small{color:var(--hub-text-muted);font-size:8px;position:absolute;bottom:10px}.descriptor-frame-grid{background-image:linear-gradient(var(--hub-border) 1px,transparent 1px),linear-gradient(90deg,var(--hub-border) 1px,transparent 1px);opacity:.45;background-size:32px 32px;position:absolute;inset:0}.descriptor-frame-selection{border:2px solid var(--hub-primary);pointer-events:none;border-radius:12px;position:absolute;box-shadow:0 0 0 999px #0f172a3d,inset 0 0 0 1px #fff}.descriptor-frame-controls{align-content:start;gap:15px;display:grid}.descriptor-frame-aspects{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.descriptor-frame-aspects button{border:1px solid var(--hub-border);background:var(--hub-control-bg);min-height:34px;color:var(--hub-text-muted);border-radius:9px;font-size:9px}.descriptor-frame-aspects button[data-active=true]{border-color:var(--hub-primary);background:color-mix(in srgb,var(--hub-primary) 8%,var(--hub-surface-strong));color:var(--hub-primary)}.descriptor-frame-controls label{gap:6px;display:grid}.descriptor-frame-controls label span{color:var(--hub-text-muted);justify-content:space-between;font-size:9px;display:flex}.descriptor-frame-controls input{width:100%;accent-color:var(--hub-primary)}.descriptor-frame-dialog>footer{border-top:1px solid var(--hub-border);background:var(--hub-surface-subtle);justify-content:flex-end;gap:9px;padding:14px 22px;display:flex}@media (width<=700px){.descriptor-frame-backdrop{align-items:end;padding:10px}.descriptor-frame-dialog{border-radius:20px;width:100%}.descriptor-frame-body{grid-template-columns:1fr}.descriptor-frame-dialog>header,.descriptor-frame-body,.descriptor-frame-dialog>footer{padding-left:16px;padding-right:16px}.descriptor-frame-dialog>footer{grid-template-columns:1fr 1fr;display:grid}.descriptor-frame-dialog>footer .cw-button{width:100%}}.dossier-album-launcher{border:1px solid var(--hub-border);background:color-mix(in srgb,var(--hub-primary) 2%,var(--hub-surface-strong));min-height:62px;color:var(--hub-text);border-radius:13px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;margin:0 0 14px;padding:9px 12px;display:grid}.dossier-album-icon{background:color-mix(in srgb,var(--hub-primary) 8%,var(--hub-surface-subtle));width:34px;height:34px;color:var(--hub-primary);border-radius:10px;place-items:center;font-size:17px;display:grid}.dossier-album-launcher>div:nth-child(2){gap:2px;min-width:0;display:grid}.dossier-album-launcher>div:nth-child(2)>span{color:var(--hub-primary);letter-spacing:.05em;font-size:7.5px;font-weight:850}.dossier-album-launcher>div:nth-child(2)>b{font-size:12px}.dossier-album-launcher>div:nth-child(2)>small{color:var(--hub-text-muted);font-size:8.5px}.dossier-album-actions{gap:7px;display:flex}.dossier-album-backdrop{z-index:1810;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#0f172a66;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dossier-album-dialog{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:min(980px,100vw - 28px);max-height:min(820px,100dvh - 28px);color:var(--hub-text);border-radius:22px;grid-template-rows:auto auto minmax(0,1fr) auto auto;display:grid;overflow:hidden;box-shadow:0 32px 90px #0f172a4d}.dossier-album-dialog>header{border-bottom:1px solid var(--hub-border);justify-content:space-between;gap:18px;padding:20px 22px 15px;display:flex}.dossier-album-dialog>header span{color:var(--hub-primary);letter-spacing:.09em;font-size:8px;font-weight:850;display:block}.dossier-album-dialog>header h2{margin:4px 0 0;font-size:21px}.dossier-album-dialog>header p{color:var(--hub-text-muted);margin:5px 0 0;font-size:10px}.dossier-album-dialog>header button{border:1px solid var(--hub-border);background:var(--hub-control-bg);width:34px;height:34px;color:var(--hub-text-muted);border-radius:11px;font-size:20px}.dossier-album-toolbar{border-bottom:1px solid var(--hub-border);justify-content:space-between;align-items:center;gap:12px;padding:12px 22px;display:flex}.dossier-album-toolbar>div{gap:2px;display:grid}.dossier-album-toolbar b{font-size:11px}.dossier-album-toolbar small{color:var(--hub-text-muted);font-size:8.5px}.dossier-album-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-height:0;padding:18px 22px;display:grid;overflow:auto}.dossier-asset-card{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:15px;overflow:hidden}.dossier-asset-card[data-cover=true]{border-color:color-mix(in srgb,var(--hub-primary) 55%,var(--hub-border));box-shadow:0 0 0 2px color-mix(in srgb,var(--hub-primary) 8%,transparent)}.dossier-asset-preview{aspect-ratio:16/10;background:var(--hub-surface-strong);position:relative;overflow:hidden}.dossier-asset-preview img{object-fit:cover;width:100%;height:100%}.dossier-asset-preview>em{background:var(--hub-primary);color:#fff;border-radius:999px;padding:4px 7px;font-size:7px;font-style:normal;font-weight:850;position:absolute;top:8px;left:8px}.dossier-descriptor-preview{background:linear-gradient(145deg,color-mix(in srgb,var(--hub-primary) 7%,var(--hub-surface-subtle)),var(--hub-surface-strong));height:100%;color:var(--hub-primary);align-content:center;place-items:center;gap:4px;display:grid}.dossier-descriptor-preview span{font-size:27px}.dossier-descriptor-preview b{font-size:11px}.dossier-descriptor-preview small{color:var(--hub-text-muted);font-size:8px}.dossier-asset-copy{gap:3px;padding:10px 11px;display:grid}.dossier-asset-copy>b{text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;overflow:hidden}.dossier-asset-copy>small{color:var(--hub-text-muted);font-size:7.5px}.dossier-asset-copy label{color:var(--hub-text-muted);align-items:center;gap:5px;margin-top:4px;font-size:8px;display:flex}.dossier-asset-copy input{accent-color:var(--hub-primary)}.dossier-asset-buttons{flex-wrap:wrap;gap:5px;padding:0 11px 11px;display:flex}.dossier-asset-buttons button{border:1px solid var(--hub-border);background:var(--hub-control-bg);min-height:30px;color:var(--hub-text-muted);border-radius:8px;padding:0 8px;font-size:8px}.dossier-asset-buttons button.danger{color:var(--hub-danger)}.dossier-album-empty{border:1px dashed var(--hub-border-strong);min-height:260px;color:var(--hub-text-muted);text-align:center;border-radius:16px;grid-column:1/-1;align-content:center;place-items:center;gap:7px;display:grid}.dossier-album-empty b{color:var(--hub-text);font-size:13px}.dossier-album-empty span{font-size:9px}.dossier-album-empty .cw-button{margin-top:6px}.dossier-album-error{border:1px solid color-mix(in srgb,var(--hub-danger) 24%,var(--hub-border));background:color-mix(in srgb,var(--hub-danger) 5%,var(--hub-surface-strong));color:var(--hub-danger);border-radius:11px;margin:0 22px 12px;padding:10px 12px;font-size:9px}.dossier-album-dialog>footer{border-top:1px solid var(--hub-border);background:var(--hub-surface-subtle);justify-content:space-between;align-items:center;gap:12px;padding:13px 22px;display:flex}.dossier-album-dialog>footer span{color:var(--hub-text-muted);font-size:8.5px}@media (width<=760px){.dossier-album-launcher{grid-template-columns:34px minmax(0,1fr)}.dossier-album-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}.dossier-album-backdrop{align-items:end;padding:9px}.dossier-album-dialog{border-radius:20px;width:100%;max-height:92dvh}.dossier-album-grid{grid-template-columns:1fr 1fr;padding:14px 16px}.dossier-album-dialog>header,.dossier-album-toolbar,.dossier-album-dialog>footer{padding-left:16px;padding-right:16px}}@media (width<=520px){.dossier-album-grid{grid-template-columns:1fr}.dossier-album-dialog>footer{flex-direction:column;align-items:stretch}.dossier-album-dialog>footer .cw-button{width:100%}}.building-dossier-capture{border:1px solid var(--hub-border,var(--line,#dbe3ef));background:color-mix(in srgb,var(--hub-primary,var(--accent,#2563eb)) 2%,var(--hub-surface-subtle,var(--surface,#fff)));color:var(--hub-text,var(--text,#0f172a));border-radius:13px;grid-template-columns:minmax(210px,.75fr) minmax(0,1.25fr);align-items:center;gap:10px 16px;margin:-4px 0 12px;padding:11px 12px;display:grid}.building-dossier-capture-copy{gap:2px;min-width:0;display:grid}.building-dossier-capture-copy>span{color:var(--hub-primary,var(--accent,#2563eb));letter-spacing:.05em;font-size:7.5px;font-weight:850}.building-dossier-capture-copy>b{font-size:11px}.building-dossier-capture-copy>small{color:var(--hub-text-muted,var(--muted,#64748b));font-size:8px;line-height:1.35}.building-dossier-capture-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.building-dossier-capture-actions .cw-button{min-width:0;min-height:36px;padding:0 7px;font-size:8.5px}.building-dossier-capture-actions i{color:var(--hub-primary,var(--accent,#2563eb));margin-right:4px;font-style:normal}.building-dossier-capture-notice,.building-dossier-capture-error,.building-dossier-capture-policy{grid-column:1/-1;font-size:8px;line-height:1.4}.building-dossier-capture-notice{color:var(--hub-primary,var(--accent,#2563eb))}.building-dossier-capture-error{color:var(--hub-danger,#dc2626)}.building-dossier-capture-policy{color:var(--hub-text-muted,var(--muted,#64748b))}.building-dossier-capture[data-embedded=true]{background:color-mix(in srgb,var(--accent,#2563eb) 3%,var(--surface,#fff));border-radius:14px;grid-template-columns:minmax(220px,.8fr) minmax(280px,1.2fr);margin:0;padding:12px 14px}.building-dossier-capture[data-embedded=true] .building-dossier-capture-copy>span{font-size:9px}.building-dossier-capture[data-embedded=true] .building-dossier-capture-copy>b{font-size:12px}.building-dossier-capture[data-embedded=true] .building-dossier-capture-copy>small{font-size:10px}.building-dossier-capture[data-embedded=true] .building-dossier-capture-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.building-dossier-capture[data-embedded=true] .building-dossier-capture-actions .cw-button{min-height:38px;font-size:10px}.building-dossier-capture[data-embedded=true] .building-dossier-capture-policy,.building-dossier-capture[data-embedded=true] .building-dossier-capture-notice,.building-dossier-capture[data-embedded=true] .building-dossier-capture-error{font-size:9px}@media (width<=820px){.building-dossier-capture,.building-dossier-capture[data-embedded=true]{grid-template-columns:1fr}.building-dossier-capture-actions,.building-dossier-capture[data-embedded=true] .building-dossier-capture-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.ba-launcher{border:1px solid color-mix(in srgb,var(--accent,#2563eb) 35%,var(--line,#dbe3ef));background:color-mix(in srgb,var(--accent,#2563eb) 6%,var(--surface,#fff));border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin:0 0 18px;padding:16px 18px;display:grid;box-shadow:0 10px 24px #0f172a0d}.ba-launcher-icon{background:color-mix(in srgb,var(--accent,#2563eb) 14%,var(--surface,#fff));width:42px;height:42px;color:var(--accent,#2563eb);border-radius:14px;place-items:center;font-size:22px;font-weight:800;display:grid}.ba-launcher-copy{min-width:0}.ba-launcher-copy h3{margin:3px 0 4px;font-size:16px}.ba-launcher-copy p{max-width:720px;color:var(--muted,#64748b);margin:0;font-size:13px;line-height:1.45}.ba-kicker{letter-spacing:.08em;color:var(--accent,#2563eb);font-size:10px;font-weight:800;line-height:1.2}.ba-launcher-actions{align-items:center;gap:8px;display:flex}.ba-launcher-button{white-space:nowrap}.ba-backdrop{z-index:1400;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a7a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.ba-dialog{border:1px solid var(--line,#dbe3ef);background:var(--surface,#fff);width:min(760px,100%);max-height:min(820px,100vh - 48px);color:inherit;border-radius:20px;overflow:auto;box-shadow:0 28px 80px #0f172a47}.ba-header{border-bottom:1px solid var(--line,#e2e8f0);justify-content:space-between;gap:24px;padding:22px 24px 16px;display:flex}.ba-header h2{margin:4px 0;font-size:22px}.ba-header p{color:var(--muted,#64748b);margin:0;font-size:13px}.ba-close{width:36px;height:36px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;font-size:24px}.ba-close:hover{background:color-mix(in srgb,var(--muted,#64748b) 10%,transparent)}.ba-demo-note{border:1px solid color-mix(in srgb,#f59e0b 32%,var(--line,#e2e8f0));background:color-mix(in srgb,#f59e0b 8%,var(--surface,#fff));border-radius:12px;align-items:flex-start;gap:10px;margin:18px 24px 0;padding:12px 14px;font-size:12px;display:flex}.ba-demo-note span{color:var(--muted,#64748b)}.ba-search-row{grid-template-columns:1fr auto;align-items:end;gap:12px;padding:20px 24px;display:grid}.ba-search-row label{gap:7px;display:grid}.ba-search-row label>span{font-size:12px;font-weight:700}.ba-search-row input{border:1px solid var(--line,#cbd5e1);background:var(--surface,#fff);width:100%;min-height:40px;color:inherit;font:inherit;box-sizing:border-box;border-radius:10px;padding:9px 12px}.ba-results{padding:0 24px 20px}.ba-empty,.ba-message{border:1px solid var(--line,#e2e8f0);background:color-mix(in srgb,var(--surface,#fff) 94%,var(--muted,#64748b) 6%);border-radius:14px;gap:5px;padding:18px;font-size:13px;display:grid}.ba-empty span,.ba-message span,.ba-message small,.ba-result-head span{color:var(--muted,#64748b)}.ba-message.warning{border-color:color-mix(in srgb,#f59e0b 35%,var(--line,#e2e8f0));background:color-mix(in srgb,#f59e0b 7%,var(--surface,#fff))}.ba-message.error{border-color:color-mix(in srgb,#ef4444 32%,var(--line,#e2e8f0));background:color-mix(in srgb,#ef4444 6%,var(--surface,#fff))}.ba-result-head{gap:3px;margin-bottom:10px;font-size:13px;display:grid}.ba-candidates{gap:10px;display:grid}.ba-candidate{border:1px solid var(--line,#dbe3ef);background:var(--surface,#fff);width:100%;color:inherit;text-align:left;cursor:pointer;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;display:grid}.ba-candidate:hover{border-color:color-mix(in srgb,var(--accent,#2563eb) 42%,var(--line,#dbe3ef))}.ba-candidate[data-selected=true]{border-color:var(--accent,#2563eb);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent,#2563eb) 11%,transparent)}.ba-pin{background:color-mix(in srgb,var(--accent,#2563eb) 10%,var(--surface,#fff));width:34px;height:34px;color:var(--accent,#2563eb);border-radius:11px;place-items:center;font-weight:800;display:grid}.ba-candidate-copy{gap:2px;display:grid}.ba-candidate-copy small{color:var(--muted,#64748b)}.ba-candidate-copy em{color:var(--accent,#2563eb);margin-top:3px;font-size:11px;font-style:normal;font-weight:700}.ba-coords{color:var(--muted,#64748b);white-space:nowrap;font-size:11px}.ba-footer{border-top:1px solid var(--line,#e2e8f0);grid-template-columns:auto 1fr auto;gap:12px;padding:16px 24px;display:grid}.ba-proposal-dialog{width:min(900px,100%)}.ba-proposal-body{gap:16px;padding:20px 24px;display:grid}.ba-proposal-summary{grid-template-columns:minmax(220px,320px) 1fr;align-items:end;gap:18px;display:grid}.ba-proposal-summary label,.ba-proposed-head label{gap:6px;display:grid}.ba-proposal-summary label>span,.ba-proposed-head label>span{color:var(--muted,#64748b);font-size:11px;font-weight:800}.ba-proposal-summary input,.ba-proposed-head input,.ba-proposed-group input,.ba-proposed-group select{border:1px solid var(--line,#cbd5e1);background:var(--surface,#fff);min-height:38px;color:inherit;font:inherit;box-sizing:border-box;border-radius:10px;padding:8px 10px}.ba-check{align-items:center;gap:9px;padding-bottom:8px;font-size:12px;grid-template-columns:none!important;display:flex!important}.ba-check input{width:auto;min-height:auto}.ba-proposal-list{gap:12px;display:grid}.ba-proposed-building{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--surface,#fff) 96%,var(--muted,#64748b) 4%);border-radius:14px;padding:14px}.ba-proposed-head{grid-template-columns:150px minmax(220px,1fr) auto;align-items:end;gap:10px;display:grid}.ba-proposed-groups{border-top:1px solid var(--line,#e2e8f0);gap:8px;margin-top:12px;padding-top:12px;display:grid}.ba-proposed-group{grid-template-columns:110px minmax(180px,1fr) 170px 34px;align-items:center;gap:8px;display:grid}.ba-remove-inline{width:34px;height:34px;color:var(--muted,#64748b);cursor:pointer;background:0 0;border:0;border-radius:10px;font-size:20px}.ba-remove-inline:hover{color:#dc2626;background:#ef444414}.ba-observations{border:1px dashed color-mix(in srgb,var(--accent,#2563eb) 30%,var(--line,#dbe3ef));background:color-mix(in srgb,var(--accent,#2563eb) 3%,var(--surface,#fff));border-radius:12px;gap:4px;padding:14px;font-size:12px;display:grid}.ba-observations span,.ba-observations small{color:var(--muted,#64748b)}.ba-message ul{margin:4px 0 0 18px;padding:0}.ba-provenance{border:1px solid color-mix(in srgb,var(--accent,#2563eb) 20%,var(--line,#dbe3ef));background:color-mix(in srgb,var(--accent,#2563eb) 3%,var(--surface,#fff));border-radius:14px;gap:10px;padding:14px;display:grid}.ba-provenance-head>div{gap:3px;display:grid}.ba-provenance-head small{color:var(--muted,#64748b);font-size:11px}.ba-provenance-list{gap:8px;display:grid}.ba-provenance-row{grid-template-columns:auto auto minmax(160px,1fr);align-items:center;gap:8px;display:grid}.ba-provenance-row small{color:var(--muted,#64748b);line-height:1.35}.ba-provenance-chip,.ba-confidence-chip{border:1px solid var(--line,#dbe3ef);background:var(--surface,#fff);white-space:nowrap;border-radius:999px;align-items:center;min-height:26px;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.ba-confidence-chip[data-confidence=confirmed]{border-color:color-mix(in srgb,#16a34a 38%,var(--line,#dbe3ef));background:color-mix(in srgb,#16a34a 8%,var(--surface,#fff))}.ba-confidence-chip[data-confidence=low]{border-color:color-mix(in srgb,#f59e0b 38%,var(--line,#dbe3ef));background:color-mix(in srgb,#f59e0b 8%,var(--surface,#fff))}@media (width<=760px){.ba-launcher{grid-template-columns:auto minmax(0,1fr)}.ba-launcher-actions{grid-column:1/-1;grid-template-columns:minmax(0,1fr);min-width:0;display:grid}.ba-launcher-actions .cw-button{width:100%;min-width:0}.ba-backdrop{align-items:end;padding:0}.ba-dialog{box-sizing:border-box;border-radius:20px 20px 0 0;width:100%;max-height:92vh}.ba-search-row{grid-template-columns:1fr}.ba-search-row .cw-button{width:100%}.ba-candidate{grid-template-columns:auto 1fr}.ba-coords{grid-column:2}.ba-footer{grid-template-columns:1fr}.ba-footer span{display:none}.ba-footer .cw-button{width:100%}.ba-proposal-dialog,.ba-proposal-body,.ba-proposed-building,.ba-proposed-head,.ba-proposed-group,.ba-proposed-head label{box-sizing:border-box;min-width:0}.ba-proposal-summary{grid-template-columns:1fr}.ba-proposed-head{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.ba-proposed-head>.cw-button{grid-column:1/-1}.ba-proposed-group{grid-template-columns:90px minmax(0,1fr) 34px}.ba-proposed-head input,.ba-proposed-group input,.ba-proposed-group select{width:100%;min-width:0;max-width:100%}.ba-proposed-group select{grid-column:1/3}.ba-proposed-group .ba-remove-inline{grid-area:1/3/3}.ba-proposal-body{padding:16px}.ba-demo-note{margin-left:16px;margin-right:16px}.ba-provenance-row{grid-template-columns:1fr 1fr}.ba-provenance-row small{grid-column:1/-1}}.ba-verification-dialog{grid-template-rows:auto minmax(0,1fr) auto;width:min(1460px,100vw - 48px);height:min(880px,100vh - 48px);max-height:calc(100vh - 48px);display:grid;overflow:hidden}.ba-verification-header{align-items:flex-start}.ba-verification-header-actions{align-items:center;gap:10px;display:flex}.ba-provider-chip{border:1px solid color-mix(in srgb,var(--line,#dbe3ef) 84%,transparent);background:color-mix(in srgb,var(--muted,#64748b) 7%,var(--surface,#fff));min-height:28px;color:var(--muted,#64748b);white-space:nowrap;border-radius:999px;align-items:center;padding:4px 9px;font-size:10px;font-weight:800;display:inline-flex}.ba-provider-chip[data-live=true]{border-color:color-mix(in srgb,#16a34a 30%,var(--line,#dbe3ef));background:color-mix(in srgb,#16a34a 7%,var(--surface,#fff));color:#15803d}.ba-verification-body{grid-template-columns:minmax(340px,.38fr) minmax(0,.62fr);min-height:0;display:grid;overflow:hidden}.ba-verification-sidebar{border-right:1px solid var(--line,#e2e8f0);background:color-mix(in srgb,var(--surface,#fff) 98%,var(--muted,#64748b) 2%);min-width:0;overflow:auto}.ba-verification-main{background:var(--surface,#fff);min-width:0;min-height:0;padding:16px 18px 18px;overflow:auto}.ba-verification-sidebar .ba-live-note,.ba-verification-sidebar .ba-demo-note{margin:14px 16px 0;padding:10px 12px}.ba-live-note{border:1px solid color-mix(in srgb,#16a34a 28%,var(--line,#e2e8f0));background:color-mix(in srgb,#16a34a 7%,var(--surface,#fff));border-radius:12px;align-items:flex-start;gap:10px;font-size:11px;display:flex}.ba-live-note span{color:var(--muted,#64748b)}.ba-verification-sidebar .ba-search-row{padding:16px}.ba-verification-sidebar .ba-results{padding:0 16px 18px}.ba-verification-sidebar .ba-result-head{margin-top:2px}.ba-verification-sidebar .ba-candidates{gap:8px}.ba-verification-sidebar .ba-candidate{grid-template-columns:auto minmax(0,1fr);padding:12px}.ba-verification-sidebar .ba-coords{grid-column:2}.ba-verification-sidebar .ba-adjustment-state{grid-template-columns:auto minmax(0,1fr);margin-top:12px}.ba-verification-sidebar .ba-adjustment-state>.cw-button{grid-column:1/-1;width:100%}.ba-verification-meta{border:1px dashed color-mix(in srgb,var(--accent,#2563eb) 24%,var(--line,#dbe3ef));background:color-mix(in srgb,var(--accent,#2563eb) 3%,var(--surface,#fff));border-radius:12px;grid-template-columns:auto 1fr;gap:3px 8px;margin-top:10px;padding:10px 12px;font-size:10px;display:grid}.ba-verification-meta span,.ba-verification-meta small{color:var(--muted,#64748b)}.ba-verification-meta small{text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;overflow:hidden}.ba-verification-map-panel{grid-template-rows:auto auto auto auto;gap:10px;margin:0;display:grid}.ba-verification-map-head{justify-content:space-between;align-items:end;gap:16px;display:flex}.ba-verification-map-head>div{gap:3px;display:grid}.ba-verification-map-head span,.ba-verification-map-head small{color:var(--muted,#64748b);font-size:11px}.ba-verification-map-head>small{text-overflow:ellipsis;white-space:nowrap;text-align:right;max-width:260px;overflow:hidden}.ba-map-view-toolbar{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--surface,#fff) 96%,var(--muted,#64748b) 4%);border-radius:13px;justify-content:space-between;align-items:center;gap:14px;padding:9px 10px 9px 12px;display:flex}.ba-map-view-toolbar>div:first-child{gap:2px;min-width:180px;display:grid}.ba-map-view-toolbar b{font-size:12px}.ba-map-view-toolbar small{color:var(--muted,#64748b);font-size:10px}.ba-map-view-actions{grid-auto-flow:column;align-items:center;gap:8px;display:flex!important}.ba-map-view-segments{border:1px solid color-mix(in srgb,var(--line,#dbe3ef) 82%,transparent);background:color-mix(in srgb,var(--muted,#64748b) 8%,var(--surface,#fff));border-radius:10px;gap:3px;padding:3px;display:flex}.ba-map-view-option{min-height:30px;color:var(--muted,#64748b);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:5px 10px;font-size:11px;font-weight:700}.ba-map-view-option:hover{color:var(--text,#0f172a)}.ba-map-view-option[data-active=true]{background:var(--surface,#fff);color:var(--text,#0f172a);box-shadow:0 1px 4px #0f172a1f}.ba-street-view-toggle[aria-pressed=true],.ba-3d-toggle[aria-pressed=true]{border-color:color-mix(in srgb,var(--accent,#2563eb) 36%,var(--line,#dbe3ef));background:color-mix(in srgb,var(--accent,#2563eb) 8%,var(--surface,#fff));color:var(--accent,#2563eb)}.ba-adjustment-state{border:1px solid var(--line,#dbe3ef);background:var(--surface,#fff);border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.ba-adjustment-state>div{gap:2px;display:grid}.ba-adjustment-state b{font-size:12px}.ba-adjustment-state small{color:var(--muted,#64748b);font-size:11px}.ba-adjustment-dot{background:var(--muted,#94a3b8);width:10px;height:10px;box-shadow:0 0 0 4px color-mix(in srgb,var(--muted,#94a3b8) 12%,transparent);border-radius:999px}.ba-adjustment-state[data-adjusted=true]{border-color:color-mix(in srgb,#f59e0b 32%,var(--line,#dbe3ef));background:color-mix(in srgb,#f59e0b 6%,var(--surface,#fff))}.ba-adjustment-state[data-adjusted=true] .ba-adjustment-dot{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b24}.ba-primary-view{gap:8px;min-width:0;display:grid}.ba-map-shell{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--surface,#fff) 92%,var(--muted,#64748b) 8%);border-radius:16px;min-height:clamp(360px,48vh,560px);position:relative;overflow:hidden}.ba-map-canvas{position:absolute;inset:0}.ba-map-overlay{z-index:2;background:color-mix(in srgb,var(--surface,#fff) 90%,transparent);text-align:center;place-content:center;gap:5px;padding:20px;font-size:12px;display:grid;position:absolute;inset:0}.ba-map-overlay span{color:var(--muted,#64748b)}.ba-map-overlay.error{background:color-mix(in srgb,#ef4444 6%,var(--surface,#fff))}.ba-map-crosshair{z-index:3;border:2px solid var(--surface,#fff);background:var(--accent,#2563eb);color:#fff;pointer-events:none;border-radius:999px;place-items:center;width:30px;height:30px;font-size:20px;font-weight:500;line-height:1;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 14px #0f172a3d}.ba-map-edit-hint{z-index:3;background:color-mix(in srgb,var(--surface,#fff) 92%,transparent);white-space:nowrap;pointer-events:none;border-radius:999px;max-width:calc(100% - 24px);padding:7px 10px;font-size:11px;position:absolute;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 3px 12px #0f172a26}.ba-map-demo-shell{text-align:center;place-content:center;gap:5px;transition:background .18s;display:grid}.ba-map-demo-shell b{font-size:13px}.ba-map-demo-shell small{color:var(--muted,#64748b)}.ba-map-demo-shell em{color:var(--muted,#64748b);font-size:11px;font-style:normal}.ba-map-demo-roadmap{background:linear-gradient(135deg,color-mix(in srgb,var(--surface,#fff) 94%,#dbeafe 6%),color-mix(in srgb,var(--surface,#fff) 92%,#e2e8f0 8%))}.ba-map-demo-satellite{background:linear-gradient(135deg,color-mix(in srgb,#365314 58%,var(--surface,#fff)),color-mix(in srgb,#334155 72%,var(--surface,#fff)))}.ba-map-demo-hybrid{background:linear-gradient(135deg,color-mix(in srgb,#365314 54%,var(--surface,#fff)),color-mix(in srgb,#334155 66%,var(--surface,#fff)));box-shadow:inset 0 0 0 1px #ffffff2e}.ba-map-demo-satellite b,.ba-map-demo-satellite small,.ba-map-demo-satellite em,.ba-map-demo-hybrid b,.ba-map-demo-hybrid small,.ba-map-demo-hybrid em{color:#fff;text-shadow:0 1px 2px #0f172a80}.ba-map-demo-pin{background:color-mix(in srgb,var(--accent,#2563eb) 12%,var(--surface,#fff));width:44px;height:44px;color:var(--accent,#2563eb);border-radius:14px;place-items:center;margin:0 auto 4px;font-size:22px;font-weight:800;display:grid}.ba-map-demo-satellite .ba-map-demo-pin,.ba-map-demo-hybrid .ba-map-demo-pin{color:#1d4ed8;background:#ffffffe6}.ba-demo-nudge{grid-template-columns:auto auto 1fr auto auto;align-items:center;gap:8px;display:grid}.ba-demo-nudge span{text-align:center;color:var(--muted,#64748b);font-size:11px}.ba-demo-nudge .cw-button{min-width:42px;padding-inline:10px;font-size:16px}.ba-3d-panel,.ba-street-view-panel{border:1px solid color-mix(in srgb,var(--accent,#2563eb) 18%,var(--line,#dbe3ef));background:color-mix(in srgb,var(--accent,#2563eb) 3%,var(--surface,#fff));border-radius:16px;gap:9px;padding:10px;display:grid}.ba-3d-head,.ba-street-view-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.ba-3d-head>div,.ba-street-view-head>div{gap:2px;display:grid}.ba-3d-head b,.ba-street-view-head b{font-size:12px}.ba-3d-head span,.ba-street-view-head span{color:var(--muted,#64748b);font-size:11px}.ba-3d-shell,.ba-street-view-shell{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--surface,#fff) 90%,#cbd5e1 10%);border-radius:14px;min-height:clamp(330px,44vh,520px);position:relative;overflow:hidden}.ba-3d-canvas,.ba-street-view-canvas{position:absolute;inset:0}.ba-3d-overlay,.ba-street-view-overlay{z-index:2;background:color-mix(in srgb,var(--surface,#fff) 94%,transparent);text-align:center;place-content:center;gap:5px;padding:20px;display:grid;position:absolute;inset:0}.ba-3d-overlay b,.ba-street-view-overlay b{font-size:13px}.ba-3d-overlay span,.ba-street-view-overlay span{max-width:520px;color:var(--muted,#64748b);font-size:11px}.ba-3d-overlay small{color:var(--muted,#64748b);font-size:10px}.ba-street-view-overlay.warning{background:color-mix(in srgb,#f59e0b 6%,var(--surface,#fff))}.ba-3d-overlay.error,.ba-street-view-overlay.error{background:color-mix(in srgb,#ef4444 6%,var(--surface,#fff))}.ba-3d-meta,.ba-street-view-meta{z-index:3;color:#fff;pointer-events:none;background:#0f172ac2;border-radius:9px;gap:2px;max-width:calc(100% - 20px);padding:7px 9px;display:grid;position:absolute;bottom:10px;left:10px;box-shadow:0 4px 14px #0f172a40}.ba-3d-meta b,.ba-street-view-meta b{font-size:10px}.ba-3d-meta span,.ba-street-view-meta span{opacity:.8;font-size:9px}.ba-3d-demo,.ba-street-view-demo{border:1px solid var(--line,#dbe3ef);text-align:center;border-radius:14px;place-content:center;gap:5px;min-height:clamp(330px,44vh,520px);display:grid;position:relative;overflow:hidden}.ba-3d-demo{perspective:600px;background:linear-gradient(165deg,#dbeafe 0 35%,#bfdbfe 35% 48%,#94a3b8 48% 100%)}.ba-3d-demo b,.ba-3d-demo small,.ba-3d-demo em{z-index:2;color:#fff;text-shadow:0 1px 3px #0f172ab8;position:relative}.ba-3d-demo b{font-size:13px}.ba-3d-demo small,.ba-3d-demo em{font-size:11px;font-style:normal}.ba-3d-demo-scene{transform-style:preserve-3d;pointer-events:none;position:absolute;inset:0;transform:rotateX(58deg)rotate(-28deg)}.ba-3d-demo-scene span{background:linear-gradient(135deg,#64748b,#334155);border:1px solid #ffffff59;width:22%;height:38%;position:absolute;bottom:18%;box-shadow:12px 14px 22px #0f172a47}.ba-3d-demo-scene span:first-child{height:34%;left:17%}.ba-3d-demo-scene span:nth-child(2){height:48%;left:40%}.ba-3d-demo-scene span:nth-child(3){height:29%;right:14%}.ba-street-view-demo b{font-size:13px}.ba-street-view-demo small,.ba-street-view-demo em{font-size:11px;font-style:normal}.ba-street-view-demo.available{background:linear-gradient(#dbeafe 0 44%,#cbd5e1 44% 58%,#475569 58% 100%)}.ba-street-view-demo.available b,.ba-street-view-demo.available small,.ba-street-view-demo.available em{z-index:2;color:#fff;text-shadow:0 1px 3px #0f172ab3;position:relative}.ba-street-view-demo.unavailable{background:color-mix(in srgb,#f59e0b 7%,var(--surface,#fff))}.ba-street-view-demo.unavailable small,.ba-street-view-demo.unavailable em{color:var(--muted,#64748b)}.ba-street-view-demo-road{pointer-events:none;position:absolute;inset:0}.ba-street-view-demo-road span{clip-path:polygon(45% 0,55% 0,100% 100%,0 100%);background:#7d8ca0;width:22%;height:60%;position:absolute;bottom:0}.ba-street-view-demo-road span:first-child{left:2%;transform:skew(-9deg)}.ba-street-view-demo-road span:nth-child(2){left:39%}.ba-street-view-demo-road span:nth-child(3){right:2%;transform:skew(9deg)}.ba-verification-main-empty{text-align:center;min-height:100%;color:var(--muted,#64748b);place-content:center;justify-items:center;gap:6px;padding:32px;display:grid}.ba-verification-main-empty>span{background:color-mix(in srgb,var(--accent,#2563eb) 9%,var(--surface,#fff));width:56px;height:56px;color:var(--accent,#2563eb);border-radius:18px;place-items:center;font-size:28px;display:grid}.ba-verification-main-empty>b{color:var(--text,#0f172a);font-size:15px}.ba-verification-main-empty>small{max-width:420px}.ba-verification-footer{background:color-mix(in srgb,var(--surface,#fff) 97%,var(--muted,#64748b) 3%)}@media (width<=1180px){.ba-verification-body{grid-template-columns:minmax(320px,.42fr) minmax(0,.58fr)}.ba-map-view-toolbar{display:grid}.ba-map-view-actions{flex-wrap:wrap;justify-content:start}.ba-map-view-toolbar>div:first-child{min-width:0}}@media (width<=900px){.ba-verification-dialog{width:min(900px,100vw - 24px);height:min(920px,100vh - 24px);max-height:calc(100vh - 24px)}.ba-verification-body{display:block;overflow:auto}.ba-verification-sidebar{border-right:0;border-bottom:1px solid var(--line,#e2e8f0);overflow:visible}.ba-verification-main{overflow:visible}.ba-map-shell,.ba-3d-shell,.ba-street-view-shell,.ba-3d-demo,.ba-street-view-demo{min-height:320px}}@media (width<=760px){.ba-verification-dialog{border-radius:20px 20px 0 0;width:100%;height:92vh;max-height:92vh}.ba-verification-header{padding:16px}.ba-verification-header p{display:none}.ba-verification-header-actions{align-items:flex-start}.ba-provider-chip{display:none}.ba-verification-sidebar .ba-search-row{grid-template-columns:1fr}.ba-verification-sidebar .ba-search-row .cw-button{width:100%}.ba-verification-map-head{align-items:start;display:grid}.ba-map-view-toolbar{display:grid}.ba-map-view-actions{grid-auto-flow:row;display:grid!important}.ba-map-view-segments{grid-template-columns:repeat(3,1fr);display:grid}.ba-map-view-option{padding-inline:6px}.ba-street-view-toggle,.ba-3d-toggle{width:100%}.ba-map-shell{min-height:280px}.ba-map-edit-hint{white-space:normal;text-align:center}.ba-demo-nudge{grid-template-columns:repeat(5,1fr)}.ba-demo-nudge span{font-size:10px}.ba-3d-head,.ba-street-view-head{align-items:start}.ba-3d-shell,.ba-street-view-shell,.ba-3d-demo,.ba-street-view-demo{min-height:260px}.ba-verification-main{padding:12px}.ba-verification-footer{grid-template-columns:1fr}.ba-verification-footer span{display:none}.ba-verification-footer .cw-button{width:100%}}.ba-verification-dialog{width:min(1460px,100vw - 48px);height:min(900px,100dvh - 40px);max-height:calc(100dvh - 40px)}.ba-verification-header{padding:18px 28px 14px}.ba-verification-header h2{font-size:24px}.ba-verification-header p{font-size:12px}.ba-verification-body{grid-template-columns:minmax(360px,.36fr) minmax(0,.64fr)}.ba-verification-sidebar{background:color-mix(in srgb,var(--surface,#fff) 98%,var(--muted,#64748b) 2%);padding:0}.ba-sidebar-section{border-bottom:1px solid color-mix(in srgb,var(--line,#e2e8f0) 78%,transparent);gap:11px;padding:18px 20px;display:grid}.ba-sidebar-section:last-child{border-bottom:0}.ba-sidebar-section h3{color:var(--text,#0f172a);align-items:center;gap:5px;margin:0;font-size:12px;font-weight:850;display:flex}.ba-sidebar-section h3 span{color:var(--muted,#64748b)}.ba-sidebar-search .ba-search-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:0;display:grid}.ba-sidebar-search .ba-search-row label{display:block}.ba-sidebar-search .sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.ba-sidebar-search .ba-search-row input{border-radius:12px;min-height:44px}.ba-sidebar-search .ba-search-row .cw-button{min-width:140px;min-height:44px}.ba-sidebar-hint{color:var(--muted,#64748b);font-size:10px}.ba-sidebar-section .ba-candidates{gap:8px}.ba-sidebar-section .ba-candidate{border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;padding:15px}.ba-sidebar-section .ba-candidate-copy{gap:3px}.ba-sidebar-section .ba-candidate-copy b{font-size:13px;line-height:1.35}.ba-sidebar-section .ba-candidate-copy small{font-size:10px;line-height:1.35}.ba-sidebar-section .ba-candidate-copy em{font-size:9px}.ba-candidate-coords{color:var(--muted,#64748b);margin-top:3px;font-size:9px}.ba-candidate-chevron{color:var(--muted,#94a3b8);font-size:24px;font-weight:400}.ba-sidebar-position{gap:10px}.ba-sidebar-position .ba-adjustment-state{border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;margin:0;padding:13px 14px}.ba-sidebar-position .ba-adjustment-state>.cw-button{grid-column:auto;width:auto;min-height:34px;padding-inline:10px}.ba-position-ready{border:1px solid color-mix(in srgb,#16a34a 24%,var(--line,#dbe3ef));background:color-mix(in srgb,#16a34a 6%,var(--surface,#fff));border-radius:13px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:12px 14px;display:grid}.ba-position-ready>span{color:#fff;background:#16a34a;border-radius:999px;place-items:center;width:24px;height:24px;font-size:13px;font-weight:900;display:grid}.ba-position-ready>div{gap:2px;display:grid}.ba-position-ready b{font-size:10px}.ba-position-ready small{color:var(--muted,#64748b);font-size:9px;line-height:1.35}.ba-position-ready[data-adjusted=true]{border-color:color-mix(in srgb,#f59e0b 30%,var(--line,#dbe3ef));background:color-mix(in srgb,#f59e0b 6%,var(--surface,#fff))}.ba-position-ready[data-adjusted=true]>span{background:#f59e0b}.ba-verification-main{padding:18px 20px 16px}.ba-verification-map-panel{gap:12px}.ba-verification-map-head{align-items:start}.ba-verification-map-head b{font-size:16px}.ba-verification-map-head span{font-size:10px}.ba-map-view-toolbar{border-radius:14px;grid-template-columns:minmax(0,1fr) minmax(220px,.55fr);gap:14px;padding:8px 10px;display:grid}.ba-map-view-toolbar>.ba-map-view-actions{gap:6px;min-width:0;display:flex!important}.ba-map-view-segments{flex:1;min-width:0}.ba-map-view-option{flex:1;min-width:62px}.ba-3d-toggle,.ba-street-view-toggle{white-space:nowrap;min-height:38px}.ba-view-meta-strip{border-left:1px solid var(--line,#e2e8f0);grid-template-columns:auto 1fr;align-content:center;gap:2px 7px;min-width:0;padding:3px 6px 3px 14px;display:grid}.ba-view-meta-strip span{color:var(--muted,#64748b);font-size:8px}.ba-view-meta-strip b{font-size:10px}.ba-view-meta-strip small{color:var(--muted,#64748b);text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;font-size:8px;overflow:hidden}.ba-primary-view{gap:0}.ba-primary-view .ba-map-shell{min-height:clamp(360px,48vh,540px)}.ba-primary-view .ba-3d-panel,.ba-primary-view .ba-street-view-panel{border-radius:17px;padding:9px}.ba-primary-view .ba-3d-shell,.ba-primary-view .ba-street-view-shell{min-height:clamp(350px,46vh,520px)}.ba-verification-main .building-dossier-capture{border-radius:14px;margin:0;padding:11px 13px}.ba-verification-main .building-dossier-capture[data-embedded=true]{grid-template-columns:minmax(220px,.75fr) minmax(360px,1.25fr)}.ba-verification-main .building-dossier-capture-actions{grid-template-columns:repeat(2,minmax(160px,1fr))}.ba-verification-main .building-dossier-capture-policy.test{color:color-mix(in srgb,#f59e0b 82%,var(--text,#0f172a));font-weight:750}.ba-verification-main .dossier-album-launcher{min-height:54px;margin:0;padding:8px 11px}.ba-verification-main .dossier-album-launcher>div:nth-child(2)>span{display:none}.ba-verification-main .dossier-album-launcher>div:nth-child(2)>b{font-size:10px}.ba-verification-footer{z-index:3;background:color-mix(in srgb,var(--surface,#fff) 98%,var(--muted,#64748b) 2%);padding:15px 20px;position:relative;box-shadow:0 -8px 20px #0f172a0a}@media (width<=1180px){.ba-verification-body{grid-template-columns:minmax(320px,.42fr) minmax(0,.58fr)}.ba-map-view-toolbar{grid-template-columns:1fr}.ba-view-meta-strip{border-left:0;border-top:1px solid var(--line,#e2e8f0);grid-template-columns:auto 1fr;padding:7px 4px 2px}.ba-verification-main .building-dossier-capture[data-embedded=true]{grid-template-columns:1fr}.ba-verification-main .building-dossier-capture-actions{grid-template-columns:1fr 1fr}}@media (width<=900px){.ba-verification-dialog{width:100%;height:min(94dvh,900px);max-height:94dvh}.ba-verification-body{display:block;overflow:auto}.ba-verification-sidebar,.ba-verification-main{overflow:visible}.ba-verification-sidebar{border-right:0;border-bottom:1px solid var(--line,#e2e8f0)}.ba-sidebar-section,.ba-verification-main{padding:15px 16px}.ba-verification-map-head b{font-size:14px}.ba-map-view-toolbar>.ba-map-view-actions{grid-template-columns:1fr 1fr;display:grid!important}.ba-map-view-segments{grid-column:1/-1;grid-template-columns:repeat(3,1fr);display:grid}.ba-map-view-option{min-width:0}.ba-primary-view .ba-map-shell,.ba-primary-view .ba-3d-shell,.ba-primary-view .ba-street-view-shell{min-height:320px}.ba-verification-footer{position:sticky;bottom:0}.ba-verification-main .building-dossier-capture-actions{grid-template-columns:1fr 1fr}}@media (width<=620px){.ba-sidebar-search .ba-search-row{grid-template-columns:1fr}.ba-sidebar-search .ba-search-row .cw-button{width:100%}.ba-sidebar-position .ba-adjustment-state{grid-template-columns:auto minmax(0,1fr)}.ba-sidebar-position .ba-adjustment-state>.cw-button{grid-column:1/-1;width:100%}.ba-map-view-toolbar>.ba-map-view-actions{grid-template-columns:1fr}.ba-map-view-segments{grid-column:auto;grid-template-columns:repeat(3,1fr)}.ba-3d-toggle,.ba-street-view-toggle{width:100%}.ba-verification-main .building-dossier-capture-actions{grid-template-columns:1fr}}.ba-wizard-dialog{grid-template-rows:auto auto minmax(0,1fr) auto;width:min(1540px,100vw - 36px);height:min(930px,100dvh - 36px);max-height:calc(100dvh - 36px);display:grid;overflow:hidden}.ba-wizard-header{padding-bottom:13px}.ba-wizard-header p{color:var(--muted,#64748b);margin-top:3px;font-weight:700}.ba-wizard-progress{border-bottom:1px solid var(--line,#e2e8f0);background:color-mix(in srgb,var(--surface,#fff) 98%,var(--muted,#64748b) 2%);grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:0 24px 13px;display:grid}.ba-wizard-progress button{min-width:0;color:var(--muted,#64748b);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding:8px 10px;display:flex;position:relative}.ba-wizard-progress button:not(:last-child):after{content:"";background:var(--line,#dbe3ef);z-index:0;height:1px;position:absolute;top:21px;left:34px;right:-10px}.ba-wizard-progress button>span{z-index:1;border:1px solid var(--line,#cbd5e1);background:var(--surface,#fff);border-radius:999px;flex:0 0 27px;place-items:center;width:27px;height:27px;font-size:10px;font-weight:850;display:grid;position:relative}.ba-wizard-progress button>b{z-index:1;text-overflow:ellipsis;white-space:nowrap;font-size:10px;position:relative;overflow:hidden}.ba-wizard-progress button[data-reached=true]:not(:disabled){color:var(--text,#0f172a)}.ba-wizard-progress button[data-completed=true]>span{color:#fff;background:#16a34a;border-color:#16a34a}.ba-wizard-progress button[data-current=true]>span{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.ba-wizard-progress button[data-current=true]>b{color:#1d4ed8}.ba-wizard-progress button:disabled{cursor:default;opacity:.58}.ba-wizard-mobile-progress{display:none}.ba-wizard-body{grid-template-columns:minmax(230px,.22fr) minmax(0,.78fr)}.ba-wizard-sidebar{border-right:1px solid var(--line,#e2e8f0);background:color-mix(in srgb,var(--surface,#fff) 98%,var(--muted,#64748b) 2%);min-width:0;padding:16px;overflow:auto}.ba-wizard-sidebar-title{gap:2px;padding:4px 7px 13px;display:grid}.ba-wizard-sidebar-title span{letter-spacing:.08em;color:#2563eb;font-size:8px;font-weight:850}.ba-wizard-sidebar-title b{font-size:13px}.ba-wizard-sidebar-step{width:100%;color:var(--muted,#64748b);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;padding:11px 9px;display:grid}.ba-wizard-sidebar-step>span{border:1px solid var(--line,#cbd5e1);background:var(--surface,#fff);border-radius:999px;place-items:center;width:23px;height:23px;font-size:9px;font-weight:850;display:grid}.ba-wizard-sidebar-step>div{gap:2px;min-width:0;display:grid}.ba-wizard-sidebar-step b{font-size:10px}.ba-wizard-sidebar-step small{text-overflow:ellipsis;font-size:8px;line-height:1.35;overflow:hidden}.ba-wizard-sidebar-step[data-reached=true]{color:var(--text,#0f172a)}.ba-wizard-sidebar-step[data-current=true]{background:color-mix(in srgb,#2563eb 7%,var(--surface,#fff));color:#1d4ed8}.ba-wizard-sidebar-step[data-current=true]>span{color:#fff;background:#2563eb;border-color:#2563eb}.ba-wizard-sidebar-step:disabled{cursor:default;opacity:.5}.ba-wizard-main{padding:20px 22px;overflow:auto}.ba-wizard-step{gap:16px;min-width:0;display:grid}.ba-wizard-step[hidden]{display:none!important}.ba-wizard-step-head{gap:4px;display:grid}.ba-wizard-step-head>span{letter-spacing:.08em;color:#2563eb;font-size:8px;font-weight:850}.ba-wizard-step-head h3{margin:0;font-size:20px}.ba-wizard-step-head p{max-width:880px;color:var(--muted,#64748b);margin:0;font-size:10px;line-height:1.5}.ba-wizard-empty{border:1px dashed var(--line,#cbd5e1);text-align:center;border-radius:17px;align-content:center;place-items:center;gap:5px;min-height:310px;padding:24px;display:grid}.ba-wizard-empty b{font-size:13px}.ba-wizard-empty span{max-width:560px;color:var(--muted,#64748b);font-size:10px;line-height:1.5}.ba-wizard-address-search{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.ba-wizard-address-search label{gap:5px;display:grid}.ba-wizard-address-search label>span{color:var(--muted,#64748b);font-size:9px;font-weight:800}.ba-wizard-address-search input{border:1px solid var(--line,#dbe3ef);background:var(--surface,#fff);min-height:46px;color:var(--text,#0f172a);font:inherit;border-radius:12px;padding:0 13px}.ba-wizard-address-search .cw-button{min-width:150px;min-height:46px}.ba-wizard-candidates{gap:9px;display:grid}.ba-wizard-candidates .ba-candidate{border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;padding:15px}.ba-wizard-position-status{border:1px solid color-mix(in srgb,#16a34a 26%,var(--line,#dbe3ef));background:color-mix(in srgb,#16a34a 5%,var(--surface,#fff));border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:13px 14px;display:flex}.ba-wizard-position-status>div{align-items:center;gap:10px;display:flex}.ba-wizard-position-status>div>span{color:#fff;background:#16a34a;border-radius:999px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.ba-wizard-position-status>div>div{gap:2px;display:grid}.ba-wizard-position-status b{font-size:11px}.ba-wizard-position-status small{color:var(--muted,#64748b);font-size:9px}.ba-wizard-position-status[data-adjusted=true]{border-color:color-mix(in srgb,#f59e0b 30%,var(--line,#dbe3ef));background:color-mix(in srgb,#f59e0b 5%,var(--surface,#fff))}.ba-wizard-position-status[data-adjusted=true]>div>span{background:#f59e0b}.ba-wizard-context-grid{grid-template-columns:2fr repeat(3,1fr);gap:8px;display:grid}.ba-wizard-context-grid>div{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--surface,#fff) 97%,var(--muted,#64748b) 3%);border-radius:12px;gap:3px;padding:10px 11px;display:grid}.ba-wizard-context-grid span{letter-spacing:.05em;color:var(--muted,#64748b);font-size:7px;font-weight:800}.ba-wizard-context-grid b{overflow-wrap:anywhere;font-size:9px}.ba-wizard-position-map .ba-map-shell{min-height:clamp(390px,51vh,580px)}.ba-wizard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.ba-wizard-summary-grid article{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--surface,#fff) 98%,var(--muted,#64748b) 2%);border-radius:14px;gap:5px;min-width:0;padding:14px;display:grid}.ba-wizard-summary-grid article>span{letter-spacing:.07em;color:var(--muted,#64748b);font-size:7px;font-weight:850}.ba-wizard-summary-grid article>b{font-size:12px}.ba-wizard-summary-grid article>small,.ba-wizard-summary-grid article small{color:var(--muted,#64748b);font-size:9px;line-height:1.45}.ba-summary-parcels{gap:3px;display:grid}.ba-summary-provenance{grid-column:1/-1;grid-template-columns:auto repeat(3,minmax(0,1fr));align-items:start}.ba-summary-provenance>div{gap:2px;display:grid}.ba-summary-provenance>div b{font-size:9px}.ba-wizard-legal-note{border:1px solid color-mix(in srgb,#f59e0b 25%,var(--line,#dbe3ef));background:color-mix(in srgb,#f59e0b 5%,var(--surface,#fff));border-radius:12px;gap:8px;padding:11px 13px;font-size:9px;display:flex}.ba-wizard-legal-note span{color:var(--muted,#64748b)}.ba-cadastral-embedded{gap:12px;display:grid}.ba-cadastral-inline-status{border:1px solid color-mix(in srgb,#2563eb 20%,var(--line,#dbe3ef));background:color-mix(in srgb,#2563eb 4%,var(--surface,#fff));border-radius:13px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:11px 12px;display:grid}.ba-cadastral-inline-status>span{background:color-mix(in srgb,#2563eb 12%,var(--surface,#fff));color:#2563eb;border-radius:9px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.ba-cadastral-inline-status>div{gap:2px;display:grid}.ba-cadastral-inline-status b{font-size:10px}.ba-cadastral-inline-status small{color:var(--muted,#64748b);font-size:8px}.ba-cadastral-inline-status[data-confirmed=true]{border-color:color-mix(in srgb,#16a34a 28%,var(--line,#dbe3ef));background:color-mix(in srgb,#16a34a 5%,var(--surface,#fff))}.ba-cadastral-inline-status[data-confirmed=true]>span{color:#fff;background:#16a34a}.ba-cadastral-workspace-embedded{border:1px solid var(--line,#dbe3ef);width:100%;height:auto;max-height:none;box-shadow:none;background:var(--surface,#fff);border-radius:16px;grid-template-rows:auto auto auto;overflow:visible}.ba-cadastral-workspace-embedded .ba-cadastral-workspace-head{padding:14px 15px 12px}.ba-cadastral-workspace-embedded .ba-cadastral-workspace-head h2{font-size:16px}.ba-cadastral-workspace-embedded .ba-cadastral-workspace-head p{font-size:9px}.ba-cadastral-workspace-embedded .ba-cadastral-workspace-toolbar{padding:10px 12px}.ba-cadastral-workspace-embedded .ba-cadastral-workspace-body{grid-template-columns:minmax(0,1.55fr) minmax(285px,.75fr);min-height:0}.ba-cadastral-workspace-embedded .ba-cadastral-workspace-map,.ba-cadastral-workspace-embedded .ba-cadastral-workspace-side{padding:12px;overflow:visible}.ba-cadastral-workspace-embedded .ba-cadastral-workspace-state{min-height:350px}.ba-cadastral-workspace-embedded .ba-cadastral-map,.ba-cadastral-workspace-embedded .ba-cadastral-map>svg{min-height:390px}.ba-cadastral-workspace-embedded .ba-cadastral-google-map{min-height:430px}.ba-cadastral-refresh{margin-left:auto}.ba-cadastral-confirmed-state{background:color-mix(in srgb,#16a34a 8%,var(--surface,#fff));color:#15803d;border-radius:9px;padding:7px 8px;font-size:9px;display:block}.ba-wizard-footer{gap:8px}.ba-wizard-footer>span{flex:1}@media (width<=1050px){.ba-wizard-body{grid-template-columns:minmax(205px,.26fr) minmax(0,.74fr)}.ba-wizard-context-grid{grid-template-columns:1fr 1fr}.ba-cadastral-workspace-embedded .ba-cadastral-workspace-body{grid-template-columns:1fr}.ba-cadastral-workspace-embedded .ba-cadastral-workspace-map{border-right:0;border-bottom:1px solid var(--line,#e2e8f0)}.ba-summary-provenance{grid-template-columns:1fr}.ba-summary-provenance>span{grid-column:1/-1}}@media (width<=900px){.ba-wizard-dialog{grid-template-rows:auto auto minmax(0,1fr) auto;width:100%;height:min(96dvh,960px);max-height:96dvh}.ba-wizard-progress{display:none}.ba-wizard-mobile-progress{border-bottom:1px solid var(--line,#e2e8f0);background:color-mix(in srgb,var(--surface,#fff) 98%,var(--muted,#64748b) 2%);align-items:center;gap:8px;padding:9px 16px;font-size:10px;display:flex}.ba-wizard-mobile-progress span{color:var(--muted,#64748b)}.ba-wizard-body{display:block;overflow:auto}.ba-wizard-sidebar{display:none}.ba-wizard-main{padding:16px;overflow:visible}.ba-wizard-footer{flex-wrap:wrap;position:sticky;bottom:0}.ba-wizard-footer>span{display:none}.ba-wizard-footer .cw-button{flex:1;min-width:125px}.ba-wizard-summary-grid{grid-template-columns:1fr}.ba-summary-provenance{grid-column:auto}.ba-cadastral-workspace-embedded{border-radius:13px}.ba-cadastral-workspace-embedded .ba-cadastral-workspace-toolbar{align-items:stretch}.ba-cadastral-toolbar-group.compact,.ba-cadastral-refresh{margin-left:0}.ba-cadastral-segments{width:100%}.ba-cadastral-segments button{flex:1}.ba-cadastral-source-actions{grid-template-columns:1fr}}@media (width<=620px){.ba-wizard-address-search{grid-template-columns:1fr}.ba-wizard-address-search .cw-button{width:100%}.ba-wizard-context-grid{grid-template-columns:1fr}.ba-wizard-position-status{flex-direction:column;align-items:flex-start}.ba-wizard-position-status>.cw-button{width:100%}.ba-wizard-step-head h3{font-size:17px}.ba-wizard-footer{padding:10px}.ba-wizard-footer .cw-button{min-width:calc(50% - 4px)}.ba-cadastral-workspace-embedded .ba-cadastral-workspace-toolbar{grid-template-columns:1fr;display:grid}.ba-cadastral-workspace-embedded .ba-cadastral-workspace-map,.ba-cadastral-workspace-embedded .ba-cadastral-workspace-side{padding:9px}.ba-cadastral-workspace-embedded .ba-cadastral-map,.ba-cadastral-workspace-embedded .ba-cadastral-map>svg{min-height:300px}.ba-cadastral-workspace-embedded .ba-cadastral-google-map{min-height:330px}}.ba-demo-note,.ba-live-note{display:none!important}.ca-launcher{border:1px solid color-mix(in srgb,#0f766e 34%,var(--line,#dbe3ef));background:color-mix(in srgb,#0f766e 5%,var(--surface,#fff));border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;margin:0 0 18px;padding:16px 18px;display:grid;box-shadow:0 10px 24px #0f172a0a}.ca-launcher-icon{background:color-mix(in srgb,#0f766e 13%,var(--surface,#fff));color:#0f766e;border-radius:14px;place-items:center;width:42px;height:42px;font-size:22px;font-weight:800;display:grid}.ca-launcher-copy{min-width:0}.ca-launcher-copy h3{margin:3px 0 4px;font-size:16px}.ca-launcher-copy p{color:var(--muted,#64748b);margin:0;font-size:13px;line-height:1.45}.ca-kicker{letter-spacing:.08em;color:#0f766e;font-size:10px;font-weight:800}.ca-backdrop{z-index:1450;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a80;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.ca-dialog{border:1px solid var(--line,#dbe3ef);background:var(--surface,#fff);width:min(980px,100%);max-height:min(900px,100vh - 48px);color:inherit;border-radius:20px;overflow:auto;box-shadow:0 30px 90px #0f172a4d}.ca-header{border-bottom:1px solid var(--line,#e2e8f0);justify-content:space-between;gap:20px;padding:22px 24px 16px;display:flex}.ca-header h2{margin:4px 0;font-size:22px}.ca-header p{color:var(--muted,#64748b);margin:0;font-size:13px}.ca-close{width:36px;height:36px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;font-size:24px}.ca-close:hover{background:color-mix(in srgb,var(--muted,#64748b) 10%,transparent)}.ca-guardrail{border:1px solid color-mix(in srgb,#0f766e 30%,var(--line,#e2e8f0));background:color-mix(in srgb,#0f766e 6%,var(--surface,#fff));border-radius:12px;gap:4px;margin:18px 24px 0;padding:12px 14px;font-size:12px;display:grid}.ca-guardrail span{color:var(--muted,#64748b)}.ca-body{gap:14px;padding:20px 24px;display:grid}.ca-message{background:color-mix(in srgb,#0f766e 7%,var(--surface,#fff));color:var(--muted,#475569);border-radius:10px;padding:10px 12px;font-size:12px}.ca-stage{border:1px solid var(--line,#dbe3ef);background:color-mix(in srgb,var(--surface,#fff) 97%,var(--muted,#64748b) 3%);border-radius:15px;gap:12px;padding:16px;display:grid}.ca-stage-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.ca-stage-head>span{background:color-mix(in srgb,#0f766e 12%,var(--surface,#fff));color:#0f766e;border-radius:9px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.ca-stage-head h3{margin:0 0 2px;font-size:15px}.ca-stage-head p{color:var(--muted,#64748b);margin:0;font-size:12px}.ca-stage-head em{background:color-mix(in srgb,#0f766e 8%,var(--surface,#fff));color:#0f766e;border-radius:999px;padding:4px 8px;font-size:10px;font-style:normal;font-weight:800}.ca-stage-head em[data-status=conflict]{color:#b91c1c;background:color-mix(in srgb,#ef4444 8%,var(--surface,#fff))}.ca-stage-head em[data-status=review]{color:#b45309;background:color-mix(in srgb,#f59e0b 8%,var(--surface,#fff))}.ca-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.ca-grid-reference{grid-template-columns:repeat(3,minmax(0,1fr))}.ca-grid label{gap:6px;min-width:0;display:grid}.ca-grid label>span{color:var(--muted,#64748b);font-size:11px;font-weight:800}.ca-grid input,.ca-grid select{border:1px solid var(--line,#cbd5e1);background:var(--surface,#fff);width:100%;min-width:0;min-height:38px;color:inherit;font:inherit;box-sizing:border-box;border-radius:10px;padding:8px 10px}.ca-wide{grid-column:1/-1}.ca-issues{color:#b45309;line-height:1.4}.ca-documents{gap:8px;display:grid}.ca-document{border:1px solid var(--line,#e2e8f0);background:var(--surface,#fff);border-radius:11px;grid-template-columns:minmax(0,1fr) minmax(180px,auto) auto;align-items:center;gap:10px;padding:10px 12px;font-size:12px;display:grid}.ca-document>span:first-child{gap:2px;display:grid}.ca-document small{color:var(--muted,#64748b)}.ca-document button{color:var(--muted,#64748b);cursor:pointer;background:0 0;border:0;font-size:20px}.ca-operational{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.ca-operational span{border:1px solid var(--line,#e2e8f0);border-radius:10px;justify-content:space-between;gap:8px;padding:9px 10px;font-size:11px;display:flex}.ca-findings{gap:8px;display:grid}.ca-reconciliation-summary{background:color-mix(in srgb,#0f766e 6%,var(--surface,#fff));border-radius:10px;justify-content:space-between;gap:12px;padding:10px 12px;font-size:12px;display:flex}.ca-finding{border:1px solid var(--line,#e2e8f0);background:var(--surface,#fff);border-radius:11px;grid-template-columns:auto minmax(0,1fr);gap:10px;padding:11px 12px;display:grid}.ca-finding>span{background:color-mix(in srgb,#64748b 8%,var(--surface,#fff));border-radius:8px;place-items:center;width:25px;height:25px;font-weight:900;display:grid}.ca-finding[data-severity=warning]>span{color:#b45309;background:color-mix(in srgb,#f59e0b 10%,var(--surface,#fff))}.ca-finding[data-severity=conflict]>span{color:#b91c1c;background:color-mix(in srgb,#ef4444 10%,var(--surface,#fff))}.ca-finding b{font-size:12px}.ca-finding p{color:var(--muted,#64748b);margin:3px 0 0;font-size:11px;line-height:1.4}.ca-footer{border-top:1px solid var(--line,#e2e8f0);justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex}.ca-footer small{color:var(--muted,#64748b)}@media (width<=760px){.ca-launcher{grid-template-columns:auto minmax(0,1fr)}.ca-launcher>.cw-button{grid-column:1/-1;width:100%}.ca-backdrop{align-items:end;padding:0}.ca-dialog{border-radius:20px 20px 0 0;width:100%;max-height:94vh}.ca-body{padding:16px}.ca-guardrail{margin-left:16px;margin-right:16px}.ca-grid,.ca-grid-reference{grid-template-columns:1fr}.ca-wide{grid-column:auto}.ca-operational{grid-template-columns:1fr 1fr}.ca-document{grid-template-columns:minmax(0,1fr) auto}.ca-document>span:nth-child(2){grid-column:1/-1}.ca-footer{flex-direction:column;align-items:stretch}.ca-footer .cw-button{width:100%}.ca-reconciliation-summary{display:grid}}.dossier-media-gallery{color:var(--hub-text);gap:14px;display:grid}.dossier-media-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.dossier-media-head>div:first-child>span{color:var(--hub-primary);letter-spacing:.08em;font-size:8px;font-weight:850;display:block}.dossier-media-head h2{margin:3px 0 0;font-size:16px}.dossier-media-head p{color:var(--hub-text-muted);margin:5px 0 0;font-size:9px}.dossier-media-head>div:last-child{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:12px;place-items:center;min-width:62px;padding:8px;display:grid}.dossier-media-head>div:last-child b{font-size:18px}.dossier-media-head>div:last-child small{color:var(--hub-text-muted);font-size:7px}.dossier-media-cover{border:1px solid color-mix(in srgb,var(--hub-primary) 35%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 4%,var(--hub-surface-strong));border-radius:17px;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);min-height:180px;display:grid;overflow:hidden}.dossier-media-cover img{object-fit:cover;width:100%;height:100%;min-height:180px}.dossier-media-cover>div{align-content:center;gap:4px;padding:18px;display:grid}.dossier-media-cover span{color:var(--hub-primary);letter-spacing:.08em;font-size:7.5px;font-weight:850}.dossier-media-cover b{font-size:14px}.dossier-media-cover small{color:var(--hub-text-muted);font-size:8px}.dossier-media-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.dossier-media-card{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:14px;overflow:hidden}.dossier-media-card[data-cover=true]{border-color:color-mix(in srgb,var(--hub-primary) 50%,var(--hub-border))}.dossier-media-preview{aspect-ratio:16/10;background:var(--hub-surface-strong);position:relative;overflow:hidden}.dossier-media-preview>img{object-fit:cover;width:100%;height:100%}.dossier-media-preview>em{background:var(--hub-primary);color:#fff;border-radius:999px;padding:4px 7px;font-size:7px;font-style:normal;font-weight:850;position:absolute;top:8px;left:8px}.dossier-media-descriptor{text-align:center;background:linear-gradient(145deg,color-mix(in srgb,var(--hub-primary) 7%,var(--hub-surface-subtle)),var(--hub-surface-strong));height:100%;color:var(--hub-primary);align-content:center;place-items:center;gap:4px;padding:12px;display:grid}.dossier-media-descriptor>span{font-size:28px}.dossier-media-descriptor>b{font-size:10px}.dossier-media-descriptor>small{max-width:220px;color:var(--hub-text-muted);font-size:7.5px;line-height:1.35}.dossier-media-copy{gap:2px;padding:9px 10px 11px;display:grid}.dossier-media-copy>b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.dossier-media-copy>span,.dossier-media-copy>small{color:var(--hub-text-muted);font-size:7.5px}.dossier-media-empty,.dossier-media-state{border:1px dashed var(--hub-border-strong);min-height:170px;color:var(--hub-text-muted);text-align:center;border-radius:14px;grid-column:1/-1;align-content:center;place-items:center;gap:5px;padding:18px;display:grid}.dossier-media-empty>b{color:var(--hub-text);font-size:11px}.dossier-media-empty>span,.dossier-media-state{font-size:8.5px}.dossier-media-state.error{color:var(--hub-danger)}.dossier-media-gallery[data-compact=true] .dossier-media-cover{display:none}@media (width<=760px){.dossier-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dossier-media-cover{grid-template-columns:1fr}.dossier-media-cover img{max-height:240px}.dossier-media-head{flex-direction:column;align-items:stretch}.dossier-media-head>div:last-child{align-self:flex-start}}@media (width<=480px){.dossier-media-grid{grid-template-columns:1fr}}.condominium-cover{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);width:42px;height:42px;color:var(--hub-primary);border-radius:11px;flex:none;place-items:center;display:grid;overflow:hidden}.condominium-cover[data-size=medium]{border-radius:14px;width:56px;height:56px}.condominium-cover img{object-fit:cover;width:100%;height:100%}.condominium-cover.fallback{background:color-mix(in srgb,var(--hub-primary) 7%,var(--hub-surface-subtle));font-size:18px}.condominiums-name-with-cover{align-items:center;gap:9px;min-width:0;display:flex}.condominiums-name-with-cover>.condominiums-name-link,.registry-card{min-width:0}.registry-card>header small{color:var(--hub-text-muted);text-align:right;max-width:420px}.registry-notice{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin:0 0 14px;padding:10px 12px;display:flex}.registry-notice button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:18px}.registry-inline-button{border:1px solid var(--hub-border);background:var(--hub-surface);color:var(--hub-text);cursor:pointer;border-radius:9px;padding:6px 9px}.registry-inline-button:disabled{opacity:.45;cursor:not-allowed}.registry-subtitle{margin:18px 0 9px;font-size:14px}.registry-modal-context{color:var(--hub-text-muted);margin:0 0 16px;line-height:1.5}@media (width<=720px){.registry-card>header{flex-direction:column;align-items:flex-start}.registry-card>header small{text-align:left}.registry-card .hub-table-wrap{overflow:auto}}.dossier-page{width:min(1280px,100%);margin:0 auto}.dossier-hero{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.dossier-hero h1{letter-spacing:-.04em;margin:5px 0 6px;font-size:clamp(30px,4vw,46px)}.dossier-hero p{color:var(--hub-text-muted);margin:0}.dossier-back{color:var(--hub-primary);font:inherit;cursor:pointer;background:0 0;border:0;margin:0 0 18px;padding:0;font-weight:750;display:block}.dossier-status{justify-items:end;gap:4px;display:grid}.dossier-status span{background:color-mix(in srgb,var(--hub-success) 10%,transparent);color:var(--hub-success);text-transform:uppercase;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800}.dossier-status small{color:var(--hub-text-muted)}.dossier-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.dossier-notice{border:1px solid color-mix(in srgb,var(--hub-primary) 22%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 5%,var(--hub-surface));color:var(--hub-text-muted);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin:0 0 12px;padding:10px 12px;font-size:11px;display:flex}.dossier-notice button{color:var(--hub-text-muted);cursor:pointer;background:0 0;border:0;font-size:18px}.dossier-tabs{border:1px solid var(--hub-border);background:var(--hub-surface);border-radius:14px;gap:7px;margin:0 0 16px;padding:6px;display:flex}.dossier-tabs button{min-height:38px;color:var(--hub-text-muted);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;padding:0 14px;font-weight:750}.dossier-tabs button[data-active=true]{border-color:var(--hub-border);background:var(--hub-surface-strong);color:var(--hub-primary);box-shadow:var(--hub-shadow-soft)}.dossier-tabs span{background:var(--hub-surface-subtle);border-radius:999px;margin-left:6px;padding:2px 6px;font-size:9px}.dossier-overview-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.dossier-card{padding:20px}.dossier-card>header{margin-bottom:16px}.dossier-card>header span{color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:800}.dossier-card>header h2{margin:4px 0 0;font-size:18px}.dossier-section-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.dossier-section-head>div{min-width:0}.dossier-definition{grid-template-columns:1fr 1fr;gap:14px;margin:0;display:grid}.dossier-definition div{min-width:0}.dossier-definition dt{color:var(--hub-text-muted);text-transform:uppercase;font-size:9px;font-weight:800}.dossier-definition dd{overflow-wrap:anywhere;margin:4px 0 0}.dossier-tree{gap:13px;display:grid}.dossier-tree>div{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:12px;padding:12px}.dossier-tree>div>b{display:inline-block}.dossier-tree>div>small{color:var(--hub-text-muted);margin-left:8px}.dossier-tree>div>div{color:var(--hub-text-muted);gap:5px;margin:8px 0 0 23px;display:grid}.dossier-tree em{font-size:9px}.dossier-notes{grid-column:1/-1}.dossier-notes>p{color:var(--hub-text-muted);line-height:1.6}.dossier-info-banner{border:1px solid color-mix(in srgb,var(--hub-primary) 22%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 4%,var(--hub-surface-strong));color:var(--hub-text-muted);border-radius:12px;margin-top:16px;padding:12px 14px;font-size:11px}.dossier-full{padding:20px}.dossier-structure-list{gap:14px;display:grid}.dossier-structure-list>section{border:1px solid var(--hub-border);border-radius:14px;overflow:hidden}.dossier-building-head{background:var(--hub-surface-subtle);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 14px;display:grid}.dossier-building-head>span{color:var(--hub-primary);font-size:22px}.dossier-building-head>div:nth-child(2){gap:2px;display:grid}.dossier-building-head small,.dossier-building-head em{color:var(--hub-text-muted);font-size:10px}.dossier-head-tail{justify-content:flex-end;align-items:center;gap:12px;display:flex!important}.dossier-groups{display:grid}.dossier-groups article{border-top:1px solid var(--hub-border);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 14px;display:grid}.dossier-groups article>div:nth-child(2){gap:2px;display:grid}.dossier-groups small,.dossier-groups em{color:var(--hub-text-muted);font-size:10px}.dossier-inline-actions,.dossier-row-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.dossier-inline-actions button,.dossier-row-actions button{border:1px solid var(--hub-border);background:var(--hub-control-bg);color:var(--hub-text-muted);font:inherit;cursor:pointer;border-radius:8px;padding:5px 8px;font-size:10px;font-weight:700}.dossier-inline-actions button:hover,.dossier-row-actions button:hover{color:var(--hub-primary);border-color:color-mix(in srgb,var(--hub-primary) 35%,var(--hub-border))}.dossier-inline-actions button.danger,.dossier-row-actions button.danger{color:var(--hub-danger)}.dossier-empty-inline{border-top:1px solid var(--hub-border);color:var(--hub-text-muted);padding:18px 14px;font-size:11px}.dossier-cell-subtitle{color:var(--hub-text-muted);margin-top:3px;font-size:10px;display:block}.dossier-parties-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.dossier-parties-main{grid-column:1/-1}.dossier-relations{gap:8px;display:grid}.dossier-relations>p{color:var(--hub-text-muted);margin:0}.dossier-relations article{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:12px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px 12px;display:grid}.dossier-relations article>div:first-child{gap:3px;display:grid}.dossier-relations article small{color:var(--hub-text-muted);font-size:10px}.dossier-relations article strong{color:var(--hub-primary);font-size:11px}.dossier-editor-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.dossier-editor-grid .span2{grid-column:1/-1}.dossier-editor-grid .hub-field select,.dossier-editor-grid .hub-field textarea{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-control-bg);width:100%;min-height:42px;color:var(--hub-text);font:inherit;padding:9px 12px}.dossier-editor-grid .hub-field textarea{resize:vertical;min-height:96px}.dossier-editor-grid .hub-field select:disabled{opacity:.65}.dossier-editor-actions{border-top:1px solid var(--hub-border);justify-content:flex-end;gap:8px;margin-top:18px;padding-top:14px;display:flex}.dossier-editor-error{border:1px solid color-mix(in srgb,var(--hub-danger) 28%,var(--hub-border));background:color-mix(in srgb,var(--hub-danger) 6%,var(--hub-surface));color:var(--hub-danger);border-radius:10px;margin-bottom:14px;padding:10px 12px;font-size:11px}.dossier-missing{max-width:680px;margin:10vh auto;padding:32px}.dossier-missing h1{margin:7px 0}.dossier-missing p{color:var(--hub-text-muted);margin-bottom:20px}@media (width<=900px){.dossier-kpis{grid-template-columns:repeat(2,1fr)}.dossier-overview-grid,.dossier-parties-grid{grid-template-columns:1fr}.dossier-parties-main{grid-column:auto}.dossier-building-head,.dossier-groups article{grid-template-columns:auto minmax(0,1fr)}.dossier-head-tail{grid-column:2;justify-content:space-between!important}}@media (width<=620px){.dossier-hero{flex-direction:column;align-items:flex-start}.dossier-status{justify-items:start}.dossier-kpis{grid-template-columns:1fr 1fr}.dossier-tabs{overflow:auto}.dossier-definition,.dossier-editor-grid{grid-template-columns:1fr}.dossier-editor-grid .span2{grid-column:auto}.dossier-section-head,.dossier-head-tail{flex-direction:column;align-items:flex-start}.dossier-relations article{grid-template-columns:1fr}.dossier-inline-actions,.dossier-row-actions{width:100%}}.cws-overlay{padding:12px}.cw-dialog.cws-dialog{background:var(--hub-surface-strong);border-radius:24px;grid-template-rows:minmax(0,1fr);grid-template-columns:260px minmax(0,1fr);width:min(1580px,100vw - 24px);height:min(940px,100dvh - 24px);max-height:calc(100dvh - 24px);display:grid;overflow:hidden}.cws-rail{border-right:1px solid var(--hub-border);background:radial-gradient(circle at 20% 8%, color-mix(in srgb, var(--hub-primary) 8%, transparent), transparent 34%), linear-gradient(180deg, color-mix(in srgb, var(--hub-surface-subtle) 86%, white), var(--hub-surface-strong));flex-direction:column;min-width:0;min-height:0;padding:22px 20px 18px;display:flex;position:relative;overflow:hidden}.cws-brand-mark{border:1px solid color-mix(in srgb, var(--hub-primary) 18%, var(--hub-border));background:color-mix(in srgb, var(--hub-surface-strong) 94%, var(--hub-primary));width:42px;height:42px;box-shadow:var(--hub-shadow-soft);border-radius:12px;align-items:flex-end;gap:3px;padding:10px;display:flex}.cws-brand-mark span{border:1.5px solid var(--hub-primary);border-bottom-width:2px;border-radius:2px 2px 0 0;flex:1}.cws-brand-mark span:first-child{height:12px}.cws-brand-mark span:nth-child(2){height:20px}.cws-brand-mark span:nth-child(3){height:27px}.cws-brand-copy{margin-top:18px}.cws-brand-copy h2{letter-spacing:-.035em;margin:0;font-size:21px}.cws-brand-copy p{max-width:185px;color:var(--hub-text-muted);margin:6px 0 0;font-size:10px;line-height:1.45}.cws-mode-stack{gap:8px;margin-top:20px;display:grid}.cws-mode{border:1px solid var(--hub-border);background:color-mix(in srgb, var(--hub-surface-strong) 95%, var(--hub-primary));width:100%;min-height:72px;color:var(--hub-text);text-align:left;cursor:pointer;border-radius:14px;grid-template-columns:32px minmax(0,1fr) 16px;align-items:center;gap:9px;padding:10px 11px;transition:border-color .16s,background .16s,box-shadow .16s;display:grid}.cws-mode:hover{border-color:color-mix(in srgb, var(--hub-primary) 36%, var(--hub-border))}.cws-mode[data-active=true]{border-color:color-mix(in srgb, var(--hub-primary) 62%, var(--hub-border));background:color-mix(in srgb, var(--hub-primary) 5%, var(--hub-surface-strong));box-shadow:0 10px 28px color-mix(in srgb, var(--hub-primary) 8%, transparent)}.cws-mode-icon{width:32px;height:32px;color:var(--hub-text-muted);place-items:center;display:grid}.cws-mode[data-active=true] .cws-mode-icon,.cws-mode[data-active=true] .cws-mode-copy b,.cws-mode[data-active=true] .cws-mode-chevron{color:var(--hub-primary)}.cws-mode-copy{gap:3px;min-width:0;display:grid}.cws-mode-copy b{font-size:10.5px;line-height:1.25}.cws-mode-copy small{color:var(--hub-text-muted);font-size:8.5px;line-height:1.35}.cws-mode-chevron{color:var(--hub-text-muted);font-size:20px;line-height:1}.cws-steps{gap:2px;margin-top:22px;display:grid;position:relative}.cws-steps:before{content:"";background:linear-gradient(180deg, color-mix(in srgb, var(--hub-primary) 55%, var(--hub-border)), var(--hub-border));width:1px;position:absolute;top:27px;bottom:27px;left:17px}.cws-step{grid-template-columns:36px minmax(0,1fr);align-items:center;gap:9px;min-height:58px;display:grid;position:relative}.cws-step-number{z-index:1;border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:36px;height:36px;color:var(--hub-text-muted);border-radius:50%;place-items:center;font-size:10px;font-weight:850;display:grid;position:relative}.cws-step[data-active=true] .cws-step-number{background:linear-gradient(145deg, var(--hub-primary), var(--hub-primary-2));color:#fff;box-shadow:0 8px 20px color-mix(in srgb, var(--hub-primary) 26%, transparent);border-color:#0000}.cws-step-copy{gap:3px;min-width:0;display:grid}.cws-step-copy b{font-size:10.5px}.cws-step-copy small{color:var(--hub-text-muted);font-size:8.5px}.cws-step[data-active=true] .cws-step-copy b{color:var(--hub-primary)}.cws-rail-art{pointer-events:none;opacity:.28;justify-content:center;align-items:flex-end;min-height:120px;margin:auto -18px -20px;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#000 34% 100%);mask-image:linear-gradient(#0000 0%,#000 34% 100%)}.cws-rail-art img{filter:saturate(.7)contrast(.84);width:220px;transform:scale(1.25)}.cws-stage{background:linear-gradient(180deg, var(--hub-surface-strong), color-mix(in srgb, var(--hub-surface-strong) 95%, var(--hub-surface-subtle)));grid-template-rows:minmax(0,1fr) auto;min-width:0;min-height:0;display:grid;position:relative}.cws-close{z-index:20;border:1px solid var(--hub-border);background:color-mix(in srgb, var(--hub-surface-strong) 94%, transparent);width:40px;height:40px;color:var(--hub-text-muted);cursor:pointer;border-radius:13px;place-items:center;display:grid;position:absolute;top:18px;right:20px;box-shadow:0 8px 22px #0f172a0a}.cws-close:hover{color:var(--hub-text);background:var(--hub-surface-hover)}.cws-stage-scroll{overscroll-behavior:contain;scrollbar-gutter:stable;min-width:0;min-height:0;padding:24px 26px 22px;overflow:auto}.cws-stage-head{margin-bottom:16px;padding-right:60px}.cws-stage-head h1{letter-spacing:-.035em;margin:0;font-size:25px;line-height:1.15}.cws-stage-head p{max-width:980px;color:var(--hub-text-muted);margin:7px 0 0;font-size:10px;line-height:1.5}.cws-stage-content{min-width:0}.cws-footer{border-top:1px solid var(--hub-border);background:color-mix(in srgb, var(--hub-surface-strong) 96%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);align-items:center;gap:10px;min-height:72px;padding:13px 24px;display:flex}.cws-footer-spacer{flex:1}.cws-footer .cw-button{min-height:42px}.cws-dialog .cw-identity-layout{grid-template-columns:260px minmax(0,1fr);gap:18px}.cws-dialog .cw-form-card,.cws-dialog .cw-side-card{border-radius:17px}.cws-dialog .cw2-layout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:20px}.cws-dialog .cw2-side{gap:14px}.cws-dialog .cw2-main-card{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.cws-dialog .cw2-identity dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 12px;margin:13px 0 10px}.cws-dialog .cw2-identity dl div:nth-child(2){grid-column:1/-1}.cws-dialog .cw2-template-panel{flex-direction:column;max-height:440px;display:flex;overflow:hidden}.cws-dialog .cw2-template-list{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;gap:4px;min-height:0;max-height:365px;margin-top:10px;padding-right:4px;overflow-y:auto}.cws-dialog .cw2-template{grid-template-columns:58px minmax(0,1fr) 18px;gap:8px;min-height:61px;padding:6px 7px}.cws-dialog .cw2-template-art{height:48px}.cws-dialog .cw2-template-art img{width:58px;height:48px}.cws-dialog .ba-launcher{min-height:62px;box-shadow:none;border-radius:13px;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;margin:0 0 14px;padding:9px 12px}.cws-dialog .ba-launcher-icon{border-radius:10px;width:34px;height:34px;font-size:17px}.cws-dialog .ba-launcher-copy{grid-template-columns:auto minmax(0,1fr);align-items:baseline;column-gap:9px;min-width:0;display:grid}.cws-dialog .ba-kicker{letter-spacing:.05em;white-space:nowrap;grid-column:1;font-size:7.5px;line-height:1.2}.cws-dialog .ba-launcher-copy h3{text-overflow:ellipsis;white-space:nowrap;grid-column:2;margin:0;font-size:12.5px;line-height:1.25;overflow:hidden}.cws-dialog .ba-launcher-copy p{max-width:none;color:var(--hub-text-muted);text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;margin-top:3px;font-size:9px;line-height:1.3;overflow:hidden}.cws-dialog .ba-launcher-actions{gap:6px}.cws-dialog .ba-launcher-actions .cw-button{min-height:34px;padding-inline:12px;font-size:9px}.cws-dialog .cw2-toolbar{padding:10px 0}.cws-dialog .cw2-tree{margin-top:12px}.cws-dialog .cw2-building{border-radius:14px}.cws-dialog .cw2-info{margin-top:12px;padding:9px 11px}.cws-dialog .cw3-layout,.cws-dialog .cw4-layout{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:18px}.cws-dialog .cw3-main-card{border-radius:17px;padding:18px}.cws-dialog .cw4-main{min-width:0}@media (height<=820px) and (width>=1101px){.cw-dialog.cws-dialog{height:calc(100dvh - 16px);max-height:calc(100dvh - 16px)}.cws-overlay{padding:8px}.cws-rail{padding-top:16px;padding-bottom:12px}.cws-brand-copy{margin-top:12px}.cws-mode-stack{margin-top:14px}.cws-mode{min-height:62px;padding-top:8px;padding-bottom:8px}.cws-steps{margin-top:14px}.cws-step{min-height:51px}.cws-stage-scroll{padding-top:18px;padding-bottom:16px}.cws-stage-head{margin-bottom:12px}.cws-stage-head h1{font-size:23px}.cws-footer{min-height:62px;padding-top:9px;padding-bottom:9px}.cws-rail-art{min-height:80px}.cws-dialog .cw2-template-panel{max-height:350px}.cws-dialog .cw2-template-list{max-height:278px}}@media (width<=1100px){.cw-dialog.cws-dialog{grid-template-columns:210px minmax(0,1fr);width:min(100%,100vw - 18px);height:calc(100dvh - 18px);max-height:calc(100dvh - 18px)}.cws-overlay{padding:9px}.cws-rail{padding:16px 13px}.cws-brand-copy h2{font-size:18px}.cws-brand-copy p{font-size:9px}.cws-mode{grid-template-columns:28px minmax(0,1fr);min-height:64px}.cws-mode-chevron{display:none}.cws-mode-copy b{font-size:9.5px}.cws-mode-copy small{font-size:7.8px}.cws-step-copy small{display:none}.cws-rail-art{opacity:.18}.cws-stage-scroll{padding-left:18px;padding-right:18px}.cws-dialog .cw2-layout,.cws-dialog .cw3-layout,.cws-dialog .cw4-layout,.cws-dialog .cw-identity-layout{grid-template-columns:1fr}}@media (width<=760px){.cws-overlay{align-items:flex-end;padding:0}.cw-dialog.cws-dialog{border-radius:20px 20px 0 0;grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;width:100%;height:100dvh;max-height:100dvh}.cws-rail{border-right:0;border-bottom:1px solid var(--hub-border);grid-template-columns:auto minmax(0,1fr);gap:10px 12px;padding:12px 14px;display:grid}.cws-brand-mark{width:36px;height:36px;padding:8px}.cws-brand-copy{align-self:center;margin:0}.cws-brand-copy h2{font-size:16px}.cws-brand-copy p{display:none}.cws-mode-stack{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:6px;margin:0}.cws-mode{min-height:48px;padding:6px 8px}.cws-mode-copy small{display:none}.cws-mode-icon{width:28px;height:28px}.cws-steps{grid-column:1/-1;grid-template-columns:repeat(4,1fr);margin:0}.cws-steps:before,.cws-step-copy,.cws-rail-art{display:none}.cws-step{place-items:center;min-height:34px;display:grid}.cws-step-number{width:30px;height:30px}.cws-close{top:10px;right:10px}.cws-stage-scroll{padding:16px 14px}.cws-stage-head{padding-right:44px}.cws-stage-head h1{font-size:21px}.cws-footer{min-height:60px;padding:9px 14px}.cws-dialog .ba-launcher{grid-template-columns:32px minmax(0,1fr)}.cws-dialog .ba-launcher-actions{grid-column:1/-1;display:grid}.cws-dialog .ba-launcher-copy{display:block}.cws-dialog .ba-launcher-copy h3,.cws-dialog .ba-launcher-copy p{white-space:normal;margin-top:3px}}@media (width>=1101px){.cws-dialog.cw2-dialog .cws-stage-scroll{flex-direction:column;display:flex}.cws-dialog.cw2-dialog .cws-stage-content{flex:auto;min-height:0;display:flex}.cws-dialog .cw2-layout{flex:auto;align-items:stretch;min-height:0}.cws-dialog .cw2-side{grid-template-rows:auto minmax(0,1fr);min-height:0}.cws-dialog .cw2-template-panel{height:100%;min-height:0;max-height:none}.cws-dialog .cw2-template-list{scroll-snap-type:y proximity;flex:auto;grid-auto-rows:minmax(61px,1fr);align-content:stretch;height:auto;min-height:0;max-height:none;padding-bottom:0;scroll-padding-block:0}.cws-dialog .cw2-template{scroll-snap-align:start;height:100%;min-height:61px}}@media (width>=1101px) and (height<=820px){.cws-dialog .cw2-template-list{grid-auto-rows:minmax(56px,1fr)}.cws-dialog .cw2-template{min-height:56px}}.cw-overlay{z-index:1200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1118278f;justify-content:center;align-items:center;padding:22px;display:flex;position:fixed;inset:0}.cw-dialog{border:1px solid var(--hub-border-strong);border-radius:var(--hub-radius-xl);background:linear-gradient(180deg, var(--hub-surface-strong), var(--hub-surface-subtle));width:min(1080px,100vw - 44px);max-height:calc(100dvh - 44px);box-shadow:var(--hub-shadow-dialog);grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden}.cw-header,.cw-footer{background:color-mix(in srgb, var(--hub-surface-strong) 92%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cw-header{border-bottom:1px solid var(--hub-border);justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 30px 20px;display:flex}.cw-header h2{letter-spacing:-.035em;margin:0;font-size:24px}.cw-header p{color:var(--hub-text-muted);margin:6px 0 0;font-size:11px}.cw-icon-button{border:1px solid var(--hub-border);background:var(--hub-control-bg);width:38px;height:38px;color:var(--hub-text-muted);cursor:pointer;border-radius:12px;place-items:center;display:grid}.cw-body{padding:20px 30px 26px;overflow:auto}.cw-mode-grid{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;display:grid}.cw-mode{border:1px solid var(--hub-border);background:linear-gradient(180deg, var(--hub-surface-strong), var(--hub-surface-subtle));min-height:82px;color:var(--hub-text);text-align:left;box-shadow:var(--hub-shadow-soft);cursor:pointer;border-radius:18px;grid-template-columns:42px 1fr;align-items:center;gap:13px;padding:17px 21px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.cw-mode:hover{border-color:color-mix(in srgb, var(--hub-primary) 35%, var(--hub-border));transform:translateY(-1px)}.cw-mode[data-active=true]{border-color:color-mix(in srgb, var(--hub-primary) 76%, var(--hub-border));box-shadow:0 0 0 1px color-mix(in srgb, var(--hub-primary) 15%, transparent), 0 14px 34px #2563eb14}.cw-mode-icon{width:42px;height:42px;color:var(--hub-text-muted);border-radius:13px;place-items:center;display:grid}.cw-mode[data-active=true] .cw-mode-icon{color:var(--hub-primary)}.cw-mode b{font-size:13px;display:block}.cw-mode small{color:var(--hub-text-muted);margin-top:4px;font-size:10px;line-height:1.45;display:block}.cw-stepper{border:1px solid var(--hub-border);background:color-mix(in srgb, var(--hub-surface-strong) 80%, transparent);border-radius:18px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px;padding:16px 20px;display:grid}.cw-step{grid-template-columns:36px 1fr;align-items:center;gap:10px;min-width:0;padding-right:18px;display:grid;position:relative}.cw-step:not(:last-child):after{content:"";background:var(--hub-border);height:1px;position:absolute;top:18px;left:calc(100% - 24px);right:4px}.cw-step-number{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:36px;height:36px;color:var(--hub-text-muted);border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.cw-step[data-active=true] .cw-step-number{background:linear-gradient(145deg, var(--hub-primary), var(--hub-primary-2));color:#fff;box-shadow:0 8px 20px color-mix(in srgb, var(--hub-primary) 28%, transparent);border-color:#0000}.cw-step b{font-size:11px;display:block}.cw-step small{color:var(--hub-text-muted);margin-top:3px;font-size:9px;line-height:1.3;display:block}.cw-step[data-active=true] b{color:var(--hub-primary)}.cw-identity-layout{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:20px;display:grid}.cw-side{gap:16px;display:grid}.cw-side-card,.cw-form-card{border:1px solid var(--hub-border);background:linear-gradient(180deg, var(--hub-surface-strong), var(--hub-surface-subtle));box-shadow:var(--hub-shadow-soft);border-radius:20px}.cw-side-card{padding:20px}.cw-side-card h3{margin:0 0 12px;font-size:13px}.cw-side-card>p{color:var(--hub-text-muted);margin:0;font-size:10px;line-height:1.65}.cw-benefits{gap:12px;margin-top:20px;display:grid}.cw-benefit{color:var(--hub-text-muted);align-items:center;gap:9px;font-size:10px;display:flex}.cw-benefit i{border:1px solid color-mix(in srgb, var(--hub-primary) 45%, var(--hub-border));width:18px;height:18px;color:var(--hub-primary);border-radius:50%;place-items:center;font-size:10px;font-style:normal;display:grid}.cw-building-card{text-align:center;padding-bottom:16px}.cw-building-card h3{text-align:left;line-height:1.45}.cw-building-art{place-items:center;height:150px;margin:8px auto 4px;display:grid}.cw-building-art img{object-fit:contain;filter:saturate(.92);width:min(210px,100%);max-height:148px}.cw-auto-entity{border:1px solid var(--hub-border);background:var(--hub-surface-strong);text-align:left;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin-top:5px;padding:10px 12px;font-size:10px;display:flex}.cw-auto-entity span{color:var(--hub-text-muted)}.cw-building-card>small{color:var(--hub-text-muted);text-align:left;margin-top:12px;font-size:9px;line-height:1.5;display:block}.cw-form-card{padding:22px}.cw-info{border:1px solid color-mix(in srgb, var(--hub-primary) 30%, var(--hub-border));background:color-mix(in srgb, var(--hub-primary) 4%, var(--hub-surface-strong));border-radius:14px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:14px 16px;display:flex}.cw-info i{background:var(--hub-primary);color:#fff;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-size:12px;font-style:normal;display:grid}.cw-info b{font-size:11px}.cw-info p{color:var(--hub-text-muted);margin:3px 0 0;font-size:10px;line-height:1.5}.cw-errorbox{border:1px solid color-mix(in srgb, var(--hub-danger) 42%, var(--hub-border));background:color-mix(in srgb, var(--hub-danger) 6%, var(--hub-surface-strong));color:var(--hub-danger);border-radius:13px;margin-bottom:16px;padding:12px 14px;font-size:10px;line-height:1.5}.cw-errorbox ul{margin:5px 0 0;padding-left:18px}.cw-fields{grid-template-columns:1fr 1fr;gap:17px 18px;display:grid}.cw-field{gap:8px;min-width:0;display:grid}.cw-field.span2{grid-column:1/-1}.cw-field>span{color:color-mix(in srgb, var(--hub-text) 82%, var(--hub-text-muted));letter-spacing:.015em;font-size:10px;font-weight:800}.cw-field em{color:var(--hub-text-muted);font-style:normal;font-weight:500}.cw-field input,.cw-field textarea{border:1px solid var(--hub-border);background:color-mix(in srgb, var(--hub-surface-strong) 93%, var(--soft));width:100%;min-height:49px;color:var(--hub-text);font:inherit;border-radius:14px;padding:12px 14px;font-size:12px;transition:border-color .16s,box-shadow .16s;box-shadow:inset 0 1px 2px #0f172a08}.cw-field textarea{resize:vertical;min-height:108px}.cw-field input:focus,.cw-field textarea:focus{border-color:color-mix(in srgb, var(--hub-primary) 70%, var(--hub-border));box-shadow:0 0 0 4px color-mix(in srgb, var(--hub-primary) 12%, transparent);outline:none}.cw-field[data-invalid=true] input,.cw-field[data-invalid=true] textarea{border-color:var(--hub-danger);background:color-mix(in srgb, var(--hub-danger) 5%, var(--hub-surface-strong));box-shadow:0 0 0 3px color-mix(in srgb, var(--hub-danger) 10%, transparent)}.cw-footer{border-top:1px solid var(--hub-border);justify-content:space-between;align-items:center;gap:16px;padding:17px 30px;display:flex}.cw-footer-note{max-width:430px;color:var(--hub-text-muted);font-size:9px}.cw-footer-right{align-items:center;gap:12px;display:flex}.cw-notice{max-width:180px;color:var(--hub-text-muted);text-align:right;font-size:9px}.cw-footer-actions{gap:10px;display:flex}.cw-button{border:1px solid var(--hub-border);background:var(--hub-control-bg);min-height:44px;color:var(--hub-text);cursor:pointer;border-radius:12px;padding:0 18px;font-size:11px;font-weight:700}.cw-button.primary{background:linear-gradient(145deg, var(--hub-primary), var(--hub-primary-2));color:#fff;min-width:142px;box-shadow:0 8px 22px color-mix(in srgb, var(--hub-primary) 24%, transparent);border-color:#0000}@media (width<=880px){.cw-overlay{padding:12px}.cw-dialog{width:100%;max-height:calc(100dvh - 24px)}.cw-identity-layout{grid-template-columns:1fr}.cw-side{grid-template-columns:1fr 1fr}.cw-stepper{overflow-x:auto}.cw-step{min-width:190px}.cw-fields{grid-template-columns:1fr}.cw-field.span2{grid-column:auto}.cw-footer{align-items:flex-start}.cw-footer-right{flex-direction:column;align-items:flex-end}}@media (width<=620px){.cw-overlay{align-items:flex-end;padding:0}.cw-dialog{border-bottom:0;border-left:0;border-right:0;border-radius:22px 22px 0 0;width:100%;max-height:100dvh}.cw-header,.cw-body,.cw-footer{padding-left:16px;padding-right:16px}.cw-mode-grid,.cw-side{grid-template-columns:1fr}.cw-stepper{scroll-snap-type:x proximity;grid-template-columns:none;grid-auto-columns:158px;grid-auto-flow:column;padding:12px;overflow-x:auto}.cw-step{scroll-snap-align:start;min-width:0}.cw-step:not(:last-child):after{left:132px;right:-12px}.cw-field input,.cw-field textarea{font-size:16px}.cw-footer-note,.cw-notice{display:none}.cw-footer-right{width:100%}.cw-footer-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.cw-footer-actions .cw-button:first-child{display:none}.cw-button.primary{min-width:0}}.template-change-backdrop{z-index:1750;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a61;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.template-change-dialog{border:1px solid var(--hub-border);background:linear-gradient(180deg,var(--hub-surface-strong),color-mix(in srgb,var(--hub-surface-strong) 96%,var(--hub-surface-subtle)));width:min(540px,100vw - 32px);color:var(--hub-text);border-radius:22px;overflow:hidden;box-shadow:0 30px 90px #0f172a47}.template-change-head{border-bottom:1px solid var(--hub-border);justify-content:space-between;gap:18px;padding:20px 22px 15px;display:flex}.template-change-kicker{color:var(--hub-primary);letter-spacing:.09em;margin-bottom:4px;font-size:9px;font-weight:850;display:block}.template-change-head h2{letter-spacing:-.025em;margin:0;font-size:20px}.template-change-close{border:1px solid var(--hub-border);background:var(--hub-control-bg);width:34px;height:34px;color:var(--hub-text-muted);font:inherit;cursor:pointer;border-radius:11px;flex:none;font-size:20px}.template-change-close:hover{background:var(--hub-surface-hover);color:var(--hub-text)}.template-change-body{gap:14px;padding:18px 22px;display:grid}.template-change-template{border:1px solid color-mix(in srgb,var(--hub-primary) 20%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 4%,var(--hub-surface-strong));border-radius:15px;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:14px;padding:12px;display:grid}.template-change-template img{object-fit:contain;width:70px;height:58px}.template-change-template>div{gap:3px;display:grid}.template-change-template b{font-size:13px}.template-change-template span,.template-change-template small{color:var(--hub-text-muted);font-size:10px;line-height:1.4}.template-change-message{color:var(--hub-text-muted);margin:0;font-size:12px;line-height:1.55}.template-change-message strong{color:var(--hub-text)}.template-change-impact{border:1px solid color-mix(in srgb,#f59e0b 22%,var(--hub-border));background:color-mix(in srgb,#f59e0b 5%,var(--hub-surface-strong));border-radius:14px;gap:9px;padding:12px 13px;display:grid}.template-change-impact>div:first-child{align-items:flex-start;gap:9px;display:flex}.template-change-impact-icon{background:color-mix(in srgb,#f59e0b 16%,var(--hub-surface-strong));color:#b45309;border-radius:8px;flex:none;place-items:center;width:24px;height:24px;font-size:12px;font-weight:900;display:grid}.template-change-impact-copy{gap:2px;display:grid}.template-change-impact-copy b{font-size:11px}.template-change-impact-copy small{color:var(--hub-text-muted);font-size:9.5px;line-height:1.4}.template-change-stats{flex-wrap:wrap;gap:7px;display:flex}.template-change-stat{border:1px solid var(--hub-border);background:var(--hub-surface-strong);color:var(--hub-text-muted);border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:9px;display:flex}.template-change-stat b{color:var(--hub-text);font-size:10px}.template-change-footer{border-top:1px solid var(--hub-border);background:color-mix(in srgb,var(--hub-surface-subtle) 54%,var(--hub-surface-strong));justify-content:flex-end;gap:9px;padding:14px 22px;display:flex}.template-change-footer .cw-button{min-height:40px;padding-inline:16px}@media (width<=600px){.template-change-backdrop{align-items:end;padding:12px}.template-change-dialog{border-radius:20px;width:100%}.template-change-head,.template-change-body,.template-change-footer{padding-left:16px;padding-right:16px}.template-change-template{grid-template-columns:58px minmax(0,1fr)}.template-change-template img{width:56px;height:48px}.template-change-footer{grid-template-columns:1fr 1fr;display:grid}.template-change-footer .cw-button{width:100%}}.wizard-confirm-backdrop{z-index:1780;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a61;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.wizard-confirm-dialog{border:1px solid var(--hub-border);background:linear-gradient(180deg,var(--hub-surface-strong),color-mix(in srgb,var(--hub-surface-strong) 96%,var(--hub-surface-subtle)));width:min(540px,100vw - 32px);color:var(--hub-text);border-radius:22px;overflow:hidden;box-shadow:0 30px 90px #0f172a47}.wizard-confirm-head{border-bottom:1px solid var(--hub-border);justify-content:space-between;gap:18px;padding:20px 22px 15px;display:flex}.wizard-confirm-kicker{color:var(--hub-primary);letter-spacing:.09em;margin-bottom:4px;font-size:9px;font-weight:850;display:block}.wizard-confirm-dialog[data-tone=danger] .wizard-confirm-kicker{color:var(--hub-danger)}.wizard-confirm-head h2{letter-spacing:-.025em;margin:0;font-size:20px}.wizard-confirm-close{border:1px solid var(--hub-border);background:var(--hub-control-bg);width:34px;height:34px;color:var(--hub-text-muted);font:inherit;cursor:pointer;border-radius:11px;flex:none;font-size:20px}.wizard-confirm-close:hover{background:var(--hub-surface-hover);color:var(--hub-text)}.wizard-confirm-body{gap:14px;padding:18px 22px;display:grid}.wizard-confirm-subject{border:1px solid color-mix(in srgb,var(--hub-primary) 18%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 4%,var(--hub-surface-strong));border-radius:14px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:11px;padding:11px 12px;display:grid}.wizard-confirm-dialog[data-tone=danger] .wizard-confirm-subject{border-color:color-mix(in srgb,var(--hub-danger) 20%,var(--hub-border));background:color-mix(in srgb,var(--hub-danger) 4%,var(--hub-surface-strong))}.wizard-confirm-subject-icon{background:color-mix(in srgb,var(--hub-primary) 10%,var(--hub-surface-strong));width:32px;height:32px;color:var(--hub-primary);border-radius:10px;place-items:center;font-size:18px;font-weight:850;display:grid}.wizard-confirm-dialog[data-tone=danger] .wizard-confirm-subject-icon{background:color-mix(in srgb,var(--hub-danger) 10%,var(--hub-surface-strong));color:var(--hub-danger)}.wizard-confirm-subject>div{gap:2px;display:grid}.wizard-confirm-subject b{font-size:12px}.wizard-confirm-subject small{color:var(--hub-text-muted);font-size:9.5px;line-height:1.4}.wizard-confirm-message{color:var(--hub-text-muted);margin:0;font-size:12px;line-height:1.55}.wizard-confirm-impact{border:1px solid color-mix(in srgb,#f59e0b 22%,var(--hub-border));background:color-mix(in srgb,#f59e0b 5%,var(--hub-surface-strong));border-radius:14px;gap:9px;padding:12px 13px;display:grid}.wizard-confirm-dialog[data-tone=danger] .wizard-confirm-impact{border-color:color-mix(in srgb,var(--hub-danger) 24%,var(--hub-border));background:color-mix(in srgb,var(--hub-danger) 5%,var(--hub-surface-strong))}.wizard-confirm-impact-copy-row{align-items:flex-start;gap:9px;display:flex}.wizard-confirm-impact-icon{background:color-mix(in srgb,#f59e0b 16%,var(--hub-surface-strong));color:#b45309;border-radius:8px;flex:none;place-items:center;width:24px;height:24px;font-size:12px;font-weight:900;display:grid}.wizard-confirm-dialog[data-tone=danger] .wizard-confirm-impact-icon{background:color-mix(in srgb,var(--hub-danger) 12%,var(--hub-surface-strong));color:var(--hub-danger)}.wizard-confirm-impact-copy{gap:2px;display:grid}.wizard-confirm-impact-copy b{font-size:11px}.wizard-confirm-impact-copy small{color:var(--hub-text-muted);font-size:9.5px;line-height:1.4}.wizard-confirm-stats{flex-wrap:wrap;gap:7px;display:flex}.wizard-confirm-stat{border:1px solid var(--hub-border);background:var(--hub-surface-strong);color:var(--hub-text-muted);border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:9px;display:flex}.wizard-confirm-stat b{color:var(--hub-text);font-size:10px}.wizard-confirm-footer{border-top:1px solid var(--hub-border);background:color-mix(in srgb,var(--hub-surface-subtle) 54%,var(--hub-surface-strong));justify-content:flex-end;gap:9px;padding:14px 22px;display:flex}.wizard-confirm-footer .cw-button{min-height:40px;padding-inline:16px}.wizard-confirm-footer .cw-button.danger.solid{border-color:var(--hub-danger);background:var(--hub-danger);color:#fff}.wizard-confirm-footer .cw-button.danger.solid:hover{filter:brightness(.96)}@media (width<=600px){.wizard-confirm-backdrop{align-items:end;padding:12px}.wizard-confirm-dialog{border-radius:20px;width:100%}.wizard-confirm-head,.wizard-confirm-body,.wizard-confirm-footer{padding-left:16px;padding-right:16px}.wizard-confirm-footer{grid-template-columns:1fr 1fr;display:grid}.wizard-confirm-footer .cw-button{width:100%}}.cw2-dialog{width:min(1260px,100vw - 44px)}.cw2-layout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:20px;display:grid}.cw2-side{gap:16px;display:grid}.cw2-side-card,.cw2-main-card{border:1px solid var(--hub-border);background:linear-gradient(180deg, var(--hub-surface-strong), var(--hub-surface-subtle));box-shadow:var(--hub-shadow-soft);border-radius:20px}.cw2-side-card{padding:18px}.cw2-card-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.cw2-card-head h3{margin:0;font-size:13px}.cw2-card-head p{color:var(--hub-text-muted);margin:4px 0 0;font-size:9px;line-height:1.4}.cw2-card-head button{color:var(--hub-primary);cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:750}.cw2-identity dl{gap:10px;margin:16px 0 12px;display:grid}.cw2-identity dl div{gap:2px;display:grid}.cw2-identity dt{color:var(--hub-text-muted);text-transform:uppercase;font-size:8.5px;font-weight:750}.cw2-identity dd{overflow-wrap:anywhere;margin:0;font-size:10.5px;font-weight:650}.cw2-derived-note{border-top:1px solid var(--hub-border);color:var(--hub-text-muted);padding-top:10px;font-size:9px}.cw2-template-list{gap:7px;margin-top:14px;display:grid}.cw2-template{width:100%;min-height:66px;color:var(--hub-text);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:13px;grid-template-columns:62px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:7px 8px;display:grid}.cw2-template:hover{background:var(--hub-surface-hover)}.cw2-template[data-selected=true]{border-color:color-mix(in srgb, var(--hub-primary) 42%, var(--hub-border));background:color-mix(in srgb, var(--hub-primary) 4%, var(--hub-surface-strong))}.cw2-template-art{place-items:center;height:50px;display:grid;overflow:hidden}.cw2-template-art img{object-fit:contain;width:64px;height:52px}.cw2-template-copy{gap:2px;min-width:0;display:grid}.cw2-template-title{align-items:center;gap:6px;display:flex}.cw2-template-title b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.cw2-template-title em{background:var(--hub-surface-subtle);color:var(--hub-text-muted);border-radius:999px;padding:2px 5px;font-size:7px;font-style:normal;font-weight:800}.cw2-template-copy small{color:var(--hub-text-muted);font-size:8.5px;line-height:1.3}.cw2-template-meta{opacity:.78}.cw2-template-state{color:var(--hub-primary);font-weight:800}.cw2-main-card{min-width:0;padding:22px}.cw2-main-head{justify-content:space-between;gap:16px;margin-bottom:16px;display:flex}.cw2-main-head h2{letter-spacing:-.02em;margin:0;font-size:18px}.cw2-main-head p{max-width:680px;color:var(--hub-text-muted);margin:6px 0 0;font-size:10px;line-height:1.55}.cw2-toolbar{border-top:1px solid var(--hub-border);border-bottom:1px solid var(--hub-border);justify-content:space-between;align-items:center;gap:14px;padding:13px 0;display:flex}.cw2-create,.cw2-stats{gap:8px;display:flex}.cw2-stats>div{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:11px;min-width:86px;padding:7px 10px}.cw2-stats span{color:var(--hub-text-muted);justify-content:space-between;align-items:center;gap:8px;font-size:8.5px;display:flex}.cw2-stats b{color:var(--hub-text);font-size:12px}.cw2-tree{gap:10px;margin-top:16px;display:grid}.cw2-building{border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:14px;overflow:hidden}.cw2-building-head,.cw2-group-row{align-items:center;gap:9px;min-height:46px;padding:7px 10px;display:flex}.cw2-building-head{background:var(--hub-surface-subtle)}.cw2-building-head button,.cw2-group-row button{border:1px solid var(--hub-border);background:var(--hub-control-bg);min-height:30px;color:var(--hub-text-muted);cursor:pointer;border-radius:8px;padding:0 8px;font-size:9px}.cw2-drag{color:var(--hub-text-muted);cursor:grab;font-size:15px}.cw2-building-icon,.cw2-entity-icon{background:color-mix(in srgb, var(--hub-primary) 7%, var(--hub-surface-subtle));width:26px;height:26px;color:var(--hub-primary);border-radius:8px;place-items:center;display:grid}.cw2-entity-name{min-width:0;font-size:10.5px;font-weight:750}.cw2-code,.cw2-kind,.cw2-count-badge{background:var(--hub-surface-subtle);color:var(--hub-text-muted);border-radius:999px;padding:3px 6px;font-size:8px}.cw2-head-spacer,.cw2-editor-actions>span,.cw2-footer-spacer{flex:1}.cw2-groups{padding:5px 9px 9px 42px;display:grid}.cw2-group-row{border-bottom:1px solid var(--hub-border)}.cw2-group-row:last-child{border-bottom:0}.cw2-group-row button{margin-left:auto}.cw2-empty-group{border:1px dashed var(--hub-border-strong);min-height:40px;color:var(--hub-text-muted);cursor:pointer;background:0 0;border-radius:10px;font-size:9px}.cw2-info{background:color-mix(in srgb, var(--hub-primary) 4%, var(--hub-surface-strong));color:var(--hub-text-muted);border-radius:12px;align-items:flex-start;gap:9px;margin-top:16px;padding:12px 13px;display:flex}.cw2-info i{background:var(--hub-primary);color:#fff;border-radius:50%;flex:none;place-items:center;width:20px;height:20px;font-size:10px;font-style:normal;display:grid}.cw2-info p{margin:2px 0 0;font-size:9px;line-height:1.45}.cw2-editor{border:1px solid color-mix(in srgb, var(--hub-primary) 26%, var(--hub-border));background:var(--hub-surface-subtle);border-radius:14px;margin-top:16px;padding:16px}.cw2-editor-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.cw2-editor-head>div{gap:2px;display:grid}.cw2-editor-head span{color:var(--hub-text-muted);text-transform:uppercase;font-size:8px}.cw2-editor-head b{font-size:12px}.cw2-editor-head button{color:var(--hub-text-muted);cursor:pointer;background:0 0;border:0;font-size:20px}.cw2-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.cw2-editor-grid label{gap:6px;display:grid}.cw2-editor-grid label>span{color:var(--hub-text-muted);font-size:9px;font-weight:750}.cw2-editor-grid input,.cw2-editor-grid select{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:100%;min-height:42px;color:var(--hub-text);font:inherit;border-radius:10px;padding:0 11px;font-size:11px}.cw2-editor-error{color:var(--hub-danger);margin-bottom:10px;font-size:9px}.cw2-editor-actions{align-items:center;gap:8px;margin-top:12px;display:flex}.cw-button.danger{border-color:color-mix(in srgb, var(--hub-danger) 40%, var(--hub-border));color:var(--hub-danger)}.cw2-footer{gap:10px}@media (width<=980px){.cw2-layout{grid-template-columns:1fr}.cw2-side{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr)}.cw2-template-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.cw2-dialog{width:100%}.cw2-side,.cw2-template-list{grid-template-columns:1fr}.cw2-toolbar{flex-direction:column;align-items:stretch}.cw2-stats{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.cw2-stats>div{min-width:0}.cw2-building-head{flex-wrap:wrap}.cw2-groups{padding-left:18px}.cw2-editor-grid{grid-template-columns:1fr}.cw2-footer .cw-notice{display:none}}@media (width<=520px){.cw2-main-card{padding:15px}.cw2-create{grid-template-columns:1fr 1fr;display:grid}.cw2-stats{gap:5px}.cw2-code,.cw2-kind{display:none}}@media (width<=700px){.cw2-main-card .cw2-editor{border-radius:14px;padding:16px}.cw2-main-card .cw2-editor-fields{grid-template-columns:1fr;gap:12px}.cw2-main-card .cw2-editor-actions{flex-wrap:wrap}.cw2-main-card .cw2-editor-actions>span{display:none}.cw2-main-card .cw2-editor-actions .cw-button{flex:120px}}.cw2-building-icon,.cw2-entity-icon{border:1px solid color-mix(in srgb, var(--hub-primary) 12%, var(--hub-border));background:color-mix(in srgb, var(--hub-primary) 6%, var(--hub-surface-strong));width:34px;height:34px;color:var(--hub-primary);border-radius:10px;flex:0 0 34px;place-items:center;display:grid}.cw2-building-icon svg,.cw2-entity-icon svg{display:block}.cw2-code{border:1px solid color-mix(in srgb, var(--hub-primary) 14%, var(--hub-border));background:color-mix(in srgb, var(--hub-primary) 8%, var(--hub-surface-strong));min-height:25px;color:var(--hub-primary);letter-spacing:.025em;border-radius:999px;align-items:center;padding:4px 9px;font-size:8.5px;font-weight:850;display:inline-flex}.cw2-kind{background:var(--hub-surface-subtle);min-height:25px;color:var(--hub-text-muted);border:0;border-radius:999px;align-items:center;padding:4px 9px;font-size:8px;font-weight:700;display:inline-flex}.cw2-group-row{min-height:54px}.cw2-building-head{min-height:58px}.cw2-code-policy{color:var(--hub-text-muted);white-space:nowrap;align-items:center;gap:9px;margin-left:auto;font-size:8px;font-weight:800;display:flex}.cw2-code-policy>div{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:10px;gap:2px;padding:3px;display:inline-flex}.cw2-code-policy button{min-height:28px;color:var(--hub-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 9px;font-size:8px;font-weight:800}.cw2-code-policy button[data-active=true]{background:var(--hub-surface-strong);color:var(--hub-primary);box-shadow:0 1px 5px #0f172a14}.cw2-code-field>span{justify-content:space-between;align-items:center;gap:10px;display:flex}.cw2-code-field>span>button{color:var(--hub-primary);cursor:pointer;background:0 0;border:0;padding:0;font-size:8.5px;font-weight:800}.cw2-code-field>span>button:hover{text-decoration:underline}.cw2-code-field input{letter-spacing:.025em;color:var(--hub-primary)!important;font-weight:820!important}.cw2-code-field small{color:var(--hub-text-muted);margin-top:-2px;font-size:8px;line-height:1.35}.cw2-code-field small[data-manual=true]{color:color-mix(in srgb, var(--hub-primary) 70%, var(--hub-text-muted))}@media (width<=980px){.cw2-code-policy{order:3;justify-content:flex-start;width:100%;margin-left:0}}@media (width<=700px){.cw2-building-icon,.cw2-entity-icon{flex-basis:30px;width:30px;height:30px}.cw2-code-policy{flex-direction:column;align-items:flex-start}}.cw2-main-card .cw2-editor-backdrop{margin-top:18px}.cw2-main-card .cw2-editor{border:1px solid color-mix(in srgb, var(--hub-primary) 22%, var(--hub-border));background:linear-gradient(180deg, color-mix(in srgb, var(--hub-primary) 2%, var(--hub-surface-strong)), var(--hub-surface-strong));border-radius:16px;width:100%;margin:0;padding:20px;box-shadow:0 12px 34px #0f172a12}.cw2-main-card .cw2-editor-head{border-bottom:1px solid var(--hub-border);justify-content:space-between;align-items:flex-start;gap:16px;margin:0 0 18px;padding-bottom:14px;display:flex}.cw2-main-card .cw2-editor-head>div{gap:5px;min-width:0;display:grid}.cw2-main-card .cw2-editor-head small{color:var(--hub-primary);letter-spacing:.09em;font-size:8px;font-weight:850;line-height:1}.cw2-main-card .cw2-editor-head h3{color:var(--hub-text);letter-spacing:-.025em;margin:0;font-size:18px;font-weight:760;line-height:1.15}.cw2-main-card .cw2-editor[aria-label=Editor\ palazzina] .cw2-editor-head h3,.cw2-main-card .cw2-editor[aria-label=Editor\ gruppo] .cw2-editor-head h3{font-size:0}.cw2-main-card .cw2-editor[aria-label=Editor\ palazzina] .cw2-editor-head h3:after,.cw2-main-card .cw2-editor[aria-label=Editor\ gruppo] .cw2-editor-head h3:after{color:var(--hub-text);letter-spacing:-.025em;font-size:18px;font-weight:760;line-height:1.15}.cw2-main-card .cw2-editor[aria-label=Editor\ palazzina] .cw2-editor-head h3:after{content:"Dettagli palazzina"}.cw2-main-card .cw2-editor[aria-label=Editor\ gruppo] .cw2-editor-head h3:after{content:"Dettagli gruppo"}.cw2-main-card .cw2-editor-head>button{border:1px solid var(--hub-border);background:var(--hub-control-bg);width:32px;height:32px;color:var(--hub-text-muted);cursor:pointer;border-radius:10px;flex:none;place-items:center;padding:0;font-size:18px;line-height:1;display:grid}.cw2-main-card .cw2-editor-head>button:hover{border-color:var(--hub-border-strong);background:var(--hub-surface-hover);color:var(--hub-text)}.cw2-main-card .cw2-editor-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.cw2-main-card .cw2-editor-fields label{gap:7px;min-width:0;display:grid}.cw2-main-card .cw2-editor-fields label>span{color:var(--hub-text-muted);letter-spacing:.015em;font-size:9px;font-weight:800}.cw2-main-card .cw2-editor-fields input,.cw2-main-card .cw2-editor-fields select{border:1px solid var(--hub-border-strong);background:var(--hub-surface-strong);width:100%;min-width:0;min-height:44px;color:var(--hub-text);font:inherit;border-radius:11px;outline:none;padding:0 12px;font-size:11px;transition:border-color .15s,box-shadow .15s,background .15s}.cw2-main-card .cw2-editor-fields input:hover,.cw2-main-card .cw2-editor-fields select:hover{border-color:color-mix(in srgb, var(--hub-primary) 28%, var(--hub-border-strong))}.cw2-main-card .cw2-editor-fields input:focus,.cw2-main-card .cw2-editor-fields select:focus{border-color:color-mix(in srgb, var(--hub-primary) 72%, var(--hub-border-strong));box-shadow:0 0 0 3px color-mix(in srgb, var(--hub-primary) 12%, transparent)}.cw2-main-card .cw2-editor-error{border:1px solid color-mix(in srgb, var(--hub-danger) 26%, var(--hub-border));background:color-mix(in srgb, var(--hub-danger) 5%, var(--hub-surface-strong));color:var(--hub-danger);border-radius:10px;margin:-4px 0 14px;padding:10px 12px;font-size:9.5px;line-height:1.45}.cw2-main-card .cw2-editor-actions{border-top:1px solid var(--hub-border);align-items:center;gap:9px;margin-top:20px;padding-top:16px;display:flex}.cw2-main-card .cw2-editor-actions>span{flex:1}.cw2-main-card .cw2-editor-actions .cw-button{justify-content:center;min-width:104px;min-height:40px}.cw2-main-card .cw2-editor-actions .cw-button.primary{min-width:126px}@media (width<=700px){.cw2-main-card .cw2-editor{border-radius:14px;padding:16px}.cw2-main-card .cw2-editor-fields{grid-template-columns:1fr;gap:12px}.cw2-main-card .cw2-editor-actions{flex-wrap:wrap}.cw2-main-card .cw2-editor-actions>span{display:none}.cw2-main-card .cw2-editor-actions .cw-button{flex:120px}}.cw2-building[draggable=true],.cw2-group-row[draggable=true],.cw3-grid tbody tr[draggable=true]{cursor:grab}.cw2-building[data-dragging=true],.cw2-group-row[data-dragging=true],.cw3-grid tbody tr[data-dragging=true]{opacity:.52;outline:1px dashed color-mix(in srgb, var(--hub-primary) 60%, var(--hub-border))}.cw2-groups{min-height:42px}.cw-collapse{border:1px solid var(--hub-border);background:var(--hub-control-bg);min-width:30px;min-height:30px;color:var(--hub-text-muted);cursor:pointer;border-radius:9px}.cw3-reorder-hint{color:var(--hub-text-muted);margin:-4px 0 10px;font-size:9px}.cw3-batch-preview{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:11px;margin-top:14px;padding:12px}.cw3-batch-preview b{margin-bottom:8px;font-size:10px;display:block}.cw3-batch-preview div{flex-wrap:wrap;gap:6px;display:flex}.cw3-batch-preview span{border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:7px;padding:4px 7px;font-size:9px}.cw3-import-preview{width:min(820px,96%)}.cw3-import-preview .cw3-editor-head p{color:var(--hub-text-muted);margin:4px 0 0;font-size:9px}.cw3-preview-table-wrap{border:1px solid var(--hub-border);border-radius:12px;max-height:54vh;margin-top:16px;overflow:auto}.cw3-preview-table{border-collapse:collapse;width:100%;min-width:760px;font-size:9px}.cw3-preview-table th,.cw3-preview-table td{border-right:1px solid var(--hub-border);border-bottom:1px solid var(--hub-border);text-align:left;vertical-align:top;padding:9px 10px}.cw3-preview-table th:last-child,.cw3-preview-table td:last-child{border-right:0}.cw3-preview-table thead th{z-index:1;background:var(--hub-surface-subtle);color:var(--hub-text-muted);position:sticky;top:0}.cw3-preview-table tr[data-status=error] td{background:color-mix(in srgb, var(--hub-danger) 4%, var(--hub-surface-strong))}.cw3-import-status{border-radius:7px;max-width:220px;padding:4px 7px;font-weight:750;display:inline-flex}.cw3-import-status.ready{color:var(--hub-success);background:color-mix(in srgb, var(--hub-success) 9%, transparent)}.cw3-import-status.error{color:var(--hub-danger);background:color-mix(in srgb, var(--hub-danger) 8%, transparent)}.cw3-import-warning{border:1px solid color-mix(in srgb, var(--hub-danger) 22%, var(--hub-border));color:var(--hub-text-muted);border-radius:10px;margin-top:12px;padding:10px 12px;font-size:9px;line-height:1.5}@media (width<=620px){.cw3-import-preview{width:100%}.cw3-preview-table-wrap{max-height:48vh}}.cw3-dialog{width:min(1320px,100vw - 44px)}.cw3-layout{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:20px;display:grid}.cw3-side{gap:16px;display:grid}.cw3-side-card,.cw3-main-card{border:1px solid var(--hub-border);background:linear-gradient(180deg,var(--hub-surface-strong),var(--hub-surface-subtle));box-shadow:var(--hub-shadow-soft);border-radius:20px}.cw3-side-card{padding:18px}.cw3-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.cw3-card-head h3,.cw3-main-head h2{letter-spacing:-.015em;margin:0;font-size:14px}.cw3-link{border:1px solid var(--hub-border);background:var(--hub-surface-strong);color:var(--hub-primary);font:inherit;cursor:pointer;border-radius:9px;padding:6px 8px;font-size:9px}.cw3-identity dl{gap:13px;margin:15px 0 0;display:grid}.cw3-identity dl div{gap:3px;display:grid}.cw3-identity dt{color:var(--hub-text-muted);text-transform:uppercase;font-size:8px;font-weight:800}.cw3-identity dd{margin:0;font-size:10px;line-height:1.35}.cw3-structure-kpis{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.cw3-structure-kpis>div{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);color:var(--hub-text-muted);border-radius:10px;padding:8px 9px;font-size:8px}.cw3-structure-kpis b{color:var(--hub-text);font-size:11px;display:block}.cw3-tree-mini{gap:9px;margin-top:12px;display:grid}.cw3-mini-building{gap:5px;display:grid}.cw3-mini-building-head{align-items:center;gap:7px;font-size:9px;display:flex}.cw3-mini-count{background:var(--hub-surface-subtle);color:var(--hub-text-muted);border-radius:8px;margin-left:auto;padding:3px 6px;font-size:7px}.cw3-mini-groups{border-left:1px solid var(--hub-border);gap:5px;margin-left:7px;padding-left:21px;display:grid}.cw3-mini-group{color:var(--hub-text);font-size:8px}.cw3-main-card{min-width:0;padding:18px;position:relative;overflow:hidden}.cw3-main-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.cw3-main-head p{color:var(--hub-text-muted);margin:5px 0 0;font-size:10px;line-height:1.45}.cw3-main-info{border:1px solid color-mix(in srgb,var(--hub-primary) 16%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 5%,var(--hub-surface-strong));max-width:260px;color:var(--hub-text-muted);border-radius:11px;align-items:flex-start;gap:9px;padding:11px 12px;font-size:8px;line-height:1.45;display:flex}.cw3-main-info i{border:1px solid color-mix(in srgb,var(--hub-primary) 45%,var(--hub-border));width:18px;height:18px;color:var(--hub-primary);border-radius:50%;flex:none;place-items:center;font-style:normal;display:grid}.cw3-toolbar{justify-content:space-between;align-items:center;gap:12px;margin:19px 0 12px;display:flex}.cw3-create{align-items:center;gap:8px;display:flex}.cw3-search{width:210px}.cw3-search input{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:100%;min-height:38px;color:var(--hub-text);font:inherit;border-radius:10px;padding:8px 11px;font-size:9px}.cw3-filter-panel{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:11px;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;gap:8px;margin-bottom:12px;padding:10px;display:grid}.cw3-filter-panel label{color:var(--hub-text-muted);text-transform:uppercase;gap:4px;font-size:7px;font-weight:800;display:grid}.cw3-filter-panel select{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-height:34px;color:var(--hub-text);font:inherit;border-radius:9px;padding:6px 8px;font-size:9px}.cw3-grid-wrap{border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:12px;overflow:auto}.cw3-grid{border-collapse:separate;border-spacing:0;width:100%;min-width:820px;font-size:9px}.cw3-grid th,.cw3-grid td{border-right:1px solid var(--hub-border);border-bottom:1px solid var(--hub-border);vertical-align:middle;padding:10px 9px}.cw3-grid th:last-child,.cw3-grid td:last-child{border-right:0}.cw3-grid tbody tr:last-child td{border-bottom:0}.cw3-grid th{z-index:1;background:var(--hub-surface-subtle);color:var(--hub-text-muted);text-align:left;white-space:nowrap;font-weight:800;position:sticky;top:0}.cw3-grid tbody tr:nth-child(2n){background:color-mix(in srgb,var(--hub-surface-subtle) 60%,transparent)}.cw3-row-drag{color:var(--hub-text-muted);font-size:13px}.cw3-unit-code{font-weight:800}.cw3-area{text-align:right;white-space:nowrap}.cw3-row-actions{gap:4px;display:flex}.cw3-row-actions button{border:1px solid var(--hub-border);background:var(--hub-control-bg);min-height:28px;color:var(--hub-text-muted);cursor:pointer;border-radius:7px;font-size:8px}.cw3-row-actions .danger{color:var(--hub-danger)}.cw3-dest{white-space:nowrap;border:1px solid;border-radius:8px;padding:4px 8px;font-size:8px;font-weight:750;display:inline-flex}.cw3-dest.home{color:#4d7c0f;background:#f7fee7}.cw3-dest.box{color:#2563eb;background:#eff6ff}.cw3-dest.shop{color:#7e22ce;background:#faf5ff}.cw3-dest.common{color:#b45309;background:#fffbeb}.cw3-dest.other{color:#475569;background:#f8fafc}.cw3-empty{text-align:center;color:var(--hub-text-muted);padding:38px 18px!important}.cw3-empty b{color:var(--hub-text);margin-bottom:5px;font-size:12px;display:block}.cw3-grid-footer{color:var(--hub-text-muted);justify-content:space-between;align-items:center;gap:12px;margin-top:10px;font-size:8px;display:flex}.cw3-pagination{align-items:center;gap:6px;display:flex}.cw3-pagination select{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-height:32px;color:var(--hub-text);border-radius:8px;font-size:8px}.cw3-page-btn{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-width:30px;height:30px;color:var(--hub-text-muted);cursor:pointer;border-radius:8px}.cw3-page-btn.active{color:var(--hub-primary);border-color:color-mix(in srgb,var(--hub-primary) 45%,var(--hub-border))}.cw3-page-btn:disabled{opacity:.4}.cw3-notice{background:var(--hub-surface-subtle);color:var(--hub-text-muted);border-radius:9px;margin-top:10px;padding:8px 10px;font-size:9px}.cw3-footer{width:100%}.cw3-footer-spacer{flex:1}.cw3-editor-backdrop{z-index:12;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a1a;justify-content:flex-end;display:flex;position:absolute;inset:0}.cw3-editor{background:var(--hub-surface-strong);border-left:1px solid var(--hub-border);width:min(430px,94%);height:100%;padding:18px;overflow:auto;box-shadow:-18px 0 55px #0f172a1f}.cw3-editor-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.cw3-editor-head small{letter-spacing:.07em;color:var(--hub-text-muted);font-size:7px;font-weight:800}.cw3-editor-head h3{margin:3px 0 0;font-size:16px}.cw3-editor-head button{border:1px solid var(--hub-border);background:var(--hub-control-bg);width:32px;height:32px;color:var(--hub-text);border-radius:10px;font-size:17px}.cw3-editor-fields{grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;display:grid}.cw3-editor-fields label{color:var(--hub-text-muted);text-transform:uppercase;gap:6px;font-size:8px;font-weight:800;display:grid}.cw3-editor-fields label.span2{grid-column:1/-1}.cw3-editor-fields input,.cw3-editor-fields select,.cw3-editor-fields textarea{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:100%;color:var(--hub-text);font:inherit;text-transform:none;border-radius:10px;padding:9px 10px;font-size:10px}.cw3-editor-fields textarea{resize:vertical;min-height:76px}.cw3-editor-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.cw3-editor-error{border:1px solid color-mix(in srgb,var(--hub-danger) 35%,var(--hub-border));color:var(--hub-danger);background:color-mix(in srgb,var(--hub-danger) 5%,var(--hub-surface-strong));border-radius:9px;margin-top:12px;padding:9px 10px;font-size:9px}.cw3-batch-preview{background:var(--hub-surface-subtle);color:var(--hub-text-muted);border-radius:9px;margin-top:12px;padding:9px;font-size:9px}@media (width<=980px){.cw3-layout{grid-template-columns:230px minmax(0,1fr)}.cw3-toolbar{flex-direction:column;align-items:stretch}.cw3-search{width:100%}.cw3-main-head{flex-direction:column}.cw3-main-info{max-width:none}.cw3-filter-panel{grid-template-columns:1fr 1fr}}@media (width<=760px){.cw3-layout{grid-template-columns:1fr}.cw3-side{grid-template-columns:1fr 1fr}.cw3-grid-footer{flex-direction:column;align-items:flex-start}}@media (width<=620px){.cw3-side{grid-template-columns:1fr}.cw3-create{grid-template-columns:1fr 1fr;width:100%;display:grid}.cw3-create .cw-button:first-child{grid-column:1/-1}.cw3-filter-panel{grid-template-columns:1fr}.cw3-editor{width:100%}.cw3-editor-fields{grid-template-columns:1fr}.cw3-editor-fields label.span2{grid-column:auto}.cw3-footer{grid-template-columns:1fr 1fr;display:grid}.cw3-footer-spacer{display:none}.cw3-footer .cw-button.primary{grid-column:1/-1}.cw3-search input,.cw3-editor-fields input,.cw3-editor-fields select,.cw3-editor-fields textarea,.cw3-filter-panel select{font-size:16px}}.cw3-grid{min-width:1120px}.cw3-unit-code{border:1px solid color-mix(in srgb, var(--hub-primary) 14%, var(--hub-border));background:color-mix(in srgb, var(--hub-primary) 8%, var(--hub-surface-strong));min-height:24px;color:var(--hub-primary);letter-spacing:.02em;border-radius:999px;align-items:center;padding:3px 8px;font-weight:850;display:inline-flex}.cw3-pertinence{background:var(--hub-surface-subtle);min-height:22px;color:var(--hub-text-muted);white-space:nowrap;border-radius:8px;align-items:center;padding:3px 7px;font-size:8px;font-weight:750;display:inline-flex}.cw3-parity-info{max-width:520px}.cw3-parity-info span{gap:2px;display:grid}.cw3-parity-info b{color:var(--hub-text);font-size:8.5px}@media (width<=980px){.cw3-grid{min-width:1040px}}.cw4-dialog{width:min(1180px,100vw - 44px)}.cw4-layout{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:20px;display:grid}.cw4-side{gap:16px;display:grid}.cw4-side-card,.cw4-summary-card{border:1px solid var(--hub-border);background:linear-gradient(180deg,var(--hub-surface-strong),var(--hub-surface-subtle));box-shadow:var(--hub-shadow-soft);border-radius:18px}.cw4-side-card{padding:18px}.cw4-card-head,.cw4-summary-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.cw4-card-head h3,.cw4-summary-head h3{margin:0;font-size:13px}.cw4-card-head button,.cw4-summary-head button{color:var(--hub-primary);cursor:pointer;background:0 0;border:0;font-size:9px;font-weight:750}.cw4-side-card dl{gap:10px;margin:15px 0 0;display:grid}.cw4-side-card dl div{gap:2px;display:grid}.cw4-side-card dt{color:var(--hub-text-muted);text-transform:uppercase;font-size:8px;font-weight:800}.cw4-side-card dd{overflow-wrap:anywhere;margin:0;font-size:10px}.cw4-kpis{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:14px;display:grid}.cw4-kpis span{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);color:var(--hub-text-muted);text-align:center;border-radius:9px;gap:2px;padding:8px 6px;font-size:7px;display:grid}.cw4-kpis b{color:var(--hub-text);font-size:12px}.cw4-mini-tree{gap:8px;margin-top:12px;display:grid}.cw4-mini-tree div{gap:3px;display:grid}.cw4-mini-tree b{font-size:9px}.cw4-mini-tree span{color:var(--hub-text-muted);padding-left:16px;font-size:8px;line-height:1.4}.cw4-main{min-width:0}.cw4-main-head span{color:var(--hub-primary);letter-spacing:.08em;font-size:8px;font-weight:850}.cw4-main-head h2{letter-spacing:-.025em;margin:5px 0 7px;font-size:21px}.cw4-main-head p{color:var(--hub-text-muted);margin:0;font-size:10px;line-height:1.5}.cw4-summary-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;display:grid}.cw4-summary-card{min-width:0;padding:17px}.cw4-summary-head{border-bottom:1px solid var(--hub-border);padding-bottom:11px}.cw4-summary-head>span{color:var(--hub-text-muted);font-size:8px}.cw4-summary-lines{gap:9px;margin-top:12px;display:grid}.cw4-summary-lines span{gap:2px;display:grid}.cw4-summary-lines em{color:var(--hub-text-muted);text-transform:uppercase;font-size:7px;font-style:normal}.cw4-summary-lines b{overflow-wrap:anywhere;font-size:9.5px}.cw4-count-grid{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px;display:grid}.cw4-count-grid span{background:var(--hub-surface-subtle);color:var(--hub-text-muted);text-align:center;border-radius:10px;gap:3px;padding:9px;font-size:8px;display:grid}.cw4-count-grid b{color:var(--hub-text);font-size:15px}.cw4-tree{gap:7px;margin-top:10px;display:grid}.cw4-tree div{gap:2px;display:grid}.cw4-tree strong{font-size:9px}.cw4-tree small{color:var(--hub-text-muted);padding-left:14px;font-size:8px}.cw4-destinations{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.cw4-destinations span{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);color:var(--hub-text-muted);border-radius:9px;align-items:center;gap:5px;padding:7px 9px;font-size:8px;display:flex}.cw4-destinations b{color:var(--hub-text);font-size:11px}.cw4-destinations p{color:var(--hub-text-muted);margin:0;font-size:9px;line-height:1.5}.cw4-checks{grid-column:1/-1}.cw4-check-list{gap:7px;margin-top:12px;display:grid}.cw4-check{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:100%;color:var(--hub-text);text-align:left;border-radius:10px;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:9px;display:grid}.cw4-check:not(:disabled){cursor:pointer}.cw4-check i{border-radius:50%;place-items:center;width:26px;height:26px;font-style:normal;font-weight:850;display:grid}.cw4-check.ok i{background:color-mix(in srgb,var(--hub-success) 12%,transparent);color:var(--hub-success)}.cw4-check.warning i{color:#aa7415;background:#fff7df}.cw4-check.error i{background:color-mix(in srgb,var(--hub-danger) 10%,transparent);color:var(--hub-danger)}.cw4-check span{gap:2px;display:grid}.cw4-check b{font-size:9px}.cw4-check small{color:var(--hub-text-muted);font-size:8px;line-height:1.35}.cw4-check em{color:var(--hub-text-muted);font-style:normal}.cw4-final-info,.cw4-notice{border-radius:11px;margin-top:12px;padding:11px 12px;font-size:9px}.cw4-final-info{background:color-mix(in srgb,var(--hub-primary) 5%,var(--hub-surface-strong));color:var(--hub-text-muted);gap:9px;display:flex}.cw4-final-info i{background:var(--hub-primary);color:#fff;border-radius:50%;flex:none;place-items:center;width:20px;height:20px;font-style:normal;display:grid}.cw4-final-info p{margin:2px 0 0;line-height:1.45}.cw4-notice{border:1px solid color-mix(in srgb,var(--hub-danger) 30%,var(--hub-border));color:var(--hub-danger)}.cw4-footer{gap:10px;width:100%}.cw4-footer-spacer{flex:1}.cw4-footer .cw-button:disabled{opacity:.45;cursor:not-allowed}@media (width<=840px){.cw4-layout{grid-template-columns:1fr}.cw4-side{grid-template-columns:1fr 1fr}}@media (width<=620px){.cw4-side,.cw4-summary-grid{grid-template-columns:1fr}.cw4-checks{grid-column:auto}.cw4-footer{grid-template-columns:1fr 1fr;display:grid}.cw4-footer-spacer{display:none}.cw4-footer .cw-button.primary{grid-column:1/-1}.cw4-side-card:nth-child(2){display:none}}.condominiums-page{width:min(1320px,100%);margin:0 auto}.condominiums-heading{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:16px;display:flex}.condominiums-heading>div{min-width:0}.condominiums-heading h1{letter-spacing:-.035em;margin:5px 0 7px;font-size:clamp(30px,3.4vw,40px);line-height:1.03}.condominiums-heading p{max-width:760px;color:var(--hub-text-muted);margin:0;line-height:1.55}.condominiums-heading .condominiums-created-notice{margin-top:10px;display:inline-flex}.condominiums-heading-actions{border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:14px;align-items:center;gap:8px;padding:8px 10px;display:flex}.condominiums-heading-actions>span{color:var(--hub-text-muted);font-size:10px}.condominiums-heading-actions>b{font-size:11px}.condominiums-primary{flex:none;min-height:40px}.condominiums-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.condominiums-kpis-four{grid-template-columns:repeat(4,minmax(0,1fr))}.condominiums-panel,.condominiums-list-panel{border:1px solid var(--hub-border-strong);background:linear-gradient(145deg,var(--hub-surface),color-mix(in srgb,var(--hub-surface-subtle) 82%,var(--hub-primary) 2%));box-shadow:var(--hub-shadow-soft);border-radius:22px}.condominiums-panel{grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);align-items:center;gap:28px;min-height:320px;padding:clamp(24px,4vw,42px);display:grid}.condominiums-panel-kicker{color:var(--hub-primary);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:850}.condominiums-panel h2,.condominiums-list-head h2{letter-spacing:-.025em;max-width:620px;margin:8px 0 10px;font-size:clamp(22px,3vw,32px)}.condominiums-panel p{max-width:680px;color:var(--hub-text-muted);margin:0;line-height:1.7}.condominiums-empty-card{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-height:180px;box-shadow:var(--hub-shadow-soft);border-radius:18px;flex-direction:column;justify-content:center;gap:8px;padding:22px;display:flex}.condominiums-empty-card span{color:var(--hub-text-muted);line-height:1.5}.condominiums-empty-card button{align-self:flex-start;margin-top:8px}.condominiums-list-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.condominiums-list-head>span{color:var(--hub-text-muted);font-size:11px}.condominiums-created-notice{background:color-mix(in srgb,var(--hub-success) 10%,var(--hub-surface-strong));color:var(--hub-success);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:750}.condominiums-toolbar{justify-content:space-between;align-items:end;gap:14px;margin:16px 0;display:flex}.condominiums-toolbar .hub-field{width:min(420px,100%)}.condominiums-toolbar>span{color:var(--hub-text-muted);font-size:11px}.condominiums-name-link{color:var(--hub-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;gap:3px;padding:0;display:grid}.condominiums-name-link:hover b{color:var(--hub-primary)}.condominiums-name-link small,.condominiums-cell-note{color:var(--hub-text-muted);font-size:10px;display:block}.condominiums-status{background:color-mix(in srgb,var(--hub-success) 9%,transparent);color:var(--hub-success);text-transform:uppercase;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800;display:inline-flex}.condominiums-modebar{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:13px;gap:4px;margin:0 0 12px;padding:4px;display:inline-flex}.condominiums-modebar button{min-height:34px;color:var(--hub-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:0 14px;font-size:11px;font-weight:800}.condominiums-modebar button[data-active=true]{background:var(--hub-surface-strong);color:var(--hub-primary);box-shadow:var(--hub-shadow-soft)}.condominiums-setup-shelf{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;padding:14px 16px;display:flex}.condominiums-setup-shelf h2{margin:3px 0;font-size:15px}.condominiums-setup-shelf p{color:var(--hub-text-muted);margin:0;font-size:11px}.condominiums-setup-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.condominiums-setup-actions .hub-button{min-height:34px;font-size:10px}.condominiums-overview{gap:16px;display:grid}.condominiums-overview-grid{grid-template-columns:minmax(0,1fr) 280px;gap:16px;display:grid}.condominiums-overview-side{align-content:start;gap:12px;display:grid}.condominiums-side-card header{margin-bottom:8px}.condominiums-side-card header span,.condominiums-detail-grid header span,.condominiums-detail-section header span,.exercise-create-card header span{color:var(--hub-primary);text-transform:uppercase;letter-spacing:.07em;font-size:9px;font-weight:850}.condominiums-side-card h3,.condominiums-detail-grid h3,.condominiums-detail-section h3,.exercise-create-card h3{margin:3px 0 0;font-size:14px}.condominiums-side-card>button{border:0;border-top:1px solid var(--hub-border);width:100%;color:var(--hub-text);font:inherit;text-align:left;cursor:pointer;background:0 0;gap:2px;padding:9px 0;display:grid}.condominiums-side-card>button>span{color:var(--hub-primary);font-size:9px;font-weight:800}.condominiums-side-card>button>b{font-size:11px}.condominiums-side-card>button>small{color:var(--hub-text-muted);font-size:9px}.condominiums-side-card>p{color:var(--hub-text-muted);font-size:11px}.condominiums-activity-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.condominiums-activity-strip>button{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);min-width:0;color:var(--hub-text);font:inherit;text-align:left;cursor:pointer;border-radius:10px;gap:4px;padding:11px;display:grid}.condominiums-activity-strip span{color:var(--hub-primary);font-size:9px;font-weight:800}.condominiums-activity-strip b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.condominiums-activity-strip small{color:var(--hub-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.condominiums-operational{grid-template-columns:290px minmax(0,1fr);align-items:start;gap:14px;display:grid}.condominiums-master{max-height:calc(100dvh - 130px);padding:14px;position:sticky;top:110px;overflow:auto}.condominiums-master>header h2{margin:3px 0 12px;font-size:17px}.condominiums-master .hub-field{margin-bottom:12px}.condominiums-master-list{gap:6px;display:grid}.condominiums-master-list>section{border:1px solid var(--hub-border);border-radius:10px;overflow:hidden}.condominiums-master-list>section[data-active=true]{border-color:color-mix(in srgb,var(--hub-primary) 38%,var(--hub-border))}.condominiums-master-condo,.condominiums-master-exercises button{width:100%;color:var(--hub-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;display:flex}.condominiums-master-condo>span,.condominiums-master-exercises button>span{gap:2px;min-width:0;display:grid}.condominiums-master-condo b,.condominiums-master-exercises b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.condominiums-master-condo small,.condominiums-master-exercises small{color:var(--hub-text-muted);font-size:9px}.condominiums-master-condo em{background:var(--hub-surface-subtle);text-align:center;border-radius:999px;min-width:24px;padding:3px 6px;font-size:9px}.condominiums-master-exercises{border-top:1px solid var(--hub-border);display:grid}.condominiums-master-exercises button[data-active=true]{background:color-mix(in srgb,var(--hub-primary) 8%,transparent)}.condominiums-master-exercises em{font-size:8px;font-style:normal;font-weight:800}.condominiums-master-exercises em[data-status=open]{color:var(--hub-success)}.condominiums-master-exercises em[data-status=closed]{color:var(--hub-text-muted)}.condominiums-master-exercises p{color:var(--hub-text-muted);margin:0;padding:9px 12px;font-size:10px}.condominiums-detail{min-width:0}.condominiums-detail-head{border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:16px;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:10px;padding:18px 20px;display:flex}.condominiums-detail-head h2{margin:4px 0;font-size:24px}.condominiums-detail-head p{color:var(--hub-text-muted);margin:0}.condominiums-detail-context{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.condominiums-detail-context>span{font-size:11px}.condominiums-detail-context>b{background:var(--hub-surface-subtle);border-radius:999px;padding:5px 8px;font-size:9px}.condominiums-context-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:10px;display:grid}.condominiums-context-strip>span{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:10px;gap:3px;padding:10px 12px;display:grid}.condominiums-context-strip small{color:var(--hub-text-muted);text-transform:uppercase;font-size:8px;font-weight:800}.condominiums-context-strip b{font-size:10px}.condominiums-detail-tabs{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:11px;gap:4px;margin-bottom:10px;padding:4px;display:flex;overflow:auto}.condominiums-detail-tabs button{min-height:32px;color:var(--hub-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;flex:none;padding:0 11px;font-size:10px;font-weight:800}.condominiums-detail-tabs button[data-active=true]{background:var(--hub-surface-strong);color:var(--hub-primary)}.condominiums-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.condominiums-detail-grid>.hub-card,.condominiums-detail-section{padding:16px}.condominiums-definition{gap:0;margin:10px 0 0;display:grid}.condominiums-definition>div{border-top:1px solid var(--hub-border);grid-template-columns:minmax(110px,.7fr) minmax(0,1.3fr);gap:10px;padding:8px 0;display:grid}.condominiums-definition dt{color:var(--hub-text-muted);font-size:9px}.condominiums-definition dd{text-align:right;overflow-wrap:anywhere;margin:0;font-size:10px;font-weight:750}.condominiums-structure-preview{gap:7px;margin:12px 0;display:grid}.condominiums-structure-preview article,.condominiums-resource-row{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;display:flex}.condominiums-structure-preview article>small,.condominiums-resource-row small,.condominiums-structure-preview article>span{color:var(--hub-text-muted);font-size:9px}.condominiums-resource-row>span{gap:2px;display:grid}.condominiums-resource-row b,.condominiums-resource-row strong{font-size:10px}.condominiums-domain-note{border:1px dashed var(--hub-border-strong);color:var(--hub-text-muted);border-radius:9px;margin:12px 0 0;padding:10px;font-size:10px;line-height:1.5}.condominiums-detail-empty{padding:24px}.condominiums-power{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:12px;display:grid}.condominiums-power[data-inspector-hidden=true]{grid-template-columns:1fr}.condominiums-power[data-focus=true] .condominiums-power-main{z-index:2;position:relative}.condominiums-power-main{min-width:0;padding:14px}.condominiums-power-toolbar{grid-template-columns:minmax(260px,1fr) 160px 150px max-content;align-items:end;gap:8px;margin-bottom:10px;display:grid}.condominiums-power-toolbar>label{color:var(--hub-text-muted);gap:6px;font-size:10px;font-weight:800;display:grid}.condominiums-power-toolbar select,.exercise-manager select{border:1px solid var(--hub-border);background:var(--hub-control-bg);min-height:40px;color:var(--hub-text);font:inherit;border-radius:9px;padding:0 10px}.condominiums-power-view-actions{gap:6px;display:flex}.condominiums-power-view-actions .hub-button{min-height:40px;font-size:9px}.condominiums-selection-banner{border:1px solid color-mix(in srgb,var(--hub-primary) 25%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 6%,var(--hub-surface-strong));border-radius:9px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:8px 10px;font-size:9px;display:flex}.condominiums-selection-banner span{color:var(--hub-text-muted)}.condominiums-exercise-status{text-transform:uppercase;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:850;display:inline-flex}.condominiums-exercise-status.open{color:var(--hub-success);background:color-mix(in srgb,var(--hub-success) 10%,transparent)}.condominiums-exercise-status.closed,.condominiums-exercise-status.none{color:var(--hub-text-muted);background:var(--hub-surface-subtle)}.condominiums-inspector{padding:15px;position:sticky;top:110px}.condominiums-inspector header h2{margin:5px 0 2px;font-size:18px}.condominiums-inspector header p{color:var(--hub-text-muted);margin:0;font-size:10px}.condominiums-inspector-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:12px 0;display:grid}.condominiums-inspector-kpis>span{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:8px;gap:2px;padding:8px;display:grid}.condominiums-inspector-kpis small{color:var(--hub-text-muted);font-size:8px}.condominiums-inspector-kpis b{font-size:14px}.exercise-manager{gap:14px;display:grid}.exercise-manager-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.exercise-manager-head h2{margin:4px 0;font-size:22px}.exercise-manager-head p{max-width:680px;color:var(--hub-text-muted);margin:0;font-size:10px;line-height:1.5}.exercise-manager-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.exercise-manager-kpis>span{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:10px;gap:3px;padding:10px 12px;display:grid}.exercise-manager-kpis small{color:var(--hub-text-muted);text-transform:uppercase;font-size:8px;font-weight:800}.exercise-manager-kpis b{font-size:17px}.exercise-manager-feedback{background:color-mix(in srgb,var(--hub-primary) 7%,var(--hub-surface-strong));border-radius:9px;padding:9px 11px;font-size:10px}.exercise-create-card{padding:14px}.exercise-create-grid{grid-template-columns:1.2fr 1.2fr 1fr 1fr;gap:8px;margin:10px 0;display:grid}.exercise-create-grid>label,.exercise-manager-filters>label{color:var(--hub-text-muted);gap:6px;font-size:10px;font-weight:800;display:grid}.exercise-create-actions{justify-content:flex-end;gap:8px;display:flex}.exercise-manager-layout{grid-template-columns:minmax(0,1.5fr) minmax(250px,.65fr);align-items:start;gap:10px;display:grid}.exercise-manager-filters{grid-template-columns:minmax(220px,1fr) 150px;align-items:end;gap:8px;margin-bottom:8px;display:grid}.exercise-name-button{color:var(--hub-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;gap:2px;display:grid}.exercise-name-button small{color:var(--hub-text-muted);font-size:9px}.exercise-manager-inspector h3{margin:4px 0;font-size:18px}.exercise-manager-inspector header p{color:var(--hub-text-muted);margin:0;font-size:10px}.exercise-manager-actions{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}:root[data-ui-appearance=minimal] .condominiums-panel,:root[data-ui-appearance=minimal] .condominiums-list-panel{border-color:var(--hub-border);background:var(--hub-surface-strong);box-shadow:none;border-radius:16px}:root[data-ui-appearance=minimal] .condominiums-panel{min-height:240px;padding:clamp(22px,3vw,32px)}:root[data-ui-appearance=minimal] .condominiums-empty-card{background:var(--hub-surface-subtle);min-height:150px;box-shadow:none;border-radius:14px}:root[data-ui-appearance=minimal] .condominiums-panel h2,:root[data-ui-appearance=minimal] .condominiums-list-head h2{font-size:clamp(21px,2.5vw,28px)}@media (width<=1100px){.condominiums-overview-grid,.condominiums-power{grid-template-columns:1fr}.condominiums-overview-side{grid-template-columns:repeat(2,minmax(0,1fr))}.condominiums-inspector{position:static}.condominiums-power-toolbar{grid-template-columns:minmax(220px,1fr) 150px 140px}.condominiums-power-view-actions{grid-column:1/-1}.condominiums-activity-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.condominiums-kpis-four,.condominiums-context-strip,.exercise-manager-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.condominiums-operational{grid-template-columns:1fr}.condominiums-master{max-height:none;position:static}.condominiums-detail-grid,.exercise-manager-layout{grid-template-columns:1fr}.exercise-create-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.condominiums-setup-shelf{flex-direction:column;align-items:flex-start}.condominiums-setup-actions{justify-content:flex-start}.condominiums-heading{align-items:flex-start}}@media (width<=620px){.condominiums-heading,.condominiums-list-head,.exercise-manager-head{display:grid}.condominiums-heading h1{font-size:32px}.condominiums-heading-actions{justify-content:space-between;width:100%}.condominiums-primary{justify-content:center;width:100%}.condominiums-kpis,.condominiums-kpis-four,.condominiums-context-strip,.exercise-manager-kpis{grid-template-columns:1fr}.condominiums-toolbar{flex-direction:column;align-items:stretch}.condominiums-toolbar .hub-field{width:100%}.condominiums-modebar{grid-template-columns:repeat(3,1fr);width:100%;display:grid}.condominiums-modebar button{padding:0 6px;font-size:9px}.condominiums-setup-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.condominiums-setup-actions .hub-button{width:100%}.condominiums-overview-side,.condominiums-activity-strip{grid-template-columns:1fr}.condominiums-detail-head{display:grid}.condominiums-detail-context{justify-content:flex-start}.condominiums-detail-tabs{width:100%}.condominiums-power-toolbar,.exercise-create-grid,.exercise-manager-filters{grid-template-columns:1fr}.condominiums-power-view-actions{grid-template-columns:1fr 1fr;display:grid}.exercise-manager-head>.hub-button{width:100%}.exercise-create-actions,.exercise-manager-actions{grid-template-columns:1fr;display:grid}.exercise-create-actions .hub-button,.exercise-manager-actions .hub-button{width:100%}}.condominiums-heading-premium{grid-template-columns:minmax(430px,.92fr) minmax(520px,1.08fr);align-items:stretch;gap:18px;margin-bottom:12px;display:grid}.condominiums-heading-main{align-items:center;gap:16px;min-width:0;display:flex}.condominiums-heading-copy{min-width:0}.condominiums-hero-artwork{border:1px solid color-mix(in srgb, var(--hub-primary) 12%, var(--hub-border));background:radial-gradient(circle at 24% 18%, color-mix(in srgb, var(--hub-primary) 10%, transparent), transparent 46%), var(--hub-surface-strong);width:108px;height:96px;color:var(--hub-primary);box-shadow:0 12px 34px color-mix(in srgb, var(--hub-primary) 8%, transparent), var(--hub-shadow-soft);border-radius:20px;flex:none;place-items:center;display:grid;overflow:hidden}.condominiums-hero-artwork svg{width:100%;height:100%}.condominiums-heading-side{align-content:end;gap:9px;min-width:0;display:grid}.condominiums-heading-premium .condominiums-heading-actions{width:max-content;max-width:100%;box-shadow:var(--hub-shadow-soft);margin-left:auto;padding:7px 8px 7px 11px}.condominiums-premium-signals{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.condominiums-premium-signal{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-width:0;min-height:62px;box-shadow:var(--hub-shadow-soft);border-radius:14px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;display:grid}.condominiums-premium-signal-icon{background:var(--hub-primary-soft);width:30px;height:30px;color:var(--hub-primary);border-radius:50%;place-items:center;font-size:15px;font-weight:800;display:grid}.condominiums-premium-signal[data-tone=green] .condominiums-premium-signal-icon{color:var(--hub-success);background:color-mix(in srgb, var(--hub-success) 11%, transparent)}.condominiums-premium-signal[data-tone=neutral] .condominiums-premium-signal-icon{color:var(--hub-text-ui);background:var(--hub-surface-subtle)}.condominiums-premium-signal-copy{gap:1px;min-width:0;display:grid}.condominiums-premium-signal-copy small{color:var(--hub-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;font-weight:650;overflow:hidden}.condominiums-premium-signal-copy b{color:var(--hub-text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;font-weight:750;overflow:hidden}.condominiums-premium-signal[data-tone=green] .condominiums-premium-signal-copy b{color:var(--hub-success)}.condominiums-premium-signal-copy em{color:var(--hub-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;font-style:normal;overflow:hidden}.condominiums-premium-progress{--progress:0%;background:conic-gradient(var(--hub-success) var(--progress), color-mix(in srgb, var(--hub-success) 12%, var(--hub-surface-subtle)) 0);border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:relative}.condominiums-premium-progress:after{content:"";border-radius:inherit;background:var(--hub-surface-strong);position:absolute;inset:4px}.condominiums-premium-progress b{z-index:1;color:var(--hub-success);font-size:7.5px;font-weight:800;position:relative}.condominiums-setup-shelf-premium{border-color:var(--hub-border);background:var(--hub-surface-strong);box-shadow:var(--hub-shadow-soft);grid-template-columns:minmax(260px,.72fr) minmax(650px,1.28fr);padding:13px 14px 13px 18px;display:grid}.condominiums-setup-actions-premium{grid-template-columns:repeat(4,minmax(135px,1fr));gap:8px;display:grid}.condominiums-setup-actions-premium .hub-button{text-align:left;background:var(--hub-surface-strong);border-radius:13px;grid-template-columns:28px minmax(0,1fr);justify-content:stretch;align-items:center;gap:9px;min-width:0;min-height:56px;padding:7px 10px;display:grid;box-shadow:0 4px 14px #1f2c4608}.condominiums-setup-actions-premium .hub-button:hover:not(:disabled){background:var(--hub-surface-hover);box-shadow:0 8px 22px color-mix(in srgb, var(--hub-primary) 7%, transparent)}.condominiums-setup-actions-premium .hub-button:disabled{opacity:.68}.condominiums-setup-actions-premium .hub-button.primary{background:linear-gradient(145deg, var(--hub-primary), var(--hub-primary-2))}.condominiums-setup-action-icon{background:var(--hub-primary-soft);width:28px;height:28px;color:var(--hub-primary);border-radius:9px;place-items:center;font-size:13px;font-weight:800;display:grid}.condominiums-setup-actions-premium .hub-button.primary>svg,.condominiums-setup-actions-premium .hub-button.primary>.condominiums-setup-action-icon{color:#fff}.condominiums-setup-action-copy{gap:2px;min-width:0;display:grid}.condominiums-setup-action-copy b{color:var(--hub-text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:750;overflow:hidden}.condominiums-setup-action-copy small{color:var(--hub-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;font-weight:500;overflow:hidden}.condominiums-setup-actions-premium .hub-button.primary .condominiums-setup-action-copy b,.condominiums-setup-actions-premium .hub-button.primary .condominiums-setup-action-copy small{color:#fff}@media (width<=1240px){.condominiums-heading-premium{grid-template-columns:1fr}.condominiums-heading-side{grid-template-columns:auto minmax(0,1fr);align-items:center}.condominiums-heading-premium .condominiums-heading-actions{margin-left:0}.condominiums-setup-shelf-premium{grid-template-columns:1fr}}@media (width<=980px){.condominiums-heading-side{grid-template-columns:1fr}.condominiums-premium-signals{grid-template-columns:repeat(3,minmax(150px,1fr));padding-bottom:2px;overflow-x:auto}.condominiums-setup-actions-premium{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}}@media (width<=700px){.condominiums-heading-main{align-items:flex-start}.condominiums-hero-artwork{border-radius:16px;width:76px;height:72px}.condominiums-premium-signals{grid-template-columns:1fr;overflow:visible}.condominiums-heading-premium .condominiums-heading-actions{width:100%}}@media (width<=520px){.condominiums-heading-main{grid-template-columns:64px minmax(0,1fr);gap:11px;display:grid}.condominiums-hero-artwork{border-radius:14px;width:64px;height:64px}.condominiums-setup-actions-premium{grid-template-columns:1fr}.condominiums-setup-actions-premium .hub-button{min-height:54px}}.condominiums-operational-context{border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;gap:18px;margin-bottom:0;padding:13px 16px;display:flex}.condominiums-operational-context h2{letter-spacing:-.02em;margin:3px 0 1px;font-size:18px}.condominiums-operational-context p{color:var(--hub-text-muted);margin:0;font-size:10px}.condominiums-operational-exercise{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.condominiums-operational-exercise>span{font-size:11px;font-weight:800}.condominiums-operational-exercise>small{color:var(--hub-text-muted);font-size:9px}.condominiums-operational-exercise>b{background:var(--hub-surface-subtle);color:var(--hub-text-muted);text-transform:uppercase;border-radius:999px;padding:5px 8px;font-size:8px}.condominiums-operational-exercise>b[data-status=open]{background:color-mix(in srgb,var(--hub-success) 10%,transparent);color:var(--hub-success)}.condominiums-detail>.dossier-page-embedded{width:100%;margin:0}.dossier-page-embedded .dossier-hero{border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-top:0;border-radius:0 0 16px 16px;align-items:center;margin:0 0 10px;padding:11px 16px}.dossier-page-embedded .dossier-hero .hub-eyebrow{display:none}.dossier-page-embedded .dossier-hero h2{letter-spacing:-.025em;margin:0 0 3px;font-size:clamp(17px,1.6vw,21px);line-height:1.08}.dossier-page-embedded .dossier-hero p{font-size:10px}.dossier-page-embedded .dossier-status span{padding:4px 8px;font-size:8px}.dossier-page-embedded .dossier-status small{font-size:8px}.dossier-page-embedded .dossier-kpis{gap:8px;margin-bottom:9px}.dossier-page-embedded .dossier-kpis .hub-kpi{min-height:72px;padding:9px 11px}.dossier-page-embedded .dossier-tabs{border-radius:11px;gap:4px;margin-bottom:9px;padding:4px}.dossier-page-embedded .dossier-tabs button{border-radius:8px;min-height:32px;padding:0 11px;font-size:10px}.dossier-page-embedded .dossier-card,.dossier-page-embedded .dossier-full{padding:15px}.dossier-page-embedded .dossier-overview-grid,.dossier-page-embedded .dossier-parties-grid{gap:10px}.condominiums-page{width:min(1480px,100%)}.condominiums-heading{margin-bottom:13px}.condominiums-heading h1{font-size:clamp(29px,2.7vw,38px)}.condominiums-heading p{max-width:700px}.condominiums-heading-actions{border-radius:12px}.condominiums-modebar{margin-bottom:10px}.condominiums-setup-shelf{border-radius:14px;margin-bottom:13px;padding:12px 14px}.condominiums-setup-shelf h2{font-size:14px}.condominiums-setup-actions{gap:6px}.condominiums-kpis{gap:10px;margin-bottom:13px}.condominiums-overview{gap:13px}.condominiums-overview-grid{grid-template-columns:minmax(0,1fr) 300px;gap:13px}.condominiums-list-panel{padding:20px}.condominiums-toolbar{margin:13px 0}.condominiums-overview-side{gap:10px}.condominiums-side-card{padding:13px}.condominiums-activity-card{padding:14px}.condominiums-activity-strip{gap:7px}.condominiums-activity-strip>button{padding:10px}.condominiums-operational{grid-template-columns:310px minmax(0,1fr);gap:12px}.condominiums-master{max-height:calc(100dvh - 122px);padding:12px;top:104px}.condominiums-master>header h2,.condominiums-master .hub-field{margin-bottom:10px}.condominiums-master-list{gap:5px}.condominiums-master-condo{padding:9px 10px}.condominiums-master-exercises button{padding:7px 9px 7px 17px}.condominiums-master-list>section[data-active=true]{box-shadow:inset 2px 0 0 color-mix(in srgb,var(--hub-primary) 72%,transparent)}.condominiums-power{grid-template-columns:minmax(0,1fr) 300px;gap:10px}.condominiums-power-main{padding:12px}.condominiums-power-toolbar{grid-template-columns:minmax(280px,1fr) 150px 140px max-content;gap:7px;margin-bottom:8px}.condominiums-power-toolbar select,.condominiums-power-view-actions .hub-button{min-height:38px}.condominiums-power-main table th,.condominiums-power-main table td{padding-top:7px;padding-bottom:7px}.condominiums-inspector{padding:13px;top:104px}.condominiums-inspector-kpis{margin:10px 0}.exercise-manager{gap:12px}.exercise-manager-kpis{gap:7px}.exercise-manager-layout{grid-template-columns:minmax(0,1.65fr) minmax(270px,.6fr);gap:9px}.exercise-manager-inspector{padding:13px}:root[data-ui-appearance=minimal] .condominiums-setup-shelf,:root[data-ui-appearance=minimal] .condominiums-operational-context,:root[data-ui-appearance=minimal] .dossier-page-embedded .dossier-hero{box-shadow:none;background:var(--hub-surface-strong)}:root[data-ui-appearance=minimal] .condominiums-modebar{background:0 0;border-radius:9px;padding:2px}:root[data-ui-appearance=minimal] .condominiums-modebar button{border-radius:6px;min-height:31px}:root[data-ui-appearance=minimal] .condominiums-modebar button[data-active=true]{box-shadow:none;background:var(--hub-surface-subtle)}:root[data-ui-appearance=minimal] .dossier-page-embedded .dossier-card,:root[data-ui-appearance=minimal] .dossier-page-embedded .dossier-full{box-shadow:none}:root[data-ui-appearance=compact] .condominiums-page{width:min(1540px,100%)}:root[data-ui-appearance=compact] .condominiums-heading{margin-bottom:9px}:root[data-ui-appearance=compact] .condominiums-heading h1{font-size:29px}:root[data-ui-appearance=compact] .condominiums-heading p{font-size:11px}:root[data-ui-appearance=compact] .condominiums-modebar{margin-bottom:7px}:root[data-ui-appearance=compact] .condominiums-modebar button{min-height:30px;padding-inline:11px}:root[data-ui-appearance=compact] .condominiums-setup-shelf{margin-bottom:9px;padding:9px 11px}:root[data-ui-appearance=compact] .condominiums-setup-shelf p{display:none}:root[data-ui-appearance=compact] .condominiums-kpis{gap:7px;margin-bottom:9px}:root[data-ui-appearance=compact] .condominiums-overview{gap:9px}:root[data-ui-appearance=compact] .condominiums-overview-grid{grid-template-columns:minmax(0,1fr) 270px;gap:9px}:root[data-ui-appearance=compact] .condominiums-list-panel{padding:14px}:root[data-ui-appearance=compact] .condominiums-operational{grid-template-columns:280px minmax(0,1fr);gap:8px}:root[data-ui-appearance=compact] .condominiums-master{padding:9px}:root[data-ui-appearance=compact] .condominiums-power{grid-template-columns:minmax(0,1fr) 270px;gap:8px}:root[data-ui-appearance=compact] .condominiums-power-main{padding:9px}:root[data-ui-appearance=compact] .condominiums-power-main table th,:root[data-ui-appearance=compact] .condominiums-power-main table td{padding-top:5px;padding-bottom:5px;font-size:10px}:root[data-ui-appearance=compact] .dossier-page-embedded .dossier-kpis .hub-kpi{min-height:62px;padding:7px 9px}:root[data-ui-appearance=compact] .dossier-page-embedded .dossier-card,:root[data-ui-appearance=compact] .dossier-page-embedded .dossier-full{padding:12px}:root[data-ui-appearance=glossy] .condominiums-modebar,:root[data-ui-appearance=glossy] .condominiums-setup-shelf,:root[data-ui-appearance=glossy] .condominiums-operational-context,:root[data-ui-appearance=glossy] .dossier-page-embedded .dossier-hero{border-color:color-mix(in srgb,var(--hub-primary) 12%,var(--hub-border));background:color-mix(in srgb,var(--hub-surface-strong) 88%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}:root[data-ui-appearance=glossy] .condominiums-modebar{box-shadow:0 10px 28px #1426460d}:root[data-ui-appearance=glossy] .condominiums-master-list>section[data-active=true]{background:color-mix(in srgb,var(--hub-primary) 4%,var(--hub-surface-strong))}.hub-shell[data-ui-appearance=lateral] .condominiums-page{width:min(1540px,100%)}.hub-shell[data-ui-appearance=lateral] .condominiums-operational{grid-template-columns:300px minmax(0,1fr)}.hub-shell[data-ui-appearance=lateral] .condominiums-power{grid-template-columns:minmax(0,1fr) 290px}@media (width>=1700px){.condominiums-page{width:min(1640px,100%)}.condominiums-overview-grid{grid-template-columns:minmax(0,1fr) 340px}.condominiums-operational{grid-template-columns:340px minmax(0,1fr);gap:14px}.condominiums-power{grid-template-columns:minmax(0,1fr) 320px;gap:12px}.condominiums-power-toolbar{grid-template-columns:minmax(360px,1fr) 160px 150px max-content}.exercise-manager-layout{grid-template-columns:minmax(0,1.8fr) 300px}.dossier-page-embedded .dossier-overview-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (width<=1100px){.condominiums-page{width:100%}.condominiums-overview-grid,.condominiums-power{grid-template-columns:1fr}.condominiums-operational{grid-template-columns:290px minmax(0,1fr)}.condominiums-power-toolbar{grid-template-columns:minmax(220px,1fr) 150px 140px}.condominiums-inspector{position:static}}@media (width<=900px){.condominiums-operational{grid-template-columns:1fr}.condominiums-master{max-height:none;position:static}.condominiums-operational-context{border-radius:14px 14px 0 0;flex-direction:column;align-items:flex-start}.condominiums-operational-exercise{justify-content:flex-start}.dossier-page-embedded .dossier-hero{align-items:flex-start}.exercise-manager-layout{grid-template-columns:1fr}}@media (width<=620px){.condominiums-heading h1{font-size:30px}.condominiums-setup-shelf{padding:11px}.condominiums-list-panel{padding:13px}.condominiums-overview{gap:10px}.condominiums-modebar{width:100%;position:relative;overflow:hidden}.condominiums-operational-context{padding:11px 12px}.condominiums-operational-exercise{grid-template-columns:1fr auto;justify-items:start;width:100%;display:grid}.condominiums-operational-exercise>.hub-button{grid-column:1/-1;width:100%}.dossier-page-embedded .dossier-hero{padding:10px 12px}.dossier-page-embedded .dossier-kpis{grid-template-columns:1fr 1fr}.dossier-page-embedded .dossier-kpis .hub-kpi{min-height:64px}.dossier-page-embedded .dossier-tabs{scrollbar-width:thin;overflow-x:auto}.condominiums-power-main{padding:9px}.condominiums-power-toolbar{grid-template-columns:1fr}.condominiums-power-view-actions{grid-template-columns:1fr 1fr;display:grid}.condominiums-power-main{overflow-x:auto}.exercise-manager{gap:10px}}.condominiums-exercise-status.draft{color:var(--hub-primary);background:color-mix(in srgb,var(--hub-primary) 9%,transparent)}.condominiums-exercise-title{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.condominiums-exercise-title>b,.condominiums-exercise-title>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.exercise-active-badge{border:1px solid color-mix(in srgb,var(--hub-success) 30%,var(--hub-border));background:color-mix(in srgb,var(--hub-success) 9%,var(--hub-surface-strong));min-height:18px;color:var(--hub-success);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;padding:2px 6px;font-size:7px;font-weight:900;display:inline-flex}.exercise-manager-kpis{grid-template-columns:repeat(5,minmax(0,1fr))}.exercise-manager-filters{grid-template-columns:minmax(220px,1fr) 135px 165px}.exercise-create-grid{grid-template-columns:1.2fr .85fr 1.2fr 1fr 1fr}.exercise-create-grid-duplicate{grid-template-columns:minmax(220px,1.3fr) 1fr 1fr minmax(150px,.7fr)}.exercise-manager-panel-note{color:var(--hub-text-muted);margin:8px 0;font-size:10px;line-height:1.55}.exercise-manager-readonly{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:9px;align-content:center;gap:4px;min-height:40px;padding:8px 10px;display:grid}.exercise-manager-readonly small{color:var(--hub-text-muted);text-transform:uppercase;font-size:8px;font-weight:800}.exercise-manager-readonly b{font-size:10px}.exercise-manager-inspector>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.exercise-manager-inspector>header>div{min-width:0}.exercise-classification{border:1px solid color-mix(in srgb,var(--hub-primary) 28%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 5%,var(--hub-surface-strong));border-radius:10px;margin-top:12px;padding:11px}.exercise-classification>b{font-size:10px}.exercise-classification p{color:var(--hub-text-muted);margin:5px 0 9px;font-size:9px;line-height:1.5}.exercise-classification>div{flex-wrap:wrap;gap:6px;display:flex}.exercise-close-card{border-color:color-mix(in srgb,var(--hub-warning) 24%,var(--hub-border));padding:14px}.exercise-close-card>header span{color:var(--hub-warning);text-transform:uppercase;letter-spacing:.07em;font-size:9px;font-weight:850}.exercise-close-card>header h3{margin:3px 0 0;font-size:15px}.exercise-close-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:10px 0;display:grid}.exercise-close-grid>div{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:9px;gap:3px;padding:9px 10px;display:grid}.exercise-close-grid small{color:var(--hub-text-muted);text-transform:uppercase;font-size:8px;font-weight:800}.exercise-close-grid b{font-size:11px}.exercise-close-issues{border-radius:9px;gap:5px;margin:9px 0;padding:9px 10px;font-size:9px;display:grid}.exercise-close-issues p{grid-template-columns:max-content 1fr;gap:8px;margin:0;display:grid}.exercise-close-issues.danger{border:1px solid color-mix(in srgb,var(--hub-danger) 28%,var(--hub-border));background:color-mix(in srgb,var(--hub-danger) 6%,var(--hub-surface-strong))}.exercise-close-issues.warning{border:1px solid color-mix(in srgb,var(--hub-warning) 30%,var(--hub-border));background:color-mix(in srgb,var(--hub-warning) 7%,var(--hub-surface-strong))}.exercise-handoff{border:1px solid var(--hub-border);border-radius:10px;gap:8px;margin:10px 0;padding:10px 12px;display:grid}.exercise-handoff legend{color:var(--hub-text-muted);padding:0 5px;font-size:9px;font-weight:850}.exercise-handoff label,.exercise-warning-ack{color:var(--hub-text);align-items:flex-start;gap:7px;font-size:9px;line-height:1.45;display:flex}.exercise-handoff input,.exercise-warning-ack input{margin-top:1px}.exercise-handoff select{width:100%}.exercise-warning-ack{background:var(--hub-surface-subtle);border-radius:9px;margin:9px 0;padding:9px 10px}.exercise-timeline{border-top:1px solid var(--hub-border);margin-top:15px;padding-top:12px}.exercise-timeline>header h4{margin:3px 0 10px;font-size:12px}.exercise-timeline article{grid-template-columns:10px 1fr;gap:8px;padding:0 0 11px;display:grid;position:relative}.exercise-timeline article>span{border:2px solid var(--hub-primary);background:var(--hub-surface-strong);border-radius:999px;width:8px;height:8px;margin-top:3px;position:relative}.exercise-timeline article:not(:last-of-type)>span:after{content:"";background:var(--hub-border-strong);width:1px;height:calc(100% + 6px);position:absolute;top:8px;left:2px}.exercise-timeline article>div{gap:2px;display:grid}.exercise-timeline article b{font-size:9px}.exercise-timeline article small{color:var(--hub-text-muted);font-size:8px}.exercise-timeline article p{color:var(--hub-text-muted);margin:1px 0 0;font-size:8px;line-height:1.4}.condominiums-master-exercises em[data-status=draft]{color:var(--hub-primary)}.condominiums-operational-exercise .condominiums-exercise-title{justify-content:flex-end}.condominiums-power-toolbar>label:first-of-type{min-width:180px}@media (width<=1100px){.exercise-manager-kpis,.exercise-create-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.exercise-manager-filters{grid-template-columns:minmax(220px,1fr) 135px 160px}}@media (width<=900px){.exercise-manager-kpis,.exercise-create-grid,.exercise-create-grid-duplicate{grid-template-columns:repeat(2,minmax(0,1fr))}.exercise-manager-filters{grid-template-columns:1fr 1fr}.exercise-manager-filters>.hub-field{grid-column:1/-1}}@media (width<=620px){.exercise-manager-kpis,.exercise-create-grid,.exercise-create-grid-duplicate,.exercise-close-grid,.exercise-manager-filters{grid-template-columns:1fr}.exercise-manager-filters>.hub-field{grid-column:auto}.exercise-classification>div,.exercise-manager-inspector>header{display:grid}.condominiums-operational-exercise .condominiums-exercise-title{justify-content:flex-start}}.units-page{gap:14px;min-width:0;display:grid}.units-page-hero{justify-content:flex-start;align-items:center;gap:14px;min-height:96px;padding:0 2px;display:flex}.units-page-hero-copy{min-width:0}.units-page-hero h1{letter-spacing:-.035em;color:var(--hub-text-heading);margin:4px 0 6px;font-size:28px;font-weight:700;line-height:1.05}.units-page-hero p{max-width:760px;color:var(--hub-text-body);margin:0;font-size:13px}.units-hero-artwork{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:78px;height:72px;box-shadow:var(--hub-shadow-soft);color:var(--hub-primary);border-radius:18px;flex:none;order:-1;place-items:center;display:grid}.units-hero-artwork svg{width:68px;height:60px;display:block}.units-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.units-kpis .hub-kpi{min-height:92px}.units-kpis .hub-kpi-icon svg,.units-type svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.units-notice{border:1px solid var(--hub-border);background:var(--hub-surface-strong);color:var(--hub-success);border-radius:10px;align-items:center;gap:8px;padding:9px 11px;font-size:10px;display:flex}.units-notice button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;margin-left:auto}.units-workspace{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:12px;display:grid}.units-card{min-width:0;padding:14px}.units-inspector{gap:10px;display:grid;position:sticky;top:82px}.units-toolbar{grid-template-columns:minmax(230px,1.45fr) minmax(145px,.72fr) minmax(125px,.62fr) minmax(125px,.62fr) minmax(115px,.58fr) max-content minmax(135px,.65fr) max-content max-content;align-items:end;gap:7px;margin-bottom:9px;display:grid}.units-toolbar .hub-field{min-width:0}.units-toolbar .hub-field>span{font-size:8.5px}.units-toolbar input,.units-toolbar select{min-height:38px}.units-filter select,.units-editor select,.units-editor input,.units-editor textarea{width:100%}.units-more-filters{border:1px solid var(--hub-border);background:var(--hub-control-bg);min-height:38px;color:var(--hub-text-ui);font:inherit;cursor:pointer;border-radius:9px;padding:0 10px;font-size:8.5px;font-weight:700}.units-more-filters[data-active=true]{border-color:var(--hub-border-strong);background:var(--hub-primary-soft);color:var(--hub-primary)}.units-new-button{min-width:120px}.units-advanced-filters{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:10px;grid-template-columns:150px 180px 170px max-content;align-items:end;gap:7px;margin:-1px 0 9px;padding:9px;display:grid}.units-clear-filters{min-height:38px;color:var(--hub-primary);font:inherit;cursor:pointer;background:0 0;border:0;font-size:8.5px;font-weight:700}.units-suggestion{border:1px solid var(--hub-border);background:var(--hub-primary-soft);border-radius:10px;grid-template-columns:29px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:46px;margin-bottom:10px;padding:7px 9px;display:grid}.units-suggestion-icon{background:var(--hub-surface-strong);width:29px;height:29px;color:var(--hub-primary);border-radius:50%;place-items:center;font-weight:800;display:grid}.units-suggestion b{color:var(--hub-primary);font-size:9px;display:block}.units-suggestion small{color:var(--hub-text-muted);margin-top:1px;font-size:8px;line-height:1.35;display:block}.units-suggestion>button{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-height:28px;color:var(--hub-primary);font:inherit;cursor:pointer;border-radius:8px;padding:0 9px;font-size:8px;font-weight:800}.units-list-head{justify-content:space-between;align-items:flex-end;gap:10px;margin:1px 0 7px;display:flex}.units-list-head h2{color:var(--hub-text-heading);letter-spacing:-.015em;margin:3px 0 0;font-size:14px}.units-list-head>span{color:var(--hub-text-muted);font-size:8.5px}.units-table-wrap{border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:10px;max-width:100%;overflow:auto}.units-table-wrap .hub-table-wrap{border:0;border-radius:0}.units-table-wrap table{min-width:1120px}.units-table-wrap .hub-table{font-size:10px}.units-table-wrap .hub-table th{padding:9px 10px;font-size:8px}.units-table-wrap .hub-table td{padding:8px 10px}.units-table-wrap tbody tr{cursor:pointer;transition:background .14s}.units-table-wrap tbody tr:hover{background:var(--hub-surface-subtle)}.units-table-wrap tbody tr[data-selected=true]{background:var(--hub-primary-soft);box-shadow:inset 3px 0 0 var(--hub-primary)}.units-unit-cell,.units-structure-cell,.units-person-cell{gap:2px;display:grid}.units-unit-cell small,.units-structure-cell small,.units-person-cell small{color:var(--hub-text-muted);font-size:8px}.units-code{background:var(--hub-primary-soft);min-width:34px;color:var(--hub-primary);border-radius:999px;justify-content:center;justify-self:start;align-items:center;padding:3px 7px;font-weight:700;display:inline-flex}.units-type{align-items:center;gap:7px;display:inline-flex}.units-type i{background:var(--hub-surface-subtle);width:26px;height:26px;color:var(--hub-text-ui);border-radius:8px;place-items:center;display:grid}.units-type b{color:var(--hub-text-strong);font-size:9px}.units-cadastral-ok{color:var(--hub-text-strong);font-weight:600}.units-muted{color:var(--hub-text-muted)}.units-relation-badge{white-space:nowrap;border-radius:999px;align-items:center;width:max-content;padding:4px 7px;font-size:8px;font-weight:750;display:inline-flex}.units-relation-badge[data-relation=owner]{color:var(--hub-success);background:color-mix(in srgb,var(--hub-success) 10%,transparent)}.units-relation-badge[data-relation=tenant]{color:var(--hub-primary);background:var(--hub-primary-soft)}.units-relation-badge[data-relation=unlinked]{color:var(--hub-text-muted);background:var(--hub-surface-subtle)}.units-row-actions{align-items:center;gap:4px;display:flex}.units-row-actions .hub-button{min-height:27px;padding:0 8px;font-size:8px}.units-row-actions>button:last-child{width:27px;height:27px;color:var(--hub-text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px}.units-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:145px;display:flex}.units-empty b{color:var(--hub-text-heading)}.units-empty span{max-width:520px;color:var(--hub-text-muted);font-size:8.5px}.units-empty .hub-button{margin-top:5px}.units-pagination{color:var(--hub-text-muted);grid-template-columns:auto auto 1fr;align-items:center;gap:14px;margin-top:8px;font-size:8.5px;display:grid}.units-pagination select{border:1px solid var(--hub-border);background:var(--hub-control-bg);min-height:31px;color:var(--hub-text-ui);border-radius:8px;padding:0 8px}.units-pagination>div{justify-self:end;gap:4px;display:flex}.units-pagination button{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-width:29px;height:29px;color:var(--hub-text-ui);cursor:pointer;border-radius:8px}.units-pagination button[data-active=true]{border-color:var(--hub-primary);background:var(--hub-primary);color:#fff}.units-pagination button:disabled{opacity:.45;cursor:default}.units-detail-card,.units-structure-card{padding:14px}.units-detail-card>header{border-bottom:1px solid var(--hub-border);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;padding-bottom:10px;display:grid}.units-detail-card h2{color:var(--hub-text-heading);letter-spacing:-.02em;margin:3px 0;font-size:16px}.units-detail-card p{color:var(--hub-text-muted);margin:0;font-size:8.5px;line-height:1.4}.units-detail-list{gap:0;margin:6px 0 12px;display:grid}.units-detail-list>div{border-bottom:1px solid var(--hub-border);grid-template-columns:105px minmax(0,1fr);gap:8px;padding:8px 0;display:grid}.units-detail-list dt{color:var(--hub-text-muted);font-size:8.5px}.units-detail-list dd{color:var(--hub-text-strong);text-align:right;overflow-wrap:anywhere;margin:0;font-size:9px;font-weight:650}.units-detail-actions{gap:6px;display:grid}.units-detail-actions .hub-button{justify-content:center;width:100%}.units-inspector-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:184px;display:flex}.units-inspector-empty>span{background:var(--hub-primary-soft);width:44px;height:44px;color:var(--hub-primary);border-radius:50%;place-items:center;font-size:20px;display:grid}.units-inspector-empty b{color:var(--hub-text-heading);font-size:13px}.units-inspector-empty p{max-width:230px;color:var(--hub-text-muted);margin:0;font-size:8.5px;line-height:1.5}.units-structure-card>header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.units-structure-card h3{color:var(--hub-text-heading);margin:3px 0 0;font-size:13px}.units-structure-card>header>button{color:var(--hub-primary);font:inherit;cursor:pointer;background:0 0;border:0;font-size:8px;font-weight:800}.units-structure-tree{gap:7px;display:grid}.units-tree-building{gap:3px;display:grid}.units-tree-building>button,.units-tree-building>div>button{width:100%;color:var(--hub-text-ui);font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:6px;padding:7px 8px;display:grid}.units-tree-building>button{background:var(--hub-surface-subtle);grid-template-columns:18px minmax(0,1fr) auto}.units-tree-building>button b{color:var(--hub-text-heading);font-size:9px}.units-tree-building>div{border-left:1px solid var(--hub-border);gap:2px;margin-left:9px;padding-left:15px;display:grid}.units-tree-building>div>button{grid-template-columns:15px minmax(0,1fr) auto auto;padding-block:6px}.units-tree-building button[data-active=true]{border-color:var(--hub-border-strong);background:var(--hub-primary-soft);color:var(--hub-primary)}.units-tree-building button b{font-size:8.5px}.units-tree-building button small{color:var(--hub-text-muted);font-size:7.5px}.units-tree-building button em{background:var(--hub-surface-strong);min-width:24px;color:var(--hub-text-muted);text-align:center;border-radius:999px;padding:2px 5px;font-size:7.5px;font-style:normal}.units-structure-empty{color:var(--hub-text-muted);text-align:center;padding:18px 6px;font-size:8.5px;line-height:1.5}.units-editor{gap:12px;min-width:min(720px,80vw);display:grid}.units-editor-error{border:1px solid var(--hub-border);background:color-mix(in srgb,var(--hub-danger) 7%,var(--hub-surface-strong));color:var(--hub-danger);border-radius:9px;padding:9px 10px;font-size:9px}.units-editor-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.units-editor .hub-field{gap:6px;display:grid}.units-editor .hub-field>span{font-size:9px}.units-editor .hub-field input,.units-editor .hub-field select,.units-editor .hub-field textarea{border:1px solid var(--hub-border);background:var(--hub-control-bg);min-height:40px;color:var(--hub-text-ui);font:inherit;border-radius:9px;padding:0 10px}.units-editor .hub-field textarea{resize:vertical;min-height:76px;padding:9px 10px}.units-editor-full{grid-column:1/-1}.units-editor-hint{background:var(--hub-surface-subtle);color:var(--hub-text-muted);border-radius:8px;margin:0;padding:8px 10px;font-size:9px}.units-editor-actions{border-top:1px solid var(--hub-border);grid-template-columns:auto 1fr auto auto;align-items:center;gap:7px;padding-top:10px;display:grid}.units-editor-actions .hub-button.danger{color:var(--hub-danger)}@media (width<=1380px){.units-workspace{grid-template-columns:minmax(0,1fr) 290px}.units-toolbar{grid-template-columns:minmax(220px,1.35fr) repeat(4,minmax(120px,.62fr)) max-content minmax(130px,.65fr) max-content}.units-toolbar>.hub-button:not(.units-new-button){display:none}}@media (width<=1180px){.units-workspace{grid-template-columns:1fr}.units-inspector{grid-template-columns:1fr 1fr;position:static}.units-toolbar{grid-template-columns:minmax(230px,1.2fr) repeat(3,minmax(130px,.7fr))}.units-toolbar .units-sort,.units-toolbar>.hub-button,.units-toolbar>.units-more-filters{grid-row:2}.units-new-button{justify-self:end}.units-advanced-filters{grid-template-columns:repeat(3,minmax(0,1fr)) auto}}@media (width<=900px){.units-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.units-toolbar{grid-template-columns:1fr 1fr 1fr}.units-toolbar>.hub-field:first-child{grid-column:1/-1}.units-new-button{justify-self:stretch}.units-inspector{grid-template-columns:1fr}.units-pagination{grid-template-columns:1fr auto}.units-pagination>div{grid-column:1/-1;justify-self:start}}@media (width<=620px){.units-page{gap:10px}.units-page-hero{align-items:flex-start;min-height:auto}.units-hero-artwork{border-radius:14px;width:58px;height:54px}.units-hero-artwork svg{width:50px;height:44px}.units-page-hero h1{font-size:26px}.units-kpis,.units-toolbar,.units-advanced-filters{grid-template-columns:1fr}.units-toolbar>.hub-field:first-child{grid-column:auto}.units-toolbar .units-sort,.units-toolbar>.hub-button,.units-toolbar>.units-more-filters{grid-row:auto}.units-new-button{width:100%}.units-suggestion{grid-template-columns:30px 1fr}.units-suggestion>button{grid-column:1/-1}.units-list-head{flex-direction:column;align-items:flex-start}.units-pagination{grid-template-columns:1fr}.units-pagination>div{grid-column:auto}.units-editor{min-width:0}.units-editor-grid{grid-template-columns:1fr}.units-editor-full{grid-column:auto}.units-editor-actions{grid-template-columns:1fr}.units-editor-actions>span{display:none}.units-editor-actions .hub-button{width:100%}}.canonical-movement-editor{gap:16px;min-width:min(900px,84vw);max-height:78vh;padding-right:4px;display:grid;overflow:auto}.canonical-mode-note,.canonical-config-blocker{border:1px solid var(--hub-border,#dfe3ea);background:var(--hub-surface-soft,#f7f8fb);border-radius:14px;gap:4px;padding:12px 14px;display:grid}.canonical-mode-note.correction{border-style:dashed}.canonical-mode-note span,.canonical-config-blocker span,.canonical-section-heading small{color:var(--hub-text-muted,#697386)}.canonical-config-blocker{border-color:color-mix(in srgb, var(--hub-danger,#b42318) 34%, transparent)}.canonical-editor-section{border:1px solid var(--hub-border,#dfe3ea);background:var(--hub-surface,#fff);border-radius:16px;gap:12px;padding:14px;display:grid}.canonical-section-heading{align-items:center;gap:10px;display:flex}.canonical-section-heading>span{background:var(--hub-surface-soft,#f0f2f6);border-radius:10px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:inline-grid}.canonical-section-heading>div{gap:1px;display:grid}.canonical-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.canonical-span-2{grid-column:span 2}.canonical-split-toolbar{justify-content:space-between;align-items:end;gap:12px;display:flex}.canonical-split-toolbar .accounting-select-field{min-width:240px}.canonical-split-rows{gap:10px;display:grid}.canonical-split-row{border:1px solid var(--hub-border,#dfe3ea);background:var(--hub-surface-soft,#fafbfc);border-radius:12px;grid-template-columns:32px minmax(220px,1.4fr) minmax(120px,.7fr) minmax(190px,1fr) minmax(180px,.9fr) auto;align-items:end;gap:10px;padding:10px;display:grid}.canonical-row-index{background:var(--hub-surface,#fff);border:1px solid var(--hub-border,#dfe3ea);border-radius:50%;align-self:center;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:inline-grid}.canonical-check{min-height:38px;color:var(--hub-text-muted,#697386);align-items:center;gap:8px;font-size:13px;display:flex}.canonical-check input{width:16px;height:16px}.canonical-fiscal-toggle{justify-self:start}.canonical-fiscal-grid{padding-top:2px}.canonical-correction-reason{border-style:dashed}.canonical-editor-actions{background:linear-gradient(to bottom, transparent, var(--hub-surface,#fff) 22%);justify-content:flex-end;gap:10px;padding:12px 0 2px;display:flex;position:sticky;bottom:0}@media (width<=980px){.canonical-movement-editor{width:min(92vw,760px);min-width:0}.canonical-split-row{grid-template-columns:32px 1fr 1fr}}@media (width<=700px){.canonical-editor-grid,.canonical-split-row{grid-template-columns:1fr}.canonical-span-2{grid-column:auto}.canonical-row-index{display:none}.canonical-split-toolbar{flex-direction:column;align-items:stretch}}.canonical-fiscal-profile-prefill{border:1px solid var(--hub-border,#dfe3ea);background:var(--hub-surface-soft,#f7f8fb);border-radius:14px;justify-content:space-between;align-items:center;gap:14px;margin:10px 0 14px;padding:12px 14px;display:flex}.canonical-fiscal-profile-prefill>div{gap:3px;display:grid}.canonical-fiscal-profile-prefill small{color:var(--hub-text-muted,#697386);line-height:1.4}.canonical-fiscal-profile-warning{color:var(--hub-text-muted,#697386);margin:10px 0 0;font-size:13px}@media (width<=720px){.canonical-fiscal-profile-prefill{flex-direction:column;align-items:stretch}}.canonical-scheme-picker{grid-template-columns:minmax(260px,.8fr) minmax(300px,1.2fr);align-items:end;gap:12px;display:grid}.canonical-scheme-note{border:1px solid var(--hub-border);background:var(--hub-surface-soft);border-radius:12px;gap:3px;padding:10px 12px;font-size:13px;display:grid}.canonical-scheme-note span{color:var(--hub-text-muted);line-height:1.4}.canonical-split-row.scheme{grid-template-columns:32px minmax(220px,1.35fr) minmax(120px,.6fr) minmax(190px,1fr) minmax(180px,.9fr)}.canonical-scheme-account,.canonical-scheme-value{border:1px solid var(--hub-border);background:var(--hub-surface);border-radius:10px;align-content:center;align-self:stretch;gap:5px;min-height:38px;padding:7px 9px;display:grid}.canonical-scheme-account small,.canonical-scheme-value small{color:var(--hub-text-muted);font-size:11px}.canonical-scheme-value b{font-variant-numeric:tabular-nums}@media (width<=980px){.canonical-scheme-picker{grid-template-columns:1fr}.canonical-split-row.scheme{grid-template-columns:32px 1fr 1fr}.canonical-split-row.scheme .canonical-check{grid-column:2/-1}}@media (width<=700px){.canonical-split-row.scheme{grid-template-columns:1fr}.canonical-split-row.scheme .canonical-check{grid-column:auto}}.accounting-page{gap:20px;min-width:0;display:grid}.accounting-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.accounting-heading h1{letter-spacing:-.035em;margin:4px 0 6px;font-size:clamp(26px,3vw,38px)}.accounting-heading p{max-width:760px;color:var(--hub-text-muted);margin:0}.accounting-heading-actions{flex:none;align-items:end;gap:10px;display:flex}.accounting-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;min-width:0;display:grid}.accounting-register{gap:16px;min-width:0;padding:18px;display:grid}.accounting-register-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.accounting-register-head h2{margin:3px 0 0;font-size:20px}.accounting-kicker{color:var(--hub-text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.accounting-ledger-badge{border:1px solid color-mix(in srgb, var(--hub-success) 35%, var(--hub-border));background:color-mix(in srgb, var(--hub-success) 9%, var(--hub-surface));color:var(--hub-success);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.accounting-toolbar{grid-template-columns:minmax(220px,1fr) minmax(150px,220px) auto;align-items:end;gap:12px;min-width:0;display:grid}.accounting-result-count{color:var(--hub-text-muted);white-space:nowrap;align-self:center;font-size:11px}.accounting-select-field{min-width:0;color:var(--hub-text-muted);gap:6px;font-size:11px;font-weight:750;display:grid}.accounting-select-field select{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-control-bg);min-width:0;min-height:42px;color:var(--hub-text);font:inherit;padding:8px 36px 8px 12px}.accounting-kind,.accounting-status{white-space:nowrap;border-radius:999px;align-items:center;min-height:24px;padding:3px 8px;font-size:10px;font-weight:800;display:inline-flex}.accounting-kind.expense{background:color-mix(in srgb, var(--hub-danger) 10%, var(--hub-surface));color:var(--hub-danger)}.accounting-kind.income,.accounting-status.posted{background:color-mix(in srgb, var(--hub-success) 10%, var(--hub-surface));color:var(--hub-success)}.accounting-status.reversed,.accounting-status.reversal{background:var(--hub-surface-subtle);color:var(--hub-text-muted)}.accounting-cell-note{color:var(--hub-text-muted);margin-top:3px;font-size:10px;display:block}.accounting-amount{font-weight:800}.accounting-amount.positive{color:var(--hub-success)}.accounting-amount.negative{color:var(--hub-danger)}.accounting-row-actions{gap:6px;display:flex}.accounting-no-rows,.accounting-empty{text-align:center;min-height:180px;color:var(--hub-text-muted);place-content:center;gap:6px;padding:24px;display:grid}.accounting-empty h2,.accounting-no-rows b{color:var(--hub-text)}.accounting-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-width:0;display:grid}.accounting-form>.hub-field:nth-of-type(2),.accounting-form>.hub-field:last-of-type{grid-column:1/-1}.accounting-form-actions{grid-column:1/-1;justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.accounting-error{border:1px solid color-mix(in srgb, var(--hub-danger) 32%, var(--hub-border));border-radius:var(--hub-radius-md);background:color-mix(in srgb, var(--hub-danger) 8%, var(--hub-surface));color:var(--hub-danger);padding:10px 12px;font-size:12px;font-weight:700}.accounting-form>.accounting-error{grid-column:1/-1}.accounting-reversal-form{gap:14px;display:grid}.accounting-reversal-form p{color:var(--hub-text-muted);margin:0;line-height:1.55}.accounting-reversal-summary{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-surface-subtle);gap:3px;padding:12px;display:grid}.accounting-reversal-summary span{color:var(--hub-text-muted);font-size:11px}.accounting-details{gap:18px;display:grid}.accounting-details h3{margin:0;font-size:21px}.accounting-details dl{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-border);gap:1px;margin:0;display:grid;overflow:hidden}.accounting-details dl>div{background:var(--hub-surface-strong);grid-template-columns:110px minmax(0,1fr);gap:10px;padding:10px 12px;display:grid}.accounting-details dt{color:var(--hub-text-muted);text-transform:uppercase;font-size:10px;font-weight:800}.accounting-details dd{margin:0}.accounting-postings{gap:8px;display:grid}.accounting-postings>div:first-child{color:var(--hub-text-muted);justify-content:space-between;align-items:baseline;font-size:11px;display:flex}.accounting-posting{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-surface);grid-template-columns:minmax(0,1fr) 58px auto;align-items:center;gap:8px;padding:11px 12px;display:grid}.accounting-posting b{color:var(--hub-text-muted);text-transform:uppercase;font-size:10px}.accounting-posting strong{font-variant-numeric:tabular-nums}.accounting-link-note{color:var(--hub-text-muted);overflow-wrap:anywhere;margin:0;font-size:11px}.accounting-link-note code{color:var(--hub-text)}@media (width<=980px){.accounting-heading{display:grid}.accounting-heading-actions{justify-content:space-between;width:100%}.accounting-heading-actions .accounting-select-field{flex:260px}.accounting-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.accounting-page{gap:14px}.accounting-heading-actions{align-items:stretch;display:grid}.accounting-heading-actions .hub-button{width:100%}.accounting-kpis{grid-template-columns:1fr}.accounting-register{padding:12px}.accounting-register-head{align-items:flex-start}.accounting-toolbar{grid-template-columns:1fr}.accounting-result-count{justify-self:end}.accounting-form{grid-template-columns:1fr}.accounting-form>.hub-field:nth-of-type(2),.accounting-form>.hub-field:last-of-type,.accounting-form-actions,.accounting-form>.accounting-error{grid-column:auto}.accounting-form-actions{background:var(--hub-surface-strong);padding:10px 0 2px;position:sticky;bottom:0}.accounting-form-actions .hub-button{flex:1 1 0}}.canonical-accounting-page{min-width:0}.canonical-runtime-banner{border:1px solid var(--hub-border,#dfe3ea);background:var(--hub-surface-soft,#f7f8fb);border-radius:14px;align-items:center;gap:12px;padding:11px 14px;display:flex}.canonical-runtime-banner b{white-space:nowrap}.canonical-runtime-banner span{color:var(--hub-text-muted,#697386);line-height:1.45}.canonical-row-actions{flex-wrap:wrap;min-width:210px}.canonical-details{gap:14px;display:grid}.canonical-details h4{letter-spacing:.02em;margin:4px 0 -4px;font-size:13px}.canonical-detail-status{color:var(--hub-text-muted,#697386);align-items:center;gap:10px;font-size:13px;display:flex}.canonical-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid!important}.canonical-detail-grid>div{border:1px solid var(--hub-border,#dfe3ea);background:var(--hub-surface-soft,#fafbfc);border-radius:10px;min-width:0;padding:9px 10px}.canonical-detail-grid dt{color:var(--hub-text-muted,#697386);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:11px}.canonical-detail-grid dd{overflow-wrap:anywhere;margin:0}.canonical-detail-lines,.canonical-detail-documents{gap:8px;display:grid}.canonical-detail-line,.canonical-detail-documents>div{border:1px solid var(--hub-border,#dfe3ea);background:var(--hub-surface-soft,#fafbfc);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px 12px;padding:10px 11px;display:grid}.canonical-detail-line>div,.canonical-detail-documents>div{gap:2px;display:grid}.canonical-detail-line span,.canonical-detail-line small,.canonical-detail-documents span{color:var(--hub-text-muted,#697386);font-size:12px}.canonical-detail-line small{grid-column:1/-1}.canonical-correction-chain{border:1px dashed var(--hub-border,#dfe3ea);background:var(--hub-surface-soft,#fafbfc);border-radius:12px;gap:5px;padding:12px;font-size:12px;display:grid}.canonical-correction-chain code{overflow-wrap:anywhere}.canonical-correction-chain small{color:var(--hub-text-muted,#697386)}@media (width<=760px){.canonical-runtime-banner{flex-direction:column;align-items:flex-start}.canonical-detail-grid{grid-template-columns:1fr}.canonical-row-actions{min-width:0}}.allocations-page{gap:18px;min-width:0;display:grid}.allocations-heading{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.allocations-heading h1,.allocations-card-head h2,.allocations-detail-head h2{margin:4px 0 6px}.allocations-heading p,.allocations-detail-head p{color:var(--hub-text-muted);margin:0}.allocations-heading-actions,.allocations-detail-actions,.allocations-row-actions,.allocations-form-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.allocations-heading-actions{justify-content:flex-end}.allocations-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.allocations-select-field{gap:6px;min-width:190px;display:grid}.allocations-select-field>span{color:var(--hub-text-muted);font-size:.78rem;font-weight:800}.allocations-select-field select,.allocations-weight-input{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:100%;color:var(--hub-text);font:inherit;border-radius:10px;padding:10px 12px}.allocations-list-card,.allocations-detail{min-width:0}.allocations-card-head,.allocations-detail-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.allocations-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--hub-text-muted);font-size:.72rem;font-weight:900}.allocations-balance-badge{white-space:nowrap;border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:999px;padding:7px 10px;font-size:.76rem;font-weight:900}.allocations-status{border-radius:999px;padding:5px 9px;font-size:.75rem;font-weight:900;display:inline-flex}.allocations-status.draft{color:#a16207;background:#f59e0b1f}.allocations-status.approved{color:#15803d;background:#22c55e1f}.allocations-cell-note{color:var(--hub-text-muted);margin-top:4px;font-weight:500;display:block}.allocations-no-rows,.allocations-empty{gap:6px;padding:24px;display:grid}.allocations-no-rows span,.allocations-empty p{color:var(--hub-text-muted)}.allocations-detail{gap:14px;display:grid}.allocations-weight-input{text-align:right;max-width:120px;margin-left:auto;padding-block:7px}.allocations-quadrature{justify-content:flex-end;align-items:center;gap:12px;padding-top:4px;display:flex}.allocations-quadrature span,.allocations-quadrature small{color:var(--hub-text-muted)}.allocations-form,.allocations-approve{gap:14px;display:grid}.allocations-criterion-note,.allocations-approve-summary{border:1px solid var(--hub-border);background:var(--hub-surface-strong);color:var(--hub-text-muted);border-radius:12px;padding:12px}.allocations-approve-summary{color:var(--hub-text);gap:4px;display:grid}.allocations-approve-summary span{color:var(--hub-text-muted)}.allocations-form-actions{justify-content:flex-end;margin-top:4px}.allocations-error{color:#b91c1c;background:#dc262614;border:1px solid #dc262647;border-radius:12px;padding:10px 12px;font-weight:700}.allocations-row-actions{min-width:max-content}.allocations-detail tfoot td{border-top:2px solid var(--hub-border)!important}@media (width<=1000px){.allocations-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.allocations-heading{flex-direction:column;align-items:flex-start}.allocations-heading-actions{justify-content:space-between;width:100%}}@media (width<=640px){.allocations-kpis{grid-template-columns:1fr}.allocations-heading-actions,.allocations-detail-head{flex-direction:column;align-items:stretch}.allocations-heading-actions .allocations-select-field,.allocations-heading-actions .hub-button{width:100%}.allocations-card-head{flex-direction:column;align-items:flex-start}.allocations-balance-badge{white-space:normal}.allocations-detail-actions{width:100%}.allocations-detail-actions .hub-button{flex:1}.allocations-quadrature{flex-direction:column;align-items:flex-end}.allocations-weight-input{min-width:90px}}.meter-allocation-modal{gap:16px;display:grid}.meter-allocation-grid{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.meter-allocation-grid label{gap:6px;display:grid}.meter-allocation-grid label>span{color:var(--hub-text-muted);font-size:.78rem;font-weight:700}.meter-allocation-grid select{border:1px solid var(--hub-border);background:var(--hub-surface);min-height:42px;color:var(--hub-text);font:inherit;border-radius:10px;padding:0 10px}.meter-allocation-note{color:var(--hub-text-muted);margin:0;line-height:1.5}.meter-allocation-summary{border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:12px;flex-wrap:wrap;gap:10px 18px;padding:12px 14px;display:flex}.meter-allocation-summary span{color:var(--hub-text-muted)}.meter-allocation-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.meter-allocation-error{border:1px solid var(--hub-danger-border,var(--hub-border));color:var(--hub-danger,var(--hub-text));background:var(--hub-surface);border-radius:10px;padding:10px 12px}@media (width<=760px){.meter-allocation-grid{grid-template-columns:1fr}.meter-allocation-actions>*{flex:1}}.allocation-combine-modal{gap:15px;min-width:min(900px,82vw);display:grid}.allocation-combine-note{color:var(--hub-text-muted);margin:0;line-height:1.5}.allocation-combine-weight{border:1px solid var(--hub-border);background:var(--hub-surface);width:84px;min-height:36px;color:var(--hub-text);font:inherit;border-radius:9px;padding:0 8px}.allocation-combine-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.allocation-combine-error{border:1px solid var(--hub-border);background:var(--hub-surface);color:var(--hub-text);border-radius:10px;padding:10px 12px}.allocation-combine-preview{border-top:1px solid var(--hub-border);gap:12px;padding-top:12px;display:grid}.allocation-combine-summary{border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:11px;gap:4px;padding:11px 13px;display:grid}.allocation-combine-summary span{color:var(--hub-text-muted);line-height:1.4}@media (width<=760px){.allocation-combine-modal{min-width:0}.allocation-combine-actions>*{flex:1}}.allocation-tables-page{gap:18px;display:grid}.allocation-tables-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.allocation-tables-heading h1{margin:4px 0 6px;font-size:clamp(26px,3vw,38px)}.allocation-tables-heading p,.allocation-tables-card-head p{color:var(--hub-text-muted);margin:0}.allocation-tables-actions{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.allocation-tables-actions label,.allocation-tables-form label{color:var(--hub-text-muted);gap:6px;font-size:12px;font-weight:700;display:grid}.allocation-tables-actions select,.allocation-tables-form select,.allocation-tables-detail input{border:1px solid var(--hub-border);background:var(--hub-surface);min-height:38px;color:var(--hub-text);border-radius:10px;padding:0 10px}.allocation-tables-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.allocation-tables-card-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.allocation-tables-card-head h2{margin:3px 0 2px}.allocation-tables-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--hub-text-muted);font-size:11px;font-weight:800}.allocation-tables-row-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.allocation-tables-status{background:var(--hub-surface-muted);border:1px solid var(--hub-border);border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800;display:inline-flex}.allocation-tables-status.active{background:color-mix(in srgb,var(--hub-success,#1c9b68) 12%,transparent)}.allocation-tables-status.retired{opacity:.72}.allocation-tables-error,.allocation-tables-warning{border-radius:12px;padding:10px 12px;font-size:13px}.allocation-tables-error{background:color-mix(in srgb,var(--hub-danger,#c74747) 12%,transparent);border:1px solid color-mix(in srgb,var(--hub-danger,#c74747) 25%,var(--hub-border))}.allocation-tables-warning{background:color-mix(in srgb,var(--hub-warning,#d09a21) 12%,transparent);border:1px solid color-mix(in srgb,var(--hub-warning,#d09a21) 25%,var(--hub-border));margin-bottom:12px}.allocation-tables-empty{color:var(--hub-text-muted);gap:4px;padding:22px 6px;display:grid}.allocation-tables-detail td small{color:var(--hub-text-muted);margin-top:3px;display:block}.allocation-tables-detail input{text-align:right;width:110px}.allocation-tables-form{gap:14px;display:grid}.allocation-tables-note{background:var(--hub-surface-muted);color:var(--hub-text-muted);border-radius:10px;margin:0;padding:10px 12px;font-size:13px}.allocation-tables-form-actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=900px){.allocation-tables-heading{flex-direction:column;align-items:stretch}.allocation-tables-actions{align-items:stretch}.allocation-tables-actions label{flex:1}.allocation-tables-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.allocation-tables-kpis{grid-template-columns:1fr}.allocation-tables-row-actions{justify-content:flex-start}}.management-budget-actual{flex-direction:column;gap:18px;min-width:min(920px,92vw);display:flex}.management-budget-intro h3{margin:4px 0 6px;font-size:1.25rem}.management-budget-intro p{max-width:78ch;color:var(--text-secondary,#667085);margin:0}.management-budget-toolbar{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.management-budget-toolbar label{flex-direction:column;gap:6px;min-width:260px;font-size:.82rem;font-weight:600;display:flex}.management-budget-toolbar select{border:1px solid var(--border-subtle,#d9dee8);background:var(--surface,#fff);min-height:40px;color:inherit;border-radius:10px;padding:0 10px}.management-budget-readonly{background:var(--surface-muted,#f7f8fa);color:var(--text-secondary,#667085);border-radius:10px;padding:9px 12px;font-size:.8rem;font-weight:700}.management-budget-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.management-budget-account{align-items:center;gap:6px;min-width:190px;display:flex}.management-budget-account>span:first-child{color:var(--text-secondary,#667085)}.management-budget-over{font-weight:800}.management-budget-table td{font-variant-numeric:tabular-nums}.management-budget-form{flex-direction:column;gap:14px;display:flex}.management-budget-form p{margin:0}.management-budget-form-actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=900px){.management-budget-kpis{grid-template-columns:1fr 1fr}}@media (width<=620px){.management-budget-actual{min-width:0}.management-budget-kpis{grid-template-columns:1fr}.management-budget-toolbar label{width:100%;min-width:0}}.account-fiscal-profile{gap:18px;min-width:min(720px,82vw);display:grid}.account-fiscal-profile-intro{border:1px solid var(--hub-border,#dfe3ea);background:var(--hub-surface-soft,#f7f8fb);border-radius:16px;justify-content:space-between;align-items:flex-start;gap:18px;padding:14px 16px;display:flex}.account-fiscal-profile-intro>div{gap:5px;display:grid}.account-fiscal-profile-intro span,.account-fiscal-profile-note span{color:var(--hub-text-muted,#697386);line-height:1.45}.account-fiscal-profile-status{background:var(--hub-surface-muted,#eef1f5);border:1px solid var(--hub-border,#dfe3ea);border-radius:999px;flex:none;padding:5px 9px;font-size:12px;font-weight:700}.account-fiscal-profile-status.inactive{opacity:.65}.account-fiscal-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.account-fiscal-profile-span-2{grid-column:1/-1}.account-fiscal-profile .canonical-check{min-height:38px;color:var(--hub-text-muted,#697386);align-items:center;gap:8px;font-size:13px;display:flex}.account-fiscal-profile .canonical-check input{width:16px;height:16px}.account-fiscal-profile-note{border-left:3px solid var(--hub-border,#dfe3ea);gap:4px;padding:12px 14px;display:grid}.account-fiscal-profile-actions{justify-content:flex-end}@media (width<=720px){.account-fiscal-profile{min-width:0}.account-fiscal-profile-intro{flex-direction:column}.account-fiscal-profile-grid{grid-template-columns:1fr}.account-fiscal-profile-span-2{grid-column:auto}}.management-account-register{flex-direction:column;gap:18px;min-width:min(860px,92vw);display:flex}.management-register-intro-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.management-register-intro{min-width:0}.management-register-intro h3{margin:4px 0 6px;font-size:1.25rem}.management-register-intro p{color:var(--text-secondary,#667085);max-width:72ch;margin:0}.management-register-filters{grid-template-columns:1.2fr 1.3fr 1.1fr 1fr 1fr;align-items:end;gap:10px;display:grid}.management-register-filters>label{flex-direction:column;gap:6px;font-size:.82rem;font-weight:600;display:flex}.management-register-filters select{border:1px solid var(--border-subtle,#d9dee8);background:var(--surface,#fff);min-height:40px;color:inherit;border-radius:10px;padding:0 10px}.management-register-check{border:1px solid var(--border-subtle,#d9dee8);border-radius:10px;align-items:center;min-height:40px;padding:0 10px;font-weight:600;flex-direction:row!important;gap:8px!important;display:flex!important}.management-register-check input{margin:0}.management-register-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.management-register-table td small{color:var(--text-secondary,#667085);margin-top:3px;font-size:.76rem;display:block}.management-register-table tr[data-reversal=true]{opacity:.82}.management-register-negative{font-variant-numeric:tabular-nums}.management-register-empty{border:1px dashed var(--border-subtle,#d9dee8);color:var(--text-secondary,#667085);border-radius:12px;flex-direction:column;gap:4px;padding:24px;display:flex}.management-register-drilldown{border-top:1px solid var(--border-subtle,#d9dee8);flex-direction:column;gap:12px;padding-top:16px;display:flex}.management-register-drilldown-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.management-register-drilldown h4{margin:3px 0 0;font-size:1.05rem}.management-register-drilldown dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;display:grid}.management-register-drilldown dl>div{background:var(--surface-muted,#f7f8fa);border-radius:10px;padding:10px}.management-register-drilldown dt{color:var(--text-secondary,#667085);font-size:.72rem}.management-register-drilldown dd{overflow-wrap:anywhere;margin:3px 0 0;font-weight:700}.management-register-drilldown-lines,.management-register-drilldown-postings{flex-direction:column;gap:6px;display:flex}.management-register-drilldown-lines>div,.management-register-drilldown-postings>div{border:1px solid var(--border-subtle,#d9dee8);border-radius:9px;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:9px 10px;display:grid}.management-register-drilldown-lines>div{grid-template-columns:1fr auto}.management-register-drilldown p{color:var(--text-secondary,#667085);margin:0}@media (width<=900px){.management-register-filters,.management-register-kpis,.management-register-drilldown dl{grid-template-columns:1fr 1fr}}@media (width<=620px){.management-account-register{min-width:0}.management-register-intro-head{flex-direction:column}.management-register-filters,.management-register-kpis,.management-register-drilldown dl{grid-template-columns:1fr}.management-register-drilldown-head{flex-direction:column}.management-register-drilldown-postings>div{grid-template-columns:1fr auto}}.next-budget-proposal{flex-direction:column;gap:18px;min-width:min(1120px,92vw);display:flex}.next-budget-create,.next-budget-review,.next-budget-archive{flex-direction:column;gap:12px;display:flex}.next-budget-create h3,.next-budget-review h4,.next-budget-archive h4{margin:4px 0}.next-budget-create p,.next-budget-review p{color:var(--text-secondary,#667085);margin:0}.next-budget-create-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.next-budget-create-grid label{flex-direction:column;gap:6px;font-size:.82rem;font-weight:600;display:flex}.next-budget-create-grid select{border:1px solid var(--border-subtle,#d9dee8);background:var(--surface,#fff);min-height:40px;color:inherit;border-radius:10px;padding:0 10px}.next-budget-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.next-budget-chips{flex-wrap:wrap;gap:8px;display:flex}.next-budget-review-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.next-budget-status{background:var(--surface-muted,#f4f5f7);border-radius:999px;padding:6px 9px;font-size:.75rem;font-weight:800}.next-budget-status.applied{font-weight:800}.next-budget-review td{vertical-align:middle}.next-budget-review td>small,.next-budget-review td>b{display:block}.next-budget-review input[type=text],.next-budget-review input:not([type]){min-width:120px}.next-budget-review input{max-width:180px}.next-budget-replace{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.next-budget-replace span{font-variant-numeric:tabular-nums;width:100%}@media (width<=900px){.next-budget-create-grid{grid-template-columns:1fr 1fr}.next-budget-proposal{min-width:0}}@media (width<=620px){.next-budget-create-grid{grid-template-columns:1fr}.next-budget-review-head{flex-direction:column}}.coa-page{gap:18px;display:grid}.coa-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.coa-heading h1{margin:4px 0 6px;font-size:clamp(26px,3vw,38px)}.coa-heading p,.coa-card-head p{color:var(--hub-text-muted);margin:0}.coa-actions{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.coa-actions label,.coa-form label{color:var(--hub-text-muted);gap:6px;font-size:12px;font-weight:700;display:grid}.coa-actions select,.coa-form select{border:1px solid var(--hub-border);background:var(--hub-surface);min-height:38px;color:var(--hub-text);border-radius:10px;padding:0 10px}.coa-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.coa-card-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.coa-card-head h2{margin:3px 0 2px}.coa-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--hub-text-muted);font-size:11px;font-weight:800}.coa-account-name{align-items:center;gap:7px;min-width:220px;display:flex}.coa-tree-mark{color:var(--hub-text-muted)}.coa-row-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.coa-status{background:var(--hub-surface-muted);border:1px solid var(--hub-border);border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800;display:inline-flex}.coa-status.active{background:color-mix(in srgb,var(--hub-success,#1c9b68) 12%,transparent)}.coa-status.inactive{opacity:.7}.coa-error{background:color-mix(in srgb,var(--hub-danger,#c74747) 12%,transparent);border:1px solid color-mix(in srgb,var(--hub-danger,#c74747) 25%,var(--hub-border));border-radius:12px;padding:10px 12px;font-size:13px}.coa-empty{color:var(--hub-text-muted);gap:4px;padding:22px 6px;display:grid}.coa-form{gap:14px;display:grid}.coa-note{background:var(--hub-surface-muted);color:var(--hub-text-muted);border-radius:10px;margin:0;padding:10px 12px;font-size:13px}.coa-form-actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=900px){.coa-heading{flex-direction:column;align-items:stretch}.coa-actions{align-items:stretch}.coa-actions label{flex:1}.coa-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.coa-kpis{grid-template-columns:1fr}.coa-row-actions{justify-content:flex-start}}.split-schemes-page{gap:18px;display:grid}.split-schemes-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.split-schemes-heading h1{margin:4px 0 6px;font-size:clamp(26px,3vw,38px)}.split-schemes-heading p{color:var(--hub-text-muted);max-width:78ch;margin:0}.split-schemes-actions{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.split-schemes-actions label,.split-scheme-form label{color:var(--hub-text-muted);gap:6px;font-size:12px;font-weight:700;display:grid}.split-schemes-actions select,.split-scheme-form select{border:1px solid var(--hub-border);background:var(--hub-surface);min-height:38px;color:var(--hub-text);border-radius:10px;padding:0 10px}.split-schemes-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.split-schemes-card-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.split-schemes-card-head h2{margin:3px 0 2px}.split-scheme-summary{max-width:440px;color:var(--hub-text-muted);font-size:12px}.split-scheme-status{background:var(--hub-surface-muted);border:1px solid var(--hub-border);border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800;display:inline-flex}.split-scheme-status.retired{opacity:.7}.split-scheme-row-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.split-schemes-empty{color:var(--hub-text-muted);gap:4px;padding:22px 6px;display:grid}.split-scheme-preview{gap:12px;display:grid}.split-scheme-preview-input{align-items:flex-end;gap:14px;display:flex}.split-scheme-preview-input>span{color:var(--hub-text-muted);padding-bottom:8px;font-size:13px}.split-scheme-preview-rows{gap:6px;display:grid}.split-scheme-preview-rows>div{border:1px solid var(--hub-border);border-radius:10px;justify-content:space-between;gap:16px;padding:9px 10px;display:flex}.split-scheme-form{gap:14px;min-width:min(720px,82vw);display:grid}.split-scheme-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.split-scheme-edit-rows{gap:8px;display:grid}.split-scheme-edit-row{border:1px solid var(--hub-border);background:var(--hub-surface-muted);border-radius:12px;grid-template-columns:30px minmax(230px,1fr) minmax(150px,.6fr) auto;align-items:end;gap:10px;padding:10px;display:grid}.split-scheme-edit-row>span{border:1px solid var(--hub-border);background:var(--hub-surface);border-radius:50%;align-self:center;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:grid}.split-scheme-form-tools{justify-content:space-between;align-items:center;gap:12px;display:flex}.split-scheme-form-tools span{color:var(--hub-text-muted);font-size:12px}.split-scheme-form-actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=900px){.split-schemes-heading{flex-direction:column;align-items:stretch}.split-schemes-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.split-scheme-edit-row{grid-template-columns:30px 1fr 1fr}.split-scheme-edit-row button{grid-column:2/-1}.split-scheme-preview-input{flex-direction:column;align-items:stretch}}@media (width<=620px){.split-schemes-kpis,.split-scheme-form-grid{grid-template-columns:1fr}.split-scheme-form{min-width:0}.split-scheme-edit-row{grid-template-columns:1fr}.split-scheme-edit-row>span{display:none}.split-scheme-edit-row button{grid-column:auto}.split-scheme-row-actions{justify-content:flex-start}.split-scheme-form-tools{flex-direction:column;align-items:stretch}}.accounting-control-page{gap:18px;min-width:0;display:grid}.accounting-control-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.accounting-control-heading h1{margin:4px 0 6px}.accounting-control-heading p{max-width:760px;color:var(--hub-text-muted);margin:0}.accounting-control-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.accounting-control-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-width:0;display:grid}.accounting-control-card{min-width:0}.accounting-control-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.accounting-control-card-head h2{margin:3px 0 0}.accounting-control-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--hub-text-muted);font-size:12px;font-weight:700}.accounting-control-actions{flex-wrap:wrap;gap:8px;display:flex}.accounting-control-select{color:var(--hub-text-muted);gap:6px;font-size:13px;font-weight:600;display:grid}.accounting-control-select select{border:1px solid var(--hub-border);border-radius:var(--hub-radius-sm);background:var(--hub-surface);min-height:40px;color:var(--hub-text);padding:0 10px}.accounting-control-error{border:1px solid var(--hub-danger-border,#d99);border-radius:var(--hub-radius-sm);background:var(--hub-danger-soft,#fff3f3);color:var(--hub-danger,#8b1e1e);padding:10px 12px}.accounting-control-empty{color:var(--hub-text-muted);padding:18px 4px}.accounting-control-note{color:var(--hub-text-muted);margin:0}.accounting-control-link{color:inherit;cursor:pointer;background:0 0;border:0;text-decoration:underline}.accounting-control-ledger-summary{color:var(--hub-text-muted);flex-wrap:wrap;gap:18px;margin:0 0 12px;display:flex}.accounting-control-ledger-summary b{color:var(--hub-text)}.accounting-control-form{gap:12px;display:grid}.accounting-control-form-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}@media (width<=1000px){.accounting-control-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.accounting-control-grid{grid-template-columns:1fr}}@media (width<=640px){.accounting-control-heading{flex-direction:column;align-items:stretch}.accounting-control-kpis{grid-template-columns:1fr}.accounting-control-card-head{flex-direction:column;align-items:flex-start}.accounting-control-actions{width:100%}.accounting-control-ledger-summary{gap:6px;display:grid}}.einvoice-page{gap:18px;display:grid}.einvoice-heading{justify-content:space-between;align-items:end;gap:18px;display:flex}.einvoice-heading h1{margin:4px 0 6px}.einvoice-heading p{max-width:760px;color:var(--text-muted,#667085);margin:0}.einvoice-condominium,.einvoice-field{gap:6px;font-size:13px;display:grid}.einvoice-condominium span,.einvoice-field>span{font-weight:650}.einvoice-condominium select,.einvoice-field select{border:1px solid var(--border-color,#d8dee8);background:var(--surface,#fff);min-height:40px;color:inherit;border-radius:10px;padding:0 10px}.einvoice-field small{color:var(--text-muted,#667085);line-height:1.35}.einvoice-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.einvoice-guardrail{background:#7c3aed12;border:1px solid #7c3aed3d;border-radius:12px;padding:11px 14px;font-size:13px}.einvoice-error{color:#b42318;background:#dc262614;border:1px solid #dc262659;border-radius:12px;padding:10px 13px}.einvoice-grid{grid-template-columns:minmax(320px,.82fr) minmax(0,1.6fr);align-items:start;gap:16px;display:grid}.einvoice-card-head{justify-content:space-between;align-items:start;gap:14px;margin-bottom:14px;display:flex}.einvoice-card-head h2{margin:2px 0 0;font-size:18px}.einvoice-card-head p{color:var(--text-muted,#667085);margin:5px 0 0}.einvoice-card-head small{color:var(--text-muted,#667085)}.einvoice-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted,#667085);font-size:11px;font-weight:750}.einvoice-form-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px;display:grid}.einvoice-rule-editor .hub-button.primary{width:100%}.einvoice-criteria{gap:3px;font-size:12px;display:grid}.einvoice-status{border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;display:inline-flex}.einvoice-status.active{color:#15803d;background:#16a34a1f}.einvoice-status.inactive{color:#475569;background:#64748b1f}.einvoice-row-actions{flex-wrap:wrap;gap:6px;display:flex}.einvoice-preview-card{min-width:0}.einvoice-candidate-form{grid-template-columns:minmax(190px,.8fr) 140px minmax(260px,1.6fr) auto;align-items:end;gap:10px;margin-bottom:14px;display:grid}.einvoice-empty{text-align:center;color:var(--text-muted,#667085);padding:28px 12px}.einvoice-result{gap:2px;min-width:220px;display:grid}.einvoice-result>b{font-size:12px}.einvoice-result>span,.einvoice-result>small{font-size:11px}.einvoice-result>small{color:var(--text-muted,#667085);line-height:1.35}.einvoice-result.matched>b{color:#15803d}.einvoice-result.unmatched>b{color:#b45309}.einvoice-result.ambiguous>b{color:#b42318}.einvoice-page .hub-table td>small{color:var(--text-muted,#667085);margin-top:3px;display:block}@media (width<=1100px){.einvoice-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.einvoice-grid{grid-template-columns:1fr}.einvoice-candidate-form{grid-template-columns:1fr 1fr}}@media (width<=720px){.einvoice-heading{flex-direction:column;align-items:stretch}.einvoice-kpis,.einvoice-form-grid,.einvoice-candidate-form{grid-template-columns:1fr}.einvoice-card-head{flex-direction:column}}.accounting-workspace{gap:18px;min-width:0;display:grid}.accounting-workspace-tabs{border:1px solid var(--hub-border);background:var(--hub-surface);width:max-content;max-width:100%;box-shadow:var(--hub-shadow-sm);scrollbar-width:thin;border-radius:16px;gap:8px;padding:6px;display:flex;overflow-x:auto}.accounting-workspace-tabs button{appearance:none;color:var(--hub-text-muted);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:11px;flex:none;padding:10px 16px;font-weight:700}.accounting-workspace-tabs button[data-active=true]{background:var(--hub-surface-strong);color:var(--hub-text);box-shadow:var(--hub-shadow-sm)}@media (width<=640px){.accounting-workspace-tabs{border-radius:14px;width:100%}.accounting-workspace-tabs button{padding-inline:12px}}.dues-page{gap:18px;min-width:0;display:grid}.dues-heading{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.dues-heading h1,.dues-card-head h2,.dues-detail-head h2,.dues-subhead h3{margin:4px 0 6px}.dues-heading p,.dues-detail-head p{color:var(--hub-text-muted);margin:0}.dues-heading-actions,.dues-row-actions,.dues-form-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dues-heading-actions{justify-content:flex-end}.dues-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.dues-select-field{gap:6px;min-width:200px;display:grid}.dues-select-field>span{color:var(--hub-text-muted);font-size:.78rem;font-weight:800}.dues-select-field select{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:100%;color:var(--hub-text);font:inherit;border-radius:10px;padding:10px 12px}.dues-list-card,.dues-detail{min-width:0}.dues-card-head,.dues-detail-head,.dues-subhead{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.dues-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--hub-text-muted);font-size:.72rem;font-weight:900}.dues-balance-badge{white-space:nowrap;border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:999px;padding:7px 10px;font-size:.76rem;font-weight:900}.dues-status,.dues-assignment{border-radius:999px;padding:5px 9px;font-size:.75rem;font-weight:900;display:inline-flex}.dues-status.draft{color:#a16207;background:#f59e0b1f}.dues-status.issued,.dues-assignment.assigned{color:#15803d;background:#22c55e1f}.dues-assignment.unassigned{color:#a16207;background:#f59e0b1f}.dues-empty{gap:6px;padding:24px;display:grid}.dues-empty span{color:var(--hub-text-muted)}.dues-detail{gap:16px;display:grid}.dues-detail-head{margin-bottom:0}.dues-installments,.dues-positions{min-width:0}.dues-positions{border-top:1px solid var(--hub-border);padding-top:16px}.dues-subhead{align-items:flex-end;margin-bottom:10px}.dues-subhead h3{font-size:1rem}.dues-quadrature{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.dues-quadrature span,.dues-quadrature small{color:var(--hub-text-muted)}.dues-form{gap:14px;display:grid}.dues-info,.dues-issue-summary{border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:12px;padding:12px}.dues-info{color:var(--hub-text-muted)}.dues-issue-summary{gap:4px;display:grid}.dues-issue-summary span{color:var(--hub-text-muted)}.dues-form-actions{justify-content:flex-end}.dues-error{color:#b91c1c;background:#dc262614;border:1px solid #dc262647;border-radius:12px;padding:10px 12px;font-weight:700}.dues-row-actions{min-width:max-content}.dues-detail tfoot td{border-top:2px solid var(--hub-border)!important}@media (width<=1000px){.dues-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dues-heading{flex-direction:column;align-items:flex-start}.dues-heading-actions{justify-content:space-between;width:100%}}@media (width<=640px){.dues-kpis{grid-template-columns:1fr}.dues-heading-actions,.dues-detail-head,.dues-subhead{flex-direction:column;align-items:stretch}.dues-heading-actions .dues-select-field,.dues-heading-actions .hub-button{width:100%}.dues-card-head{flex-direction:column;align-items:flex-start}.dues-balance-badge{white-space:normal}.dues-quadrature{flex-direction:column;align-items:flex-end}}.payments-page{gap:18px;min-width:0;display:grid}.payments-heading{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.payments-heading h1,.payments-card-head h2{margin:4px 0 6px}.payments-heading p{color:var(--hub-text-muted);max-width:760px;margin:0}.payments-select-field{gap:6px;min-width:210px;display:grid}.payments-select-field>span{color:var(--hub-text-muted);font-size:.78rem;font-weight:800}.payments-select-field select{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:100%;color:var(--hub-text);font:inherit;border-radius:10px;padding:10px 12px}.payments-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.payments-card-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.payments-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--hub-text-muted);font-size:.72rem;font-weight:900}.payments-balance-badge{white-space:nowrap;border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:999px;padding:7px 10px;font-size:.76rem;font-weight:900}.payments-cell-note{color:var(--hub-text-muted);margin-top:4px;font-weight:500;display:block}.payments-status{border-radius:999px;padding:5px 9px;font-size:.75rem;font-weight:900;display:inline-flex}.payments-status.open{color:#1d4ed8;background:#3b82f61c}.payments-status.partial{color:#a16207;background:#f59e0b1f}.payments-status.paid,.payments-status.posted{color:#15803d;background:#22c55e1f}.payments-status.unassigned,.payments-status.reversed{color:#4b5563;background:#6b728021}.payments-row-actions{align-items:center;gap:8px;min-width:max-content;display:flex}.payments-action-note{color:var(--hub-text-muted);font-size:.78rem}.payments-empty{gap:6px;padding:24px;display:grid}.payments-empty span{color:var(--hub-text-muted)}.payments-info,.payments-warning,.payments-error{border-radius:12px;padding:11px 13px}.payments-info{border:1px solid var(--hub-border);background:var(--hub-surface-strong);color:var(--hub-text-muted)}.payments-warning{background:#f59e0b17;border:1px solid #f59e0b4d;gap:3px;display:grid}.payments-warning span{color:var(--hub-text-muted)}.payments-error{color:#b91c1c;background:#dc262614;border:1px solid #dc262647;font-weight:700}.payments-form{gap:14px;display:grid}.payments-payment-summary{border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:12px;gap:5px;padding:12px;display:grid}.payments-payment-summary>span{color:var(--hub-text-muted)}.payments-payment-summary>div{flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px;display:flex}.payments-payment-summary>div span{color:var(--hub-text-muted)}.payments-form-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.payments-positions-card,.payments-history-card{min-width:0}@media (width<=1000px){.payments-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.payments-heading{flex-direction:column;align-items:flex-start}.payments-select-field{width:100%}}@media (width<=640px){.payments-kpis{grid-template-columns:1fr}.payments-card-head{flex-direction:column;align-items:flex-start}.payments-balance-badge{white-space:normal}.payments-form-actions{flex-direction:column-reverse;align-items:stretch}.payments-form-actions .hub-button{width:100%}.payments-payment-summary>div{flex-direction:column;align-items:flex-start}.payments-row-actions{min-width:0}}.collections-page{gap:18px;min-width:0;display:grid}.collections-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.collections-heading h1{margin:4px 0 6px}.collections-heading p{max-width:820px;color:var(--hub-text-muted);margin:0}.collections-heading-actions{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.collections-select{color:var(--hub-text-muted);gap:6px;font-size:13px;font-weight:600;display:grid}.collections-select select{border:1px solid var(--hub-border);border-radius:var(--hub-radius-sm);background:var(--hub-surface);min-height:40px;color:var(--hub-text);padding:0 10px}.collections-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.collections-card{min-width:0}.collections-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.collections-card-head h2{margin:3px 0 0}.collections-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--hub-text-muted);font-size:12px;font-weight:700}.collections-badge{border:1px solid var(--hub-border);color:var(--hub-text-muted);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:700}.collections-error{border:1px solid var(--hub-danger-border,#d99);border-radius:var(--hub-radius-sm);background:var(--hub-danger-soft,#fff3f3);color:var(--hub-danger,#8b1e1e);padding:10px 12px}.collections-empty{color:var(--hub-text-muted);gap:4px;padding:20px 4px;display:grid}.collections-position-list{min-width:240px;color:var(--hub-text-muted);gap:4px;padding-top:8px;display:grid}.collections-row-actions{flex-wrap:wrap;gap:6px;display:flex}.collections-form{gap:12px;display:grid}.collections-target{border:1px solid var(--hub-border);border-radius:var(--hub-radius-sm);background:var(--hub-surface-subtle,#7f7f7f0f);gap:4px;padding:12px;display:grid}.collections-target span{color:var(--hub-text-muted)}.collections-form-actions{justify-content:flex-end;gap:8px;display:flex}.collections-preview pre{white-space:pre-wrap;font:inherit;border:1px solid var(--hub-border);border-radius:var(--hub-radius-sm);background:var(--hub-surface-subtle,#7f7f7f0f);color:var(--hub-text);margin:0 0 16px;padding:14px;line-height:1.55}@media (width<=1000px){.collections-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.collections-heading{flex-direction:column;align-items:stretch}.collections-heading-actions{align-items:stretch}.collections-kpis{grid-template-columns:1fr}.collections-card-head{flex-direction:column;align-items:flex-start}}.bank-page{gap:18px;min-width:0;display:grid}.bank-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.bank-heading h1{letter-spacing:-.035em;margin:4px 0 6px;font-size:clamp(1.7rem,2.4vw,2.35rem)}.bank-heading p{max-width:760px;color:var(--hub-text-muted);margin:0}.bank-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:10px;display:flex}.bank-select-field,.bank-textarea-field{color:var(--hub-text-muted);gap:6px;font-size:.82rem;display:grid}.bank-select-field span,.bank-textarea-field span{color:var(--hub-text);font-weight:700}.bank-select-field select,.bank-textarea-field textarea{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-surface-elevated);min-height:40px;color:var(--hub-text);font:inherit;padding:9px 11px}.bank-select-field.full,.bank-select-field.full select{width:100%}.bank-textarea-field textarea{resize:vertical;box-sizing:border-box;width:100%;line-height:1.45}.bank-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;min-width:0;display:grid}.bank-table-card{min-width:0;overflow:hidden}.bank-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.bank-card-head h2{margin:3px 0 0;font-size:1.05rem}.bank-kicker{text-transform:uppercase;letter-spacing:.1em;color:var(--hub-text-muted);font-size:.72rem;font-weight:800}.bank-rule-badge{border:1px solid var(--hub-border);color:var(--hub-text-muted);background:var(--hub-surface-soft);border-radius:999px;padding:6px 9px;font-size:.72rem}.bank-cell-note{color:var(--hub-text-muted);margin-top:4px;font-size:.72rem;display:block}.bank-positive{color:var(--hub-success,#19724c)}.bank-negative{color:var(--hub-danger,#b13a45)}.bank-suggestion{gap:2px;min-width:180px;display:grid}.bank-suggestion span,.bank-suggestion small,.bank-muted{color:var(--hub-text-muted);font-size:.75rem}.bank-status{white-space:nowrap;border:1px solid var(--hub-border);background:var(--hub-surface-soft);border-radius:999px;justify-content:center;align-items:center;padding:5px 8px;font-size:.72rem;font-weight:800;display:inline-flex}.bank-status.reconciled,.bank-status.active{color:var(--hub-success,#19724c)}.bank-status.ignored,.bank-status.reversed{color:var(--hub-text-muted)}.bank-row-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.bank-error{border:1px solid color-mix(in srgb,var(--hub-danger,#b13a45) 35%,var(--hub-border));background:color-mix(in srgb,var(--hub-danger,#b13a45) 8%,var(--hub-surface));color:var(--hub-danger,#b13a45);border-radius:var(--hub-radius-md);padding:10px 12px;font-size:.85rem}.bank-empty{color:var(--hub-text-muted);gap:4px;padding:22px 4px;display:grid}.bank-empty b{color:var(--hub-text)}.bank-form{gap:14px;display:grid}.bank-form-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.bank-preview,.bank-reconcile-summary{border:1px solid var(--hub-border);background:var(--hub-surface-soft);border-radius:var(--hub-radius-md);gap:5px;padding:12px;display:grid}.bank-preview.error{border-color:color-mix(in srgb,var(--hub-danger,#b13a45) 45%,var(--hub-border))}.bank-preview span,.bank-preview small,.bank-reconcile-summary span,.bank-reconcile-summary small{color:var(--hub-text-muted)}.bank-reconcile-summary b{font-size:1.05rem}.bank-page .hub-table-scroller{max-width:100%}@media (width<=1050px){.bank-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.bank-heading{flex-direction:column;align-items:flex-start}.bank-heading-actions{justify-content:space-between;width:100%}}@media (width<=620px){.bank-page{gap:14px}.bank-kpis{grid-template-columns:1fr 1fr}.bank-heading-actions{grid-template-columns:1fr;width:100%;display:grid}.bank-select-field select{width:100%}.bank-card-head{flex-direction:column}.bank-rule-badge{white-space:normal}.bank-form-actions{grid-template-columns:1fr;display:grid}.bank-form-actions button{width:100%}}.suppliers-page{gap:18px;min-width:0;display:grid}.suppliers-hero{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.suppliers-hero h1{letter-spacing:-.035em;margin:5px 0 7px;font-size:clamp(28px,3vw,42px)}.suppliers-hero p{max-width:780px;color:var(--hub-text-muted);margin:0}.suppliers-scope{align-items:end;gap:18px;padding:16px 18px;display:flex}.suppliers-scope label{gap:6px;min-width:min(360px,100%);display:grid}.suppliers-scope label span,.supplier-form label span{color:var(--hub-text-muted);font-size:12px;font-weight:750}.suppliers-scope select,.supplier-form input,.supplier-form select,.supplier-form textarea{border:1px solid var(--hub-border);background:var(--hub-surface);width:100%;color:var(--hub-text);font:inherit;border-radius:12px;padding:10px 12px}.suppliers-scope small{color:var(--hub-text-muted);padding-bottom:10px}.suppliers-notice{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;display:flex}.suppliers-notice button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:18px}.suppliers-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.suppliers-card{min-width:0}.suppliers-card>header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.suppliers-card>header span{color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:750}.suppliers-card h2{margin:3px 0 0}.supplier-link{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.supplier-link:hover{text-decoration:underline}.supplier-link+small,.suppliers-card td small{color:var(--hub-text-muted);margin-top:3px;display:block}.supplier-status{border:1px solid var(--hub-border);border-radius:999px;padding:4px 8px;font-size:12px;font-weight:750;display:inline-flex}.supplier-status[data-status=inactive]{opacity:.6}.supplier-actions{flex-wrap:wrap;gap:6px;display:flex}.supplier-actions button{border:1px solid var(--hub-border);background:var(--hub-surface);color:inherit;cursor:pointer;border-radius:9px;padding:6px 8px}.supplier-actions .danger{color:var(--hub-danger,#b42318)}.supplier-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.supplier-form label{gap:6px;display:grid}.supplier-form-wide,.supplier-form footer{grid-column:1/-1}.supplier-form footer{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.supplier-dossier{gap:20px;min-width:0;display:grid}.supplier-dossier-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.supplier-dossier dl{gap:8px;margin:0;display:grid}.supplier-dossier dl>div{border-bottom:1px solid var(--hub-border);padding:0 0 8px}.supplier-dossier dt{text-transform:uppercase;letter-spacing:.06em;color:var(--hub-text-muted);font-size:11px}.supplier-dossier dd{margin:3px 0 0;font-weight:650}.supplier-dossier-note{background:var(--hub-surface-subtle);border-radius:12px;margin:0;padding:12px}.supplier-dossier section{min-width:0}.supplier-dossier h3{margin:0 0 10px}@media (width<=900px){.suppliers-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.suppliers-hero{flex-direction:column;align-items:flex-start}}@media (width<=560px){.suppliers-kpis,.supplier-form,.supplier-dossier-grid{grid-template-columns:1fr}.suppliers-scope{flex-direction:column;align-items:stretch}.supplier-form-wide,.supplier-form footer{grid-column:1}.supplier-form footer{flex-direction:column-reverse}.supplier-form footer .hub-button{width:100%}}.documents-page{gap:18px;min-width:0;display:grid}.documents-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.documents-heading h1{letter-spacing:-.035em;margin:4px 0 6px;font-size:clamp(1.7rem,2.4vw,2.35rem)}.documents-heading p{max-width:760px;color:var(--hub-text-muted);margin:0}.documents-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:10px;display:flex}.documents-select-field,.documents-file-field,.documents-textarea-field{color:var(--hub-text-muted);gap:6px;font-size:.82rem;display:grid}.documents-select-field span,.documents-file-field span,.documents-textarea-field span{color:var(--hub-text);font-weight:700}.documents-select-field select,.documents-file-field input,.documents-textarea-field textarea{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-surface-elevated);min-height:40px;color:var(--hub-text);font:inherit;box-sizing:border-box;padding:9px 11px}.documents-select-field.full,.documents-select-field.full select{width:100%}.documents-textarea-field textarea{resize:vertical;width:100%;line-height:1.45}.documents-file-field small{color:var(--hub-text-muted)}.documents-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;min-width:0;display:grid}.documents-filter-card,.documents-table-card{min-width:0;overflow:hidden}.documents-filters{grid-template-columns:minmax(220px,2fr) minmax(150px,.7fr) minmax(150px,.7fr);align-items:end;gap:12px;display:grid}.documents-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.documents-card-head h2{margin:3px 0 0;font-size:1.05rem}.documents-kicker{text-transform:uppercase;letter-spacing:.1em;color:var(--hub-text-muted);font-size:.72rem;font-weight:800}.documents-rule-badge{border:1px solid var(--hub-border);color:var(--hub-text-muted);background:var(--hub-surface-soft);border-radius:999px;padding:6px 9px;font-size:.72rem}.documents-cell-note{color:var(--hub-text-muted);margin-top:4px;font-size:.72rem;display:block}.documents-link-count{background:var(--hub-surface-soft);border:1px solid var(--hub-border);border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;font-size:.75rem;font-weight:800;display:inline-flex}.documents-status{white-space:nowrap;border:1px solid var(--hub-border);background:var(--hub-surface-soft);border-radius:999px;justify-content:center;align-items:center;padding:5px 8px;font-size:.72rem;font-weight:800;display:inline-flex}.documents-status.active{color:var(--hub-success,#19724c)}.documents-status.archived{color:var(--hub-text-muted)}.documents-error{border:1px solid color-mix(in srgb,var(--hub-danger,#b13a45) 35%,var(--hub-border));background:color-mix(in srgb,var(--hub-danger,#b13a45) 8%,var(--hub-surface));color:var(--hub-danger,#b13a45);border-radius:var(--hub-radius-md);padding:10px 12px;font-size:.85rem}.documents-empty{color:var(--hub-text-muted);gap:4px;padding:22px 4px;display:grid}.documents-empty b{color:var(--hub-text)}.documents-form{gap:14px;display:grid}.documents-two-columns{grid-template-columns:1fr 1fr;align-items:end;gap:12px;display:grid}.documents-form-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.documents-link-box,.documents-version-warning{border:1px solid var(--hub-border);background:var(--hub-surface-soft);border-radius:var(--hub-radius-md);gap:10px;padding:12px;display:grid}.documents-version-warning span{color:var(--hub-text-muted);font-size:.82rem}.documents-drawer{gap:18px;min-width:0;display:grid}.documents-drawer-summary{gap:8px;display:grid}.documents-drawer-summary h3{margin:0;font-size:1.2rem}.documents-drawer-summary p{color:var(--hub-text-muted);margin:0}.documents-drawer-actions{flex-wrap:wrap;gap:7px;display:flex}.documents-drawer-section{border-top:1px solid var(--hub-border);gap:10px;padding-top:14px;display:grid}.documents-drawer-section h4{margin:0;font-size:.92rem}.documents-metadata{gap:8px;margin:0;display:grid}.documents-metadata>div{grid-template-columns:110px minmax(0,1fr);gap:10px;display:grid}.documents-metadata dt{color:var(--hub-text-muted);font-size:.78rem}.documents-metadata dd{overflow-wrap:anywhere;min-width:0;margin:0}.documents-code{color:var(--hub-text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.72rem}.documents-link-list,.documents-version-list{gap:8px;display:grid}.documents-link-list>div,.documents-version-list>div{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-surface-soft);justify-content:space-between;align-items:flex-start;gap:10px;padding:10px;display:flex}.documents-link-list>div>div,.documents-version-list>div>div{gap:3px;min-width:0;display:grid}.documents-link-list span,.documents-version-list span,.documents-muted{color:var(--hub-text-muted);overflow-wrap:anywhere;font-size:.78rem}.documents-link-adder{border:1px dashed var(--hub-border);border-radius:var(--hub-radius-md);gap:8px;padding:10px;display:grid}.documents-page .hub-table-scroller{max-width:100%}@media (width<=1050px){.documents-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.documents-heading{flex-direction:column;align-items:flex-start}.documents-heading-actions{justify-content:space-between;width:100%}.documents-filters{grid-template-columns:1fr 1fr}}@media (width<=620px){.documents-page{gap:14px}.documents-kpis{grid-template-columns:1fr 1fr}.documents-heading-actions{grid-template-columns:1fr;width:100%;display:grid}.documents-select-field select{width:100%}.documents-card-head{flex-direction:column}.documents-rule-badge{white-space:normal}.documents-filters,.documents-two-columns{grid-template-columns:1fr}.documents-form-actions{grid-template-columns:1fr;display:grid}.documents-form-actions button{width:100%}.documents-metadata>div{grid-template-columns:1fr;gap:3px}.documents-link-list>div,.documents-version-list>div{flex-direction:column}.documents-link-list button,.documents-version-list button{width:100%}}.assembly-page{gap:18px;min-width:0;display:grid}.assembly-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.assembly-heading h1{letter-spacing:-.035em;margin:4px 0 6px;font-size:clamp(1.7rem,2.4vw,2.35rem)}.assembly-heading p{max-width:820px;color:var(--hub-text-muted);margin:0}.assembly-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:10px;display:flex}.assembly-select-field,.assembly-textarea-field{color:var(--hub-text-muted);gap:6px;font-size:.82rem;display:grid}.assembly-select-field span,.assembly-textarea-field span{color:var(--hub-text);font-weight:700}.assembly-select-field select,.assembly-textarea-field textarea{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-surface-elevated);min-height:40px;color:var(--hub-text);font:inherit;padding:9px 11px}.assembly-select-field.compact select{min-width:150px}.assembly-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.assembly-table-card{min-width:0;overflow:hidden}.assembly-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.assembly-card-head h2{margin:3px 0 0;font-size:1.05rem}.assembly-kicker{text-transform:uppercase;letter-spacing:.1em;color:var(--hub-text-muted);font-size:.72rem;font-weight:800}.assembly-rule-badge{border:1px solid var(--hub-border);color:var(--hub-text-muted);background:var(--hub-surface-soft);border-radius:999px;padding:6px 9px;font-size:.72rem}.assembly-cell-note{color:var(--hub-text-muted);margin-top:4px;font-size:.72rem;display:block}.assembly-status{white-space:nowrap;border:1px solid var(--hub-border);background:var(--hub-surface-soft);border-radius:999px;justify-content:center;align-items:center;padding:5px 8px;font-size:.72rem;font-weight:800;display:inline-flex}.assembly-status.final{color:var(--hub-success,#19724c)}.assembly-status.voting,.assembly-status.attendance{color:var(--hub-accent,#315fbc)}.assembly-status.minutes-draft,.assembly-status.convoked{color:var(--hub-warning,#8b6200)}.assembly-error{border:1px solid color-mix(in srgb,var(--hub-danger,#b13a45) 35%,var(--hub-border));background:color-mix(in srgb,var(--hub-danger,#b13a45) 8%,var(--hub-surface));color:var(--hub-danger,#b13a45);border-radius:var(--hub-radius-md);padding:10px 12px;font-size:.85rem}.assembly-empty{color:var(--hub-text-muted);gap:4px;padding:22px 4px;display:grid}.assembly-empty b{color:var(--hub-text)}.assembly-form{gap:14px;display:grid}.assembly-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:10px;display:grid}.assembly-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.assembly-form-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.assembly-drawer{gap:16px;min-width:0;display:grid}.assembly-summary{border:1px solid var(--hub-border);background:var(--hub-surface-soft);border-radius:var(--hub-radius-md);gap:6px;padding:12px;display:grid}.assembly-summary small,.assembly-muted{color:var(--hub-text-muted)}.assembly-section{gap:12px;padding-top:6px;display:grid}.assembly-section+.assembly-section{border-top:1px solid var(--hub-border);padding-top:18px}.assembly-section-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.assembly-section-head span{text-transform:uppercase;letter-spacing:.09em;color:var(--hub-text-muted);font-size:.72rem;font-weight:800}.assembly-section-head h3{margin:4px 0 0}.assembly-agenda-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.assembly-agenda-list li{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-surface-soft);justify-content:space-between;gap:10px;padding:10px 12px;display:flex}.assembly-agenda-list p{color:var(--hub-text-muted);margin:4px 0}.assembly-agenda-list small{color:var(--hub-text-muted)}.assembly-inline-actions{gap:6px;display:flex}.assembly-attach{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.assembly-info{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-surface-soft);padding:10px 12px}.assembly-delivery-list,.assembly-participants,.assembly-minutes-list,.assembly-resolutions{gap:8px;display:grid}.assembly-delivery-list>div,.assembly-participants>div,.assembly-minutes-list>div{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-surface-soft);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.assembly-delivery-list small,.assembly-participants small,.assembly-minutes-list span,.assembly-minutes-list small{color:var(--hub-text-muted)}.assembly-participants>div>div:first-child{gap:2px;display:grid}.assembly-check{align-items:center;gap:6px;font-size:.82rem;display:flex}.assembly-quorum{border-radius:var(--hub-radius-md);border:1px solid var(--hub-border);gap:4px;padding:12px;display:grid}.assembly-quorum.pass{background:color-mix(in srgb,var(--hub-success,#19724c) 8%,var(--hub-surface));color:var(--hub-success,#19724c)}.assembly-quorum.fail{background:color-mix(in srgb,var(--hub-danger,#b13a45) 8%,var(--hub-surface));color:var(--hub-danger,#b13a45)}.assembly-quorum span{font-size:.8rem}.assembly-vote-card{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);gap:10px;padding:12px;display:grid}.assembly-voters{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.assembly-outcome{border-radius:var(--hub-radius-md);background:var(--hub-surface-soft);gap:3px;padding:10px;display:grid}.assembly-outcome.approved{color:var(--hub-success,#19724c)}.assembly-outcome.rejected{color:var(--hub-danger,#b13a45)}.assembly-outcome span{font-size:.78rem}.assembly-textarea-field textarea{resize:vertical;box-sizing:border-box;width:100%;line-height:1.45}.assembly-minutes-list>div{grid-template-columns:auto auto 1fr}.assembly-resolutions article{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-surface-soft);gap:6px;padding:12px;display:grid}.assembly-resolutions p{margin:0}.assembly-resolutions small{color:var(--hub-text-muted)}.assembly-legal-note{border:1px solid color-mix(in srgb,var(--hub-warning,#8b6200) 30%,var(--hub-border));background:color-mix(in srgb,var(--hub-warning,#8b6200) 8%,var(--hub-surface));border-radius:var(--hub-radius-md);gap:3px;padding:10px 12px;display:grid}.assembly-legal-note span{color:var(--hub-text-muted);font-size:.8rem}.assembly-page .hub-table-scroller,.assembly-page .hub-table-wrap{max-width:100%}@media (width<=1050px){.assembly-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.assembly-heading{flex-direction:column;align-items:flex-start}.assembly-heading-actions{justify-content:space-between;width:100%}}@media (width<=720px){.assembly-form-grid,.assembly-form-grid.two,.assembly-voters,.assembly-attach,.assembly-delivery-list>div,.assembly-participants>div,.assembly-minutes-list>div{grid-template-columns:1fr}.assembly-section-head{flex-direction:column}.assembly-inline-actions{align-self:flex-start}}@media (width<=620px){.assembly-page{gap:14px}.assembly-kpis{grid-template-columns:1fr 1fr}.assembly-heading-actions{grid-template-columns:1fr;width:100%;display:grid}.assembly-select-field select{width:100%}.assembly-card-head{flex-direction:column}.assembly-rule-badge{white-space:normal}.assembly-form-actions{grid-template-columns:1fr;display:grid}.assembly-form-actions button{width:100%}}.assembly-templates-modal{grid-template-columns:220px minmax(0,1fr);gap:16px;min-width:min(980px,85vw);display:grid}.assembly-templates-list{border-right:1px solid var(--hub-border);align-content:start;gap:7px;padding-right:14px;display:grid}.assembly-templates-list-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.assembly-templates-list>button{text-align:left;border:1px solid var(--hub-border);background:var(--hub-surface);color:var(--hub-text);cursor:pointer;border-radius:11px;gap:3px;padding:10px;display:grid}.assembly-templates-list>button[data-active=true]{background:var(--hub-surface-strong);box-shadow:var(--hub-shadow-sm)}.assembly-templates-list small{color:var(--hub-text-muted)}.assembly-templates-editor{gap:14px;min-width:0;display:grid}.assembly-templates-fields{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.assembly-templates-fields>span{color:var(--hub-text-muted);font-size:.8rem;font-weight:700}.assembly-templates-textarea{gap:6px;display:grid}.assembly-templates-textarea>span,.assembly-templates-preview-controls label>span{color:var(--hub-text-muted);font-size:.8rem;font-weight:700}.assembly-templates-textarea textarea{resize:vertical;border:1px solid var(--hub-border);background:var(--hub-surface);width:100%;color:var(--hub-text);font:inherit;border-radius:12px;padding:12px;line-height:1.5}.assembly-templates-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.assembly-templates-preview,.assembly-templates-versions{border-top:1px solid var(--hub-border);gap:10px;padding-top:14px;display:grid}.assembly-templates-preview>div:first-child{gap:3px;display:grid}.assembly-templates-preview>div:first-child span{color:var(--hub-text-muted)}.assembly-templates-preview-controls{grid-template-columns:1fr 1fr auto;align-items:end;gap:10px;display:grid}.assembly-templates-preview-controls label{gap:6px;display:grid}.assembly-templates-preview-controls select{border:1px solid var(--hub-border);background:var(--hub-surface);min-height:42px;color:var(--hub-text);font:inherit;border-radius:10px;padding:0 10px}.assembly-templates-preview-body{white-space:pre-wrap;border:1px solid var(--hub-border);background:var(--hub-surface-strong);font:inherit;border-radius:12px;margin:0;padding:14px;line-height:1.55}.assembly-templates-error{border:1px solid var(--hub-border);background:var(--hub-surface);color:var(--hub-text);border-radius:10px;padding:10px 12px}@media (width<=800px){.assembly-templates-modal{grid-template-columns:1fr;min-width:0}.assembly-templates-list{border-right:0;border-bottom:1px solid var(--hub-border);padding-bottom:12px;padding-right:0}.assembly-templates-preview-controls{grid-template-columns:1fr}.assembly-templates-actions>*{flex:1}}.assembly-recipient-workbench{gap:14px;min-width:min(1100px,88vw);display:grid}.assembly-recipient-controls{grid-template-columns:1.4fr 1.4fr 1fr .8fr;gap:10px;display:grid}.assembly-recipient-controls label{gap:5px;display:grid}.assembly-recipient-controls label>span{color:var(--hub-text-muted);font-size:.78rem;font-weight:700}.assembly-recipient-controls select,.assembly-recipient-controls input{border:1px solid var(--hub-border);background:var(--hub-surface);min-height:40px;color:var(--hub-text);font:inherit;border-radius:10px;padding:0 9px}.assembly-recipient-layout{grid-template-columns:minmax(360px,.85fr) minmax(420px,1.15fr);gap:14px;min-width:0;display:grid}.assembly-recipient-list,.assembly-recipient-preview{align-content:start;gap:10px;min-width:0;display:grid}.assembly-recipient-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.assembly-recipient-head>div{gap:2px;display:grid}.assembly-recipient-head span{color:var(--hub-text-muted);font-size:.88rem}.assembly-recipient-head em{color:var(--hub-text);font-size:.78rem;font-style:normal;font-weight:700}.assembly-recipient-preview textarea{resize:vertical;border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:100%;color:var(--hub-text);font:inherit;border-radius:12px;padding:12px;line-height:1.5}.assembly-recipient-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.assembly-recipient-note{color:var(--hub-text-muted);margin:0;font-size:.86rem;line-height:1.5}.assembly-recipient-empty{border:1px dashed var(--hub-border);color:var(--hub-text-muted);border-radius:12px;place-items:start;gap:10px;padding:20px;display:grid}.assembly-recipient-error{border:1px solid var(--hub-border);background:var(--hub-surface);color:var(--hub-text);border-radius:10px;padding:10px 12px}tr[data-selected=true]{background:var(--hub-surface-strong)}@media (width<=900px){.assembly-recipient-workbench{min-width:0}.assembly-recipient-controls{grid-template-columns:1fr 1fr}.assembly-recipient-layout{grid-template-columns:1fr}}@media (width<=620px){.assembly-recipient-controls{grid-template-columns:1fr}.assembly-recipient-actions>*{flex:1}}.assembly-delivery-workbench{gap:16px;min-width:min(1180px,88vw);display:grid}.assembly-delivery-banner{border:1px solid var(--border-subtle);background:var(--surface-soft);border-radius:14px;align-items:center;gap:12px;padding:12px 14px;display:flex}.assembly-delivery-banner span,.assembly-delivery-filter>span,.assembly-delivery-help{color:var(--text-muted);font-size:.88rem}.assembly-delivery-filter{justify-content:space-between;align-items:end;gap:16px;display:flex}.assembly-delivery-filter label,.assembly-delivery-fields label,.assembly-delivery-editor>label{gap:6px;display:grid}.assembly-delivery-filter label span,.assembly-delivery-fields label span,.assembly-delivery-editor>label span{color:var(--text-muted);font-size:.78rem;font-weight:700}.assembly-delivery-filter select,.assembly-delivery-fields select,.assembly-delivery-editor textarea{border:1px solid var(--border-subtle);background:var(--surface-raised);color:var(--text-primary);border-radius:10px;padding:9px 10px}.assembly-delivery-layout{grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);align-items:start;gap:16px;display:grid}.assembly-delivery-layout tr[data-selected=true]{background:var(--surface-soft)}.assembly-delivery-editor{border:1px solid var(--border-subtle);background:var(--surface-raised);border-radius:16px;gap:14px;padding:16px;display:grid}.assembly-delivery-editor header{justify-content:space-between;align-items:start;gap:12px;display:flex}.assembly-delivery-editor header div{gap:3px;display:grid}.assembly-delivery-editor h3{margin:0}.assembly-delivery-editor header span{color:var(--text-muted);font-size:.78rem}.assembly-delivery-state{border:1px solid var(--border-subtle);white-space:nowrap;border-radius:999px;padding:4px 8px}.assembly-delivery-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.assembly-delivery-current{border:1px solid var(--border-subtle);background:var(--surface-soft);border-radius:12px;gap:4px;padding:10px 12px;display:grid}.assembly-delivery-current span,.assembly-delivery-current small{color:var(--text-muted);word-break:break-word;font-size:.82rem}.assembly-delivery-error,.assembly-delivery-notice{border:1px solid var(--border-subtle);background:var(--surface-soft);border-radius:12px;padding:10px 12px}@media (width<=900px){.assembly-delivery-workbench{min-width:0}.assembly-delivery-layout{grid-template-columns:1fr}.assembly-delivery-filter{flex-direction:column;align-items:stretch}.assembly-delivery-fields{grid-template-columns:1fr}}.assembly-workspace{gap:14px;min-width:0;display:grid}.assembly-workspace-template-bar{justify-content:space-between;align-items:end;gap:16px;padding:14px 16px;display:flex}.assembly-workspace-template-bar>div:first-child{gap:4px;display:grid}.assembly-workspace-template-bar>div:first-child span{color:var(--hub-text-muted);font-size:.9rem}.assembly-workspace-template-actions{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.assembly-workspace-template-actions label{gap:5px;display:grid}.assembly-workspace-template-actions label>span{color:var(--hub-text-muted);font-size:.76rem;font-weight:700}.assembly-workspace-template-actions select{border:1px solid var(--hub-border);background:var(--hub-surface);min-height:40px;color:var(--hub-text);font:inherit;border-radius:10px;padding:0 10px}@media (width<=760px){.assembly-workspace-template-bar{align-items:stretch;display:grid}.assembly-workspace-template-actions{display:grid}.assembly-workspace-template-actions>*{width:100%}}.governance-page{gap:18px;min-width:0;display:grid}.governance-heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.governance-heading h1{letter-spacing:-.04em;margin:4px 0 6px;font-size:clamp(1.8rem,3vw,2.5rem)}.governance-heading p{max-width:760px;color:var(--hub-text-muted);margin:0}.governance-heading-actions{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.governance-select{color:var(--hub-text-muted);gap:6px;font-size:.82rem;display:grid}.governance-select select{border:1px solid var(--hub-border);background:var(--hub-surface);min-height:40px;color:var(--hub-text);border-radius:12px;padding:0 12px}.governance-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.governance-card{min-width:0}.governance-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.governance-card-head h2{margin:2px 0 0;font-size:1.08rem}.governance-kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--hub-text-muted);font-size:.74rem}.governance-row-actions{flex-wrap:wrap;gap:7px;display:flex}.governance-badge{border:1px solid var(--hub-border);color:var(--hub-text-muted);white-space:nowrap;border-radius:999px;align-items:center;padding:5px 9px;font-size:.74rem;display:inline-flex}.governance-status{font-weight:700}.governance-status.overdue{color:var(--hub-danger,#b42318)}.governance-error{border:1px solid var(--hub-danger,#b42318);border-radius:12px;padding:10px 12px}.governance-empty{color:var(--hub-text-muted);gap:4px;padding:22px 4px;display:grid}.governance-form{gap:14px;display:grid}.governance-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.governance-form-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.governance-note{border:1px solid var(--hub-border);background:var(--hub-surface-soft);color:var(--hub-text-muted);border-radius:12px;padding:11px 13px;font-size:.82rem}.audit-filters{grid-template-columns:1.4fr repeat(3,minmax(150px,.6fr));align-items:end;gap:10px;display:grid}.audit-source{text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;font-weight:700}.audit-source.legacy{opacity:.72}@media (width<=1000px){.governance-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-filters{grid-template-columns:1fr 1fr}}@media (width<=680px){.governance-kpis,.governance-form-grid,.audit-filters{grid-template-columns:1fr}.governance-heading-actions{width:100%}.governance-heading-actions>*{flex:100%}.governance-card{overflow-x:auto}.governance-row-actions{min-width:180px}}.transfer-page{gap:18px;min-width:0;display:grid}.transfer-hero{justify-content:space-between;align-items:flex-start;gap:20px;padding:8px 2px;display:flex}.transfer-hero h1{letter-spacing:-.035em;margin:5px 0 7px;font-size:clamp(28px,4vw,42px)}.transfer-hero p{max-width:780px;color:var(--hub-text-muted);margin:0;line-height:1.55}.transfer-gate{border:1px solid var(--hub-border);letter-spacing:.08em;background:var(--hub-surface-soft);border-radius:999px;flex:none;padding:8px 11px;font-size:11px;font-weight:800}.transfer-gate[data-valid=true]{border-color:color-mix(in srgb,var(--hub-success) 40%,var(--hub-border));color:var(--hub-success)}.transfer-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.transfer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.transfer-action-card,.transfer-report{min-width:0}.transfer-action-card{flex-direction:column;align-items:flex-start;gap:10px;padding:20px;display:flex}.transfer-action-card h2,.transfer-report h2{letter-spacing:-.02em;margin:0;font-size:19px}.transfer-action-card p,.transfer-report p{color:var(--hub-text-muted);margin:0;line-height:1.5}.transfer-card-label{text-transform:uppercase;letter-spacing:.1em;color:var(--hub-accent);font-size:11px;font-weight:800}.transfer-file-button{border-radius:var(--hub-radius-control);background:var(--hub-accent);color:#fff;cursor:pointer;justify-content:center;align-items:center;min-height:38px;padding:0 14px;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.transfer-file-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.transfer-file-button:has(input:disabled){opacity:.55;cursor:not-allowed}.transfer-message{border:1px solid var(--hub-border);border-radius:var(--hub-radius-card);background:var(--hub-surface-soft);padding:12px 14px;font-size:13px}.transfer-report{gap:16px;padding:20px;display:grid}.transfer-report-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.transfer-report-head>div{gap:5px;min-width:0;display:grid}.transfer-report-head p{font-size:12px}.transfer-issues{border-radius:var(--hub-radius-card);border:1px solid var(--hub-border);gap:8px;padding:14px;display:grid}.transfer-issues h3,.transfer-counts h3,.transfer-preserved h3{margin:0 0 4px;font-size:13px}.transfer-issues>div{border-top:1px solid var(--hub-border);grid-template-columns:minmax(120px,.35fr) minmax(0,1fr) auto;align-items:start;gap:10px;padding-top:8px;display:grid}.transfer-issues>div:first-of-type{border-top:0}.transfer-issues b{font-size:11px}.transfer-issues span{font-size:12px;line-height:1.45}.transfer-issues code{color:var(--hub-text-muted);word-break:break-all;font-size:10px}.transfer-errors{background:#c94a4a14}.transfer-warnings{background:#d79c3d14}.transfer-counts{gap:8px;display:grid}.transfer-counts>div{grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:8px;display:grid}.transfer-counts span{border:1px solid var(--hub-border);background:var(--hub-surface-soft);border-radius:12px;gap:2px;min-width:0;padding:10px;display:grid}.transfer-counts b{font-size:18px}.transfer-counts small{color:var(--hub-text-muted);text-overflow:ellipsis;font-size:10px;overflow:hidden}.transfer-preserved{border:1px dashed var(--hub-border);border-radius:var(--hub-radius-card);gap:9px;padding:14px;display:grid}.transfer-preserved>div{flex-wrap:wrap;gap:7px;display:flex}.transfer-preserved span{background:var(--hub-surface-soft);border-radius:999px;padding:6px 8px;font-size:11px}.transfer-preserved code{font-size:11px}.transfer-safety{border-left:3px solid var(--hub-accent);border-radius:0 var(--hub-radius-card) var(--hub-radius-card) 0;background:var(--hub-surface-soft);padding:15px 17px}.transfer-safety strong{font-size:12px}.transfer-safety p{color:var(--hub-text-muted);margin:5px 0 0;font-size:12px;line-height:1.5}@media (width<=900px){.transfer-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.transfer-grid{grid-template-columns:1fr}.transfer-report-head{flex-direction:column}.transfer-issues>div{grid-template-columns:1fr}.transfer-issues code{word-break:break-word}}@media (width<=560px){.transfer-hero{flex-direction:column}.transfer-kpis{grid-template-columns:1fr 1fr}.transfer-action-card,.transfer-report{padding:15px}.transfer-counts>div{grid-template-columns:1fr 1fr}.transfer-gate{align-self:flex-start}}.mh-home,.mh-inbox-page{min-width:0;color:var(--hub-text);gap:16px;display:grid}.mh-eyebrow,.mh-card-kicker{color:var(--hub-primary);letter-spacing:.11em;text-transform:uppercase;align-items:center;gap:7px;font-size:9px;font-weight:850;display:inline-flex}.mh-brand-mark{background:color-mix(in srgb,var(--hub-primary) 12%,transparent);width:25px;height:25px;color:var(--hub-primary);border-radius:9px;place-items:center;display:grid}.mh-hero{border:1px solid color-mix(in srgb,var(--hub-primary) 16%,var(--hub-border));background:linear-gradient(118deg,color-mix(in srgb,var(--hub-primary) 8%,var(--hub-surface-strong)) 0%,var(--hub-surface-strong) 58%,color-mix(in srgb,var(--hub-primary) 4%,var(--hub-surface-subtle)) 100%);border-radius:20px;justify-content:space-between;align-items:center;gap:28px;min-height:190px;padding:28px 30px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 46px #2d2a5f0d}.mh-hero:after{content:"";background:color-mix(in srgb,var(--hub-primary) 7%,transparent);pointer-events:none;border-radius:50%;width:270px;height:270px;position:absolute;top:-130px;right:-110px}.mh-hero-copy{z-index:1;min-width:0;max-width:760px;position:relative}.mh-hero h1{letter-spacing:-.025em;margin:12px 0 2px;font-size:25px;line-height:1.1}.mh-hero-message{color:var(--hub-text);margin:0;font-size:20px;line-height:1.35}.mh-hero-message b{font-weight:850}.mh-hero-meta{color:var(--hub-text-muted);margin:8px 0 0;font-size:11px}.mh-hero-meta b{color:var(--hub-text);font-size:12px}.mh-hero-meta span{color:color-mix(in srgb,var(--hub-text-muted) 50%,transparent);padding:0 4px}.mh-hero-actions{flex-wrap:wrap;align-items:center;gap:9px;margin-top:18px;display:flex}.mh-refresh-link{color:var(--hub-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;padding:8px;font-size:10px}.mh-refresh-link:hover{color:var(--hub-primary)}.mh-hero-assistant{z-index:1;min-width:175px;color:var(--hub-text-muted);text-align:center;justify-items:center;gap:8px;font-size:9px;display:grid;position:relative}.mh-assistant-house{border:2px solid color-mix(in srgb,var(--hub-primary) 52%,var(--hub-text-muted));background:color-mix(in srgb,var(--hub-primary) 5%,var(--hub-surface-strong));width:92px;height:82px;color:var(--hub-primary);box-shadow:0 10px 30px color-mix(in srgb,var(--hub-primary) 12%,transparent);border-radius:18px 18px 22px 22px;align-content:center;justify-items:center;display:grid;position:relative}.mh-assistant-roof{font-size:52px;font-weight:300;line-height:1;position:absolute;top:-29px;transform:scaleX(1.45)}.mh-assistant-glasses{letter-spacing:-2px;font-size:19px}.mh-assistant-smile{font-size:17px;line-height:12px}.mh-assistant-bow{margin-top:4px;font-size:13px;transform:scaleX(1.5)}.mh-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.mh-kpis .hub-kpi{min-height:104px}.mh-home-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr) minmax(0,1fr);align-items:start;gap:12px;display:grid}.mh-home-card{min-width:0;padding:17px}.mh-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.mh-card-head h2{margin:4px 0 0;font-size:14px}.mh-card-head>button{color:var(--hub-primary);font:inherit;cursor:pointer;background:0 0;border:0;padding:3px;font-size:9px;font-weight:750}.mh-card-kicker-success{color:#2b9d58}.mh-card-kicker-waiting{color:#c66a14}.mh-work-list{gap:7px;display:grid}.mh-work-row{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);width:100%;color:var(--hub-text);font:inherit;text-align:left;cursor:pointer;border-radius:11px;grid-template-columns:58px minmax(0,1fr) auto 10px;align-items:center;gap:9px;padding:10px;transition:border-color .15s,transform .15s,background .15s;display:grid}.mh-work-row:hover{border-color:color-mix(in srgb,var(--hub-primary) 38%,var(--hub-border));background:var(--hub-surface-hover);transform:translateY(-1px)}.mh-work-source{letter-spacing:.05em;text-transform:uppercase;color:var(--hub-primary);font-size:8px;font-weight:850}.mh-work-copy{min-width:0}.mh-work-copy b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;display:block;overflow:hidden}.mh-work-copy small{text-overflow:ellipsis;white-space:nowrap;color:var(--hub-text-muted);margin-top:3px;font-size:9px;display:block;overflow:hidden}.mh-work-state{background:var(--hub-surface-strong);white-space:nowrap;border-radius:999px;padding:4px 6px;font-size:8px;font-weight:800}.mh-work-row[data-tone=attention] .mh-work-state{color:#b86110;background:#ff8a281a}.mh-work-row[data-tone=danger] .mh-work-state{color:#c94747;background:#ef44441a}.mh-work-row[data-tone=success] .mh-work-state{color:#258c4b;background:#2aa65a1a}.mh-work-row[data-tone=waiting] .mh-work-state{color:#a6601d;background:#f59e0b1a}.mh-work-chevron{color:var(--hub-text-muted);font-size:16px}.mh-empty-state{border:1px dashed color-mix(in srgb,var(--hub-border) 80%,transparent);background:color-mix(in srgb,var(--hub-surface-subtle) 70%,transparent);border-radius:11px;align-items:center;gap:11px;min-height:80px;padding:13px;display:flex}.mh-empty-state>span{color:#2a9d58;background:#2aa65a1a;border-radius:10px;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.mh-empty-state b{font-size:10px;display:block}.mh-empty-state small{color:var(--hub-text-muted);margin-top:3px;font-size:9px;line-height:1.4;display:block}.mh-empty-quiet>span{background:var(--hub-surface-strong);color:var(--hub-text-muted)}.mh-source-strip{border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:13px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 14px;display:grid}.mh-source-icon{background:color-mix(in srgb,var(--hub-primary) 8%,transparent);width:30px;height:30px;color:var(--hub-primary);border-radius:9px;place-items:center;display:grid}.mh-source-strip b{font-size:10px;display:block}.mh-source-strip small{color:var(--hub-text-muted);margin-top:2px;font-size:9px;display:block}.mh-source-strip button{color:var(--hub-primary);font:inherit;cursor:pointer;background:0 0;border:0;font-size:9px;font-weight:750}.mh-detail-drawer{gap:18px;display:grid}.mh-detail-badges{gap:7px;display:flex}.mh-detail-badges span{background:var(--hub-surface-subtle);border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800}.mh-detail-badges span[data-tone=attention]{color:#b86110;background:#ff8a281a}.mh-detail-badges span[data-tone=danger]{color:#c94747;background:#ef44441a}.mh-detail-badges span[data-tone=success]{color:#258c4b;background:#2aa65a1a}.mh-detail-drawer dl,.mh-context-data{gap:0;margin:0;display:grid}.mh-detail-drawer dl>div,.mh-context-data>div{border-bottom:1px solid var(--hub-border);grid-template-columns:110px minmax(0,1fr);gap:12px;padding:10px 0;display:grid}.mh-detail-drawer dt,.mh-context-data dt{color:var(--hub-text-muted);font-size:9px}.mh-detail-drawer dd,.mh-context-data dd{margin:0;font-size:10px;font-weight:700}.mh-detail-provenance,.mh-context-explanation{background:color-mix(in srgb,var(--hub-primary) 5%,var(--hub-surface-subtle));border-radius:11px;padding:12px}.mh-detail-provenance span,.mh-context-explanation span{color:var(--hub-primary);text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:850}.mh-detail-provenance p,.mh-context-explanation p{margin:6px 0 0;font-size:10px;line-height:1.5}.mh-detail-actions,.mh-context-actions{flex-wrap:wrap;gap:8px;display:flex}.mh-inbox-heading{justify-content:space-between;align-items:flex-start;gap:20px;padding:2px 2px 4px;display:flex}.mh-inbox-heading h1{letter-spacing:-.02em;margin:5px 0 3px;font-size:22px}.mh-inbox-heading p{max-width:720px;color:var(--hub-text-muted);margin:0;font-size:10px;line-height:1.5}.mh-inbox-heading-actions{flex:none;gap:8px;display:flex}.mh-inbox-layout{border:1px solid var(--hub-border);background:var(--hub-surface-strong);border-radius:16px;grid-template-columns:210px minmax(450px,1fr) minmax(270px,340px);min-height:650px;display:grid;overflow:hidden}.mh-filter-rail{border-right:1px solid var(--hub-border);background:color-mix(in srgb,var(--hub-surface-subtle) 86%,transparent);align-content:start;gap:15px;padding:15px;display:grid}.mh-filter-search,.mh-filter-select{gap:5px;display:grid}.mh-filter-search span,.mh-filter-select span,.mh-filter-rail legend{color:var(--hub-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:850}.mh-filter-search input,.mh-filter-select select{border:1px solid var(--hub-border);background:var(--hub-surface-strong);width:100%;min-height:34px;color:var(--hub-text);font:inherit;border-radius:9px;padding:0 9px;font-size:10px}.mh-filter-rail fieldset{border:0;gap:4px;margin:0;padding:0;display:grid}.mh-filter-rail legend{margin-bottom:6px}.mh-filter-rail fieldset button{width:100%;min-height:31px;color:var(--hub-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:0 8px;font-size:9px;display:flex}.mh-filter-rail fieldset button:hover{background:var(--hub-surface-hover)}.mh-filter-rail fieldset button[data-active=true]{border-color:color-mix(in srgb,var(--hub-primary) 20%,transparent);background:color-mix(in srgb,var(--hub-primary) 9%,transparent);color:var(--hub-primary);font-weight:800}.mh-filter-rail fieldset small{text-align:right;min-width:20px;color:var(--hub-text-muted);font-size:8px}.mh-reset-filters{color:var(--hub-text-muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:2px 0;font-size:9px}.mh-reset-filters:hover{color:var(--hub-primary)}.mh-inbox-list{background:var(--hub-surface-strong);min-width:0}.mh-inbox-list-head{border-bottom:1px solid var(--hub-border);justify-content:space-between;align-items:center;height:51px;padding:0 14px;display:flex}.mh-inbox-list-head div{align-items:baseline;gap:5px;display:flex}.mh-inbox-list-head b{font-size:14px}.mh-inbox-list-head span,.mh-inbox-list-head small{color:var(--hub-text-muted);font-size:9px}.mh-inbox-columns,.mh-inbox-row{grid-template-columns:minmax(230px,1.5fr) minmax(140px,.85fr) 78px 94px;align-items:center;gap:9px;display:grid}.mh-inbox-columns{border-bottom:1px solid var(--hub-border);background:var(--hub-surface-subtle);min-height:31px;color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.04em;padding:0 12px;font-size:8px;font-weight:800}.mh-inbox-rows{display:grid}.mh-inbox-row{border:0;border-bottom:1px solid var(--hub-border);width:100%;min-height:66px;color:var(--hub-text);font:inherit;text-align:left;cursor:pointer;background:0 0;padding:8px 12px}.mh-inbox-row:hover{background:var(--hub-surface-hover)}.mh-inbox-row[data-selected=true]{background:color-mix(in srgb,var(--hub-primary) 7%,var(--hub-surface-strong));box-shadow:inset 3px 0 var(--hub-primary)}.mh-inbox-main,.mh-inbox-context{gap:2px;min-width:0;display:grid}.mh-inbox-main small{color:var(--hub-primary);text-transform:uppercase;font-size:8px;font-weight:800}.mh-inbox-main b,.mh-inbox-context b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.mh-inbox-main em,.mh-inbox-context small{text-overflow:ellipsis;white-space:nowrap;color:var(--hub-text-muted);font-size:8px;font-style:normal;overflow:hidden}.mh-priority,.mh-state{background:var(--hub-surface-subtle);white-space:nowrap;border-radius:999px;width:max-content;max-width:100%;padding:4px 6px;font-size:8px;font-weight:800;display:inline-flex}.mh-priority-high,.mh-priority-urgent{color:#c55c10;background:#ff8a281a}.mh-priority-urgent{color:#c94747;background:#ef44441a}.mh-state-richiedeTe{color:#b86110;background:#ff8a281a}.mh-state-gestito{color:#278e4d;background:#2aa65a1a}.mh-state-inAttesa{color:#a6601d;background:#f59e0b1a}.mh-state-informativo{color:#397ef6;background:#397ef61a}.mh-inbox-empty{min-height:330px;color:var(--hub-text-muted);text-align:center;align-content:center;place-items:center;gap:6px;padding:30px;display:grid}.mh-inbox-empty b{color:var(--hub-text);font-size:12px}.mh-inbox-empty span{max-width:390px;font-size:9px;line-height:1.5}.mh-inbox-empty .hub-button{margin-top:8px}.mh-context-panel{border-left:1px solid var(--hub-border);background:color-mix(in srgb,var(--hub-surface-subtle) 62%,var(--hub-surface-strong));overflow-wrap:anywhere;min-width:0;padding:17px}.mh-context-head>span{color:var(--hub-primary);text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:850}.mh-context-head h2{margin:6px 0 10px;font-size:15px;line-height:1.3}.mh-context-head>div{flex-wrap:wrap;gap:6px;display:flex}.mh-context-data{margin-top:15px}.mh-context-data>div{grid-template-columns:90px minmax(0,1fr)}.mh-context-explanation{margin-top:14px}.mh-context-actions{margin-top:16px}.mh-context-placeholder{text-align:center;min-height:390px;color:var(--hub-text-muted);align-content:center;place-items:center;gap:6px;display:grid}.mh-context-placeholder>span{background:color-mix(in srgb,var(--hub-primary) 8%,transparent);width:42px;height:42px;color:var(--hub-primary);border-radius:13px;place-items:center;font-size:20px;display:grid}.mh-context-placeholder b{color:var(--hub-text);font-size:11px}.mh-context-placeholder small{max-width:210px;font-size:9px;line-height:1.5}.dashboard-page:has(.mh-home){gap:16px}.dashboard-page:has(.mh-home)>.dashboard-heading{display:none}.dashboard-page:has(.mh-home)>.dashboard-layout{margin-top:2px}.dashboard-page:has(.mh-home)>.dashboard-layout:before{content:"Indicatori gestionali";color:var(--hub-text-muted);letter-spacing:.09em;text-transform:uppercase;grid-column:1/-1;margin:3px 0 -5px 2px;font-size:8px;font-weight:850;display:block}.hub-shell[data-ui-appearance=compact] .mh-hero{min-height:165px;padding:22px 24px}.hub-shell[data-ui-appearance=compact] .mh-home-grid{gap:9px}.hub-shell[data-ui-appearance=compact] .mh-work-row{padding:8px}.hub-shell[data-ui-appearance=glossy] .mh-hero{box-shadow:0 18px 44px color-mix(in srgb,var(--hub-primary) 11%,transparent),inset 0 1px 0 #ffffffa6}@media (width<=1350px){.mh-home-grid{grid-template-columns:1fr 1fr}.mh-attention-card{grid-column:1/-1}.mh-inbox-layout{grid-template-columns:190px minmax(400px,1fr) 290px}.mh-inbox-columns,.mh-inbox-row{grid-template-columns:minmax(210px,1.35fr) minmax(120px,.8fr) 72px 88px}}@media (width<=1050px){.mh-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.mh-inbox-layout{grid-template-columns:180px minmax(0,1fr)}.mh-context-panel{border-left:0;border-top:1px solid var(--hub-border);grid-column:1/-1}.mh-context-placeholder{min-height:180px}}@media (width<=760px){.mh-hero{align-items:flex-start;min-height:0;padding:20px}.mh-hero-assistant{display:none}.mh-hero h1{font-size:21px}.mh-hero-message{font-size:16px}.mh-kpis,.mh-home-grid{grid-template-columns:1fr}.mh-attention-card{grid-column:auto}.mh-inbox-heading{flex-direction:column}.mh-inbox-heading-actions{flex-wrap:wrap;width:100%}.mh-inbox-layout{border-radius:13px;display:block}.mh-filter-rail{border-right:0;border-bottom:1px solid var(--hub-border);grid-template-columns:1fr 1fr;align-items:start}.mh-filter-search{grid-column:1/-1}.mh-filter-rail fieldset{min-width:0}.mh-inbox-columns{display:none}.mh-inbox-row{grid-template-columns:minmax(0,1fr) auto;gap:7px;min-height:84px}.mh-inbox-context{grid-column:1/2}.mh-priority,.mh-state{grid-column:2/3;justify-self:end}.mh-priority{grid-row:1}.mh-state{grid-row:2}.mh-context-panel{border-top:1px solid var(--hub-border)}.mh-work-row{grid-template-columns:52px minmax(0,1fr) 10px}.mh-work-state{display:none}.mh-source-strip{grid-template-columns:32px minmax(0,1fr)}.mh-source-strip button{grid-column:2}.dashboard-page:has(.mh-home)>.dashboard-layout:before{margin-top:8px}}@media (width<=480px){.mh-filter-rail{grid-template-columns:1fr}.mh-filter-search{grid-column:auto}.mh-hero-actions{align-items:stretch}.mh-hero-actions .hub-button{flex:100%}.mh-kpis .hub-kpi{min-height:92px}}.dashboard-page{gap:18px;min-width:0;display:grid}.dashboard-heading{justify-content:space-between;align-items:center;gap:16px;min-height:40px;display:flex}.dashboard-breadcrumb{min-width:0;color:var(--hub-text-muted);align-items:center;gap:9px;font-size:11px;display:flex}.dashboard-breadcrumb h1{color:var(--hub-text);letter-spacing:0;margin:0;font-size:12px;font-weight:750}.dashboard-breadcrumb>span:nth-child(2){color:color-mix(in srgb,var(--hub-text-muted) 55%,transparent);font-size:14px}.dashboard-refresh{flex:none}.dashboard-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.dashboard-widget-grid{grid-template-columns:minmax(300px,1fr) minmax(330px,1.15fr) minmax(270px,.85fr) minmax(300px,1fr);align-items:stretch;gap:14px;min-width:0;display:grid}.dashboard-card{min-width:0;padding:18px}.dashboard-card-head{justify-content:space-between;align-items:start;gap:12px;margin-bottom:14px;display:flex}.dashboard-card h2{margin:4px 0 0;font-size:17px}.dashboard-kicker{color:var(--hub-primary);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800}.dashboard-event-list,.dashboard-callouts,.dashboard-doc-list{gap:7px;display:grid}.dashboard-event,.dashboard-callout,.dashboard-doc-list button{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);width:100%;color:var(--hub-text);font:inherit;text-align:left;cursor:pointer;border-radius:11px;align-items:center;gap:10px;padding:10px;display:grid}.dashboard-event{grid-template-columns:74px minmax(0,1fr) 14px}.dashboard-event:hover,.dashboard-callout:hover,.dashboard-doc-list button:hover{border-color:color-mix(in srgb,var(--hub-primary) 40%,var(--hub-border));background:var(--hub-surface-hover)}.dashboard-event-date{color:var(--hub-primary);font-variant-numeric:tabular-nums;font-size:10px;font-weight:800}.dashboard-event b,.dashboard-callout b,.dashboard-doc-list b{font-size:12px;display:block}.dashboard-event small,.dashboard-callout small,.dashboard-doc-list small{color:var(--hub-text-muted);margin-top:3px;font-size:10px;display:block}.dashboard-event-arrow,.dashboard-callout>span:last-child{color:var(--hub-primary);text-align:right;font-size:18px}.dashboard-callout{grid-template-columns:34px minmax(0,1fr) 14px}.dashboard-callout-mark{border-radius:10px;place-items:center;width:32px;height:32px;font-size:11px;font-weight:850;display:grid}.dashboard-accent-blue{color:#397ef6;background:#397ef61c}.dashboard-accent-green{color:#2aa65a;background:#2aa65a1c}.dashboard-accent-orange{color:#ff8a28;background:#ff8a281f}.dashboard-accent-violet{color:#8a5df3;background:#8a5df31c}.dashboard-empty{color:var(--hub-text-muted);padding:24px 10px}.dashboard-building-visual{color:#5f88e8;background:linear-gradient(145deg,#eaf2ff,#f8fbff 45%,#edf7ef);border-radius:11px;place-items:center;height:132px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #3250780f}.dashboard-building-visual span{opacity:.72;font-size:58px;transform:translateY(6px)}.dashboard-condominium-card p{color:var(--hub-text-muted);margin:12px 0;font-size:11px;line-height:1.5}.dashboard-building-stats{border-top:1px solid var(--hub-border);grid-template-columns:repeat(3,1fr);gap:8px;padding-top:10px;display:grid}.dashboard-building-stats span{gap:3px;display:grid}.dashboard-building-stats small{color:var(--hub-text-muted);font-size:9px}.dashboard-building-stats b{font-size:12px}.dashboard-doc-list button{background:0 0;grid-template-columns:36px minmax(0,1fr) 22px}.dashboard-doc-icon{color:#e34b4b;background:#ef44441a;border-radius:8px;place-items:center;width:32px;height:32px;font-size:8px;font-weight:850;display:grid}.dashboard-secondary-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.dashboard-secondary-shortcuts button{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-height:66px;color:var(--hub-text);font:inherit;text-align:left;cursor:pointer;border-radius:12px;grid-template-rows:auto auto;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:2px 10px;padding:10px 12px;display:grid}.dashboard-secondary-shortcuts button>span{border-radius:10px;grid-row:1/3;place-items:center;width:34px;height:34px;display:grid}.dashboard-secondary-shortcuts b{font-size:12px}.dashboard-secondary-shortcuts small{color:var(--hub-text-muted);font-size:10px}.hub-shell[data-ui-appearance=glossy] .dashboard-building-visual{background:linear-gradient(145deg,#5980f629,#ffffffdb 46%,#34d3991f);box-shadow:inset 0 1px #ffffffe6,0 12px 28px #32508212}.hub-shell[data-ui-appearance=glossy] .dashboard-widget-grid{gap:16px}.hub-shell[data-ui-appearance=compact] .dashboard-widget-grid{grid-template-columns:minmax(250px,1fr) minmax(300px,1.15fr) minmax(240px,.8fr) minmax(270px,1fr)}.hub-shell[data-ui-appearance=compact] .dashboard-building-visual{height:96px}.hub-shell[data-ui-appearance=lateral] .dashboard-widget-grid{grid-template-columns:minmax(320px,1.2fr) minmax(300px,1fr) minmax(250px,.78fr)}.hub-shell[data-ui-appearance=lateral] .dashboard-documents-card{grid-column:span 1}@media (width<=1500px){.dashboard-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-widget-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.dashboard-widget-grid{grid-template-columns:1fr}.dashboard-secondary-shortcuts{grid-template-columns:1fr 1fr}}@media (width<=680px){.dashboard-heading{flex-direction:column;align-items:stretch;min-height:0}.dashboard-refresh{align-self:flex-start}.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-card{padding:14px}.dashboard-card-head{flex-direction:column;align-items:stretch}.dashboard-event{grid-template-columns:64px minmax(0,1fr) 14px}.dashboard-event,.dashboard-callout{min-height:54px}.dashboard-heading .hub-button{min-height:42px}.dashboard-secondary-shortcuts{grid-template-columns:1fr}}.hub-shell[data-ui-appearance=minimal] .dashboard-kpis{gap:12px}.hub-shell[data-ui-appearance=minimal] .dashboard-card{box-shadow:none;background:#fff;border-color:#1f30481a;border-radius:12px}.hub-shell[data-ui-appearance=minimal] .dashboard-kicker{color:#4f78c9}.hub-shell[data-ui-appearance=minimal] .dashboard-event,.hub-shell[data-ui-appearance=minimal] .dashboard-doc-list button{background:0 0;border-width:0 0 1px;border-radius:0;min-height:48px;padding-inline:4px}.hub-shell[data-ui-appearance=minimal] .dashboard-event:last-child,.hub-shell[data-ui-appearance=minimal] .dashboard-doc-list button:last-child{border-bottom-color:#0000}.hub-shell[data-ui-appearance=minimal] .dashboard-callout{background:#fff;border-color:#1f304817;box-shadow:0 1px 2px #14264605}.hub-shell[data-ui-appearance=minimal] .dashboard-building-visual{color:#5d87df;background:linear-gradient(145deg,#eef5ff,#fbfdff 54%,#f2f8f3)}.hub-shell[data-ui-appearance=minimal] .dashboard-secondary-shortcuts button{box-shadow:none}.hub-shell[data-ui-appearance=glossy] .dashboard-heading{margin-bottom:2px}.hub-shell[data-ui-appearance=glossy] .dashboard-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}.hub-shell[data-ui-appearance=glossy] .hub-kpi{background:#ffffffdb;border-color:#5370ae1a;border-radius:17px;min-height:86px;box-shadow:0 12px 30px #29467812,inset 0 1px #ffffffeb}.hub-shell[data-ui-appearance=glossy] .hub-kpi-icon{width:46px;height:46px;box-shadow:0 9px 24px color-mix(in srgb,currentColor 12%,transparent), inset 0 1px 0 #ffffffd1}.hub-shell[data-ui-appearance=glossy] .dashboard-widget-grid{grid-template-columns:minmax(330px,1.02fr) minmax(360px,1.05fr) minmax(350px,1fr);grid-template-areas:"condo activity quick""condo activity docs";align-items:stretch;gap:14px}.hub-shell[data-ui-appearance=glossy] .dashboard-condominium-card{grid-area:condo}.hub-shell[data-ui-appearance=glossy] .dashboard-agenda-card{grid-area:activity}.hub-shell[data-ui-appearance=glossy] .dashboard-quick-card{grid-area:quick}.hub-shell[data-ui-appearance=glossy] .dashboard-documents-card{grid-area:docs}.hub-shell[data-ui-appearance=glossy] .dashboard-card{background:#ffffffe3;border-color:#5370ae1a;border-radius:18px;box-shadow:0 14px 38px #29467812,inset 0 1px #ffffffeb}.hub-shell[data-ui-appearance=glossy] .dashboard-kicker{color:#6384d8}.hub-shell[data-ui-appearance=glossy] .dashboard-building-visual{color:#507ff1;background:radial-gradient(circle at 25% 20%,#587ef62e,#0000 34%),linear-gradient(145deg,#f4f8fff0,#ffffffe0 48%,#e8faf0e6);box-shadow:inset 0 1px #fffffff2,0 14px 30px #32508214}.hub-shell[data-ui-appearance=glossy] .dashboard-event,.hub-shell[data-ui-appearance=glossy] .dashboard-doc-list button{background:0 0;border-width:0 0 1px;border-radius:0;padding-inline:2px}.hub-shell[data-ui-appearance=glossy] .dashboard-callout{background:#ffffffc7;border-color:#5370ae1a;box-shadow:0 5px 16px #2946780a}.hub-shell[data-ui-appearance=glossy] .dashboard-secondary-shortcuts button{background:#ffffffd6;border-color:#5370ae1a;box-shadow:0 10px 26px #2946780d}.hub-shell[data-ui-appearance=compact] .dashboard-heading{min-height:28px}.hub-shell[data-ui-appearance=compact] .dashboard-refresh{display:none}.hub-shell[data-ui-appearance=compact] .dashboard-breadcrumb{font-size:10px}.hub-shell[data-ui-appearance=compact] .dashboard-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.hub-shell[data-ui-appearance=compact] .hub-kpi{border-radius:7px;min-height:64px;padding:8px 11px}.hub-shell[data-ui-appearance=compact] .hub-kpi-copy{gap:2px}.hub-shell[data-ui-appearance=compact] .hub-kpi-copy>span{font-size:8px}.hub-shell[data-ui-appearance=compact] .hub-kpi-copy>b{font-size:16px}.hub-shell[data-ui-appearance=compact] .hub-kpi-copy>small{font-size:9px}.hub-shell[data-ui-appearance=compact] .hub-kpi-icon{width:34px;height:34px}.hub-shell[data-ui-appearance=compact] .dashboard-widget-grid{grid-template-columns:minmax(260px,1fr) minmax(310px,1.05fr) minmax(245px,.82fr) minmax(285px,1fr);gap:8px}.hub-shell[data-ui-appearance=compact] .dashboard-card{box-shadow:none;border-radius:8px;padding:11px}.hub-shell[data-ui-appearance=compact] .dashboard-card-head{margin-bottom:8px}.hub-shell[data-ui-appearance=compact] .dashboard-card h2{font-size:14px}.hub-shell[data-ui-appearance=compact] .dashboard-kicker{font-size:8px}.hub-shell[data-ui-appearance=compact] .dashboard-building-visual{border-radius:7px;height:82px}.hub-shell[data-ui-appearance=compact] .dashboard-building-visual svg{width:42px;height:42px}.hub-shell[data-ui-appearance=compact] .dashboard-condominium-card p{margin:7px 0;font-size:9px}.hub-shell[data-ui-appearance=compact] .dashboard-event,.hub-shell[data-ui-appearance=compact] .dashboard-doc-list button{background:0 0;border-width:0 0 1px;border-radius:0;min-height:38px;padding:6px 2px}.hub-shell[data-ui-appearance=compact] .dashboard-event{grid-template-columns:60px minmax(0,1fr) 12px}.hub-shell[data-ui-appearance=compact] .dashboard-event b,.hub-shell[data-ui-appearance=compact] .dashboard-callout b,.hub-shell[data-ui-appearance=compact] .dashboard-doc-list b{font-size:10px}.hub-shell[data-ui-appearance=compact] .dashboard-event small,.hub-shell[data-ui-appearance=compact] .dashboard-callout small,.hub-shell[data-ui-appearance=compact] .dashboard-doc-list small{font-size:9px}.hub-shell[data-ui-appearance=compact] .dashboard-callout{border-radius:6px;min-height:40px;padding:6px 8px}.hub-shell[data-ui-appearance=compact] .dashboard-callout-mark{border-radius:7px;width:28px;height:28px}.hub-shell[data-ui-appearance=compact] .dashboard-secondary-shortcuts button{border-radius:8px;min-height:54px}.hub-shell[data-ui-appearance=lateral] .dashboard-refresh{display:none}.hub-shell[data-ui-appearance=lateral] .dashboard-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hub-shell[data-ui-appearance=lateral] .hub-kpi{min-height:86px;box-shadow:none;border-radius:10px}.hub-shell[data-ui-appearance=lateral] .dashboard-widget-grid{grid-template-columns:minmax(330px,1.25fr) minmax(300px,1fr) minmax(245px,.75fr) minmax(300px,1fr);gap:12px}.hub-shell[data-ui-appearance=lateral] .dashboard-card{box-shadow:none;border-radius:10px}.hub-shell[data-ui-appearance=lateral] .dashboard-kicker{color:#4d76c8}.hub-shell[data-ui-appearance=lateral] .dashboard-event,.hub-shell[data-ui-appearance=lateral] .dashboard-doc-list button{background:0 0;border-width:0 0 1px;border-radius:0;padding-inline:3px}.hub-shell[data-ui-appearance=lateral] .dashboard-callout{background:#fff;border-radius:8px}.hub-shell[data-ui-appearance=lateral] .dashboard-building-visual{border-radius:8px;height:126px}.hub-shell[data-ui-theme=dark] .dashboard-card,.hub-shell[data-ui-theme=dark] .hub-kpi{border-color:var(--hub-border);background:color-mix(in srgb,var(--hub-surface-strong) 94%,transparent);box-shadow:none}.hub-shell[data-ui-theme=dark] .dashboard-event,.hub-shell[data-ui-theme=dark] .dashboard-doc-list button{border-color:var(--hub-border);color:var(--hub-text);background:0 0}.hub-shell[data-ui-theme=dark] .dashboard-callout,.hub-shell[data-ui-theme=dark] .dashboard-secondary-shortcuts button{border-color:var(--hub-border);background:color-mix(in srgb,var(--hub-surface-subtle) 86%,transparent);color:var(--hub-text);box-shadow:none}.hub-shell[data-ui-theme=dark] .dashboard-building-visual{color:#8eb4ff;background:linear-gradient(145deg,#26364d,#202a38 52%,#20382e);box-shadow:inset 0 0 0 1px #ffffff0f}.hub-shell[data-ui-theme=dark][data-ui-appearance=minimal] .dashboard-card,.hub-shell[data-ui-theme=dark][data-ui-appearance=minimal] .dashboard-callout{background:#202731}.hub-shell[data-ui-theme=dark][data-ui-appearance=minimal] .dashboard-kicker{color:#8db0f4}.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .dashboard-card,.hub-shell[data-ui-theme=dark][data-ui-appearance=compact] .hub-kpi{background:#1f2630}.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .dashboard-card,.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .hub-kpi{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#232c3bdb;border-color:#85a4e121;box-shadow:0 14px 38px #00000038,inset 0 1px #ffffff12}.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .dashboard-callout,.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .dashboard-secondary-shortcuts button{background:#2a3444c7;border-color:#85a4e11c;box-shadow:0 7px 18px #00000026}.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .dashboard-building-visual{color:#8bb2ff;background:radial-gradient(circle at 25% 20%,#587ef63d,#0000 34%),linear-gradient(145deg,#2a3548f5,#232b3aeb 48%,#214136d6);box-shadow:inset 0 1px #ffffff14,0 14px 30px #0003}.hub-shell[data-ui-theme=dark][data-ui-appearance=glossy] .dashboard-kicker{color:#91adf4}.hub-shell[data-ui-theme=dark][data-ui-appearance=lateral] .dashboard-callout{background:#202731}.hub-shell[data-ui-theme=dark][data-ui-appearance=lateral] .dashboard-kicker{color:#8db0f4}@media (width<=1500px){.hub-shell[data-ui-appearance=glossy] .dashboard-widget-grid,.hub-shell[data-ui-appearance=compact] .dashboard-widget-grid,.hub-shell[data-ui-appearance=lateral] .dashboard-widget-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:none}.hub-shell[data-ui-appearance=glossy] .dashboard-condominium-card,.hub-shell[data-ui-appearance=glossy] .dashboard-agenda-card,.hub-shell[data-ui-appearance=glossy] .dashboard-quick-card,.hub-shell[data-ui-appearance=glossy] .dashboard-documents-card{grid-area:auto}}.dashboard-layout-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:14px;min-width:0;display:grid}.dashboard-sortable-block{min-width:0;min-height:0;position:relative}.dashboard-sortable-block[data-dashboard-block=kpi],.dashboard-sortable-block[data-dashboard-block=secondaryShortcuts]{grid-column:1/-1}.dashboard-sortable-block>.dashboard-card,.dashboard-sortable-block>.dashboard-kpis,.dashboard-sortable-block>.dashboard-secondary-shortcuts{height:100%}.dashboard-sortable-block[data-editing=true]{border:1px dashed color-mix(in srgb,var(--hub-primary) 30%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 2.5%,transparent);border-radius:13px;padding:5px;transition:border-color .12s,background .12s,box-shadow .12s}.dashboard-sortable-block[data-drop-target=true]{border-color:color-mix(in srgb,var(--hub-primary) 72%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 8%,var(--hub-surface-strong));box-shadow:0 0 0 3px color-mix(in srgb,var(--hub-primary) 9%,transparent)}.dashboard-drag-handle{background:color-mix(in srgb,var(--hub-primary) 6%,var(--hub-surface-strong));width:100%;min-height:28px;color:var(--hub-primary);font:inherit;cursor:grab;-webkit-user-select:none;user-select:none;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;margin:0 0 5px;padding:0 8px;display:flex}.dashboard-drag-handle:active{cursor:grabbing}.dashboard-drag-handle span{font-size:14px;line-height:1}.dashboard-drag-handle b{letter-spacing:.02em;font-size:9px;font-weight:760}.hub-shell[data-ui-appearance=glossy] .dashboard-layout-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hub-shell[data-ui-appearance=compact] .dashboard-layout-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.hub-shell[data-ui-appearance=lateral] .dashboard-layout-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media (width<=1500px){.dashboard-layout-grid,.hub-shell[data-ui-appearance=glossy] .dashboard-layout-grid,.hub-shell[data-ui-appearance=compact] .dashboard-layout-grid,.hub-shell[data-ui-appearance=lateral] .dashboard-layout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.dashboard-layout-grid,.hub-shell[data-ui-appearance=glossy] .dashboard-layout-grid,.hub-shell[data-ui-appearance=compact] .dashboard-layout-grid,.hub-shell[data-ui-appearance=lateral] .dashboard-layout-grid{grid-template-columns:1fr}}.agenda-page{gap:22px;min-width:0;display:grid}.agenda-heading{justify-content:space-between;align-items:end;gap:20px;display:flex}.agenda-heading h1{letter-spacing:-.04em;margin:5px 0 8px;font-size:clamp(28px,4vw,42px)}.agenda-heading p{max-width:760px;color:var(--hub-text-muted);margin:0;line-height:1.55}.agenda-feedback{background:color-mix(in srgb,var(--hub-success) 9%,var(--hub-surface-strong));color:var(--hub-success);border-radius:8px;margin-top:10px;padding:5px 8px;font-size:10px;font-weight:750;display:inline-flex}.agenda-toolbar{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.agenda-toolbar label{color:var(--hub-text-muted);gap:6px;font-size:11px;font-weight:750;display:grid}.agenda-toolbar select,.agenda-quick-form input,.agenda-quick-form select,.agenda-quick-form textarea{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-control-bg);min-height:42px;color:var(--hub-text);font:inherit;box-sizing:border-box;padding:9px 12px}.agenda-quick-form textarea{resize:vertical;min-height:96px}.agenda-filter-chip{border:1px solid color-mix(in srgb,var(--hub-primary) 28%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 7%,var(--hub-surface-strong));color:var(--hub-primary);border-radius:999px;justify-self:start;align-items:center;gap:8px;margin-top:-8px;padding:5px 8px 5px 10px;font-size:10px;font-weight:750;display:inline-flex}.agenda-filter-chip button{width:20px;height:20px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%}.agenda-card{min-width:0;padding:20px}.agenda-card-head{justify-content:space-between;align-items:end;gap:12px;margin-bottom:16px;display:flex}.agenda-card h2{margin:4px 0 0;font-size:19px}.agenda-kicker{color:var(--hub-primary);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800}.agenda-caption,.agenda-date-cell small{color:var(--hub-text-muted);font-size:11px}.agenda-date-cell{white-space:nowrap;font-variant-numeric:tabular-nums}.agenda-date-cell small{white-space:normal;margin-top:4px;display:block}.agenda-type{background:var(--hub-surface-subtle);border-radius:99px;align-items:center;min-height:24px;padding:0 8px;font-size:10px;font-weight:800;display:inline-flex}.agenda-deadline{color:#a46a18}.agenda-assembly{color:var(--hub-primary)}.agenda-task{color:var(--hub-success)}.agenda-empty{color:var(--hub-text-muted);gap:6px;padding:28px 8px;display:grid}.agenda-quick-form{gap:14px;display:grid}.agenda-quick-form label{color:var(--hub-text-muted);gap:6px;font-size:10px;font-weight:750;display:grid}.agenda-quick-form>small{color:var(--hub-text-muted);font-size:9px;line-height:1.5}.agenda-quick-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.agenda-quick-form-actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.agenda-quick-warning{border:1px solid color-mix(in srgb,var(--hub-warning) 35%,var(--hub-border));background:color-mix(in srgb,var(--hub-warning) 8%,var(--hub-surface-strong));color:var(--hub-text);border-radius:10px;padding:10px 12px;font-size:10px;line-height:1.45}@media (width<=760px){.agenda-heading{flex-direction:column;align-items:stretch}.agenda-toolbar{grid-template-columns:1fr}.agenda-card{padding:16px}.agenda-card-head{flex-direction:column;align-items:stretch}.agenda-heading .hub-button{min-height:44px}.agenda-quick-form-grid{grid-template-columns:1fr}}.tasks-page{gap:22px;min-width:0;display:grid}.tasks-heading{justify-content:space-between;align-items:end;gap:20px;display:flex}.tasks-heading h1{letter-spacing:-.04em;margin:5px 0 8px;font-size:clamp(28px,4vw,42px)}.tasks-heading p{max-width:760px;color:var(--hub-text-muted);margin:0;line-height:1.55}.tasks-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:760px;display:grid}.tasks-card{min-width:0;padding:20px}.tasks-card-head{justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px;display:flex}.tasks-card h2{margin:4px 0 0;font-size:19px}.tasks-kicker{color:var(--hub-primary);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800}.tasks-filters{gap:10px;display:flex}.tasks-filters label,.tasks-select{color:var(--hub-text-muted);gap:6px;font-size:11px;font-weight:750;display:grid}.tasks-filters select,.tasks-select select{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-control-bg);min-height:40px;color:var(--hub-text);font:inherit;padding:8px 10px}.tasks-filters label span,.tasks-select span,.tasks-textarea span{font-size:11px}.tasks-note{max-width:300px;color:var(--hub-text-muted);margin-top:4px;display:block}.tasks-status{border-radius:99px;align-items:center;min-height:24px;padding:0 8px;font-size:10px;font-weight:800;display:inline-flex}.tasks-open{color:var(--hub-primary);background:color-mix(in srgb,var(--hub-primary) 10%,transparent)}.tasks-completed{color:var(--hub-success);background:color-mix(in srgb,var(--hub-success) 12%,transparent)}.tasks-cancelled{color:var(--hub-danger);background:color-mix(in srgb,var(--hub-danger) 10%,transparent)}.tasks-actions{flex-wrap:wrap;gap:6px;display:flex}.tasks-empty{color:var(--hub-text-muted);gap:6px;padding:28px 8px;display:grid}.tasks-error{border:1px solid color-mix(in srgb,var(--hub-danger) 30%,transparent);background:color-mix(in srgb,var(--hub-danger) 8%,transparent);color:var(--hub-danger);border-radius:12px;padding:11px 13px}.tasks-form{gap:16px;display:grid}.tasks-form input,.tasks-form select,.tasks-form textarea{font-size:16px}.tasks-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.tasks-select small{font-size:10px;font-weight:500}.tasks-textarea{color:var(--hub-text-muted);gap:6px;font-size:11px;font-weight:750;display:grid}.tasks-textarea textarea{resize:vertical;border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-control-bg);min-height:100px;color:var(--hub-text);font:inherit;padding:10px 12px}.tasks-form-actions{justify-content:end;gap:8px;display:flex}@media (width<=780px){.tasks-heading{flex-direction:column;align-items:stretch}.tasks-heading .hub-button{min-height:44px}.tasks-card{padding:16px}.tasks-card-head{flex-direction:column;align-items:stretch}.tasks-filters{grid-template-columns:1fr 1fr;display:grid}.tasks-form-grid{grid-template-columns:1fr}.tasks-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.tasks-kpis .hub-kpi{padding:12px 10px}.tasks-kpis .hub-kpi>b{font-size:17px}}.tickets-page{gap:22px;min-width:0;display:grid}.tickets-heading{justify-content:space-between;align-items:end;gap:20px;display:flex}.tickets-heading h1{letter-spacing:-.04em;margin:5px 0 8px;font-size:clamp(28px,4vw,42px)}.tickets-heading p{max-width:820px;color:var(--hub-text-muted);margin:0;line-height:1.55}.tickets-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.tickets-card{min-width:0;padding:20px}.tickets-card-head{justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px;display:flex}.tickets-card h2{margin:4px 0 0;font-size:19px}.tickets-kicker{color:var(--hub-primary);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800}.tickets-filters{flex-wrap:wrap;justify-content:end;gap:10px;display:flex}.tickets-filters label,.tickets-form-grid label{color:var(--hub-text-muted);gap:6px;font-size:11px;font-weight:750;display:grid}.tickets-filters input,.tickets-filters select,.tickets-form-grid select,.tickets-textarea textarea{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:var(--hub-control-bg);min-height:40px;color:var(--hub-text);font:inherit;padding:8px 10px}.tickets-filters input{min-width:210px}.tickets-title-button{width:100%;color:inherit;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;gap:3px;padding:0;display:grid}.tickets-title-button b{color:var(--hub-primary)}.tickets-title-button small,.tickets-secondary{color:var(--hub-text-muted);font-size:10px;display:block}.tickets-status,.tickets-priority{white-space:nowrap;border-radius:99px;align-items:center;min-height:24px;padding:0 8px;font-size:10px;font-weight:800;display:inline-flex}.tickets-status-open{color:var(--hub-primary);background:color-mix(in srgb,var(--hub-primary) 10%,transparent)}.tickets-status-in-progress{color:var(--hub-primary);background:color-mix(in srgb,var(--hub-primary) 16%,transparent)}.tickets-status-waiting{color:var(--hub-warning);background:color-mix(in srgb,var(--hub-warning) 13%,transparent)}.tickets-status-resolved,.tickets-status-closed{color:var(--hub-success);background:color-mix(in srgb,var(--hub-success) 12%,transparent)}.tickets-status-cancelled{color:var(--hub-danger);background:color-mix(in srgb,var(--hub-danger) 10%,transparent)}.tickets-priority-high{color:var(--hub-danger);background:color-mix(in srgb,var(--hub-danger) 9%,transparent)}.tickets-priority-normal{color:var(--hub-text);background:color-mix(in srgb,var(--hub-text-muted) 10%,transparent)}.tickets-priority-low{color:var(--hub-text-muted);background:color-mix(in srgb,var(--hub-text-muted) 7%,transparent)}.tickets-empty{color:var(--hub-text-muted);gap:6px;padding:30px 8px;display:grid}.tickets-message,.tickets-error{border-radius:12px;padding:11px 13px}.tickets-message{border:1px solid color-mix(in srgb,var(--hub-success) 28%,transparent);background:color-mix(in srgb,var(--hub-success) 8%,transparent);color:var(--hub-success)}.tickets-error{border:1px solid color-mix(in srgb,var(--hub-danger) 30%,transparent);background:color-mix(in srgb,var(--hub-danger) 8%,transparent);color:var(--hub-danger)}.tickets-form{gap:16px;display:grid}.tickets-form input,.tickets-form select,.tickets-form textarea{font-size:16px}.tickets-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.tickets-textarea{color:var(--hub-text-muted);gap:6px;font-size:11px;font-weight:750;display:grid}.tickets-textarea textarea{resize:vertical;min-height:110px}.tickets-form-actions{justify-content:end;gap:8px;display:flex}.tickets-drawer{gap:18px;display:grid}.tickets-drawer-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tickets-drawer-meta small{color:var(--hub-text-muted);margin-left:auto}.tickets-drawer dl{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);gap:0;margin:0;display:grid;overflow:hidden}.tickets-drawer dl>div{border-bottom:1px solid var(--hub-border);grid-template-columns:140px 1fr;gap:12px;padding:11px 12px;display:grid}.tickets-drawer dl>div:last-child{border-bottom:0}.tickets-drawer dt{color:var(--hub-text-muted);font-size:11px;font-weight:750}.tickets-drawer dd{margin:0}.tickets-drawer section{border:1px solid var(--hub-border);border-radius:var(--hub-radius-md);background:color-mix(in srgb,var(--hub-card-bg) 85%,transparent);padding:14px}.tickets-drawer section h3{margin:0 0 7px;font-size:13px}.tickets-drawer section p{white-space:pre-wrap;margin:0;line-height:1.55}.tickets-resolution{border-color:color-mix(in srgb,var(--hub-success) 25%,var(--hub-border))!important}.tickets-drawer-actions{flex-wrap:wrap;gap:8px;display:flex}@media (width<=980px){.tickets-card-head{flex-direction:column;align-items:stretch}.tickets-filters{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;display:grid}.tickets-filters input{min-width:0}.tickets-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.tickets-heading{flex-direction:column;align-items:stretch}.tickets-heading .hub-button{min-height:44px}.tickets-card{padding:16px}.tickets-filters,.tickets-form-grid{grid-template-columns:1fr}.tickets-kpis{gap:8px}.tickets-drawer dl>div{grid-template-columns:1fr;gap:4px}}.operations-page{gap:18px;min-width:0;display:grid}.operations-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.operations-heading h1{letter-spacing:-.04em;margin:4px 0 6px;font-size:clamp(28px,4vw,42px)}.operations-heading p{max-width:760px;color:var(--hub-text-muted);margin:0}.operations-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.operations-card{min-width:0}.operations-card-head{justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px;display:flex}.operations-card-head h2{margin:3px 0 0}.operations-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--hub-text-muted);font-size:12px;font-weight:800}.operations-select{gap:6px;font-size:13px;font-weight:700;display:grid}.operations-select select,.operations-textarea textarea{box-sizing:border-box;border:1px solid var(--hub-border);background:var(--hub-surface);width:100%;color:var(--hub-text);font:inherit;border-radius:12px;padding:10px 12px}.operations-clickable{cursor:pointer}.operations-clickable:hover td{background:color-mix(in srgb,var(--hub-accent) 7%,transparent)}.operations-clickable td small{color:var(--hub-text-muted);margin-top:4px;display:block}.operations-status{border:1px solid var(--hub-border);white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.operations-actions{flex-wrap:wrap;gap:6px;display:flex}.operations-error{border:1px solid color-mix(in srgb,#d04444 45%,var(--hub-border));background:#d0444414;border-radius:12px;padding:10px 12px}.operations-empty{color:var(--hub-text-muted);gap:4px;padding:24px;display:grid}.operations-form{gap:14px;display:grid}.operations-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.operations-textarea{gap:6px;font-size:13px;font-weight:700;display:grid}.operations-form-actions{justify-content:flex-end;gap:8px;display:flex}.operations-dossier{gap:18px;display:grid}.operations-dossier-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.operations-dossier-grid span{border:1px solid var(--hub-border);border-radius:12px;gap:4px;padding:12px;display:grid}.operations-dossier-grid small,.operations-links small,.operations-muted{color:var(--hub-text-muted)}.operations-links{gap:8px;margin:0;padding:0;list-style:none;display:grid}.operations-links li{border:1px solid var(--hub-border);border-radius:12px;gap:3px;padding:10px 12px;display:grid}.operations-link-form{gap:10px;padding-top:4px;display:grid}.numeric{text-align:right}@media (width<=820px){.operations-heading,.operations-card-head{flex-direction:column;align-items:stretch}.operations-kpis,.operations-form-grid,.operations-dossier-grid{grid-template-columns:1fr}.operations-actions{min-width:190px}.operations-page{overflow-x:hidden}}.p1c-page{gap:18px;display:grid}.p1c-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.p1c-heading h1{letter-spacing:-.04em;margin:4px 0 8px;font-size:clamp(28px,4vw,42px)}.p1c-heading p{max-width:760px;color:var(--hub-text-secondary);margin:0}.p1c-toolbar,.p1c-form-grid,.p1c-kpis{gap:12px;display:grid}.p1c-toolbar{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end}.p1c-kpis{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.p1c-card{overflow:hidden}.p1c-card-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.p1c-card-head h2{margin:2px 0 0}.p1c-kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--hub-text-secondary);font-size:12px}.p1c-select,.p1c-textarea{gap:6px;font-size:13px;display:grid}.p1c-select select,.p1c-select input,.p1c-textarea textarea{border:1px solid var(--hub-border);background:var(--hub-surface);width:100%;color:inherit;border-radius:12px;padding:10px 12px}.p1c-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.p1c-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.p1c-note{color:var(--hub-text-secondary);margin-top:4px;display:block}.p1c-status{border:1px solid var(--hub-border);border-radius:999px;padding:4px 8px;font-size:12px;display:inline-flex}.p1c-empty{text-align:center;color:var(--hub-text-secondary);padding:30px}.p1c-error{border:1px solid;border-radius:12px;padding:10px 12px}.p1c-settings{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:16px;display:grid}.p1c-summary{gap:10px;display:grid}.p1c-summary div{border-bottom:1px solid var(--hub-border);justify-content:space-between;gap:12px;padding:8px 0;display:flex}.p1c-numeric{text-align:right;font-variant-numeric:tabular-nums}@media (width<=760px){.p1c-heading{display:grid}.p1c-form-grid,.p1c-settings{grid-template-columns:1fr}.p1c-actions{justify-content:flex-start}.p1c-card-head{align-items:flex-start;display:grid}}.settings-text-scale{border:1px solid var(--hub-border);background:color-mix(in srgb,var(--hub-primary) 2%,var(--hub-surface-subtle));color:var(--hub-text);border-radius:15px;gap:13px;padding:16px;display:grid}.settings-text-scale-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.settings-text-scale-head h3{margin:3px 0 0;font-size:14px}.settings-text-scale-head p{color:var(--hub-text-muted);margin:4px 0 0;font-size:10px;line-height:1.45}.settings-text-scale-head>b{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-width:58px;color:var(--hub-primary);text-align:center;border-radius:10px;padding:7px 9px;font-size:12px}.settings-text-scale-control{color:var(--hub-text-muted);grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:9px;font-size:10px;font-weight:800;display:grid}.settings-text-scale-control input{width:100%;accent-color:var(--hub-primary)}.settings-text-scale-foot{color:var(--hub-text-muted);grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;font-size:8px;display:grid}.settings-text-scale-foot small:last-child{text-align:right}.settings-text-scale-foot button{color:var(--hub-primary);font:inherit;cursor:pointer;background:0 0;border:0;font-size:9px;font-weight:750}.settings-text-scale-foot button:disabled{opacity:.38;cursor:default}.settings-status{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);color:var(--hub-text);border-radius:12px;padding:10px 13px;font-size:11px}.settings-connected-sources{border:1px solid var(--hub-border);background:var(--hub-surface);border-radius:18px;gap:14px;padding:18px;display:grid}.settings-connected-sources:target,.settings-connected-sources:focus-within{border-color:color-mix(in srgb,var(--hub-primary) 50%,var(--hub-border));box-shadow:0 0 0 3px color-mix(in srgb,var(--hub-primary) 8%,transparent)}.settings-connected-sources__head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.settings-connected-sources__head h2{margin:3px 0 0;font-size:18px}.settings-connected-sources__head p{max-width:720px;color:var(--hub-text-muted);margin:5px 0 0;font-size:11px;line-height:1.5}.settings-source-wizard{gap:15px;display:grid}.settings-source-wizard__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.settings-source-wizard__head h3{margin:4px 0 0;font-size:15px}.settings-source-wizard__head>button{color:var(--hub-text-muted);cursor:pointer;background:0 0;border:0;font-size:20px}.settings-source-kind-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.settings-source-kind-grid>button{text-align:left;border:1px solid var(--hub-border);background:var(--hub-surface-subtle);color:var(--hub-text);cursor:pointer;border-radius:13px;gap:4px;padding:13px;display:grid}.settings-source-kind-grid>button small{color:var(--hub-text-muted);line-height:1.35}.settings-source-kind-grid>button.is-selected{border-color:var(--hub-primary);background:color-mix(in srgb,var(--hub-primary) 7%,var(--hub-surface))}.settings-source-local-note{background:color-mix(in srgb,var(--hub-primary) 5%,var(--hub-surface-subtle));color:var(--hub-text-muted);border-radius:11px;margin:0;padding:10px 12px;font-size:10px;line-height:1.5}.settings-source-list{gap:8px;display:grid}.settings-source-row{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:13px;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 12px;display:grid}.settings-source-row__kind{color:var(--hub-primary);text-transform:uppercase;font-size:10px;font-weight:800}.settings-source-row__copy{gap:2px;min-width:0;display:grid}.settings-source-row__copy b{font-size:12px}.settings-source-row__copy small{color:var(--hub-text-muted);font-size:9px}.settings-source-row__copy code{text-overflow:ellipsis;color:var(--hub-text-muted);font-size:8px;overflow:hidden}.settings-source-row>button{border:1px solid var(--hub-border);background:var(--hub-surface);color:var(--hub-text);cursor:pointer;border-radius:9px;padding:7px 9px;font-size:9px;font-weight:750}.settings-source-empty{border:1px dashed var(--hub-border);color:var(--hub-text-muted);border-radius:13px;gap:3px;padding:16px;font-size:10px;display:grid}.settings-source-empty b{color:var(--hub-text);font-size:12px}@media (width<=600px){.settings-text-scale-head{flex-direction:column;align-items:stretch}.settings-text-scale-head>b{align-self:flex-start}.settings-connected-sources__head{flex-direction:column;align-items:stretch}.settings-connected-sources__head button{align-self:flex-start}.settings-source-kind-grid,.settings-source-row{grid-template-columns:1fr}.settings-source-row>button{justify-self:start}}.mh-guided{min-height:calc(100vh - 170px);color:var(--hub-text);grid-template-rows:auto 1fr;gap:18px;display:grid}.mh-guided-topbar{border-bottom:1px solid var(--hub-border);grid-template-columns:minmax(180px,1fr) minmax(180px,320px) minmax(100px,1fr);align-items:center;gap:18px;padding:8px 4px 12px;display:grid}.mh-guided-brand{align-items:center;gap:9px;display:flex}.mh-guided-brand>span{background:color-mix(in srgb,var(--hub-primary) 10%,transparent);width:32px;height:32px;color:var(--hub-primary);border-radius:10px;place-items:center;display:grid}.mh-guided-brand small,.mh-guided-brand b{display:block}.mh-guided-brand small{color:var(--hub-primary);letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:850}.mh-guided-brand b{margin-top:2px;font-size:11px}.mh-guided-progress{text-align:center;gap:6px;display:grid}.mh-guided-progress>span{font-size:10px;font-weight:850}.mh-guided-progress i{background:var(--hub-surface-subtle);border-radius:999px;height:4px;display:block;overflow:hidden}.mh-guided-progress i b{border-radius:inherit;background:var(--hub-primary);height:100%;transition:width .2s;display:block}.mh-guided-exit{color:var(--hub-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;justify-self:end;padding:8px;font-size:10px;font-weight:750}.mh-guided-exit:hover{color:var(--hub-primary)}.mh-guided-stage{place-items:start center;padding:26px 0 34px;display:grid}.mh-guided-card{border-radius:18px;width:min(760px,100%);padding:24px;box-shadow:0 18px 46px #1f29370f}.mh-guided-card-head{border-bottom:1px solid var(--hub-border);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:18px;display:flex}.mh-guided-card-head h1{letter-spacing:-.02em;margin:6px 0 0;font-size:22px;line-height:1.25}.mh-guided-source{color:var(--hub-primary);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:850}.mh-guided-priority{background:var(--hub-surface-subtle);border-radius:999px;flex:none;padding:5px 8px;font-size:8px;font-weight:850}.mh-guided-priority-high{color:#b86110;background:#ff8a281a}.mh-guided-priority-urgent{color:#c94747;background:#ef44441a}.mh-guided-priority-low{color:var(--hub-text-muted)}.mh-guided-facts{grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;display:grid}.mh-guided-facts>div{border:1px solid var(--hub-border);background:var(--hub-surface-subtle);border-radius:12px;padding:14px}.mh-guided-facts small{color:var(--hub-text-muted);letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:850;display:block}.mh-guided-facts p{margin:7px 0 0;font-size:11px;line-height:1.5}.mh-guided-facts dl{gap:0;margin:7px 0 0;display:grid}.mh-guided-facts dl>div{border-bottom:1px solid color-mix(in srgb,var(--hub-border) 80%,transparent);grid-template-columns:100px minmax(0,1fr);gap:9px;padding:5px 0;display:grid}.mh-guided-facts dl>div:last-child{border-bottom:0}.mh-guided-facts dt{color:var(--hub-text-muted);font-size:9px}.mh-guided-facts dd{overflow-wrap:anywhere;margin:0;font-size:9px;font-weight:700}.mh-guided-proposal{background:color-mix(in srgb,var(--hub-primary) 7%,var(--hub-surface-subtle));border:1px solid color-mix(in srgb,var(--hub-primary) 16%,var(--hub-border));border-radius:13px;margin-top:16px;padding:17px}.mh-guided-proposal>span{color:var(--hub-primary);letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:850}.mh-guided-proposal h2{margin:7px 0 4px;font-size:16px}.mh-guided-proposal p{margin:0;font-size:10px;line-height:1.5}.mh-guided-proposal small{color:var(--hub-text-muted);margin-top:8px;font-size:8px;display:block}.mh-guided-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:20px;display:flex}.mh-guided-inbox-link{color:var(--hub-primary);font:inherit;cursor:pointer;background:0 0;border:0;padding:8px;font-size:9px;font-weight:800}.mh-guided-safety-note{color:var(--hub-text-muted);margin:9px 0 0;font-size:8px;line-height:1.45}.mh-guided-defer{border:1px solid color-mix(in srgb,var(--hub-primary) 18%,var(--hub-border));background:var(--hub-surface-subtle);border-radius:13px;gap:12px;margin-top:14px;padding:14px;display:grid}.mh-guided-defer-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mh-guided-defer-head span,.mh-guided-defer-head b{display:block}.mh-guided-defer-head span{color:var(--hub-primary);letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:850}.mh-guided-defer-head b{margin-top:3px;font-size:11px}.mh-guided-defer-head button{color:var(--hub-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;font-size:16px}.mh-guided-defer-coaching{border:1px solid color-mix(in srgb,var(--hub-primary) 24%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 7%,var(--hub-surface-strong));border-radius:10px;gap:3px;margin:0;padding:10px 11px;display:grid}.mh-guided-defer-coaching b{font-size:9px}.mh-guided-defer-coaching span{color:var(--hub-text-muted);font-size:8px;line-height:1.45}.mh-guided-defer-coaching[data-level=escalate]{border-color:color-mix(in srgb,#d97706 38%,var(--hub-border));background:color-mix(in srgb,#d97706 8%,var(--hub-surface-strong))}.mh-guided-defer-coaching[data-level=escalate] b{color:#b86110}.mh-guided-defer-presets{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.mh-guided-defer-presets button{text-align:left;border:1px solid var(--hub-border);background:var(--hub-surface-strong);color:var(--hub-text);cursor:pointer;border-radius:10px;gap:3px;padding:10px;display:grid}.mh-guided-defer-presets button:hover{border-color:color-mix(in srgb,var(--hub-primary) 35%,var(--hub-border));background:color-mix(in srgb,var(--hub-primary) 5%,var(--hub-surface-strong))}.mh-guided-defer-presets b{font-size:9px}.mh-guided-defer-presets small{color:var(--hub-text-muted);font-size:8px;line-height:1.35}.mh-guided-defer-custom{grid-template-columns:auto minmax(180px,1fr) auto;align-items:end;gap:8px;display:grid}.mh-guided-defer-custom>span{color:var(--hub-text-muted);grid-column:1/-1;font-size:8px;font-weight:800}.mh-guided-defer-custom input{border:1px solid var(--hub-border);background:var(--hub-surface-strong);min-height:34px;color:var(--hub-text);font:inherit;border-radius:9px;padding:6px 8px;font-size:9px}.mh-guided-defer-note{color:var(--hub-text-muted);font-size:8px;line-height:1.45}.mh-guided-defer-error{color:#c94747;margin:0;font-size:9px;font-weight:700}.mh-guided-confirmation{color:#27814a;background:#2aa65a17;border-radius:9px;margin:10px 0 0;padding:8px 10px;font-size:9px}.mh-guided-complete{border:1px solid var(--hub-border);background:var(--hub-surface-strong);text-align:center;border-radius:18px;align-self:start;justify-items:center;gap:9px;width:min(620px,100%);margin:58px auto 0;padding:34px;display:grid;box-shadow:0 18px 46px #1f29370d}.mh-guided-complete-icon{color:#2a9d58;background:#2aa65a1a;border-radius:14px;place-items:center;width:44px;height:44px;font-size:20px;font-weight:900;display:grid}.mh-guided-complete h1{margin:5px 0 0;font-size:21px}.mh-guided-complete p{max-width:480px;color:var(--hub-text-muted);margin:0;font-size:10px;line-height:1.55}.mh-guided-complete>div{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:8px;display:flex}@media (width<=760px){.mh-guided{min-height:0}.mh-guided-topbar{grid-template-columns:1fr auto;gap:10px}.mh-guided-progress{grid-area:2/1/auto/-1}.mh-guided-stage{padding-top:10px}.mh-guided-card{padding:18px}.mh-guided-card-head h1{font-size:18px}.mh-guided-facts{grid-template-columns:1fr}.mh-guided-actions{align-items:stretch}.mh-guided-actions .hub-button{flex:100%}.mh-guided-inbox-link{text-align:center;width:100%}.mh-guided-defer-presets,.mh-guided-defer-custom{grid-template-columns:1fr}.mh-guided-defer-custom>span{grid-column:1}.mh-guided-complete{margin-top:18px;padding:24px 18px}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--hub-font-ui:"Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hub-font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--hub-font-xs:9px;--hub-font-sm:11px;--hub-font-md:13px;--hub-font-lg:18px;--hub-bg:#f2f4f7;--hub-sidebar-bg:#f7f9fc;--hub-topbar-bg:#fff;--hub-surface:#fff;--hub-surface-strong:#fff;--hub-surface-subtle:#fbfcfe;--hub-surface-hover:#f6f8fb;--hub-control-bg:#fff;--hub-text-heading:#2f3b52;--hub-text-strong:#3f4d63;--hub-text-body:#65738a;--hub-text-ui:#617087;--hub-text:var(--hub-text-heading);--hub-text-muted:#8793a6;--hub-text-tertiary:#a0aaba;--hub-text-disabled:#b8c0cc;--hub-border:#23314826;--hub-border-strong:#23314838;--hub-primary:#3f74f3;--hub-primary-2:#5b89f5;--hub-primary-soft:#eff4ff;--hub-danger:#d95b68;--hub-success:#439a70;--hub-warning:#b67a24;--hub-radius-sm:10px;--hub-radius-md:12px;--hub-radius-lg:18px;--hub-radius-xl:24px;--hub-blur:18px;--hub-shadow-soft:0 8px 28px #1f2c460a;--hub-shadow-dialog:0 30px 90px #0f172a29, 0 10px 28px #0f172a0f;--hub-space-2:8px;--hub-space-3:12px;--hub-space-4:16px;--hub-space-5:24px;--hub-space-6:32px;--panel:var(--hub-surface-strong);--panel2:var(--hub-surface-subtle);--surface:var(--hub-surface-strong);--soft:var(--hub-surface-subtle);--text:var(--hub-text-heading);--muted:var(--hub-text-muted);--border:var(--hub-border);--line:var(--hub-border);--primary:var(--hub-primary);--primary2:var(--hub-primary-2);--bad:var(--hub-danger);--ok:var(--hub-success);--warn:var(--hub-warning)}:root[data-ui-theme=light],.hub-shell[data-ui-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--hub-bg:#f2f4f7;--hub-sidebar-bg:#f7f9fc;--hub-topbar-bg:#fff;--hub-surface:#fff;--hub-surface-strong:#fff;--hub-surface-subtle:#fbfcfe;--hub-surface-hover:#f6f8fb;--hub-control-bg:#fff;--hub-text-heading:#2f3b52;--hub-text-strong:#3f4d63;--hub-text-body:#65738a;--hub-text-ui:#617087;--hub-text:var(--hub-text-heading);--hub-text-muted:#8793a6;--hub-text-tertiary:#a0aaba;--hub-text-disabled:#b8c0cc;--hub-border:#23314826;--hub-border-strong:#23314838;--hub-primary:#3f74f3;--hub-primary-2:#5b89f5;--hub-primary-soft:#eff4ff;--hub-danger:#d95b68;--hub-success:#439a70;--hub-warning:#b67a24;--hub-shadow-soft:0 8px 28px #1f2c460a;--soft:var(--hub-surface-subtle)}:root[data-ui-theme=dark],.hub-shell[data-ui-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--hub-bg:#0b1322;--hub-sidebar-bg:#111c2e;--hub-topbar-bg:#111d31;--hub-surface:#131f33;--hub-surface-strong:#111d33;--hub-surface-subtle:#152238;--hub-surface-hover:#192a43;--hub-control-bg:#152238;--hub-text-heading:#eef3fb;--hub-text-strong:#dbe4f1;--hub-text-body:#adb9cc;--hub-text-ui:#c1cbda;--hub-text:var(--hub-text-heading);--hub-text-muted:#8f9db2;--hub-text-tertiary:#75839a;--hub-text-disabled:#5f6d83;--hub-border:#233550;--hub-border-strong:#2d4160;--hub-primary:#6d95ff;--hub-primary-2:#8aa8ff;--hub-primary-soft:#172b52;--hub-danger:#ff8f9c;--hub-success:#75bc98;--hub-warning:#e3b96e;--hub-shadow-soft:0 8px 28px #00000029;--hub-shadow-dialog:0 30px 90px #0000006b, 0 10px 28px #0000003d;--soft:var(--hub-surface-subtle)}:root[data-ui-appearance=minimal],.hub-shell[data-ui-appearance=minimal]{--hub-blur:0px;--hub-radius-lg:14px;--hub-radius-xl:20px;--hub-shadow-soft:0 1px 2px #1f2c460a}*{box-sizing:border-box}html{background:var(--hub-bg);min-width:320px;max-width:100%;overflow-x:clip}body,#root{width:100%;max-width:100%;overflow-x:clip}body{min-width:320px;min-height:100vh;color:var(--hub-text-body);background:var(--hub-bg);font-family:var(--hub-font-ui);font-synthesis:none;font-feature-settings:"kern" 1, "liga" 1;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}h1,h2,h3,h4,h5,h6{color:var(--hub-text-heading);font-family:var(--hub-font-ui);text-wrap:balance}button,input,select,textarea{font:inherit}button,select,input,textarea{color:var(--hub-text-ui)}input::placeholder,textarea::placeholder{color:var(--hub-text-tertiary);opacity:1}:where(input,select,textarea,button):focus-visible{outline:2px solid color-mix(in srgb, var(--hub-primary) 46%, transparent);outline-offset:2px}kbd,code,pre{font-family:var(--hub-font-mono)}img,svg,canvas,video{max-width:100%}a{color:inherit}::selection{background:color-mix(in srgb, var(--hub-primary) 20%, transparent);color:var(--hub-text-heading)}@media (width<=620px){input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:max(16px,1em)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html .hub-shell,html .cw-dialog,html .cws-dialog,html .ba-dialog{font-family:var(--hub-font-ui)}html .hub-eyebrow,html .condominiums-panel-kicker,html .dossier-card>header>span,html .condominiums-side-card header>span,html .condominiums-detail-grid header>span,html .condominiums-detail-section header>span,html .exercise-create-card header>span{color:var(--hub-primary);letter-spacing:.075em;font-weight:700}html .condominiums-heading h1,html .dossier-hero h1,html .units-page-hero h1,html .cws-stage-head h1{color:var(--hub-text-heading);letter-spacing:-.03em;font-size:clamp(26px,2.2vw,32px);font-weight:700;line-height:1.08}html .condominiums-heading p,html .dossier-hero p,html .units-page-hero p,html .cws-stage-head p,html .ba-premium-step-head p,html .ba-wizard-step-head p{color:var(--hub-text-body);font-weight:400}html .dossier-card>header h2,html .condominiums-list-head h2,html .condominiums-detail-head h2,html .hub-modal h2,html .hub-drawer h2,html .ba-premium-step-head h3,html .ba-wizard-step-head h3{color:var(--hub-text-heading);letter-spacing:-.02em;font-weight:700}html .hub-nav-item,html .hub-nav-children button,html .hub-subnav button,html .hub-horizontal-nav-item,html .hub-horizontal-all-button,html .hub-horizontal-action-button{color:var(--hub-text-ui);font-weight:600}html .hub-nav-item[data-active=true],html .hub-nav-children button[data-active=true],html .hub-subnav button[data-active=true],html .hub-horizontal-nav-item[data-active=true]{color:var(--hub-text-heading)}html .hub-nav-item[data-active=true] .hub-nav-icon,html .hub-subnav button[data-active=true]>span{color:var(--hub-primary)}html .hub-button:not(.primary):not(.danger),html .cw-button:not(.primary):not(.danger){color:var(--hub-text-ui);font-weight:600}html .hub-field{color:var(--hub-text-muted);font-weight:600}html .hub-field input,html .hub-field select,html .hub-field textarea,html .cw-field input,html .cw-field select,html .cw-field textarea{color:var(--hub-text-ui);border-color:var(--hub-border);background:var(--hub-control-bg)}html .hub-table{color:var(--hub-text-body);font-size:12px}html .hub-table th{color:var(--hub-text-muted);letter-spacing:.065em;font-weight:700}html .hub-table td b,html .hub-table td strong{color:var(--hub-text-strong)}html .hub-kpi-copy>span{color:var(--hub-text-muted);letter-spacing:.065em;font-weight:700}html .hub-kpi-copy>b{color:var(--hub-text-heading);letter-spacing:-.035em;font-variant-numeric:tabular-nums;font-size:26px;font-weight:700;line-height:1}html .hub-kpi-copy>small{color:var(--hub-text-muted)}html .condominiums-panel,html .condominiums-list-panel{border-color:var(--hub-border);background:var(--hub-surface-strong)}html .dossier-tabs,html .condominiums-modebar,html .condominiums-detail-tabs{border-color:var(--hub-border);background:var(--hub-surface-subtle)}html .dossier-tabs button[data-active=true],html .condominiums-modebar button[data-active=true],html .condominiums-detail-tabs button[data-active=true]{color:var(--hub-primary);background:var(--hub-surface-strong)}html .units-code{color:var(--hub-primary);background:color-mix(in srgb, var(--hub-primary) 10%, transparent);letter-spacing:.01em;font-weight:700}html .cws-step-copy b,html .ba-premium-step-copy b,html .ba-wizard-sidebar-step b{color:var(--hub-text-heading);font-family:var(--hub-font-ui);font-weight:600}html .cws-step-copy small,html .ba-premium-step-copy small,html .ba-wizard-sidebar-step small{color:var(--hub-text-muted)}html .cws-step[data-active=true] .cws-step-copy b,html .ba-premium-step[data-current=true] .ba-premium-step-copy b,html .ba-wizard-sidebar-step[data-current=true] b{color:var(--hub-primary)}html .cws-close,html .ba-premium-close,html .hub-modal button[aria-label=Chiudi]{border-color:var(--hub-border);background:var(--hub-surface-strong);color:var(--hub-text-muted)}@media (width<=620px){html .condominiums-heading h1,html .dossier-hero h1,html .units-page-hero h1,html .cws-stage-head h1{font-size:26px}html .cw-dialog input:not([type=checkbox]):not([type=radio]),html .cws-dialog input:not([type=checkbox]):not([type=radio]),html .ba-dialog input:not([type=checkbox]):not([type=radio]),html .cw-dialog select,html .cws-dialog select,html .ba-dialog select,html .cw-dialog textarea,html .cws-dialog textarea,html .ba-dialog textarea{font-size:16px}}.units-page .units-page-hero{justify-content:space-between!important;align-items:center!important;gap:28px!important;min-height:188px!important;overflow:hidden!important}.units-page .units-page-hero-copy{z-index:2;flex:auto;min-width:300px;position:relative;order:0!important}.units-page .units-hero-artwork{pointer-events:none;width:min(720px,43vw)!important;height:188px!important;box-shadow:none!important;color:#0000!important;background:url(/assets/units/units-architectural-hero.webp?v=2) 100%/contain no-repeat!important;border:0!important;border-radius:0!important;flex:none!important;order:1!important;display:block!important;overflow:visible!important}.units-page .units-hero-artwork svg{display:none!important}@media (width<=1380px){.units-page .units-page-hero{min-height:166px!important}.units-page .units-hero-artwork{width:min(610px,42vw)!important;height:166px!important}}@media (width<=1050px){.units-page .units-page-hero{gap:18px!important;min-height:138px!important}.units-page .units-hero-artwork{width:min(470px,42vw)!important;height:138px!important}}@media (width<=760px){.units-page .units-page-hero{min-height:auto!important}.units-page .units-hero-artwork{display:none!important}}
