@charset "UTF-8";@font-face{font-family:Unbounded Brand;src:url("./media/Unbounded-Black-B6FJMIBJ.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}:root{--radius: 14px;--control-radius: 12px;--control-height: 40px;--control-px: 12px;--control-font-size: 14px;--btn-radius: 12px;--btn-px: 12px;--btn-py: 10px;--btn-font-weight: 700;--modal-radius: 18px;--modal-border: 1px solid var(--border);--modal-shadow: var(--shadow-md);--modal-overlay-bg: rgba(0, 0, 0, .45);--modal-overlay-blur: 6px;--shadow-sm: 0 6px 18px rgba(0, 0, 0, .06);--shadow-md: 0 10px 28px rgba(0, 0, 0, .1);--focus: 0 0 0 3px rgba(59, 130, 246, .25)}:root[data-theme=dark]{--bg: #0b1220;--fg: #e5e7eb;--muted: #94a3b8;--card: #0f172a;--border: rgba(148, 163, 184, .18);--input-bg: rgba(255, 255, 255, .04);--input-fg: #e5e7eb;--input-ph: rgba(229, 231, 235, .55);--btn: rgba(255, 255, 255, .06);--primary: #3b82f6;--primary-fg: #0b1220;--primary-hover: #60a5fa;--accent: #4f46e5;--accentFg: #ffffff;color-scheme:dark}:root[data-theme=light]{--bg: #ffffff;--fg: #0f172a;--muted: #64748b;--card: #ffffff;--border: rgba(15, 23, 42, .12);--input-bg: #ffffff;--input-fg: #0f172a;--input-ph: #94a3b8;--btn: #ffffff;--primary: #2563eb;--primary-fg: #ffffff;--primary-hover: #1d4ed8;--accent: #2563eb;--accentFg: #ffffff;color-scheme:light}:root[data-theme=aggressive]{--bg: #140f0b;--fg: #f8ede2;--muted: #d0b9a5;--card: #211913;--border: rgba(239, 138, 62, .28);--input-bg: rgba(255, 248, 240, .04);--input-fg: #fff2e4;--input-ph: rgba(255, 242, 228, .52);--btn: rgba(255, 248, 240, .05);--primary: #ef7c2f;--primary-fg: #1a0f08;--primary-hover: #ff9a57;--accent: #ff8f3f;--accentFg: #1a0f08;color-scheme:dark}:root[data-theme=seller_aggressive]{--bg: #140f0b;--fg: #f8ede2;--muted: #d0b9a5;--card: #211913;--border: rgba(239, 138, 62, .28);--input-bg: rgba(255, 248, 240, .04);--input-fg: #fff2e4;--input-ph: rgba(255, 242, 228, .52);--btn: rgba(255, 248, 240, .05);--primary: #16a34a;--primary-fg: #f4fff8;--primary-hover: #22c55e;--accent: #ff8f3f;--accentFg: #1a0f08;color-scheme:dark}:root[data-theme=premium]{--bg: #f6f1e8;--fg: #2f241c;--muted: #7b6d63;--card: #fffaf3;--border: rgba(86, 61, 42, .16);--input-bg: #fffefb;--input-fg: #2f241c;--input-ph: #a08f82;--btn: #fff6ea;--primary: #8a5a3a;--primary-fg: #fff8f2;--primary-hover: #6f452c;--accent: #b08968;--accentFg: #2f241c;color-scheme:light}:root[data-theme=corporate]{--bg: #eef2f8;--fg: #0f2138;--muted: #5b6f89;--card: #ffffff;--border: rgba(18, 51, 92, .18);--input-bg: #f8fbff;--input-fg: #0f2138;--input-ph: #8396af;--btn: #f3f7fd;--primary: #1d4ed8;--primary-fg: #ffffff;--primary-hover: #1e40af;--accent: #0f3f99;--accentFg: #ffffff;color-scheme:light}:root[data-theme=realestate_clean]{--bg: #f7f6f0;--fg: #1f3426;--muted: #627469;--card: #fffdf8;--border: rgba(56, 90, 66, .18);--input-bg: #fbfaf4;--input-fg: #1f3426;--input-ph: #8aa092;--btn: #f2f4eb;--primary: #2f7a4f;--primary-fg: #f4fff8;--primary-hover: #286744;--accent: #8e9a6d;--accentFg: #1f3426;color-scheme:light}:root[data-theme=executive_night]{--bg: #0a141d;--fg: #e6eef7;--muted: #8da2b8;--card: #101f2c;--border: rgba(128, 164, 196, .24);--input-bg: rgba(230, 238, 247, .05);--input-fg: #e6eef7;--input-ph: rgba(230, 238, 247, .52);--btn: rgba(230, 238, 247, .06);--primary: #2f8fff;--primary-fg: #06101a;--primary-hover: #5ea9ff;--accent: #23c1d9;--accentFg: #06101a;color-scheme:dark}:root[data-theme=high_conversion]{--bg: #f5f8fb;--fg: #102235;--muted: #61778f;--card: #ffffff;--border: rgba(27, 58, 92, .16);--input-bg: #fbfdff;--input-fg: #102235;--input-ph: #8398ad;--btn: #f1f6fc;--primary: #16a34a;--primary-fg: #f4fff8;--primary-hover: #15803d;--accent: #0ea5e9;--accentFg: #052033;color-scheme:light}:root{--accent: #4f46e5;--accentFg: #ffffff}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,Helvetica Neue,sans-serif;accent-color:var(--accent)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.section-title{font-size:18px;font-weight:800;letter-spacing:-.01em}.muted{color:var(--muted)}.input,input[type=text],input[type=number],textarea,select{background:var(--input-bg);color:var(--input-fg);border:1px solid var(--border);border-radius:var(--control-radius);padding:10px var(--control-px);outline:none;width:100%;box-sizing:border-box;font-size:var(--control-font-size)}select.input,select{min-height:var(--control-height);padding-right:40px;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;line-height:1.2}select.input::-ms-expand,select::-ms-expand{display:none}.input::placeholder,input::placeholder,textarea::placeholder{color:var(--input-ph)}.input:focus,input:focus,textarea:focus,select:focus{box-shadow:var(--focus);border-color:#3b82f68c}input[readonly]{background:var(--input-bg)!important;color:var(--input-fg)!important;opacity:1;cursor:text}.btn,button{border:1px solid var(--border);border-radius:var(--btn-radius);padding:var(--btn-py) var(--btn-px);background:var(--btn);color:var(--fg);cursor:pointer;min-height:var(--control-height);font-size:var(--control-font-size);font-weight:var(--btn-font-weight);transition:transform .08s ease,filter .15s ease,box-shadow .15s ease}.btn:hover,button:hover{filter:brightness(1.02);transform:translateY(-1px)}.btn:active,button:active{transform:translateY(0)}.btn:disabled,button:disabled{opacity:.55;cursor:not-allowed;transform:none;filter:none}.btn-primary{background:var(--primary);border-color:transparent;color:var(--primary-fg);box-shadow:0 6px 18px color-mix(in srgb,var(--primary) 22%,transparent)}.btn-primary:hover{background:var(--primary-hover)}.kpi{font-size:22px;font-weight:900;letter-spacing:-.02em}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}::-webkit-scrollbar{width:15px;height:15px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}*{scrollbar-width:thin;scrollbar-color:var(--border) var(--bg)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.switch-wrap{display:flex;align-items:center;gap:8px}.switch{position:relative;display:inline-block;width:42px;height:22px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;inset:0;cursor:pointer;background:var(--border);transition:.25s ease;border-radius:999px}.slider:before{content:"";position:absolute;height:16px;width:16px;left:3px;bottom:3px;background:#fff;transition:.25s ease;border-radius:50%}.switch input:checked+.slider{background:var(--accent)}.switch input:checked+.slider:before{transform:translate(20px)}.switch-label{font-size:12px;font-weight:700;color:var(--muted)}.prod-selector{display:flex;gap:8px;padding:6px;border-radius:16px;border:1px solid var(--border);background:color-mix(in srgb,var(--card) 70%,var(--bg))}.prod-btn{border:1px solid transparent;background:transparent;color:var(--fg);cursor:pointer;padding:10px 12px;border-radius:12px;font-weight:900;font-size:13px;transition:.2s ease}.prod-btn:hover{background:color-mix(in srgb,var(--card) 85%,var(--bg))}.prod-btn.selected{background:var(--accent);color:var(--accentFg);border-color:transparent;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 20%,transparent)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-bottom:12px;flex-wrap:wrap}.top-actions{display:flex;gap:12px;justify-content:flex-end;align-items:center;margin-left:auto}@media(max-width:700px){.top-actions{width:100%;justify-content:stretch}.top-actions button{flex:1}}.mem-btn{border-radius:999px;padding:8px 10px;font-weight:800;font-size:12px;background:color-mix(in srgb,var(--card) 80%,var(--bg))}.mem-overlay{position:fixed;inset:0;background:var(--modal-overlay-bg);-webkit-backdrop-filter:blur(var(--modal-overlay-blur));backdrop-filter:blur(var(--modal-overlay-blur));display:grid;place-items:center;z-index:9999;padding:16px}.mem-modal{width:min(980px,100%);max-height:min(95vh,950px);display:flex;flex-direction:column;overflow:hidden;background:var(--card);border:var(--modal-border);border-radius:var(--modal-radius);box-shadow:var(--modal-shadow)}.mem-header{position:sticky;top:0;background:color-mix(in srgb,var(--card) 92%,var(--bg));border-bottom:1px solid var(--border);padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:5}.mem-title{font-weight:900}.mem-close{border-radius:999px;padding:8px 10px;font-weight:900;min-height:36px}.mem-body{padding:12px 14px 14px;flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column}.mem-body>.card{flex:0 0 auto}.mem-body>.mem-table-card{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.mem-body>.mem-table-card>div{flex:1 1 auto;min-height:0;overflow:auto!important;max-height:none!important}.mem-footnote{flex:0 0 auto;white-space:normal;overflow-wrap:anywhere}.mem-body table{border-collapse:separate;border-spacing:0}.mem-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:820px){.mem-grid{grid-template-columns:1fr}}.mem-kv{display:flex;justify-content:space-between;gap:10px;padding:6px 0;border-bottom:1px dashed color-mix(in srgb,var(--border) 70%,transparent)}.mem-kv:last-child{border-bottom:0}.mem-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;color:var(--muted);white-space:pre-wrap;background:color-mix(in srgb,var(--input-bg) 75%,transparent);border:1px solid var(--border);border-radius:12px;padding:10px;margin-top:10px}body.demo-web,body.demo-web *,body.demo-web *:before,body.demo-web *:after{box-sizing:border-box}body.demo-web .shell{height:auto;min-height:100vh;min-height:100dvh}body.demo-web .shell .content{overflow:visible;flex:1 0 auto}body.demo-web .shell .modulebar{grid-template-columns:repeat(3,minmax(0,1fr))}body.demo-web .shell .module-title-short{display:none}body.demo-web .shell .module-title{overflow-wrap:anywhere}body.demo-web .shell .grid-2,body.demo-web .shell .sim-input-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.demo-web .shell .card,body.demo-web .shell .form-grid>*,body.demo-web .shell .grid-2>*,body.demo-web .shell .sim-input-grid>*{min-width:0}body.demo-web .shell .module-actions,body.demo-web .shell .spread-row{flex-wrap:wrap;gap:8px}body.demo-web .shell .spread-row>*{min-width:0}body.demo-web .shell .kpi{overflow-wrap:anywhere}body.demo-web .shell .summary-scroll{overflow-x:auto}body.demo-web .shell .summary-scroll table{min-width:580px}body.demo-web .shell .summary-scroll:focus-visible{outline:2px solid var(--accent)}body.demo-web .shell .preview-modal{max-height:94dvh!important;grid-template-rows:auto minmax(0,1fr) auto!important}body.demo-web .shell .preview-frame-wrap{min-height:0}body.demo-web .shell .preview-frame{display:block}body.demo-web .shell .models-modal{max-height:94dvh;overflow-y:auto}@media(max-width:1100px){body.demo-web .shell .module{padding:10px;gap:8px}body.demo-web .shell .module-hero{width:34px;height:34px;font-size:18px}body.demo-web .shell .module-sub{font-size:11px}body.demo-web .shell .grid-2,body.demo-web .shell .sim-input-grid{grid-template-columns:minmax(0,1fr)}body.demo-web .shell .preview-overlay,body.demo-web .shell .models-overlay{padding:8px!important}body.demo-web .shell .preview-frame-wrap{padding:6px!important}body.demo-web .shell .preview-frame{height:72vh!important;height:72dvh!important}body.demo-web .shell .mem-overlay{padding:8px}body.demo-web .shell .mem-modal{max-height:94dvh}}@media(pointer:coarse),(max-width:600px){body.demo-web{--control-height: 44px;--control-font-size: 16px}body.demo-web .shell input,body.demo-web .shell select,body.demo-web .shell textarea{font-size:16px;min-height:44px}body.demo-web .shell input[type=checkbox]{min-height:0}body.demo-web .shell .btn,body.demo-web .shell button,body.demo-web .shell .switch-wrap{min-height:44px}}@media(max-width:600px){body.demo-web .shell .top{padding:8px;gap:8px}body.demo-web .shell .brand-card{display:grid;grid-template-columns:minmax(0,1fr) auto;padding:12px;gap:8px;align-items:center}body.demo-web .shell .brand-text{text-align:left}body.demo-web .shell .brand-title{font-size:21px}body.demo-web .shell .brand-sub{font-size:10px;letter-spacing:.1em}body.demo-web .shell .demo-note{max-width:230px;line-height:1.4}body.demo-web .shell .brand-card .top-actions{position:static;transform:none;margin:0;width:auto}body.demo-web .shell .menu-card{padding:6px}body.demo-web .shell .modulebar{gap:6px}body.demo-web .shell .module{flex-direction:column;justify-content:center;gap:4px;padding:8px 2px;border-radius:10px;text-align:center;min-height:70px}body.demo-web .shell .module-hero{width:26px;height:26px;font-size:17px;border-radius:8px}body.demo-web .shell .module-title{font-size:11px}body.demo-web .shell .module-sub,body.demo-web .shell .module-title-full{display:none}body.demo-web .shell .module-title-short{display:inline}body.demo-web .shell .content{padding:0 8px 16px}body.demo-web .shell .form-grid,body.demo-web .shell .form-grid-three,body.demo-web .shell .rent-grid,body.demo-web .shell .item-grid{grid-template-columns:minmax(0,1fr)!important}body.demo-web .shell .module-actions{width:100%}body.demo-web .shell .module-actions button{flex:1 1 130px}body.demo-web .shell .result-actions{justify-content:flex-start}body.demo-web .shell .preview-header{align-items:flex-start}body.demo-web .shell .preview-header button{flex-shrink:0}body.demo-web .shell .preview-modal{width:100%!important}body.demo-web .shell .preview-frame{height:68vh!important;height:68dvh!important}body.demo-web .shell .models-modal{width:100%!important}body.demo-web .shell .mem-body{overflow:auto}body.demo-web .shell .mem-body>.mem-table-card{flex:0 0 55dvh}body.demo-web .shell .mem-header{flex-wrap:wrap}body.demo-web .shell .rent-overlay{position:fixed}body.demo-web .shell .rent-modal{max-height:90dvh;overflow:auto}}
