body.drawer-open{overflow:hidden}.AppDrawer-module__pJXZ1a__backdrop{z-index:1200;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility .2s;position:fixed;inset:0}.AppDrawer-module__pJXZ1a__backdropVisible{opacity:1;visibility:visible;pointer-events:auto}.AppDrawer-module__pJXZ1a__scrim{cursor:pointer;background:#080d1c6b;border:0;position:absolute;inset:0}.AppDrawer-module__pJXZ1a__drawer{width:min(380px,100vw - 20px);max-width:420px;height:100dvh;padding:max(18px, env(safe-area-inset-top)) 18px max(24px, env(safe-area-inset-bottom));will-change:transform;background:#131921;transition:transform .22s;position:absolute;top:0;left:0;overflow-y:auto;transform:translate(-104%);box-shadow:0 22px 60px #03081861}body[data-theme=dark] .AppDrawer-module__pJXZ1a__drawer{background:linear-gradient(135deg,#242629 0%,#181a1d 100%)}body[data-theme=amoled] .AppDrawer-module__pJXZ1a__drawer{background:linear-gradient(135deg,#141416 0%,#08080a 100%)}.AppDrawer-module__pJXZ1a__drawerOpen{transform:translate(0)}.AppDrawer-module__pJXZ1a__header{justify-content:space-between;align-items:center;gap:16px;padding:8px 6px 18px;display:flex}.AppDrawer-module__pJXZ1a__eyebrow,.AppDrawer-module__pJXZ1a__sectionLabel,.AppDrawer-module__pJXZ1a__accountCopy span,.AppDrawer-module__pJXZ1a__itemDescription{color:#ffffffb8}.AppDrawer-module__pJXZ1a__eyebrow,.AppDrawer-module__pJXZ1a__sectionLabel{text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.76rem;font-weight:700}.AppDrawer-module__pJXZ1a__title{color:#fff;margin:0;font-size:clamp(1.9rem,4vw,2.35rem);font-weight:800}.AppDrawer-module__pJXZ1a__subtitle{color:#ffffffd1;max-width:28ch;margin:0;line-height:1.45}.AppDrawer-module__pJXZ1a__closeBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:0;border-radius:12px;width:42px;height:42px}.AppDrawer-module__pJXZ1a__closeBtn:hover{background:#ffffff29}.AppDrawer-module__pJXZ1a__accountCard{background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;gap:14px;margin:0 0 18px;padding:16px;display:grid}.AppDrawer-module__pJXZ1a__accountAvatar{color:#fff;background:linear-gradient(135deg,#ff5a364d,#ffffff21);border-radius:18px;place-items:center;width:54px;height:54px;font-size:1.35rem;display:grid}.AppDrawer-module__pJXZ1a__accountCopy{gap:4px;display:grid}.AppDrawer-module__pJXZ1a__accountCopy strong{color:#fff;font-size:1rem}.AppDrawer-module__pJXZ1a__accountCopy span{font-size:.92rem}.AppDrawer-module__pJXZ1a__accountActions{flex-wrap:wrap;gap:10px;display:flex}.AppDrawer-module__pJXZ1a__pillLink{color:#fff;background:#ffffff1f;border-radius:999px;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-weight:700;display:inline-flex}.AppDrawer-module__pJXZ1a__pillLink:hover{background:#ffffff2e}.AppDrawer-module__pJXZ1a__navSection{gap:10px;display:grid}.AppDrawer-module__pJXZ1a__navSection+.AppDrawer-module__pJXZ1a__navSection{margin-top:18px}.AppDrawer-module__pJXZ1a__item{color:#fff;border:1px solid #0000;border-radius:18px;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;padding:12px 12px 12px 10px;transition:background .2s,border-color .2s,transform .2s;display:grid}.AppDrawer-module__pJXZ1a__item:hover{background:#ffffff14;border-color:#ffffff1f;transform:translate(2px)}.AppDrawer-module__pJXZ1a__itemActive{background:#ffffff1a;border-color:#ffffff24}.AppDrawer-module__pJXZ1a__itemIcon{color:#fffffff5;background:#ffffff14;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.AppDrawer-module__pJXZ1a__itemIconSvg{width:25px;height:25px;display:block}.AppDrawer-module__pJXZ1a__itemCopy{gap:4px;min-width:0;display:grid}.AppDrawer-module__pJXZ1a__itemLabelRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.AppDrawer-module__pJXZ1a__itemLabel{font-weight:700}.AppDrawer-module__pJXZ1a__itemDescription{font-size:.9rem;line-height:1.35}.AppDrawer-module__pJXZ1a__badge{color:#fff;background:linear-gradient(135deg, var(--primary), var(--button-primary-gradient-end));border-radius:999px;justify-content:center;align-items:center;min-height:22px;padding:0 8px;font-size:.72rem;font-weight:700;display:inline-flex}@media (max-width:640px){.AppDrawer-module__pJXZ1a__drawer{width:min(92vw,380px)}}
.RouteProgressBar-module__2_Eviq__root{top:var(--route-progress-top,var(--mobile-header-height,0px));z-index:1002;pointer-events:none;opacity:0;height:2px;transition:opacity .16s;position:fixed;left:0;right:0;transform:translateZ(0)}.RouteProgressBar-module__2_Eviq__visible{opacity:1}.RouteProgressBar-module__2_Eviq__track{background:0 0;position:absolute;inset:0;overflow:hidden}.RouteProgressBar-module__2_Eviq__bar{transform:scaleX(var(--route-progress-scale,0));transform-origin:0;background:linear-gradient(90deg, var(--primary) 0%, var(--button-primary-gradient-end) 52%, var(--primary-dark) 100%);box-shadow:0 0 10px color-mix(in srgb, var(--primary) 42%, transparent), 0 0 18px color-mix(in srgb, var(--button-primary-gradient-end) 30%, transparent);transition:transform .28s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.RouteProgressBar-module__2_Eviq__finishing .RouteProgressBar-module__2_Eviq__bar{transition-duration:.18s}body[data-theme=dark] .RouteProgressBar-module__2_Eviq__bar,body[data-theme=amoled] .RouteProgressBar-module__2_Eviq__bar{background:linear-gradient(90deg, var(--primary) 0%, var(--button-primary-gradient-end) 52%, var(--primary-dark) 100%);box-shadow:0 0 10px color-mix(in srgb, var(--primary) 42%, transparent), 0 0 18px color-mix(in srgb, var(--button-primary-gradient-end) 30%, transparent)}@media (prefers-reduced-motion:reduce){.RouteProgressBar-module__2_Eviq__root,.RouteProgressBar-module__2_Eviq__bar{transition:none}}
.SiteFooter-module__mwr63q__toggleButton{z-index:1002;border:1px solid color-mix(in srgb, var(--border) 78%, transparent);background:linear-gradient(135deg, color-mix(in srgb, var(--surface) 88%, transparent), color-mix(in srgb, var(--surface-2) 84%, transparent)), color-mix(in srgb, var(--bg) 72%, transparent);min-height:48px;color:var(--text);-webkit-backdrop-filter:blur(18px)saturate(135%);cursor:pointer;border-radius:999px;align-items:center;gap:10px;padding:0 18px;transition:transform .18s,opacity .18s,box-shadow .18s;display:inline-flex;position:fixed;bottom:18px;right:18px;box-shadow:0 18px 44px #080d1c33}.SiteFooter-module__mwr63q__toggleButton:hover{transform:translateY(-1px);box-shadow:0 22px 52px #080d1c3d}.SiteFooter-module__mwr63q__toggleButtonHiddenMobile{opacity:0;pointer-events:none;transform:translateY(12px)}.SiteFooter-module__mwr63q__toggleIcon{background:color-mix(in srgb, var(--accent) 16%, transparent);width:26px;height:26px;color:var(--accent);border-radius:999px;place-items:center;font-size:.9rem;font-weight:700;display:inline-grid}.SiteFooter-module__mwr63q__toggleLabel{white-space:nowrap}.SiteFooter-module__mwr63q__panelShell{z-index:1001;pointer-events:none;position:fixed;bottom:0;left:0;right:0}.SiteFooter-module__mwr63q__panelShellOpen{pointer-events:auto}.SiteFooter-module__mwr63q__panel{--footer-text:#f3f6fb;--footer-muted:#f3f6fbc7;--footer-line:#ffffff1f;--footer-card-bg:#ffffff12;--footer-card-border:#ffffff1c;--footer-link:#ffffffe6;--footer-link-hover:#ffb45f;--footer-social-bg:#ffffff0f;--footer-social-border:#ffffff1a;border-top:1px solid var(--footer-line);width:100%;max-height:min(82dvh,900px);color:var(--footer-text);opacity:0;background:#232f3e;transition:transform .22s,opacity .22s;overflow:auto;transform:translateY(calc(100% + 18px));box-shadow:0 -18px 80px #050a183d}:is(body[data-theme=light] .SiteFooter-module__mwr63q__panel,body[data-theme=original] .SiteFooter-module__mwr63q__panel){--footer-text:var(--text);--footer-muted:#172033c2;--footer-line:#111a381a;--footer-card-bg:#ffffffc2;--footer-card-border:#111a3814;--footer-link:#172033e0;--footer-link-hover:var(--accent);--footer-social-bg:#111a380a;--footer-social-border:#111a3814;background:var(--bg)}body[data-theme=dark] .SiteFooter-module__mwr63q__panel{background:#242629}body[data-theme=amoled] .SiteFooter-module__mwr63q__panel{background:#050505}.SiteFooter-module__mwr63q__panelShellOpen .SiteFooter-module__mwr63q__panel{opacity:1;transform:translateY(0)}.SiteFooter-module__mwr63q__footerInner{width:min(1180px,100vw - 32px);margin:0 auto;padding:36px 0 28px}.SiteFooter-module__mwr63q__heroStrip{text-align:center;justify-items:center;gap:12px;padding:0 0 26px;display:grid}.SiteFooter-module__mwr63q__brandLink{display:inline-flex}.SiteFooter-module__mwr63q__brandLogo{background-position:50%;background-repeat:no-repeat;background-size:contain;width:min(250px,58vw);height:56px;display:block}:is(body[data-theme=light] .SiteFooter-module__mwr63q__brandLogo,body[data-theme=original] .SiteFooter-module__mwr63q__brandLogo){background-image:url(/branding/logo-combined-black-text.png)}:is(body[data-theme=dark] .SiteFooter-module__mwr63q__brandLogo,body[data-theme=amoled] .SiteFooter-module__mwr63q__brandLogo){background-image:url(/branding/logo-combined-white-text.png)}.SiteFooter-module__mwr63q__heroStrip p{max-width:62ch;color:var(--footer-muted);margin:0;line-height:1.62}.SiteFooter-module__mwr63q__mainGrid{border-top:1px solid var(--footer-line);border-bottom:1px solid var(--footer-line);grid-template-columns:minmax(0,1fr) minmax(340px,420px);align-items:stretch;gap:28px;padding:28px 0 22px;display:grid}.SiteFooter-module__mwr63q__mainLeft{align-content:space-between;gap:28px;min-width:0;display:grid}.SiteFooter-module__mwr63q__linkColumns{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:26px;display:grid}.SiteFooter-module__mwr63q__linkGroup{align-content:start;gap:14px;display:grid}.SiteFooter-module__mwr63q__linkGroup h3,.SiteFooter-module__mwr63q__appCopy h3,.SiteFooter-module__mwr63q__infoBlock h3,.SiteFooter-module__mwr63q__socialSection h3{color:var(--footer-text);margin:0;font-size:1.03rem}.SiteFooter-module__mwr63q__linkList{gap:12px;display:grid}.SiteFooter-module__mwr63q__linkGroup a{color:var(--footer-link);text-decoration:none}.SiteFooter-module__mwr63q__linkGroup a:hover{color:var(--footer-link-hover)}.SiteFooter-module__mwr63q__appCard{border:1px solid var(--footer-card-border);background:linear-gradient(135deg, var(--footer-card-bg), color-mix(in srgb, var(--footer-card-bg) 62%, transparent)), color-mix(in srgb, var(--surface) 12%, transparent);border-radius:28px;grid-template-columns:minmax(0,1fr) 150px;gap:12px;min-height:218px;padding:20px;display:grid;position:relative;overflow:hidden}.SiteFooter-module__mwr63q__appCard:before{content:"";background:color-mix(in srgb, var(--primary) 18%, transparent);pointer-events:none;border-radius:999px;width:190px;height:190px;position:absolute;inset:auto -30px -56px auto}.SiteFooter-module__mwr63q__appCopy{z-index:1;align-content:start;gap:12px;display:grid;position:relative}.SiteFooter-module__mwr63q__appCopy p,.SiteFooter-module__mwr63q__infoBlock p,.SiteFooter-module__mwr63q__legalRow p,.SiteFooter-module__mwr63q__socialSection p{color:var(--footer-muted);margin:0;line-height:1.64}.SiteFooter-module__mwr63q__kicker{background:color-mix(in srgb, var(--primary) 18%, transparent);width:fit-content;min-height:28px;color:color-mix(in srgb, var(--primary) 76%, #fff);border-radius:999px;align-items:center;padding:0 10px;font-size:.82rem;font-weight:800;display:inline-flex}.SiteFooter-module__mwr63q__playBadgeLink{width:fit-content;margin-top:4px;display:inline-flex}.SiteFooter-module__mwr63q__playBadge{width:min(158px,100%);height:auto;display:block}.SiteFooter-module__mwr63q__appPreview{z-index:1;min-height:176px;position:relative}.SiteFooter-module__mwr63q__phoneShotPrimary,.SiteFooter-module__mwr63q__phoneShotSecondary{border-radius:18px;width:92px;height:auto;position:absolute;bottom:-42px;box-shadow:0 18px 36px #0000003d}.SiteFooter-module__mwr63q__phoneShotPrimary{z-index:2;right:50px;transform:rotate(-5deg)}.SiteFooter-module__mwr63q__phoneShotSecondary{z-index:1;opacity:.92;right:4px;transform:translateY(16px)rotate(6deg)}.SiteFooter-module__mwr63q__socialSection{text-align:center;align-content:start;justify-items:center;gap:10px;width:fit-content;min-width:0;max-width:100%;margin-inline:auto;display:grid}.SiteFooter-module__mwr63q__socialSection h3{white-space:nowrap}.SiteFooter-module__mwr63q__socialRow{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.SiteFooter-module__mwr63q__socialLink{border:1px solid var(--footer-social-border);background:var(--footer-social-bg);width:42px;height:42px;color:var(--footer-link);border-radius:999px;justify-content:center;align-items:center;transition:transform .16s,background .16s,color .16s,border-color .16s;display:inline-flex}.SiteFooter-module__mwr63q__socialLink:hover{color:var(--footer-link-hover);border-color:color-mix(in srgb, var(--footer-link-hover) 28%, var(--footer-social-border));background:color-mix(in srgb, var(--footer-link-hover) 10%, var(--footer-social-bg));transform:translateY(-2px)}.SiteFooter-module__mwr63q__socialLinkDisabled{opacity:.54;cursor:default}.SiteFooter-module__mwr63q__socialLinkDisabled:hover{color:var(--footer-link);border-color:var(--footer-social-border);background:var(--footer-social-bg);transform:none}.SiteFooter-module__mwr63q__socialSvg{width:19px;height:19px;display:block}.SiteFooter-module__mwr63q__infoRow{border-bottom:1px solid var(--footer-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:24px 0;display:grid}.SiteFooter-module__mwr63q__infoBlock{gap:10px;min-width:0;display:grid}.SiteFooter-module__mwr63q__legalRow{text-align:center;justify-items:center;gap:14px;padding-top:24px;display:grid}.SiteFooter-module__mwr63q__staticPanel{z-index:0;max-height:none;box-shadow:none;opacity:1;margin-top:56px;position:relative;overflow:visible;transform:none}body.ofertezi-route-transitioning .SiteFooter-module__mwr63q__staticPanel{visibility:hidden;opacity:0;pointer-events:none}@media (max-width:1040px){.SiteFooter-module__mwr63q__mainGrid{grid-template-columns:minmax(0,1fr)}.SiteFooter-module__mwr63q__mainLeft{gap:24px}.SiteFooter-module__mwr63q__appCard{max-width:620px}}@media (max-width:820px){.SiteFooter-module__mwr63q__linkColumns{grid-template-columns:repeat(2,minmax(0,1fr))}.SiteFooter-module__mwr63q__infoRow{grid-template-columns:minmax(0,1fr)}}@media (max-width:740px){.SiteFooter-module__mwr63q__toggleButton{left:auto;right:12px;bottom:max(12px, env(safe-area-inset-bottom,0px) + 8px);justify-content:center;gap:0;width:42px;min-width:42px;height:42px;min-height:42px;padding:0}.SiteFooter-module__mwr63q__toggleButton:hover{transform:none}.SiteFooter-module__mwr63q__toggleIcon{width:20px;height:20px;color:color-mix(in srgb, var(--text) 74%, transparent);background:0 0;font-size:1rem}.SiteFooter-module__mwr63q__toggleLabel{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.SiteFooter-module__mwr63q__panel{max-height:min(84dvh,860px)}.SiteFooter-module__mwr63q__footerInner{width:calc(100vw - 24px);padding:28px 0 18px}.SiteFooter-module__mwr63q__brandLogo{width:min(230px,68vw);height:50px}.SiteFooter-module__mwr63q__mainGrid{padding:24px 0}.SiteFooter-module__mwr63q__linkColumns{grid-template-columns:minmax(0,1fr);gap:22px}.SiteFooter-module__mwr63q__appCard{grid-template-columns:minmax(0,1fr);min-height:0;padding:18px}.SiteFooter-module__mwr63q__appPreview{min-height:132px;margin-top:2px}.SiteFooter-module__mwr63q__phoneShotPrimary,.SiteFooter-module__mwr63q__phoneShotSecondary{width:82px;bottom:-52px}.SiteFooter-module__mwr63q__phoneShotPrimary{right:calc(50% - 12px)}.SiteFooter-module__mwr63q__phoneShotSecondary{right:calc(50% - 76px)}.SiteFooter-module__mwr63q__socialSection{gap:10px;width:100%}.SiteFooter-module__mwr63q__socialRow{gap:10px}.SiteFooter-module__mwr63q__socialLink{width:42px;height:42px}.SiteFooter-module__mwr63q__staticPanel{margin-top:42px}}
.CookieConsentManager-module__5V9Yjq__bannerShell{z-index:2500;border-top:1px solid color-mix(in srgb, var(--border,#dde4f0) 66%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--surface,#fff) 72%, transparent), color-mix(in srgb, var(--surface,#fff) 82%, transparent)), color-mix(in srgb, var(--bg,#f4f6fb) 42%, transparent);-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);pointer-events:none;justify-content:center;padding:16px 0;display:flex;position:fixed;inset:auto 0 0;box-shadow:0 -18px 46px #080d1c1f}:is(body[data-theme=dark] .CookieConsentManager-module__5V9Yjq__bannerShell,body[data-theme=amoled] .CookieConsentManager-module__5V9Yjq__bannerShell){background:linear-gradient(180deg, color-mix(in srgb, var(--surface,#101625) 68%, transparent), color-mix(in srgb, var(--surface,#101625) 82%, transparent)), color-mix(in srgb, var(--bg,#080d19) 44%, transparent)}.CookieConsentManager-module__5V9Yjq__modalCard{color:var(--text,#161c2d);border:1px solid color-mix(in srgb, var(--border,#dde4f0) 78%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--surface,#fff) 92%, transparent), color-mix(in srgb, var(--surface,#fff) 86%, transparent)), var(--surface,#fff);-webkit-backdrop-filter:blur(14px)saturate(132%);backdrop-filter:blur(14px)saturate(132%);box-shadow:0 18px 50px #080d1c29}.CookieConsentManager-module__5V9Yjq__bannerCard{width:min(var(--container-wide,1240px), calc(100% - 32px));color:var(--text,#161c2d);pointer-events:auto;grid-template-columns:minmax(150px,190px) minmax(0,1fr) minmax(220px,280px);align-items:center;gap:18px 24px;display:grid}.CookieConsentManager-module__5V9Yjq__bannerBrand{justify-content:center;align-items:center;min-height:100%;display:flex}.CookieConsentManager-module__5V9Yjq__logoWrap{flex:none;align-items:center;block-size:34px;inline-size:142px;display:inline-flex;position:relative}.CookieConsentManager-module__5V9Yjq__logo{object-fit:contain;flex:none;block-size:34px;inline-size:142px;display:block}.CookieConsentManager-module__5V9Yjq__logoWhite{display:none}.CookieConsentManager-module__5V9Yjq__logoBlack{display:block}:is(body[data-theme=dark] .CookieConsentManager-module__5V9Yjq__logoBlack,body[data-theme=amoled] .CookieConsentManager-module__5V9Yjq__logoBlack){display:none}:is(body[data-theme=dark] .CookieConsentManager-module__5V9Yjq__logoWhite,body[data-theme=amoled] .CookieConsentManager-module__5V9Yjq__logoWhite){display:block}.CookieConsentManager-module__5V9Yjq__bannerCopy,.CookieConsentManager-module__5V9Yjq__preferenceItem>div{gap:6px;display:grid}.CookieConsentManager-module__5V9Yjq__modalTitleBlock{justify-content:space-between;align-items:center;gap:18px;width:100%;display:flex}.CookieConsentManager-module__5V9Yjq__bannerCopy h2,.CookieConsentManager-module__5V9Yjq__modalHeader h2,.CookieConsentManager-module__5V9Yjq__preferenceItem h3{color:var(--text,#161c2d);margin:0}.CookieConsentManager-module__5V9Yjq__bannerCopy h2{font-size:clamp(1.02rem,1.4vw,1.18rem);line-height:1.22}.CookieConsentManager-module__5V9Yjq__modalHeader h2{font-size:1.18rem;line-height:1.2}.CookieConsentManager-module__5V9Yjq__preferenceItem h3{font-size:1rem;line-height:1.25}.CookieConsentManager-module__5V9Yjq__bannerCopy p,.CookieConsentManager-module__5V9Yjq__preferenceItem p,.CookieConsentManager-module__5V9Yjq__statusText{color:var(--muted,#677089);margin:0;line-height:1.5}.CookieConsentManager-module__5V9Yjq__bannerCopy p{font-size:.9rem}.CookieConsentManager-module__5V9Yjq__policyLink{width:fit-content;color:var(--accent,#5b6cff);font-size:.86rem;font-weight:800;text-decoration:none}.CookieConsentManager-module__5V9Yjq__policyLink:hover{text-decoration:underline}.CookieConsentManager-module__5V9Yjq__bannerActions,.CookieConsentManager-module__5V9Yjq__modalActions{flex-wrap:wrap;gap:10px;display:flex}.CookieConsentManager-module__5V9Yjq__bannerActions{flex-direction:column;align-items:stretch}.CookieConsentManager-module__5V9Yjq__modalActions{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;align-items:center;display:grid}.CookieConsentManager-module__5V9Yjq__actionButton,.CookieConsentManager-module__5V9Yjq__outlineButton,.CookieConsentManager-module__5V9Yjq__textButton,.CookieConsentManager-module__5V9Yjq__modalTextButton,.CookieConsentManager-module__5V9Yjq__closeButton{font:inherit;cursor:pointer;font-weight:800}.CookieConsentManager-module__5V9Yjq__actionButton,.CookieConsentManager-module__5V9Yjq__outlineButton{border-radius:var(--header-control-radius,12px);min-height:44px;padding:0 16px}.CookieConsentManager-module__5V9Yjq__actionButton{color:#fff;background:linear-gradient(135deg, var(--primary,#ff5a36), var(--button-primary-gradient-end,#ff7b38));box-shadow:var(--button-primary-shadow-soft,0 10px 22px #ff5a3638);border:0}.CookieConsentManager-module__5V9Yjq__actionButton:hover{background:linear-gradient(135deg, var(--primary-dark,#e54a27), var(--button-primary-gradient-hover-end,#ff6c21))}.CookieConsentManager-module__5V9Yjq__outlineButton{color:var(--text,#161c2d);background:color-mix(in srgb, var(--surface,#fff) 88%, transparent);border:1px solid color-mix(in srgb, var(--border,#dde4f0) 86%, transparent)}.CookieConsentManager-module__5V9Yjq__textButton,.CookieConsentManager-module__5V9Yjq__modalTextButton{min-height:38px;color:var(--text,#161c2d);text-align:center;box-shadow:none;background:0 0;border:0;padding:0;text-decoration:none}.CookieConsentManager-module__5V9Yjq__modalTextButton{width:100%}.CookieConsentManager-module__5V9Yjq__textButton:hover,.CookieConsentManager-module__5V9Yjq__modalTextButton:hover,.CookieConsentManager-module__5V9Yjq__outlineButton:hover{color:var(--primary,#ff5a36)}.CookieConsentManager-module__5V9Yjq__modalBackdrop{z-index:2600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050a186b;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.CookieConsentManager-module__5V9Yjq__modalCard{border-radius:var(--radius-xl,24px);gap:18px;width:min(760px,100%);max-height:min(90dvh,760px);padding:22px;display:grid;overflow:auto}.CookieConsentManager-module__5V9Yjq__modalHeader{justify-content:space-between;align-items:center;gap:16px;padding-bottom:4px;display:flex}.CookieConsentManager-module__5V9Yjq__modalHeader h2{text-align:right;margin-left:auto}.CookieConsentManager-module__5V9Yjq__closeButton{border:1px solid color-mix(in srgb, var(--border,#dde4f0) 78%, transparent);background:color-mix(in srgb, var(--surface-soft-strong,#111a3814) 90%, transparent);width:40px;height:40px;color:var(--text,#161c2d);border-radius:12px;place-items:center;font-size:1.55rem;line-height:1;display:inline-grid}.CookieConsentManager-module__5V9Yjq__preferenceList{gap:12px;display:grid}.CookieConsentManager-module__5V9Yjq__preferenceItem{border:1px solid color-mix(in srgb, var(--border,#dde4f0) 78%, transparent);border-radius:var(--radius-lg,18px);background:color-mix(in srgb, var(--surface,#fff) 84%, transparent);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px;display:grid;position:relative}.CookieConsentManager-module__5V9Yjq__preferenceItem p{font-size:.92rem}.CookieConsentManager-module__5V9Yjq__toggleInput{clip:rect(0 0 0 0);white-space:nowrap;border:0;block-size:1px;inline-size:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.CookieConsentManager-module__5V9Yjq__toggleSwitch{background:color-mix(in srgb, var(--muted,#677089) 28%, transparent);border-radius:999px;align-items:center;block-size:30px;inline-size:52px;transition:background .18s,box-shadow .18s;display:inline-flex;position:relative}.CookieConsentManager-module__5V9Yjq__toggleSwitch span{background:#fff;border-radius:50%;block-size:22px;inline-size:22px;transition:transform .18s;position:absolute;left:4px;box-shadow:0 3px 8px #080d1c38}.CookieConsentManager-module__5V9Yjq__toggleSwitchOn{background:var(--toggle-active-bg,linear-gradient(135deg, var(--primary,#ff5a36), var(--button-primary-gradient-end,#ff7b38)));box-shadow:var(--toggle-active-shadow,var(--button-primary-shadow-soft,0 10px 22px #ff5a362e))}.CookieConsentManager-module__5V9Yjq__toggleSwitchOn span{transform:translate(22px)}.CookieConsentManager-module__5V9Yjq__toggleSwitchDisabled{opacity:.78}.CookieConsentManager-module__5V9Yjq__toggleInput:focus-visible+.CookieConsentManager-module__5V9Yjq__toggleSwitch{outline:3px solid var(--toggle-focus-ring,color-mix(in srgb, var(--primary,#ff5a36) 36%, transparent));outline-offset:3px}.CookieConsentManager-module__5V9Yjq__statusText{font-size:.92rem}@media (max-width:900px){.CookieConsentManager-module__5V9Yjq__bannerCard{grid-template-columns:minmax(0,1fr);align-items:start}.CookieConsentManager-module__5V9Yjq__bannerBrand{justify-content:flex-start;min-height:auto}.CookieConsentManager-module__5V9Yjq__bannerActions{max-width:none}}@media (max-width:760px){.CookieConsentManager-module__5V9Yjq__bannerShell{padding:10px 0}.CookieConsentManager-module__5V9Yjq__bannerCard{width:min(100% - 20px, var(--container-wide,1240px));border-radius:var(--radius-md,14px);padding:14px}.CookieConsentManager-module__5V9Yjq__logoWrap,.CookieConsentManager-module__5V9Yjq__logo{block-size:30px;inline-size:124px}.CookieConsentManager-module__5V9Yjq__actionButton,.CookieConsentManager-module__5V9Yjq__outlineButton{width:100%}.CookieConsentManager-module__5V9Yjq__modalBackdrop{align-items:end;padding:10px}.CookieConsentManager-module__5V9Yjq__modalCard{border-radius:20px;padding:18px}.CookieConsentManager-module__5V9Yjq__modalActions{grid-template-columns:minmax(0,1fr)}.CookieConsentManager-module__5V9Yjq__preferenceItem{grid-template-columns:minmax(0,1fr) auto;align-items:center}}
.GoogleCmpDebugController-module__Nn5hiq__panel{z-index:3300;border:1px solid var(--border);width:min(390px,100vw - 28px);color:var(--text);background:var(--surface);border-radius:18px;gap:14px;padding:16px;display:grid;position:fixed;bottom:18px;right:18px;box-shadow:0 22px 58px #0000003d}.GoogleCmpDebugController-module__Nn5hiq__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.GoogleCmpDebugController-module__Nn5hiq__header>div{gap:4px;display:grid}.GoogleCmpDebugController-module__Nn5hiq__header strong{font-size:.96rem}.GoogleCmpDebugController-module__Nn5hiq__header span{color:var(--muted);font-size:.76rem;line-height:1.4}.GoogleCmpDebugController-module__Nn5hiq__iconButton{border:1px solid var(--border);width:34px;height:34px;color:var(--text);background:var(--surface-2);cursor:pointer;border-radius:10px;flex:none;place-items:center;display:inline-grid}.GoogleCmpDebugController-module__Nn5hiq__statusGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;display:grid}.GoogleCmpDebugController-module__Nn5hiq__statusGrid>div{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;gap:4px;min-width:0;padding:9px;display:grid}.GoogleCmpDebugController-module__Nn5hiq__statusGrid dt{color:var(--muted);font-size:.68rem;font-weight:750}.GoogleCmpDebugController-module__Nn5hiq__statusGrid dd{text-transform:capitalize;margin:0;font-size:.76rem;font-weight:900}.GoogleCmpDebugController-module__Nn5hiq__statusGrid dd[data-state=loaded]{color:#22a559}.GoogleCmpDebugController-module__Nn5hiq__statusGrid dd[data-state=error]{color:#dc3d3d}.GoogleCmpDebugController-module__Nn5hiq__statusGrid dd[data-state=loading],.GoogleCmpDebugController-module__Nn5hiq__statusGrid dd[data-state=missing]{color:#c98b1c}.GoogleCmpDebugController-module__Nn5hiq__details{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;overflow:hidden}.GoogleCmpDebugController-module__Nn5hiq__details summary{cursor:pointer;padding:9px 11px;font-size:.76rem;font-weight:850}.GoogleCmpDebugController-module__Nn5hiq__details pre{border-top:1px solid var(--border);max-height:170px;color:var(--muted);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:10px 11px;font-size:.68rem;line-height:1.45;overflow:auto}.GoogleCmpDebugController-module__Nn5hiq__actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.GoogleCmpDebugController-module__Nn5hiq__actions button{border:1px solid var(--border);min-height:38px;color:var(--text);background:var(--surface-2);font:inherit;cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:0 10px;font-size:.72rem;font-weight:800;display:inline-flex}.GoogleCmpDebugController-module__Nn5hiq__actions button:disabled{opacity:.48;cursor:not-allowed}.GoogleCmpDebugController-module__Nn5hiq__warning{color:#a15c00;background:color-mix(in srgb, #f59e0b 12%, var(--surface));border-radius:11px;margin:0;padding:10px 11px;font-size:.74rem;line-height:1.45}:is(body[data-theme=dark] .GoogleCmpDebugController-module__Nn5hiq__warning,body[data-theme=amoled] .GoogleCmpDebugController-module__Nn5hiq__warning){color:#ffd18a}@media (max-width:520px){.GoogleCmpDebugController-module__Nn5hiq__launchButton,.GoogleCmpDebugController-module__Nn5hiq__panel{bottom:12px;right:12px}.GoogleCmpDebugController-module__Nn5hiq__statusGrid,.GoogleCmpDebugController-module__Nn5hiq__actions{grid-template-columns:1fr}}
.search-module__IS8qgq__page{background:var(--site-page-bg,#f4f5f1);min-height:100vh}.search-module__IS8qgq__shell{width:min(var(--container), calc(100% - 32px));margin:0 auto;padding:24px 0 56px}.search-module__IS8qgq__searchResultsShell{width:min(var(--container-narrow), calc(100% - 32px))}.search-module__IS8qgq__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.search-module__IS8qgq__title{color:var(--text);margin:0;font-size:34px;font-weight:800;line-height:1.1}.search-module__IS8qgq__sub{color:var(--muted);margin:8px 0 0}.search-module__IS8qgq__categoryPage{min-height:calc(100dvh - var(--sticky-under-header));background:var(--site-page-bg,var(--bg))}.search-module__IS8qgq__categoryShell{width:min(var(--container-narrow), calc(100% - 32px));gap:22px;padding:34px 0 64px;display:grid}.search-module__IS8qgq__categoryHeader{margin-bottom:0}.search-module__IS8qgq__categoryHeader .search-module__IS8qgq__title{font-size:2rem;font-weight:700;line-height:1.2}.search-module__IS8qgq__searchWrap{width:min(720px,100%);position:relative}.search-module__IS8qgq__searchWrapHeader,.search-module__IS8qgq__searchWrapHeaderCompactOpen{width:100%;max-width:100%}.search-module__IS8qgq__searchBar{background:var(--surface);border:1px solid var(--border);border-radius:18px;align-items:center;gap:12px;min-height:56px;padding:0 16px;display:flex;box-shadow:0 10px 30px #2d2d2d0f}.search-module__IS8qgq__searchBarHeader{color:#fff;min-height:40px;box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1a;border:0;gap:8px;padding:0 10px;transition:background-color .18s,box-shadow .18s}.search-module__IS8qgq__searchBarHeader:focus-within{box-shadow:0 0 0 2px color-mix(in srgb, var(--primary) 42%, transparent);background:#ffffff26}body[data-theme=light] .search-module__IS8qgq__searchBarHeader{color:var(--text);background:#0000000d}body[data-theme=light] .search-module__IS8qgq__searchBarHeader:focus-within{box-shadow:0 0 0 2px color-mix(in srgb, var(--primary) 34%, transparent);background:#00000013}.search-module__IS8qgq__searchBarHeaderCompactOpen{gap:8px;min-height:40px;padding-right:8px}.search-module__IS8qgq__searchBar input{width:100%;color:var(--text);background:0 0;border:0;outline:none;min-width:0;font-size:14px}.search-module__IS8qgq__searchBarHeader input{color:currentColor}.search-module__IS8qgq__searchBarHeader input::placeholder{color:#ffffffb8}body[data-theme=light] .search-module__IS8qgq__searchBarHeader input::placeholder{color:color-mix(in srgb, var(--text) 68%, transparent)}.search-module__IS8qgq__searchIcon{width:18px;height:18px;color:var(--muted);flex:none}.search-module__IS8qgq__searchBarHeader .search-module__IS8qgq__searchIcon{color:currentColor}.search-module__IS8qgq__searchLeadingAction{color:currentColor;cursor:pointer;opacity:.82;background:0 0;border:0;border-radius:9px;flex:0 0 30px;place-items:center;width:30px;height:30px;padding:0;transition:color .16s,background-color .16s,opacity .16s,transform .16s;display:inline-grid}.search-module__IS8qgq__searchLeadingAction:hover,.search-module__IS8qgq__searchLeadingAction:focus-visible{background:color-mix(in srgb, currentColor 10%, transparent);opacity:1}.search-module__IS8qgq__searchLeadingAction:focus-visible{outline:2px solid color-mix(in srgb, var(--primary) 55%, transparent);outline-offset:1px}.search-module__IS8qgq__searchLeadingAction:active{transform:scale(.94)}.search-module__IS8qgq__searchLeadingActionReady{color:var(--primary);opacity:1}.search-module__IS8qgq__searchLeadingActionReady:hover,.search-module__IS8qgq__searchLeadingActionReady:focus-visible{background:var(--interaction-selected-bg)}body[data-theme=original] .search-module__IS8qgq__searchLeadingActionReady{color:color-mix(in srgb, var(--primary) 72%, white 28%)}:is(body[data-theme=original] .search-module__IS8qgq__searchLeadingActionReady:hover,body[data-theme=original] .search-module__IS8qgq__searchLeadingActionReady:focus-visible){background:color-mix(in srgb, var(--primary) 24%, #ffffff1a)}:is(body[data-theme=dark] .search-module__IS8qgq__searchLeadingActionReady,body[data-theme=amoled] .search-module__IS8qgq__searchLeadingActionReady){color:var(--accent)}:is(body[data-theme=dark] .search-module__IS8qgq__searchLeadingActionReady:hover,body[data-theme=dark] .search-module__IS8qgq__searchLeadingActionReady:focus-visible){background:color-mix(in srgb, var(--accent) 24%, #ffffff1a)}:is(body[data-theme=amoled] .search-module__IS8qgq__searchLeadingActionReady:hover,body[data-theme=amoled] .search-module__IS8qgq__searchLeadingActionReady:focus-visible){background:color-mix(in srgb, var(--accent) 30%, #ffffff1f)}:is(body[data-theme=original] .search-module__IS8qgq__searchLeadingActionReady:focus-visible,body[data-theme=dark] .search-module__IS8qgq__searchLeadingActionReady:focus-visible,body[data-theme=amoled] .search-module__IS8qgq__searchLeadingActionReady:focus-visible){outline-color:color-mix(in srgb, currentColor 68%, transparent)}.search-module__IS8qgq__searchActionIcon{stroke-width:2.2px;width:18px;height:18px}.search-module__IS8qgq__mobileSearchToggle,.search-module__IS8qgq__mobileCloseBtn{cursor:pointer;font:inherit;border:0}.search-module__IS8qgq__mobileSearchToggle{width:var(--header-control-size,40px);height:var(--header-control-size,40px);border-radius:var(--header-control-radius,12px);color:#fff;box-shadow:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:0;justify-self:start;place-items:center;transition:background-color .18s,color .18s;display:none}.search-module__IS8qgq__mobileSearchToggle:hover,.search-module__IS8qgq__mobileSearchToggle:focus-visible{background:#ffffff29}.search-module__IS8qgq__mobileSearchToggle:focus-visible{outline:2px solid color-mix(in srgb, var(--primary) 55%, transparent);outline-offset:2px}body[data-theme=light] .search-module__IS8qgq__mobileSearchToggle{color:var(--text);background:#0000000d}:is(body[data-theme=light] .search-module__IS8qgq__mobileSearchToggle:hover,body[data-theme=light] .search-module__IS8qgq__mobileSearchToggle:focus-visible){background:#00000017}.search-module__IS8qgq__mobileSearchToggleIcon{color:currentColor;width:17px;height:17px}.search-module__IS8qgq__mobileCloseBtn{color:currentColor;opacity:.82;background:0 0;border:0;border-radius:9px;flex:none;place-items:center;width:32px;height:32px;transition:background-color .16s,opacity .16s;display:none}.search-module__IS8qgq__mobileCloseBtn:hover,.search-module__IS8qgq__mobileCloseBtn:focus-visible{background:color-mix(in srgb, currentColor 10%, transparent);opacity:1}.search-module__IS8qgq__mobileCloseBtn:focus-visible{outline:2px solid color-mix(in srgb, var(--primary) 55%, transparent);outline-offset:1px}.search-module__IS8qgq__clearBtn,.search-module__IS8qgq__submitBtn,.search-module__IS8qgq__ghostBtn,.search-module__IS8qgq__tabBtn,.search-module__IS8qgq__activeTabBtn,.search-module__IS8qgq__loadBtn{cursor:pointer;font:inherit;border:0}.search-module__IS8qgq__clearBtn{background:var(--surface-2);width:34px;height:34px;color:var(--text-soft);border-radius:11px;flex:none;place-items:center;padding:0;font-size:15px;line-height:1;display:inline-grid}.search-module__IS8qgq__searchBarHeader .search-module__IS8qgq__clearBtn{color:currentColor;opacity:.76;background:0 0;border:0}.search-module__IS8qgq__searchBarHeader .search-module__IS8qgq__clearBtn:hover,.search-module__IS8qgq__searchBarHeader .search-module__IS8qgq__clearBtn:focus-visible{background:color-mix(in srgb, currentColor 10%, transparent);opacity:1}.search-module__IS8qgq__searchBarHeader .search-module__IS8qgq__clearBtn:focus-visible{outline:2px solid color-mix(in srgb, var(--primary) 55%, transparent);outline-offset:1px}body[data-theme=light] .search-module__IS8qgq__searchBarHeader .search-module__IS8qgq__clearBtn{color:var(--text)}body[data-theme=light] .search-module__IS8qgq__mobileCloseBtn{color:var(--text)}.search-module__IS8qgq__submitBtn,.search-module__IS8qgq__activeTabBtn,.search-module__IS8qgq__loadBtn{white-space:nowrap;color:#fff;background:linear-gradient(135deg, var(--primary), var(--button-primary-gradient-end));box-shadow:var(--button-primary-shadow-soft);border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-weight:700;text-decoration:none;transition:opacity .18s,transform .18s,box-shadow .18s,border-color .18s,background-color .18s,color .18s;display:inline-flex}.search-module__IS8qgq__submitBtn:disabled{cursor:default}.search-module__IS8qgq__submitIcon{line-height:1;display:inline-block}.search-module__IS8qgq__submitText{display:inline-block}.search-module__IS8qgq__overlayCompactHeader{border-radius:20px;top:calc(100% + 10px);box-shadow:0 18px 44px #0a122633}.search-module__IS8qgq__ghostBtn,.search-module__IS8qgq__tabBtn{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:14px;padding:12px 16px;font-weight:600;text-decoration:none}.search-module__IS8qgq__activeTabBtn{padding:10px 16px}.search-module__IS8qgq__tabBtn{padding:10px 16px;transition:background .18s,border-color .18s,color .18s}.search-module__IS8qgq__tabBtn:hover,.search-module__IS8qgq__tabBtn:focus-visible{background:var(--interaction-control-hover-bg);border-color:var(--interaction-control-hover-border);color:var(--text)}.search-module__IS8qgq__activeTabBtn{color:var(--interaction-selected-text);background:var(--interaction-selected-bg);border-color:var(--interaction-selected-border);box-shadow:none;transition:background .18s,border-color .18s,color .18s}.search-module__IS8qgq__activeTabBtn:hover,.search-module__IS8qgq__activeTabBtn:focus-visible{color:var(--interaction-selected-text);background:var(--interaction-selected-bg-hover);border-color:var(--interaction-selected-border)}.search-module__IS8qgq__resultsCol{gap:14px;display:grid}.search-module__IS8qgq__card{background:var(--surface);border:1px solid var(--border);color:inherit;border-radius:24px;grid-template-columns:minmax(0,1fr) 110px;gap:14px;padding:16px;text-decoration:none;display:grid;box-shadow:0 10px 30px #2d2d2d0f}.search-module__IS8qgq__thumb{object-fit:cover;background:var(--surface-2);border:1px solid var(--border);border-radius:18px;width:110px;height:110px}.search-module__IS8qgq__thumbEmpty{background:var(--surface-2);border:1px solid var(--border);border-radius:18px;width:110px;height:110px}.search-module__IS8qgq__meta{color:var(--muted);font-size:13px}.search-module__IS8qgq__dealTitle{color:var(--text);margin:6px 0 10px;font-size:20px;font-weight:800;line-height:1.25}.search-module__IS8qgq__priceRow{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:10px;display:flex}.search-module__IS8qgq__price{color:#ea5a0c;font-size:18px;font-weight:800}.search-module__IS8qgq__overlayMetaPriceEuro{color:var(--deal-euro-price-color);font-weight:800}.search-module__IS8qgq__oldPrice{color:var(--muted);font-size:14px;text-decoration:line-through}.search-module__IS8qgq__shipping{color:var(--muted);font-size:13px}.search-module__IS8qgq__vote{font-size:15px;font-weight:800}.search-module__IS8qgq__actions{flex-wrap:wrap;gap:10px;display:flex}.search-module__IS8qgq__smallBtn,.search-module__IS8qgq__smallGhost{border-radius:14px;padding:10px 12px;font-size:14px;font-weight:700;text-decoration:none}.search-module__IS8qgq__smallBtn{color:#fff;background:linear-gradient(135deg, var(--primary), var(--button-primary-gradient-end));box-shadow:var(--button-primary-shadow-soft)}.search-module__IS8qgq__smallGhost{color:var(--text);background:var(--surface);border:1px solid var(--border)}.search-module__IS8qgq__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.search-module__IS8qgq__categoryTile{background:var(--surface);border:1px solid var(--border);color:inherit;border-radius:24px;gap:14px;padding:16px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 10px 30px #2d2d2d0f}.search-module__IS8qgq__categoryTile:hover{transform:translateY(-2px);box-shadow:0 14px 34px #2d2d2d17}.search-module__IS8qgq__categoryVisual{background:linear-gradient(180deg, color-mix(in srgb, var(--surface-2) 78%, white 22%) 0%, var(--surface) 100%);border-radius:20px;justify-content:center;align-items:center;height:148px;padding:14px;display:flex;overflow:hidden}.search-module__IS8qgq__categoryVisual img{object-fit:contain;max-width:100%;max-height:100%}.search-module__IS8qgq__categoryLabel{color:var(--text);font-size:.98rem;font-weight:800;line-height:1.35}.search-module__IS8qgq__empty{background:var(--surface);border:1px solid var(--border);color:var(--muted);text-align:center;border-radius:24px;padding:26px;box-shadow:0 10px 30px #2d2d2d0f}.search-module__IS8qgq__overlay{background:var(--surface);border:1px solid var(--border);z-index:80;border-radius:18px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 14px 34px #2d2d2d1a}.search-module__IS8qgq__overlayItem,.search-module__IS8qgq__overlayFooter{color:inherit;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:grid}.search-module__IS8qgq__overlayItem:hover,.search-module__IS8qgq__overlayFooter:hover{background:var(--surface-2)}.search-module__IS8qgq__overlayThumb,.search-module__IS8qgq__overlayThumbEmpty{object-fit:cover;background:var(--surface-2);border-radius:12px;width:56px;height:56px}.search-module__IS8qgq__overlayTitle{color:var(--text);font-size:14px;font-weight:700;line-height:1.3}.search-module__IS8qgq__overlayMeta{color:var(--muted);margin-top:3px;font-size:12px}.search-module__IS8qgq__tabs{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.search-module__IS8qgq__twoCol{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:20px;display:grid}.search-module__IS8qgq__rail{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:14px;box-shadow:0 10px 30px #2d2d2d0f}.search-module__IS8qgq__railTitle{color:var(--text);margin:4px 0 8px;font-size:15px;font-weight:800}.search-module__IS8qgq__railItem,.search-module__IS8qgq__railItemActive{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:14px;align-items:center;gap:10px;padding:10px;text-decoration:none;display:flex}.search-module__IS8qgq__railItem:hover{background:var(--surface-2)}.search-module__IS8qgq__railItemActive{background:color-mix(in srgb, var(--primary) 12%, var(--surface));color:var(--primary);font-weight:700}.search-module__IS8qgq__pillHeader{background:linear-gradient(135deg, var(--primary) 0%, var(--button-primary-gradient-end) 100%);color:#fff;border-radius:20px;margin-bottom:14px;padding:18px 20px}.search-module__IS8qgq__pillHeader h1{margin:0;font-size:28px;font-weight:800}.search-module__IS8qgq__pillHeader p{color:#ffffffe0;margin:6px 0 0}.search-module__IS8qgq__overlayAction{background:color-mix(in srgb, var(--surface-2) 80%, transparent);width:100%;color:var(--text);text-align:center;cursor:pointer;border:0;padding:14px 16px;font-weight:700}.search-module__IS8qgq__overlayAction:hover{background:var(--surface-2)}.search-module__IS8qgq__overlayActionText{display:inline-block}.search-module__IS8qgq__overlayStatus{color:var(--muted);padding:16px}.search-module__IS8qgq__overlayLoading{font-weight:700}.search-module__IS8qgq__loadWrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:18px;display:flex}.search-module__IS8qgq__loadWrap>span{color:var(--muted);font-size:.9rem;font-weight:800}@media (max-width:980px){.search-module__IS8qgq__twoCol{grid-template-columns:1fr}}@media (max-width:680px){.search-module__IS8qgq__submitText{display:none}}@media (max-width:980px){.search-module__IS8qgq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.search-module__IS8qgq__card{grid-template-columns:1fr}.search-module__IS8qgq__thumb,.search-module__IS8qgq__thumbEmpty{width:100%;height:180px}.search-module__IS8qgq__overlayItem,.search-module__IS8qgq__overlayFooter{grid-template-columns:48px minmax(0,1fr)}}@media (max-width:520px){.search-module__IS8qgq__categoryShell{width:min(var(--container-narrow), calc(100% - 20px))}.search-module__IS8qgq__grid{gap:12px}.search-module__IS8qgq__categoryTile{padding:14px}.search-module__IS8qgq__categoryVisual{height:120px;padding:10px}}:is(body[data-theme=dark] .search-module__IS8qgq__searchBarHeader,body[data-theme=amoled] .search-module__IS8qgq__searchBarHeader){background:color-mix(in srgb, var(--surface) 76%, transparent);border:0}:is(body[data-theme=dark] .search-module__IS8qgq__searchBarHeader:focus-within,body[data-theme=amoled] .search-module__IS8qgq__searchBarHeader:focus-within){background:color-mix(in srgb, var(--surface) 88%, transparent);box-shadow:0 0 0 2px color-mix(in srgb, var(--primary) 46%, transparent)}:is(body[data-theme=dark] .search-module__IS8qgq__ghostBtn:hover,body[data-theme=amoled] .search-module__IS8qgq__ghostBtn:hover,body[data-theme=dark] .search-module__IS8qgq__smallGhost:hover,body[data-theme=amoled] .search-module__IS8qgq__smallGhost:hover,body[data-theme=dark] .search-module__IS8qgq__categoryTile:hover,body[data-theme=amoled] .search-module__IS8qgq__categoryTile:hover,body[data-theme=dark] .search-module__IS8qgq__railItem:hover,body[data-theme=amoled] .search-module__IS8qgq__railItem:hover){background:var(--surface-2)}body[data-card-layout=grid] .search-module__IS8qgq__resultsCol{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-card-layout=grid] .search-module__IS8qgq__card{grid-template-columns:1fr}:is(body[data-card-layout=grid] .search-module__IS8qgq__thumb,body[data-card-layout=grid] .search-module__IS8qgq__thumbEmpty){width:100%;height:180px}body[data-card-layout=extended] .search-module__IS8qgq__card{grid-template-columns:1fr}body[data-card-layout=extended] .search-module__IS8qgq__card>:first-child{grid-row:2}:is(body[data-card-layout=extended] .search-module__IS8qgq__thumb,body[data-card-layout=extended] .search-module__IS8qgq__thumbEmpty){grid-row:1;width:100%;height:200px}@media (max-width:380px){body[data-card-layout=grid] .search-module__IS8qgq__resultsCol{grid-template-columns:1fr}}@media (max-width:780px){.search-module__IS8qgq__searchWrapHeader{justify-self:start;width:auto;max-width:none}.search-module__IS8qgq__searchWrapHeader .search-module__IS8qgq__mobileSearchToggle{display:inline-grid}.search-module__IS8qgq__searchWrapHeader .search-module__IS8qgq__searchBarHeader{display:none}.search-module__IS8qgq__searchWrapHeaderCompactOpen{z-index:140;contain:none;width:min(610px,100vw - 24px);min-width:0;max-width:min(610px,100vw - 24px);position:fixed;top:10px;left:50%;right:auto;overflow:visible;transform:translate(-50%)}.search-module__IS8qgq__searchWrapHeaderCompactOpen .search-module__IS8qgq__mobileSearchToggle{display:none}.search-module__IS8qgq__searchWrapHeaderCompactOpen .search-module__IS8qgq__searchBarHeader{display:flex}.search-module__IS8qgq__searchWrapHeaderCompactOpen .search-module__IS8qgq__mobileCloseBtn{display:inline-grid}.search-module__IS8qgq__searchWrapHeaderCompactOpen .search-module__IS8qgq__clearBtnHeader{display:none}.search-module__IS8qgq__searchBarHeaderCompactOpen{min-height:42px;padding:0 7px 0 8px}.search-module__IS8qgq__mobileSearchToggle{width:var(--header-control-size,36px);height:var(--header-control-size,36px);border-radius:var(--header-control-radius,11px)}}@media (max-width:640px){.search-module__IS8qgq__searchWrapHeaderCompactOpen{width:calc(100vw - 20px);top:8px}}.search-module__IS8qgq__alertPanel{border:1px solid color-mix(in srgb, var(--primary) 14%, var(--border));background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 8%, var(--surface)) 0%, var(--surface) 100%);border-radius:24px;gap:14px;margin-bottom:16px;padding:18px 20px;display:grid;box-shadow:0 10px 30px #2d2d2d0f}.search-module__IS8qgq__alertPanelLocked{background:linear-gradient(180deg, color-mix(in srgb, var(--surface-2) 74%, var(--surface)) 0%, var(--surface) 100%);border-style:dashed}.search-module__IS8qgq__alertPanelEyebrow{background:color-mix(in srgb, var(--primary) 12%, var(--surface));color:var(--primary);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;display:inline-flex}.search-module__IS8qgq__alertPanelTitle{color:var(--text);margin:10px 0 6px;font-size:24px}.search-module__IS8qgq__alertPanelText{color:var(--muted);max-width:70ch;margin:0}.search-module__IS8qgq__alertPanelActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.search-module__IS8qgq__alertChip,.search-module__IS8qgq__alertGhostLink{font:inherit;border-radius:14px;padding:11px 14px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s}.search-module__IS8qgq__alertChip{cursor:pointer;color:#fff;background:linear-gradient(135deg, var(--primary), var(--button-primary-gradient-end));box-shadow:var(--button-primary-shadow-soft);border:0;font-weight:800}.search-module__IS8qgq__alertGhostLink{color:var(--text);border:1px solid var(--border);background:var(--surface);font-weight:700}.search-module__IS8qgq__alertChip:hover,.search-module__IS8qgq__alertGhostLink:hover{transform:translateY(-1px)}.search-module__IS8qgq__alertPanelInfo{background:color-mix(in srgb, var(--primary) 10%, var(--surface));border:1px solid color-mix(in srgb, var(--primary) 16%, var(--border));color:var(--text);border-radius:16px;padding:12px 14px}.search-module__IS8qgq__alertChip:disabled{cursor:not-allowed;opacity:.58;box-shadow:none;transform:none}.search-module__IS8qgq__searchDealFeed{gap:18px;min-width:0}body[data-card-layout=grid] .search-module__IS8qgq__searchDealFeed.deal-feed{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:20px}:is(body[data-card-layout=grid] .search-module__IS8qgq__searchDealFeed.deal-feed>.deal-card:not(.deal-card--interactive),body[data-card-layout=grid] .search-module__IS8qgq__searchDealFeed.deal-feed>.stacked-actions,body[data-card-layout=grid] .search-module__IS8qgq__searchDealFeed.deal-feed>[aria-hidden=true]){grid-column:1/-1}@media (max-width:900px){body[data-card-layout=grid] .search-module__IS8qgq__searchDealFeed.deal-feed{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (max-width:560px){.search-module__IS8qgq__searchResultsShell{width:min(var(--container-narrow), calc(100% - 20px))}body[data-card-layout=grid] .search-module__IS8qgq__searchDealFeed.deal-feed{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width:360px){body[data-card-layout=grid] .search-module__IS8qgq__searchDealFeed.deal-feed{gap:10px}}.search-module__IS8qgq__categoryDealsShell{width:min(var(--container-wide), calc(100% - 32px));padding:24px 0 48px}.search-module__IS8qgq__categoryDealFeed{gap:18px;min-width:0}body[data-card-layout=grid] .search-module__IS8qgq__categoryDealFeed.deal-feed{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:20px}:is(body[data-card-layout=grid] .search-module__IS8qgq__categoryDealFeed.deal-feed>.deal-card:not(.deal-card--interactive),body[data-card-layout=grid] .search-module__IS8qgq__categoryDealFeed.deal-feed>.stacked-actions,body[data-card-layout=grid] .search-module__IS8qgq__categoryDealFeed.deal-feed>[aria-hidden=true]){grid-column:1/-1}@media (max-width:900px){body[data-card-layout=grid] .search-module__IS8qgq__categoryDealFeed.deal-feed{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (max-width:560px){.search-module__IS8qgq__categoryDealsShell{width:min(var(--container-wide), calc(100% - 20px))}body[data-card-layout=grid] .search-module__IS8qgq__categoryDealFeed.deal-feed{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width:360px){body[data-card-layout=grid] .search-module__IS8qgq__categoryDealFeed.deal-feed{gap:10px}}.search-module__IS8qgq__paginationStatus{color:var(--muted);text-align:center;margin:16px 0 0;font-size:.92rem;font-weight:700}.search-module__IS8qgq__categoryIconFallback{width:82px;height:82px;color:var(--primary);background:color-mix(in srgb, var(--primary) 10%, var(--surface) 90%);border:1px solid color-mix(in srgb, var(--primary) 18%, var(--border) 82%);border-radius:24px;place-items:center;display:grid}.search-module__IS8qgq__railIcon{width:30px;height:30px;color:var(--text-soft);background:var(--surface-2);border-radius:10px;flex:0 0 30px;place-items:center;transition:color .18s,background-color .18s;display:grid}.search-module__IS8qgq__railItem:hover .search-module__IS8qgq__railIcon{color:var(--primary);background:color-mix(in srgb, var(--primary) 9%, var(--surface) 91%)}.search-module__IS8qgq__railItemActive .search-module__IS8qgq__railIcon{color:var(--primary);background:color-mix(in srgb, var(--primary) 15%, var(--surface) 85%)}.search-module__IS8qgq__pillTitleRow{align-items:center;gap:11px;display:flex}.search-module__IS8qgq__pillCategoryIcon{color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:12px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}@media (max-width:640px){.search-module__IS8qgq__pillCategoryIcon{border-radius:11px;flex-basis:34px;width:34px;height:34px}}
