body,html{margin:0;padding:0;font-family:Geist,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.page-wrapper{min-height:100vh}.template-main{flex:1 1;display:flex;flex-direction:column;min-width:0;margin-left:var(--_spacing-and-sizing---spacing-scale--64,16rem);transition:margin-left .28s cubic-bezier(.22,.61,.36,1)}.template-main.is-sidebar-collapsed{margin-left:0}.sidebar_component{transition:margin-left .28s cubic-bezier(.22,.61,.36,1),opacity .2s ease}.template-sidebar.is-collapsed .sidebar_component{margin-left:calc(-1 * var(--_spacing-and-sizing---spacing-scale--64, 16rem));opacity:0;pointer-events:none}.template-content{flex:1 1;padding:32px;overflow-y:auto;background:var(--base--background,#fafafa);color:var(--base--foreground,#111)}input:not([type]),input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{color:var(--base--foreground,#111);background-color:var(--base--background,#fff);border-color:var(--border--border,#e5e5e5);caret-color:var(--base--foreground,#111)}input::placeholder,textarea::placeholder{color:var(--muted--foreground,#71717a);opacity:1}.topbar_component{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-bottom:1px solid var(--border--border,#e5e5e5);background:var(--base--background,#fff);color:var(--base--foreground,#111);min-height:56px}.topbar_component>.topbar_left,.topbar_component>.topbar_right{display:flex!important;flex-flow:row nowrap;align-items:center;gap:8px;min-width:0}.topbar_component>.topbar_left{flex:1 1 auto}.topbar_component>.topbar_right{flex:0 0 auto}.topbar_icon-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:none;background:transparent;color:var(--base--foreground,#111);cursor:pointer;transition:background .15s ease}.topbar_icon-button:hover{background:var(--accent--accent,#f4f4f5)}.topbar_account{position:relative}.topbar_account-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;background:var(--base--background,#fff);color:var(--base--foreground,#111);border:1px solid var(--border--border,#e5e5e5);border-radius:8px;box-shadow:0 6px 24px rgba(0,0,0,.08);padding:4px;z-index:200}.topbar_account-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;background:transparent;border:none;border-radius:6px;color:inherit;font-size:14px;text-align:left;cursor:pointer}.topbar_account-menu-item:hover{background:var(--accent--accent,#f4f4f5)}.breadcrumb_component{margin:0;min-width:0}.breadcrumb_component>.breadcrumb_list{display:flex!important;flex-flow:row nowrap;align-items:center;gap:6px;list-style:none;padding:0!important;margin:0!important;font-size:14px;color:var(--muted--foreground,#71717a);min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.breadcrumb_list>.breadcrumb_item{display:inline-flex!important;align-items:center;gap:6px;white-space:nowrap}.breadcrumb_link{color:var(--muted--foreground,#71717a);text-decoration:none;background:transparent;transition:color .15s ease}.breadcrumb_link:focus,.breadcrumb_link:hover{color:var(--base--foreground,#111);background:transparent}.breadcrumb_current{color:var(--base--foreground,#111);font-weight:500}.breadcrumb_separator{display:inline-flex;opacity:.6;color:var(--muted--foreground,#71717a)}.page_card,.page_hero{background:var(--card--card,#fff);color:var(--card--foreground,#111);border:1px solid var(--border--border,#e5e5e5);border-radius:12px;padding:28px;margin-bottom:24px}.page_hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.page_hero-text h1{margin:0 0 8px;font-size:28px;font-weight:600}.page_hero-text p{margin:0;color:var(--muted-foreground,#71717a);max-width:60ch}.page_hero-image{width:180px;height:120px;border-radius:8px;background:var(--accent,#f4f4f5);background-size:cover;background-position:50%;flex-shrink:0}.property_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:16px;gap:16px}.property_card{background:var(--card,#fff);border:1px solid var(--border,#e5e5e5);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.property_card-body{padding:16px;flex:1 1}.property_card-title{font-weight:600;font-size:16px;margin:0 0 4px}.property_card-desc{color:var(--muted-foreground,#71717a);font-size:14px;margin:0}.property_card-cover{width:100%;aspect-ratio:16/10;background:var(--accent--accent,#f4f4f5);background-size:cover;background-position:50%}.property_card-cover.is-empty{aspect-ratio:auto;height:6px;background:linear-gradient(90deg,var(--accent--accent,#f4f4f5),var(--border--border,#e5e5e5))}.property_card-actions{display:flex;justify-content:space-between;padding:12px 16px;border-top:1px solid var(--border,#e5e5e5);gap:8px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn-primary{background:#0b0b0b;color:#fff}.btn-primary:hover{background:#222}.btn-secondary{background:#fff;color:#111;border-color:#e5e5e5}.btn-secondary:hover{background:#f4f4f5}.tab_bar{display:flex;gap:4px;border-bottom:1px solid var(--border,#e5e5e5);margin-bottom:24px}.tab_item{padding:10px 14px;font-size:14px;font-weight:500;color:var(--muted--foreground,#71717a);border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent}.tab_item.is-active,.tab_item:hover{color:var(--base--foreground,#111)}.tab_item.is-active{border-bottom-color:var(--base--foreground,#111)}.auth_wrapper{min-height:100vh;display:grid;grid-template-columns:1fr;background:#fafafa}.auth_wrapper.has-promo{grid-template-columns:1fr 1fr}.auth_form-side{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 48px;min-height:100vh;background:#ffffff;color:#111827}.auth_form-asset{width:100%;max-width:460px;display:flex;justify-content:flex-start;margin-bottom:36px}.auth_card{width:100%;max-width:460px;background:transparent;border:0;border-radius:0;padding:0}.auth_heading{margin-bottom:28px}.auth_title{font-size:32px;font-weight:700;letter-spacing:-.5px;margin:0 0 8px;text-align:left;color:#111827}.auth_subtitle{color:#6b7280;font-size:15px;text-align:left;margin:0}.auth_field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.auth_field label{font-size:13px;font-weight:500;color:#374151}.auth_field input{height:46px;border:1px solid #e5e7eb;border-radius:10px;padding:0 14px;font-size:15px;font-family:inherit;background:#ffffff;color:#111827}.auth_field input::placeholder{color:#9ca3af}.auth_field input:focus{outline:2px solid #0b0b0b;outline-offset:-1px}.auth_actions{margin-top:16px}.auth_actions .btn{width:100%;height:46px;font-size:15px}.auth_links{margin-top:24px;font-size:14px;color:#71717a;text-align:left}.auth_links a{color:#0b0b0b;font-weight:500}.auth_error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;font-size:13px;margin-bottom:14px}.auth_promo{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:100vh;padding:48px 44px;overflow:hidden;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#0b0b0b}.auth_promo_overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(0deg,rgba(0,0,0,.75) 0,rgba(0,0,0,.25) 50%,rgba(0,0,0,.15))}.auth_promo_content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:4px;max-width:520px}.auth_promo_badge{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:90px;font-size:13px;font-weight:600;line-height:18px;letter-spacing:.03em;text-transform:uppercase;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);margin-bottom:16px}.auth_promo_badge_dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.7}.auth_promo_headline{font-size:48px;font-weight:800;line-height:1.05;letter-spacing:-1.5px;margin:0}.auth_promo_description{font-size:17px;line-height:1.55;letter-spacing:-.2px;margin:12px 0 0;opacity:.85;max-width:460px}.auth_promo_cta{display:inline-flex;align-items:center;gap:8px;margin-top:28px;padding:13px 26px;border-radius:12px;border:1px solid rgba(255,255,255,.2);font-size:14px;font-weight:600;text-decoration:none;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:transform .2s ease,border-color .2s ease}.auth_promo_cta:hover{border-color:rgba(255,255,255,.35);transform:translateY(-1px)}.auth_promo_cta_arrow{display:inline-flex;transition:transform .2s ease}.auth_promo_cta:hover .auth_promo_cta_arrow{transform:translateX(3px)}@media (max-width:1024px){.auth_wrapper.has-promo{grid-template-columns:1fr}.auth_promo{display:none}}.layout_loading{display:grid;place-items:center;width:100%;min-height:100vh;color:#71717a;font-size:14px}.sidebar_footer{margin-top:auto;padding:16px 20px;border-top:1px solid var(--border,#e5e5e5)}.sidebar_footer-content{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted-foreground,#71717a)}.field_row{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field_row label{font-size:13px;font-weight:500;color:var(--base--foreground,#374151)}.field_row input[type=email],.field_row input[type=number],.field_row input[type=text],.field_row input[type=url],.field_row select,.field_row textarea{height:40px;border:1px solid var(--border--border,#e5e7eb);border-radius:8px;padding:0 12px;font-size:14px;font-family:inherit;background:var(--base--background,#fff);color:var(--base--foreground,#111);width:100%;box-sizing:border-box}.field_row textarea{height:auto;min-height:96px;padding:10px 12px;resize:vertical}.field_row input:focus,.field_row select:focus,.field_row textarea:focus{outline:2px solid var(--base--foreground,#0b0b0b);outline-offset:-1px}.field_row .hint{font-size:12px;color:var(--muted-foreground,#71717a)}.field_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px 16px;gap:14px 16px}.section_header{display:flex;align-items:center;justify-content:space-between;margin:0 0 16px;gap:12px}.section_header h2{margin:0;font-size:18px;font-weight:600}.section_title{display:inline-flex;align-items:center;gap:8px;min-width:0}.section_title_meta{font-size:13px;font-weight:600;color:var(--muted-foreground,#71717a)}.section_actions{display:flex;gap:8px;align-items:center}.save_status{font-size:13px;color:var(--muted-foreground,#71717a)}.save_status.is-error{color:#b91c1c}.save_status.is-saved{color:#15803d}.divider{height:1px;background:var(--border--border,#e5e7eb);margin:24px 0}.row_list{gap:0}.row_item,.row_list{display:flex;flex-direction:column}.row_item{gap:12px;padding:10px 4px;background:transparent;border-radius:0}.row_item+.row_item{border-top:1px solid var(--border--border,#e5e7eb)}.row_item .row_fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px 12px;gap:10px 12px}.row_item .row_actions{display:flex;align-items:flex-start;gap:6px}.row_empty{padding:24px;text-align:center;color:var(--muted-foreground,#71717a);border:1px dashed var(--border--border,#e5e7eb);border-radius:10px;font-size:14px}.btn-icon{width:34px;height:34px;padding:0;border-radius:8px;background:transparent;color:var(--base--foreground,#111);border:1px solid var(--border--border,#e5e7eb);cursor:pointer}.btn-icon:hover{background:var(--accent--accent,#f4f4f5)}.section_add_icon{font-size:18px;line-height:1;font-weight:500}.btn-danger{background:#fff;color:#b91c1c;border-color:#fecaca}.btn-danger:hover{background:#fef2f2}.chip_list{display:flex;flex-wrap:wrap;gap:6px;padding:8px;min-height:44px;border:1px solid var(--border--border,#e5e7eb);border-radius:8px;background:var(--base--background,#fff)}.chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:var(--accent--accent,#f4f4f5);color:var(--accent--accent-foreground,#111);border-radius:999px;font-size:13px}.chip button{background:transparent;border:0;color:inherit;cursor:pointer;font-size:14px;line-height:1;padding:0}.chip--active{background:#0f172a;color:#fff}.chip_input{flex:1 1;min-width:120px;border:0;outline:0;font-size:14px;background:transparent;color:var(--base--foreground,#111)}.stat_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.stat_card{background:var(--card--card,#fff);border:1px solid var(--border--border,#e5e7eb);border-radius:12px;padding:20px}.stat_card_label{font-size:13px;color:var(--muted-foreground,#71717a);margin:0 0 8px;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.stat_card_value{font-size:28px;font-weight:700;margin:0;color:var(--base--foreground,#111)}.stat_card_hint{font-size:12px;color:var(--muted-foreground,#71717a);margin:6px 0 0}.checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.checklist li{display:flex;gap:10px;align-items:flex-start;font-size:14px}.checklist li .check{flex:0 0 18px;height:18px;border-radius:50%;border:1.5px solid var(--border--border,#d4d4d8);margin-top:1px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;color:#fff}.checklist li.is-done .check{background:#15803d;border-color:#15803d}.checklist li.is-done span:last-child{text-decoration:line-through;color:var(--muted-foreground,#71717a)}.code_block{background:#0f172a;color:#e2e8f0;border-radius:10px;padding:14px 16px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-all;border:1px solid #1e293b;margin:0}.code_block_wrap{position:relative}.code_block_copy{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:500;background:rgba(255,255,255,.08);color:#e2e8f0;border:1px solid rgba(255,255,255,.16);border-radius:6px;cursor:pointer;transition:background .15s ease}.code_block_copy:hover{background:rgba(255,255,255,.16)}.code_block_copy.is-copied{background:#16a34a;border-color:#16a34a;color:#fff}.sidebar_collapsible-toggle{width:100%;background:transparent;border:none;color:inherit;font:inherit;cursor:pointer;text-align:left}.public_viewer{max-width:920px;margin:0 auto;padding:32px 24px;color:var(--base--foreground,#111);background:var(--base--background,#fff);min-height:100vh}.public_viewer-cover{width:100%;aspect-ratio:16/9;border-radius:12px;background-size:cover;background-position:50%;margin-bottom:24px}.public_viewer-body h1{font-size:28px;margin:0 0 8px}.public_viewer-body p{color:var(--muted--foreground,#71717a);margin:0 0 12px}.public_viewer-stub{margin-top:24px;padding:16px;border:1px dashed var(--border--border,#e5e5e5);border-radius:10px;font-size:14px}.public_viewer-status{max-width:480px;margin:80px auto;padding:24px;text-align:center;color:var(--base--foreground,#111)}.img_input{display:flex;flex-direction:column;gap:4px}.img_input-drop{border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;display:flex;align-items:center;justify-content:flex-start;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease;padding:8px 10px}.img_input-drop.is-drag,.img_input-drop:hover{border-color:#0f172a;background:#f1f5f9}.img_input-drop-inner{display:flex;flex-direction:row;align-items:baseline;gap:8px;color:#475569;font-size:14px;flex-wrap:wrap}.img_input-line{display:inline-flex;align-items:baseline;gap:4px}.img_input-link{border:0;background:transparent;padding:0;margin:0;font:inherit;font-weight:700;color:inherit;text-decoration:underline;cursor:pointer}.img_input-preview{position:relative;border-radius:12px;overflow:hidden;background:#f1f5f9;border:1px solid #e2e8f0}.img_input-preview img{width:100%;height:100%;object-fit:cover;display:block}.img_input-preview-actions{position:absolute;top:8px;right:8px;display:flex;gap:6px}.cards_grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;align-items:start}.cards_grid>*{min-width:0}@media (max-width:1200px){.field_grid,.row_item .row_fields{grid-template-columns:1fr}}@media (max-width:980px){.cards_grid{grid-template-columns:1fr}}:root{--iv-bg:#f4f4ef;--iv-surface:#ffffff;--iv-border:#e5e7eb;--iv-text:#0f172a;--iv-text-muted:#64748b;--iv-accent:#0f172a;--iv-accent-contrast:#ffffff;--iv-poly:rgba(37,99,235,0.55);--iv-poly-hover:rgba(37,99,235,0.7);--iv-vp:#1d4ed8;--iv-shadow:0 1px 2px rgba(15,23,42,0.06),0 4px 12px rgba(15,23,42,0.04)}.iv_status{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;color:var(--iv-text-muted);text-align:center}.iv_root,.iv_status{min-height:100vh;background:var(--iv-bg)}.iv_root{color:var(--iv-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.iv_split{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;padding:16px;min-height:100vh;align-items:stretch}@media (max-width:960px){.iv_split{grid-template-columns:1fr}}.iv_left,.iv_right{min-width:0}.iv_canvas{position:relative;width:100%;height:calc(100vh - 32px);border-radius:18px;overflow:hidden;background:#111;box-shadow:var(--iv-shadow)}@media (max-width:960px){.iv_canvas{height:56vh}}.iv_canvas-img{width:100%;height:100%;object-fit:cover;display:block}.iv_canvas-badge{top:16px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.92);color:#0f172a;font-size:12px;font-weight:600;padding:6px 12px;border-radius:999px;box-shadow:0 2px 6px rgba(0,0,0,.18);letter-spacing:.5px}.iv_canvas-badge,.iv_polygon-svg{position:absolute;pointer-events:none}.iv_polygon-svg{inset:0;width:100%;height:100%}.iv_polygon{fill:transparent;stroke:transparent;stroke-width:.5;cursor:pointer;pointer-events:auto;transition:fill .15s ease,stroke .15s ease}.iv_polygon.is-hover,.iv_polygon:focus-visible,.iv_polygon:hover{fill:var(--iv-poly);stroke:rgba(255,255,255,.9);stroke-width:.4}.iv_polygon-label{position:absolute;transform:translate(-50%,-50%);background:rgba(15,23,42,.85);color:#fff;padding:6px 12px;border-radius:999px;font-size:13px;pointer-events:none;white-space:nowrap;font-weight:500}.iv_canvas--plan{background:#ffffff;display:flex;flex-direction:column;padding:24px}.iv_plan-stage{position:relative;flex:1 1;display:flex;align-items:center;justify-content:center;min-height:0}.iv_plan-img{max-width:100%;max-height:100%;object-fit:contain;display:block}.iv_plan-caption{display:flex;align-items:flex-start;gap:18px;margin-top:12px}.iv_plan-caption,.iv_plan-caption--inline{padding-top:14px;border-top:1px solid var(--iv-border)}.iv_plan-caption-title{font-weight:700;font-size:14px;letter-spacing:.5px;margin-bottom:2px}.iv_plan-caption-meta{font-size:11px;color:var(--iv-text-muted);line-height:1.5;text-transform:uppercase;letter-spacing:.3px}.iv_vp{width:18px;height:18px;pointer-events:none;z-index:4}.iv_vp--inline{width:36px;height:36px;flex-shrink:0}.iv_vp-cone{position:absolute;left:50%;top:50%;width:60px;height:60px;margin-left:-30px;margin-top:-54px;background:radial-gradient(ellipse 50% 80% at 50% 100%,rgba(29,78,216,.55),rgba(29,78,216,0) 70%);-webkit-clip-path:polygon(50% 100%,0 0,100% 0);clip-path:polygon(50% 100%,0 0,100% 0);transform-origin:50% 100%;filter:blur(.5px)}.iv_vp--inline .iv_vp-cone{width:36px;height:36px;margin-left:-18px;margin-top:-32px}.iv_vp-dot{position:absolute;left:50%;top:50%;width:14px;height:14px;margin:-7px 0 0 -7px;border-radius:50%;background:var(--iv-vp);border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.3)}.iv_vp--inline .iv_vp-dot{width:12px;height:12px;margin:-6px 0 0 -6px}.iv_back-btn,.iv_tour-btn{position:absolute;border:0;cursor:pointer;font:inherit;color:#fff;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:999px;padding:10px 16px;font-size:13px;display:inline-flex;align-items:center;gap:8px;z-index:3;transition:background .15s ease}.iv_back-btn{top:16px;left:16px}.iv_tour-btn{bottom:20px;left:50%;transform:translateX(-50%)}.iv_back-btn--light{background:#ffffff;color:var(--iv-text);box-shadow:0 2px 6px rgba(0,0,0,.12)}.iv_back-btn--light:hover{background:#f1f5f9}.iv_back-btn:hover,.iv_tour-btn:hover{background:rgba(0,0,0,.8)}.iv_panel,.iv_right{display:flex}.iv_panel{width:100%;background:var(--iv-surface);border-radius:18px;box-shadow:var(--iv-shadow);padding:20px;flex-direction:column;height:calc(100vh - 32px);position:-webkit-sticky;position:sticky;top:16px;overflow:hidden}@media (max-width:960px){.iv_panel{height:auto;position:static}}.iv_panel-header{margin-bottom:16px}.iv_panel-address{font-size:24px;font-weight:600;color:var(--iv-text);margin-bottom:14px}.iv_panel-controls{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.iv_btn{border:1px solid var(--iv-border);background:var(--iv-surface);color:var(--iv-text);padding:9px 14px;font-size:13px;border-radius:10px;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease;font:inherit;line-height:1.2;display:inline-flex;align-items:center;gap:6px}.iv_btn:hover:not(:disabled){background:#f3f4f6}.iv_btn:disabled{opacity:.6;cursor:default}.iv_btn--ghost{background:var(--iv-surface)}.iv_btn--icon{padding:8px 10px}.iv_btn--icon-left{padding-left:12px}.iv_btn--detail{width:100%;padding:12px 16px;font-size:14px;justify-content:center}.iv_btn--primary{background:var(--iv-accent);color:var(--iv-accent-contrast);border-color:var(--iv-accent)}.iv_btn--primary:hover:not(:disabled){background:#1e293b;border-color:#1e293b}.iv_dropdown{position:relative}.iv_dropdown-trigger{display:inline-flex;align-items:center;gap:6px}.iv_dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;min-width:200px;background:var(--iv-surface);border:1px solid var(--iv-border);border-radius:10px;padding:6px;box-shadow:0 8px 24px rgba(15,23,42,.12);z-index:10;display:flex;flex-direction:column}.iv_dropdown-item{background:transparent;border:0;text-align:left;padding:8px 10px;font-size:13px;border-radius:6px;cursor:pointer;color:var(--iv-text);font:inherit}.iv_dropdown-item:hover{background:#f3f4f6}.iv_dropdown-item.is-active{background:var(--iv-accent);color:var(--iv-accent-contrast)}.iv_rooms{flex:1 1;overflow-y:auto;padding-right:4px;margin-right:-4px}.iv_rooms--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.iv_empty{color:var(--iv-text-muted);font-size:13px;padding:24px;text-align:center}.iv_room-card{background:var(--iv-surface);border:1px solid var(--iv-border);border-radius:12px;overflow:hidden;text-align:left;cursor:pointer;padding:0;font:inherit;color:inherit;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease;display:flex;flex-direction:column}.iv_room-card:hover{border-color:#cbd5e1;box-shadow:var(--iv-shadow);transform:translateY(-1px)}.iv_room-card.is-active{border-color:var(--iv-accent);box-shadow:0 0 0 1px var(--iv-accent)}.iv_room-card-media{width:100%;aspect-ratio:4/3;background:#e5e7eb;overflow:hidden}.iv_room-card-media img{width:100%;height:100%;object-fit:cover;display:block}.iv_room-card-body{padding:12px}.iv_room-card-title{font-weight:600;font-size:15px;margin-bottom:6px}.iv_room-card-meta{display:flex;gap:10px;align-items:center;font-size:12px;color:var(--iv-text-muted)}.iv_floorplan-inline{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.iv_floorplan-stage{flex:1 1;position:relative;display:flex;align-items:center;justify-content:center;min-height:0;padding:8px 0 16px}.iv_panel--detail{padding:22px}.iv_panel-back{background:transparent;border:0;padding:0 0 14px;color:var(--iv-vp);font-size:14px;cursor:pointer;font:inherit;text-align:left;font-weight:500}.iv_panel-back:hover{opacity:.8}.iv_detail-title{font-size:24px;font-weight:600;margin-bottom:6px}.iv_detail-desc{font-size:14px;color:var(--iv-text-muted);line-height:1.55;margin:0 0 16px}.iv_detail-meta{gap:18px;font-size:13px;color:var(--iv-text-muted);margin-bottom:14px}.iv_chips,.iv_detail-meta{display:flex;flex-wrap:wrap}.iv_chips{gap:6px;margin-bottom:20px}.iv_chip{font-size:12px;padding:5px 10px;background:#f1f5f9;border-radius:8px;color:var(--iv-text)}.iv_detail-ctas{margin-top:8px;display:flex;gap:8px;align-items:stretch}.iv_detail-ctas .iv_btn--detail{flex:1 1}.iv_detail-ctas .iv_btn--ghost.iv_btn--detail{flex:0 0 auto;padding:12px 14px}.iv_dialog-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;animation:iv-fade-in .15s ease}@keyframes iv-fade-in{0%{opacity:0}to{opacity:1}}.iv_dialog{background:var(--iv-surface);width:100%;max-width:460px;border-radius:16px;padding:24px;position:relative;box-shadow:0 24px 48px rgba(0,0,0,.25);max-height:90vh;overflow-y:auto}.iv_dialog-close{position:absolute;top:12px;right:12px;border:0;background:transparent;width:32px;height:32px;border-radius:50%;font-size:20px;cursor:pointer;color:var(--iv-text-muted)}.iv_dialog-close:hover{background:#f3f4f6;color:var(--iv-text)}.iv_dialog-head{margin-bottom:16px}.iv_dialog-title{font-size:18px;font-weight:600}.iv_dialog-sub{font-size:13px;color:var(--iv-text-muted);margin-top:4px}.iv_dialog-form{gap:12px}.iv_dialog-form,.iv_field{display:flex;flex-direction:column}.iv_field{gap:4px}.iv_field>span{font-size:12px;color:var(--iv-text-muted)}.iv_field input,.iv_field textarea{border:1px solid var(--iv-border);border-radius:10px;padding:10px 12px;font:inherit;background:var(--iv-surface);color:var(--iv-text);outline:none;transition:border-color .12s ease,box-shadow .12s ease}.iv_field input:focus,.iv_field textarea:focus{border-color:var(--iv-accent);box-shadow:0 0 0 3px rgba(15,23,42,.08)}.iv_dialog-error{font-size:13px;color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;padding:8px 10px;border-radius:8px}.iv_dialog-success{text-align:center}.iv_dialog-success-title{font-size:18px;font-weight:600;margin-bottom:6px}.iv_dialog-success p{color:var(--iv-text-muted);margin-bottom:16px}.iv_btn--block{width:100%;padding:12px 16px;font-size:14px;justify-content:center}.iv_root--glass{background:#000}.iv_root--glass .iv_split{grid-template-columns:1fr;gap:0;padding:0;position:relative}.iv_root--glass .iv_left{position:absolute;inset:0}.iv_root--glass .iv_canvas{height:100vh;border-radius:0;box-shadow:none}.iv_root--glass .iv_canvas--plan{background:rgba(255,255,255,.96)}.iv_root--glass .iv_right{position:relative;z-index:5;margin-left:auto;padding:16px 16px 16px 0;width:min(460px,92vw);pointer-events:none}.iv_root--glass .iv_panel{pointer-events:auto;height:calc(100vh - 32px);background:rgba(255,255,255,.78);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border:1px solid rgba(255,255,255,.5);box-shadow:0 12px 40px rgba(0,0,0,.25)}.iv_root--glass .iv_btn{background:rgba(255,255,255,.7)}.iv_root--glass .iv_room-card{background:rgba(255,255,255,.75)}@media (max-width:960px){.iv_root--glass .iv_split{grid-template-columns:1fr}.iv_root--glass .iv_left{position:relative;inset:auto}.iv_root--glass .iv_right{position:relative;width:100%;padding:12px}.iv_root--glass .iv_panel{height:auto}}