:root{--fixed-top:86px}
html{scroll-padding-top:calc(var(--fixed-top) + 8px)}
body{padding-bottom:calc(88px + env(safe-area-inset-bottom))}
.visitor-header{position:sticky;top:0;z-index:60;background:#f6f5f3ed;backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);border-bottom:1px solid #ffffffd9;box-shadow:0 8px 28px #28193a04}
.visitor-header .site-header{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:18px;height:86px;max-width:1064px;padding:0 32px}
.visitor-header .identity{grid-column:1;grid-row:1}
.visitor-header .identity img{width:44px;height:44px;border-radius:15px}
.header-links{grid-column:3;grid-row:1;display:flex;align-items:center;gap:8px;min-width:0}
.leasing-button,.price-button{display:flex;align-items:center;justify-content:center;gap:6px;min-height:46px;padding:0 13px;border-radius:16px;font-size:11px;white-space:nowrap;transition:background-color .18s,transform .18s}
.leasing-button{background:#241a36;color:#fff}
.leasing-button:hover{background:#49305f}.leasing-button:active{transform:scale(.97)}
.price-button{background:#eeebf1;color:#685775;border:1px solid #e2dbe8}
.price-button:disabled{opacity:1;color:#877a91;background:#f0edf2}
.header-links svg{width:18px;height:18px}
.visitor-header .search-form{grid-column:2;grid-row:1;margin:0;min-width:0;width:100%}
.visitor-header .search-field{height:52px;border-radius:18px;background:#fffdfb}
.visitor-header .search-field input{font-size:16px}
.visitor-header .search-results{max-height:min(410px,calc(100dvh - var(--fixed-top) - 90px))}
main{max-width:1064px;margin:16px auto 0;padding:0 32px}
.discover-layout{display:flex;flex-direction:column;gap:8px;max-width:1000px;margin:auto}
.search-section{padding:0;min-width:0;width:100%;z-index:1}
.search-section .quick-brands{margin:0;gap:7px}
.search-section .quick-brands button{padding-inline:15px;font-size:12px;background:#eeebf1}
body.has-car-selection .search-section{display:none}
.map-section{width:100%}
#map{scroll-margin-top:8px}#cars{scroll-margin-top:8px}
.map-heading{height:44px;margin:0;gap:8px}
.map-heading h2{font-size:18px}
.map-heading .text-button{min-height:44px;font-size:11px}
.map-card{border-radius:28px;border-color:#fff;box-shadow:0 10px 36px #35224606}
.hall-tabs{min-height:54px;padding:5px 10px;gap:3px}
.hall-tabs button{height:44px;min-width:44px;padding:0 12px;font-size:12px}
.spatial-map{min-height:0}
.map-status{margin:0 14px 12px;padding:10px 12px;border-radius:15px;background:#f0eaf7;color:#705a83;font-size:12px}
.cars-section{max-width:1000px;margin:10px auto 0;min-height:0}
.cars-heading{min-height:36px;margin:0;gap:8px}
.cars-heading>div{display:flex;align-items:baseline;gap:10px;min-width:0}
.cars-heading h2{font-size:21px;line-height:1.5}
.cars-heading .section-kicker,.cars-heading [data-back-map]{display:none}
.cars-heading p{font-size:11px;margin:0;color:#807189;white-space:nowrap}
.car-toolbar{margin:2px 0 6px}
.car-toolbar:has(.brand-filters:empty){display:none}
.brand-filters{padding:0;gap:6px}
.brand-filters button{min-height:44px;font-size:11px;border-radius:14px}
.car-grid{display:flex;gap:16px;align-items:stretch;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;padding:3px 2px 12px}
.car-grid::-webkit-scrollbar{display:none}
.car-card{flex:0 0 calc((100% - 32px) / 3);scroll-snap-align:start;border-radius:25px}
.car-content{padding:14px}
.car-summary{min-width:0}
.car-highlights{margin:14px 0 16px}
.car-actions{gap:5px;display:grid;grid-template-columns:1fr 1.15fr 1.1fr;margin-top:auto}
.car-actions>.primary-button,.car-actions>.text-button{display:flex;align-items:center;justify-content:center;min-height:44px;min-width:0;padding:0 6px;border-radius:14px;font-size:10px;gap:5px;white-space:nowrap}
.car-actions>.text-button{background:#f2edf7;color:#634b78}
.car-actions>.car-leasing-button{background:#f4f1f6;color:#5d486f}
.car-actions svg{width:16px;height:16px}
.toast{bottom:calc(84px + env(safe-area-inset-bottom))}
.loading-screen{position:fixed;inset:0;z-index:200;background:radial-gradient(ellipse at 50% 42%,#332048 0,transparent 55%),#10051e;color:white;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;text-align:center;padding:30px}
.loading-identity{position:relative;margin-bottom:25px;display:grid;place-items:center;width:166px;height:166px}
.loading-identity img{border-radius:35px;box-shadow:0 18px 70px #05000888}
.loading-orbit{position:absolute;inset:0;border:1px solid #d7bef327;border-top-color:#e3cfff;border-radius:50%;animation:loading-turn 2.3s linear infinite}
.loading-screen>strong{font-size:18px;font-weight:500}.loading-screen>[data-loading-label]{font-size:12px;color:#beadd0}.loading-retry{min-height:48px;margin-top:16px;border-radius:16px;background:#ffffff1c;padding:0 24px;color:white;font-size:13px}
.loading-screen.is-leaving{animation:loading-out .3s ease forwards;pointer-events:none}
@keyframes loading-turn{to{transform:rotate(360deg)}}@keyframes loading-out{to{opacity:0;transform:scale(1.025)}}
.welcome-dialog{margin:auto;width:490px;max-width:calc(100% - 32px);max-height:92dvh;border-radius:34px;padding:0;background:radial-gradient(at 10% 0%,#ead9f195,transparent 46%),linear-gradient(145deg,#fffffff5,#f8f2fbe8);border:1px solid #ffffffc9;box-shadow:0 24px 100px #16082b35,inset 0 1px 0 #fff;backdrop-filter:blur(26px) saturate(1.3);-webkit-backdrop-filter:blur(26px) saturate(1.3);overflow:hidden}
.welcome-dialog[open]{display:flex;flex-direction:column}
.welcome-content{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:22px 22px 0;scrollbar-width:thin;flex:1 1 auto;display:grid;grid-template-columns:40px minmax(0,1fr);column-gap:12px;align-items:center}
.welcome-actions{flex:none;padding:12px 22px 20px;border-top:1px solid #ffffffd9;background:linear-gradient(#faf7fce8,#f8f2fb);box-shadow:0 -8px 22px #6a438007}
.welcome-dialog::backdrop{background:#24133478;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.welcome-brand{display:flex;align-items:center}
.welcome-brand img{border-radius:14px;width:40px;height:40px}
.welcome-dialog h2{font-size:21px;letter-spacing:-.5px;margin:0;line-height:1.6}
.welcome-dialog h2:focus{outline:none}
.welcome-steps{grid-column:1/-1;list-style:none;margin:12px 0;padding:0;display:grid;gap:6px}
.welcome-steps li{display:flex;align-items:center;gap:10px;min-height:48px;padding:7px 10px;background:#ffffffa8;border:1px solid #ffffffdb;border-radius:17px}
.welcome-symbol{height:32px;width:32px;border-radius:11px;display:grid;place-items:center;flex:none;background:#ede5f5;color:#8351ae}.welcome-symbol svg{height:20px;width:20px;stroke-width:1.6}
.welcome-steps p{font-size:.8125rem;line-height:1.65;color:#604d6f;min-width:0;overflow-wrap:anywhere}
.welcome-steps .welcome-prize{background:linear-gradient(115deg,#f8eddbd9,#faf5ffff);border-color:#fff}.welcome-prize .welcome-symbol{background:#ead6b964;color:#ac7a35}.welcome-prize strong{color:#664829;font-weight:700}
.welcome-start{width:100%;min-height:50px;font-size:14px;border-radius:18px}
.welcome-leader{grid-column:1/-1;display:flex;align-items:center;gap:10px;margin-top:12px;padding:10px;border-radius:20px;background:linear-gradient(115deg,#f5e9d3b8,#fffaf3d9);border:1px solid #fff9e9;min-height:72px}
.welcome-leader-symbol{position:relative;display:grid;place-items:center;width:44px;height:44px;flex:none;border-radius:14px;background:#efdfc7;color:#9c6d2e;overflow:hidden}
.welcome-leader-symbol>svg{width:27px;height:27px}.welcome-leader-symbol>[data-welcome-leader-photo]{position:absolute;inset:0}.welcome-leader-symbol img{width:100%;height:100%;object-fit:cover}
.welcome-leader-copy{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.welcome-leader-copy>small{font-size:10px;color:#7d602f}.welcome-leader-copy>strong{font-size:13px;line-height:1.7;font-weight:700;color:#584023;overflow-wrap:anywhere}.welcome-leader-copy>span{font-size:10px;color:#896d45;line-height:1.7}.welcome-leader-arrow{width:18px;height:18px;color:#9d7b4e}
.tools-dock{position:fixed;bottom:0;inset-inline:0;z-index:45;height:calc(80px + env(safe-area-inset-bottom));display:flex;justify-content:center;align-items:flex-end;pointer-events:none;padding-bottom:env(safe-area-inset-bottom)}
.dock-wave{position:absolute;bottom:0;width:100%;max-width:620px;height:calc(80px + env(safe-area-inset-bottom));overflow:visible;filter:drop-shadow(0 -7px 15px #40235512)}
.dock-wave path{fill:#faf8fcf2;stroke:#ffffff;stroke-width:1.5}
.tools-peek{pointer-events:auto;position:relative;width:148px;height:64px;border:0;border-radius:40px 40px 0 0;background:transparent;display:flex;align-items:center;justify-content:center;gap:9px;padding:13px 10px 0;color:#4b335e;font-size:14px;font-weight:600}
.tools-peek:active{transform:translateY(2px);background:#ece3f34d}.tools-peek svg{width:18px;height:18px}
.sheet-handle{position:absolute;top:9px;left:calc(50% - 17px);width:34px;height:4px;border-radius:8px;background:#b8a6c7}
.tools-sheet{margin:auto auto 0;width:590px;max-width:100%;max-height:90dvh;border-radius:38px 38px 0 0;padding:27px 24px calc(22px + env(safe-area-inset-bottom));background:radial-gradient(at 15% 0,#e8ddf395,transparent 60%),linear-gradient(145deg,#fffffff7,#f4effbea);border:1px solid #ffffffdc;box-shadow:0 -15px 80px #25133529;backdrop-filter:blur(28px) saturate(1.3);-webkit-backdrop-filter:blur(28px) saturate(1.3);overflow-y:auto;transform-origin:50% 100%}
.tools-sheet[open],.tools-sheet.is-leaving{animation:none}
.tools-sheet::backdrop{background:#26133570;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:opacity .4s ease;opacity:1}
.tools-sheet.is-leaving::backdrop{opacity:0}
@starting-style{.tools-sheet[open]::backdrop{opacity:0}}
.tools-grip{position:absolute;top:11px;left:calc(50% - 19px);width:38px;height:4px;border-radius:5px;background:#bca9cb}
.tools-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px;min-height:44px}.tools-heading h2{font-size:24px}.tools-heading .icon-button{height:44px;width:44px;background:#eee7f3}
.tool-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.tool-tile{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:12px;padding:17px 10px;min-height:140px;border-radius:28px;background:#ffffffb8;border:1px solid #fff;min-width:0;box-shadow:0 3px 10px #39224403,inset 0 1px 0 #fff;transition:transform .18s,background-color .18s}
.tool-tile:hover{background:#fff}.tool-tile:active{transform:scale(.96)}
.tool-symbol{height:54px;width:54px;border-radius:19px;display:grid;place-items:center;background:#eee5f7;color:#784ba2;position:relative}.tool-symbol svg{height:28px;width:28px;stroke-width:1.55}.tool-symbol b{position:absolute;top:-4px;right:-4px;border:2px solid #fff;border-radius:50%;background:#6b4094;color:#fff;font-size:10px;width:23px;height:23px;display:grid;place-items:center}
.tool-tile strong{font-size:13px;font-weight:600}.tool-tile small{font-size:10px;color:#8b7999;line-height:1.5}
.tool-raffle{background:linear-gradient(135deg,#fff9ed,#faf3ff);border-color:#fff4df}.tool-raffle .tool-symbol{background:#f1e5ce;color:#a67a3d}.tool-raffle strong{color:#654b30}
.tool-prices{gap:12px}.tool-tile.tool-album{grid-column:1/-1;flex-direction:row;justify-content:flex-start;min-height:100px;padding:16px 20px;text-align:right;background:linear-gradient(120deg,#f3edf9,#fff)}.tool-album .tool-symbol{background:#e7e9f7;color:#686496}.tool-album-arrow{margin-inline-start:auto;color:#897498}.tool-album-arrow svg{width:20px;height:20px}
.reopen-guide{margin:13px auto 0;display:flex;align-items:center;justify-content:center;gap:7px;min-height:44px;font-size:11px;color:#866894}.reopen-guide svg{width:16px;height:16px}
@media(max-width:900px) and (min-width:701px){.visitor-header .site-header{padding-inline:22px;gap:12px;grid-template-columns:44px minmax(0,1fr) auto}.header-links{gap:6px}.leasing-button,.price-button{font-size:10px;padding-inline:9px}.header-links svg{display:none}main{padding-inline:22px}.car-card{flex-basis:calc((100% - 16px) / 2)}}
@media(max-width:700px){
 :root{--fixed-top:127px}
 .visitor-header .site-header{height:126px;padding:12px 14px;grid-template-columns:44px minmax(0,1fr);grid-template-rows:44px 50px;gap:8px}
 .visitor-header .identity{grid-column:1;grid-row:1}
 .header-links{grid-column:2;grid-row:1;gap:6px;justify-content:flex-end}
 .leasing-button,.price-button{min-height:44px;min-width:0;font-size:11px;padding:0 9px;gap:4px;border-radius:14px;flex:1}
 .header-links svg{width:16px;height:16px}
 .visitor-header .search-form{grid-column:1/-1;grid-row:2}
 .visitor-header .search-field{height:50px;border-radius:17px;padding-inline:13px}
 .visitor-header .search-field input{font-size:16px}
 main{padding:0 14px;margin-top:8px}
 .discover-layout{gap:3px}
 .search-section .quick-brands{margin:0 0 4px}
 .search-section .quick-brands button{font-size:11px;padding-inline:13px}
 .map-heading h2{font-size:17px}.map-heading .text-button{font-size:10px}
 .map-card{border-radius:25px}
 .atlas-toolbar{padding-top:2px}
 .atlas-root .atlas-viewport{height:212px}
 .atlas-root[data-atlas-hall=a5] .atlas-viewport,.atlas-root[data-atlas-hall=melal] .atlas-viewport,.atlas-root[data-atlas-hall=venue] .atlas-viewport{height:232px}
 .hall-tabs{padding:5px 7px;gap:2px}.hall-tabs button{font-size:11px;padding-inline:10px}
 .cars-section{margin-top:10px;min-height:0}
 .cars-heading{height:36px;min-height:36px}.cars-heading h2{font-size:18px}.cars-heading p{font-size:10px}
 .car-grid{gap:12px;padding:3px 2px 12px;align-items:start}
 .car-card{flex:0 0 92%;display:grid;grid-template-columns:42% minmax(0,1fr);grid-template-rows:minmax(136px,auto) auto;border-radius:23px}
 .car-picture{grid-column:1;grid-row:1;aspect-ratio:auto;height:100%;min-height:136px}
 .car-flag{top:9px;inset-inline-start:8px;font-size:8px;padding:3px 6px;border-radius:9px}
 .car-content{display:contents}
 .car-summary{grid-column:2;grid-row:1;padding:12px 11px 8px;min-width:0}
 .car-brand{font-size:10px;line-height:1.5}
 .car-title{font-size:17px;line-height:1.4;margin-top:3px}
 .car-latin{font-size:10px;min-height:0;margin-top:2px;line-height:1.5}.car-latin:empty{display:none}
 .car-highlights{gap:6px;margin:9px 0 0;min-height:0}
 .car-highlights>div{padding-inline-end:5px}.car-highlights>div:nth-child(n+3){display:none}.car-highlights>div:nth-child(2){border:0;padding:0}
 .car-highlights small{font-size:9px;margin-bottom:2px}.car-highlights strong{font-size:10px;line-height:1.5}
 .no-specs{font-size:10px;line-height:1.7}
 .car-actions{grid-column:1/-1;grid-row:2;margin:0;padding:9px;gap:5px;border-top:1px solid #f2edf5}
 .car-actions>.primary-button,.car-actions>.text-button{font-size:11px;padding-inline:5px;min-height:44px;gap:4px;border-radius:13px}
 .car-actions svg{width:15px;height:15px}
 .compare-slot{min-height:100px;flex-direction:row;align-items:center;padding:10px;gap:8px}
 .compare-slot .catalog-photo{width:60px;height:54px;flex:none;border-radius:12px}
 .compare-slot>span:not(.catalog-photo){min-width:0;flex:1}
 .compare-slot strong{min-height:0;font-size:11px;line-height:1.6}
 .compare-slot.empty{min-height:100px;align-items:center}
 .compare-slot.empty strong{font-size:11px}
 .welcome-dialog{max-width:calc(100% - 20px);border-radius:26px;max-height:calc(100dvh - 24px);margin:auto}
 .welcome-content{padding:14px 12px 0;grid-template-columns:36px minmax(0,1fr);column-gap:10px}
 .welcome-brand img{width:36px;height:36px;border-radius:12px}
 .welcome-actions{padding:8px 12px max(12px,env(safe-area-inset-bottom))}
 .welcome-dialog h2{font-size:1.125rem;letter-spacing:-.3px}
 .welcome-steps{margin:10px 0;gap:4px}.welcome-steps li{padding:5px 7px;gap:8px;min-height:0;border-radius:15px}
 .welcome-symbol{width:28px;height:30px;border-radius:10px}.welcome-symbol svg{width:18px;height:18px}
 .welcome-steps p{font-size:.75rem;line-height:1.65}
 .welcome-leader{margin-top:10px;padding:8px;gap:8px;min-height:66px;border-radius:17px}
 .welcome-leader-symbol{width:40px;height:40px;border-radius:12px}
 .welcome-start{font-size:13px}
 .tools-sheet{padding:26px 17px calc(18px + env(safe-area-inset-bottom));border-radius:34px 34px 0 0}
 .tools-heading{margin-bottom:13px}.tools-heading h2{font-size:23px}
 .tool-tiles{gap:10px}.tool-tile{padding:15px 8px;min-height:140px;border-radius:26px}.tool-tile strong{font-size:13px}
}
@media(max-width:375px){.leasing-button,.price-button{font-size:10px;padding-inline:7px}.header-links{gap:5px}.header-links svg{width:15px;height:15px}.car-actions>.primary-button,.car-actions>.text-button{font-size:10px}.car-title{font-size:16px}}
@media(prefers-reduced-motion:reduce){.loading-orbit{animation:none}.loading-screen.is-leaving{opacity:0;animation:none}.tools-sheet::backdrop{transition:none}}
@media(prefers-reduced-transparency:reduce){.visitor-header,.welcome-dialog,.tools-sheet{background:#faf7fc;backdrop-filter:none;-webkit-backdrop-filter:none}.dock-wave path{fill:#faf7fc}.welcome-dialog::backdrop,.tools-sheet::backdrop{backdrop-filter:none;-webkit-backdrop-filter:none}}
@media(prefers-contrast:more){.welcome-dialog,.tools-sheet,.tool-tile,.visitor-header{border:1px solid #a082b4}.welcome-steps p,.tool-tile small,.reopen-guide,.price-button:disabled{color:#624975}.dock-wave path{stroke:#9477a6}}
