@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");:root{--blue:#1464f4;--blue-dark:#08255a;--blue-soft:#edf4ff;--ink:#071a36;--muted:#60708a;--line:#dfe7f2;--surface:#ffffff;--background:#f7faff;--shadow:0 24px 70px rgba(16,64,136,0.13)}*{box-sizing:border-box}body{color:var(--ink);background:var(--surface);font-family:Manrope,Arial,sans-serif}button,input{font:inherit}button{cursor:pointer}.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.header{position:-webkit-sticky;position:sticky;z-index:50;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(223,231,242,.75);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nav{height:76px;display:flex;gap:36px}.brand,.nav{align-items:center}.brand{display:inline-flex;gap:11px;color:var(--ink);text-decoration:none;font-size:24px;font-weight:800;letter-spacing:-.04em}.brand>span:last-child>span{color:var(--blue)}.brandIcon{position:relative;width:39px;height:31px;display:inline-block}.brandIcon span{position:absolute;top:7px;width:23px;height:17px;border:4px solid var(--blue);border-radius:50% 50% 45% 45%}.brandIcon span:first-child{left:0;transform:rotate(35deg);border-right-color:transparent}.brandIcon span:last-child{right:0;transform:rotate(-35deg);border-left-color:transparent}.desktopNav{display:flex;gap:30px;margin-left:auto}.desktopNav a,.mobileMenu a{color:#27364f;font-size:16px;font-weight:600;letter-spacing:-.02em;text-decoration:none;transition:color .18s ease,transform .18s ease}.desktopNav a:hover,.mobileMenu a:hover{color:var(--blue);transform:translateY(-1px)}.navActions{display:flex;align-items:center;gap:9px}.primaryButton,.searchButton,.whiteButton{border:0;border-radius:14px;font-weight:800}.primaryButton{padding:13px 18px;color:#fff;background:var(--blue);box-shadow:0 10px 24px rgba(20,100,244,.2)}.ghostButton{border:0;padding:12px 15px;color:var(--ink);background:transparent;font-weight:800}.menuButton{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;color:var(--ink);background:#fff}.menuButton,.mobileMenu{display:none}.hero{position:relative;overflow:hidden;padding:92px 0 84px;background:linear-gradient(180deg,#fbfdff,#f4f8ff)}.heroGlow{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none}.heroGlowOne{width:420px;height:420px;top:-210px;left:-120px;background:rgba(31,119,255,.12)}.heroGlowTwo{width:360px;height:360px;right:-90px;bottom:-160px;background:rgba(72,183,255,.13)}.heroGrid{position:relative;z-index:1;display:grid;grid-template-columns:1.04fr .96fr;grid-gap:70px;gap:70px}.heroGrid,.pill{align-items:center}.pill{display:inline-flex;gap:8px;padding:8px 12px;color:var(--blue);background:var(--blue-soft);border-radius:999px;font-size:13px;font-weight:800}.hero h1{max-width:700px;margin:22px 0;font-size:clamp(45px,5.3vw,72px);line-height:1.04;letter-spacing:-.06em}.hero h1 span{color:var(--blue)}.heroCopy>p{max-width:650px;margin:0;color:var(--muted);font-size:18px;line-height:1.7}.searchHighlight{position:relative;margin-top:34px;padding:9px;border:1px solid rgba(20,100,244,.2);border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(239,246,255,.96));box-shadow:0 18px 45px rgba(20,100,244,.13),0 0 0 5px rgba(20,100,244,.045)}.searchHighlightLabel{display:inline-flex;align-items:center;gap:7px;margin:1px 0 9px 10px;color:#1464f4;font-size:12px;font-weight:800}.searchHighlightLabel svg{flex:0 0 auto}.searchCard{display:grid;grid-template-columns:1.15fr 1fr auto;align-items:stretch;grid-gap:12px;gap:12px;margin-top:0;padding:10px;background:#fff;border:1px solid rgba(223,231,242,.85);border-radius:20px;box-shadow:var(--shadow)}.searchCard label{display:flex;align-items:center;gap:12px;min-width:0;padding:8px 12px}.searchCard label>svg{flex:0 0 auto;color:var(--blue)}.searchCard label span{display:block;min-width:0;width:100%}.searchCard small{display:block;margin-bottom:4px;color:#7a8aa2;font-size:11px;font-weight:700}.searchCard input{width:100%;min-width:0;padding:0;border:0;outline:0;color:var(--ink);background:transparent;font-weight:700}.searchDivider{display:none}.searchButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:125px;padding:0 20px;color:#fff;background:var(--blue)}.trustRow{display:flex;flex-wrap:wrap;gap:17px;margin-top:23px;color:#5a6a82;font-size:13px;font-weight:700}.trustRow span{display:inline-flex;align-items:center;gap:6px}.trustRow svg{color:var(--blue)}.heroImage,.heroVisual{position:relative}.heroImage{overflow:hidden;height:520px;min-height:520px;border:10px solid #fff;border-radius:34px;background:#dcecf8;box-shadow:var(--shadow)}.heroImage img{display:block;width:100%;height:100%;object-fit:cover;object-position:100% center}.floatingCard{position:absolute;display:flex;align-items:center;gap:12px;padding:14px 16px;background:rgba(255,255,255,.96);border:1px solid rgba(223,231,242,.9);border-radius:17px;box-shadow:0 16px 35px rgba(7,37,90,.16)}.floatingCard span,.floatingCard strong{display:block}.floatingCard strong{margin-bottom:3px;font-size:13px}.floatingCard span{color:var(--muted);font-size:11px}.floatingTop{top:34px;left:-35px}.floatingBottom{right:-25px;bottom:40px}.heroEarnBanner{position:relative;z-index:2;display:flex;min-height:118px;margin-top:46px;padding:26px 32px;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;color:#ffffff;border-radius:28px;background:radial-gradient(circle at 92% 15%,rgba(105,197,255,.55),transparent 28%),linear-gradient(135deg,#0a2f75,#1464f4 60%,#2184ff);box-shadow:0 24px 55px rgba(20,100,244,.24),0 6px 18px rgba(7,26,54,.1)}.heroEarnBanner:before{content:"";position:absolute;width:240px;height:240px;top:-150px;right:160px;border-radius:50%;background:rgba(255,255,255,.08);pointer-events:none}.heroEarnCopy{position:relative;z-index:1;display:flex;flex-direction:column;gap:5px}.heroEarnCopy span{color:rgba(255,255,255,.8);font-size:13px;font-weight:700}.heroEarnCopy strong{max-width:720px;font-size:clamp(22px,2.6vw,34px);line-height:1.2;letter-spacing:-.035em}.heroEarnButton{position:relative;z-index:1;display:inline-flex;flex:0 0 auto;min-height:54px;padding:0 22px;align-items:center;justify-content:center;gap:9px;color:#0b3478;border-radius:15px;background:#ffffff;box-shadow:0 12px 28px rgba(7,26,54,.18);font-size:14px;font-weight:850;text-decoration:none;white-space:nowrap;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.heroEarnButton:hover{color:#1464f4;background:#f7faff;box-shadow:0 16px 34px rgba(7,26,54,.22);transform:translateY(-2px)}.heroEarnButton svg{transition:transform .18s ease}.heroEarnButton:hover svg{transform:translateX(3px)}.categorySection,.howSection,.listingSection,.safetySection{padding:86px 0}.sectionHead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}.listingSectionHead{justify-content:flex-start;gap:48px}.listingSectionHead .textButton{margin-bottom:5px}.listingSection .sectionHead{max-width:1180px}.sectionKicker{display:block;margin-bottom:8px;color:var(--blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.centerHead h2,.ctaCard h2,.safetyCopy h2,.sectionHead h2{margin:0;font-size:clamp(31px,4vw,48px);letter-spacing:-.045em}.textButton{display:inline-flex;align-items:center;gap:5px;padding:10px 0;border:0;color:var(--blue);background:transparent;font-weight:800}.textButton,.textButton:active,.textButton:focus,.textButton:hover,.textButton:visited{text-decoration:none}.listingSection{background:var(--background)}.listingGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:19px;gap:19px}.listingCard{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;transition:.22s ease}.listingCard:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(16,64,136,.12)}.listingImage{aspect-ratio:1.18}.listingImage img{width:100%;height:100%;object-fit:cover}.heartButton{position:absolute;top:13px;right:13px;z-index:20;display:grid;place-items:center;width:39px;height:39px;border:0;border-radius:50%;color:var(--ink);background:rgba(255,255,255,.92);pointer-events:auto}.heartButton *{pointer-events:none}.heartButtonActive{color:#e11d48;background:#ffffff;border-color:rgba(225,29,72,.2)}.heartButtonActive:hover{color:#be123c;background:#fff1f3}.heartButton:disabled{cursor:wait;opacity:.65}.listingBody{padding:17px}.listingBody h3{margin:10px 0 8px;font-size:16px;line-height:1.35}.listingFoot{display:flex;align-items:flex-end;gap:14px;margin-top:16px}.listingFoot strong{display:flex;min-width:0;align-items:baseline;gap:3px;overflow:hidden;color:#071a36;font-size:16px;font-weight:900;line-height:1.1;letter-spacing:-.035em;white-space:nowrap}.listingFoot strong small{flex:0 0 auto;color:#687790;font-size:10px;font-weight:750;letter-spacing:-.01em}.centerHead{max-width:680px;margin:0 auto 42px;text-align:center}.centerHead p{color:var(--muted);line-height:1.65}.steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.stepCard{padding:27px;border:1px solid var(--line);border-radius:22px;background:#fff}.stepCard>span{display:grid;place-items:center;width:45px;height:45px;color:var(--blue);background:var(--blue-soft);border-radius:14px;font-weight:800}.stepCard h3{margin:21px 0 9px;font-size:19px}.stepCard p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.safetySection{background:linear-gradient(180deg,#f4f8ff,#eef5ff)}.safetyGrid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;grid-gap:80px;gap:80px}.safetyVisual{display:grid;place-items:center}.phoneMockup{position:relative;width:360px;min-height:720px;padding:18px 24px 28px;display:flex;flex-direction:column;align-items:stretch;text-align:center;background:#ffffff;border:8px solid #0d2449;border-radius:48px;box-shadow:0 30px 70px rgba(13,36,73,.18),0 8px 24px rgba(13,36,73,.1)}.phoneTop{width:96px;height:22px;margin:-18px auto 30px;flex:0 0 auto;background:#0d2449;border-radius:0 0 17px 17px}.checkCircle{display:grid;place-items:center;width:82px;height:82px;margin:8px auto 20px;flex:0 0 auto;color:var(--blue);background:var(--blue-soft);border-radius:50%}.phoneMockup h3{margin:0 0 8px;color:#071a36;font-size:22px;line-height:1.25}.phoneMockup p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.photoRow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:9px;gap:9px;margin:26px 0 20px}.safeCheckPhoto{position:relative;overflow:hidden;height:88px;border:1px solid rgba(20,100,244,.14);border-radius:14px;background:#edf4ff;box-shadow:0 7px 18px rgba(7,26,54,.08)}.safeCheckPhoto img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease,filter .25s ease}.safeCheckPhoto:hover img{transform:scale(1.06);filter:brightness(1.03)}.safeCheckPhotoNumber{position:absolute;top:7px;right:7px;display:grid;place-items:center;width:21px;height:21px;color:#ffffff;border:1px solid rgba(255,255,255,.6);border-radius:50%;background:rgba(7,26,54,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:10px;font-weight:800}.qrPreview{display:flex;align-items:center;flex-direction:column;margin:2px 0 24px}.qrCard{position:relative;display:grid;place-items:center;width:166px;height:166px;padding:15px;border:1px solid #dbe5f2;border-radius:22px;background:#ffffff;box-shadow:0 14px 32px rgba(7,26,54,.1),0 3px 10px rgba(7,26,54,.05)}.qrCard svg{display:block;width:136px;height:136px;border-radius:7px}.qrLogo{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:42px;height:42px;color:#1464f4;border:5px solid #ffffff;border-radius:13px;background:#edf4ff;box-shadow:0 5px 14px rgba(7,26,54,.14);transform:translate(-50%,-50%)}.qrCaption{margin-top:10px;color:#718198;font-size:11px;font-weight:750}.phoneMockup button{width:100%;min-height:58px;margin-top:auto;padding:15px 18px;border:0;border-radius:15px;color:#ffffff;background:var(--blue);font-size:17px;font-weight:800;box-shadow:0 12px 24px rgba(20,100,244,.2);transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.phoneMockup button:hover{background:#0f56d7;box-shadow:0 16px 30px rgba(20,100,244,.28);transform:translateY(-2px)}.safetyCopy>p{max-width:620px;color:var(--muted);font-size:16px;line-height:1.75}.safetyCopy ul{display:grid;grid-gap:15px;gap:15px;padding:0;margin:28px 0 0;list-style:none}.safetyCopy li{display:flex;align-items:center;gap:11px;font-weight:700}.safetyCopy li svg{color:var(--blue)}.ctaSection{padding:78px 0}.ctaCard{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:48px;color:#fff;background:radial-gradient(circle at 90% 10%,rgba(78,178,255,.5),transparent 28%),linear-gradient(135deg,#09275e,#1464f4);border-radius:30px}.ctaCard h2{max-width:760px}.sectionKicker.light{color:#bcd8ff}.whiteButton{display:inline-flex;align-items:center;text-decoration:none;justify-content:center;gap:8px;min-width:195px;padding:15px 20px;color:var(--blue-dark);background:#fff}footer{padding:58px 0 24px;background:#06162f;color:#fff}.footerGrid{grid-template-columns:1.5fr 1fr 1fr;grid-gap:50px;gap:50px}.footerBrand{color:#fff}.footerGrid>div:not(:first-child){display:flex;flex-direction:column;gap:11px}.footerGrid strong{margin-bottom:7px}.footerGrid a,.footerLinkButton{display:inline-flex;align-items:center;padding:0;border:0;background:transparent;color:#9eb0cb;font-size:13px;font-family:inherit;text-decoration:none;cursor:pointer;transition:color .18s ease,transform .18s ease}.footerGrid a:focus-visible,.footerGrid a:hover,.footerLinkButton:focus-visible,.footerLinkButton:hover{color:#ffffff;transform:translateX(4px)}.footerBottom{padding-top:28px;margin-top:38px;border-top:1px solid rgba(255,255,255,.1);color:#8295b2;font-size:12px}@media (max-width:980px){.desktopNav{display:none}.heroGrid{grid-template-columns:1fr;gap:55px}.heroCopy{text-align:center}.heroCopy>p{margin-inline:auto}.searchCard{text-align:left}.trustRow{justify-content:center}.heroVisual{width:min(650px,100%);margin:auto}.categoryGrid{grid-template-columns:repeat(3,1fr)}.listingGrid,.steps{grid-template-columns:repeat(2,1fr)}.safetyGrid{grid-template-columns:1fr}}.categoryGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:18px;gap:18px}.categoryCard{min-width:0;min-height:170px;padding:24px 20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;text-align:left;color:var(--ink);border:1px solid #dbe5f2;border-radius:22px;background:#ffffff;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.categoryCard:hover{transform:translateY(-4px);border-color:#9ec2f5;box-shadow:0 16px 40px rgba(15,73,148,.12)}.categoryIcon{width:56px;height:56px;margin:0 0 24px;display:grid;place-items:center;flex:0 0 auto;color:var(--blue);border-radius:18px;background:var(--blue-soft)}.categoryCard small,.categoryCard strong{display:block}.categoryCard strong{margin:auto 0 6px;color:var(--ink);font-size:17px;line-height:1.3}.categoryCard small{margin:0;color:var(--muted);font-size:13px}.categoryCardActive{color:#ffffff;border-color:var(--blue);background:var(--blue);box-shadow:0 16px 38px rgba(20,100,244,.24);transform:translateY(-2px)}.categoryCardActive:hover{border-color:#0f56d7;background:#0f56d7}.categoryCardActive .categoryIcon{color:var(--blue);background:#ffffff}.categoryCardActive small,.categoryCardActive strong{color:#ffffff}@media (max-width:1100px){.categoryGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.shell{width:min(100% - 26px,1180px)}.nav{height:68px}.brand{font-size:20px}.brandIcon{transform:scale(.88);transform-origin:left center}.ghostButton,.navActions>.primaryButton{display:none}.menuButton{display:grid;place-items:center}.mobileMenu{display:grid;grid-gap:16px;gap:16px;padding:18px 20px 22px;background:#ffffff;border-top:1px solid var(--line)}.hero{padding:52px 0 55px}.heroGrid{gap:36px}.heroCopy{text-align:left}.pill{font-size:11px;padding:7px 10px}.hero h1{margin:18px 0 16px;font-size:clamp(38px,11.5vw,52px);line-height:1.06}.heroCopy>p{margin:0;line-height:1.65}.searchHighlight{margin-top:26px;padding:7px;border-radius:22px}.searchHighlightLabel{margin:2px 0 8px 8px;font-size:11px}.searchCard{padding:8px;border-radius:17px;box-shadow:0 16px 38px rgba(20,100,244,.12),0 3px 10px rgba(7,26,54,.05)}.searchCard label{min-height:58px;padding:9px 10px}.searchCard small{font-size:10px}.searchCard input{font-size:14px}.searchDivider{display:block;width:calc(100% - 20px);height:1px;margin:0 auto;background:#e4ebf4}.searchButton{width:100%;min-height:52px;margin-top:5px;border-radius:13px}.trustRow{grid-template-columns:1fr;gap:10px;margin-top:20px;font-size:12px}.heroVisual{width:100%}.heroImage{height:360px;min-height:360px;border-width:7px;border-radius:25px}.floatingCard{gap:9px;padding:10px 12px;border-radius:14px}.avatar,.floatingIcon{width:36px;height:36px;border-radius:11px}.floatingTop{top:14px;left:8px}.floatingBottom{right:8px;bottom:14px}.heroEarnBanner{min-height:0;margin-top:28px;padding:24px 20px;align-items:stretch;flex-direction:column;gap:20px;border-radius:22px}.heroEarnCopy strong{font-size:24px;line-height:1.25}.heroEarnButton{width:100%;min-height:52px}.hero h1{font-size:clamp(39px,12vw,56px)}.heroCopy>p{font-size:15px}.searchCard{grid-template-columns:1fr;gap:4px}.searchButton{min-height:50px;margin-top:4px}.trustRow{display:grid;justify-content:start;text-align:left}.heroImage{height:390px;min-height:390px}.heroImage img{height:100%;min-height:0;object-position:76% center}.floatingTop{top:16px;left:10px}.floatingBottom{right:10px;bottom:18px}.sectionHead{align-items:flex-start;flex-direction:column}.categorySection,.howSection,.listingSection,.safetySection{padding:62px 0}.categoryGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.categoryCard{min-height:150px;padding:18px;border-radius:18px}.categoryIcon{width:48px;height:48px;margin-bottom:20px;border-radius:15px}.categoryCard strong{font-size:15px}.categoryCard small{font-size:12px}.ctaCard{align-items:flex-start;flex-direction:column;padding:30px 22px}.whiteButton{width:100%}.footerGrid{grid-template-columns:1fr;gap:35px}.phoneMockup{width:min(360px,100%);min-height:680px;padding:18px 22px 26px;display:flex;flex-direction:column;text-align:center;background:#fff;border:8px solid #0d2449;border-radius:46px;box-shadow:var(--shadow)}.qrPreview{display:flex;justify-content:center;margin:18px 0 24px}}@media (max-width:460px){.categoryGrid{grid-template-columns:1fr}}@media (max-width:420px){.hero h1{font-size:38px}.floatingCard{padding:10px}.floatingCard strong{font-size:11px}.floatingCard span{font-size:9px}}.brandLogo{display:inline-flex;width:166px;height:50px;align-items:center;overflow:hidden}.brandLogo img{display:block;width:166px;height:50px;object-fit:contain}.ghostButton,.primaryButton{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap}.ghostButton:hover,.primaryButton:hover{text-decoration:none}.ghostButton{border-radius:12px;transition:color .2s ease,background .2s ease,transform .2s ease}.ghostButton:hover{color:var(--blue);background:var(--blue-soft);transform:translateY(-1px)}.primaryButton{transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.primaryButton:hover{color:#ffffff;background:#0f56d7;transform:translateY(-2px);box-shadow:0 14px 30px rgba(20,100,244,.28)}.searchCard input::placeholder{color:#9aa8ba;font-weight:600;opacity:1}.searchCard input:focus::placeholder{opacity:.55}.footerLogo{height:auto;margin-bottom:28px}.footerLogo img{width:225px}.mobileAccountLink{justify-content:flex-start;padding:12px 0}@media (max-width:700px){.brandLogo,.brandLogo img{width:138px;height:44px}.mobileMenu .primaryButton{width:100%;min-height:48px}.mobileMenu .ghostButton{display:inline-flex}.footerLogo img{width:190px;height:auto}}.lendmePriceMarkerWrapper{border:0!important;background:transparent!important}.lendmePriceMarker{display:inline-flex;min-width:88px;min-height:38px;padding:0 13px;align-items:center;justify-content:center;color:#071a36;border:2px solid #ffffff;border-radius:999px;background:#ffffff;box-shadow:0 8px 22px rgba(7,26,54,.2),0 2px 6px rgba(7,26,54,.12);font-size:13px;font-weight:900;line-height:1;white-space:nowrap;transform-origin:center;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.lendmePriceMarker:hover{color:#ffffff;background:#1464f4;box-shadow:0 12px 28px rgba(20,100,244,.35),0 3px 8px rgba(7,26,54,.14);transform:scale(1.07)}.leaflet-marker-icon:has(.lendmePriceMarker){overflow:visible!important;border:0!important;background:transparent!important}.lendmeMapBlock{position:relative}.lendmeMapFilters{display:flex;gap:9px;margin-bottom:14px;padding:4px 0;overflow-x:auto;scrollbar-width:none}.lendmeMapFilters::-webkit-scrollbar{display:none}.lendmeMapFilter{display:inline-flex;flex:0 0 auto;min-height:42px;padding:0 17px;align-items:center;justify-content:center;color:#435874;border:1px solid #d9e3ef;border-radius:999px;background:#ffffff;font-family:inherit;font-size:13px;font-weight:850;white-space:nowrap;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}.lendmeMapFilter:hover{color:#1464f4;border-color:#b9cfee;background:#f4f8ff;transform:translateY(-1px)}.lendmeMapFilterActive{color:#ffffff;border-color:#1464f4;background:#1464f4;box-shadow:0 8px 20px rgba(20,100,244,.24)}.lendmeMapFilterActive:hover{color:#ffffff;border-color:#0f56d7;background:#0f56d7}.lendmeMapResultCount{margin-bottom:12px;color:#718198;font-size:13px;font-weight:750}.lendmeNameMarkerWrapper{overflow:visible!important;border:0!important;background:transparent!important}.lendmeNameMarker{display:inline-flex;align-items:center;justify-content:center;max-width:110px;min-width:46px;height:28px;padding:0 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#1b2a41;background:rgba(255,255,255,.96);border:1px solid rgba(20,100,244,.15);border-radius:999px;font-size:11px;font-weight:700;line-height:1;box-shadow:0 4px 12px rgba(0,0,0,.12);transition:all .18s ease}.lendmeNameMarker:hover{background:#1464f4;color:#fff;transform:translateY(-1px) scale(1.03);box-shadow:0 8px 18px rgba(20,100,244,.28)}.leaflet-marker-icon:has(.lendmeNameMarker){overflow:visible!important;border:0!important;background:transparent!important}@media (max-width:700px){.lendmeMapFilter{min-height:39px;padding:0 14px;font-size:12px}.lendmeNameMarker{max-width:90px;min-width:40px;height:24px;padding:0 8px;font-size:10px}}.lendmeClusterWrapper{background:transparent!important;border:none!important}.lendmeCluster{width:54px;height:54px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:white;border:3px solid #1565f7;color:#1565f7;font-size:17px;font-weight:800;box-shadow:0 10px 25px rgba(0,0,0,.16),0 3px 8px rgba(0,0,0,.08);transition:.18s}.lendmeCluster:hover{background:#1565f7;color:white;transform:scale(1.08);cursor:pointer}.lendmeLocateButton{width:48px;height:48px;background:white;border-radius:50%;font-size:22px;box-shadow:0 8px 22px rgba(0,0,0,.16);transition:.2s}.lendmeLocateButton:hover{transform:scale(1.08);background:#1565f7;color:white}.lendmeMapCanvas{position:relative;overflow:hidden;border-radius:18px}.lendmeLocateButton{position:absolute;right:18px;bottom:28px;z-index:1000;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#1769e0;border:1px solid rgba(7,26,54,.1);border-radius:15px;background:rgba(255,255,255,.96);box-shadow:0 12px 30px rgba(7,26,54,.18),0 3px 8px rgba(7,26,54,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;transition:color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}.lendmeLocateButton:hover:not(:disabled){color:#ffffff;background:#1769e0;transform:translateY(-2px);box-shadow:0 16px 34px rgba(23,105,224,.3),0 4px 10px rgba(7,26,54,.1)}.lendmeLocateButton:active:not(:disabled){transform:translateY(0) scale(.96)}.lendmeLocateButton:disabled{cursor:wait;opacity:.8}.lendmeLocateSpinner{animation:lendmeLocateSpin .8s linear infinite}@keyframes lendmeLocateSpin{to{transform:rotate(1turn)}}.lendmeLocationError{position:absolute;right:18px;bottom:90px;z-index:1000;max-width:280px;padding:12px 42px 12px 14px;color:#8a1c1c;border:1px solid #f3caca;border-radius:12px;background:rgba(255,245,245,.97);box-shadow:0 10px 28px rgba(7,26,54,.15);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:13px;font-weight:750;line-height:1.4}.lendmeLocationError button{position:absolute;top:50%;right:11px;width:24px;height:24px;color:#8a1c1c;border:0;border-radius:50%;background:transparent;font-size:20px;line-height:1;cursor:pointer;transform:translateY(-50%)}.lendmeLocationError button:hover{background:rgba(138,28,28,.08)}@media (max-width:700px){.lendmeLocateButton{right:13px;bottom:20px;width:48px;height:48px;border-radius:14px}.lendmeLocationError{right:13px;bottom:80px;left:13px;max-width:none}}.lendmeMapResultRow{display:flex;min-height:28px;margin-bottom:12px;align-items:center;justify-content:space-between;gap:14px}.lendmeMapResultRow .lendmeMapResultCount{margin-bottom:0}.lendmeResetAreaButton{padding:0;color:#1769e0;border:0;background:transparent;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer}.lendmeResetAreaButton:hover{text-decoration:none}.lendmeSearchAreaButton{position:absolute;top:18px;left:50%;z-index:1000;min-height:46px;padding:0 20px;color:#ffffff;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#1769e0;box-shadow:0 14px 32px rgba(23,105,224,.32),0 4px 10px rgba(7,26,54,.14);font-family:inherit;font-size:14px;font-weight:850;white-space:nowrap;cursor:pointer;transform:translateX(-50%);animation:lendmeAreaButtonIn .2s ease-out;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.lendmeSearchAreaButton:hover{background:#0f58c8;box-shadow:0 17px 38px rgba(23,105,224,.38),0 5px 12px rgba(7,26,54,.15);transform:translateX(-50%) translateY(-2px)}.lendmeSearchAreaButton:active{transform:translateX(-50%) scale(.97)}@keyframes lendmeAreaButtonIn{0%{opacity:0;transform:translateX(-50%) translateY(-8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:700px){.lendmeMapResultRow{align-items:flex-start;flex-direction:column;gap:5px}.lendmeSearchAreaButton{top:14px;min-height:43px;padding:0 17px;font-size:13px}}.lendmeMapSearch{position:relative;display:grid;grid-template-columns:minmax(0,1.3fr) 1px minmax(0,1fr);align-items:center;margin-bottom:16px;border:1px solid #dce5f0;border-radius:18px;background:#ffffff;box-shadow:0 12px 32px rgba(7,26,54,.08),0 2px 8px rgba(7,26,54,.04)}.lendmeMapSearchField{min-width:0;min-height:62px;padding:0 20px;display:flex;align-items:center;gap:12px;color:#1769e0}.lendmeMapSearchField input{width:100%;min-width:0;height:62px;color:#071a36;border:0;outline:0;background:transparent;font-family:inherit;font-size:15px;font-weight:750}.lendmeMapSearchField input::placeholder{color:#8794a7;font-weight:650}.lendmeMapSearchField input::-webkit-search-cancel-button{display:none}.lendmeMapSearchDivider{width:1px;height:32px;background:#dce5f0}.lendmeMapSearchClear{position:absolute;top:50%;right:12px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:#64748b;border:0;border-radius:50%;background:#f1f5f9;cursor:pointer;transform:translateY(-50%);transition:color .18s ease,background .18s ease,transform .18s ease}.lendmeMapSearchClear:hover{color:#ffffff;background:#1769e0;transform:translateY(-50%) scale(1.05)}.lendmeMapSearchField:last-of-type{padding-right:60px}.lendmeMapEmptyState{position:absolute;top:50%;left:50%;z-index:900;width:min(360px,calc(100% - 40px));padding:24px;display:flex;align-items:center;flex-direction:column;gap:9px;color:#64748b;border:1px solid rgba(220,229,240,.9);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 18px 45px rgba(7,26,54,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:center;transform:translate(-50%,-50%)}.lendmeMapEmptyState svg{color:#1769e0}.lendmeMapEmptyState strong{color:#071a36;font-size:17px}.lendmeMapEmptyState span{font-size:14px;line-height:1.5}.lendmeMapEmptyState button{margin-top:5px;padding:10px 16px;color:#ffffff;border:0;border-radius:10px;background:#1769e0;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer}.lendmeMapEmptyState button:hover{background:#0f58c8}@media (max-width:700px){.lendmeMapSearch{grid-template-columns:1fr;border-radius:16px}.lendmeMapSearchDivider{width:calc(100% - 40px);height:1px;margin:0 auto}.lendmeMapSearchField{min-height:56px;padding:0 16px}.lendmeMapSearchField input{height:56px;font-size:14px}.lendmeMapSearchClear{top:auto;right:10px;bottom:9px;transform:none}.lendmeMapSearchClear:hover{transform:scale(1.05)}.lendmeMapSearchField:last-of-type{padding-right:56px}}.listingViewButton{width:150px;flex-shrink:0;height:38px;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.listingViewButton svg{width:15px;height:15px;transition:transform .18s ease}.listingViewButton:hover{color:#ffffff;border-color:#0f50c8;background:linear-gradient(135deg,#1e5fe5,#104bbd);box-shadow:0 13px 28px rgba(37,99,235,.3);transform:translateY(-2px)}.listingViewButton:active{transform:translateY(0)}.listingViewButton:hover svg{transform:translateX(2px)}.listingMeta{gap:12px}.listingBadges{display:flex;align-items:center;gap:8px;margin-left:auto}.listingTypeBadge{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:max-content;min-height:27px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:850;line-height:1;letter-spacing:.02em;white-space:nowrap}.listingTypeBadgeRental{color:#156c37;background:#dff8e8;border:1px solid #bdecc9}.listingTypeBadgeSale{color:#ffffff;background:#1464f4;border:1px solid #1464f4}.listingCategory{max-width:calc(100% - 70px);line-height:1.2}.listingCategory,.listingStatusBadge{display:inline-flex;align-items:center}.listingStatusBadge{flex:0 0 auto;min-height:27px;padding:0 9px;justify-content:center;gap:5px;color:#805500;border:1px solid #f3d899;border-radius:999px;background:#fff8e8;font-size:11px;font-weight:850;line-height:1;letter-spacing:.03em;text-transform:uppercase}.listingStatusBadge svg{color:#e8a700}.listingLocation{display:flex;align-items:center;gap:6px;margin-top:2px;color:#64748b;font-size:13px;font-weight:650}.listingLocation svg{flex:0 0 auto}.listingPrice{flex:1 1}.listingPrice strong{font-size:19px;letter-spacing:-.04em}.listingPrice small{margin-top:2px;font-size:12px}footer{padding:22px 0 10px;color:#ffffff;background:#061a38}.footerGrid{display:grid;grid-template-columns:1.45fr .85fr .85fr;grid-gap:48px;gap:48px;align-items:start;padding-bottom:14px}.footerGrid>div{display:flex;flex-direction:column;align-items:flex-start}.footerLogo{display:inline-flex;width:-moz-fit-content;width:fit-content;margin-bottom:8px;text-decoration:none}.footerLogo img{display:block;width:145px;max-width:100%;height:auto;object-fit:contain;filter:brightness(0) saturate(100%) invert(82%) sepia(8%) saturate(420%) hue-rotate(181deg) brightness(103%)}.footerGrid p{margin:0;color:#9eb0cb;font-size:13px;line-height:1.35}.footerGrid strong{display:block;color:#ffffff;margin-bottom:10px;font-size:15px}.footerGrid a:not(.footerLogo){display:inline-flex;margin-bottom:5px;color:#9eb0cb;text-decoration:none;font-size:13px;line-height:1.4;transition:color .18s ease,transform .18s ease}.footerGrid a:not(.footerLogo):hover{color:#ffffff;transform:translateX(3px)}.footerBottom{margin-top:0;padding-top:12px;border-top:1px solid rgba(158,176,203,.18);color:#8fa3c1;font-size:11px;line-height:1.4}@media (max-width:850px){footer{padding-top:38px}.footerGrid{grid-template-columns:1fr 1fr;gap:34px 28px;padding-bottom:30px}.footerGrid>div:first-child{grid-column:1/-1}.footerLogo img{width:180px}}@media (max-width:560px){footer{padding:34px 0 18px}.footerGrid{grid-template-columns:1fr;gap:26px;padding-bottom:26px}.footerGrid>div:first-child{grid-column:auto}.footerLogo{margin-bottom:15px}.footerLogo img{width:170px}.footerGrid p{font-size:14px}.footerGrid strong{margin-bottom:12px;font-size:16px}.footerGrid a:not(.footerLogo){margin-bottom:9px;font-size:14px}.footerBottom{padding-top:16px;font-size:12px}}.lendmeDotMarkerWrapper{overflow:visible!important;background:transparent!important;border:0!important}.lendmeDotMarker{width:14px;height:14px;border-radius:50%;background:#1464f4;border:3px solid #ffffff;box-shadow:0 2px 8px rgba(20,100,244,.35)}@media (max-width:700px){.listingBody{padding:14px}.listingFoot{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;grid-gap:10px;gap:10px;margin-top:14px}.listingPrice{width:100%;min-width:0}.listingPrice strong{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px;font-size:18px;font-weight:900;line-height:1.1;white-space:normal}.listingViewButton{width:100%;min-width:0;height:42px;padding:0 10px}.header .shell{width:calc(100% - 28px)}.header .nav{display:flex;width:100%;height:72px;min-width:0;align-items:center;justify-content:flex-start;gap:10px}.header .brand,.header .brandLogo{flex:0 0 auto;width:132px;height:44px;margin:0}.header .brand img,.header .brandLogo img{display:block;width:132px;height:44px;object-fit:contain}.header .desktopNav{display:none}.header .navActions{display:flex;min-width:0;margin-left:auto;align-items:center;justify-content:flex-end;gap:9px}.header .navActions>.ghostButton{display:inline-flex!important;flex:0 0 auto;min-height:42px;padding:0 8px;align-items:center;justify-content:center;color:#071a36;border:0;border-radius:11px;background:transparent;box-shadow:none;font-size:14px;font-weight:850;line-height:1;text-decoration:none;white-space:nowrap}.header .navActions>.ghostButton:hover{color:#1464f4;background:#edf4ff;transform:none}.header .navActions>.primaryButton{display:none!important}.header .menuButton{display:grid!important;flex:0 0 44px;width:44px;height:44px;margin:0;padding:0;place-items:center;color:#071a36;border:1px solid #d8e2ee;border-radius:13px;background:#ffffff;box-shadow:0 5px 16px rgba(7,26,54,.06)}.header .menuButton svg{width:23px;height:23px}}@media (max-width:380px){.header .brand,.header .brand img,.header .brandLogo,.header .brandLogo img{width:118px}.header .navActions>.ghostButton{padding:0 5px;font-size:13px}.header .menuButton{flex-basis:42px;width:42px;height:42px}}@media (max-width:700px){.headerInner,.nav{padding-left:16px;padding-right:16px}.brand,.brandLogo{margin-left:4px}.navActions{margin-right:4px}.menuButton{margin-left:8px}.mobileMenu .primaryButton{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:56px;border-radius:16px;font-size:18px;font-weight:900;color:#111111!important;letter-spacing:-.02em;text-shadow:none;background:linear-gradient(135deg,#2f6df6,#1f5fe2)}.mobileMenu .primaryButton *{color:#111111!important;font-weight:900!important}.mobileMenu .primaryButton svg{width:22px;height:22px;color:#111111!important}}:root{--lendme-safe-top:env(safe-area-inset-top,0px);--lendme-safe-right:env(safe-area-inset-right,0px);--lendme-safe-bottom:env(safe-area-inset-bottom,0px);--lendme-safe-left:env(safe-area-inset-left,0px);--lendme-viewport-height:100vh;--lendme-mobile-header-height:68px}@supports (height:100dvh){:root{--lendme-viewport-height:100dvh}}html{min-height:100%;scroll-behavior:smooth;text-size-adjust:100%}body,html{width:100%;min-width:0;overflow-x:hidden;background:#ffffff}body{margin:0;overscroll-behavior-x:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}#lendme-app-root,body{min-height:var(--lendme-viewport-height)}#lendme-app-root{position:relative;width:100%;min-width:0;overflow-x:clip;background:#ffffff}#lendme-app-root>div:first-child,#lendme-app-root>main{min-height:var(--lendme-viewport-height)}canvas,iframe,img,svg,video{max-width:100%}img,video{height:auto}button,input,select,textarea{max-width:100%;font-family:inherit}input,select,textarea{font-size:16px}textarea{resize:vertical}[role=button],a,button{touch-action:manipulation}button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.header{top:0;padding-top:var(--lendme-safe-top)}.header .nav,.nav{min-height:76px}.lendmeSafeTop{padding-top:var(--lendme-safe-top)}.lendmeSafeRight{padding-right:var(--lendme-safe-right)}.lendmeSafeBottom{padding-bottom:var(--lendme-safe-bottom)}.lendmeSafeHorizontal,.lendmeSafeLeft{padding-left:var(--lendme-safe-left)}.lendmeSafeHorizontal{padding-right:var(--lendme-safe-right)}.lendmeSafeArea{padding:var(--lendme-safe-top) var(--lendme-safe-right) var(--lendme-safe-bottom) var(--lendme-safe-left)}.lendmeFixedBottomSafe{padding-right:max(16px,var(--lendme-safe-right));padding-bottom:max(16px,var(--lendme-safe-bottom));padding-left:max(16px,var(--lendme-safe-left))}.lendmeScrollablePage{padding-bottom:max(24px,var(--lendme-safe-bottom))}.lendmeFullscreen,.lendmeScrollablePage{min-height:var(--lendme-viewport-height)}.lendmeFullscreen{width:100%;padding:var(--lendme-safe-top) var(--lendme-safe-right) var(--lendme-safe-bottom) var(--lendme-safe-left)}.heartButton,.lendmeLocateButton,.menuButton,[role=button],button{-webkit-user-select:none;-moz-user-select:none;user-select:none}[contenteditable=true],input,select,textarea{scroll-margin-top:calc(var(--lendme-safe-top) + var(--lendme-mobile-header-height) + 16px);scroll-margin-bottom:calc(var(--lendme-safe-bottom) + 120px)}a,h1,h2,h3,h4,h5,h6,p,small,span,strong{overflow-wrap:anywhere}.floatingCard span,.floatingCard strong,.hero h1,.searchHighlightLabel{overflow-wrap:normal;word-break:normal}@media (hover:none) and (pointer:coarse){.categoryCard:hover,.ghostButton:hover,.heroEarnButton:hover,.lendmeLocateButton:hover,.lendmeMapFilter:hover,.lendmeSearchAreaButton:hover,.listingCard:hover,.primaryButton:hover{transform:none}}@media (max-width:700px){:root{--lendme-mobile-header-height:68px}#lendme-app-root,body{min-height:var(--lendme-viewport-height)}.header{padding-top:var(--lendme-safe-top)}.nav{height:var(--lendme-mobile-header-height);min-height:var(--lendme-mobile-header-height)}.shell{width:min(calc(100% - max(13px, var(--lendme-safe-left)) - max(13px, var(--lendme-safe-right))),1180px)}[role=button],a,button{min-height:44px}footer a,li a,p a{min-height:auto}.heartButton,.lendmeLocateButton,.menuButton{min-width:44px;min-height:44px}footer{padding-bottom:max(24px,var(--lendme-safe-bottom))}.lendmeMobileBottomBar{padding-right:max(13px,var(--lendme-safe-right));padding-bottom:max(12px,var(--lendme-safe-bottom));padding-left:max(13px,var(--lendme-safe-left))}}@media (orientation:landscape) and (max-height:600px){.shell{width:min(calc(100% - max(20px, var(--lendme-safe-left)) - max(20px, var(--lendme-safe-right))),1180px)}.lendmeFullscreen{padding-right:max(20px,var(--lendme-safe-right));padding-left:max(20px,var(--lendme-safe-left))}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width:700px){.hero{padding:28px 0 42px;overflow:hidden}.hero .shell{width:calc(100% - 28px)}.heroGrid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:26px;gap:26px}.heroCopy{min-width:0;text-align:left}.pill{max-width:100%;padding:7px 10px;gap:6px;font-size:10px;line-height:1.2;white-space:nowrap}.pill svg{width:14px;height:14px;flex:0 0 auto}.hero h1{max-width:100%;margin:16px 0 14px;font-size:clamp(34px,9.7vw,43px);line-height:1.04;letter-spacing:-.055em;overflow-wrap:normal;word-break:normal}.heroCopy>p{display:-webkit-box;max-width:100%;margin:0;overflow:hidden;color:var(--muted);font-size:14px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.searchHighlight{position:relative;z-index:3;width:100%;margin-top:20px;padding:6px;border-radius:20px;box-shadow:0 14px 32px rgba(20,100,244,.12),0 2px 8px rgba(7,26,54,.05),0 0 0 4px rgba(20,100,244,.035)}.searchHighlightLabel{min-height:22px;margin:1px 0 5px 7px;gap:5px;font-size:10px;line-height:1.2}.searchHighlightLabel svg{width:13px;height:13px}.searchCard{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:0;gap:0;width:100%;padding:5px;border-radius:16px;text-align:left;box-shadow:0 10px 25px rgba(20,100,244,.09),0 2px 7px rgba(7,26,54,.04)}.searchCard label{min-height:55px;padding:8px 10px;gap:10px}.searchCard label>svg{width:19px;height:19px}.searchCard small{margin-bottom:2px;font-size:9px;line-height:1.2}.searchCard input{height:22px;font-size:13px;line-height:22px}.searchDivider{display:block;width:calc(100% - 20px);height:1px;margin:0 auto;background:#e4ebf4}.searchButton{width:100%;min-width:0;min-height:47px;margin-top:4px;padding:0 16px;border-radius:12px;font-size:14px}.trustRow{display:flex;width:calc(100vw - 14px);margin-top:17px;margin-right:-14px;padding:0 14px 5px 0;gap:8px;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;text-align:left;scrollbar-width:none;scroll-snap-type:x proximity}.trustRow::-webkit-scrollbar{display:none}.trustRow span{min-height:37px;padding:0 11px;flex:0 0 auto;gap:6px;border:1px solid #e1e9f4;border-radius:999px;background:rgba(255,255,255,.8);box-shadow:0 5px 14px rgba(7,26,54,.05);font-size:10px;white-space:nowrap;scroll-snap-align:start}.trustRow span svg{width:14px;height:14px}.heroVisual{width:100%;min-width:0;margin:0}.heroImage{width:100%;height:285px;min-height:285px;border-width:6px;border-radius:23px;box-shadow:0 18px 40px rgba(16,64,136,.13)}.heroImage img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:72% center}.floatingCard{max-width:calc(100% - 24px);gap:8px;padding:9px 11px;border-radius:13px}.floatingCard strong{margin-bottom:1px;font-size:10px}.floatingCard span{font-size:8px}.floatingTop{top:12px;left:8px}.floatingBottom{right:8px;bottom:12px}.heroEarnBanner{margin-top:24px}}@media (max-width:420px){.hero{padding-top:24px}.hero h1{font-size:35px;line-height:1.03}.heroCopy>p{font-size:13px}.searchHighlight{margin-top:18px}.heroImage{height:260px;min-height:260px}}@media (max-width:360px){.hero h1{font-size:32px}.pill{font-size:9px}.searchCard label{min-height:52px}}@media (max-width:700px){.hero{position:relative;overflow:hidden;padding:24px 0 44px}.heroGrid{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;grid-gap:28px;gap:28px}.heroCopy{position:relative;z-index:2;min-width:0;overflow:visible}.hero h1{max-width:100%;margin:16px 0 14px;font-size:36px;line-height:1.04;letter-spacing:-.055em;overflow-wrap:normal;word-break:normal}.heroCopy>p{display:block;max-height:66px;margin:0;overflow:hidden;font-size:14px;line-height:1.55}.searchHighlight{position:relative;z-index:3;width:100%;margin:20px 0 0}.searchCard{width:100%;margin:0}.trustRow{position:relative;z-index:1;display:grid;grid-template-columns:1fr;width:100%;margin:18px 0 0;padding:0;grid-gap:9px;gap:9px;overflow:visible}.trustRow span{min-height:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:11px}.heroVisual{z-index:1;min-width:0}.heroImage,.heroVisual{position:relative;width:100%;margin:0;overflow:hidden}.heroImage{height:285px;min-height:285px;border:6px solid #ffffff;border-radius:22px}.heroImage img{display:block;width:100%;height:100%;min-height:0;object-fit:cover;object-position:72% center}.floatingCard{position:absolute;z-index:3;display:flex;width:auto;max-width:calc(100% - 24px);margin:0;overflow:hidden;box-sizing:border-box}.floatingTop{top:12px;left:12px;right:auto;bottom:auto}.floatingBottom{top:auto;right:12px;bottom:12px;left:auto}.floatingCard span,.floatingCard strong{overflow:hidden;overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap}.heroEarnBanner{position:relative;z-index:1;width:100%;margin:24px 0 0}}@media (max-width:420px){.hero h1{font-size:34px}.heroImage{height:260px;min-height:260px}}@media (max-width:700px){.lendmeHomeHero{position:relative!important;overflow:hidden!important;padding:26px 0 42px!important}.lendmeHomeHero .shell{width:calc(100% - 24px)!important;max-width:none!important}.lendmeHomeHeroGrid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important;grid-gap:26px!important;gap:26px!important}.lendmeHomeHeroCopy{position:relative!important;z-index:2!important;min-width:0!important;overflow:visible!important;text-align:left!important}.lendmeHomeHeroCopy .pill{display:inline-flex!important;width:auto!important;max-width:100%!important;min-height:0!important;padding:7px 10px!important;font-size:10px!important;line-height:1.25!important;white-space:nowrap!important}.lendmeHomeHeroCopy h1{max-width:100%!important;margin:17px 0 14px!important;font-size:36px!important;line-height:1.04!important;letter-spacing:-.055em!important;overflow-wrap:normal!important;word-break:normal!important}.lendmeHomeHeroCopy>p{display:block!important;max-width:100%!important;max-height:none!important;margin:0!important;overflow:visible!important;font-size:14px!important;line-height:1.55!important;-webkit-line-clamp:unset!important}.lendmeHomeSearch{position:relative!important;z-index:2!important;width:100%!important;height:auto!important;min-height:0!important;margin:20px 0 0!important;padding:6px!important;overflow:visible!important;border-radius:19px!important}.lendmeHomeSearch .searchHighlightLabel{display:flex!important;min-height:22px!important;margin:1px 0 6px 7px!important;padding:0!important;font-size:10px!important;overflow-wrap:normal!important}.lendmeHomeSearch .searchCard{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:6px!important;grid-gap:0!important;gap:0!important;overflow:hidden!important;border-radius:15px!important}.lendmeHomeSearch .searchCard label{width:100%!important;min-height:58px!important;padding:8px 11px!important}.lendmeHomeSearch .searchDivider{display:block!important;width:calc(100% - 22px)!important;height:1px!important;margin:0 auto!important}.lendmeHomeSearch .searchButton{width:100%!important;min-width:0!important;min-height:48px!important;height:48px!important;margin:5px 0 0!important;padding:0 16px!important;border-radius:12px!important}.lendmeHomeTrust{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;margin:18px 0 0!important;padding:0!important;grid-gap:9px!important;gap:9px!important;overflow:visible!important}.lendmeHomeTrust span{display:flex!important;width:-moz-fit-content!important;width:fit-content!important;gap:7px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;font-size:11px!important;white-space:nowrap!important}.lendmeHeroVisual,.lendmeHomeTrust span{min-height:0!important;padding:0!important}.lendmeHeroVisual{z-index:1!important;height:auto!important}.lendmeHeroImage,.lendmeHeroVisual{position:relative!important;display:block!important;width:100%!important;margin:0!important;overflow:hidden!important}.lendmeHeroImage{height:275px!important;min-height:275px!important;padding:0!important;border:6px solid #ffffff!important;border-radius:22px!important}.lendmeHeroImage>img{display:block!important;width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;object-position:70% center!important}.lendmeHeroImage .floatingCard{position:absolute!important;z-index:3!important;display:flex!important;width:auto!important;height:auto!important;min-height:0!important;max-width:calc(100% - 20px)!important;margin:0!important;padding:9px 11px!important;gap:8px!important;overflow:hidden!important;border-radius:13px!important;box-sizing:border-box!important}.lendmeHeroImage .floatingTop{top:10px!important;right:auto!important;bottom:auto!important;left:10px!important}.lendmeHeroImage .floatingBottom{top:auto!important;right:10px!important;bottom:10px!important;left:auto!important}.lendmeHeroImage .floatingCardText{min-width:0!important;overflow:hidden!important}.lendmeHeroImage .floatingCard span,.lendmeHeroImage .floatingCard strong{display:block!important;max-width:210px!important;overflow:hidden!important;overflow-wrap:normal!important;text-overflow:ellipsis!important;white-space:nowrap!important}.lendmeHeroImage .floatingCard strong{margin:0 0 2px!important;font-size:11px!important}.lendmeHeroImage .floatingCard span{font-size:9px!important}.lendmeHomeEarnBanner{position:relative!important;z-index:1!important;display:flex!important;width:calc(100% - 24px)!important;height:auto!important;min-height:0!important;margin:24px auto 0!important;padding:22px 18px!important;gap:18px!important;align-items:stretch!important;justify-content:flex-start!important;flex-direction:column!important;overflow:hidden!important;border-radius:20px!important}.lendmeHomeEarnBanner .heroEarnCopy{display:flex!important;gap:5px!important}.lendmeHomeEarnBanner .heroEarnCopy span{display:block!important;color:rgba(255,255,255,.8)!important;font-size:11px!important}.lendmeHomeEarnBanner .heroEarnCopy strong{display:block!important;max-width:100%!important;color:#ffffff!important;font-size:21px!important;line-height:1.25!important;overflow-wrap:normal!important}.lendmeHomeEarnBanner .heroEarnButton{display:flex!important;width:100%!important;min-height:50px!important;height:50px!important;margin:0!important}}@media (max-width:420px){.lendmeHomeHeroCopy h1{font-size:34px!important}.lendmeHeroImage{height:255px!important;min-height:255px!important}.lendmeHeroImage .floatingBottom{max-width:calc(100% - 20px)!important}.lendmeHeroImage .floatingCard strong{max-width:190px!important}}@media (max-width:820px){.listingGrid{display:grid!important;grid-template-columns:1fr!important;grid-gap:18px!important;gap:18px!important}.listingCard{width:100%!important;max-width:100%!important;border-radius:22px!important}.listingImage{aspect-ratio:16/9!important}.listingBody{padding:18px!important}.listingBody h3{font-size:18px!important;line-height:1.4!important}.listingFoot{margin-top:16px!important}.listingFoot strong{font-size:20px!important}.listingFoot strong small{font-size:12px!important}}.lendmeContactSection{position:relative;padding:92px 0;overflow:hidden;background:radial-gradient(circle at 10% 20%,rgba(20,100,244,.08),transparent 28%),linear-gradient(180deg,#ffffff,#f4f8ff)}.lendmeContactHeading{max-width:760px;margin-bottom:42px}.lendmeContactHeading h2{margin:0;color:#071a36;font-size:clamp(34px,4.5vw,56px);line-height:1.08;letter-spacing:-.05em}.lendmeContactHeading h2 span{color:#1464f4}.lendmeContactHeading p{max-width:650px;margin:18px 0 0;color:#60708a;font-size:16px;line-height:1.75}.lendmeContactGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #dfe7f2;border-radius:30px;background:#ffffff;box-shadow:0 24px 70px rgba(16,64,136,.11)}.lendmeContactCard{position:relative;min-width:0;min-height:380px;padding:38px 34px 30px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;color:#071a36;border:0;border-right:1px solid #e3eaf3;background:#ffffff;text-align:left;text-decoration:none;cursor:pointer;transition:background .2s ease,transform .2s ease}.lendmeContactCard:last-child{border-right:0}.lendmeContactCard:hover:not(:disabled){background:#f7faff}.lendmeContactCard:disabled{cursor:wait;opacity:.75}.lendmeContactCardTop{position:relative;z-index:2}.lendmeContactCardTop span,.lendmeContactCardTop strong{display:block}.lendmeContactCardTop span{margin-bottom:9px;color:#7b899d;font-size:14px;font-style:italic;font-weight:650;letter-spacing:.24em}.lendmeContactCardTop strong{color:#071a36;font-size:clamp(25px,3vw,36px);font-weight:900;letter-spacing:-.04em}.lendmeContactBackgroundIcon{position:absolute;right:-55px;bottom:37px;width:250px;height:250px;color:rgba(20,100,244,.055);stroke-width:1.2;pointer-events:none;transition:color .22s ease,transform .22s ease}.lendmeContactCard:hover .lendmeContactBackgroundIcon{color:rgba(20,100,244,.1);transform:translate(-8px,-5px) scale(1.03)}.lendmeContactCardBottom{position:relative;z-index:2;display:flex;align-items:center;gap:11px;color:#1464f4;font-size:14px;font-weight:800}.lendmeContactCardBottom svg{flex:0 0 auto}.lendmeContactCardButton{width:100%;font-family:inherit}.lendmeContactModalOverlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:22px;overflow-y:auto;background:rgba(4,16,38,.66);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:lendmeContactOverlayIn .18s ease-out}.lendmeContactModal{position:relative;width:min(650px,100%);max-height:calc(100vh - 44px);padding:36px;overflow-y:auto;border:1px solid rgba(223,231,242,.9);border-radius:28px;background:#ffffff;box-shadow:0 32px 90px rgba(3,17,42,.32);animation:lendmeContactModalIn .22s ease-out}.lendmeContactModalClose{position:absolute;top:18px;right:18px;z-index:4;width:42px;height:42px;display:grid;place-items:center;color:#53647d;border:1px solid #dfe7f2;border-radius:13px;background:#ffffff;transition:color .18s ease,background .18s ease,transform .18s ease}.lendmeContactModalClose:hover:not(:disabled){color:#1464f4;background:#edf4ff;transform:rotate(4deg)}.lendmeContactModalClose:disabled{cursor:not-allowed;opacity:.5}.lendmeContactModalHeader{padding-right:44px;margin-bottom:28px}.lendmeContactModalIcon{width:55px;height:55px;margin-bottom:20px;display:grid;place-items:center;color:#1464f4;border-radius:17px;background:#edf4ff}.lendmeContactModalHeader>span{display:block;margin-bottom:7px;color:#1464f4;font-size:12px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.lendmeContactModalHeader h2{margin:0;color:#071a36;font-size:34px;font-weight:900;letter-spacing:-.045em}.lendmeContactModalHeader p{margin:13px 0 0;color:#60708a;font-size:14px;line-height:1.7}.lendmeContactForm{display:flex;flex-direction:column;gap:18px}.lendmeContactFormGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:15px;gap:15px}.lendmeContactForm label{display:flex;min-width:0;flex-direction:column;gap:8px}.lendmeContactForm label>span{color:#263a58;font-size:13px;font-weight:800}.lendmeContactForm input,.lendmeContactForm textarea{width:100%;border:1px solid #dbe4ef;outline:0;color:#071a36;background:#ffffff;font-family:inherit;font-size:14px;font-weight:650;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.lendmeContactForm input{height:52px;padding:0 15px;border-radius:13px}.lendmeContactForm textarea{min-height:145px;padding:15px;resize:vertical;border-radius:15px;line-height:1.6}.lendmeContactForm input:focus,.lendmeContactForm textarea:focus{border-color:#7eaff8;box-shadow:0 0 0 4px rgba(20,100,244,.09)}.lendmeContactForm input[readonly]{color:#65758c;background:#f5f8fc}.lendmeContactForm input::placeholder,.lendmeContactForm textarea::placeholder{color:#9aa8ba;font-weight:550}.lendmeContactForm label small{align-self:flex-end;color:#8492a5;font-size:11px;font-weight:650}.lendmeContactFormError{padding:12px 14px;color:#991b1b;border:1px solid #fecaca;border-radius:12px;background:#fff5f5;font-size:13px;font-weight:700;line-height:1.5}.lendmeContactSubmit{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:9px;color:#ffffff;border:0;border-radius:14px;background:#1464f4;box-shadow:0 13px 28px rgba(20,100,244,.24);font-size:14px;font-weight:850;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.lendmeContactSubmit:hover:not(:disabled){background:#0f56d7;box-shadow:0 16px 34px rgba(20,100,244,.3);transform:translateY(-2px)}.lendmeContactSubmit:disabled{cursor:wait;opacity:.7}.lendmeContactSpinner{animation:lendmeContactSpin .8s linear infinite}.lendmeContactSuccess{padding:34px 10px 12px;text-align:center}.lendmeContactSuccessIcon{width:82px;height:82px;margin:0 auto 22px;display:grid;place-items:center;color:#047857;border:1px solid #a7f3d0;border-radius:50%;background:#ecfdf5}.lendmeContactSuccess>span{display:block;margin-bottom:8px;color:#047857;font-size:12px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.lendmeContactSuccess h2{margin:0 0 17px;color:#071a36;font-size:31px;font-weight:900;letter-spacing:-.04em}.lendmeContactSuccess p{max-width:470px;margin:7px auto;color:#60708a;font-size:15px;line-height:1.7}.lendmeContactSuccess button{min-width:170px;min-height:50px;margin-top:25px;color:#ffffff;border:0;border-radius:13px;background:#1464f4;font-size:14px;font-weight:850}@keyframes lendmeContactSpin{to{transform:rotate(1turn)}}@keyframes lendmeContactOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes lendmeContactModalIn{0%{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:900px){.lendmeContactGrid{grid-template-columns:1fr}.lendmeContactCard{min-height:250px;border-right:0;border-bottom:1px solid #e3eaf3}.lendmeContactCard:last-child{border-bottom:0}.lendmeContactBackgroundIcon{width:190px;height:190px}}@media (max-width:700px){.lendmeContactSection{padding:65px 0}.lendmeContactHeading{margin-bottom:28px}.lendmeContactHeading h2{font-size:37px}.lendmeContactHeading p{font-size:14px}.lendmeContactGrid{border-radius:22px}.lendmeContactCard{min-height:215px;padding:27px 23px 24px}.lendmeContactCardTop span{font-size:12px}.lendmeContactCardTop strong{font-size:27px}.lendmeContactBackgroundIcon{right:-35px;bottom:20px;width:155px;height:155px}.lendmeContactModalOverlay{align-items:end;padding:0}.lendmeContactModal{width:100%;max-height:92vh;padding:29px 19px 24px;border-radius:25px 25px 0 0}.lendmeContactModalClose{top:14px;right:14px}.lendmeContactModalHeader{padding-right:48px}.lendmeContactModalHeader h2{font-size:29px}.lendmeContactFormGrid{grid-template-columns:1fr}.lendmeContactSuccess{padding-top:46px}.lendmeContactSuccess h2{font-size:27px}}.listingImage{position:relative;overflow:hidden}.listingImage .listingStatusBadge{position:absolute;top:14px;left:14px;z-index:10;display:inline-flex;width:max-content;min-height:32px;padding:0 12px;align-items:center;justify-content:center;gap:6px;color:#805500;border:1px solid rgba(243,216,153,.95);border-radius:999px;background:rgba(255,248,232,.96);box-shadow:0 7px 18px rgba(7,26,54,.14);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:11px;font-weight:850;line-height:1;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.listingImage .listingStatusBadge svg{width:14px;height:14px;flex:0 0 auto;color:#e8a700;fill:#e8a700}.listingMeta{display:flex;width:100%;min-width:0;min-height:28px;margin-bottom:10px;align-items:center;justify-content:flex-start}.listingCategory{display:block;width:100%;max-width:100%;overflow:hidden;color:#2563eb;font-size:12px;font-weight:850;line-height:1.25;letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.listingFoot{grid-template-columns:minmax(0,1fr) 112px;align-items:end}.listingPrice{justify-content:flex-end}.listingPrice strong{overflow:visible;text-overflow:clip}.listingViewButton{width:112px;min-width:112px;padding:0 12px;gap:5px;color:#ffffff;border:1px solid #1464f4;border-radius:11px;background:linear-gradient(135deg,#2563eb,#1557d5);box-shadow:0 7px 17px rgba(37,99,235,.2);font-size:12px;line-height:1;text-decoration:none}@media (max-width:1100px) and (min-width:701px){.listingFoot{grid-template-columns:minmax(0,1fr) 102px;gap:8px}.listingPrice strong{font-size:16px}.listingViewButton{width:102px;min-width:102px;padding:0 9px;font-size:11px}}@media (max-width:700px){.listingFoot{display:grid;grid-template-columns:minmax(0,1fr) 106px;align-items:end;grid-gap:9px;gap:9px;margin-top:13px}.listingPrice{width:auto;min-width:0}.listingPrice strong{font-size:16px;line-height:1.1;white-space:nowrap}.listingViewButton{width:106px;min-width:106px;height:39px;padding:0 9px;font-size:11px}}.listingFoot{display:grid;grid-template-columns:minmax(0,1fr) 108px;width:100%;min-width:0;align-items:center;grid-gap:10px;gap:10px;margin-top:14px}.listingPrice{display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center}.listingPrice strong{display:block;width:100%;min-width:0;overflow:hidden;color:#071a36;font-size:17px;font-weight:900;line-height:1.1;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap}.listingPrice small{display:block;margin-top:4px;color:#6d7b91;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.listingFreePrice{display:flex;align-items:flex-start;min-height:42px;color:#11743d;font-size:17px;font-weight:900;margin:0;line-height:1;line-height:1.1}.listingViewButton{display:inline-flex;width:108px;min-width:108px;height:40px;padding:0 10px;flex:0 0 auto;align-items:center;justify-content:center;gap:4px;font-size:11px;font-weight:850;white-space:nowrap}.listingViewButton svg{width:14px;height:14px;flex:0 0 auto}@media (max-width:1100px) and (min-width:701px){.listingFoot{grid-template-columns:minmax(0,1fr) 100px;gap:8px}.listingFreePrice,.listingPrice strong{font-size:16px}.listingViewButton{width:100px;min-width:100px;padding:0 8px;font-size:10px}}@media (max-width:700px){.listingFoot{grid-template-columns:minmax(0,1fr) 102px;gap:8px}.listingFreePrice,.listingPrice strong{font-size:16px}.listingViewButton{width:102px;min-width:102px;height:39px;padding:0 8px;font-size:10px}}.categoriesPage{min-height:100vh;padding:40px 20px 80px;background:#f7f8fa}.categoriesShell{width:min(1180px,100%);margin:0 auto}.backLink{display:inline-flex;align-items:center;gap:8px;margin-bottom:36px;color:#1768e5;font-weight:700}.categoriesHeader{max-width:700px;margin-bottom:38px}.categoriesHeader span{display:block;margin-bottom:8px;color:#1768e5;font-size:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.categoriesHeader h1{margin:0 0 14px;color:#15171a;font-size:clamp(34px,5vw,54px);line-height:1.05}.categoriesHeader p{margin:0;color:#62666d;font-size:18px;line-height:1.6}.allCategoriesGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.allCategoryCard{display:flex;align-items:flex-start;gap:16px;min-height:140px;padding:24px;color:#17191d;background:#ffffff;border:1px solid #e5e8ed;border-radius:22px;box-shadow:0 8px 24px rgba(20,30,50,.05);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.allCategoryCard:hover{transform:translateY(-3px);border-color:#1768e5;box-shadow:0 14px 34px rgba(20,30,50,.1)}.allCategoryIcon{display:grid;flex:0 0 54px;width:54px;height:54px;place-items:center;color:#1768e5;background:#edf4ff;border-radius:16px}.allCategoryCard strong{display:block;margin-bottom:7px;font-size:18px}.allCategoryCard p{margin:0;color:#6a6f77;font-size:14px;line-height:1.5}@media (max-width:900px){.allCategoriesGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.categoriesPage{padding:24px 16px 60px}.allCategoriesGrid{grid-template-columns:1fr}.allCategoryCard{min-height:auto;padding:20px}}.lendmeHeroSlider{position:relative;isolation:isolate;overflow:hidden;background:#eaf1f8}.lendmeHeroSlider .lendmeHeroSlide{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:scale(1.025);transition:opacity 1s ease-in-out,transform 6s ease-out;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lendmeHeroSlider .lendmeHeroSlideActive{z-index:1;opacity:1;transform:scale(1)}@media (prefers-reduced-motion:reduce){.lendmeHeroSlider .lendmeHeroSlide{transform:none;transition:opacity .25s ease}}@media (max-width:700px){.lendmeHeroSlider .lendmeHeroSlide{object-position:center}}.footerLinkButton{padding:0;border:0;background:transparent;color:#9eb0cb;font:inherit;font-size:13px;text-align:left;cursor:pointer;transition:color .2s ease}.footerLinkButton:hover{color:#ffffff}.lendmeSearchModeTabs{display:inline-flex;gap:5px;margin:0 0 10px 4px;padding:4px;border:1px solid rgba(20,100,244,.12);border-radius:14px;background:rgba(237,244,255,.8)}.lendmeSearchModeTab{display:inline-flex;min-height:39px;padding:0 14px;align-items:center;justify-content:center;gap:7px;color:#60708a;border:0;border-radius:10px;background:transparent;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.lendmeSearchModeTab:hover{color:#1464f4;transform:translateY(-1px)}.lendmeSearchModeTabActive{color:#1464f4;background:#ffffff;box-shadow:0 5px 14px rgba(7,26,54,.08),0 1px 4px rgba(7,26,54,.05)}.lendmeSearchModeTabActive:hover{color:#1464f4}.lendmeUserSearchCard{grid-template-columns:minmax(0,1fr) auto}.lendmeUserSearchCard .searchButton:disabled{cursor:not-allowed;opacity:.55}@media (max-width:700px){.lendmeSearchModeTabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin:0 0 10px}.lendmeSearchModeTab{width:100%;padding:0 10px;font-size:12px}.lendmeUserSearchCard{grid-template-columns:1fr}}.lendmeUserResultsSection{padding:74px 0;scroll-margin-top:90px;background:radial-gradient(circle at top left,rgba(20,100,244,.08),transparent 35%),#f7faff}.lendmeUserResultsHead{margin-bottom:24px}.lendmeUserResultsHead p{margin:8px 0 0;color:#71819a;font-size:14px}.lendmeUserResultsHead p strong{color:#172642}.lendmeUserResultsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.lendmeUserResultCard{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center;min-width:0;padding:18px;border:1px solid rgba(20,100,244,.12);border-radius:20px;background:#ffffff;color:inherit;text-decoration:none;box-shadow:0 14px 36px rgba(7,26,54,.06),0 2px 8px rgba(7,26,54,.04);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.lendmeUserResultCard:hover{transform:translateY(-3px);border-color:rgba(20,100,244,.3);box-shadow:0 20px 44px rgba(7,26,54,.1),0 4px 12px rgba(7,26,54,.05)}.lendmeUserResultAvatar{display:flex;width:58px;height:58px;flex:0 0 58px;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(20,100,244,.14);border-radius:18px;background:#eef4ff;color:#1464f4}.lendmeUserResultAvatar img{width:100%;height:100%;object-fit:cover}.lendmeUserResultContent{display:flex;min-width:0;flex-direction:column;gap:7px}.lendmeUserResultContent strong{overflow:hidden;color:#172642;font-size:16px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.lendmeUserResultContent span{display:flex;min-width:0;align-items:center;gap:5px;overflow:hidden;color:#71819a;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.lendmeUserResultAction{display:flex;grid-column:1/-1;align-items:center;justify-content:flex-end;gap:4px;padding-top:13px;border-top:1px solid #edf1f7;color:#1464f4;font-size:13px;font-weight:850}.lendmeUserSearchMessage{display:flex;min-height:110px;padding:24px;align-items:center;gap:14px;border:1px solid rgba(20,100,244,.12);border-radius:20px;background:#ffffff;color:#1464f4}.lendmeUserSearchMessage div{display:flex;flex-direction:column;gap:5px}.lendmeUserSearchMessage strong{color:#172642;font-size:16px}.lendmeUserSearchMessage span{color:#71819a;font-size:14px}.lendmeUserSearchError{border-color:rgba(210,40,40,.18);color:#c92828;background:#fffafa}@media (max-width:980px){.lendmeUserResultsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.lendmeUserResultsSection{padding:52px 0}.lendmeUserResultsGrid{grid-template-columns:1fr}.lendmeUserResultCard{padding:15px;border-radius:17px}.lendmeUserResultAvatar{width:52px;height:52px;flex-basis:52px;border-radius:16px}}@media (max-width:700px){.lendmeLanguageSwitcher{top:calc(10px + env(safe-area-inset-top));right:calc(10px + env(safe-area-inset-right));min-height:34px;padding:4px 8px}.lendmeLanguageSwitcher>svg{display:none}}.lendmeBrandArea{display:flex;min-width:0;align-items:center;gap:10px}.lendmeLanguageSwitcher{position:relative;display:flex;flex:0 0 auto;align-items:center;justify-content:center;margin:0;padding:0}.lendmeLanguageTrigger{display:inline-flex;min-height:38px;padding:0 11px;align-items:center;justify-content:center;gap:7px;color:#40516b;border:1px solid #dce5f1;border-radius:12px;background:#ffffff;font-family:inherit;font-size:12px;font-weight:850;line-height:1;box-shadow:0 4px 13px rgba(7,26,54,.06)}.lendmeLanguageTrigger:hover{color:#1464f4;border-color:#b9cff0;background:#f7faff}.lendmeLanguageCurrent{min-width:20px;text-align:center}.lendmeLanguageChevron{transition:transform .18s ease}.lendmeLanguageChevronOpen{transform:rotate(180deg)}.lendmeLanguageMenu{position:absolute;top:calc(100% + 8px);left:0;z-index:100;width:154px;padding:6px;border:1px solid #dce5f1;border-radius:14px;background:#ffffff;box-shadow:0 18px 45px rgba(7,26,54,.16),0 4px 12px rgba(7,26,54,.07)}.lendmeLanguageOption{display:flex;width:100%;min-height:42px;padding:0 11px;align-items:center;justify-content:space-between;color:#40516b;border:0;border-radius:9px;background:transparent;font-family:inherit;font-size:13px;font-weight:750;text-align:left}.lendmeLanguageOption:hover{color:#1464f4;background:#f1f6ff}.lendmeLanguageOptionActive{color:#1464f4;background:#edf4ff}@media (max-width:700px){.nav{height:68px}.lendmeBrandArea,.nav{align-items:center;gap:8px}.lendmeBrandArea{flex:1 1 auto;min-width:0;height:44px}.brandLogo{display:flex;flex:0 0 132px;width:132px;height:44px;align-items:center}.brandLogo img{display:block;width:132px;height:44px;object-fit:contain}.lendmeLanguageSwitcher{position:relative;display:flex;width:28px;height:44px;flex:0 0 28px;align-items:center;justify-content:center;top:auto;right:auto;bottom:auto;left:auto;transform:none}.lendmeLanguageTrigger{width:28px;min-width:28px;height:28px;min-height:28px;padding:0;gap:0;border-radius:8px;box-shadow:none}.lendmeLanguageGlobe{width:14px;height:14px}.lendmeLanguageChevron,.lendmeLanguageCurrent{display:none}.lendmeLanguageMenu{top:calc(50% + 22px);right:0;left:auto}}