:root{--bg-950:#061208;--bg-900:#0a1a0f;--bg-800:#0f2618;--bg-700:#163322;--navy-950:var(--bg-950);--navy-900:var(--bg-900);--navy-800:var(--bg-800);--navy-700:var(--bg-700);--green-600:#1b5e3a;--green-500:#2d8a56;--green-400:#4caf7a;--gold-500:#c9a227;--gold-400:#e4c76b;--blue-500:#2d8a56;--blue-400:var(--green-400);--text:#d4e6dc;--text-muted:#8fb39a;--text-heading:#f2faf5;--glass:#ffffff0d;--glass-border:#ffffff17;--glass-strong:#ffffff14;--success:#4caf7a;--warn:#e4c76b;--danger:#f87171;--radius:12px;--radius-sm:8px;--shadow:0 14px 40px #00000052;--font:"Segoe UI", Tahoma, "Noto Sans Arabic", "Arial", sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;direction:rtl;overflow-x:hidden}body{min-height:100svh;font-family:var(--font);color:var(--text);background:radial-gradient(ellipse 70% 45% at 50% -8%, #2d8a5633, transparent), radial-gradient(ellipse 50% 35% at 100% 0%, #c9a2271a, transparent), linear-gradient(180deg, var(--bg-950) 0%, var(--bg-900) 45%, var(--bg-800) 100%);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.55;overflow-x:hidden}#root{width:100%;min-width:0;max-width:1120px;min-height:100svh;margin:0 auto;padding:10px 12px 20px;overflow-x:hidden}img,video,canvas,svg{max-width:100%;height:auto}p,h1,h2,h3,span,pre,button,a,li,td,th,label{overflow-wrap:anywhere}input,select,textarea{overflow-wrap:normal}@media (width<=479px){#root{padding:8px 10px 16px}body{font-size:14px}}h1,h2,h3{color:var(--text-heading);margin:0;font-weight:600;line-height:1.35}h1{font-size:clamp(1rem,3.6vw,1.35rem)}h2{margin-bottom:10px;font-size:1rem}a{color:var(--gold-400)}button,input,select,textarea{font:inherit;color:inherit}.visually-hidden{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app{flex-direction:column;gap:12px;width:100%;min-width:0;max-width:100%;padding-bottom:24px;display:flex;overflow-x:hidden}.section-card{border-radius:var(--radius);background:var(--glass-strong);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow);width:100%;min-width:0;max-width:100%;padding:14px 16px;overflow-x:hidden}.view-panel{min-width:0;max-width:100%}.panel__title,.dashboard__title{margin:0 0 12px;font-size:1rem}.section-heading{margin-bottom:12px}.section-heading h2{margin-bottom:4px}.section-heading__hint{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.45}.app-header{background:linear-gradient(135deg, #c9a22724, transparent 50%), linear-gradient(180deg, #2d8a561f, transparent), var(--glass-strong);padding:12px 14px}.brand{align-items:center;gap:12px;display:flex}.brand-logo-wrap{background:linear-gradient(145deg,#c9a22733,#1b5e3a73);border:1px solid #c9a22759;border-radius:12px;flex-shrink:0;width:52px;height:52px;padding:4px;box-shadow:0 6px 18px #00000040}.brand-logo{object-fit:contain;object-position:center top;border-radius:8px;width:100%;height:100%;display:block}.brand-copy{flex:1;min-width:0}.brand-copy h1{margin-bottom:4px}.brand-sub{color:var(--text-muted);max-width:36rem;margin:0 0 8px;font-size:.82rem;line-height:1.45}.storage-badge{border-radius:999px;align-items:center;padding:3px 9px;font-size:.7rem;font-weight:600;display:inline-flex}.app-main{flex-direction:column;gap:12px;min-width:0;display:flex}.view-tabs{border-radius:var(--radius-sm);border:1px solid var(--glass-border);background:#061208bf;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:100%;min-width:0;max-width:100%;padding:4px;display:grid}.view-tabs__btn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:8px 6px;font-size:.78rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.view-tabs__btn:hover{color:var(--text-heading);background:#ffffff0a}.view-tabs__btn--active{color:var(--text-heading);background:#2d8a5638;border-color:#4caf7a59}.kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}@media (width>=640px){.kpi-strip{grid-template-columns:repeat(4,minmax(0,1fr))}}.kpi-chip{border-radius:var(--radius-sm);border:1px solid var(--glass-border);background:#06120880;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.kpi-chip__label{color:var(--text-muted);font-size:.72rem}.kpi-chip__value{color:var(--text-heading);font-size:1.1rem}.kpi-chip--gold{border-color:#c9a22759}.kpi-chip--warn{border-color:#fbbf2459}.kpi-chip--ready{border-color:#4caf7a66}.form-card{border-radius:var(--radius-sm);border:1px solid var(--glass-border);background:#06120866;margin-bottom:10px;padding:12px}.form-card__title{color:var(--gold-400);margin:0 0 10px;font-size:.88rem;font-weight:600}.form-card--collapsible{margin-bottom:0}.form-card--collapsible summary{cursor:pointer;list-style:none}.form-card--collapsible summary::-webkit-details-marker{display:none}.quality-badge{white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:.7rem;font-weight:600}.quality-badge--success{color:var(--success);background:#4caf7a2e}.quality-badge--warn{color:var(--warn);background:#fbbf2426}.quality-badge--neutral{color:var(--text-muted);background:#94a3b826}.badge--priority-high{color:#fca5a5;background:#f871712e}.badge--priority-medium{color:var(--gold-400);background:#c9a22726}.badge--priority-low{color:var(--text-muted);background:#94a3b81f}.lead-card__chips{flex-wrap:wrap;gap:6px;margin-bottom:6px;display:flex}.property-file__meta-chips{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.storage-badge--cloud{color:var(--success);background:#34d3991f;border:1px solid #34d39959}.storage-badge--local{color:var(--warn);background:#fbbf241f;border:1px solid #fbbf2459}.leads-loading,.leads-error{border-radius:var(--radius);text-align:center;margin:0;padding:24px 18px;font-size:.95rem}.leads-loading{color:var(--text-muted);background:var(--glass);border:1px solid var(--glass-border)}.leads-error{color:#fca5a5;background:#f871711a;border:1px solid #f8717159}.dashboard-group--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}@media (width>=640px){.dashboard-group--compact{grid-template-columns:repeat(4,minmax(0,1fr))}}.stat-card{border-radius:var(--radius-sm);background:var(--glass);border:1px solid var(--glass-border);flex-direction:column;justify-content:center;gap:4px;min-height:0;padding:10px 12px;display:flex}.stat-card--ready{background:linear-gradient(145deg, #2d8a5624, var(--glass));border-color:#4caf7a66}.stat-card--warn{border-color:#fbbf2459}.stat-card--gold{background:linear-gradient(145deg, #c9a2271a, var(--glass));border-color:#c9a22759}.stat-card--attachments{background:linear-gradient(145deg, #34d39914, var(--glass));border-color:#34d39959}.stat-card--danger{background:linear-gradient(145deg, #f871711a, var(--glass));border-color:#f8717166}.stat-label{color:var(--text-muted);font-size:.8rem;line-height:1.4}.stat-value{color:var(--text-heading);font-size:clamp(1.25rem,3.5vw,1.5rem);font-weight:700;line-height:1}.panel h2{margin:0}.whatsapp-block{border-radius:var(--radius-sm);background:linear-gradient(#c9a22714,#06120866);border:1px solid #c9a22740;flex-direction:column;gap:10px;padding:12px;display:flex}.whatsapp-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.whatsapp-actions .form-message{flex:100%;margin:0}.whatsapp-textarea{font-size:.92rem;line-height:1.65;min-height:120px!important}.form-extra{border-radius:var(--radius-sm);border:1px solid var(--glass-border);background:#06120859;margin-top:4px}.form-extra summary{cursor:pointer;color:var(--gold-400);padding:10px 12px;font-weight:600;list-style:none}.form-extra summary::-webkit-details-marker{display:none}.form-extra__body{flex-direction:column;gap:12px;padding:0 12px 12px;display:flex}.samples--compact{margin-top:4px}.form-section{border:0;min-width:0;margin:0;padding:0}.form-section legend{color:var(--gold-400);margin-bottom:12px;padding:0;font-size:.92rem;font-weight:600}.lead-form{flex-direction:column;gap:12px;display:flex}.form-grid{grid-template-columns:minmax(0,1fr);gap:12px;display:grid}@media (width>=640px){.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.field{flex-direction:column;gap:6px;min-width:0;display:flex}.field span{color:var(--text-muted);font-size:.82rem}.field--full{grid-column:1/-1}.field input,.field select,.field textarea{border-radius:var(--radius-sm);border:1px solid var(--glass-border);width:100%;max-width:100%;color:var(--text-heading);background:#070d1a8c;padding:10px 12px;transition:border-color .2s,box-shadow .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:#4caf7a8c;outline:none;box-shadow:0 0 0 3px #2d8a562e}.field input[readonly]{opacity:.75;cursor:default}.field textarea{resize:vertical;min-height:80px}.samples{flex-direction:column;gap:8px;margin-bottom:4px;display:flex}.samples-label{color:var(--text-muted);font-size:.8rem}.samples-buttons{flex-wrap:wrap;gap:8px;display:flex}.btn{border-radius:var(--radius-sm);cursor:pointer;white-space:normal;text-align:center;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-weight:600;transition:transform .15s,background .2s,border-color .2s;display:inline-flex}.btn:active{transform:scale(.98)}.btn--primary{background:linear-gradient(135deg, var(--green-500), var(--green-600));color:#fff;border-color:#4caf7a73;box-shadow:0 6px 16px #1b5e3a59}.btn--primary:hover{background:linear-gradient(135deg, var(--green-400), var(--green-500))}.btn--primary:disabled,.btn:disabled{opacity:.5;cursor:not-allowed}.btn--lg{padding:12px 22px;font-size:.95rem}.btn--secondary{color:var(--gold-400);background:#c9a22726;border-color:#c9a22759;align-self:flex-start}.btn--secondary:hover{background:#c9a22740}.btn--gold{color:var(--gold-400);background:#c9a2272e;border-color:#c9a22766}.btn--gold:hover{background:#c9a22747}.btn--ghost{border-color:var(--glass-border);color:var(--text);background:0 0}.btn--ghost:hover{background:var(--glass)}.btn--danger{color:#fca5a5;background:#f871711f;border-color:#f8717166}.btn--danger:hover{background:#f8717138;border-color:#f871718c}.btn--sm{padding:6px 12px;font-size:.82rem;font-weight:500}.form-actions{border-top:1px solid var(--glass-border);flex-wrap:wrap;align-items:center;gap:12px;padding-top:6px;display:flex}.form-message{color:var(--success);flex:100%;margin:0;font-size:.88rem}.edit-banner{border-radius:var(--radius-sm);color:var(--gold-400);background:#c9a2271f;border:1px solid #c9a22759;margin:0 0 14px;padding:10px 14px;font-size:.88rem}.edit-banner strong{color:var(--text-heading);direction:ltr;unicode-bidi:embed;font-family:ui-monospace,monospace}.filters{grid-template-columns:minmax(0,1fr);gap:10px;margin-bottom:12px;display:grid}@media (width>=520px){.filters{grid-template-columns:repeat(2,minmax(0,1fr))}}.filter-field{flex-direction:column;gap:6px;min-width:0;display:flex}.filter-field--full{grid-column:1/-1}.filter-field span{color:var(--text-muted);font-size:.78rem}.filter-field input,.filter-field select{border-radius:var(--radius-sm);border:1px solid var(--glass-border);width:100%;max-width:100%;color:var(--text-heading);background:#070d1a8c;padding:10px 12px}.filter-field input:focus,.filter-field select:focus{border-color:#4caf7a8c;outline:none}.filters-clear-btn{margin-inline-start:auto}.results-count{color:var(--text-muted);margin:0 0 12px;font-size:.85rem}.leads-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.lead-card{text-align:right;border-radius:var(--radius-sm);border:1px solid var(--glass-border);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#06120873;width:100%;min-width:0;max-width:100%;padding:12px;transition:border-color .2s,background .2s,box-shadow .2s}.lead-card:hover{background:#2d8a561a;border-color:#2d8a5673}.lead-card--active{background:#c9a2271f;border-color:#c9a2278c;box-shadow:0 0 0 1px #c9a22733,0 10px 24px #0003}.lead-card__top{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.lead-ref{color:var(--gold-400);direction:ltr;unicode-bidi:embed;font-family:ui-monospace,monospace;font-size:.8rem;font-weight:700}.lead-card__type{color:var(--text-heading);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 2px;font-size:.9rem;font-weight:600;display:-webkit-box;overflow:hidden}.lead-card__location{color:var(--text-muted);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin:0 0 6px;font-size:.8rem;display:-webkit-box;overflow:hidden}.lead-card__row{color:var(--text-heading);flex-wrap:wrap;gap:8px 14px;margin-bottom:8px;font-size:.82rem;font-weight:600;display:flex}.lead-card__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.lead-card__action{color:var(--gold-400);text-align:left;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;flex:auto;min-width:0;font-size:.76rem;display:-webkit-box;overflow:hidden}.badge{color:var(--green-400);white-space:nowrap;background:#2d8a5633;border-radius:999px;padding:3px 8px;font-size:.72rem}.badge--ready{color:var(--success);background:#4caf7a2e}.badge--new{color:var(--success);background:#34d39926}.badge--warn{color:var(--warn);background:#fbbf2426}.badge--muted{color:var(--text-muted);background:#94a3b826}.empty-state{text-align:center;color:var(--text-muted);border-radius:var(--radius-sm);border:1px dashed var(--glass-border);background:#070d1a40;margin:0;padding:28px 16px}.property-file__hero{border-radius:var(--radius-sm);background:linear-gradient(135deg,#c9a2271a,#2d8a561a);border:1px solid #c9a22740;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;padding:12px;display:flex}.property-file__ref{text-align:right;color:var(--gold-400);direction:ltr;unicode-bidi:embed;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 6px;font-family:ui-monospace,monospace;font-size:clamp(1.05rem,3.5vw,1.35rem);display:flex}.property-file__block{border-bottom:1px solid var(--glass-border);margin-bottom:14px;padding-bottom:14px}.property-file__block:last-of-type{border-bottom:0;padding-bottom:0}.property-file__block-title{color:var(--gold-400);margin:0 0 10px;font-size:.88rem;font-weight:600}.property-file__actions{flex-wrap:wrap;gap:8px;display:flex}.status-update-grid{grid-template-columns:minmax(0,1fr);gap:10px;margin-bottom:12px;display:grid}@media (width>=520px){.status-update-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=900px){.status-update-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.status-update-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.status-update-actions .btn--primary{flex:auto;min-width:140px}.status-update-message{color:var(--success);flex:100%;margin:0;font-size:.86rem}.status-update-message--error{color:#fca5a5}.badge--action{color:var(--green-400);text-overflow:ellipsis;background:#2d8a562e;max-width:100%;overflow:hidden}.property-file__subtitle{color:var(--text);margin:0;font-size:.92rem}.property-file__hero-actions{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.property-file__chips{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.property-file__toolbar{border-bottom:1px solid var(--glass-border);flex-direction:column;gap:14px;margin-bottom:18px;padding-bottom:16px;display:flex}.property-file__toolbar-group{flex-direction:column;gap:8px;display:flex}.toolbar-label{color:var(--text-muted);font-size:.78rem;font-weight:600}.toolbar-buttons{flex-wrap:wrap;gap:8px;display:flex}.detail-section{margin-bottom:18px}.detail-section__title{border-bottom:1px solid var(--glass-border);color:var(--gold-400);margin:0 0 12px;padding-bottom:8px;font-size:.95rem}.details-grid{grid-template-columns:minmax(0,1fr);gap:10px;display:grid}@media (width>=640px){.details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=900px){.details-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.detail-item{border-radius:var(--radius-sm);border:1px solid var(--glass-border);background:#070d1a59;min-width:0;padding:12px}.detail-item--full{grid-column:1/-1}.detail-label{color:var(--text-muted);margin-bottom:4px;font-size:.78rem;display:block}.detail-value{color:var(--text-heading);word-break:break-word;font-size:.92rem}.raw-message{border-radius:var(--radius-sm);border:1px solid var(--glass-border);white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;color:var(--text);background:#070d1a8c;max-width:100%;max-height:320px;margin:0;padding:14px;font-family:inherit;font-size:.88rem;line-height:1.75;overflow:hidden auto}.details-timestamps{border-top:1px solid var(--glass-border);color:var(--text-muted);flex-wrap:wrap;gap:12px 20px;margin-top:4px;padding-top:14px;font-size:.82rem;display:flex}.follow-badge{white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:.72rem;font-weight:600}.follow-badge--today{color:var(--gold-400);background:#c9a22733}.follow-badge--overdue{color:#fca5a5;background:#f871712e}.follow-badge--future{color:var(--green-400);background:#2d8a562e}.follow-badge--neutral{color:var(--text-muted);background:#94a3b826}.follow-badge--complete{color:var(--success);background:#34d39926}.followup-sections{flex-direction:column;gap:20px;display:flex}.followup-subsection__title{color:var(--text-heading);margin:0 0 10px;font-size:.92rem;font-weight:600}.followup-queue{grid-template-columns:minmax(0,1fr);gap:10px;margin:0;padding:0;list-style:none;display:grid}@media (width>=720px){.followup-queue{grid-template-columns:repeat(2,minmax(0,1fr))}}.followup-card{text-align:right;border-radius:var(--radius-sm);border:1px solid var(--glass-border);cursor:pointer;background:#070d1a66;width:100%;padding:12px 14px;transition:border-color .2s,background .2s}.followup-card:hover{background:#2d8a561a;border-color:#2d8a5673}.followup-card--active{background:#c9a2271a;border-color:#c9a22780}.followup-card__top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.followup-card__title{color:var(--text-heading);margin:0 0 4px;font-size:.92rem;font-weight:600}.followup-card__location{color:var(--text-muted);margin:0 0 8px;font-size:.82rem}.followup-card__meta{color:var(--text);flex-wrap:wrap;justify-content:space-between;gap:6px;margin-bottom:4px;font-size:.78rem;display:flex}.quick-filters{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.attachments-section{border-radius:var(--radius-sm);border:1px solid var(--glass-border);background:#070d1a4d;margin-top:4px;padding:14px}.attachments-note{color:var(--text-muted);margin:0 0 14px;font-size:.8rem;line-height:1.6}.attachments-status{color:var(--gold-400);margin:0 0 12px;font-size:.85rem;line-height:1.6}.attachments-controls{grid-template-columns:minmax(0,1fr);gap:12px;margin-bottom:14px;display:grid}@media (width>=520px){.attachments-controls{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}}.attachments-file-input--hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.attachments-file-field{position:relative}.attachments-pending-list,.attachments-details-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.attachment-item{border-radius:var(--radius-sm);border:1px solid var(--glass-border);background:#070d1a73;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.attachment-item__info{flex-direction:column;gap:4px;min-width:0;display:flex}.attachment-item__category{color:var(--gold-400);font-size:.78rem}.attachment-item__name{color:var(--text-heading);word-break:break-word;font-size:.9rem}.attachment-item__meta{color:var(--text-muted);font-size:.78rem}.attachments-empty{color:var(--text-muted);margin:0;font-size:.88rem}.attachment-details-item{border-radius:var(--radius-sm);border:1px solid var(--glass-border);background:#070d1a59;flex-direction:column;gap:8px;padding:14px;display:flex}.attachment-details-row{grid-template-columns:minmax(90px,110px) minmax(0,1fr);align-items:start;gap:8px;display:grid}.attachment-details-actions{border-top:1px solid var(--glass-border);flex-wrap:wrap;gap:8px;margin-top:6px;padding-top:10px;display:flex}@media (width<=719px){.section-card{padding:12px}.app-header--compact{padding:10px 12px}.app-header{flex-direction:column;gap:10px;min-width:0;display:flex}.brand{align-items:center;width:100%;min-width:0}.brand-logo-wrap{width:42px;max-width:42px;height:42px;max-height:42px;padding:3px}.brand-logo{object-fit:contain;max-width:100%;max-height:100%}.brand-sub{display:none}.brand-copy h1{margin-bottom:2px;font-size:clamp(.82rem,3.8vw,.95rem);line-height:1.35}.brand-copy .storage-badge{margin-top:4px}.header-auth{border-top:1px solid var(--glass-border);justify-content:space-between;gap:8px;width:100%;margin-top:0;padding-top:10px}.header-auth__email{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;max-width:100%;font-size:.75rem;overflow:hidden}.header-auth .btn{flex-shrink:0}.view-tabs{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:thin;flex-wrap:nowrap;gap:6px;padding:4px 6px;display:flex;overflow:auto hidden}.view-tabs__btn{scroll-snap-align:start;white-space:nowrap;flex:none;min-width:max-content;padding:9px 14px;font-size:.8rem}.whatsapp-textarea{width:100%;min-height:140px!important}.whatsapp-actions{flex-direction:column;align-items:stretch}.whatsapp-actions .btn{width:100%;max-width:100%}.whatsapp-actions .btn--secondary{align-self:stretch}.form-grid--primary,.form-grid{grid-template-columns:minmax(0,1fr)}.form-card--collapsible:not([open]){margin-bottom:0}.attachments-controls{grid-template-columns:minmax(0,1fr)}.attachments-file-field .btn{width:100%}.attachment-item{flex-direction:column;align-items:stretch}.attachment-item .btn{width:100%}.attachment-details-actions{flex-direction:column}.attachment-details-actions .btn{width:100%}.quick-filters{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.quick-filters .btn{white-space:nowrap;flex:none}.filters-clear-btn{width:100%;margin-inline-start:0}.property-file__hero{flex-direction:column;align-items:stretch}.property-file__hero-actions{align-items:stretch;width:100%}.property-file__chips{justify-content:flex-start}.property-file__actions,.property-file__toolbar-group .toolbar-buttons{flex-direction:column;align-items:stretch}.property-file__actions .btn,.toolbar-buttons .btn{width:100%;max-width:100%}.status-update-grid{grid-template-columns:minmax(0,1fr)}.status-update-actions{flex-direction:column;align-items:stretch}.status-update-actions .btn--primary,.status-update-actions .btn--ghost{width:100%;min-width:0}.details-grid{grid-template-columns:minmax(0,1fr)}.detail-value{overflow-wrap:anywhere}.lead-card__footer{flex-direction:column;align-items:flex-start}.lead-card__action{text-align:right;width:100%}.lead-card__row{flex-direction:column;align-items:flex-start;gap:4px}.followup-card__meta{flex-direction:column;align-items:flex-start}.followup-card__title,.followup-card__location{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.samples-buttons{flex-direction:column}.samples-buttons .btn{width:100%}}@media (width<=479px){.attachment-details-row{grid-template-columns:minmax(0,1fr)}.panel__title{font-size:.95rem}.kpi-chip__value{font-size:1rem}.property-file__ref{overflow-wrap:anywhere;font-size:1rem}.badge--action{white-space:normal;text-align:right;max-width:100%}}.auth-gate{z-index:1;isolation:isolate;justify-content:center;align-items:center;min-height:100svh;padding:20px 14px 32px;display:flex;position:relative}.auth-gate--checking{color:var(--text-muted);font-size:.95rem}.auth-card{z-index:1;border-radius:var(--radius);background:var(--glass-strong);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(14px);width:100%;min-width:0;max-width:min(420px,100%);box-shadow:var(--shadow);padding:28px 24px;position:relative}.auth-card__brand{align-items:center;gap:12px;margin-bottom:20px;display:flex}.auth-card__logo-wrap{background:linear-gradient(145deg,#c9a22733,#1b5e3a73);border:1px solid #c9a22759;border-radius:12px;flex-shrink:0;width:64px;height:64px;padding:4px}.auth-card__logo{object-fit:contain;object-position:center top;border-radius:8px;width:100%;height:100%;display:block}.auth-card h1{margin:0 0 8px;font-size:1.25rem}.auth-card__desc{color:var(--text-muted);margin:0 0 18px;font-size:.88rem;line-height:1.6}.auth-cloud-badge{color:var(--success);background:#34d3991f;border:1px solid #34d39959;border-radius:999px;margin-bottom:16px;padding:4px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.auth-form{z-index:2;flex-direction:column;gap:14px;display:flex;position:relative}.auth-form .field{z-index:1;position:relative}.auth-form .field input{z-index:1;pointer-events:auto;touch-action:manipulation;-webkit-user-select:text;user-select:text;position:relative}.auth-form .field input:disabled{pointer-events:none}.auth-error{border-radius:var(--radius-sm);color:#fca5a5;background:#f871711f;border:1px solid #f8717159;margin:0;padding:10px 12px;font-size:.86rem;line-height:1.5}.auth-config-error{border-radius:var(--radius-sm);color:var(--warn);background:#fbbf241a;border:1px solid #fbbf2459;margin:0;padding:12px 14px;font-size:.88rem;line-height:1.6}.auth-submit{z-index:1;pointer-events:auto;touch-action:manipulation;width:100%;margin-top:4px;position:relative}.auth-submit:disabled{opacity:.65;cursor:not-allowed;pointer-events:none}.auth-card--denied .auth-card__brand{margin-bottom:16px}.auth-error--denied{margin-bottom:18px}.auth-denied-actions{flex-direction:column;gap:10px;display:flex}.header-auth{border-top:1px solid var(--glass-border);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;min-width:0;max-width:100%;margin-top:14px;padding-top:14px;display:flex}.header-auth__email{color:var(--text-muted);text-align:right;direction:ltr;unicode-bidi:plaintext;font-size:.82rem}@media (width>=720px){.app-header .brand{flex:1}.header-auth{border-top:0;flex-direction:column;flex-shrink:0;align-self:flex-start;align-items:flex-end;min-width:200px;margin-top:0;padding-top:0}.app-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}}.public-site{--cv-deep-green:#0b2e22;--cv-emerald:#146c43;--cv-gold:#d4af37;--cv-bg-warm:#f7f5f0;--cv-text-dark:#111827;--cv-text-muted:#475569;--cv-text-secondary:#334155;--cv-label:#334155;--cv-white:#fff;--cv-radius:14px;--cv-radius-sm:8px;--cv-shadow:0 4px 18px #0b2e2212;--cv-shadow-lg:0 10px 32px #0b2e221a;--cv-font:"IBM Plex Sans Arabic", "Tajawal", "Cairo", "SF Arabic", "Segoe UI", Arial, sans-serif;--cv-max:1180px;width:100%;min-width:0;font-family:var(--cv-font);color:var(--cv-text-dark);background:var(--cv-bg-warm);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-weight:500;line-height:1.55;overflow-x:hidden}body:has(.public-site){background:var(--cv-bg-warm);color:var(--cv-text-dark)}#root:has(.public-site){max-width:none;margin:0;padding:0}.cv-prop-visual{background:#0f1729;position:relative;overflow:hidden}.cv-prop-visual__photo{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.cv-prop-visual__overlay{pointer-events:none;position:absolute;inset:0}.cv-prop-visual__overlay--light{background:linear-gradient(#0b2e2208 0%,#0b2e221a 55%,#0b2e222e 100%)}.cv-prop-visual__overlay--fallback{background:linear-gradient(#0b2e2214 0%,#0b2e2238 55%,#0b2e2261 100%)}.cv-prop-visual--photo,.cv-prop-visual--photo .cv-prop-visual__photo{border-radius:inherit}.cv-prop-visual__counter{bottom:8px;color:var(--cv-white);z-index:1;background:#0000008c;border-radius:999px;padding:3px 9px;font-size:.68rem;font-weight:700;position:absolute;inset-inline-start:8px}.public-site .cv-btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:9px 16px;font-family:inherit;font-size:.85rem;font-weight:700;transition:background .15s,border-color .15s,transform .12s;display:inline-flex}.public-site .cv-btn:active{transform:scale(.98)}.public-site .cv-btn--primary{background:var(--cv-emerald);color:var(--cv-white);border-color:var(--cv-emerald)}.public-site .cv-btn--primary:hover{background:#125a38}.public-site .cv-btn--outline{background:var(--cv-white);color:var(--cv-emerald);border-color:#146c4359}.public-site .cv-btn--ghost{color:var(--cv-text-muted);background:0 0;border-color:#1f29371f}.public-site .cv-btn--ghost:disabled{opacity:.55;cursor:not-allowed}.public-site .cv-btn--staff{color:#ffffffeb;background:#ffffff1a;border-color:#ffffff38;flex-shrink:0;padding:5px 10px;font-size:.68rem;font-weight:600}.public-site .cv-btn--xs{padding:5px 11px;font-size:.72rem}.public-site .cv-btn--block{width:100%}.cv-btn--staff-short{display:inline}.cv-btn--staff-full{display:none}.cv-header{z-index:100;background:var(--cv-deep-green);position:sticky;top:0;box-shadow:0 2px 12px #0000001f}.cv-header__inner{max-width:var(--cv-max);align-items:center;gap:8px;min-width:0;margin:0 auto;padding:8px 12px;display:flex}.cv-header__brand{color:var(--cv-white);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:7px;min-width:0;padding:0;font-family:inherit;text-decoration:none;display:flex}.cv-header__brand:hover{opacity:.92}.cv-header__brand:focus-visible{outline-offset:2px;outline:2px solid #ffffffa6}.cv-header__logo{object-fit:cover;border-radius:7px;flex-shrink:0;width:36px;height:36px}.cv-header__brand-name{white-space:nowrap;font-size:.88rem;font-weight:800}.cv-header__nav{flex:1;justify-content:center;align-items:center;gap:2px;min-width:0;display:none}.cv-header__nav-link{color:#ffffffe0;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:7px;padding:5px 9px;font-family:inherit;font-size:.8rem;font-weight:600;text-decoration:none}.cv-header__nav-link:hover{color:var(--cv-white);background:#ffffff14}.cv-header__nav-link:focus-visible{outline-offset:2px;outline:2px solid #ffffffa6}.cv-header__actions{flex-shrink:0;align-items:center;gap:6px;min-width:0;margin-inline-start:auto;display:flex}.cv-header__account{align-items:center;gap:6px;min-width:0;display:flex}.cv-header__account-label{color:#ffffffeb;text-overflow:ellipsis;white-space:nowrap;max-width:88px;font-size:.72rem;font-weight:700;overflow:hidden}.cv-header__login,.cv-header__logout{white-space:nowrap}.cv-public-auth-notice{text-align:center;color:var(--cv-deep-green);background:#1b5e3a1a;border-bottom:1px solid #1b5e3a1f;margin:0;padding:10px 16px;font-size:.86rem;font-weight:600}.cv-public-auth-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a18128c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.cv-public-auth-modal{background:var(--cv-white);border-radius:16px;width:min(420px,100%);padding:24px 20px 20px;position:relative;box-shadow:0 18px 48px #00000038}.cv-public-auth-modal__close{top:10px;width:32px;height:32px;color:var(--cv-deep-green);cursor:pointer;background:#1b5e3a14;border:none;border-radius:8px;font-size:1.25rem;line-height:1;position:absolute;inset-inline-end:10px}.cv-public-auth-modal__title{color:var(--cv-deep-green);margin:0 0 14px;font-size:1.2rem}.cv-public-auth-modal__tabs{gap:8px;margin-bottom:16px;display:flex}.cv-public-auth-modal__tab{color:var(--cv-deep-green);cursor:pointer;background:#fff;border:1px solid #1b5e3a29;border-radius:10px;flex:1;padding:8px 10px;font-family:inherit;font-size:.86rem;font-weight:700}.cv-public-auth-modal__tab.is-active{background:#1b5e3a1a;border-color:#1b5e3a59}.cv-public-auth-modal__form{flex-direction:column;gap:12px;display:flex}.cv-public-auth-modal__info{color:var(--cv-deep-green);background:#1b5e3a14;border-radius:10px;margin:0;padding:10px 12px;font-size:.84rem;line-height:1.6}.cv-contact-sticky__locked-text{color:var(--cv-deep-green);font-size:.78rem;font-weight:600}.cv-home-top{min-width:0;position:relative}.cv-hero{text-align:center;min-height:clamp(260px,46vw,420px);color:var(--cv-white);background:#0f1729;justify-content:center;align-items:center;padding:36px 16px 64px;display:flex;position:relative;overflow:hidden}.cv-hero__visual{z-index:0;position:absolute;inset:0}.cv-hero__visual-img{object-fit:cover;object-position:center 38%;width:100%;height:100%;display:block}.cv-hero__overlay{z-index:1;pointer-events:none;background:linear-gradient(#0b2e2238 0%,#0b2e2266 52%,#0b2e2294 100%),linear-gradient(#0000 58%,#d4af370d 100%);position:absolute;inset:0}.cv-hero__overlay--fallback{background:linear-gradient(#0b2e226b 0%,#0b2e2294 52%,#0b2e22b8 100%),linear-gradient(#0000 58%,#d4af3712 100%)}.cv-hero__content{z-index:2;max-width:640px;padding:0 8px;position:relative}.cv-hero__title{letter-spacing:0;text-shadow:0 1px 3px #00000073,0 3px 14px #00000047;margin:0 0 8px;font-size:clamp(1.18rem,3.4vw,1.72rem);font-weight:800;line-height:1.4}.cv-hero__subtitle{opacity:.96;text-shadow:0 1px 4px #00000059;margin:0 0 14px;font-size:clamp(.88rem,2.2vw,1rem);font-weight:600;line-height:1.6}.public-site .cv-btn--hero-outline{color:var(--cv-white);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1.5px solid #ffffffd9;border-radius:999px;margin-top:4px;padding:10px 18px;font-size:.86rem;font-weight:700}.public-site .cv-btn--hero-outline:hover{background:#ffffff38}.public-site .cv-btn--add-listing{color:var(--cv-deep-green);white-space:nowrap;background:linear-gradient(135deg,#d4af37 0%,#c9a227 100%);border:1px solid #ffffff59;font-weight:800}.public-site .cv-btn--add-listing:hover{filter:brightness(1.05)}.cv-add-listing-placeholder{max-width:var(--cv-max);margin:0 auto;padding:24px 16px 40px}.cv-add-listing-placeholder__card{background:var(--cv-white);text-align:center;border:1px solid #1b5e3a1f;border-radius:16px;padding:28px 22px;box-shadow:0 10px 28px #1b5e3a14}.cv-add-listing-placeholder__title{color:var(--cv-deep-green);margin:0 0 12px;font-size:1.35rem}.cv-add-listing-placeholder__message{color:#1b5e3ad1;margin:0 0 20px;font-size:.95rem;line-height:1.75}.cv-main--add-listing{min-height:50vh;padding-top:20px;padding-bottom:40px}.cv-add-listing-form{max-width:820px;margin:0 auto}.cv-add-listing-form__header{text-align:center;margin-bottom:20px}.cv-add-listing-form__title{color:var(--cv-deep-green);margin:0 0 10px;font-size:clamp(1.35rem,3vw,1.65rem)}.cv-add-listing-form__intro{color:#1b5e3ac7;margin:0;font-size:.92rem;line-height:1.75}.cv-add-listing-section{background:var(--cv-white);border:1px solid #1b5e3a1a;border-radius:16px;margin-bottom:18px;padding:18px 16px;box-shadow:0 6px 20px #1b5e3a0f}.cv-add-listing-section--pending{opacity:.92}.cv-add-listing-section__title{color:var(--cv-deep-green);border-bottom:1px solid #1b5e3a1a;margin:0 0 14px;padding-bottom:10px;font-size:1.02rem;font-weight:800}.cv-add-listing-section__body{flex-direction:column;gap:12px;display:flex}.cv-add-listing-grid{grid-template-columns:1fr;gap:14px;display:grid}.cv-add-listing-field{flex-direction:column;gap:6px;display:flex}.cv-add-listing-field--checkbox{justify-content:flex-end;padding-top:4px}.cv-add-listing-field__label{color:#1b5e3aeb;font-size:.86rem;font-weight:700}.cv-add-listing-field__optional{color:#1b5e3a8c;font-size:.8rem;font-weight:500}.cv-add-listing-input{width:100%;color:var(--cv-deep-green);background:#fafdfb;border:1px solid #1b5e3a2e;border-radius:10px;padding:10px 12px;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.cv-add-listing-input:focus{border-color:#1b5e3a73;outline:none;box-shadow:0 0 0 3px #1b5e3a1a}.cv-add-listing-input--textarea{resize:vertical;min-height:120px;line-height:1.65}.cv-add-listing-field--error .cv-add-listing-input{background:#fff9f8;border-color:#c0392b}.cv-add-listing-field__error{color:#c0392b;margin:0;font-size:.8rem;font-weight:600}.cv-add-listing-checkbox{color:#1b5e3ae6;cursor:pointer;align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:inline-flex}.cv-add-listing-checkbox input{width:18px;height:18px;accent-color:var(--cv-deep-green)}.cv-add-listing-note{color:#1b5e3ad9;background:#d4af371f;border:1px solid #d4af3740;border-radius:10px;margin:0 0 10px;padding:10px 12px;font-size:.88rem;line-height:1.7}.cv-add-listing-note--muted{color:#1b5e3ab8;background:#1b5e3a0a;border-color:#1b5e3a1a}.cv-add-listing-photos-info{color:#1b5e3ac7;text-align:center;background:#1b5e3a0d;border-radius:10px;margin:0;padding:14px;font-size:.9rem}.cv-add-listing-actions{flex-direction:column;gap:10px;margin:20px 0 8px;display:flex}.public-site .cv-btn--add-listing-submit{width:100%;padding:12px 20px;font-size:.95rem;font-weight:800}.public-site .cv-btn--add-listing-submit:disabled{opacity:.7;cursor:wait}.public-site .cv-btn--ghost{width:100%;color:var(--cv-deep-green);background:0 0;border:1px solid #1b5e3a33;border-radius:999px;padding:10px 18px;font-weight:700}.public-site .cv-btn--ghost:hover{background:#1b5e3a0f}.cv-add-listing-review{padding:4px 0 0}.cv-add-listing-submit-error{color:#a93226;background:#c0392b1a;border:1px solid #c0392b40;border-radius:10px;margin:0 0 12px;padding:12px 14px;font-size:.9rem;font-weight:700;line-height:1.65}.cv-add-listing-review__listing-id{color:#1b5e3ad1;margin:0 0 14px;font-size:.88rem;font-weight:600}.cv-add-listing-review__success{color:#1e6b42;background:#27ae601a;border:1px solid #27ae6040;border-radius:10px;margin:0 0 14px;padding:12px 14px;font-size:.92rem;font-weight:700;line-height:1.65}.cv-add-listing-review__summary-title{color:var(--cv-deep-green);margin:0 0 10px;font-size:.95rem}.cv-add-listing-review__list{color:#1b5e3ad9;margin:0 0 12px;padding:0 20px 0 0;font-size:.88rem;line-height:1.8}.cv-add-listing-review__next-phase{color:#1b5e3ab3;margin:0;font-size:.86rem;font-weight:600}.cv-add-listing-review__pending{color:#1b5e3aa6;margin:0;font-size:.88rem;line-height:1.7}@media (width>=640px){.cv-add-listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}:is(.cv-add-listing-field:has(.cv-add-listing-input--textarea),.cv-add-listing-field:has(textarea)){grid-column:1/-1}.cv-add-listing-actions{flex-flow:wrap}.public-site .cv-btn--add-listing-submit,.public-site .cv-btn--ghost{width:auto;min-width:200px}}.cv-main{max-width:var(--cv-max);min-width:0;margin:0 auto;padding:0 12px 12px}.cv-main--home{padding-top:4px}.cv-main--detail{padding-top:8px;padding-bottom:72px}.cv-search{z-index:10;max-width:var(--cv-max);margin-top:-42px;margin-inline:auto;padding:0 12px;position:relative}.cv-search__panel{background:var(--cv-white);border-radius:var(--cv-radius);box-shadow:var(--cv-shadow-lg);border:1px solid #0b2e220f;min-width:0;padding:12px}.cv-search__panel--filters-open{box-shadow:0 10px 28px #0b2e221f}.cv-search__toolbar{align-items:stretch;gap:8px;min-width:0;display:flex}.cv-search__input-wrap{flex:1;min-width:0;position:relative}.cv-search__input-wrap--hero{margin-bottom:0}.cv-search__filter-toggle{border-radius:var(--cv-radius-sm);min-height:44px;color:var(--cv-emerald);cursor:pointer;white-space:nowrap;background:#146c430f;border:1px solid #146c4338;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-family:inherit;font-size:.82rem;font-weight:800;display:inline-flex}.cv-search__filter-toggle.is-active,.cv-search__filter-toggle:hover{background:#146c431f;border-color:#146c4352}.cv-search__filter-toggle.has-active{border-color:#146c436b}.cv-search__filter-count{background:var(--cv-emerald);min-width:18px;height:18px;color:var(--cv-white);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:.62rem;font-weight:800;line-height:1;display:inline-flex}.cv-search__filters-panel{border-top:1px solid #0b2e2214;margin-top:10px;padding-top:10px}.cv-search__filters-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.cv-search__filters-title{color:var(--cv-deep-green);font-size:.82rem;font-weight:800}.cv-search__filters-close{background:var(--cv-bg-warm);width:30px;height:30px;color:var(--cv-text-muted);cursor:pointer;border:none;border-radius:50%;font-family:inherit;font-size:1.2rem;line-height:1}.cv-search__filters-close:hover{color:var(--cv-emerald);background:#146c4314}.cv-search__filters-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.cv-search__apply-btn,.cv-search__reset-btn{flex:1;min-width:120px;min-height:44px;font-size:.82rem}.cv-search__field{flex-direction:column;gap:4px;min-width:0;display:flex}.cv-search__label{color:var(--cv-label);letter-spacing:.01em;font-size:.72rem;font-weight:700}.cv-search__icon{inset-inline-start:11px;color:var(--cv-text-muted);pointer-events:none;font-size:.95rem;position:absolute;top:50%;transform:translateY(-50%)}.cv-search__input,.cv-search__field select{border-radius:var(--cv-radius-sm);width:100%;min-width:0;color:var(--cv-text-dark);background:var(--cv-white);border:1px solid #1f29371a;padding:9px 10px;font-family:inherit;font-size:.84rem}.cv-search__input{padding-inline-start:34px}.cv-search__input:focus,.cv-search__field select:focus{outline-offset:0;border-color:var(--cv-emerald);outline:2px solid #146c434d}.cv-search__filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:0;display:grid}.cv-search__field--sort{grid-column:1/-1}.cv-search__actions{display:none}.cv-search__view-row{border-top:1px solid #0b2e220f;justify-content:flex-start;margin-top:10px;padding-top:10px;display:flex}.cv-view-toggle{background:var(--cv-bg-warm);border:1px solid #1f293714;border-radius:999px;padding:2px;display:inline-flex}.cv-view-toggle__btn{color:var(--cv-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:.72rem;font-weight:700}.cv-view-toggle__btn.is-active{background:var(--cv-white);color:var(--cv-emerald);box-shadow:0 1px 6px #0000000f}.cv-view-toggle__btn--soon{opacity:.65;cursor:pointer}.cv-view-toggle__btn--soon:hover{opacity:.85}.cv-results{min-width:0;margin-top:10px;margin-bottom:8px}.cv-results__head{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;margin-bottom:10px;display:flex}.cv-results__head-text{flex:1;min-width:0}.cv-card-layout-toggle{background:var(--cv-bg-warm);border:1px solid #1f293714;border-radius:999px;flex-shrink:0;padding:2px;display:inline-flex}.cv-card-layout-toggle__btn{color:var(--cv-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;min-height:32px;padding:6px 11px;font-family:inherit;font-size:.68rem;font-weight:700}.cv-card-layout-toggle__btn.is-active{background:var(--cv-white);color:var(--cv-emerald);box-shadow:0 1px 6px #0000000f}.cv-results__head-toggles{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.cv-mobile-only,.cv-desktop-only{display:none}.cv-results__grid--compact{gap:8px}.cv-results__title{color:var(--cv-deep-green);margin:0;font-size:1rem;font-weight:800}.cv-results__count{color:var(--cv-text-muted);margin:0;font-size:.78rem}.cv-results__map-note{border-radius:var(--cv-radius-sm);color:#7a5f0a;background:#d4af371f;border:1px solid #d4af3747;margin:0 0 10px;padding:8px 12px;font-size:.78rem;font-weight:600}.cv-results__grid{grid-template-columns:minmax(0,1fr);gap:12px;min-width:0;display:grid}@media (width>=640px){.cv-results__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}.cv-results__empty{background:var(--cv-white);border-radius:var(--cv-radius);text-align:center;box-shadow:var(--cv-shadow);color:var(--cv-text-muted);padding:20px 16px;font-size:.88rem}.cv-results__empty p{margin:0}.cv-card{background:var(--cv-white);border-radius:var(--cv-radius);box-shadow:var(--cv-shadow);border:1px solid #0b2e220d;min-width:0;overflow:hidden}.cv-card--style-a{display:block}.cv-card--style-a .cv-card__stage{isolation:isolate;min-height:300px;position:relative}.cv-card--style-a .cv-card__image-btn{width:100%;height:100%;min-height:inherit;cursor:zoom-in;font:inherit;text-align:inherit;z-index:0;background:0 0;border:none;margin:0;padding:0;display:block;position:absolute;inset:0}.cv-card--style-a .cv-card__image{width:100%;height:100%;min-height:inherit;aspect-ratio:unset;border-radius:var(--cv-radius);max-height:none}.cv-card--style-a .cv-card__scrim{z-index:1;pointer-events:none;background:linear-gradient(#0b2e2200 0%,#0b2e220a 38%,#0b2e2238 55%,#0b2e2294 72%,#0b2e22d1 86%,#082018f0 100%);position:absolute;inset:0}.cv-card--style-a .cv-card__image-btn .cv-prop-visual__overlay--light{display:none}.cv-card--style-a .cv-card__overlay-body{inset-inline:0;z-index:2;pointer-events:none;flex-direction:column;gap:0;min-width:0;padding:14px;display:flex;position:absolute;bottom:0}.cv-card--style-a .cv-card__overlay-body:before{content:"";z-index:-1;pointer-events:none;border-radius:0 0 var(--cv-radius) var(--cv-radius);background:linear-gradient(#07181200 0%,#0718126b 28%,#071812c7 62%,#05120eeb 100%);position:absolute;inset:-10px 0 0}.cv-card--style-a .cv-card__overlay-body .cv-card__title-btn,.cv-card--style-a .cv-card__overlay-body .cv-card__cta{pointer-events:auto}.cv-card__image-btn{cursor:zoom-in;width:100%;font:inherit;text-align:inherit;background:0 0;border:none;margin:0;padding:0;display:block;position:relative}.cv-card__image-btn:hover .cv-card__image-zoom,.cv-card__image-btn:focus-visible .cv-card__image-zoom{opacity:1}.cv-card__image-btn:focus-visible{outline:2px solid var(--cv-emerald);outline-offset:-2px}.cv-card__image-zoom{top:48px;z-index:3;width:28px;height:28px;color:var(--cv-white);opacity:.85;pointer-events:none;background:#00000080;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;transition:opacity .15s;display:flex;position:absolute;inset-inline-end:10px}.cv-card__image{aspect-ratio:16/9;object-fit:cover;width:100%;min-height:0;overflow:hidden}.cv-card__op-badge{top:10px;color:var(--cv-white);background:var(--cv-emerald);z-index:3;border-radius:999px;padding:4px 10px;font-size:.68rem;font-weight:800;position:absolute;inset-inline-start:10px}.cv-card__op-badge--sale{background:var(--cv-gold);color:var(--cv-deep-green)}.cv-card__op-badge--investment{background:var(--cv-deep-green)}.cv-card__heart{top:10px;width:32px;height:32px;color:var(--cv-text-muted);cursor:default;z-index:3;background:#ffffffeb;border:none;border-radius:50%;font-size:1rem;position:absolute;inset-inline-end:10px;box-shadow:0 2px 6px #0000001a}.cv-card__heart--compact{top:6px;width:26px;height:26px;font-size:.82rem;inset-inline-end:6px}.cv-card__title{color:var(--cv-text-dark);min-width:0;margin:0 0 3px;font-size:.92rem;font-weight:700;line-height:1.45;overflow:hidden}.cv-card--style-a .cv-card__title{color:var(--cv-white);text-shadow:0 1px 2px #0000008c,0 2px 10px #00000059;margin-bottom:4px;font-size:1.06rem;font-weight:800;line-height:1.4}.cv-card--style-a .cv-card__title-btn{text-shadow:inherit;font-weight:800}.cv-card__title-btn{width:100%;font:inherit;color:inherit;text-align:inherit;cursor:pointer;font-weight:700;line-height:inherit;text-overflow:ellipsis;-webkit-line-clamp:2;word-break:break-word;background:0 0;border:none;-webkit-box-orient:vertical;margin:0;padding:0;display:-webkit-box;overflow:hidden}.cv-card--style-a .cv-card__title-btn:hover{color:#ffffffeb}.cv-card__title-btn:hover{color:var(--cv-emerald)}.cv-card__title-btn:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #146c4359}.cv-card--style-a .cv-card__title-btn:focus-visible{outline-color:#ffffff8c}.cv-card__price{color:var(--cv-emerald);margin:0 0 4px;font-size:.98rem;font-weight:800;line-height:1.35}.cv-card--style-a .cv-card__price{color:#ffe082;letter-spacing:.01em;text-shadow:0 1px 2px #0009,0 2px 8px #00000059;margin:0 0 8px;font-size:1.2rem;font-weight:900;line-height:1.3}.cv-card__location{color:var(--cv-text-muted);text-overflow:ellipsis;-webkit-line-clamp:1;word-break:break-word;-webkit-box-orient:vertical;min-width:0;margin:0 0 6px;font-size:.78rem;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.cv-card--style-a .cv-card__location{color:#fffffff0;text-shadow:0 1px 3px #00000073;margin:0 0 5px;font-size:.8rem;font-weight:600}.cv-card__facts{color:var(--cv-text-muted);flex-wrap:wrap;gap:5px;margin-bottom:6px;font-size:.7rem;display:flex}.cv-card--style-a .cv-card__facts{margin-bottom:6px}.cv-card--style-a .cv-card__uses{margin-bottom:10px}.cv-card__chip-row{flex-wrap:wrap;gap:5px;display:flex}.cv-card__chip{white-space:nowrap;border-radius:999px;align-items:center;padding:3px 9px;font-size:.68rem;font-weight:700;line-height:1.35;display:inline-flex}.cv-card--style-a .cv-card__chip{color:#fffffff5;-webkit-backdrop-filter:blur(6px);background:#06140f9e;border:1px solid #ffffff38;box-shadow:0 1px 4px #0000002e}.cv-card__facts span{background:var(--cv-bg-warm);border-radius:5px;padding:2px 7px}.cv-card__uses{flex-wrap:wrap;gap:5px;margin-bottom:8px;display:flex}.cv-card__use-badge{color:var(--cv-emerald);background:#146c4314;border:1px solid #146c431f;border-radius:999px;padding:3px 8px;font-size:.68rem;font-weight:600}.public-site .cv-card--style-a .cv-card__cta--overlay{min-height:44px;color:var(--cv-white);background:linear-gradient(#1b8350 0%,#146c43 55%,#0f5736 100%);border:1px solid #ffffff2e;margin-top:2px;padding:10px 14px;font-size:.84rem;font-weight:800;box-shadow:0 3px 12px #00000047,inset 0 1px #ffffff1f}.public-site .cv-card--style-a .cv-card__cta--overlay:hover{background:linear-gradient(#1f9259 0%,#167a4c 55%,#11633d 100%);border-color:#ffffff38}.public-site .cv-card--style-a .cv-card__cta--overlay:active{transform:translateY(1px)}.cv-card__cta{margin-top:2px;padding:8px 14px;font-size:.82rem;font-weight:700}.cv-card--style-b{flex-direction:column;display:flex}.cv-card--style-b .cv-card__media{position:relative}.cv-card--style-b .cv-card__image--detailed{aspect-ratio:16/10;border-radius:var(--cv-radius) var(--cv-radius) 0 0;width:100%;max-height:220px}.cv-card--style-b .cv-card__image-zoom{top:auto;bottom:8px}.cv-card--style-b .cv-card__body{flex-direction:column;flex:1;gap:0;min-width:0;padding:11px 12px 12px;display:flex}.cv-card--style-b .cv-card__cta{min-height:44px;margin-top:auto}.cv-card--style-c .cv-card__row{flex-direction:row;align-items:stretch;min-height:118px;display:flex}.cv-card--style-c .cv-card__thumb{flex:0 0 clamp(108px,34vw,132px);min-width:0;max-width:132px;position:relative}.cv-card--style-c .cv-card__image-btn{width:100%;height:100%;min-height:118px;display:block}.cv-card--style-c .cv-card__image{width:100%;height:100%;min-height:118px;aspect-ratio:unset;border-radius:0;max-height:none}.cv-card--style-c .cv-card__content{flex-direction:column;flex:1;gap:0;min-width:0;padding:10px 12px;display:flex;overflow:hidden}.cv-card--style-c .cv-card__title-btn{-webkit-line-clamp:2}.cv-card--style-c .cv-card__title{margin-bottom:2px;font-size:.84rem}.cv-card--style-c .cv-card__location{margin-bottom:4px;font-size:.72rem}.cv-card--style-c .cv-card__price{margin-bottom:4px;font-size:.88rem}.cv-card__facts--inline{margin-bottom:6px}.cv-card__cta--compact{text-underline-offset:2px;align-self:flex-start;min-height:auto;margin-top:auto;padding:4px 0 0;font-size:.74rem;font-weight:700;text-decoration:underline}.cv-detail{min-width:0}.cv-detail__back{color:var(--cv-emerald);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:6px 0 10px;font-family:inherit;font-size:.86rem;font-weight:700;text-decoration:underline}.cv-detail__layout{flex-direction:column;align-items:stretch;gap:10px;min-width:0;display:flex}.cv-detail__sidebar,.cv-detail__gallery-col,.cv-detail__content{min-width:0}.cv-detail__listing-header{background:var(--cv-white);border-radius:var(--cv-radius);box-shadow:var(--cv-shadow);border:1px solid #0b2e220f;margin-bottom:0;padding:14px 16px}.cv-detail__summary-grid.cv-detail__summary-grid--desktop,.cv-detail__property-type.cv-detail__property-type--desktop,.cv-detail__gate-msg.cv-detail__gate-msg--desktop{display:none}.cv-detail__op-badge{background:var(--cv-emerald);color:var(--cv-white);border-radius:999px;margin-bottom:10px;padding:4px 10px;font-size:.7rem;font-weight:800;display:inline-block}.cv-detail__op-badge--sale{background:var(--cv-gold);color:var(--cv-deep-green)}.cv-detail__title{color:#111827;margin:0 0 6px;font-size:clamp(1.05rem,2.8vw,1.25rem);font-weight:700;line-height:1.45}.cv-detail__location{color:#1f2937;margin:0 0 4px;font-size:.88rem;font-weight:600}.cv-detail__property-type{color:var(--cv-deep-green);margin:0 0 12px;font-size:.8rem;font-weight:600}.cv-detail__price-block{border-top:1px solid #0b2e2214;border-bottom:1px solid #0b2e2214;margin-bottom:10px;padding:10px 0 12px}.cv-detail__price-label{color:var(--cv-label);margin-bottom:4px;font-size:.75rem;font-weight:700;display:block}.cv-detail__price{color:var(--cv-emerald);margin:0;font-size:clamp(1.2rem,3vw,1.45rem);font-weight:800;line-height:1.25}.cv-detail__summary-grid{grid-template-columns:1fr 1fr;gap:8px;margin:0;display:grid}.cv-detail__summary-card{background:var(--cv-bg-warm);border-radius:var(--cv-radius-sm);border:1px solid #0b2e2214;min-width:0;padding:8px 10px}.cv-detail__summary-card dt{color:var(--cv-label);margin-bottom:3px;font-size:.7rem;font-weight:700;display:block}.cv-detail__summary-card dd{color:var(--cv-text-dark);word-break:break-word;margin:0;font-size:.82rem;font-weight:800;line-height:1.35}.cv-detail__summary-price{color:var(--cv-emerald)!important;font-size:.78rem!important}.cv-detail__contact-gate{margin-top:0}.cv-detail__hero-image{aspect-ratio:16/9;border-radius:var(--cv-radius);width:100%;min-height:160px;margin-bottom:0}.cv-detail__hero-btn{cursor:zoom-in;width:100%;font:inherit;background:0 0;border:none;margin:0 0 8px;padding:0;display:block;position:relative}.cv-detail__hero-btn:focus-visible{outline:2px solid var(--cv-emerald);outline-offset:2px;border-radius:var(--cv-radius)}.cv-detail__hero-zoom{bottom:10px;z-index:2;width:32px;height:32px;color:var(--cv-white);pointer-events:none;background:#00000080;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;display:flex;position:absolute;inset-inline-end:10px}.cv-detail__thumbs{-webkit-overflow-scrolling:touch;gap:6px;margin-bottom:10px;padding-bottom:2px;display:flex;overflow-x:auto}.cv-detail__thumb-btn{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:9px;flex:0 0 64px;padding:0;overflow:hidden}.cv-detail__thumb-btn.is-active{border-color:var(--cv-emerald)}.cv-detail__thumb-btn:focus-visible{outline:2px solid var(--cv-emerald);outline-offset:2px}.cv-detail__thumb{border-radius:7px;flex:0 0 64px;height:48px;min-height:0}.cv-detail__tabs{-webkit-overflow-scrolling:touch;gap:6px;margin-bottom:8px;padding-bottom:2px;display:flex;overflow-x:auto}.cv-detail__tab{background:var(--cv-white);color:var(--cv-text-secondary);cursor:pointer;white-space:nowrap;border:1px solid #1f293724;border-radius:999px;flex-shrink:0;padding:7px 13px;font-family:inherit;font-size:.74rem;font-weight:700}.cv-detail__tab.is-active{background:var(--cv-emerald);color:var(--cv-white);border-color:var(--cv-emerald);box-shadow:0 2px 8px #146c4338}.cv-detail__tab-panel{background:var(--cv-white);border-radius:var(--cv-radius-sm);box-shadow:var(--cv-shadow);min-width:0;min-height:0;margin-bottom:8px;padding:12px 14px}.cv-detail__panel-section{margin:0}.cv-detail__meta{color:var(--cv-text-secondary);margin:0 0 8px;font-size:.82rem;font-weight:600}.cv-detail__compliance-badge{color:#7a5f0a;background:#d4af372e;border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-block}.cv-detail__description{color:var(--cv-text-dark);margin:0;font-size:.9rem;font-weight:500;line-height:1.65}.cv-detail__chip-list{flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none;display:flex}.cv-detail__chip-list li{color:var(--cv-deep-green);background:#146c4314;border:1px solid #146c4324;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:600}.cv-detail__service-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.cv-detail__service-list li{color:var(--cv-text-dark);padding-inline-start:18px;font-size:.86rem;font-weight:600;line-height:1.45;position:relative}.cv-detail__service-list li:before{content:"✓";color:var(--cv-emerald);font-weight:800;position:absolute;inset-inline-start:0}.cv-detail__location-panel{min-width:0}.cv-detail__location-facts{grid-template-columns:1fr 1fr;gap:8px;margin:0 0 10px;display:grid}.cv-detail__location-facts div{background:var(--cv-bg-warm);border-radius:var(--cv-radius-sm);padding:8px 10px}.cv-detail__location-facts dt{color:var(--cv-label);margin-bottom:2px;font-size:.68rem;font-weight:700}.cv-detail__location-facts dd{color:var(--cv-text-dark);margin:0;font-size:.84rem;font-weight:800}.cv-detail__map-visual{aspect-ratio:16/7;border-radius:var(--cv-radius-sm);min-height:72px}.cv-detail__regulatory{border-radius:var(--cv-radius-sm);border-inline-start:3px solid var(--cv-gold);color:var(--cv-text-secondary);background:#146c430f;margin:0;padding:10px 12px;font-size:.74rem;line-height:1.55}.cv-detail__gate-msg{border-radius:var(--cv-radius-sm);color:#7a5f0a;text-align:center;background:#d4af371f;margin:8px 0 0;padding:8px 10px;font-size:.78rem;font-weight:700}.cv-image-modal{z-index:500;justify-content:center;align-items:center;min-width:0;padding:12px;display:flex;position:fixed;inset:0}.cv-image-modal__backdrop{cursor:pointer;background:#0b2e22b8;border:none;padding:0;position:absolute;inset:0}.cv-image-modal__panel{z-index:1;background:var(--cv-white);border-radius:var(--cv-radius);width:min(100%,720px);max-height:calc(100dvh - 24px);box-shadow:var(--cv-shadow-lg);flex-direction:column;min-width:0;display:flex;position:relative;overflow:hidden}.cv-image-modal__head{border-bottom:1px solid #0b2e2214;justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;padding:12px 14px;display:flex}.cv-image-modal__title{color:var(--cv-text-dark);min-width:0;margin:0;font-size:.92rem;font-weight:800;line-height:1.45}.cv-image-modal__close{background:var(--cv-bg-warm);width:36px;height:36px;color:var(--cv-text-dark);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;font-family:inherit;font-size:1.35rem;line-height:1}.cv-image-modal__close:hover{background:#0b2e2214}.cv-image-modal__close:focus-visible{outline:2px solid var(--cv-emerald);outline-offset:2px}.cv-image-modal__visual{aspect-ratio:16/9;border-radius:0;flex:1;width:100%;min-width:0}.cv-image-modal__stage{background:#0f1729;align-items:center;min-width:0;display:flex;position:relative}.cv-image-modal__stage .cv-prop-visual{width:100%;min-height:180px;max-height:min(56vh,420px)}.cv-image-modal__stage .cv-prop-visual__overlay{background:linear-gradient(#0b2e220d 0%,#0b2e222e 100%)}.cv-image-modal__nav{z-index:2;width:44px;height:44px;color:var(--cv-deep-green);cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-size:1.35rem;font-weight:700;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0000002e}.cv-image-modal__nav--prev{inset-inline-end:10px}.cv-image-modal__nav--next{inset-inline-start:10px}.cv-image-modal__nav:hover{background:var(--cv-white)}.cv-image-modal__nav:focus-visible{outline:2px solid var(--cv-gold);outline-offset:2px}.cv-image-modal__foot{background:var(--cv-white);border-top:1px solid #0b2e2214;justify-content:center;padding:10px 14px 12px;display:flex}.cv-image-modal__counter{color:var(--cv-text-secondary);letter-spacing:.02em;font-size:.82rem;font-weight:700}.cv-contact-gate{background:var(--cv-white);border-radius:var(--cv-radius);box-shadow:var(--cv-shadow);text-align:center;border:1px solid #d4af3738;padding:14px}.cv-contact-gate__icon{background:#d4af371f;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 10px;display:flex}.cv-contact-gate__lock{font-size:1.2rem}.cv-contact-gate__title{color:var(--cv-text-dark);margin:0 0 6px;font-size:.88rem;font-weight:800;line-height:1.45}.cv-contact-gate__hint{color:var(--cv-text-muted);margin:0 0 12px;font-size:.76rem;line-height:1.5}.cv-contact-gate__actions{flex-direction:column;gap:7px;display:flex}.cv-contact-gate__actions .cv-btn{padding:9px 14px;font-size:.8rem}.cv-contact-sticky{inset-inline:0;z-index:200;padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:var(--cv-deep-green);align-items:center;gap:8px;display:none;position:fixed;bottom:0;box-shadow:0 -3px 16px #00000029}@media (width<=767px){.cv-contact-sticky--mobile-only{display:flex}.cv-detail__contact-gate,.cv-detail__gate-msg.cv-detail__gate-msg--desktop{display:none!important}.cv-hero{min-height:clamp(240px,52vw,320px);padding:28px 12px 52px}.cv-hero__title{margin-bottom:6px;font-size:1.12rem;font-weight:800;line-height:1.4}.cv-hero__subtitle{font-size:.86rem;font-weight:600;line-height:1.55}.cv-search{margin-top:-34px;padding:0 10px}.cv-search__panel{border-radius:12px;padding:10px}.cv-search__toolbar{flex-direction:column;gap:8px}.cv-search__filter-toggle{width:100%}.cv-search__input,.cv-search__field select{min-height:44px;font-size:.86rem}.cv-search__filters{gap:6px}.cv-search__filters-actions{flex-direction:column}.cv-search__apply-btn,.cv-search__reset-btn{width:100%}.cv-search__view-row{width:100%;margin-top:8px;padding-top:8px}.cv-view-toggle{justify-content:stretch;width:100%}.cv-view-toggle__btn{text-align:center;flex:1;min-height:40px}.cv-main{padding:0 10px 16px}.cv-main--home{padding-top:2px}.cv-results{margin-top:6px}.cv-results__head{margin-bottom:8px}.cv-results__title{font-size:.92rem}.cv-results__grid{gap:10px}.cv-mobile-only{display:inline-flex}.cv-card--style-a .cv-card__stage{height:clamp(230px,62vw,270px);min-height:clamp(230px,62vw,270px)}.cv-card--style-a .cv-card__image-btn .cv-prop-visual,.cv-card--style-a .cv-card__image-btn .cv-prop-visual__photo{width:100%;height:100%;min-height:100%}.cv-card--style-a .cv-card__title{font-size:.96rem;line-height:1.38}.cv-card--style-a .cv-card__price{margin-bottom:6px;font-size:1.08rem}.cv-card--style-a .cv-card__title-btn{-webkit-line-clamp:2}.cv-card--style-a .cv-card__location{-webkit-line-clamp:1;font-size:.76rem}.cv-card--style-a .cv-card__uses,.cv-card--style-a .cv-card__chip--type,.cv-card--style-a .cv-card__chip--use:nth-child(n+2){display:none}.cv-card--style-a .cv-card__overlay-body{padding:10px 12px 12px}.cv-card--style-a .cv-card__cta--overlay{min-height:44px}.cv-card--style-c .cv-card__row,.cv-card--style-c .cv-card__thumb,.cv-card--style-c .cv-card__image-btn,.cv-card--style-c .cv-card__image{min-height:112px}.cv-image-modal{padding:8px}.cv-image-modal__nav{width:40px;height:40px;font-size:1.2rem}.cv-image-modal__nav--prev{inset-inline-end:6px}.cv-image-modal__nav--next{inset-inline-start:6px}.cv-main--detail{padding-top:6px;padding-bottom:calc(64px + env(safe-area-inset-bottom))}.cv-detail__back{min-height:44px;padding:4px 0 6px;font-size:.86rem}.cv-detail__layout{gap:8px}.cv-detail__hero-image{aspect-ratio:unset;border-radius:12px;height:clamp(200px,52vw,240px);min-height:200px;max-height:240px;margin-bottom:0}.cv-detail__thumbs{display:none}.cv-detail__listing-header{box-shadow:none;background:0 0;border:none;border-radius:0;padding:12px 14px}.cv-detail__op-badge{display:none}.cv-detail__title{margin-bottom:4px;font-size:1.08rem}.cv-detail__location{margin-bottom:8px;font-size:.86rem}.cv-detail__property-type{display:none}.cv-detail__price-block{border:none;margin-bottom:8px;padding:0 0 10px}.cv-detail__price{font-size:1.35rem}.cv-detail__summary-grid{gap:6px}.cv-detail__summary-card{padding:7px 9px}.cv-detail__summary-card dt{font-size:.68rem}.cv-detail__summary-card dd{font-size:.8rem}.cv-detail__tab{min-height:40px;padding:8px 12px}.cv-detail__tab-panel{padding:10px 12px}.cv-detail__regulatory{padding:8px 10px;font-size:.72rem;line-height:1.5}.cv-contact-sticky__btn{min-height:44px}}.cv-contact-sticky__lock{flex-shrink:0;font-size:1rem}.cv-contact-sticky__btn{background:var(--cv-gold);color:var(--cv-deep-green);cursor:pointer;border:none;border-radius:999px;flex:1;min-width:0;padding:10px 14px;font-family:inherit;font-size:.8rem;font-weight:800}.cv-footer{background:var(--cv-deep-green);color:#ffffffe0;margin-top:12px;padding:16px 12px 12px}.cv-footer__inner{max-width:var(--cv-max);flex-direction:column;gap:12px;margin:0 auto;display:flex}.cv-footer__brand{align-items:flex-start;gap:10px;display:flex}.cv-footer__logo{border-radius:7px;flex-shrink:0;width:34px;height:34px}.cv-footer__brand strong{margin-bottom:4px;font-size:.88rem;display:block}.cv-footer__brand p{opacity:.82;margin:0;font-size:.76rem;line-height:1.5}.cv-footer__meta p{margin:0 0 8px;font-size:.76rem}.cv-footer__social{gap:6px;display:flex}.cv-footer__social-icon{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.65rem;font-weight:700;display:flex}.cv-footer__copy{max-width:var(--cv-max);text-align:center;opacity:.65;border-top:1px solid #ffffff1a;margin:12px auto 0;padding-top:12px;font-size:.68rem}@media (width>=640px){.cv-btn--staff-short{display:none}.cv-btn--staff-full{display:inline}.public-site .cv-btn--staff{padding:6px 12px;font-size:.72rem}}@media (width>=768px){.cv-header__nav{display:flex}.cv-desktop-only{display:inline-flex}.cv-hero{min-height:clamp(300px,38vh,460px);padding:48px 20px 72px}.cv-search{margin-top:-48px}.cv-search__toolbar{flex-direction:row}.cv-search__filter-toggle{width:auto;min-width:96px}.cv-search__filters{grid-template-columns:repeat(3,minmax(0,1fr))}.cv-search__field--sort{grid-column:auto}.cv-search__filters-actions{justify-content:flex-end}.cv-search__apply-btn,.cv-search__reset-btn{flex:0 auto;width:auto;min-width:140px}.cv-search__view-row{width:auto;margin-top:10px}.cv-main--home{padding-top:6px}.cv-card--style-a .cv-card__stage{min-height:320px}.cv-card--style-a .cv-card__image-btn .cv-prop-visual,.cv-card--style-a .cv-card__image-btn .cv-prop-visual__photo{width:100%;height:100%;min-height:100%}.cv-detail__layout{grid-template-rows:auto auto;grid-template-columns:.85fr 1.15fr;align-items:start;gap:14px 16px;display:grid}.cv-detail__gallery-col{grid-area:1/2}.cv-detail__sidebar{grid-area:1/1/span 2;position:sticky;top:56px}.cv-detail__content{grid-area:2/2}.cv-detail__listing-header{margin-bottom:10px}.cv-detail__summary-grid:not(.cv-detail__summary-grid--desktop){display:none}.cv-detail__summary-grid.cv-detail__summary-grid--desktop{display:grid}.cv-detail__property-type.cv-detail__property-type--desktop{color:var(--cv-deep-green);margin:0 0 10px;font-size:.8rem;font-weight:600;display:block}.cv-detail__op-badge{display:inline-block}.cv-detail__gate-msg.cv-detail__gate-msg--desktop{display:block}.cv-main--detail{padding-bottom:24px}.cv-footer__inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media (width>=1024px){.cv-results__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.cv-card--style-a .cv-card__stage{min-height:340px}.cv-card--style-a .cv-card__title{font-size:1.08rem}.cv-card--style-a .cv-card__price{font-size:1.24rem}.cv-search__filters{grid-template-columns:repeat(5,minmax(0,1fr))}.cv-card__title,.cv-card__title-btn{font-size:.88rem}}.cv-account-type-modal{width:min(560px,100%);max-height:90dvh;padding:28px 24px 24px;overflow-y:auto}.cv-at-cards{grid-template-columns:1fr 1fr;gap:14px;margin-top:8px;display:grid}@media (width<=480px){.cv-at-cards{grid-template-columns:1fr}}.cv-at-card{border-radius:var(--cv-radius);background:var(--cv-white);cursor:pointer;text-align:right;border:2px solid #0b2e2224;flex-direction:column;align-items:flex-start;gap:8px;width:100%;padding:20px 16px;transition:border-color .15s,box-shadow .15s,transform .12s;display:flex}.cv-at-card:hover,.cv-at-card:focus-visible{border-color:var(--cv-emerald);box-shadow:var(--cv-shadow);transform:translateY(-2px)}.cv-at-card__icon{font-size:1.8rem;line-height:1}.cv-at-card__title{color:var(--cv-deep-green);font-size:1rem;font-weight:700}.cv-at-card__desc{color:var(--cv-text-muted);font-size:.82rem;line-height:1.5}.cv-at-subtitle{color:var(--cv-text-muted);margin:0 0 16px;font-size:.85rem}.cv-at-form{flex-direction:column;gap:14px;display:flex}.cv-at-chips-group{border:none;margin:0;padding:0}.cv-at-chips-group legend{color:var(--cv-label);margin-bottom:8px;font-size:.88rem;font-weight:600}.cv-at-chips{flex-wrap:wrap;gap:8px;display:flex}.cv-at-chip{background:var(--cv-white);font-size:.84rem;font-family:var(--cv-font);color:var(--cv-text-dark);cursor:pointer;border:1.5px solid #0b2e222e;border-radius:20px;padding:6px 14px;transition:border-color .14s,background .14s,color .14s}.cv-at-chip.is-active{border-color:var(--cv-emerald);color:var(--cv-deep-green);background:#146c431a;font-weight:600}.cv-at-chip:hover:not(:disabled){border-color:var(--cv-emerald)}.cv-at-role-list{flex-direction:column;gap:10px;display:flex}.cv-at-role-option{border-radius:var(--cv-radius-sm);background:var(--cv-white);cursor:pointer;text-align:right;width:100%;font-family:var(--cv-font);border:2px solid #0b2e2224;align-items:flex-start;gap:12px;padding:14px 16px;transition:border-color .14s,background .14s;display:flex}.cv-at-role-option.is-selected{border-color:var(--cv-emerald);background:#146c430f}.cv-at-role-option:hover:not(:disabled){border-color:var(--cv-emerald)}.cv-at-role-option__dot{border:2px solid #0b2e224d;border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-top:2px;transition:border-color .14s,background .14s}.cv-at-role-option.is-selected .cv-at-role-option__dot{border-color:var(--cv-emerald);background:var(--cv-emerald);box-shadow:inset 0 0 0 3px var(--cv-white)}.cv-at-role-option__body{flex-direction:column;gap:2px;display:flex}.cv-at-role-option__label{color:var(--cv-deep-green);font-size:.95rem;font-weight:700}.cv-at-role-option__desc{color:var(--cv-text-muted);font-size:.8rem}.cv-at-checkboxes{flex-direction:column;gap:10px;display:flex}.cv-at-check{color:var(--cv-text-dark);cursor:pointer;align-items:flex-start;gap:10px;font-size:.85rem;line-height:1.5;display:flex}.cv-at-check input[type=checkbox]{width:17px;height:17px;accent-color:var(--cv-emerald);cursor:pointer;flex-shrink:0;margin-top:2px}.cv-at-hint{color:var(--cv-text-muted);font-size:.78rem;font-weight:400}.cv-at-notice{border-radius:var(--cv-radius-sm);color:#7a5f00;background:#d4af371a;border:1px solid #d4af3759;margin:0;padding:10px 14px;font-size:.82rem;line-height:1.55}.cv-at-error{border-radius:var(--cv-radius-sm);color:#b91c1c;background:#dc262612;border:1px solid #dc262633;margin:0;padding:10px 12px;font-size:.84rem}.cv-at-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px;display:flex}.cv-at-actions .btn--primary{margin-inline-start:auto}
