:root{--bg:#fffbf2;--page-bg-gradient:linear-gradient(180deg,#f0f0f0,#fff);--bg-alt:#fafafa;--surface-1:#fff;--surface-2:#f9fafb;--surface-3:#f3f4f6;--text-strong:#0f172a;--text:#111827;--text-muted:#6b7280;--text-subtle:#9ca3af;--text-on-accent:#fff;--muted:var(--text-muted);--accent:#2a65f7;--accent-hover:#1f4fe3;--accent-active:#163fbd;--accent-50:#eff4ff;--accent-100:#deebff;--border:#e5e7eb;--border-strong:#d1d5db;--input-border:#d1d5db;--outline:rgba(42,101,247,.45);--shadow-sm:0 4px 16px rgba(17,24,39,.06);--shadow-md:0 10px 32px rgba(17,24,39,.08);--shadow-lg:0 20px 48px rgba(17,24,39,.1);--radius-lg:18px;--radius-md:14px;--radius-sm:10px;--input-bg:#fff;--input-placeholder:rgba(17,24,39,.45);--input-focus:rgba(42,101,247,.45);--stats-border:rgba(17,24,39,.12);--success:#16a34a;--warning:#f59e0b;--danger:#dc2626;--row-hover:#f5f8ff;--row-active:#eef2ff;--blue:var(--accent);--milky:var(--bg);--smoky-top:linear-gradient(180deg,#0b0b0f,#15171c);--text-900:var(--text);--text-600:#4b5563;--card-bg:#fffdf7;--card-border:rgba(17,24,39,.08);--page-top:#f2f3f5;--page-mid:#fafafa;--page-bottom:var(--milky);--page-bg:radial-gradient(1200px 700px at 75% 25%,hsla(0,0%,100%,.95) 0%,hsla(0,0%,100%,.88) 35%,hsla(0,0%,100%,.8) 55%,hsla(0,0%,100%,0) 70%),linear-gradient(180deg,var(--page-top) 0%,var(--page-mid) 50%,var(--page-bottom) 100%)}*{box-sizing:border-box}#__next,body,html{min-height:100%;margin:0;overflow-x:hidden}#__next,body,html{background:var(--page-bg-gradient)}body{font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif}a{transition:color .2s ease,opacity .2s ease}a:hover{color:var(--accent-strong)}.container{max-width:1100px;margin:0 auto;padding:24px 12px 48px}.card,.panel{background:var(--card);border:1px solid rgba(226,232,240,.2)!important;padding:20px;box-shadow:var(--shadow-sm)}.card,.panel{border-radius:12px!important}.panel{background:var(--card-soft);border:1px solid rgba(226,232,240,.2)!important}muted{color:var(--text-muted)}.detail-label{font-size:12px;font-weight:700;color:var(--text-strong);letter-spacing:.01em}.big{font-size:22px;font-weight:700;color:var(--text)}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.eyebrow,.link{font-weight:600}.link{display:inline-flex;align-items:center;gap:6px}.grid,.listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px}.badge,.chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:rgba(103,232,249,.08);border:1px solid rgba(103,232,249,.24);color:var(--accent);font-size:12px;font-weight:600;white-space:nowrap}.chip.is-active{background:linear-gradient(135deg,rgba(103,232,249,.18),rgba(56,189,248,.24));border-color:rgba(103,232,249,.45);color:#0f172a}.input,button,select,textarea{font-family:inherit}.input,select,textarea{width:100%;border-radius:var(--radius-sm);border:1px solid var(--input-border);padding:12px 14px;background:var(--input-bg);color:var(--text);font-size:15px;transition:border-color .2s ease,box-shadow .2s ease}.input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent-hover);box-shadow:0 0 0 3px var(--accent-50)}.input::placeholder{color:rgba(154,166,178,.7)}.btn,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-sm);padding:12px 18px;border:1px solid transparent;background:var(--accent);color:var(--text-on-accent);font-weight:600;font-size:15px;cursor:pointer;text-decoration:none;box-shadow:var(--shadow-sm);transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.btn:hover,.button:hover{background:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn:disabled,.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.button-outline{background:transparent;color:var(--accent);border:1px solid var(--border-strong);box-shadow:none}.button-outline:hover{background:var(--accent-50);color:var(--accent-active)}.button-small{padding:10px 14px;font-size:14px}.bookmark-button{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid rgba(103,232,249,.2);background:rgba(103,232,249,.08);color:var(--accent);font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.bookmark-button:hover{background:rgba(103,232,249,.16)}.bookmark-button.is-active{background:linear-gradient(135deg,rgba(103,232,249,.28),rgba(56,189,248,.32));border-color:rgba(103,232,249,.55);color:#04131d}.filter-form,.filter-form__row{display:grid;grid-gap:12px;gap:12px}@media (min-width:640px){.filter-form__row{grid-template-columns:repeat(2,minmax(0,1fr))}}.listing-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.listing-card__media{position:relative;aspect-ratio:4/3;background:var(--bg-alt);overflow:hidden}.listing-card__media img{width:100%;height:100%;object-fit:cover}.listing-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:48px;color:hsla(0,0%,100%,.2)}.listing-card__badge{position:absolute;bottom:12px;left:12px;padding:4px 10px;border-radius:999px;background:var(--accent-50);border:1px solid var(--accent-100);color:var(--accent-active);font-size:12px;font-weight:600}.listing-card__body{display:flex;flex-direction:column;gap:12px;padding:18px 18px 0}.listing-card__eyebrow{font-size:12px;color:var(--muted);letter-spacing:.05em;text-transform:uppercase}.listing-card__title{font-size:18px;margin:0;color:var(--text)}.listing-card__price-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.listing-card__price{font-size:20px;font-weight:700;color:var(--text)}.listing-card__meta{display:flex;flex-wrap:wrap;gap:8px}.listing-card__description{color:var(--text-muted);font-size:14px;line-height:1.5}.listing-card__footer{display:flex;gap:10px;padding:16px 18px 18px;border-top:1px solid var(--border)}.listing-card__footer .button,.listing-card__footer .button-outline{flex:1 1}listing-card__more-button{background:#2563eb!important;box-shadow:none}.listing-card__more-button:hover{background:#1d4ed8!important}.listing-card__footer .button-outline{flex:1 1;color:var(--accent);border-color:var(--border-strong);background:transparent}.listing-card__footer .button-outline:hover{background:var(--accent-50);color:var(--accent-active)}.detail-page{padding-top:16px}.back-link{margin-bottom:16px}.detail-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);grid-gap:28px;gap:28px;margin-bottom:32px;align-items:start}.detail-hero__gallery{display:grid;grid-gap:14px;gap:14px}.detail-hero__main-photo{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid hsla(0,0%,100%,.12);background:#fff;min-height:320px;aspect-ratio:4/3}.detail-hero__main-photo-button{position:absolute;inset:0;width:100%;height:100%;padding:0;border:none;background:transparent;cursor:zoom-in}.detail-hero__main-photo-button:focus-visible{outline:2px solid var(--accent-100);outline-offset:4px}.detail-hero__main-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;background:#1e293b}@supports not (aspect-ratio:1){.detail-hero__main-photo{padding-top:75%;min-height:0}}.detail-hero__placeholder{position:absolute;inset:0;display:grid;place-items:center;color:rgba(226,232,240,.65);font-size:15px}.detail-photo-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;padding:32px;z-index:5000;overflow-y:auto;-webkit-overflow-scrolling:touch}.detail-photo-lightbox__content{position:relative;width:min(1024px,100%);height:min(90vh,100%);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0}.detail-photo-lightbox__image-wrapper{flex:1 1 auto;min-height:0;width:100%;height:100%;background:transparent;border-radius:var(--radius-lg);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:16px}.detail-photo-lightbox__image-wrapper img{width:100%;height:100%;object-fit:contain}.detail-photo-lightbox__close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:999px;border:none;background:rgba(15,23,42,.75);color:#f8fafc;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.detail-photo-lightbox__close:hover,.detail-photo-lightbox__nav:hover{background:rgba(30,41,59,.85)}.detail-photo-lightbox__close:focus-visible,.detail-photo-lightbox__nav:focus-visible{outline:2px solid var(--accent-100);outline-offset:2px}.detail-photo-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:none;background:rgba(15,23,42,.75);color:#f8fafc;font-size:30px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.detail-photo-lightbox__nav--prev{left:12px}.detail-photo-lightbox__nav--next{right:12px}.detail-photo-lightbox__counter{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);background:rgba(15,23,42,.75);color:#f8fafc;padding:6px 12px;border-radius:999px;font-size:14px;letter-spacing:.02em}.detail-photo-lightbox__thumbs{display:flex;gap:8px;overflow-x:auto;padding:12px 16px 16px;-webkit-overflow-scrolling:touch;flex-shrink:0;flex-wrap:nowrap;max-width:100%;scrollbar-width:thin}.detail-photo-lightbox__thumbs-btn{flex-shrink:0;width:64px;height:48px;border-radius:8px;border:2px solid transparent;padding:0;overflow:hidden;cursor:pointer;background:hsla(0,0%,100%,.1);transition:border-color .2s ease,background .2s ease}.detail-photo-lightbox__thumbs-btn:hover{background:hsla(0,0%,100%,.2)}.detail-photo-lightbox__thumbs-btn.is-active{border-color:#2a65f7;background:rgba(42,101,247,.2)}.detail-photo-lightbox__thumbs-btn img{width:100%;height:100%;object-fit:cover;display:block}.detail-hero__thumbs{display:flex;gap:12px;overflow-x:auto;padding:4px 0 8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.9) transparent;flex-wrap:nowrap}.detail-hero__thumbs::-webkit-scrollbar{height:6px}.detail-hero__thumbs::-webkit-scrollbar-track{background:transparent}.detail-hero__thumbs::-webkit-scrollbar-thumb{background-color:rgba(148,163,184,.9);border-radius:999px}.detail-hero__thumbs .detail-hero__thumbs-btn,.detail-hero__thumbs button{flex-shrink:0;border-radius:var(--radius-sm);border:2px solid transparent;background:var(--surface-2);overflow:hidden;padding:0;width:96px;height:70px;cursor:pointer;transition:border-color .2s ease,transform .2s ease,background .2s ease}.detail-hero__thumbs button img{width:100%;height:100%;object-fit:cover;display:block}.detail-hero__thumbs .detail-hero__thumbs-btn:hover,.detail-hero__thumbs button:hover{transform:translateY(-1px)}.detail-hero__thumbs .detail-hero__thumbs-btn.is-active,.detail-hero__thumbs button.is-active{border-color:#2a65f7;border-width:3px;background:rgba(42,101,247,.08);box-shadow:0 0 0 1px rgba(42,101,247,.2)}.detail-hero__info{flex:1 1 320px;display:flex;flex-direction:column;gap:18px}.detail-hero__title{margin:0;font-size:32px;font-weight:700}.detail-hero__badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:var(--accent-50);border:1px solid var(--accent-100);border-radius:999px;font-size:13px;color:var(--accent-active);width:-moz-fit-content;width:fit-content}.detail-hero__location{color:rgba(226,232,240,.7);font-size:14px}.detail-hero__meta{display:flex;flex-wrap:wrap;gap:8px}.detail-summary-card{display:flex;flex-direction:column;gap:16px;padding:20px;background:transparent;border:none;border-radius:0;box-shadow:none}.detail-summary-card.detail-summary-card--inline{width:100%}.detail-summary__prices{display:grid;grid-gap:12px;gap:12px}.detail-summary__price{display:flex;flex-direction:column;gap:6px}.detail-summary__price-label{color:var(--muted);font-size:12px;letter-spacing:.05em;text-transform:uppercase}.detail-summary__price-value{font-size:22px;font-weight:700;color:var(--text)}.detail-summary__status{font-size:14px;color:#000;display:grid;grid-gap:4px;gap:4px}.detail-summary__actions{display:grid;grid-gap:10px;gap:10px}.detail-layout{display:flex;flex-wrap:wrap;gap:24px}.detail-main{flex:1 1 520px}.detail-aside,.detail-main{display:grid;grid-gap:24px;gap:24px}.detail-aside{flex:0 0 280px}.detail-section{position:relative;padding:18px;border-radius:18px;background:linear-gradient(180deg,hsla(0,0%,100%,.92),rgba(241,245,249,.88));border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 28px rgba(15,23,42,.06)}.detail-section h2{margin-top:0;margin-bottom:14px;font-size:18px;font-weight:700;display:flex;align-items:center;gap:10px}.detail-section h2:before{content:"";width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--accent),#22c55e);box-shadow:0 0 0 4px rgba(42,101,247,.15);flex:0 0 auto}.document-list{display:grid;grid-gap:12px;gap:12px}.document-card{padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-1);display:grid;grid-gap:8px;gap:8px;color:var(--text)}.document-card__title{font-weight:600;font-size:15px}.document-card__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:rgba(226,232,240,.75)}.document-card__actions{display:flex;flex-wrap:wrap;gap:8px}.document-card__actions a{color:var(--accent);text-decoration:none}.document-card__actions a:hover{color:var(--accent-hover)}.contact-list__value a{color:var(--accent)}.contact-list__value a:hover{color:var(--accent-hover)}.favorite-grid{display:grid;grid-gap:20px;gap:20px}.favorite-grid .grid{margin-top:8px}@media (max-width:960px){.detail-hero{grid-template-columns:1fr}.detail-summary-card{order:2}}.table-scroll{overflow-x:auto}.table-scroll table{width:100%;border-collapse:collapse;min-width:520px}.detail-section .panel{background:hsla(0,0%,100%,.9);border:1px solid rgba(15,23,42,.06);border-radius:14px;box-shadow:0 8px 20px rgba(15,23,42,.06)}.detail-section .panel.table-scroll{overflow-x:auto;overflow-y:auto;max-height:320px;border-radius:14px}.kv-grid{gap:14px}.kv-grid__item{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:14px;background:linear-gradient(135deg,hsla(0,0%,100%,.95),rgba(241,245,249,.85));border:1px solid rgba(148,163,184,.35);box-shadow:0 6px 18px rgba(15,23,42,.05);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.kv-grid__item:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(15,23,42,.08);border-color:rgba(42,101,247,.35)}.kv-grid__label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.kv-grid__value{font-weight:600;word-break:break-word;color:#1f2937}.kv-grid__value--multiline{margin:0;font-size:13px;white-space:pre-wrap;color:#334155}.price-table{width:100%;border-collapse:separate;border-spacing:0}.price-table thead th:first-child{border-top-left-radius:12px}.price-table thead th:last-child{border-top-right-radius:12px}.price-table tbody tr:hover{background:var(--row-hover)}.price-table tbody tr:last-child td{border-bottom:none}.price-table__header-mobile{display:none;flex-direction:column;gap:4px;font-size:11px;line-height:1.3}.price-table__header-desktop{display:block}.price-table__cell-mobile{display:none}.price-table__cell-desktop{display:block}.price-table__cell-mobile-row{display:flex;flex-direction:column;gap:2px}.price-table__cell-mobile-row span{display:block}.price-table__cell-text{font-size:12px}.price-table__cell-text--emphasis{font-weight:700}@media (max-width:640px){.price-table__header-mobile{display:flex}.price-table__header-desktop{display:none}.price-table__cell-mobile{display:block}.price-table__cell-desktop{display:none}.price-table__col-deposit-desktop,.price-table__col-price-desktop{display:none!important;width:0!important;padding:0!important;border:none!important}.price-table__col-end,.price-table__col-start{display:table-cell!important}.price-table__col-end th,.price-table__col-start th{white-space:normal;line-height:1.3;vertical-align:top;padding-top:8px;padding-bottom:8px}.price-table__col-end td,.price-table__col-start td{vertical-align:top}.price-table__cell-mobile-row{padding:2px 0;line-height:1.4;position:relative}.price-table__cell-mobile-row:first-child{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(148,163,184,.3)}.price-table__cell-mobile-row span{display:block;font-size:13px}.price-table__cell-mobile .price-table__status-chip{display:none!important}.price-table{min-width:auto!important}.table-scroll{overflow-x:visible!important}.table-scroll table{min-width:auto!important}}.footer{opacity:.6;font-size:12px;margin-top:32px}.header-solid{background:linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(248,250,252,.92))!important;border-bottom:1px solid rgba(15,23,42,.06)!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:var(--text)}.header-searchbar{background:hsla(0,0%,100%,.05);border:1px solid var(--border);border-radius:12px}.gradtext{background:linear-gradient(90deg,var(--accent),var(--accent-strong));-webkit-background-clip:text;background-clip:text;color:transparent!important}.header--bottom .nav-link.gradtext,.header--top .nav-link.gradtext,.header-solid .nav-link,.header-solid .nav-link.gradtext{background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;color:var(--text-strong)!important;font-weight:600}.header-solid .nav-link.gradtext:hover,.header-solid .nav-link:hover{color:var(--accent-hover)!important}.nav-link:hover{text-shadow:none}body{color:var(--text);background:var(--page-bg)}h1,h2,h3,h4,h5,h6{color:var(--text-strong)}dd,dt,label,li,p,span,td,th{color:var(--text)}.text-muted,small{color:var(--text-muted)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}.box,.card,.content-block,.module,.panel,.widget,[class*=card]{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.listing-card .listing-card__right-column,.recent-grid .listing-card .listing-card__actions,.recent-grid .listing-card .listing-card__prices{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.hero-soft,.section-alt,.strip{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg)}.btn,[role=button],button{border-radius:var(--radius-sm);font-weight:600;line-height:1.2;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.btn-primary,.button-primary,button.primary{background:var(--accent);color:var(--text-on-accent);border:1px solid transparent}.btn-primary:hover{background:var(--accent-hover)}.btn-primary:active{background:var(--accent-active)}.btn-outline,.btn-secondary,.button-secondary,button.secondary{background:var(--surface-1);color:var(--text);border:1px solid var(--border-strong)}.btn-outline:hover,.btn-secondary:hover{background:var(--surface-2)}.btn-ghost,.btn-link,.button-ghost{background:transparent;color:var(--accent);border:1px solid transparent}.btn-ghost:hover,.btn-link:hover{background:var(--accent-50)}.input,.select,.textarea,input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{background:var(--input-bg);color:var(--text);border:1px solid var(--input-border);border-radius:var(--radius-sm)}input::placeholder,textarea::placeholder{color:var(--input-placeholder)}.input:focus-within,input:focus,select:focus,textarea:focus{outline:2px solid var(--input-focus);outline-offset:1px}table{border-collapse:separate;border-spacing:0;width:100%}thead th{background:var(--surface-2);color:var(--text-strong);text-align:left;border-bottom:1px solid var(--border-strong)}tbody td,thead th{padding:10px 12px}tbody tr{border-bottom:1px solid var(--border)}tbody tr:hover{background:var(--row-hover)}tbody tr.selected,tbody tr[aria-selected=true]{background:var(--row-active)}.badge,.chip,.pill,.tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:var(--accent-50);border:1px solid var(--accent-100);color:var(--accent-active)}.dropdown,.menu,.modal,.popover,.tooltip{background:var(--surface-1);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:var(--radius-md)}.header--top{background:var(--smoky-top)!important;color:#e6edf3;border-bottom:1px solid hsla(0,0%,100%,.12);box-shadow:none}.header--bottom{background:var(--page-bg)!important;color:var(--text);border-bottom:none!important;box-shadow:none}@media (max-width:960px){.detail-aside,.detail-summary-card{flex:1 1 320px}}@media (max-width:640px){.container{padding:20px 10px 36px}.listing-card__price-row{flex-direction:column;align-items:flex-start}.listing-card__footer{flex-direction:column}.detail-hero__title{font-size:26px}.detail-summary-card{padding:18px}}:root{--card:var(--surface-1);--card-soft:var(--surface-2);--accent-strong:var(--accent-hover)}.nav-link{color:var(--blue);text-decoration:none}.nav-link:hover{color:var(--accent-hover)}.btn-like-find{background:var(--blue);color:#fff;border:1px solid var(--blue);border-radius:var(--radius-sm);padding:10px 14px;font-weight:600}.notice-outline{--notice:var(--text-600);border:1px solid var(--notice);color:var(--notice);background:transparent;border-radius:10px;padding:8px 10px}.feature-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:16px}.text-900{color:var(--text-900)}.text-600{color:var(--text-600)}.text-blue{color:var(--blue)}.admin-page{display:flex;flex-direction:column;gap:24px;padding:16px 0 48px}.admin-layout-grid{display:grid;grid-template-columns:260px 1fr;grid-gap:16px;gap:16px;align-items:flex-start}.admin-page__header{display:flex;flex-direction:column;gap:8px}.admin-page__title{margin:0;font-size:32px;font-weight:700;color:var(--text)}.admin-page__subtitle{margin:0;max-width:720px;font-size:15px;color:var(--text-muted)}.admin-tabs{display:flex;flex-wrap:wrap;gap:12px}.admin-segment{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-1);color:var(--text);font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.admin-segment:hover{background:var(--surface-2)}.admin-segment.is-active{background:var(--accent);border-color:var(--accent);color:var(--text-on-accent);box-shadow:var(--shadow-sm);cursor:default}.admin-segment:disabled{opacity:.6;cursor:not-allowed}.admin-filters{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-sm)}.admin-filters__search{flex:1 1 280px;min-width:220px;display:flex;flex-direction:column;gap:8px}.admin-filters__input{width:100%}.admin-filters__actions{display:flex;flex-wrap:wrap;gap:8px}.admin-label{font-size:13px;font-weight:600;color:var(--text-muted)}.admin-hint-card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-sm);display:grid;grid-gap:12px;gap:12px}.admin-hint-card__title{font-weight:700;color:var(--text);font-size:16px}.admin-hint-card__text{margin:0;font-size:14px;color:var(--text-600);line-height:1.5}.admin-hint-card__text strong{color:var(--text)}.admin-hint-card__meta{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:var(--text-muted)}.admin-hint-card__meta strong{color:var(--text)}.admin-hint-card__footer,.admin-hint-card__note{font-size:13px;color:var(--text-muted)}.admin-hint-card__footer{margin-top:4px;padding:12px 14px;border-radius:var(--radius-sm);background:var(--surface-2)}.admin-stream-progress{margin-top:6px;height:10px;border-radius:5px;background:var(--surface-2,#e5e7eb);overflow:hidden;box-shadow:inset 0 1px 2px rgba(0,0,0,.05)}.admin-stream-progress__fill{height:100%;border-radius:5px;background:linear-gradient(90deg,#3b82f6,#2563eb 50%,#1d4ed8);transition:width .35s ease-out;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.15)}.admin-table-card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.admin-table-card__scroll{overflow-x:auto}.admin-table{width:100%;border-collapse:separate;border-spacing:0;min-width:760px}.admin-table th{text-align:left;padding:14px 18px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--surface-2)}.admin-table td,.admin-table th{border-bottom:1px solid var(--border)}.admin-table td{padding:16px 18px;vertical-align:top;font-size:14px;color:var(--text);background:var(--surface-1)}.admin-table tbody tr:hover td{background:var(--row-hover)}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table__title{font-weight:600;color:var(--text)}.admin-table__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px;font-size:12px;color:var(--text-muted)}.admin-table__value{font-weight:600;color:var(--text)}.admin-table__actions{display:flex;flex-direction:column;gap:8px}.admin-table__empty{text-align:center;padding:32px 18px;color:var(--text-muted);font-size:14px}.admin-pagination{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.admin-pagination__info{font-size:14px;color:var(--text-muted)}.admin-upload{border:1px dashed var(--border);border-radius:var(--radius-md);background:var(--surface-2);padding:16px;display:grid;grid-gap:12px;gap:12px}.admin-upload__row{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:flex-start}.admin-upload__text{flex:1 1 260px;min-width:220px;color:var(--text-600);font-size:14px;line-height:1.5}.admin-upload__title{font-weight:600;color:var(--text);margin-bottom:4px}.admin-upload__description{margin:0}.admin-upload__actions{display:flex;flex-wrap:wrap;gap:8px}.admin-upload__status{font-size:13px;color:var(--text-muted)}.admin-upload__error{font-size:13px;color:var(--danger)}.admin-upload__hint{font-size:12px;color:var(--text-muted)}.placeholder-light::-webkit-input-placeholder{color:rgba(0,0,0,.4)}.text-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.fav-anim:hover{opacity:80%}.hover-reset:hover{background:#fff}.hdr{background:#f3f3f3!important}@media (max-width:960px){.detail-hero{grid-template-columns:1fr!important;gap:20px!important}.detail-hero__gallery{order:1}.detail-hero__info{order:2}.detail-layout{flex-direction:column}.detail-aside,.detail-main{flex:1 1 auto}.kv-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important}.admin-page__title{font-size:24px}.admin-filters{flex-direction:column;align-items:stretch}.admin-filters__search{flex:1 1 auto;min-width:100%}.admin-layout-grid{grid-template-columns:1fr!important;gap:12px}.admin-layout-grid>main{order:1;min-width:0}.admin-layout-grid>aside{order:2;position:static!important;top:auto!important}}@media (max-width:640px){.container{padding:16px 10px 32px!important}.detail-page{padding-top:8px!important}.detail-hero{margin-bottom:20px!important;gap:16px!important}.detail-hero__main-photo{min-height:220px!important}h1{font-size:24px!important;line-height:1.2!important}h2{font-size:20px!important}.big{font-size:18px!important}.card,.panel{padding:16px!important;border-radius:12px!important}.btn,.button{padding:10px 14px!important;font-size:14px!important}.input,select,textarea{padding:10px 12px!important;font-size:14px!important}.header-solid{position:static!important}.header-spacer{min-height:0!important}.grid,.listing-grid{grid-template-columns:1fr!important;gap:16px!important}.detail-hero__title{font-size:22px!important;line-height:1.2!important}.detail-hero__main-photo{min-height:240px!important}.detail-hero__thumbs{gap:8px!important;margin-top:8px}.detail-hero__thumbs .detail-hero__thumbs-btn,.detail-hero__thumbs button{width:70px!important;height:52px!important}.detail-hero__thumbs .detail-hero__thumbs-btn.is-active,.detail-hero__thumbs button.is-active{border-width:3px!important;border-color:#2a65f7!important}.detail-hero__main-photo-nav-btn{background:hsla(0,0%,100%,.25)!important;color:#fff!important;border:1px solid hsla(0,0%,100%,.4)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.detail-summary-card{padding:16px!important}.detail-summary__price-value{font-size:18px!important}.detail-summary__actions{display:flex!important;flex-direction:column!important;gap:8px!important}.detail-summary__actions .button,.detail-summary__actions .button-outline{width:100%!important}.detail-section{padding:14px!important}.detail-section h2{font-size:16px!important;margin-bottom:12px!important}.kv-grid{grid-template-columns:1fr!important;gap:10px!important}.kv-grid__item{padding:10px 12px!important}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-scroll table{min-width:600px;font-size:12px!important}.table-scroll td,.table-scroll th{padding:8px 10px!important;font-size:12px!important}.price-table td,.price-table th{padding:10px 8px!important;font-size:12px!important}.document-card{padding:12px 14px!important}.document-card__title{font-size:14px!important}.back-link{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.back-link .button{width:100%!important}.admin-page{padding:12px 12px 32px!important}.admin-page .container{max-width:100%;padding-left:0;padding-right:0}.admin-layout-grid>main .admin-table-card{margin-left:-12px;margin-right:-12px;border-left:none;border-right:none;border-radius:0}.admin-layout-grid>main .admin-page{padding-left:12px;padding-right:12px}.admin-page__title{font-size:20px!important}.admin-page__subtitle{font-size:14px!important}.admin-tabs{flex-direction:column}.admin-segment{width:100%;justify-content:flex-start}.admin-filters{padding:14px!important}.admin-table-card{margin-left:-12px;margin-right:-12px;border-left:none;border-right:none;border-radius:0}.admin-table-card__scroll{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior-x:contain}.admin-table-card__scroll::-webkit-scrollbar{display:none}.admin-table{min-width:1100px;font-size:11px!important;line-height:1.2!important}.admin-table td,.admin-table th{padding:6px 8px!important;font-size:10px!important;line-height:1.3!important}.admin-table th{font-size:9px!important;padding:6px 8px!important;font-weight:600!important;white-space:nowrap}.admin-table td:first-child,.admin-table th:first-child{min-width:200px}.admin-table td:nth-child(2),.admin-table th:nth-child(2){min-width:120px;white-space:nowrap!important}.admin-table td:nth-child(3),.admin-table th:nth-child(3){min-width:140px;white-space:nowrap!important}.admin-table td:nth-child(4),.admin-table th:nth-child(4){min-width:130px;white-space:nowrap!important}.admin-table td:nth-child(5),.admin-table th:nth-child(5){min-width:150px;white-space:nowrap!important}.admin-table td:nth-child(6),.admin-table th:nth-child(6){min-width:120px;white-space:nowrap!important}.admin-table td:nth-child(2),.admin-table td:nth-child(3),.admin-table td:nth-child(3) .admin-table__meta,.admin-table td:nth-child(3) .admin-table__value,.admin-table td:nth-child(4),.admin-table td:nth-child(5),.admin-table td:nth-child(5) .admin-table__meta,.admin-table td:nth-child(5)>div[style*=inline-flex],.admin-table td:nth-child(6){white-space:nowrap!important}.admin-table td:nth-child(5),.admin-table th:nth-child(5){min-width:180px!important}.admin-table__title{font-size:11px!important;line-height:1.2!important;margin-bottom:2px!important}.admin-table__meta{font-size:8px!important;gap:3px!important;margin-top:2px!important;line-height:1.2!important}.admin-table__meta span{font-size:8px!important;white-space:nowrap}.admin-table__value{font-size:10px!important;line-height:1.2!important}.admin-table__actions{gap:4px!important}.admin-table__actions .button{font-size:9px!important;padding:4px 8px!important;min-height:auto!important;line-height:1.2!important}.admin-table td>div[style*=inline-flex]{padding:3px 6px!important;font-size:9px!important;gap:3px!important;margin-bottom:2px!important}.admin-table td>div[style*=inline-flex]>span[style*="width: 8"]{width:5px!important;height:5px!important}.admin-table td>div[style*=inline-flex]>span:not([style*=width]),.admin-table__meta a,.admin-table__meta span{font-size:9px!important}.admin-table td .button,.admin-table td .button-small{font-size:9px!important;padding:4px 8px!important;min-height:auto!important;line-height:1.2!important;white-space:nowrap;border-radius:4px!important}.admin-table .button-small{font-size:9px!important;padding:4px 8px!important}.admin-table tbody tr{min-height:auto!important}.admin-table tbody tr td{vertical-align:top!important;padding-top:6px!important;padding-bottom:6px!important}.admin-table__actions{flex-direction:row!important;gap:6px!important}.admin-upload{padding:12px!important}.admin-upload__row{flex-direction:column;align-items:stretch}.admin-upload__text{flex:1 1 auto;min-width:100%}.empty-listings-page{padding:12px!important}.empty-listings-page form>div[style*=maxWidth]{max-width:100%!important;flex-direction:column}.empty-listings-page form>div[style*=maxWidth] input{width:100%!important;max-width:100%!important}.empty-listings-page form>div[style*=maxWidth] button{width:100%}.empty-listings-page>div[style*="display: flex"][style*=maxWidth]{max-width:100%!important;flex-direction:column}.empty-listings-page>div[style*="display: flex"][style*=maxWidth] select{width:100%}.empty-listing-card{flex-direction:column!important;align-items:stretch!important;padding:16px!important}.empty-listing-card__content{margin-bottom:16px;width:100%}.empty-listing-card__actions{width:100%!important;align-items:stretch!important}.empty-listing-card__actions a{width:100%;text-align:center;justify-content:center}.empty-listing-card__meta{grid-template-columns:1fr!important;gap:8px!important}.empty-listing-card__header{flex-wrap:wrap;gap:8px!important}.empty-listing-card__header>div{font-size:16px!important}.admin-upload__actions{width:100%}.admin-upload__actions button{flex:1 1}.detail-photo-lightbox{padding:0!important;align-items:stretch!important;background:rgba(0,0,0,.95)!important}.detail-photo-lightbox__content{max-height:none!important;flex-direction:column!important}.detail-photo-lightbox__content,.detail-photo-lightbox__image-wrapper{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.detail-photo-lightbox__image-wrapper{flex:1 1 auto!important;padding:0!important;box-shadow:none!important;border-radius:0!important}.detail-photo-lightbox__image-wrapper img{max-width:100%!important;max-height:100vh!important;width:auto!important;height:auto!important;object-fit:contain!important}.detail-photo-lightbox__close,.detail-photo-lightbox__nav{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;font-size:28px!important;background:hsla(0,0%,100%,.25)!important;color:#fff!important;border:1px solid hsla(0,0%,100%,.4)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.detail-photo-lightbox__close{top:12px!important;right:12px!important}.detail-photo-lightbox__nav--prev{left:12px!important}.detail-photo-lightbox__nav--next{right:12px!important}.detail-photo-lightbox__counter{position:relative!important;bottom:auto!important;left:auto!important;transform:none!important;margin-top:8px!important;background:hsla(0,0%,100%,.25)!important;color:#fff!important;border:1px solid hsla(0,0%,100%,.3)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.detail-photo-lightbox__thumbs{display:none!important}.detail-photo-lightbox__thumbs-btn{width:56px!important;height:42px!important}.autoteka-modal,.inspection-modal,.trade-order-modal{width:100%!important;max-width:100%!important;padding:20px 16px!important;border-radius:16px!important;max-height:90vh!important;overflow-y:auto!important}.modal-backdrop{padding:8px!important;align-items:flex-end!important}.modal-title{font-size:20px!important}.modal-actions{flex-direction:column!important;gap:8px!important}.modal-actions button{width:100%!important}div,h1,h2,h3,h4,h5,h6,p,span{word-wrap:break-word;overflow-wrap:break-word}.container{width:100%!important;max-width:100%!important}body{font-size:14px;line-height:1.5}body,html{overflow-x:hidden;width:100%}.card,.panel{word-wrap:break-word;overflow-wrap:break-word}h1{font-size:22px!important;line-height:1.2!important}h2{font-size:18px!important}h2,h3{line-height:1.3!important}h3{font-size:16px!important}.btn,.button{min-height:44px;touch-action:manipulation}input,select,textarea{font-size:16px!important;min-height:44px}.modal,.table-scroll,[role=dialog]{-webkit-overflow-scrolling:touch}.modal,[role=dialog]{max-height:90vh;overflow-y:auto}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{position:relative;overflow-x:hidden}img{max-width:100%;height:auto}a{word-break:break-word}}@media (max-width:480px){.container{padding:12px 8px 24px!important}body{font-size:13px}h1{font-size:20px!important}h2{font-size:16px!important}h3{font-size:15px!important}.btn,.button{padding:10px 12px!important;font-size:13px!important}.card,.panel{padding:12px!important}*{-webkit-tap-highlight-color:rgba(0,0,0,.1)}div,h1,h2,h3,h4,h5,h6,li,p,span{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.container{padding:12px 8px 24px!important}h1{font-size:20px!important}h2{font-size:18px!important}.detail-hero__title{font-size:20px!important}.detail-hero__main-photo{min-height:200px!important}.detail-summary__price-value{font-size:16px!important}.detail-section{padding:12px!important}.kv-grid__item{padding:8px 10px!important}.table-scroll table{min-width:500px;font-size:11px!important}.price-table td,.price-table th{padding:8px 6px!important;font-size:11px!important}}@media (max-width:640px){.region-map-info{left:8px!important;bottom:8px!important;right:8px!important;padding:10px 12px!important}.region-map-info-title{font-size:14px!important;margin-bottom:6px!important}.region-map-info-stats{font-size:12px!important;gap:8px!important;flex-direction:column!important;align-items:flex-start!important}.region-list{padding:12px!important;max-height:360px!important}.region-list-item{padding:10px 12px!important}.region-list-item,.region-list-item-title{font-size:13px!important}.region-list-item-stats{font-size:11px!important;gap:8px!important}.best-offers-carousel-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.best-offers-carousel-header h2{font-size:18px!important}.best-offers-carousel-nav{width:100%!important;justify-content:space-between!important}.best-offers-carousel-nav button{flex:1 1!important;max-width:120px}.best-offers-carousel-track{overflow-x:auto!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.best-offers-carousel-track>div{scroll-snap-align:start}.best-offers-card{min-width:calc(100% - 16px)!important;width:calc(100% - 16px)!important}}@media (max-width:960px){.home-section{margin:24px 0!important}.home-section h2{font-size:20px!important}.home-section-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.home-section-header .button{width:100%!important;justify-content:center}.home-grid-auto-fit{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important}.home-education-grid{grid-template-columns:1fr!important;gap:16px!important}.home-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.home-region-grid{grid-template-columns:1fr!important}}.hero-features-mobile-wrap{display:none}@media (max-width:640px){.hero-features-mobile-wrap{display:block;margin:20px 0}.hero-features-mobile-wrap .hero-features-mobile-only{margin-top:16px;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.hero-features-mobile-wrap .hero-feature{padding:12px!important;gap:10px!important}.hero-features-mobile-wrap .hero-feature-icon{font-size:24px!important}.home-section{margin:20px 0!important}.home-section h1{font-size:24px!important;line-height:1.2!important}.home-section h2{font-size:18px!important;margin-bottom:12px!important}.home-section p{font-size:14px!important;line-height:1.6!important}.home-section-header{margin-bottom:16px!important}.home-section-header h2{font-size:18px!important}.home-card{padding:16px 14px!important}.home-card-title{font-size:16px!important}.home-card-text{font-size:13px!important}.home-grid-auto-fit{grid-template-columns:1fr!important;gap:12px!important}.home-stats-grid{grid-template-columns:1fr!important;gap:10px!important}.home-stat-card{padding:14px 12px!important}.home-stat-label{font-size:20px!important}.home-stat-caption{font-size:12px!important}.home-feature-card{padding:16px 14px!important}.home-feature-title{font-size:15px!important}.home-feature-text{font-size:13px!important}.home-education-grid{padding:16px!important}.home-education-title{font-size:20px!important}.home-education-text{font-size:14px!important}.home-trust-title{font-size:22px!important}.home-button,.home-trust-text{font-size:14px!important}.home-button{width:100%!important;justify-content:center;padding:12px 16px!important}}@media (max-width:480px){.home-section{margin:16px 0!important}.home-section h1{font-size:20px!important}.home-section h2{font-size:16px!important}.home-card{padding:12px 10px!important}.home-education-grid{padding:12px!important}.home-education-image{width:120px!important;height:120px!important;margin:0 auto}.home-trust-section{padding:16px 12px!important}.home-trust-card,.home-trust-metric{padding:14px 12px!important}.home-trust-metric span:first-child{font-size:20px!important}.home-trust-metric span:last-child{font-size:12px!important}}.recent-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:1100px){.recent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.recent-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:640px){.home-loading-card{padding:24px 12px!important;font-size:14px!important}}footer .footer-grid{grid-template-columns:1.2fr 1fr 1.2fr}footer .footer-social-btn:hover{transform:translateY(-2px);box-shadow:0 4px 14px rgba(0,0,0,.12)}footer .footer-social-btn:active{transform:translateY(0);box-shadow:0 2px 6px rgba(0,0,0,.08)}@media (max-width:900px){footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important}}@media (max-width:640px){footer.footer-wrapper{margin-top:24px!important}footer .footer-container{padding:24px 16px!important}footer .footer-grid{grid-template-columns:1fr!important;gap:32px!important}footer .footer-section{text-align:center!important;padding:0!important}footer .footer-logo{margin-bottom:0!important;margin-top:0!important}footer .footer-logo-text{font-size:17px!important}footer .footer-logo-subtitle{font-size:12.5px!important;margin-top:8px!important;padding:0 8px!important}footer .footer-heading{font-size:12px!important;margin-bottom:12px!important;letter-spacing:.5px!important}footer .footer-links{gap:10px!important}footer .footer-links a{font-size:13.5px!important;padding:6px 0!important;display:block!important}footer .footer-social-icons{gap:12px!important}footer .footer-social-btn{padding:10px 16px!important;font-size:13px!important}footer .footer-social-btn svg{width:18px!important;height:18px!important}}@media (max-width:480px){footer.footer-wrapper{margin-top:20px!important}footer .footer-container{padding:20px 12px!important}footer .footer-grid{gap:28px!important}footer .footer-logo-text{font-size:16px!important}footer .footer-logo-subtitle{font-size:12px!important}footer .footer-heading{font-size:11.5px!important;margin-bottom:10px!important}footer .footer-links a{font-size:13px!important;padding:5px 0!important}footer .footer-social-btn{padding:9px 14px!important;font-size:12.5px!important}footer .footer-social-btn svg{width:17px!important;height:17px!important}}@media (max-width:640px){footer .footer-section h4{margin:0 0 12px!important}footer .footer-logo>div{margin:0 auto!important}footer .footer-links{display:grid!important}footer .footer-social-icons{display:flex!important;justify-content:center!important}}@keyframes vinDupFadeIn{0%{opacity:0}to{opacity:1}}@keyframes vinDupSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}