/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
:root{--background:oklch(97.5% .006 250);--foreground:oklch(25% .025 255);--card:oklch(100% 0 0);--card-foreground:oklch(25% .025 255);--popover:oklch(100% 0 0);--popover-foreground:oklch(25% .025 255);--primary:oklch(49% .2 256);--primary-foreground:oklch(100% 0 0);--secondary:oklch(95% .012 250);--secondary-foreground:oklch(32% .035 255);--muted:oklch(95% .012 250);--muted-foreground:oklch(48% .025 255);--accent:oklch(94% .025 254);--accent-foreground:oklch(42% .16 256);--destructive:oklch(56% .22 25);--border:oklch(90% .012 250);--input:oklch(90% .012 250);--ring:oklch(57% .18 256);--radius:.625rem;--sidebar:oklch(24% .06 256);--sidebar-ink:oklch(94% .012 250);--sidebar-muted:oklch(71% .035 250)}[data-theme=dark]{--background:oklch(18% .018 255);--foreground:oklch(94% .01 250);--card:oklch(23% .022 255);--card-foreground:oklch(94% .01 250);--popover:oklch(23% .022 255);--popover-foreground:oklch(94% .01 250);--secondary:oklch(28% .025 255);--secondary-foreground:oklch(92% .012 250);--muted:oklch(28% .025 255);--muted-foreground:oklch(72% .02 250);--accent:oklch(31% .06 256);--accent-foreground:oklch(90% .06 250);--border:oklch(32% .025 255);--input:oklch(32% .025 255);--sidebar:oklch(15% .03 256)}*{box-sizing:border-box;border-color:var(--border)}html{background:var(--background)}body{background:var(--background);color:var(--foreground);font-family:var(--font-geist-sans), Arial, sans-serif;margin:0}button,input{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.app-shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;transition:grid-template-columns .2s cubic-bezier(.22,1,.36,1);display:grid}.app-shell.is-collapsed{grid-template-columns:76px minmax(0,1fr)}.sidebar{background:var(--sidebar);height:100vh;color:var(--sidebar-ink);z-index:30;flex-direction:column;padding:20px 14px;display:flex;position:sticky;top:0;overflow:hidden}.brand-mark{white-space:nowrap;border-bottom:1px solid oklch(100% 0 0/.1);align-items:center;gap:11px;min-height:42px;padding:0 8px 18px;display:flex}.brand-symbol{color:#fff;letter-spacing:-.03em;background:oklch(62% .19 252);border-radius:10px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.brand-mark strong,.brand-mark small{display:block}.brand-mark strong{font-size:.93rem}.brand-mark small{color:var(--sidebar-muted);margin-top:2px;font-size:.72rem}.sidebar-nav{scrollbar-width:none;flex:1;padding-top:12px;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{display:none}.nav-group{margin-bottom:13px}.nav-label{color:var(--sidebar-muted);letter-spacing:.06em;text-transform:uppercase;margin:0 10px 6px;font-size:.67rem;font-weight:650}.nav-item{color:oklch(84% .018 250);text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:8px;align-items:center;gap:11px;width:100%;min-height:38px;padding:0 10px;font-size:.82rem;transition:background .18s,color .18s;display:flex}.nav-item:hover{color:#fff;background:oklch(100% 0 0/.08)}.nav-item.active{color:#fff;background:oklch(59% .19 255);font-weight:650}.nav-item svg{flex:none}.sidebar-collapsed .nav-item{justify-content:center;padding:0}.sidebar-collapsed .brand-mark{padding-inline:5px}.collapse-button{align-self:flex-end;color:var(--sidebar-muted)!important}.sidebar-collapsed .collapse-button{align-self:center}.rotate-180{transform:rotate(180deg)}.workspace{min-width:0}.topbar{z-index:20;background:var(--card);justify-content:space-between;align-items:center;gap:20px;height:68px;padding:0 28px;display:flex;position:sticky;top:0}@supports (color:color-mix(in lab, red, red)){.topbar{background:color-mix(in oklch, var(--card) 94%, transparent)}}.topbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-menu{display:none!important}.global-search{align-items:center;width:min(440px,38vw);height:38px;display:flex;position:relative}.global-search>svg{z-index:1;color:var(--muted-foreground);position:absolute;left:12px}.global-search input{background:var(--secondary);border-color:#0000;padding-left:36px;padding-right:48px}.global-search kbd{color:var(--muted-foreground);background:var(--card);border:1px solid var(--border);border-radius:5px;padding:2px 6px;font-size:.68rem;position:absolute;right:9px}.topbar-actions{align-items:center;gap:5px;display:flex}.topbar-actions svg{width:17px}.notification-center,.notification-button{position:relative}.notification-button span{background:var(--destructive);color:#fff;border-radius:99px;place-items:center;min-width:15px;height:15px;font-size:.59rem;font-weight:700;display:grid;position:absolute;top:5px;right:4px}.notification-panel{z-index:35;border:1px solid var(--border);background:var(--card);transform-origin:100% 0;border-radius:14px;width:min(380px,100vw - 24px);animation:.18s cubic-bezier(.22,1,.36,1) notification-in;position:absolute;top:calc(100% + 10px);right:-8px;overflow:hidden;box-shadow:0 6px 8px oklch(20% .025 250/.18)}.notification-panel:before{content:"";border-top:1px solid var(--border);border-left:1px solid var(--border);background:var(--card);width:10px;height:10px;position:absolute;top:-5px;right:24px;transform:rotate(45deg)}.notification-panel>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:66px;padding:13px 15px;display:flex}.notification-panel>header div{gap:2px;display:grid}.notification-panel>header strong{font-size:.86rem}.notification-panel>header small{color:var(--muted-foreground);font-size:.66rem}.notification-panel>header button{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:6px;font-size:.66rem;font-weight:700}.notification-panel>header button:hover{text-decoration:underline}.notification-list{display:grid}.notification-list>button{border:0;border-bottom:1px solid var(--border);background:var(--primary);grid-template-columns:9px minmax(0,1fr);align-items:start;gap:10px;width:100%;padding:13px 15px;display:grid;position:relative}@supports (color:color-mix(in lab, red, red)){.notification-list>button{background:color-mix(in oklch, var(--primary) 4%, var(--card))}}.notification-list>button{color:var(--foreground);text-align:left;cursor:pointer}.notification-list>button:last-child{border-bottom:0}.notification-list>button:hover,.notification-list>button:focus-visible{background:var(--secondary)}.notification-list>button:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.notification-list>button>i{background:var(--primary);border-radius:50%;width:7px;height:7px;margin-top:5px}.notification-list>button>span{gap:3px;min-width:0;display:grid}.notification-list strong{font-size:.76rem}.notification-list small{color:var(--muted-foreground);font-size:.69rem;line-height:1.45}.notification-list em{color:var(--muted-foreground);margin-top:2px;font-size:.61rem;font-style:normal}.notification-list>button.is-read{background:var(--card)}.notification-list>button.is-read>i{background:var(--border)}.notification-list>button.is-read strong{font-weight:550}@keyframes notification-in{0%{opacity:0;transform:translateY(-5px)scale(.985)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.notification-panel{animation:none}}.account-center,.quick-create-center{position:relative}.account{border:0;border-left:1px solid var(--border);color:var(--foreground);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:9px;margin-left:6px;padding:3px 2px 3px 12px;display:flex}.account:hover{color:var(--primary)}.account>span{display:grid}.account strong{text-overflow:ellipsis;white-space:nowrap;max-width:145px;font-size:.78rem;overflow:hidden}.account small{color:var(--muted-foreground);font-size:.65rem}.account [data-slot=avatar]{width:34px;height:34px}.global-search-results,.quick-create-menu,.account-menu{z-index:35;border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:12px;animation:.18s cubic-bezier(.22,1,.36,1) notification-in;position:absolute;top:calc(100% + 10px);overflow:hidden;box-shadow:0 6px 8px oklch(20% .025 250/.18)}.global-search-results{width:min(520px,100vw - 24px);left:0}.quick-create-menu{width:290px;right:0}.account-menu{width:285px;right:0}.global-search-results>button,.quick-create-menu>button,.account-menu>button{border:0;border-bottom:1px solid var(--border);width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;align-items:center;gap:11px;padding:11px 13px;display:flex}.global-search-results>button:last-child,.quick-create-menu>button:last-child,.account-menu>button:last-child{border-bottom:0}.global-search-results>button:hover,.global-search-results>button:focus-visible,.quick-create-menu>button:hover,.quick-create-menu>button:focus-visible,.account-menu>button:hover,.account-menu>button:focus-visible{background:var(--secondary)}.global-search-results svg,.quick-create-menu svg,.account-menu>button svg{color:var(--primary);flex:none}.global-search-results span,.quick-create-menu span,.account-menu span{gap:2px;min-width:0;display:grid}.global-search-results strong,.quick-create-menu strong,.account-menu strong{text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.global-search-results small,.quick-create-menu small,.account-menu small{color:var(--muted-foreground);font-size:.64rem}.global-search-results>div{gap:3px;padding:18px;display:grid}.global-search-results>div strong{font-size:.78rem}.quick-create-menu>header{border-bottom:1px solid var(--border);gap:2px;padding:13px;display:grid}.quick-create-menu>header strong{font-size:.82rem}.quick-create-menu>header small{color:var(--muted-foreground);font-size:.64rem}.account-menu>header{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:14px;display:flex}.account-menu>header [data-slot=avatar]{width:38px;height:38px}.account-menu>header span{min-width:0}.account-menu>header small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.main-content{padding:24px 28px 40px}.breadcrumb{color:var(--muted-foreground);margin-bottom:18px;font-size:.74rem}.breadcrumb span{padding:0 6px}.page-heading{justify-content:space-between;align-items:end;gap:18px;margin-bottom:20px;display:flex}.page-heading p{color:var(--primary);margin:0 0 3px;font-size:.82rem;font-weight:650}.page-heading h1{letter-spacing:-.025em;text-wrap:balance;margin:0;font-size:1.75rem;line-height:1.2}.page-heading span{color:var(--muted-foreground);margin-top:6px;font-size:.78rem;display:block}.period-filter{border:1px solid var(--border);background:var(--card);border-radius:9px;padding:3px;display:flex}.period-filter button{min-height:29px;color:var(--muted-foreground);background:0 0;border:0;border-radius:6px;padding:0 11px;font-size:.73rem}.period-filter button.selected{background:var(--secondary);color:var(--foreground);font-weight:650}.master-context{color:oklch(29% .07 256);background:oklch(95% .035 250);border:1px solid oklch(73% .1 250);border-radius:12px;align-items:center;gap:12px;min-height:66px;margin-bottom:18px;padding:12px 14px;display:flex}.master-icon{background:oklch(85% .08 250);border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.master-icon svg{width:20px}.master-context div:nth-child(2){flex:1}.master-context strong{font-size:.82rem}.master-context p{color:oklch(40% .06 256);margin:3px 0 0;font-size:.73rem}[data-theme=dark] .master-context{color:oklch(90% .05 250);background:oklch(28% .06 256);border-color:oklch(45% .1 256)}[data-theme=dark] .master-context p{color:oklch(75% .04 250)}.metric-grid{border:1px solid var(--border);background:var(--card);border-radius:12px;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:18px;display:grid;overflow:hidden}.metric{border-right:1px solid var(--border);padding:17px 18px}.metric:last-child{border-right:0}.metric>div{color:var(--muted-foreground);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.metric>div>button{width:30px;height:30px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.metric>div>button:hover,.metric>div>button:focus-visible{background:var(--secondary);color:var(--primary)}.metric>div>button:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.metric>div>button svg{width:15px}.metric>strong{letter-spacing:-.025em;font-variant-numeric:tabular-nums;margin-top:10px;font-size:1.48rem;display:block}.metric p{margin:5px 0 0;font-size:.7rem}.tone-success{color:oklch(46% .13 153)}.tone-warning{color:oklch(54% .13 66)}.tone-info{color:var(--primary)}.dashboard-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:18px;margin-bottom:18px;display:grid}.revenue-panel,.activity-panel,.table-panel,.shortcuts-panel{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.revenue-panel,.activity-panel,.shortcuts-panel{padding:18px}.panel-heading{justify-content:space-between;align-items:start;gap:12px;display:flex}.panel-heading h2{letter-spacing:-.01em;margin:0;font-size:.93rem}.panel-heading p{color:var(--muted-foreground);margin:4px 0 0;font-size:.72rem}.revenue-total{align-items:baseline;gap:10px;margin-top:18px;display:flex}.revenue-total strong{letter-spacing:-.03em;font-size:1.58rem}.revenue-total span{color:oklch(46% .13 153);font-size:.69rem}.chart{border-bottom:1px solid var(--border);background:linear-gradient(to top, var(--primary), transparent);align-items:end;gap:clamp(5px,1.2vw,12px);height:152px;margin-top:14px;padding:8px 0 22px;display:flex}@supports (color:color-mix(in lab, red, red)){.chart{background:linear-gradient(to top, color-mix(in oklch, var(--primary) 5%, transparent), transparent)}}.chart i{background:var(--primary);border-radius:4px 4px 0 0;flex:1;min-width:5px;position:relative}@supports (color:color-mix(in lab, red, red)){.chart i{background:color-mix(in oklch, var(--primary) 68%, white)}}.chart i{transition:height .22s}.chart i:last-child{background:var(--primary)}.chart i span{color:var(--muted-foreground);font-size:.58rem;font-style:normal;position:absolute;top:calc(100% + 7px);left:50%;transform:translate(-50%)}.activity-list{margin-top:12px}.activity-row{border-top:1px solid var(--border);grid-template-columns:9px 1fr auto;align-items:center;gap:10px;min-height:58px;display:grid}.activity-row:first-child{border-top:0}.activity-dot{background:var(--primary);border-radius:50%;width:7px;height:7px}.activity-row strong{font-size:.74rem;display:block}.activity-row p{color:var(--muted-foreground);margin:3px 0 0;font-size:.66rem}.activity-row [data-slot=badge]{font-size:.61rem}.lower-grid{grid-template-columns:minmax(0,1.55fr) minmax(280px,.45fr);gap:18px;display:grid}.table-panel .panel-heading{padding:18px 18px 10px}.table-panel th{color:var(--muted-foreground);font-size:.66rem;font-weight:600}.table-panel td{font-size:.72rem}.table-panel td strong,.table-panel td small{display:block}.table-panel td small{color:var(--muted-foreground);margin-top:2px}.money{font-variant-numeric:tabular-nums;font-weight:650}.shortcut-list{margin-top:10px}.shortcut-list button{border:0;border-top:1px solid var(--border);width:100%;min-height:58px;color:var(--foreground);text-align:left;background:0 0;grid-template-columns:32px 1fr 18px;align-items:center;gap:8px;padding:8px 4px;display:grid}.shortcut-list button:first-child{border-top:0}.shortcut-list button:hover{color:var(--primary)}.shortcut-list button>svg:first-child{width:18px;color:var(--primary)}.shortcut-list button>svg:last-child{width:15px;color:var(--muted-foreground)}.shortcut-list strong,.shortcut-list small{display:block}.shortcut-list strong{font-size:.74rem}.shortcut-list small{color:var(--muted-foreground);margin-top:3px;font-size:.64rem}.sidebar-backdrop{display:none}@media (width<=1120px){.metric-grid{grid-template-columns:repeat(2,1fr)}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--border)}.dashboard-grid,.lower-grid{grid-template-columns:1fr}.account>span,.account>[data-slot=badge],.account>svg{display:none}}@media (width<=760px){.app-shell,.app-shell.is-collapsed{display:block}.sidebar{width:248px;transition:transform .2s cubic-bezier(.22,1,.36,1);position:fixed;left:0;transform:translate(-105%)}.mobile-open .sidebar{transform:translate(0)}.sidebar-backdrop{z-index:25;background:oklch(12% .02 250/.55);border:0;position:fixed;inset:0}.mobile-open .sidebar-backdrop{display:block}.collapse-button{display:none!important}.topbar{padding:0 14px}.mobile-menu{display:inline-flex!important}.global-search{flex:1;width:auto}.global-search kbd{display:none}.quick-create{display:none!important}.account{margin-left:0;padding-left:5px}.notification-panel{width:auto;position:fixed;top:61px;left:10px;right:10px}.notification-panel:before{right:64px}.main-content{padding:20px 15px 30px}.page-heading{flex-direction:column;align-items:start}.page-heading h1{font-size:1.48rem}.metric-grid{grid-template-columns:1fr 1fr}.metric{padding:14px}.metric>strong{font-size:1.2rem}.master-context{flex-wrap:wrap;align-items:start}.master-context button{width:100%}.table-panel{overflow-x:auto}.table-panel .panel-heading,.table-panel table{min-width:720px}}@media (width<=440px){.metric-grid{grid-template-columns:1fr}.metric{border-right:0;border-bottom:1px solid var(--border)}.metric:last-child{border-bottom:0}.global-search input::placeholder{color:#0000}.activity-row{grid-template-columns:9px 1fr}.activity-row [data-slot=badge]{display:none}}.notification-panel>header>button{border-radius:7px;align-items:center;gap:5px;min-height:32px;display:inline-flex}.notification-panel>header>button:hover,.notification-panel>header>button:focus-visible{background:var(--secondary);text-decoration:none}.notification-panel>header>button:disabled{opacity:.55;cursor:wait}.notification-panel>header>button svg{width:14px;height:14px}.notification-list{overscroll-behavior:contain;max-height:min(420px,100vh - 150px);overflow-y:auto}.notification-item{border-bottom:1px solid var(--border);background:var(--primary);grid-template-columns:minmax(0,1fr) 42px;min-width:0;display:grid;position:relative}@supports (color:color-mix(in lab, red, red)){.notification-item{background:color-mix(in oklch, var(--primary) 4%, var(--card))}}.notification-item:last-child{border-bottom:0}.notification-item.is-read{background:var(--card)}.notification-open{min-width:0;min-height:78px;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:9px minmax(0,1fr);align-items:start;gap:10px;padding:13px 6px 13px 15px;display:grid}.notification-open:hover,.notification-open:focus-visible,.notification-dismiss:hover,.notification-dismiss:focus-visible{background:var(--secondary)}.notification-open:focus-visible,.notification-dismiss:focus-visible{z-index:1;outline:2px solid var(--primary);outline-offset:-2px;position:relative}.notification-open:disabled,.notification-dismiss:disabled{opacity:.55;cursor:wait}.notification-open>i{background:var(--primary);border-radius:50%;width:7px;height:7px;margin-top:5px}.notification-item.is-read .notification-open>i{background:var(--border)}.notification-open>span{gap:3px;min-width:0;display:grid}.notification-open strong{overflow-wrap:anywhere;font-size:.76rem}.notification-item.is-read .notification-open strong{font-weight:550}.notification-open small{color:var(--muted-foreground);overflow-wrap:anywhere;font-size:.69rem;line-height:1.45}.notification-open em{color:var(--muted-foreground);margin-top:2px;font-size:.61rem;font-style:normal}.notification-dismiss{width:34px;height:34px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:8px;place-self:center;place-items:center;display:grid}.notification-dismiss:hover{color:var(--destructive)}.notification-dismiss svg{width:15px;height:15px}.notification-empty{min-height:132px;color:var(--muted-foreground);text-align:center;align-content:center;place-items:center;gap:5px;padding:22px;display:grid}.notification-empty svg{width:22px;height:22px;color:var(--primary);margin-bottom:3px}.notification-empty strong{color:var(--foreground);font-size:.78rem}.notification-empty small{max-width:31ch;font-size:.68rem;line-height:1.45}.notification-error{border-bottom:1px solid var(--destructive);padding:10px 12px}@supports (color:color-mix(in lab, red, red)){.notification-error{border-bottom:1px solid color-mix(in srgb, var(--destructive) 25%, var(--border))}}.notification-error{background:var(--destructive);justify-content:space-between;align-items:center;gap:10px;display:flex}@supports (color:color-mix(in lab, red, red)){.notification-error{background:color-mix(in srgb, var(--destructive) 7%, var(--card))}}.notification-error{color:var(--destructive);font-size:.67rem}.notification-error span{overflow-wrap:anywhere;min-width:0}.notification-error button{color:inherit;cursor:pointer;background:0 0;border:0;flex:none;font-weight:700}@media (width<=760px){.notification-item{grid-template-columns:minmax(0,1fr) 48px}.notification-open{min-height:88px;padding-block:15px}.notification-dismiss{width:44px;height:44px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.ui-button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 14px;font-size:.78rem;font-weight:650;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.button-default{background:var(--primary);color:var(--primary-foreground)}.button-default:hover{background:var(--primary)}@supports (color:color-mix(in lab, red, red)){.button-default:hover{background:color-mix(in oklch, var(--primary) 88%, black)}}.button-outline{background:var(--card);border-color:var(--border);color:var(--foreground)}.button-outline:hover{background:var(--secondary)}.button-ghost{color:var(--foreground);background:0 0}.button-ghost:hover{background:var(--secondary)}.button-sm{min-height:34px;padding-inline:11px}.button-icon{width:38px;padding:0}.ui-button svg{width:16px;height:16px}.ui-badge{white-space:nowrap;border-radius:99px;align-items:center;min-height:22px;padding:2px 8px;font-size:.66rem;font-weight:650;display:inline-flex}.badge-default{background:var(--primary);color:#fff}.badge-secondary{background:var(--secondary);color:var(--secondary-foreground)}.badge-outline{border:1px solid var(--border);color:var(--foreground);background:0 0}.ui-avatar{background:var(--accent);width:40px;height:40px;color:var(--accent-foreground);border-radius:50%;place-items:center;display:grid;overflow:hidden}.ui-avatar-fallback{font-size:.72rem;font-weight:750}.ui-input{border:1px solid var(--input);background:var(--card);width:100%;min-height:38px;color:var(--foreground);border-radius:8px;padding:0 12px;font-size:.78rem}.ui-input::placeholder{color:var(--muted-foreground);opacity:1}.ui-table{border-collapse:collapse;width:100%}.ui-table th{text-align:left;border-bottom:1px solid var(--border);height:38px;padding:0 14px}.ui-table td{border-bottom:1px solid var(--border);min-height:50px;padding:10px 14px}.ui-table tbody tr:last-child td{border-bottom:0}.ui-table tbody tr:hover{background:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.ui-table tbody tr:hover{background:color-mix(in oklch, var(--secondary) 60%, transparent)}}.auth-page{background:#f2f6fb;place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:#fff;border:1px solid #dbe4ef;border-radius:24px;gap:16px;width:min(100%,440px);padding:36px;display:grid;box-shadow:0 24px 70px #0b1b301f}.auth-brand{color:#087a50;font-weight:800;text-decoration:none}.auth-eyebrow{color:#087a50;text-transform:uppercase;letter-spacing:.08em;margin:8px 0 -10px;font-size:12px;font-weight:800}.auth-card h1,.auth-card p{margin:0}.auth-card label{color:#26374a;gap:7px;font-size:13px;font-weight:700;display:grid}.auth-card input{min-height:46px;font:inherit;border:1px solid #cbd8e6;border-radius:10px;padding:0 14px}.auth-card button{color:#fff;min-height:48px;font:inherit;cursor:pointer;background:#087a50;border:0;border-radius:10px;font-weight:800}.auth-card button:disabled{opacity:.65;cursor:wait}.auth-error{color:#a32121;background:#fff0f0;border-radius:9px;padding:11px 13px;font-size:13px}.auth-back{color:#52657a;text-align:center;font-size:13px}.public-site{--site-primary:#155eef;--site-accent:#ff6b35;color:#132238;min-height:100vh;font-family:var(--font-geist-sans), Arial, sans-serif;background:#fff}.public-site a{color:inherit;text-decoration:none}.public-site button{color:inherit}.public-header{z-index:50;color:#fff;border-bottom:1px solid #ffffff40;justify-content:space-between;align-items:center;width:100%;height:88px;padding-inline:max(24px,50% - 696px);transition:color .2s,background-color .2s,box-shadow .2s,border-color .2s;display:flex;position:fixed;top:0;left:0}.public-header.is-scrolled{color:#132238;background:#fffffff5;border-bottom-color:#e5e9ef;height:72px;box-shadow:0 6px 8px #07152812}.public-logo{letter-spacing:-.02em;align-items:center;gap:11px;font-size:1.02rem;display:inline-flex}.public-logo>span{background:var(--site-primary);color:#fff;border-radius:11px;place-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:850;display:grid}.public-logo>img{object-fit:contain;object-position:left center;max-width:240px;max-height:48px;display:block}.public-logo strong{white-space:nowrap}.public-header nav{align-items:center;gap:clamp(18px,2.4vw,38px);font-size:.82rem;font-weight:580;display:flex}.public-header nav a{position:relative}.public-header nav a:not(.client-area):after{content:"";background:currentColor;height:2px;transition:right .18s;position:absolute;bottom:-8px;left:0;right:100%}.public-header nav a:hover:after{right:0}.client-area{border:1px solid #fff9;border-radius:99px;align-items:center;gap:7px;min-height:39px;padding:0 17px;display:inline-flex}.client-area svg{width:15px}.public-header.is-scrolled .client-area{border-color:#cfd7e2}.client-area:hover{color:#132238;background:#fff}.public-header.is-scrolled .client-area:hover{color:#fff;background:#132238}.public-menu-button{color:currentColor;background:0 0;border:0;display:none}.public-menu-button svg{width:23px}.public-hero{color:#fff;background:#14263e;height:min(86vh,880px);min-height:760px;position:relative;overflow:hidden}.public-hero>img{z-index:0;object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .9s cubic-bezier(.22,1,.36,1),transform 6.5s linear;position:absolute;inset:0;transform:scale(1.035)}.public-hero>img.is-active{opacity:1;transform:scale(1)}.hero-visual-link{z-index:1;cursor:pointer;position:absolute;inset:0}.hero-shade{z-index:2;pointer-events:none;background:linear-gradient(90deg,#071528c4 0%,#07152859 50%,#0715281f 100%),linear-gradient(#0000 55%,#0715287a);position:absolute;inset:0}.hero-content{z-index:3;pointer-events:none;width:min(720px,100% - 48px);position:absolute;top:30%;left:max(24px,50% - 696px)}.hero-content>p{align-items:center;gap:8px;margin:0 0 18px;font-size:.8rem;font-weight:650;display:flex}.hero-content>p svg{color:#ffd8c9;width:17px}.hero-content h1{letter-spacing:-.04em;text-wrap:balance;max-width:680px;margin:0;font-size:clamp(2.65rem,5vw,5.2rem);line-height:.99}.hero-content>span{color:#ffffffd9;max-width:600px;margin-top:22px;font-size:clamp(.95rem,1.3vw,1.15rem);line-height:1.55;display:block}.hero-property-link{pointer-events:auto;color:#fff;background:#0715286b;border:1px solid #ffffff8c;border-radius:10px;align-items:center;gap:12px;width:fit-content;min-height:48px;margin-top:26px;padding:0 18px;font-size:.82rem;font-weight:750;transition:background-color .18s,border-color .18s,transform .18s;display:inline-flex}.hero-property-link:hover{color:#132238;background:#fff;border-color:#fff;transform:translateY(-2px)}.hero-property-link:focus-visible{outline-offset:3px;outline:3px solid #fff}.hero-property-link svg{width:18px;height:18px}.public-search-band{background:#f4f7fb;border-bottom:1px solid #e3e8ef;padding:24px 32px}.property-search{z-index:3;color:#17253a;background:#fff;border-radius:14px;grid-template-columns:230px 1fr auto auto;align-items:center;gap:14px;width:min(100%,1120px);min-height:86px;margin:0 auto;padding:15px 15px 15px 20px;display:grid;position:relative;box-shadow:0 8px 8px #0715281f}.search-tabs{border-right:1px solid #dde3eb;align-self:stretch;align-items:center;gap:4px;padding-right:16px;display:flex}.search-tabs button{color:#637083;background:0 0;border:0;border-radius:8px;min-height:40px;padding:0 13px;font-size:.76rem;font-weight:650}.search-tabs button.active{background:color-mix(in srgb, var(--site-primary) 10%, white);color:var(--site-primary)}.property-search>label{align-items:center;gap:12px;display:flex}.property-search>label>svg{width:20px;color:var(--site-primary)}.property-search label span{flex:1;min-width:0;display:grid}.property-search label small{color:#66758a;font-size:.68rem}.property-search input{color:#18263a;border:0;outline:0;width:100%;padding:4px 0 0;font-size:.88rem}.property-search input::placeholder{color:#5e6d82;opacity:1}.filter-button{background:#fff;border:1px solid #dce2e9;border-radius:9px;align-items:center;gap:7px;height:48px;padding:0 15px;font-size:.78rem;font-weight:620;display:flex}.filter-button svg,.search-button svg{width:17px}.search-button{background:var(--site-primary);border-radius:9px;justify-content:center;align-items:center;gap:8px;height:50px;padding:0 20px;font-size:.8rem;font-weight:720;display:flex;color:#fff!important}.hero-controls{z-index:4;align-items:center;gap:12px;display:flex;position:absolute;top:44%;right:max(24px,50% - 696px)}.hero-controls button{color:#fff;background:#0715282e;border:1px solid #ffffff8c;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.hero-controls button:hover{color:#14263e;background:#fff}.hero-controls svg{width:17px}.hero-controls span{align-items:center;gap:7px;font-size:.7rem;display:flex}.hero-controls i{background:#ffffff8c;width:38px;height:1px}.property-types{border-bottom:1px solid #e5e9ef;grid-template-columns:repeat(4,1fr);max-width:1392px;margin:0 auto;padding:34px 24px;display:grid}.property-types button{text-align:left;background:#fff;border:0;border-right:1px solid #e5e9ef;align-items:center;gap:14px;min-height:66px;padding:0 clamp(12px,2vw,26px);display:flex}.property-types button:last-child{border-right:0}.property-types button:hover svg{color:var(--site-primary);transform:translateY(-2px)}.property-types svg{color:#748195;width:23px;transition:all .18s}.property-types strong,.property-types small{display:block}.property-types strong{font-size:.84rem}.property-types small{color:#6a7789;margin-top:5px;font-size:.68rem}.public-section{max-width:1392px;margin:0 auto;padding:92px 24px}.public-section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:35px;display:flex}.public-section-heading p,.editorial-banner p{color:var(--site-primary);margin:0 0 9px;font-size:.75rem;font-weight:720}.public-section-heading h2,.editorial-banner h2{letter-spacing:-.035em;text-wrap:balance;max-width:680px;margin:0;font-size:clamp(1.8rem,3vw,3rem);line-height:1.08}.public-section-heading>a{color:var(--site-primary);align-items:center;gap:8px;font-size:.78rem;font-weight:700;display:flex}.public-section-heading svg{width:16px}.public-section-heading>button{background:#fff;border:1px solid #dce2e9;border-radius:8px;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-size:.76rem;display:flex}.public-section-heading>button svg{width:15px}.property-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 18px;display:grid}.property-card{background:#fff;min-width:0}.property-image{background:#e9edf2;border-radius:14px;height:280px;position:relative;overflow:hidden}.property-image>a{width:100%;height:100%;display:block}.property-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1)}.property-card:hover .property-image img{transform:scale(1.035)}.property-purpose{color:#253449;background:#fff;border-radius:99px;align-items:center;min-height:26px;padding:0 9px;font-size:.66rem;font-weight:700;display:flex;position:absolute;top:12px;left:12px}.favorite{color:#35445a;background:#ffffffeb;border:0;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:12px;right:12px}.favorite svg{width:18px}.favorite.is-favorite{color:#e7435b}.property-body{padding:16px 3px 4px}.property-location{color:#6f7c8e;align-items:center;gap:5px;font-size:.69rem;display:flex}.property-location svg{width:14px}.property-body h3{letter-spacing:-.015em;margin:7px 0 12px;font-size:.98rem}.property-features{color:#566579;flex-wrap:wrap;gap:9px 14px;font-size:.68rem;display:flex}.property-features span{align-items:center;gap:5px;display:inline-flex}.property-features svg{width:15px}.property-price{border-top:1px solid #e8ecf1;margin-top:15px;padding-top:13px}.property-price strong{font-variant-numeric:tabular-nums;font-size:1.03rem}.property-price small{color:#68778b;margin-left:3px;font-size:.66rem}.editorial-banner{color:#fff;background:#0f2748;grid-template-columns:.85fr 1.15fr;max-width:1344px;min-height:520px;padding:0;display:grid;overflow:hidden}.editorial-banner>div{flex-direction:column;justify-content:center;padding:clamp(42px,6vw,88px);display:flex}.editorial-banner p{color:#a9c7f5}.editorial-banner h2{font-size:clamp(2rem,3.2vw,3.4rem)}.editorial-banner a{border-bottom:1px solid #ffffff8c;align-items:center;gap:9px;width:fit-content;margin-top:30px;padding-bottom:7px;font-size:.78rem;font-weight:650;display:flex}.editorial-banner a svg{width:16px}.editorial-banner img{object-fit:cover;width:100%;height:100%;min-height:520px}.public-footer{background:var(--site-footer,#0b1b30);color:#fff;grid-template-columns:1fr 1fr auto;align-items:center;gap:28px;min-height:180px;margin-top:40px;padding:46px max(24px,50% - 672px);display:grid}.public-footer .public-logo>img{max-height:62px}.public-footer p{color:#ffffffb8;font-size:.8rem}.public-footer-links{align-items:center;gap:18px;font-size:.75rem;display:flex}.public-footer-links a{align-items:center;gap:6px;display:inline-flex}.public-footer-links svg{width:17px;height:17px}.public-empty-state{text-align:center;background:#f8fafb;border:1px solid #dfe5eb;border-radius:14px;place-content:center;justify-items:center;min-height:300px;display:grid}.public-empty-state>svg{width:30px;color:var(--site-primary)}.public-empty-state h3{margin:13px 0 6px;font-size:1.05rem}.public-empty-state p{color:#66758a;margin:0;font-size:.76rem}.public-empty-state button{background:var(--site-primary);color:#fff;border:0;border-radius:8px;min-height:40px;margin-top:17px;padding:0 14px;font-size:.72rem;font-weight:680}.featured-section{padding-bottom:72px}.featured-heading{align-items:center}.featured-actions{align-items:center;gap:8px;display:flex}.featured-actions>button{color:#26364c;cursor:pointer;background:#fff;border:1px solid #dce2e9;border-radius:50%;place-items:center;width:42px;height:42px;padding:0;display:grid}.featured-actions>button:hover,.featured-actions>button:focus-visible{border-color:var(--site-primary);color:var(--site-primary)}.featured-actions>button svg{width:16px}.featured-actions>a{min-height:42px;color:var(--site-primary);align-items:center;gap:7px;padding-inline:10px;font-size:.76rem;font-weight:720;display:inline-flex}.featured-actions>a svg{width:16px}.featured-carousel{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.featured-carousel .property-image{border-radius:12px;height:168px}.featured-carousel .property-purpose{top:9px;left:9px}.featured-carousel .favorite{width:34px;height:34px;top:9px;right:9px}.featured-carousel .property-body{padding-top:12px}.featured-carousel .property-body h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em;margin:6px 0 10px;font-size:.83rem;line-height:1.25;display:-webkit-box;overflow:hidden}.featured-carousel .property-features{gap:7px 10px}.featured-carousel .property-price{margin-top:11px;padding-top:10px}.featured-empty{color:#67758a;text-align:center;background:#f8fafb;border:1px solid #e0e6ed;border-radius:14px;place-content:center;justify-items:center;gap:7px;min-height:180px;display:grid}.featured-empty>svg{width:28px;color:var(--site-primary)}.featured-empty strong{color:#26364c;font-size:.88rem}.featured-empty span{font-size:.72rem}.all-properties{padding-top:72px}.catalog-heading{align-items:center}.catalog-sort{color:#607087;gap:6px;min-width:210px;font-size:.66rem;font-weight:650;display:grid}.catalog-sort select{color:#17253a;min-height:44px;font:inherit;background:#fff;border:1px solid #dce2e9;border-radius:9px;padding:0 38px 0 12px;font-size:.76rem}.catalog-filters{background:#f8fafb;border:1px solid #e0e6ed;border-radius:12px;margin:-12px 0 30px;padding:18px;display:none}.catalog-filters.is-open{gap:12px;display:grid}.catalog-filters>span{color:#5e6d82;font-size:.68rem;font-weight:700}.catalog-filters>div{flex-wrap:wrap;gap:8px;display:flex}.catalog-filters button{color:#4c5d73;cursor:pointer;background:#fff;border:1px solid #d8e0e8;border-radius:99px;min-height:40px;padding:0 14px;font-size:.72rem;font-weight:680}.catalog-filters button.active{border-color:var(--site-primary);background:color-mix(in srgb, var(--site-primary) 10%, white);color:var(--site-primary)}.property-detail-page{--site-primary:#087a50;color:#132238;min-height:100vh;font-family:var(--font-geist-sans), Arial, sans-serif;background:#f7f8fa}.property-detail-page a{color:inherit;text-decoration:none}.detail-header{background:#fff;border-bottom:1px solid #e1e6ec;justify-content:space-between;align-items:center;height:76px;padding-inline:max(24px,50% - 672px);display:flex}.detail-header nav{align-items:center;gap:12px;font-size:.75rem;font-weight:650;display:flex}.detail-header nav a{border:1px solid #d8e0e8;border-radius:8px;align-items:center;gap:7px;min-height:38px;padding:0 13px;display:inline-flex}.detail-header nav svg{width:16px}.detail-header .detail-admin-link{color:#fff;background:#132238;border-color:#132238}.detail-main{max-width:1344px;margin:0 auto;padding:34px 24px 90px}.detail-breadcrumb{color:#6b788b;align-items:center;gap:8px;font-size:.68rem;display:flex}.detail-breadcrumb strong{color:#25364d}.detail-heading{justify-content:space-between;align-items:end;gap:30px;padding:30px 0 26px;display:flex}.detail-heading p{color:var(--site-primary);margin:0 0 9px;font-size:.72rem;font-weight:720}.detail-heading h1{letter-spacing:-.04em;text-wrap:balance;max-width:820px;margin:0;font-size:clamp(2rem,4vw,4.1rem);line-height:1.03}.detail-heading>div>span{color:#647287;align-items:center;gap:7px;margin-top:13px;font-size:.78rem;display:flex}.detail-heading>div>span svg{width:16px}.detail-price{text-align:right;min-width:210px}.detail-price small,.detail-price strong{display:block}.detail-price small{color:#718096;font-size:.68rem}.detail-price strong{font-variant-numeric:tabular-nums;margin-top:5px;font-size:1.45rem}.detail-gallery{background:#e6ebef;border-radius:14px;grid-template-rows:1fr 1fr;grid-template-columns:1.55fr .75fr .75fr;gap:8px;height:610px;display:grid;overflow:hidden}.gallery-tile{cursor:zoom-in;background:#dfe5eb;border:0;min-width:0;min-height:0;padding:0;position:relative;overflow:hidden}.gallery-tile:first-child{grid-row:1/3}.gallery-tile img{object-fit:cover;width:100%;height:100%;transition:transform .22s cubic-bezier(.22,1,.36,1),filter .22s;display:block}.gallery-tile:hover img,.gallery-tile:focus-visible img{filter:brightness(.9);transform:scale(1.025)}.gallery-tile:focus-visible{z-index:1;outline:3px solid var(--site-primary);outline-offset:-3px}.gallery-more{color:#17253a;background:#fffffff0;border-radius:8px;align-items:center;gap:7px;min-height:38px;padding:0 13px;font-size:.72rem;font-weight:720;display:inline-flex;position:absolute;bottom:14px;right:14px}.gallery-more svg{width:16px}.detail-gallery.gallery-1{grid-template-columns:1fr}.detail-gallery.gallery-1 .gallery-tile:first-child{grid-row:auto}.detail-gallery.gallery-2{grid-template-rows:1fr;grid-template-columns:1.4fr 1fr}.detail-gallery.gallery-2 .gallery-tile:first-child{grid-row:auto}.gallery-lightbox{z-index:100;color:#fff;background:#050d19f5;place-items:center;padding:72px 84px 102px;display:grid;position:fixed;inset:0}.lightbox-toolbar{z-index:2;font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;font-size:.78rem;display:flex;position:absolute;top:18px;left:24px;right:24px}.lightbox-toolbar button,.lightbox-arrow{color:#fff;cursor:pointer;background:#ffffff1f;border:0;place-items:center;display:grid}.lightbox-toolbar button{border-radius:50%;width:42px;height:42px}.lightbox-toolbar button:hover,.lightbox-arrow:hover{background:#ffffff3d}.lightbox-toolbar button:focus-visible,.lightbox-arrow:focus-visible,.lightbox-thumbnails button:focus-visible{outline-offset:3px;outline:3px solid #fff}.lightbox-toolbar svg{width:21px}.gallery-lightbox figure{justify-content:center;align-items:center;width:100%;min-width:0;height:100%;min-height:0;margin:0;display:flex;overflow:hidden}.gallery-lightbox figure img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.lightbox-arrow{z-index:2;border-radius:50%;width:48px;height:48px;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-arrow svg{width:25px}.lightbox-previous{left:20px}.lightbox-next{right:20px}.lightbox-thumbnails{gap:6px;max-width:calc(100% - 40px);height:66px;padding:4px;display:flex;position:absolute;bottom:18px;left:50%;overflow-x:auto;transform:translate(-50%)}.lightbox-thumbnails button{opacity:.56;cursor:pointer;background:#17253a;border:2px solid #0000;border-radius:7px;flex:0 0 78px;padding:0;overflow:hidden}.lightbox-thumbnails button.is-active{opacity:1;border-color:#fff}.lightbox-thumbnails img{object-fit:cover;width:100%;height:100%;display:block}.detail-content{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:52px;margin-top:34px;display:grid}.detail-features{border-bottom:1px solid #dfe5eb;flex-wrap:wrap;gap:16px 36px;padding:18px 0 28px;display:flex}.detail-features span{grid-template-columns:22px auto;align-items:center;column-gap:8px;display:grid}.detail-features svg{width:20px;color:var(--site-primary);grid-row:1/3}.detail-features strong{font-size:.88rem}.detail-features small{color:#748196;font-size:.62rem}.detail-description{padding:36px 0}.detail-description h2,.detail-video h2,.detail-contact h2{letter-spacing:-.025em;margin:0;font-size:1.35rem}.detail-description p{color:#4f5e72;white-space:pre-line;max-width:76ch;margin:15px 0 0;font-size:.86rem;line-height:1.75}.detail-video{border-top:1px solid #dfe5eb;padding-top:30px}.detail-video>div:first-child{align-items:center;gap:12px;margin-bottom:18px;display:flex}.detail-video>div:first-child>svg{width:28px;color:var(--site-primary)}.detail-video h2{font-size:1.15rem}.detail-video p{color:#738095;margin:4px 0 0;font-size:.7rem}.video-frame{aspect-ratio:16/9;background:#132238;border-radius:12px;overflow:hidden}.video-frame iframe{border:0;width:100%;height:100%}.detail-map{border-top:1px solid #dfe5eb;padding:30px 0}.detail-map h2{letter-spacing:-.025em;margin:0;font-size:1.15rem}.detail-map>div:first-child{align-items:center;gap:11px;margin-bottom:18px;display:flex}.detail-map>div:first-child>svg{width:25px;color:var(--site-primary)}.detail-map p{color:#738095;margin:4px 0 0;font-size:.7rem}.detail-map iframe{background:#e6ebef;border:0;border-radius:12px;width:100%;height:360px}.detail-contact{background:#fff;border:1px solid #dfe5eb;border-radius:14px;padding:26px;position:sticky;top:24px}.detail-contact>p{color:var(--site-primary);margin:0 0 9px;font-size:.68rem;font-weight:720}.detail-contact>span{color:#67758a;margin-top:10px;font-size:.76rem;line-height:1.55;display:block}.detail-contact>a{background:var(--site-primary);color:#fff;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:48px;margin-top:22px;font-size:.76rem;font-weight:720;display:flex}.detail-contact>a svg{width:18px}.detail-contact>small{color:#758195;text-align:center;margin-top:14px;font-size:.64rem;display:block}@media (width<=1100px){.featured-carousel{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1020px){.public-header nav{gap:16px}.property-search{grid-template-columns:200px 1fr auto auto}.property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.property-types{grid-template-columns:repeat(2,1fr)}.property-types button:nth-child(2){border-right:0}.property-types button:nth-child(-n+2){border-bottom:1px solid #e5e9ef}.editorial-banner{grid-template-columns:1fr 1fr}}@media (width<=760px){.public-header{width:100%;height:70px;padding-inline:15px}.public-header nav{color:#14243a;background:#fff;border-radius:12px;flex-direction:column;align-items:stretch;padding:18px;display:none;position:fixed;inset:70px 15px auto;box-shadow:0 8px 24px #0715282e}.public-header nav.is-open{display:flex}.public-header nav .client-area{border-color:#dce2e9;justify-content:center}.public-menu-button{place-items:center;display:grid}.public-hero{height:720px;min-height:720px}.hero-content{width:calc(100% - 40px);top:19%;left:20px}.hero-content h1{font-size:clamp(2.55rem,12vw,4.2rem)}.hero-controls{top:auto;bottom:34px;right:20px}.public-search-band{padding:14px 15px}.property-search{grid-template-columns:1fr;align-content:start;width:100%;min-height:260px;padding:12px}.search-tabs{border-bottom:1px solid #e0e5eb;border-right:0;min-height:46px;padding:0 0 8px}.property-search>label{min-height:56px;padding-inline:7px}.filter-button,.search-button{justify-content:center;width:100%}.public-section{padding:68px 15px}.public-section-heading{flex-direction:column;align-items:start}.featured-actions{flex-wrap:wrap;width:100%}.featured-actions>a{margin-left:auto}.property-grid{grid-template-columns:1fr;gap:30px}.featured-carousel{grid-template-columns:1fr}.featured-carousel .property-image,.property-image{height:310px}.catalog-sort{width:100%}.editorial-banner{grid-template-columns:1fr;margin-inline:15px}.editorial-banner>div{padding:46px 28px}.editorial-banner img{min-height:340px}.public-footer{grid-template-columns:1fr;padding:46px 22px}.public-footer>div{flex-wrap:wrap}.detail-header{height:auto;min-height:72px;padding:12px 15px}.detail-header nav a:first-child{display:none}.detail-main{padding:22px 15px 64px}.detail-heading{flex-direction:column;align-items:start}.detail-price{text-align:left}.detail-gallery{grid-template-rows:1.3fr .7fr;grid-template-columns:1fr 1fr;height:480px}.detail-gallery .gallery-tile:first-child{grid-area:auto/1/auto/3}.detail-gallery .gallery-tile:nth-child(n+4){display:none}.gallery-lightbox{padding:64px 12px 88px}.lightbox-arrow{background:#050d1994;width:42px;height:42px}.lightbox-previous{left:8px}.lightbox-next{right:8px}.lightbox-thumbnails{height:58px}.lightbox-thumbnails button{flex-basis:68px}.detail-content{grid-template-columns:1fr;gap:28px}.detail-contact{position:static}.detail-map iframe{height:290px}}@media (width<=440px){.public-logo strong{font-size:.9rem}.property-types small{display:none}.property-image{height:260px}.hero-controls span{display:none}}@media (prefers-reduced-motion:reduce){.public-hero>img{transition:opacity .15s;transform:none!important}.property-image img,.gallery-tile img{transition:none}}.catalog-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:42px;display:flex}.catalog-page{display:none}.catalog-page.is-current{display:block}.catalog-pages:has(.catalog-page:target) .catalog-page{display:none}.catalog-pages:has(.catalog-page:target) .catalog-page:target{display:block}.catalog-pagination a{color:#536278;background:#fff;border:1px solid #dce2e9;border-radius:9px;justify-content:center;align-items:center;min-width:42px;min-height:42px;padding:0 13px;font-size:.76rem;font-weight:700;display:inline-flex}.catalog-pagination a[aria-current=page]{border-color:var(--site-primary);background:var(--site-primary);color:#fff}.catalog-pagination a.is-disabled{opacity:.45;cursor:not-allowed}.public-contact-section{grid-template-columns:minmax(0,.85fr) minmax(480px,1.15fr);align-items:stretch;gap:54px;max-width:1344px;margin:28px auto 110px;padding:0 24px;display:grid}.public-contact-copy{background:#f2f6f9;border-radius:18px;padding:clamp(32px,5vw,68px)}.public-contact-copy>p{color:var(--site-primary);margin:0 0 10px;font-size:.75rem;font-weight:750}.public-contact-copy h2{letter-spacing:-.04em;text-wrap:balance;margin:0;font-size:clamp(2rem,3.5vw,3.3rem);line-height:1.02}.public-contact-copy>span{color:#5c6b80;margin-top:18px;font-size:.88rem;line-height:1.65;display:block}.public-contact-list{gap:18px;margin-top:30px;display:grid}.public-contact-list>a,.public-contact-list>div{grid-template-columns:38px 1fr;align-items:center;gap:12px;display:grid}.public-contact-list svg{width:20px;color:var(--site-primary)}.public-contact-list span{gap:3px;display:grid}.public-contact-list small{color:#718095;font-size:.65rem}.public-contact-list strong{font-size:.78rem;line-height:1.45}.public-creci{background:color-mix(in srgb, var(--site-primary) 10%, white);color:var(--site-primary);border-radius:99px;margin-top:28px;padding:8px 12px;font-size:.72rem;display:inline-flex}.public-map{background:#e7edf1;border-radius:18px;min-height:560px;overflow:hidden}.public-map iframe{border:0;width:100%;height:100%;min-height:560px}.public-info-page{color:#132238;min-height:100vh;font-family:var(--font-geist-sans), Arial, sans-serif;background:#f5f7fa;padding-top:72px}.public-info-header{z-index:5;background:#fffffff5;border-bottom:1px solid #dfe5eb;justify-content:space-between;align-items:center;min-height:72px;padding:0 max(24px,50% - 600px);display:flex;position:fixed;inset:0 0 auto}.public-info-header a{color:inherit;font-weight:700;text-decoration:none}.public-info-header nav{gap:24px;font-size:.78rem;display:flex}.public-info-content{max-width:1200px;margin:0 auto;padding:76px 24px 100px}.public-info-content>p{color:var(--site-primary);font-size:.78rem;font-weight:750}.public-info-content h1{letter-spacing:-.05em;max-width:850px;margin:12px 0 24px;font-size:clamp(2.6rem,6vw,5.4rem);line-height:.96}.public-info-content>div{color:#536278;max-width:76ch;line-height:1.8}@media (width<=900px){.public-contact-section{grid-template-columns:1fr;gap:18px}.public-map,.public-map iframe{min-height:380px}}@media (width<=760px){.public-contact-section{margin-bottom:70px;padding:0 15px}.public-contact-copy{padding:34px 24px}.catalog-pagination{justify-content:flex-start}.public-info-header nav{gap:12px}.public-info-header nav a:first-child{display:none}}.cookie-consent{z-index:80;color:#14243a;background:#fff;border:1px solid #dce2e9;border-radius:14px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;width:min(520px,100vw - 30px);padding:18px;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 10px 28px #0715282e}.cookie-consent div{gap:4px;min-width:0;display:grid}.cookie-consent strong{font-size:.86rem}.cookie-consent p{color:#596779;margin:0;font-size:.72rem;line-height:1.45}.cookie-consent button{color:#14243a;cursor:pointer;background:#fff;border:1px solid #dce2e9;border-radius:9px;min-height:40px;padding:0 13px;font-size:.72rem;font-weight:700}.cookie-consent button.accept{border-color:var(--site-primary,#087a50);background:var(--site-primary,#087a50);color:#fff}@media (width<=700px){.cookie-consent{grid-template-columns:1fr 1fr;bottom:15px;right:15px}.cookie-consent div{grid-column:1/-1}.cookie-consent button{width:100%}}.interest-form{gap:12px;margin:18px 0 12px;display:grid}.interest-form label{color:#445164;gap:6px;font-size:12px;font-weight:700;display:grid}.interest-form input,.interest-form textarea{color:#17202f;width:100%;font:inherit;resize:vertical;background:#fff;border:1px solid #d5dce6;border-radius:10px;padding:11px 12px}.interest-form input:focus,.interest-form textarea:focus{border-color:var(--site-primary);outline:3px solid color-mix(in srgb, var(--site-primary) 16%, transparent)}.interest-form button{background:var(--site-primary);color:#fff;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:13px;font-weight:800;display:flex}.interest-form button:disabled{cursor:wait;opacity:.65}.interest-form button svg{width:17px}.interest-error{color:#b42318;margin:0;font-size:12px}.interest-success{color:#067647;text-align:center;background:#ecfdf3;border-radius:12px;place-items:center;gap:7px;margin:20px 0;padding:20px;display:grid}.interest-success svg{width:30px;height:30px}.interest-success span{color:#416154;font-size:13px}.detail-broker{background:#f4f7fa;border-radius:10px;gap:3px;margin-top:16px;padding:13px;display:grid}.detail-broker span,.detail-broker small{color:#667085;font-size:12px}.customizer-heading{align-items:center}.customizer-actions{gap:8px;display:flex}.customizer-actions>a{border:1px solid var(--border);background:var(--card);border-radius:8px;align-items:center;gap:7px;min-height:38px;padding:0 14px;font-size:.76rem;font-weight:650;display:inline-flex}.customizer-actions svg{width:16px}.customizer-layout{grid-template-columns:minmax(330px,430px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.customizer-controls{gap:14px;display:grid}.customizer-controls>section,.site-preview-panel{border:1px solid var(--border);background:var(--card);border-radius:12px}.customizer-controls>section{padding:18px}.settings-title{align-items:start;gap:10px;margin-bottom:18px;display:flex}.settings-title>svg{width:19px;color:var(--primary)}.settings-title h2{margin:0;font-size:.88rem}.settings-title p{color:var(--muted-foreground);margin:4px 0 0;font-size:.68rem}.settings-field{gap:6px;margin-top:14px;display:grid}.settings-field>span,.color-fields label>span{color:var(--muted-foreground);font-size:.68rem;font-weight:620}.settings-field textarea{resize:vertical;border:1px solid var(--input);background:var(--card);min-height:84px;color:var(--foreground);font:inherit;border-radius:8px;padding:10px 11px;font-size:.76rem;line-height:1.45}.logo-uploader{border:1px dashed var(--border);background:var(--secondary);border-radius:10px;grid-template-columns:72px 1fr;align-items:center;gap:12px;padding:12px;display:grid}.footer-logo-uploader{background:var(--footer-preview,#0b1b30);margin-top:10px}.logo-preview{background:var(--primary);color:#fff;border-radius:10px;place-items:center;width:70px;height:58px;padding:6px;font-size:1.45rem;font-weight:850;display:grid;overflow:hidden}.footer-logo-uploader .logo-preview{background:#ffffff1a}.logo-preview img{object-fit:contain;width:100%;height:100%}.logo-uploader strong{font-size:.74rem}.footer-logo-uploader strong{color:#fff}.logo-uploader p{color:var(--muted-foreground);margin:3px 0 8px;font-size:.62rem}.footer-logo-uploader p{color:#ffffffad}.logo-file-button{border:1px solid var(--border);background:var(--card);width:max-content;min-height:32px;color:var(--foreground);cursor:pointer;border-radius:8px;align-items:center;gap:7px;padding:0 10px;font-size:.68rem;font-weight:700;display:inline-flex}.logo-file-button:hover{background:var(--muted)}.logo-file-button input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.logo-file-button svg{width:14px}.color-fields{grid-template-columns:1fr 1fr;gap:9px;margin-top:14px;display:grid}.color-fields label{gap:6px;display:grid}.color-fields label>div{grid-template-columns:34px 1fr;gap:6px;display:grid}.color-fields input[type=color]{border:1px solid var(--border);background:var(--card);border-radius:8px;width:34px;height:38px;padding:3px}.color-fields .ui-input{min-width:0;padding-inline:8px;font-size:.68rem}.settings-field>small{color:var(--muted-foreground);justify-self:end;font-size:.6rem}.browser-tab-preview{border:1px solid var(--border);background:var(--secondary);border-radius:8px 8px 0 0;align-items:center;gap:8px;min-height:40px;margin-top:12px;padding:0 12px;display:flex;overflow:hidden}.browser-tab-preview img{object-fit:contain;flex:none;width:16px;height:16px}.browser-tab-preview span{min-width:0;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:620;overflow:hidden}.favicon-uploader{border:1px solid var(--border);border-top:0;border-radius:0 0 8px 8px;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px;padding:12px;display:grid}.favicon-preview{background:var(--secondary);border-radius:10px;place-items:center;width:50px;height:50px;padding:9px;display:grid}.favicon-preview img{object-fit:contain;width:100%;height:100%}.favicon-uploader strong{font-size:.74rem}.favicon-uploader p{color:var(--muted-foreground);margin:3px 0 8px;font-size:.62rem;line-height:1.4}.favicon-actions{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.hero-mode{border:1px solid var(--border);border-radius:8px;grid-template-columns:1fr 1fr;gap:3px;margin-bottom:12px;padding:3px;display:grid}.hero-mode button{min-height:32px;color:var(--muted-foreground);background:0 0;border:0;border-radius:6px;font-size:.67rem}.hero-mode button.selected{background:var(--secondary);color:var(--foreground);font-weight:650}.slide-manager{border-top:1px solid var(--border)}.slide-manager>div{border-bottom:1px solid var(--border);grid-template-columns:16px 48px 1fr auto;align-items:center;gap:8px;min-height:58px;padding:7px 2px;display:grid}.slide-manager>div>svg{width:14px;color:var(--muted-foreground)}.slide-manager img{object-fit:cover;border-radius:6px;width:48px;height:40px}.slide-manager strong,.slide-manager small{display:block}.slide-manager strong{font-size:.67rem}.slide-manager small{color:var(--muted-foreground);margin-top:3px;font-size:.58rem}.slide-manager [data-slot=badge]{font-size:.55rem}.add-slide{width:100%;margin-top:12px}.hero-mode button{cursor:pointer}.hero-mode button:focus-visible,.hero-property-picker button:focus-visible,.slide-remove:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.hero-guidance{background:color-mix(in srgb, var(--primary) 8%, var(--background));border-radius:8px;margin:-2px 0 10px;padding:10px 11px}.hero-guidance strong,.hero-guidance span{display:block}.hero-guidance strong{font-size:.67rem}.hero-guidance span{color:var(--muted-foreground);margin-top:3px;font-size:.59rem;line-height:1.45}.slide-manager .slide-remove{width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid}.slide-manager .slide-remove:hover{background:color-mix(in srgb, var(--destructive) 10%, transparent);color:var(--destructive)}.slide-manager .slide-remove svg{width:14px;height:14px}.slide-manager .slide-empty{min-height:68px;color:var(--muted-foreground);grid-template-columns:28px 1fr}.slide-manager .slide-empty>svg{width:20px}.add-slide [data-slot=badge]{margin-left:auto}.hero-property-picker{border:1px solid var(--border);background:var(--background);border-radius:10px;margin-top:9px;overflow:hidden}.hero-property-picker>label{border-bottom:1px solid var(--border);align-items:center;gap:7px;height:38px;padding:0 10px;display:flex}.hero-property-picker>label svg{width:14px;color:var(--muted-foreground)}.hero-property-picker>label input{min-width:0;color:var(--foreground);background:0 0;border:0;outline:0;flex:1;font-size:.65rem}.hero-property-picker>div{max-height:240px;overflow:auto}.hero-property-picker>div>button{border:0;border-bottom:1px solid var(--border);width:100%;min-height:58px;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;grid-template-columns:46px 1fr 24px;align-items:center;gap:8px;padding:7px 9px;display:grid}.hero-property-picker>div>button:hover,.hero-property-picker>div>button.is-selected{background:color-mix(in srgb, var(--primary) 8%, transparent)}.hero-property-picker button img{object-fit:cover;border-radius:6px;width:46px;height:38px}.hero-property-picker button strong,.hero-property-picker button small{display:block}.hero-property-picker button strong{text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;overflow:hidden}.hero-property-picker button small{color:var(--muted-foreground);margin-top:3px;font-size:.56rem}.hero-property-picker button i{border:1px solid var(--border);width:22px;height:22px;color:var(--primary);border-radius:50%;place-items:center;font-style:normal;display:grid}.hero-property-picker button i svg{width:12px}.hero-property-picker>div>p{color:var(--muted-foreground);text-align:center;padding:18px;font-size:.64rem}.hero-single-uploader{gap:10px;display:grid}.hero-ratio-note{border:1px solid color-mix(in srgb, var(--primary) 24%, var(--border));background:color-mix(in srgb, var(--primary) 7%, var(--background));border-radius:9px;grid-template-columns:30px 1fr;align-items:center;gap:9px;padding:11px;display:grid}.hero-ratio-note>svg{width:20px;color:var(--primary)}.hero-ratio-note strong,.hero-ratio-note small{display:block}.hero-ratio-note strong{font-size:.68rem}.hero-ratio-note small{color:var(--muted-foreground);margin-top:3px;font-size:.58rem}.hero-single-preview{aspect-ratio:16/9;background:var(--secondary);border-radius:9px;position:relative;overflow:hidden}.hero-single-preview img{object-fit:cover;width:100%;height:100%}.hero-single-preview span{color:#fff;text-align:center;background:#00000094;border-radius:6px;padding:6px 8px;font-size:.56rem;position:absolute;bottom:8px;left:8px;right:8px}.hero-upload-actions{align-items:center;gap:8px;display:flex}.site-preview-panel{position:sticky;top:86px;overflow:hidden}.preview-toolbar{border-bottom:1px solid var(--border);background:var(--secondary);grid-template-columns:1fr auto 1fr;align-items:center;min-height:44px;padding:0 12px;display:grid}.preview-toolbar>div:first-child{gap:5px;display:flex}.preview-toolbar>div:first-child span{background:var(--border);border-radius:50%;width:8px;height:8px}.preview-toolbar p{color:var(--muted-foreground);margin:0;font-size:.63rem}.preview-toolbar>div:last-child{justify-self:end;gap:3px;display:flex}.preview-toolbar button{width:29px;height:29px;color:var(--muted-foreground);background:0 0;border:0;border-radius:6px;place-items:center;display:grid}.preview-toolbar button.active{background:var(--card);color:var(--primary)}.preview-toolbar svg{width:14px}.site-mini-preview{--preview-primary:#155eef;--preview-accent:#ff6b35;--preview-footer:#0b1b30;color:#14243a;background:#fff;width:100%;min-height:620px;margin:0 auto}.site-mini-preview.mobile{border-left:1px solid var(--border);border-right:1px solid var(--border);width:340px}.site-mini-preview>header{color:#14243a;justify-content:space-between;align-items:center;height:54px;padding:0 22px;display:flex}.site-mini-preview>header>div{align-items:center;gap:7px;display:flex}.site-mini-preview>header>div>img{object-fit:contain;object-position:left center;max-width:180px;max-height:38px}.site-mini-preview>header span{background:var(--preview-primary);color:#fff;border-radius:6px;place-items:center;width:24px;height:24px;font-size:.68rem;font-weight:800;display:grid}.site-mini-preview>header strong{font-size:.68rem}.site-mini-preview>header nav{font-size:.56rem}.mini-hero{color:#fff;height:330px;position:relative;overflow:hidden}.mini-hero>img{object-fit:cover;width:100%;height:100%}.mini-hero:after{content:"";background:linear-gradient(90deg,#071528bf,#0715281a);position:absolute;inset:0}.mini-hero>div:first-of-type{z-index:2;width:58%;position:absolute;top:66px;left:34px}.mini-hero small{color:#d7e4f5;font-size:.54rem}.mini-hero h2{letter-spacing:-.035em;margin:8px 0;font-size:clamp(1.25rem,2.5vw,2rem);line-height:1.05}.mini-hero p{color:#fffc;width:85%;margin:0;font-size:.58rem;line-height:1.5}.mini-search{z-index:3;color:#213248;background:#fff;border-radius:9px;justify-content:space-between;align-items:center;width:calc(100% - 56px);height:54px;padding:7px 8px 7px 14px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.mini-search strong{font-size:.58rem}.mini-search button{background:var(--preview-primary);color:#fff;border:0;border-radius:7px;height:38px;padding:0 12px;font-size:.55rem}.mini-list{padding:25px 26px}.mini-list>p{margin:0 0 12px;font-size:.72rem;font-weight:700}.mini-list>div{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.mini-list span{gap:6px;display:grid}.mini-list i{background:#dce3eb;border-radius:7px;height:76px}.mini-list b{background:#e7ebf0;border-radius:9px;width:70%;height:6px}.site-mini-preview>footer{background:var(--preview-footer);color:#fff;justify-content:space-between;align-items:center;gap:18px;min-height:68px;padding:14px 22px;display:flex}.site-mini-preview>footer img{object-fit:contain;object-position:left center;max-height:38px}.site-mini-preview>footer small{color:#ffffffb8;font-size:.54rem}.site-mini-preview.mobile>header nav{display:none}.site-mini-preview.mobile .mini-hero>div:first-of-type{width:calc(100% - 40px);left:20px}.site-mini-preview.mobile .mini-search{width:calc(100% - 28px)}.site-mini-preview.mobile .mini-list>div{grid-template-columns:1fr 1fr}@media (width<=1100px){.customizer-layout{grid-template-columns:1fr}.site-preview-panel{position:static}.site-mini-preview{min-height:560px}}@media (width<=760px){.customizer-heading{align-items:start}.customizer-actions{width:100%}.customizer-actions>*{flex:1}.customizer-layout{gap:12px}.color-fields{grid-template-columns:1fr}.site-mini-preview.desktop{min-width:720px}.site-preview-panel{overflow-x:auto}.preview-toolbar{min-width:720px}.site-mini-preview.mobile{min-width:340px}.customizer-controls>section{padding:15px}}.social-settings{gap:3px;display:grid}.social-field>span{align-items:center;gap:6px;display:flex}.social-field>span svg{width:14px;height:14px;color:var(--primary)}.property-heading{align-items:center}.property-heading>button svg{width:16px}.property-insight-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}.property-insight-grid article{border:1px solid var(--border);background:var(--card);border-radius:10px;min-height:112px;padding:16px}.property-insight-grid article>span{color:var(--muted-foreground);font-size:.66rem}.property-insight-grid article>strong{font-variant-numeric:tabular-nums;margin:8px 0;font-size:1.65rem;display:block}.property-insight-grid article>small{color:var(--muted-foreground);align-items:center;gap:5px;font-size:.61rem;display:flex}.property-insight-grid article>small svg{width:14px;color:var(--primary)}.property-workspace{grid-template-columns:minmax(0,1fr) minmax(340px,410px);align-items:start;gap:14px;display:grid}.property-list-panel,.property-editor{border:1px solid var(--border);background:var(--card);border-radius:12px}.property-list-toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:11px 14px;display:flex}.property-list-toolbar label{width:min(430px,75%);position:relative}.property-list-toolbar label>svg{z-index:1;width:15px;color:var(--muted-foreground);position:absolute;top:50%;left:11px;transform:translateY(-50%)}.property-list-toolbar .ui-input{padding-left:34px}.managed-properties{max-height:720px;overflow-y:auto}.managed-property{border:0;border-bottom:1px solid var(--border);width:100%;min-height:126px;color:var(--foreground);text-align:left;background:0 0;grid-template-columns:104px minmax(0,1fr) auto 32px;align-items:center;gap:13px;padding:11px 14px;display:grid}.managed-property:hover,.managed-property.selected{background:var(--secondary)}.managed-property.selected{box-shadow:inset 3px 0 0 var(--primary)}.managed-property>img{object-fit:cover;background:var(--secondary);border-radius:8px;width:104px;height:88px}.managed-property-copy{min-width:0}.managed-property-copy>small,.managed-property-copy>strong,.managed-property-copy>em{display:block}.managed-property-copy>small{color:var(--primary);font-size:.6rem;font-weight:680}.managed-property-copy>strong{text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:.74rem;overflow:hidden}.managed-property-copy>em{color:var(--muted-foreground);margin-top:3px;font-size:.62rem;font-style:normal}.managed-property-copy>span{flex-wrap:wrap;gap:5px;margin-top:8px;display:flex}.managed-property-copy [data-slot=badge]{font-size:.52rem}.managed-property-copy [data-slot=badge] svg{width:11px}.managed-property-copy>.managed-property-meta{color:var(--muted-foreground);font-variant-numeric:tabular-nums;gap:12px;margin-top:7px;font-size:.56rem}.managed-property-meta>span{align-items:center;gap:4px;display:inline-flex}.managed-property-meta svg{width:12px;height:12px}.quality-score{font-variant-numeric:tabular-nums;border:1px solid;border-radius:50%;place-items:center;width:34px;height:34px;font-size:.63rem;font-weight:750;display:grid}.score-good{color:#15805d}.score-review{color:#c06b20}.property-more-trigger{width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid}.property-more-trigger:hover,.property-more-trigger[aria-expanded=true]{background:var(--card);color:var(--foreground)}.property-more-trigger svg{width:17px}.property-action-menu{z-index:60;border:1px solid var(--border);background:var(--card);width:206px;color:var(--foreground);border-radius:10px;padding:6px;position:fixed;box-shadow:0 8px 8px #030f2029}.property-action-menu>button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:9px;padding:9px;display:grid}.property-action-menu>button:hover{background:var(--secondary)}.property-action-menu>button>svg{width:17px}.property-action-menu strong,.property-action-menu small{display:block}.property-action-menu strong{font-size:.7rem}.property-action-menu small{color:var(--muted-foreground);margin-top:2px;font-size:.56rem;line-height:1.35}.property-action-menu .danger{border-top:1px solid var(--border);color:#c43d3d;border-radius:0 0 7px 7px;margin-top:4px}.property-action-menu .danger small{color:#a85a5a}.property-editor{padding:17px;position:sticky;top:80px}.property-editor-heading{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.property-editor-heading p{color:var(--muted-foreground);margin:0;font-size:.6rem}.property-editor-heading h2{margin:3px 0 0;font-size:1rem}.property-editor-heading>a{border:1px solid var(--border);border-radius:7px;align-items:center;gap:6px;min-height:34px;padding:0 10px;font-size:.63rem;font-weight:650;display:flex}.property-editor-heading>a svg{width:14px}.property-editor-cover{object-fit:cover;border-radius:10px;width:100%;height:184px}.property-editor .settings-field textarea{min-height:112px}.video-editor{border-top:1px solid var(--border);margin-top:16px;padding-top:16px}.video-editor .settings-title{margin-bottom:8px}.field-feedback{align-items:center;gap:6px;margin:8px 0 0;font-size:.61rem;display:flex}.field-feedback svg{width:14px}.field-feedback.valid{color:#15805d}.field-feedback.invalid{color:#c63f47}.property-editor-actions{border-top:1px solid var(--border);flex-wrap:wrap;gap:7px;margin-top:18px;padding-top:14px;display:flex}.property-editor-actions button{white-space:nowrap;flex:1}.property-editor-actions svg{width:14px}@media (width<=1180px){.property-workspace{grid-template-columns:1fr}.property-editor{position:static}.managed-properties{max-height:560px}}@media (width<=760px){.property-insight-grid{grid-template-columns:1fr 1fr}.property-heading{align-items:start}.property-heading>button{width:100%}.managed-property{grid-template-columns:78px minmax(0,1fr) auto}.managed-property>img{width:78px;height:66px}.managed-property>svg{display:none}.quality-score{width:30px;height:30px}.property-list-toolbar{flex-direction:column;align-items:stretch}.property-list-toolbar label{width:100%}}.property-print-backdrop{z-index:90;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#030f20ad;place-items:start center;padding:28px;display:grid;position:fixed;inset:0;overflow-y:auto}.property-print-dialog{color:#102033;background:#eef2f6;border-radius:16px;width:min(940px,100%);overflow:hidden;box-shadow:0 24px 70px #00000047}.property-print-toolbar{background:var(--card);min-height:68px;color:var(--foreground);align-items:center;gap:10px;padding:12px 16px;display:flex}.property-print-toolbar>div:first-child{gap:3px;margin-right:auto;display:grid}.property-print-toolbar strong{font-size:.82rem}.property-print-toolbar small{color:var(--muted-foreground);font-size:.62rem}.property-print-action,.property-print-close{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:38px;display:inline-flex}.property-print-action{background:var(--primary);color:var(--primary-foreground);padding:0 14px;font-size:.68rem;font-weight:700}.property-print-action svg,.property-print-close svg{width:16px;height:16px}.property-print-close{background:var(--secondary);width:38px;color:var(--foreground)}.property-print-sheet{color:#102033;width:210mm;min-height:297mm;font-family:var(--font-geist-sans), sans-serif;background:#fff;align-content:start;gap:8mm;margin:20px auto;padding:16mm;display:grid;box-shadow:0 8px 30px #1020331f}.property-print-header{border-bottom:2px solid var(--print-brand);justify-content:space-between;align-items:center;gap:10mm;padding-bottom:6mm;display:flex}.property-print-brand{align-items:center;gap:4mm;min-width:0;display:flex}.property-print-brand>img{object-fit:contain;object-position:left center;width:auto;max-width:48mm;height:16mm}.property-print-brand>span{background:var(--print-brand);color:#fff;border-radius:4mm;place-items:center;width:14mm;height:14mm;font-weight:800;display:grid}.property-print-brand>div{gap:1mm;display:grid}.property-print-brand strong{font-size:14pt}.property-print-brand small,.property-print-reference small{color:#657386;font-size:8pt}.property-print-reference{justify-items:end;gap:1mm;display:grid}.property-print-reference strong{color:var(--print-brand);font-size:16pt}.property-print-gallery{border-radius:4mm;grid-template-rows:1fr 1fr;grid-template-columns:1.65fr 1fr;gap:2mm;height:72mm;display:grid;overflow:hidden}.property-print-gallery img{object-fit:cover;width:100%;height:100%}.property-print-gallery img:first-child{grid-row:1/-1}.property-print-gallery.count-1{grid-template-rows:1fr;grid-template-columns:1fr}.property-print-gallery.count-2{grid-template-rows:1fr}.property-print-gallery.count-2 img:first-child{grid-row:auto}.property-print-gallery.count-4 img:nth-child(4){display:none}.property-print-no-photo{color:#657386;background:#f5f7fa;border:1px dashed #b9c4d1;border-radius:4mm;place-items:center;height:42mm;font-size:10pt;display:grid}.property-print-title{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10mm;display:grid}.property-print-title>div>span{color:var(--print-brand);text-transform:uppercase;letter-spacing:.08em;font-size:9pt;font-weight:700}.property-print-title h1{margin:2mm 0;font-size:22pt;line-height:1.1}.property-print-title p{color:#657386;align-items:center;gap:2mm;margin:0;font-size:9pt;display:flex}.property-print-title p svg{width:4mm;height:4mm;color:var(--print-brand)}.property-print-title>strong{color:var(--print-brand);white-space:nowrap;font-size:17pt}.property-print-highlights{border:1px solid #dce3ea;border-radius:3mm;grid-template-columns:repeat(5,1fr);display:grid;overflow:hidden}.property-print-highlights div{border-right:1px solid #dce3ea;align-content:center;gap:1mm;min-height:17mm;padding:3mm;display:grid}.property-print-highlights div:last-child{border-right:0}.property-print-highlights strong{font-size:11pt}.property-print-highlights span{color:#657386;font-size:7.5pt}.property-print-section{break-inside:avoid}.property-print-section h2{margin:0 0 3mm;font-size:13pt}.property-print-section>p{color:#38495c;white-space:pre-line;margin:0;font-size:9.5pt;line-height:1.6}.property-print-measures{border:1px solid #dce3ea;border-radius:3mm;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.property-print-measures div{border-bottom:1px solid #dce3ea;border-right:1px solid #dce3ea;gap:1mm;min-height:14mm;padding:3mm;display:grid}.property-print-measures span{color:#657386;font-size:7.5pt}.property-print-measures strong{font-size:10pt}.property-print-footer{color:#657386;border-top:1px solid #dce3ea;flex-wrap:wrap;justify-content:space-between;gap:3mm 7mm;margin-top:auto;padding-top:4mm;font-size:7.5pt;display:flex}.property-print-footer>span{align-items:center;gap:1.5mm;display:inline-flex}.property-print-footer svg{width:3.5mm;height:3.5mm}@media (width<=760px){.property-print-backdrop{place-items:stretch stretch;padding:0}.property-print-dialog{border-radius:0;overflow-x:auto}.property-print-toolbar{z-index:2;min-width:620px;position:sticky;top:0}.property-print-sheet{transform-origin:0 0;margin:16px}}@media print{@page{size:A4;margin:0}body *{visibility:hidden!important}.property-print-sheet,.property-print-sheet *{visibility:visible!important}.property-print-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;padding:0;display:block;position:absolute;inset:0;overflow:visible}.property-print-dialog{width:auto;box-shadow:none;background:#fff;overflow:visible}.property-print-toolbar{display:none!important}.property-print-sheet{box-shadow:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;margin:0;position:absolute;inset:0}}.property-list-toolbar-actions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.property-sort-field{color:var(--muted-foreground);align-items:center;gap:7px;font-size:.62rem;font-weight:680;display:flex;width:auto!important}.property-sort-field select{border:1px solid var(--border);background:var(--card);min-height:38px;color:var(--foreground);font:inherit;border-radius:8px;padding:0 30px 0 10px;font-size:.68rem}.managed-properties{overscroll-behavior:contain;scrollbar-gutter:stable;height:clamp(440px,100dvh - 390px,720px);max-height:none}.property-visibility-warning{border:1px solid color-mix(in srgb, #c97819 38%, var(--border));background:color-mix(in srgb, #c97819 8%, var(--card));color:var(--foreground);border-radius:10px;align-items:center;gap:9px;margin:-4px 0 2px;padding:11px 13px;font-size:.68rem;line-height:1.45;display:flex}.property-visibility-warning svg{color:#a85f11;flex:none;width:17px}@media (width<=1180px){.managed-properties{height:clamp(420px,100dvh - 360px,680px);max-height:none}}@media (width<=720px){.property-list-toolbar{flex-direction:column;align-items:stretch}.property-list-toolbar>label{width:100%}.property-list-toolbar-actions{justify-content:space-between}.property-sort-field{flex:1}.property-sort-field select{flex:1;min-width:0}.managed-properties{height:auto;max-height:none;overflow:visible}}.property-editor{padding:17px 0 0;overflow:hidden}.property-editor-heading{padding-inline:22px}.property-editor-summary{border:1px solid var(--border);background:color-mix(in srgb, var(--card) 94%, var(--primary) 6%);border-radius:12px;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:72px;margin:0 22px 18px;padding:10px;display:grid}.property-editor-summary>img,.property-editor-summary>span:first-child{object-fit:cover;background:var(--secondary);width:64px;height:52px;color:var(--muted-foreground);border-radius:8px;place-items:center;display:grid}.property-editor-summary>span:first-child svg{width:22px}.property-editor-summary div{gap:4px;min-width:0;display:grid}.property-editor-summary strong{text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.property-editor-summary small{color:var(--muted-foreground);font-size:.65rem}.property-editor-tabs{border-bottom:1px solid var(--border);scrollbar-width:thin;gap:2px;margin:0 22px;display:flex;overflow-x:auto}.property-editor-tabs button{min-height:48px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;align-items:center;gap:7px;padding:0 12px;font-size:.68rem;font-weight:650;display:inline-flex}.property-editor-tabs button.active{border-bottom-color:var(--primary);color:var(--primary)}.property-editor-tabs svg{width:15px;height:15px}.property-editor-fields{gap:17px;padding:22px;display:grid}.creci-property-intro{border:1px solid color-mix(in srgb, var(--primary) 24%, var(--border));background:color-mix(in srgb, var(--primary) 5%, var(--card));border-radius:11px;align-items:flex-start;gap:11px;padding:14px;display:flex}.creci-property-intro>svg{width:20px;color:var(--primary);flex:none}.creci-property-intro>div{gap:4px;display:grid}.creci-property-intro strong{font-size:.73rem}.creci-property-intro p{color:var(--muted-foreground);margin:0;font-size:.64rem;line-height:1.45}.creci-property-toggles{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.creci-property-toggles label{border:1px solid var(--border);background:var(--card);cursor:pointer;border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-width:0;min-height:76px;padding:12px;display:grid;overflow:visible}.creci-property-toggles label:hover{background:var(--secondary)}.creci-property-toggles label:focus-within{outline:2px solid var(--ring);outline-offset:2px}.creci-property-toggles label:has(input:checked){border-color:color-mix(in srgb, var(--primary) 38%, var(--border));background:color-mix(in srgb, var(--primary) 6%, var(--card))}.creci-property-toggles input{width:18px;height:18px;accent-color:var(--primary);margin:0}.creci-property-toggles span{gap:3px;min-width:0;display:grid}.creci-property-toggles strong{font-size:.72rem}.creci-property-toggles small{color:var(--muted-foreground);font-size:.61rem;line-height:1.4}.creci-load-state{border:1px solid var(--border);background:var(--card);text-align:center;border-radius:14px;align-content:center;place-items:center;gap:10px;min-height:320px;padding:34px;display:grid}.creci-load-state>svg{width:26px;height:26px;color:var(--muted-foreground)}.creci-load-state>strong{font-size:.86rem}.creci-load-state>p{max-width:520px;color:var(--muted-foreground);margin:0;font-size:.7rem;line-height:1.5}.creci-load-state>button{margin-top:4px}.property-editor .settings-field{gap:7px;min-width:0;margin-top:0;display:grid}.property-editor .settings-field>span{color:var(--muted-foreground);font-size:.68rem;font-weight:650}.property-editor .settings-field>small{color:var(--muted-foreground);justify-self:end;font-size:.6rem}.property-status-controls{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.property-status-control{border:1px solid var(--border);background:var(--card);cursor:pointer;border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-width:0;min-height:76px;padding:12px;display:grid}.property-status-control:hover{background:var(--secondary)}.property-status-control:focus-within{outline:2px solid var(--ring);outline-offset:2px}.property-status-control input{width:18px;height:18px;accent-color:var(--primary)}.property-status-control>span{gap:3px;min-width:0;display:grid}.property-status-control strong{font-size:.72rem}.property-status-control small{color:var(--muted-foreground);font-size:.61rem;line-height:1.35}.property-status-control.publication-control{border-color:color-mix(in srgb, var(--primary) 38%, var(--border));background:color-mix(in srgb, var(--primary) 6%, var(--card));grid-template-columns:auto minmax(0,1fr) auto}.property-status-control.publication-control [data-slot=badge]{align-self:start}.content-generator-heading{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.content-generator-heading>button{white-space:nowrap;margin-bottom:1px}.property-slug-editor{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px 12px;display:grid}.property-slug-editor>small,.property-slug-editor>code{overflow-wrap:anywhere;grid-column:1/-1}.property-slug-editor>small{color:var(--muted-foreground);font-size:11px;line-height:1.45}.property-slug-editor>code{background:var(--secondary);color:var(--foreground);border-radius:8px;padding:9px 11px;font-family:inherit;font-size:11px}.property-editor select,.property-editor textarea{border:1px solid var(--input);background:var(--card);width:100%;color:var(--foreground);font:inherit;border-radius:8px;outline:none}.property-editor select{min-height:40px;padding:0 11px;font-size:.74rem}.property-editor textarea{resize:vertical;padding:11px;font-size:.74rem;line-height:1.55}.property-editor select:focus,.property-editor textarea:focus{border-color:color-mix(in srgb, var(--primary) 65%, var(--border));box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 12%, transparent)}.field-row{align-items:end;gap:13px;display:grid}.field-row.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field-row.three{grid-template-columns:110px minmax(0,1fr) auto}.field-row.two-with-action{grid-template-columns:minmax(0,1fr) auto}.field-row.four{grid-template-columns:repeat(4,minmax(0,1fr))}.add-catalog-option{white-space:nowrap;margin-bottom:1px}.toggle-stack{border:1px solid var(--border);border-radius:10px;overflow:hidden}.toggle-stack label{background:var(--card);cursor:pointer;align-items:center;gap:11px;min-height:62px;padding:11px 13px;display:flex}.toggle-stack label+label{border-top:1px solid var(--border)}.toggle-stack input{width:17px;height:17px;accent-color:var(--primary)}.toggle-stack span{gap:3px;display:grid}.toggle-stack strong{font-size:.72rem}.toggle-stack small{color:var(--muted-foreground);font-size:.62rem;line-height:1.35}.coordinate-help,.security-note,.media-summary{background:color-mix(in srgb, var(--primary) 7%, var(--card));border-radius:10px;align-items:center;gap:11px;padding:14px;display:flex}.coordinate-help>svg,.security-note>svg,.media-summary>svg{width:21px;color:var(--primary);flex:none}.coordinate-help span,.security-note span,.media-summary div{gap:3px;display:grid}.coordinate-help strong,.security-note strong,.media-summary strong{font-size:.72rem}.coordinate-help small,.security-note small,.media-summary small{color:var(--muted-foreground);font-size:.62rem;line-height:1.4}.media-summary button{margin-left:auto}.media-upload-button{border:1px solid var(--border);background:var(--card);min-height:36px;color:var(--foreground);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:7px;margin-left:auto;padding:0 12px;font-size:.65rem;font-weight:650;display:inline-flex}.media-upload-button svg{width:14px}.media-upload-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.property-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.property-media-grid article{border:1px solid var(--border);background:var(--card);border-radius:11px;grid-template-columns:76px minmax(0,1fr);gap:8px;min-width:0;padding:8px;display:grid}.property-media-grid article>img{object-fit:cover;border-radius:7px;width:76px;height:62px}.property-media-grid article>span{align-self:center}.property-media-grid article>span small{color:var(--muted-foreground);font-size:.64rem}.property-media-grid article>div{grid-column:1/-1;justify-content:flex-end;gap:4px;display:flex}.property-media-grid article button{background:var(--secondary);width:32px;height:32px;color:var(--foreground);cursor:pointer;border:0;border-radius:7px;place-items:center;display:grid}.property-media-grid article button:hover:not(:disabled),.property-media-grid article button:focus-visible{color:var(--primary)}.property-media-grid article button:disabled{opacity:.35;cursor:default}.property-media-grid article button.danger{color:var(--destructive)}.property-media-grid article button svg{width:14px}.media-empty{border:1px dashed var(--border);min-height:132px;color:var(--muted-foreground);text-align:center;border-radius:11px;align-content:center;place-items:center;gap:5px;padding:20px;display:grid}.media-empty svg{width:24px}.media-empty strong{color:var(--foreground);font-size:.73rem}.media-empty span{font-size:.64rem}.editor-section-intro{color:var(--muted-foreground);margin:0;font-size:.7rem;line-height:1.55}.measure-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.measure-field>div{position:relative}.measure-field input{padding-right:40px}.measure-field em{color:var(--muted-foreground);font-size:.65rem;font-style:normal;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.property-validation{color:#8e2929;background:#fff7f7;border:1px solid #f0c7c7;border-radius:10px;margin:0 22px 18px;padding:13px 15px;font-size:.66rem}.property-validation ul{margin:7px 0 0;padding-left:18px;line-height:1.5}.property-editor-actions{background:color-mix(in srgb, var(--card) 94%, var(--secondary) 6%);margin:0;padding:16px 22px}.property-editor-actions>span{color:var(--muted-foreground);text-align:right;flex:1;align-self:center;font-size:.64rem}.property-editor-actions>span.save-error{color:#a02c2c}.property-no-image{background:var(--secondary);width:104px;height:78px;color:var(--muted-foreground);border-radius:9px;place-items:center;display:grid}.property-no-image svg{width:24px}@media (width<=760px){.property-editor-summary,.property-editor-tabs{margin-inline:14px}.property-editor-heading{padding-inline:14px}.property-editor-fields{padding:18px 14px}.property-editor-tabs button span{display:none}.property-editor-tabs button{flex:1;justify-content:center}.property-status-controls,.creci-property-toggles,.field-row.two,.field-row.three,.field-row.two-with-action,.field-row.four,.measure-grid,.content-generator-heading,.property-slug-editor,.property-media-grid{grid-template-columns:1fr}.content-generator-heading>button,.property-slug-editor>button{width:100%}.media-summary{flex-wrap:wrap;align-items:flex-start}.media-upload-button{justify-content:center;width:100%;margin-left:0}.add-catalog-option{width:100%}.property-editor-actions{flex-wrap:wrap;padding-inline:14px}.property-editor-actions>span{text-align:left;flex-basis:100%;order:3}.property-no-image{width:78px;height:66px}}.registry-page{min-width:0}.registry-heading{align-items:flex-end}.registry-summary{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;margin-bottom:18px;display:grid}.registry-summary>div{border:1px solid var(--border);background:var(--card);border-radius:14px;align-items:center;gap:14px;padding:18px;display:flex}.registry-summary svg{width:22px;color:var(--primary)}.registry-summary span{gap:2px;display:grid}.registry-summary strong{font-size:24px}.registry-summary small{color:var(--muted-foreground)}.registry-table-panel{border:1px solid var(--border);background:var(--card);border-radius:16px;overflow:hidden}.registry-toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.registry-toolbar label{width:min(440px,100%);position:relative}.registry-toolbar label>svg{width:17px;color:var(--muted-foreground);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.registry-toolbar input{padding-left:38px}.lead-inbox-filters{border:1px solid var(--border);background:var(--muted);border-radius:10px;align-items:center;gap:3px;padding:3px;display:inline-flex}.lead-inbox-filters button{min-height:30px;color:var(--muted-foreground);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 10px;font-size:11px;font-weight:650}.lead-inbox-filters button:hover{color:var(--foreground)}.lead-inbox-filters button[aria-pressed=true]{background:var(--card);color:var(--foreground);box-shadow:0 2px 7px #071b351a}.lead-inbox-filters button:focus-visible,.lead-action:focus-visible,.lead-read-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.registry-list-message{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--primary) 6%, var(--card));color:var(--foreground);padding:10px 16px;font-size:12px}.registry-list{min-height:240px}.registry-row{border-bottom:1px solid var(--border);grid-template-columns:44px minmax(180px,1.1fr) minmax(210px,1fr) auto 40px;align-items:center;gap:14px;padding:14px 16px;display:grid}.registry-row:last-child{border-bottom:0}.lead-inbox-row{grid-template-columns:44px minmax(180px,1.1fr) minmax(170px,.9fr) minmax(130px,auto) auto auto;transition:background-color .18s ease-out}.lead-inbox-row.is-unread{background:color-mix(in srgb, var(--primary) 6%, var(--card))}.lead-inbox-row.is-unread .registry-main strong{font-weight:780}.lead-inbox-row.is-read .registry-main strong,.lead-inbox-row.is-read .lead-property-context strong{font-weight:600}.lead-inbox-row.is-read{color:color-mix(in srgb, var(--foreground) 82%, var(--muted-foreground))}.lead-inbox-row:hover{background:color-mix(in srgb, var(--primary) 9%, var(--card))}.lead-read-toggle,.lead-action{width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;display:grid}.lead-read-toggle{background:color-mix(in srgb, var(--primary) 11%, var(--card));color:var(--primary)}.lead-read-toggle svg,.lead-action svg{width:17px;height:17px}.lead-read-toggle:disabled,.lead-action:disabled{opacity:.45;cursor:wait}.lead-property-context,.lead-created-at span{gap:3px;min-width:0;display:grid}.lead-property-context strong,.lead-property-context small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lead-property-context strong{font-size:12px}.lead-property-context small,.lead-created-at small{color:var(--muted-foreground);font-size:11px}.lead-created-at{font-variant-numeric:tabular-nums;align-items:center;gap:8px;display:flex}.lead-created-at>svg{width:15px;color:var(--muted-foreground)}.lead-created-at strong{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.02em;font-size:10px;font-weight:650}.lead-row-actions{align-items:center;gap:2px;display:flex}.lead-action:hover{background:var(--muted);color:var(--foreground)}.lead-action.is-active{color:#a86600}.lead-action.is-active svg{fill:currentColor}.lead-action.is-destructive:hover{background:color-mix(in srgb, var(--destructive) 10%, var(--card));color:var(--destructive)}.registry-avatar{background:color-mix(in srgb, var(--primary) 12%, white);width:42px;height:42px;color:var(--primary);border-radius:12px;place-items:center;font-weight:800;display:grid}.registry-main,.registry-contact{gap:4px;min-width:0;display:grid}.registry-main small,.registry-contact span{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.registry-contact span{align-items:center;gap:6px;font-size:12px;display:flex}.registry-contact svg{width:14px}.registry-more,.registry-modal header button,.property-editor-close{width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;display:grid}.registry-more:hover,.registry-modal header button:hover,.property-editor-close:hover{background:var(--muted);color:var(--foreground)}.registry-empty{color:var(--muted-foreground);text-align:center;place-items:center;gap:8px;padding:60px 24px;display:grid}.registry-empty svg{width:34px;height:34px}.registry-empty h2,.registry-empty p{margin:0}.registry-modal-backdrop,.property-modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#08162894;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.registry-modal{border:1px solid var(--border);background:var(--card);border-radius:18px;grid-template-rows:auto 1fr auto;width:min(820px,100%);max-height:90vh;display:grid;overflow:hidden;box-shadow:0 28px 80px #071b3547}.registry-modal header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.registry-modal header p,.registry-modal header h2{margin:0}.registry-modal header p{color:var(--primary);text-transform:uppercase;font-size:12px;font-weight:700}.registry-form{padding:22px;overflow-y:auto}.registry-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.registry-modal footer{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:10px;padding:16px 22px;display:flex}.registry-modal footer>span{color:var(--muted-foreground);margin-right:auto}.registry-check,.company-whatsapp-note,.lead-context{border:1px solid var(--border);border-radius:12px;align-items:center;gap:12px;margin-top:18px;padding:15px;display:flex}.registry-check span,.company-whatsapp-note span,.lead-context div{gap:3px;display:grid}.registry-check small,.company-whatsapp-note small,.lead-context small{color:var(--muted-foreground)}.lead-contact-details{border:1px solid var(--border);border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin:14px 0 18px;display:grid;overflow:hidden}.lead-contact-details>div{align-items:center;gap:11px;min-width:0;min-height:70px;padding:13px 15px;display:flex}.lead-contact-details>div+div{border-left:1px solid var(--border)}.lead-contact-details>div>svg{width:18px;color:var(--primary);flex:none}.lead-contact-details span{gap:4px;min-width:0;display:grid}.lead-contact-details small{color:var(--muted-foreground);font-size:.63rem}.lead-contact-details a,.lead-contact-details strong{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:650;overflow:hidden}.lead-contact-details a:hover{color:var(--primary);text-decoration:underline}.campaign-readonly{background:var(--muted);border-radius:12px;gap:3px;margin-top:16px;padding:14px;display:grid}.campaign-readonly>span,.campaign-readonly small{color:var(--muted-foreground)}.lead-dashboard-summary{border:1px solid color-mix(in srgb, var(--primary) 30%, var(--border));background:color-mix(in srgb, var(--primary) 6%, var(--card));border-radius:14px;grid-template-columns:48px 1fr;align-items:center;gap:14px;margin-bottom:18px;padding:16px 18px;display:grid}.lead-summary-icon{background:var(--primary);color:#fff;border-radius:12px;place-items:center;width:46px;height:46px;display:grid}.lead-dashboard-summary>div:last-child{grid-template-columns:auto 1fr;align-items:baseline;column-gap:12px;display:grid}.lead-dashboard-summary strong{grid-row:span 2;font-size:28px}.lead-dashboard-summary small{color:var(--muted-foreground)}.property-workspace{display:block}.property-list-panel{width:100%}.property-more-trigger{border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.property-more-trigger:hover,.property-more-trigger:focus-visible{background:var(--muted);outline:2px solid var(--primary);outline-offset:1px}.property-editor-modal{background:var(--card);border-radius:18px;grid-template-rows:auto auto auto minmax(0,1fr) auto auto;width:min(1120px,100%);min-width:0;max-width:none;height:min(900px,100dvh - 48px);max-height:calc(100dvh - 48px);display:grid;position:relative;top:auto;overflow:hidden;box-shadow:0 28px 90px #071b3552}.property-editor-modal .property-editor-heading{align-items:center;gap:10px;display:flex}.property-editor-close{margin-left:auto}.property-editor-modal .property-editor-fields{overscroll-behavior:contain;scrollbar-gutter:stable;min-width:0;min-height:0;padding:24px 24px 32px;overflow:hidden auto}.property-editor-modal .property-editor-tabs{padding-inline:22px;overflow-x:auto}.property-editor-modal .property-editor-tabs button{min-width:max-content}.property-editor-modal .property-editor-actions{position:static}@media (width<=850px){.registry-summary{grid-template-columns:1fr}.registry-row{grid-template-columns:42px 1fr 40px}.registry-contact,.registry-status{display:none}.registry-toolbar{flex-wrap:wrap;align-items:stretch}.registry-toolbar label{flex:100%}.lead-inbox-filters{flex:1;order:2}.lead-inbox-filters button{flex:1}.lead-inbox-row{grid-template-columns:40px minmax(0,1fr) auto;gap:10px;padding:13px 12px}.lead-inbox-row .lead-property-context,.lead-inbox-row .registry-status{display:none}.lead-inbox-row .lead-created-at{grid-area:2/2}.lead-inbox-row .lead-created-at>svg,.lead-inbox-row .lead-created-at strong{display:none}.lead-inbox-row .lead-row-actions{grid-area:1/3/span 2;align-self:center}.lead-row-actions .lead-action{width:34px}.registry-field-grid{grid-template-columns:1fr}.registry-modal-backdrop,.property-modal-backdrop{padding:8px}.registry-modal,.property-editor-modal{border-radius:14px;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px)}}.logo-editor-backdrop{z-index:80;background:#0715289e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.logo-editor-modal{background:var(--card);width:min(620px,100%);color:var(--foreground);border-radius:16px;overflow:hidden;box-shadow:0 8px 8px #0715283d}.logo-editor-modal>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:70px;padding:16px 20px;display:flex}.logo-editor-modal>header p,.logo-editor-modal>header h2{margin:0}.logo-editor-modal>header p{color:var(--primary);font-size:.68rem;font-weight:700}.logo-editor-modal>header h2{margin-top:3px;font-size:1rem}.logo-editor-modal>header button{width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.logo-editor-modal>header button:hover{background:var(--muted);color:var(--foreground)}.logo-editor-canvas{border-radius:12px;place-items:center;min-height:250px;margin:20px;padding:28px;display:grid;overflow:hidden}.logo-editor-canvas img{object-fit:contain;max-width:100%;max-height:160px}.logo-size-control{gap:12px;padding:0 20px 20px;display:grid}.logo-size-control>span{justify-content:space-between;align-items:center;display:flex}.logo-size-control strong{font-size:.76rem}.logo-size-control small{color:var(--muted-foreground)}.logo-size-control input{width:100%;accent-color:var(--primary)}.logo-editor-modal>footer{border-top:1px solid var(--border);justify-content:flex-end;gap:9px;padding:15px 20px;display:flex}.dashboard-error{border:1px solid color-mix(in srgb, var(--destructive) 35%, var(--border));background:color-mix(in srgb, var(--destructive) 7%, var(--card));border-radius:12px;align-items:center;gap:12px;margin-bottom:18px;padding:14px 16px;display:flex}.dashboard-error strong{font-size:.8rem}.dashboard-error span{color:var(--muted-foreground);flex:1;font-size:.72rem}.metric.is-loading{color:var(--muted-foreground)}.dashboard-grid-real{grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr)}.dashboard-primary-column{gap:18px;min-width:0;display:grid}.portfolio-panel{border:1px solid var(--border);background:var(--card);border-radius:12px;overflow-x:auto}.portfolio-panel .panel-heading{padding:18px 18px 10px}.portfolio-panel table{min-width:700px}.portfolio-panel td{font-size:.72rem}.portfolio-panel td strong,.portfolio-panel td small{display:block}.portfolio-panel td small{color:var(--muted-foreground);margin-top:2px}.dashboard-empty{min-height:210px;color:var(--muted-foreground);text-align:center;align-content:center;place-items:center;gap:7px;padding:36px;display:grid}.dashboard-empty svg{width:28px;height:28px}.dashboard-empty strong{color:var(--foreground);font-size:.82rem}.dashboard-empty span{font-size:.72rem}.dashboard-empty.compact{min-height:180px;padding:24px}.recent-leads-panel{border:1px solid var(--border);background:var(--card);border-radius:12px;overflow:hidden}.recent-leads-panel .panel-heading{padding:18px}.recent-leads-list{border-top:1px solid var(--border)}.recent-lead-row{border:0;border-bottom:1px solid var(--border);width:100%;min-height:72px;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;grid-template-columns:42px minmax(150px,1fr) minmax(190px,.9fr) auto 26px;align-items:center;gap:12px;padding:11px 16px;display:grid}.recent-lead-row:last-child{border-bottom:0}.recent-lead-row:hover,.recent-lead-row:focus-visible{background:var(--secondary)}.recent-lead-row:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.recent-lead-avatar{background:color-mix(in srgb, var(--primary) 12%, var(--card));width:40px;height:40px;color:var(--primary);border-radius:10px;place-items:center;font-size:.7rem;font-weight:800;display:grid}.recent-lead-main,.recent-lead-contact{gap:4px;min-width:0;display:grid}.recent-lead-main strong{text-overflow:ellipsis;white-space:nowrap;font-size:.73rem;overflow:hidden}.recent-lead-main small,.recent-lead-contact small{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;overflow:hidden}.recent-lead-contact small{align-items:center;gap:5px;display:flex}.recent-lead-contact svg{width:12px}.recent-lead-row>svg{width:16px;color:var(--muted-foreground)}.dashboard-shortcuts{margin-top:18px}.shortcut-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid}.shortcut-grid button{border-top:1px solid var(--border);border-right:1px solid var(--border);padding:12px}.shortcut-grid button:last-child{border-right:0}.implementation-page{min-height:calc(100vh - 68px)}.implementation-shell{border:1px solid var(--border);background:var(--card);text-align:center;border-radius:16px;justify-items:center;width:min(720px,100%);margin:clamp(48px,10vh,110px) auto 0;padding:42px;display:grid}.implementation-icon{background:var(--accent);width:58px;height:58px;color:var(--primary);border-radius:14px;place-items:center;margin-bottom:16px;display:grid}.implementation-icon svg{width:27px;height:27px}.implementation-shell h1{letter-spacing:-.025em;margin:14px 0 8px;font-size:1.65rem}.implementation-shell>p{max-width:58ch;color:var(--muted-foreground);margin:0;font-size:.84rem;line-height:1.6}.implementation-scope{background:var(--secondary);text-align:left;border-radius:12px;gap:10px;width:min(480px,100%);margin:26px 0 18px;padding:16px 18px;display:grid}.implementation-scope>strong{margin-bottom:2px;font-size:.76rem}.implementation-scope span{color:var(--secondary-foreground);align-items:center;gap:9px;font-size:.75rem;display:flex}.implementation-scope svg{width:16px;color:var(--primary)}.implementation-shell>small{color:var(--muted-foreground);font-size:.68rem}.access-summary{border:1px solid var(--border);background:var(--card);border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px;display:grid;overflow:hidden}.access-summary>div{border-right:1px solid var(--border);align-items:center;gap:13px;min-height:82px;padding:16px 18px;display:flex}.access-summary>div:last-child{border-right:0}.access-summary svg{width:21px;color:var(--primary)}.access-summary span{gap:3px;display:grid}.access-summary strong{font-size:1.25rem}.access-summary small{color:var(--muted-foreground);font-size:.69rem}.access-user-row{border-bottom:1px solid var(--border);grid-template-columns:44px minmax(0,1fr) 44px;align-items:start;gap:13px;min-height:88px;padding:13px 16px;display:grid}.access-user-row:last-child{border-bottom:0}.access-user-row .registry-avatar{margin-top:1px}.access-user-row .registry-main{gap:3px;padding-top:1px}.access-user-row .registry-main>strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.access-user-row .registry-main small{align-items:center;gap:6px;min-width:0;display:flex}.access-user-row .registry-main small span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.access-user-row .registry-main svg{flex:none;width:13px}.access-user-meta{flex-wrap:wrap;gap:5px;min-width:0;margin-top:5px;display:flex}.access-user-meta [data-slot=badge]{max-width:100%}.access-notice{border:1px solid color-mix(in srgb, var(--primary) 28%, var(--border));background:color-mix(in srgb, var(--primary) 8%, var(--card));color:var(--foreground);border-radius:10px;margin:0 0 16px;padding:12px 14px;font-size:14px}.user-actions{justify-self:end}.access-user-row .registry-more{width:44px;height:44px}.user-actions-layer{z-index:70;position:fixed;inset:0}.user-actions-menu{border:1px solid var(--border);background:var(--card);width:216px;color:var(--foreground);transform-origin:100% 0;border-radius:10px;padding:6px;animation:.16s cubic-bezier(.22,1,.36,1) user-actions-in;position:fixed;box-shadow:0 6px 8px #0f172a29}.user-actions-menu-header{display:none}.user-actions-menu-items>button{width:100%;min-height:40px;color:var(--foreground);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:9px;padding:9px 10px;font-size:13px;display:flex}.user-actions-menu-items>button:hover,.user-actions-menu-items>button:focus-visible{background:var(--muted)}.user-actions-menu-items>button:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.user-actions-menu-items>button.danger{border-top:1px solid var(--border);color:#b42318;border-radius:0 0 7px 7px;margin-top:4px}.user-actions-menu svg{flex:none;width:16px;height:16px}@keyframes user-actions-in{0%{opacity:0;transform:translateY(-4px)scale(.985)}to{opacity:1;transform:none}}.access-modal{width:min(920px,100%)}.access-explanation,.audit-purpose{border:1px solid color-mix(in srgb, var(--primary) 26%, var(--border));background:color-mix(in srgb, var(--primary) 5%, var(--card));border-radius:12px;align-items:flex-start;gap:13px;margin:20px 0;padding:15px 16px;display:flex}.access-explanation svg,.audit-purpose>svg{width:21px;color:var(--primary);flex:none}.access-explanation div{gap:3px;display:grid}.access-explanation strong{font-size:.78rem}.access-explanation small{color:var(--muted-foreground);font-size:.69rem;line-height:1.45}.permission-list{border:1px solid var(--border);border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.permission-row{border-bottom:1px solid var(--border);cursor:pointer;align-items:flex-start;gap:11px;min-height:70px;padding:13px 15px;display:flex}.permission-row:nth-child(odd){border-right:1px solid var(--border)}.permission-row:nth-last-child(-n+2){border-bottom:0}.permission-row:hover{background:var(--secondary)}.permission-row input{accent-color:var(--primary);margin-top:3px}.permission-row span{gap:3px;display:grid}.permission-row strong{font-size:.73rem}.permission-row small{color:var(--muted-foreground);font-size:.65rem;line-height:1.4}.access-self-note{color:var(--muted-foreground);margin:14px 0 0;font-size:.68rem}.audit-purpose{margin-bottom:18px}.audit-purpose div{max-width:78ch}.audit-purpose strong{font-size:.8rem}.audit-purpose p{color:var(--muted-foreground);margin:5px 0 0;font-size:.72rem;line-height:1.55}.audit-row{border-bottom:1px solid var(--border);grid-template-columns:38px minmax(220px,1.2fr) minmax(170px,.8fr) 160px auto;align-items:center;gap:14px;min-height:74px;padding:13px 16px;display:grid}.audit-row:last-child{border-bottom:0}.audit-event-icon{background:var(--secondary);width:36px;height:36px;color:var(--primary);border-radius:9px;place-items:center;display:grid}.audit-event-icon svg{width:17px}.audit-row>div{gap:3px;display:grid}.audit-row strong{font-size:.74rem}.audit-row small,.audit-row time{color:var(--muted-foreground);font-size:.66rem}@media (width<=1050px){.dashboard-grid-real{grid-template-columns:1fr}.shortcut-grid{grid-template-columns:repeat(2,1fr)}.shortcut-grid button:nth-child(2){border-right:0}.audit-row{grid-template-columns:38px minmax(200px,1fr) 150px auto}.audit-row>div:nth-of-type(2){display:none}}@media (width<=760px){.dashboard-error{flex-direction:column;align-items:flex-start}.shortcut-grid,.access-summary{grid-template-columns:1fr}.shortcut-grid button,.access-summary>div{border-right:0;border-bottom:1px solid var(--border)}.shortcut-grid button:last-child,.access-summary>div:last-child{border-bottom:0}.implementation-shell{margin-top:24px;padding:28px 20px}.access-user-row{grid-template-columns:42px minmax(0,1fr) 44px;gap:10px;min-height:92px;padding:12px}.access-user-row .registry-main{padding-top:0}.access-user-meta{margin-top:6px}.user-actions-layer{background:#030f2085;align-items:flex-end;height:100dvh;display:flex}.user-actions-menu{width:100%;max-height:100dvh;padding:8px 12px max(14px, env(safe-area-inset-bottom));transform-origin:bottom;border-width:1px 0 0;border-radius:14px 14px 0 0;animation-name:user-actions-sheet-in;position:relative;overflow-y:auto;box-shadow:0 -6px 8px #030f2024;top:auto!important;left:auto!important}.user-actions-menu-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;min-height:58px;padding:4px 4px 10px 8px;display:flex}.user-actions-menu-header span{gap:3px;min-width:0;display:grid}.user-actions-menu-header strong,.user-actions-menu-header small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-actions-menu-header strong{font-size:.82rem}.user-actions-menu-header small{color:var(--muted-foreground);font-size:.68rem}.user-actions-menu-header button{width:44px;height:44px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:9px;flex:none;place-items:center;display:grid}.user-actions-menu-header button:hover,.user-actions-menu-header button:focus-visible{background:var(--muted);color:var(--foreground)}.user-actions-menu-items>button{min-height:48px;padding-inline:10px;font-size:14px}.permission-list{grid-template-columns:1fr}.permission-row,.permission-row:nth-child(odd),.permission-row:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--border)}.permission-row:last-child{border-bottom:0}.audit-row{grid-template-columns:36px minmax(0,1fr) auto}.audit-row time{display:none}.lead-contact-details{grid-template-columns:1fr}.lead-contact-details>div+div{border-top:1px solid var(--border);border-left:0}.recent-lead-row{grid-template-columns:40px minmax(0,1fr) auto}.recent-lead-contact,.recent-lead-row>[data-slot=badge]{display:none}}@keyframes user-actions-sheet-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.user-actions-menu{animation:none}}.account-menu>button.account-signout,.account-menu>button.account-signout svg{color:var(--destructive)}.account-security-backdrop{z-index:90}.account-security-modal{width:min(540px,100%)}.account-security-modal>form{grid-template-rows:1fr auto;min-height:0;display:grid}.account-security-body{gap:14px;min-height:0;padding:20px 22px;display:grid;overflow-y:auto}.account-security-body .settings-field{gap:6px}.account-security-body .settings-field>span{font-size:.68rem;font-weight:650}.password-visibility{width:max-content;color:var(--primary);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:0;font-size:.66rem;font-weight:650;display:inline-flex}.password-visibility svg{width:15px;height:15px}.password-visibility:focus-visible{outline:2px solid var(--ring);outline-offset:4px;border-radius:4px}.password-requirements{background:var(--secondary);border-radius:10px;grid-template-columns:1fr 1fr;gap:8px 12px;padding:12px 13px;display:grid}.password-requirements>strong{grid-column:1/-1;font-size:.68rem}.password-requirements>span{color:var(--muted-foreground);align-items:center;gap:6px;font-size:.61rem;display:flex}.password-requirements>span svg{border:1px solid var(--border);color:#0000;border-radius:50%;width:14px;height:14px;padding:2px}.password-requirements>span.is-valid{color:var(--foreground)}.password-requirements>span.is-valid svg{border-color:color-mix(in srgb, var(--success) 45%, var(--border));background:color-mix(in srgb, var(--success) 12%, transparent);color:var(--success)}.security-feedback{border-radius:9px;align-items:center;gap:9px;padding:10px 12px;font-size:.65rem;line-height:1.4;display:flex}.security-feedback svg{flex:none;width:17px}.security-feedback.is-error{background:color-mix(in srgb, var(--destructive) 9%, var(--card));color:var(--destructive)}.security-feedback.is-success{background:color-mix(in srgb, var(--success) 10%, var(--card));color:var(--success)}.account-security-modal footer{border-top:1px solid var(--border);justify-content:flex-end;gap:9px;padding:16px 22px;display:flex}@media (width<=620px){.account-security-body{padding:16px}.password-requirements{grid-template-columns:1fr}.password-requirements>strong{grid-column:auto}.account-security-modal footer{padding:14px 16px}}.creci-heading{align-items:flex-end}.creci-heading-actions{gap:8px;display:flex}.creci-safety-state{border:1px solid color-mix(in srgb, var(--warning) 32%, var(--border));background:color-mix(in srgb, var(--warning) 6%, var(--card));border-radius:13px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:76px;margin-bottom:16px;padding:14px 16px;display:grid}.creci-safety-state.is-active{border-color:color-mix(in srgb, var(--success) 32%, var(--border));background:color-mix(in srgb, var(--success) 6%, var(--card))}.creci-safety-state>svg{width:24px;color:var(--warning)}.creci-safety-state.is-active>svg{color:var(--success)}.creci-safety-state>div{gap:4px;display:grid}.creci-safety-state strong{font-size:.78rem}.creci-safety-state p{color:var(--muted-foreground);margin:0;font-size:.68rem;line-height:1.45}.creci-feedback{border-radius:9px;align-items:center;gap:9px;margin-bottom:16px;padding:11px 13px;font-size:.7rem;line-height:1.45;display:flex}.creci-feedback svg{flex:none;width:17px}.creci-feedback.is-success{background:color-mix(in srgb, var(--success) 10%, var(--card));color:var(--success)}.creci-feedback.is-error{background:color-mix(in srgb, var(--destructive) 9%, var(--card));color:var(--destructive)}.creci-summary{border:1px solid var(--border);background:var(--card);border-radius:13px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px;display:grid;overflow:hidden}.creci-summary article{border-right:1px solid var(--border);align-content:center;gap:4px;min-height:98px;padding:16px 18px;display:grid}.creci-summary article:last-child{border-right:0}.creci-summary span,.creci-summary small{color:var(--muted-foreground);font-size:.65rem}.creci-summary strong{font-variant-numeric:tabular-nums;font-size:1.45rem}.creci-workspace{grid-template-columns:minmax(300px,.72fr) minmax(460px,1.28fr);align-items:start;gap:18px;display:grid}.creci-settings-panel,.creci-readiness-panel{border:1px solid var(--border);background:var(--card);border-radius:13px;overflow:hidden}.creci-settings-panel>header,.creci-readiness-panel>header{border-bottom:1px solid var(--border);align-items:center;gap:12px;min-height:78px;padding:16px 18px;display:flex}.creci-settings-panel>header>svg{width:20px;color:var(--primary);flex:none}.creci-settings-panel h2,.creci-readiness-panel h2{margin:0;font-size:.84rem}.creci-settings-panel header p,.creci-readiness-panel header p{color:var(--muted-foreground);margin:4px 0 0;font-size:.65rem;line-height:1.4}.creci-settings-fields{gap:15px;padding:18px;display:grid}.creci-copy-field,.creci-percent-field{align-items:center;gap:7px;display:flex}.creci-copy-field input{min-width:0}.creci-copy-field button{border:1px solid var(--border);background:var(--card);width:38px;height:38px;color:var(--muted-foreground);cursor:pointer;border-radius:8px;place-items:center;display:grid}.creci-copy-field button:hover,.creci-copy-field button:focus-visible{color:var(--primary);outline:2px solid var(--ring);outline-offset:1px}.creci-copy-field svg{width:15px}.creci-percent-field input{max-width:110px}.creci-percent-field>span{font-size:.72rem;font-weight:700}.creci-enable-control{background:var(--secondary);cursor:pointer;border-radius:10px;align-items:flex-start;gap:10px;min-height:66px;padding:12px;display:flex}.creci-enable-control.is-disabled{opacity:.65;cursor:not-allowed}.creci-enable-control input{width:17px;height:17px;accent-color:var(--primary);margin-top:2px}.creci-enable-control span{gap:3px;display:grid}.creci-enable-control strong{font-size:.71rem}.creci-enable-control small{color:var(--muted-foreground);font-size:.62rem;line-height:1.4}.creci-settings-panel>footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:66px;padding:13px 18px;display:flex}.creci-settings-panel>footer a{color:var(--primary);align-items:center;gap:6px;font-size:.68rem;font-weight:700;display:inline-flex}.creci-settings-panel>footer a svg{width:14px}.creci-readiness-panel>header{justify-content:space-between}.creci-readiness-filter{border:1px solid var(--border);background:var(--secondary);border-radius:8px;padding:3px;display:flex}.creci-readiness-filter button{min-height:30px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 10px;font-size:.64rem;font-weight:700}.creci-readiness-filter button.active{background:var(--card);color:var(--foreground);box-shadow:0 2px 5px #0f172a14}.creci-readiness-list{max-height:620px;overflow-y:auto}.creci-readiness-list article{border-bottom:1px solid var(--border);grid-template-columns:28px minmax(0,1fr) auto;align-items:start;gap:10px;min-height:76px;padding:12px 16px;display:grid}.creci-readiness-list article:last-child{border-bottom:0}.creci-item-icon{background:var(--secondary);width:28px;height:28px;color:var(--muted-foreground);border-radius:8px;place-items:center;display:grid}.creci-item-icon svg{width:15px}.creci-readiness-list article.is-eligible .creci-item-icon{color:var(--success)}.creci-readiness-list article.is-blocked .creci-item-icon{color:var(--warning)}.creci-readiness-list article>div{min-width:0}.creci-readiness-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;display:block;overflow:hidden}.creci-readiness-list small{color:var(--muted-foreground);margin-top:4px;font-size:.62rem;display:block}.creci-readiness-list ul{color:var(--muted-foreground);margin:5px 0 0;padding-left:15px;font-size:.61rem;line-height:1.45}.creci-empty{min-height:270px;color:var(--muted-foreground);text-align:center;align-content:center;place-items:center;gap:6px;padding:24px;display:grid}.creci-empty svg{width:23px}.creci-empty strong{color:var(--foreground);font-size:.75rem}.creci-empty span{font-size:.65rem}.creci-drop-confirmation{border:1px solid color-mix(in srgb, var(--warning) 38%, var(--border));background:color-mix(in srgb, var(--warning) 7%, var(--card));border-radius:12px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:18px;padding:14px 16px;display:grid}.creci-drop-confirmation>svg{width:21px;color:var(--warning)}.creci-drop-confirmation strong{font-size:.74rem}.creci-drop-confirmation p{color:var(--muted-foreground);margin:4px 0 0;font-size:.65rem}.is-spinning{animation:.9s linear infinite creci-spin}@keyframes creci-spin{to{transform:rotate(360deg)}}@media (width<=1040px){.creci-workspace{grid-template-columns:1fr}.creci-readiness-list{max-height:520px}}@media (width<=760px){.creci-heading{align-items:flex-start}.creci-heading-actions{width:100%}.creci-heading-actions>button{flex:1}.creci-summary{grid-template-columns:1fr 1fr}.creci-summary article:nth-child(2){border-right:0}.creci-summary article:nth-child(-n+2){border-bottom:1px solid var(--border)}.creci-safety-state{grid-template-columns:32px minmax(0,1fr)}.creci-safety-state>[data-slot=badge]{grid-column:2;justify-self:start}.creci-settings-panel>footer{flex-direction:column;align-items:stretch}.creci-settings-panel>footer button{width:100%}.creci-readiness-panel>header{flex-direction:column;align-items:flex-start}.creci-readiness-filter{width:100%}.creci-readiness-filter button{flex:1}.creci-readiness-list article{grid-template-columns:28px minmax(0,1fr)}.creci-readiness-list article>[data-slot=badge]{grid-column:2;justify-self:start}.creci-drop-confirmation{grid-template-columns:28px minmax(0,1fr)}.creci-drop-confirmation button{grid-column:1/-1;width:100%}}@media (prefers-reduced-motion:reduce){.is-spinning{animation:none}}@media (width>=1121px){.metric-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.watermark-upload-row{align-items:center;gap:12px;display:flex}.watermark-preview{border:1px solid var(--border);background:var(--secondary);width:92px;height:58px;color:var(--muted-foreground);border-radius:9px;place-items:center;display:grid;overflow:hidden}.watermark-preview img{object-fit:contain;max-width:82px;max-height:48px}.watermark-preview svg{width:21px}.watermark-toggle{background:var(--secondary);cursor:pointer;border-radius:9px;align-items:center;gap:10px;min-height:58px;padding:10px 12px;display:flex}.watermark-toggle input{width:17px;height:17px;accent-color:var(--primary)}.watermark-toggle span{gap:2px;display:grid}.watermark-toggle strong{font-size:.7rem}.watermark-toggle small{color:var(--muted-foreground);font-size:.61rem}.visits-heading{align-items:flex-end}.visit-period{border:1px solid var(--border);background:var(--card);border-radius:9px;width:max-content;margin-bottom:16px;padding:3px;display:flex}.visit-period button{min-height:34px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 14px;font-size:.7rem;font-weight:650}.visit-period button.active{background:var(--primary);color:var(--primary-foreground)}.visits-summary{border:1px solid var(--border);background:var(--card);border-radius:13px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px;display:grid;overflow:hidden}.visits-summary article{border-right:1px solid var(--border);align-items:center;gap:13px;min-height:96px;padding:18px;display:flex}.visits-summary article:last-child{border-right:0}.visits-summary svg{width:21px;color:var(--primary)}.visits-summary span{gap:3px;display:grid}.visits-summary strong{font-variant-numeric:tabular-nums;font-size:1.35rem}.visits-summary small{color:var(--muted-foreground);font-size:.68rem}.visits-ranking,.top-visits-panel{border:1px solid var(--border);background:var(--card);border-radius:13px;overflow:hidden}.visits-ranking .panel-heading,.top-visits-panel .panel-heading{padding:18px}.visit-ranking-list{border-top:1px solid var(--border)}.visit-ranking-list article{border-bottom:1px solid var(--border);grid-template-columns:28px 58px minmax(190px,1fr) repeat(3,minmax(85px,auto)) auto;align-items:center;gap:12px;min-height:78px;padding:10px 16px;display:grid}.visit-ranking-list article:last-child{border-bottom:0}.visit-ranking-list img,.visit-image-placeholder{object-fit:cover;border-radius:8px;width:58px;height:48px}.visit-image-placeholder{background:var(--secondary);color:var(--muted-foreground);place-items:center;display:grid}.visit-image-placeholder svg{width:18px}.visit-rank{color:var(--muted-foreground);font-size:.72rem;font-weight:700}.visit-property,.visit-ranking-list article>span{gap:3px;min-width:0;display:grid}.visit-ranking-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.visit-ranking-list small{color:var(--muted-foreground);font-size:.62rem}.dashboard-top-visits{border-top:1px solid var(--border)}.dashboard-top-visits button{border:0;border-bottom:1px solid var(--border);background:var(--card);width:100%;min-height:58px;color:var(--foreground);text-align:left;cursor:pointer;grid-template-columns:24px minmax(0,1fr) auto 20px;align-items:center;gap:10px;padding:10px 16px;display:grid}.dashboard-top-visits button:last-child{border-bottom:0}.dashboard-top-visits button:hover{background:var(--secondary)}.dashboard-top-visits button>span{color:var(--muted-foreground);font-size:.68rem;font-weight:700}.dashboard-top-visits button strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.7rem;overflow:hidden}.dashboard-top-visits button small{color:var(--muted-foreground);font-size:.59rem;font-weight:400;display:block}.dashboard-top-visits button em{color:var(--muted-foreground);font-size:.63rem;font-style:normal}.dashboard-top-visits button svg{width:14px}@media (width<=900px){.visit-ranking-list article{grid-template-columns:28px 58px minmax(0,1fr) auto}.visit-ranking-list article>span:not(.visit-rank):not(.visit-property){display:none}}@media (width<=620px){.visits-summary{grid-template-columns:1fr}.visits-summary article{border-right:0;border-bottom:1px solid var(--border)}.visits-summary article:last-child{border-bottom:0}.visit-ranking-list article{grid-template-columns:24px 48px minmax(0,1fr)}.visit-ranking-list img,.visit-image-placeholder{width:48px;height:42px}.visit-ranking-list [data-slot=badge]{display:none}.dashboard-top-visits button{grid-template-columns:20px minmax(0,1fr) 18px}.dashboard-top-visits button em{display:none}}.managed-property-copy>.managed-property-distribution{gap:4px;margin-top:6px}.managed-property-distribution [data-slot=badge]{border:1px solid color-mix(in srgb, var(--primary) 20%, var(--border));background:color-mix(in srgb, var(--primary) 7%, var(--card));color:var(--primary)}.property-record-dates{border-block:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.property-record-dates>span{border-inline-end:1px solid var(--border);gap:2px;min-width:0;padding:9px 12px;display:grid}.property-record-dates>span:last-child{border-inline-end:0}.property-record-dates strong{font-size:.64rem}.property-record-dates small{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.6rem;overflow:hidden}@media (width<=760px){.property-record-dates{grid-template-columns:1fr}.property-record-dates>span{border-inline-end:0;border-block-end:1px solid var(--border)}.property-record-dates>span:last-child{border-block-end:0}}
