@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@600;700&display=swap");:root{--ink:#101820;--muted:#5d6874;--line:#d9e0e5;--paper:#f4f7f8;--white:#ffffff;--blue:#1457ff;--blue-dark:#0934a6;--orange:#ff6a2a;--orange-light:#fff0e8;--mint:#c9f4df;--radius:22px;--shadow:0 16px 44px rgba(22,42,61,.12);--page-pad:clamp(24px,4vw,96px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer}svg{display:block}.siteHeader{height:80px;width:100%;padding:0 var(--page-pad);display:flex;align-items:center;gap:48px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);position:relative;z-index:20}.brand{display:inline-flex;align-items:center;gap:10px;font:700 20px/1 Unbounded,sans-serif;letter-spacing:-.04em}.brandMark{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:10px 4px 10px 4px;background:var(--blue);color:white;font:700 20px/1 Unbounded,sans-serif}.desktopNav{display:flex;gap:30px;font-size:14px;font-weight:600}.desktopNav a,.ghostButton{transition:color .2s ease}.desktopNav a:hover,.ghostButton:hover{color:var(--blue)}.headerActions{display:flex;align-items:center;gap:10px;margin-left:auto}.ghostButton,.primarySmall{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 17px;border-radius:12px;font-size:14px;font-weight:700}.ghostButton svg{width:19px}.primarySmall{color:white;background:var(--ink)}.primarySmall:hover{background:var(--blue)}.menuButton{display:none;border:0;background:none;padding:10px}.menuButton svg{width:24px}.hero{min-height:665px;width:100%;padding:78px var(--page-pad) 34px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);grid-template-rows:auto auto auto;grid-gap:25px 56px;gap:25px 56px;position:relative;overflow:hidden;background:linear-gradient(116deg,#f1f7ff,#f7fbff 56%,#e9f1ff)}.hero:before{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(20,87,255,.13);border-radius:50%;right:-120px;top:-120px;box-shadow:0 0 0 70px rgba(20,87,255,.035),0 0 0 140px rgba(20,87,255,.025)}.heroCopy{position:relative;z-index:2}.eyebrow,.sectionLabel{margin:0 0 18px;color:var(--blue);font-size:12px;line-height:1;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:28px;height:4px;background:var(--orange)}.hero h1{margin:0;max-width:760px;font:700 clamp(54px,6.2vw,90px)/.96 Unbounded,sans-serif;letter-spacing:-.07em}.hero h1 em{color:var(--blue);font-style:normal}.heroLead{max-width:650px;margin:28px 0 0;color:#42505d;font-size:19px;line-height:1.55}.heroObject{align-self:center;position:relative;z-index:2;padding-top:10px}.objectCard{width:315px;min-height:330px;margin:0 auto;padding:30px;border:1px solid rgba(16,24,32,.12);border-radius:36px 12px 36px 12px;background:#ffbd2f;box-shadow:22px 22px 0 #101820;transform:rotate(2deg);display:flex;flex-direction:column}.objectCard svg{width:175px;margin:22px auto 14px}.objectCard strong{font:700 24px/1.1 Unbounded,sans-serif}.objectCard>span:last-child{margin-top:8px;font-weight:700}.objectStatus{align-self:flex-start;padding:8px 11px;border-radius:999px;background:white;font-size:11px;font-weight:800;text-transform:uppercase}.availabilityTape{width:410px;display:grid;grid-template-columns:repeat(7,1fr);position:absolute;bottom:-35px;left:50%;transform:translateX(-50%) rotate(-2deg);background:white;border:2px solid var(--ink);box-shadow:8px 8px 0 var(--blue)}.availabilityTape span{padding:10px 6px;text-align:center;font-size:9px;font-weight:800;border-right:1px solid var(--line)}.availabilityTape span:last-child{border:0}.availabilityTape b{display:block;margin-top:3px;font-size:16px}.availabilityTape .busy{background:repeating-linear-gradient(135deg,#e5e9ec,#e5e9ec 5px,#fff 0,#fff 10px);color:#89939c;text-decoration:line-through}.heroSearch{grid-column:1/-1;align-self:flex-end;position:relative;z-index:5}.searchBar{min-height:104px;display:grid;grid-template-columns:1.5fr .8fr .8fr 130px;align-items:center;padding:10px;border:1px solid #cad5dc;border-radius:22px;background:white;box-shadow:var(--shadow)}.searchField{min-width:0;padding:9px 22px;border-right:1px solid var(--line)}.searchField>span{display:block;margin:0 0 7px 28px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.searchField div{display:flex;align-items:center;gap:10px}.searchField svg{flex:0 0 auto;width:19px;color:var(--blue)}.searchField input{width:100%;padding:2px 0;border:0;outline:none;color:var(--ink);background:transparent;font-weight:700}.searchField input::placeholder{color:#86919a;font-weight:500}.searchButton{height:82px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:16px;color:white;background:var(--blue);font-weight:800;transition:background .2s ease,transform .2s ease}.searchButton:hover{background:var(--blue-dark);transform:translateY(-1px)}.searchButton svg{width:20px}.quickSearches{grid-column:1/-1;display:flex;gap:18px;align-items:center;padding-left:4px;font-size:12px;position:relative;z-index:2}.quickSearches span{color:var(--muted)}.quickSearches a{font-weight:700;border-bottom:1px solid #9fb8d0}.section{width:100%;padding:105px var(--page-pad)}.sectionHeading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}.ownerCta h2,.sectionHeading h2,.trustSection h2{margin:0;font:700 clamp(34px,4vw,56px)/1.04 Unbounded,sans-serif;letter-spacing:-.055em}.sectionLabel{margin-bottom:14px}.textLink{display:inline-flex;align-items:center;gap:8px;padding:10px 0;color:var(--blue);font-weight:800;border-bottom:2px solid var(--blue)}.textLink svg{width:19px}.categoryGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.categoryCard{min-height:190px;padding:24px;display:grid;grid-template-columns:100px 1fr auto;align-items:center;grid-gap:20px;gap:20px;border-radius:var(--radius);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.categoryCard:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(16,24,32,.12)}.categoryIcon{width:96px;height:125px;display:grid;place-items:center;border-radius:18px 6px 18px 6px;background:rgba(255,255,255,.58);transform:rotate(-3deg)}.categoryIcon svg{width:70px}.categoryCard strong{display:block;font:700 20px/1.15 Unbounded,sans-serif}.categoryCard span{display:block;margin:8px 0 20px;color:rgba(16,24,32,.7);font-size:13px}.categoryCard small{font-size:11px;font-weight:800;text-transform:uppercase}.cardArrow{width:24px;transition:transform .2s ease}.categoryCard:hover .cardArrow{transform:translateX(4px)}.tone-amber{background:#ffd363}.tone-mint{background:#bfead5}.tone-lime{background:#d8ef7e}.tone-coral{background:#ffad8d}.tone-violet{background:#d7c7ff}.tone-sky{background:#b9dfff}.popularSection{padding-top:72px}.locationPill{display:flex;align-items:center;gap:8px;padding:12px 16px;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:700}.locationPill svg{width:17px;color:var(--blue)}.listingGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.listingCard{min-width:0;border:1px solid var(--line);border-radius:19px;overflow:hidden;background:white;transition:transform .2s ease,box-shadow .2s ease}.listingCard:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(16,24,32,.1)}.listingVisual{height:238px;position:relative;display:grid;place-items:center;overflow:hidden}.listingVisual>svg{width:128px;transition:transform .25s ease}.listingCard:hover .listingVisual>svg{transform:rotate(-3deg) scale(1.04)}.tone-clean{background:linear-gradient(145deg,#d2f0e4,#a4d9cb)}.tone-tool{background:linear-gradient(145deg,#ffe7a5,#ffc33d)}.tone-camp{background:linear-gradient(145deg,#dceca8,#a6c959)}.tone-event{background:linear-gradient(145deg,#d2dfff,#99b4ff)}.listingBadge{position:absolute;top:14px;left:14px;padding:7px 10px;border-radius:999px;background:white;font-size:10px;font-weight:800;text-transform:uppercase}.heartButton{position:absolute;top:12px;right:12px;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.92)}.heartButton svg{width:18px}.visualLabel{position:absolute;right:12px;bottom:10px;padding:5px 7px;background:rgba(255,255,255,.65);border-radius:5px;font-size:9px;font-weight:700}.listingBody{padding:17px}.rating{display:flex;align-items:center;gap:5px;color:var(--ink);font-size:12px;font-weight:800}.rating svg{width:13px;color:var(--orange)}.rating span{color:var(--muted);font-weight:500}.listingTitle{display:block;min-height:48px;margin:10px 0 7px;font-size:15px;line-height:1.45;font-weight:800}.listingLocation{margin:0;color:var(--muted);font-size:12px}.listingFooter{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.listingFooter p{margin:0;font-size:11px}.listingFooter strong{font-size:17px}.owner{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:11px}.owner svg{width:15px;color:var(--blue)}.trustSection{width:100%;margin-top:20px;padding:90px var(--page-pad) 70px;color:white;background:var(--ink)}.trustIntro{max-width:990px}.trustIntro .sectionLabel{color:#77a0ff}.trustGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;margin-top:65px;background:#3b454e}.trustGrid article{min-height:260px;padding:34px;position:relative;background:var(--ink)}.trustGrid article>svg{width:43px;color:#72a0ff}.trustGrid h3{margin:28px 0 12px;font-size:18px}.trustGrid p{max-width:320px;margin:0;color:#aeb7bf;line-height:1.6}.trustNumber{position:absolute;top:28px;right:30px;color:#5e6972;font:700 22px/1 Unbounded,sans-serif}.ownerCta{width:calc(100% - 2 * var(--page-pad));margin:100px var(--page-pad) 0;min-height:510px;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;border-radius:34px 10px 34px 10px;overflow:hidden;background:var(--orange-light)}.ownerCta>div:last-child{padding:65px 80px 65px 50px}.ownerCta p:not(.sectionLabel){max-width:650px;color:#5d514a;font-size:16px;line-height:1.65}.ownerIllustration{min-height:100%;position:relative;background:var(--orange);overflow:hidden}.ownerIllustration svg{width:150px;position:absolute;padding:22px;border:2px solid var(--ink);background:white;box-shadow:10px 10px 0 var(--ink)}.ownerIllustration svg:first-child{left:60px;top:60px;transform:rotate(-8deg)}.ownerIllustration svg:nth-child(2){right:45px;top:160px;transform:rotate(7deg)}.ownerIllustration svg:nth-child(3){left:90px;bottom:45px;transform:rotate(2deg)}.ctaButton{display:inline-flex;align-items:center;gap:12px;margin-top:18px;padding:18px 22px;border-radius:14px;color:white;background:var(--blue);font-weight:800}.ctaButton svg{width:20px}.cityLinks{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.cityLinks a{min-height:100px;padding:22px;display:grid;grid-template-columns:1fr auto;align-items:center;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .2s ease}.cityLinks a:hover{background:var(--paper)}.cityLinks span{font-weight:800}.cityLinks small{grid-column:1;color:var(--muted)}.cityLinks svg{grid-column:2;grid-row:1/3;width:20px;color:var(--blue)}.siteFooter{width:100%;padding:60px var(--page-pad) 30px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);grid-gap:45px;gap:45px;color:#dce3e8;background:var(--ink)}.siteFooter>div{display:flex;flex-direction:column;align-items:flex-start;gap:12px;font-size:13px}.siteFooter>div>strong{margin-bottom:8px;color:white}.siteFooter a{color:#aeb7bf}.footerBrand{display:grid!important;grid-template-columns:36px 1fr;align-content:start;align-items:center!important}.footerBrand p{grid-column:1/3;color:#8f9ba5}.footerBrand .footerLegal{margin-top:8px;color:#aeb7bf;line-height:1.7}.copyright{grid-column:1/-1;margin:30px 0 0;padding-top:24px;border-top:1px solid #34404a;color:#788691;font-size:12px}.servicePage{width:100%;min-height:72vh;padding:32px var(--page-pad) 110px;background:#f4f7fa}.servicePage .breadcrumbs{max-width:1180px;margin:18px auto 48px}.serviceHero{max-width:1180px;margin:0 auto 56px;display:grid;grid-template-columns:1.2fr .8fr;align-items:end;grid-gap:80px;gap:80px}.companyDetails h2,.maintenanceHero h1,.serverErrorCard h1,.serviceHero h1{margin:0;font:700 clamp(42px,6vw,78px)/.94 Unbounded,sans-serif;letter-spacing:-.07em}.maintenanceHero h1 em,.serviceHero h1 em{color:var(--blue);font-style:normal}.companyDetails>div>p:not(.sectionLabel),.maintenanceHero>div>p,.serviceHero>p{margin:0 0 8px;color:var(--muted);line-height:1.7}.contactRoutes{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink);background:var(--ink);grid-gap:1px;gap:1px}.contactRoutes article{min-height:330px;padding:32px;position:relative;display:flex;flex-direction:column;align-items:flex-start;background:white}.contactRoutes article:nth-child(2){background:#dce8ff}.contactRoutes article>svg{width:34px;margin-top:25px;color:var(--blue)}.contactRoutes h2{margin:34px 0 12px;font:700 21px/1.15 Unbounded,sans-serif;letter-spacing:-.04em}.contactRoutes p{margin:0;color:var(--muted);line-height:1.55}.contactRoutes a{margin-top:auto;display:inline-flex;gap:9px;align-items:center;color:var(--blue);font-weight:800}.contactRoutes a svg{width:18px}.contactRouteNumber{position:absolute;top:24px;right:28px;color:#93a0aa;font:700 13px Unbounded,sans-serif}.companyDetails{max-width:1180px;margin:90px auto 0;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:90px;gap:90px;align-items:start}.companyDetails h2{font-size:clamp(36px,4vw,56px)}.companyDetails>div>p:not(.sectionLabel){margin-top:24px}.companyDetails dl{margin:0;border-top:2px solid var(--ink)}.companyDetails dl>div{min-height:72px;padding:20px 0;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:25px;gap:25px;border-bottom:1px solid var(--line)}.companyDetails dt{color:var(--muted)}.companyDetails dd{margin:0;font-weight:800}.companyDetails dd a{color:var(--blue)}.serverErrorPage{color:white;background:var(--ink)}.serverErrorPage .breadcrumbs,.serverErrorPage .breadcrumbs b{color:#9eabb5}.serverErrorStage{max-width:1180px;min-height:600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;border:1px solid #46525c;overflow:hidden}.serverErrorCode{min-width:0;padding:40px 10px;display:grid;place-items:center;color:var(--orange);background:#121c24;font:700 clamp(100px,17vw,240px)/1 Unbounded,sans-serif;letter-spacing:-.12em;writing-mode:vertical-rl;transform:rotate(180deg)}.serverErrorCard{padding:clamp(42px,6vw,84px);display:flex;flex-direction:column;justify-content:center;background:#0c151c}.serverErrorCard .sectionLabel{color:#81a8ff}.serverErrorCard h1{font-size:clamp(42px,5vw,68px)}.serverErrorCard>p:not(.sectionLabel){max-width:540px;color:#aeb9c2;line-height:1.7}.serverErrorCard small{margin-top:40px;color:#83919b}.serverErrorCard small a{color:white;text-decoration:underline}.serviceActions{margin-top:30px;display:flex;align-items:center;gap:24px}.serviceActions>a:not(.servicePrimaryAction){color:inherit;font-weight:800}.servicePrimaryAction{min-height:54px;padding:0 20px;border:0;display:inline-flex;align-items:center;justify-content:center;gap:12px;color:white;background:var(--blue);font:inherit;font-weight:800;cursor:pointer}.servicePrimaryAction svg{width:19px}.maintenancePage{background:#e5edff}.maintenanceHero{max-width:1180px;min-height:460px;margin:0 auto;padding:68px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;grid-gap:70px;gap:70px;border:2px solid var(--ink);background:white;box-shadow:12px 12px 0 var(--orange)}.maintenanceHero h1{font-size:clamp(42px,5.6vw,72px)}.maintenanceHero>div>p:not(.sectionLabel){margin-top:24px}.maintenanceStatus{padding:30px;color:white;background:var(--ink)}.maintenanceStatus>div{display:flex;align-items:center;gap:12px}.maintenanceStatus p{margin:22px 0 0;color:#aeb9c2;line-height:1.6}.statusPulse{width:13px;height:13px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 7px rgba(255,100,48,.16)}.maintenanceFacts{max-width:1180px;margin:70px auto 0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;border:1px solid var(--ink);background:var(--ink)}.maintenanceFacts article{min-height:230px;padding:30px;background:white}.maintenanceFacts span{color:var(--blue);font:700 13px Unbounded,sans-serif}.maintenanceFacts h2{margin:48px 0 12px;font:700 19px/1.15 Unbounded,sans-serif;letter-spacing:-.04em}.maintenanceFacts p{margin:0;color:var(--muted);line-height:1.55}@media (max-width:900px){.companyDetails,.maintenanceHero,.serverErrorStage,.serviceHero{grid-template-columns:1fr}.serviceHero{gap:28px}.contactRoutes,.maintenanceFacts{grid-template-columns:1fr}.contactRoutes article{min-height:260px}.companyDetails{gap:36px}.serverErrorCode{min-height:230px;writing-mode:horizontal-tb;transform:none}.maintenanceHero{padding:44px;gap:38px}}@media (max-width:580px){.servicePage{padding:20px 16px 70px}.servicePage .breadcrumbs{margin-bottom:34px}.serviceActions{align-items:stretch;flex-direction:column}.servicePrimaryAction{width:100%}.companyDetails dl>div{grid-template-columns:1fr;gap:7px}.serverErrorCard{padding:38px 24px}.maintenanceHero{padding:34px 24px;box-shadow:7px 7px 0 var(--orange)}}.catalogPage,.itemPage{width:100%;padding:32px var(--page-pad) 100px}.catalogTop{margin-bottom:24px}.searchBarCompact{min-height:82px;grid-template-columns:1.5fr .8fr .8fr 110px;box-shadow:none;background:var(--paper)}.searchBarCompact .searchButton{height:62px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin:18px 0 38px;color:var(--muted);font-size:12px}.breadcrumbs b{color:var(--ink)}.catalogHero{min-height:270px;padding:45px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px;border-radius:28px 8px 28px 8px;background:#dfe9ff}.catalogHero h1{margin:0;font:700 clamp(42px,6vw,72px)/.98 Unbounded,sans-serif;letter-spacing:-.06em}.catalogHero p:not(.sectionLabel){color:var(--muted)}.catalogCount{width:220px;height:170px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;border:2px solid var(--ink);background:#ffcf4d;box-shadow:10px 10px 0 var(--ink);transform:rotate(2deg)}.catalogCount strong{font:700 38px/1 Unbounded,sans-serif}.catalogCount span{margin-top:10px;font-size:12px;font-weight:700}.catalogLayout{display:grid;grid-template-columns:260px 1fr;grid-gap:34px;gap:34px;margin-top:42px}.filters{align-self:start;padding:24px;border:1px solid var(--line);border-radius:18px;position:-webkit-sticky;position:sticky;top:20px}.filters h2{margin:0 0 26px}.filters fieldset,.filters>label{display:block;margin:0 0 24px;padding:0 0 22px;border:0;border-bottom:1px solid var(--line);font-size:12px;font-weight:800}.filters input:not([type=checkbox]),.filters select{width:100%;height:42px;margin-top:9px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:white}.priceInputs{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.filters fieldset label{display:flex;gap:8px;margin-top:13px;font-weight:500}.filters button{width:100%;padding:13px;border:0;border-radius:10px;color:white;background:var(--blue);font-weight:800}.resultsHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.resultsHead span,.resultsHead strong{display:block}.resultsHead span{margin-top:5px;color:var(--muted);font-size:11px}.resultsHead button{display:flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:white;font-weight:700}.resultsHead svg{width:17px;color:var(--blue)}.catalogResults .listingGrid{grid-template-columns:repeat(3,1fr)}.seoLandingContent{margin-top:90px;padding-top:60px;display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:80px;gap:80px;border-top:1px solid var(--line)}.seoLandingContent h2{margin:0 0 22px;font:700 clamp(30px,4vw,48px)/1.05 Unbounded,sans-serif;letter-spacing:-.05em}.seoLandingContent h3{margin:35px 0 15px}.seoLandingContent>div>p:not(.sectionLabel){color:var(--muted);line-height:1.75}.seoChips{display:flex;flex-wrap:wrap;gap:8px}.seoChips span{padding:9px 12px;border-radius:999px;background:var(--paper);font-size:12px;font-weight:700}.seoFaq details{border-top:1px solid var(--line)}.seoFaq details:last-child{border-bottom:1px solid var(--line)}.seoFaq summary{padding:22px 5px;font-weight:800;cursor:pointer}.seoFaq p{margin:-5px 5px 22px;color:var(--muted);line-height:1.65}.catalogEmpty{min-height:360px;padding:45px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border:1px solid var(--line);background:var(--paper)}.catalogEmpty>span{color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.catalogEmpty h2{max-width:650px;margin:22px 0 15px;font:700 clamp(25px,3vw,39px)/1.08 Unbounded,sans-serif;letter-spacing:-.05em}.catalogEmpty p{max-width:600px;color:var(--muted);line-height:1.65}.catalogEmpty a{margin-top:15px;padding:14px 17px;color:white;background:var(--blue);border-radius:10px;font-weight:800}.itemLayout{display:grid;grid-template-columns:minmax(0,1fr) 400px;grid-gap:42px;gap:42px}.itemGallery{min-height:560px;display:grid;place-items:center;position:relative;border-radius:28px 8px 28px 8px;overflow:hidden}.itemGallery>svg{width:290px}.itemGallery>p{position:absolute;bottom:15px;right:18px;font-size:11px}.itemPhotoGallery{display:grid;grid-gap:10px;gap:10px}.itemPhotoMain{position:relative;height:clamp(390px,48vw,610px);overflow:hidden;border:0;border-radius:24px;background:#172536;box-shadow:0 22px 55px rgba(16,32,53,.16)}.itemPhotoMain>.itemPhotoBackdrop{object-fit:cover;filter:blur(28px) brightness(.55) saturate(.8);transform:scale(1.12)}.itemPhotoMain>.itemPhotoSubject{z-index:1;object-fit:contain;padding:22px 70px;filter:drop-shadow(0 18px 24px rgba(0,0,0,.2))}.itemPhotoMain .listingBadge{position:absolute;top:18px;left:18px;z-index:2;padding:9px 11px;color:white;background:#168451;font-size:10px;font-weight:900;text-transform:uppercase}.itemPhotoArrow{position:absolute;top:50%;z-index:2;display:grid;width:48px;height:48px;place-items:center;color:white;background:rgba(13,23,34,.55);border:1px solid rgba(255,255,255,.45);border-radius:50%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:34px;transform:translateY(-50%);transition:background .18s,transform .18s}.itemPhotoArrow:hover{color:white;background:var(--blue);transform:translateY(-50%) scale(1.06)}.itemPhotoArrow.previous{left:20px}.itemPhotoArrow.next{right:20px}.itemPhotoFavorite{position:absolute;z-index:2;top:20px;right:20px;display:grid;width:48px;height:48px;place-items:center;color:white;background:rgba(13,23,34,.55);border:1px solid rgba(255,255,255,.55);border-radius:50%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:27px}.itemPhotoFavorite.active{color:white;background:#ed4a48;border-color:#ed4a48}.itemPhotoCounter{position:absolute;z-index:2;left:18px;bottom:18px;display:flex;gap:7px;align-items:center;padding:9px 11px;color:white;background:rgba(13,23,34,.88);font-size:12px;font-weight:900}.itemPhotoCounter svg{width:18px}.itemPhotoThumbs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;padding-top:4px}.itemPhotoThumbs button{position:relative;height:112px;padding:0;overflow:hidden;border:3px solid transparent;border-radius:14px;background:#d9e7f5;opacity:.72;transition:opacity .18s,transform .18s,border-color .18s}.itemPhotoThumbs button.active{border-color:var(--blue);opacity:1;transform:translateY(-2px)}.itemPhotoThumbs img{object-fit:cover;transition:transform .2s}.itemPhotoThumbs button:hover img{transform:scale(1.04)}.itemInfo{padding:36px 10px}.itemInfo h1{max-width:800px;margin:14px 0 16px;font:700 clamp(36px,4vw,58px)/1.04 Unbounded,sans-serif;letter-spacing:-.055em}.itemLocation{display:flex;align-items:center;gap:7px;color:var(--muted)}.itemLocation svg{width:17px;color:var(--blue)}.itemFeatures{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 40px}.itemFeatures span{display:flex;align-items:center;gap:7px;padding:11px 13px;border-radius:10px;background:var(--paper);font-size:12px;font-weight:700}.itemFeatures svg{width:17px;color:var(--blue)}.itemInfo>p:last-child{max-width:740px;color:var(--muted);line-height:1.75}.bookingCard{align-self:start;padding:28px;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);position:-webkit-sticky;position:sticky;top:24px}.bookingPrice{display:flex;align-items:baseline;gap:7px}.bookingPrice strong{font:700 30px/1 Unbounded,sans-serif}.bookingPrice span{color:var(--muted)}.bookingCard>label{display:block;margin-top:28px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.dateChoice{display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;grid-gap:8px;gap:8px;margin-top:9px}.dateChoice button{min-height:58px;padding:8px 10px;border:1px solid var(--line);border-radius:9px;background:white;text-align:left}.dateChoice button small,.dateChoice button strong{display:block}.dateChoice button small{margin-bottom:3px;color:var(--muted);font-size:8px;font-weight:900;text-transform:uppercase}.dateChoice button strong{font-size:11px}.dateChoice button.active{border-color:var(--blue);background:#edf3ff;box-shadow:inset 0 0 0 1px var(--blue)}.dateChoice button.active small{color:var(--blue)}.dateChoice button:disabled{color:#aab2b8;background:#f2f4f5;cursor:not-allowed}.dateChoice.complete button{border-color:#9bcab0;background:#eef8f2}.dateChoice svg{width:18px}.bookingSelectionPrompt{display:grid;grid-template-columns:25px 1fr;grid-gap:9px;gap:9px;align-items:center;margin-top:11px;padding:10px 11px;color:#24436f;background:#e7efff;border-radius:9px;font-size:10px;font-weight:800}.bookingSelectionPrompt b{display:grid;width:23px;height:23px;place-items:center;color:white;background:var(--blue);border-radius:50%}.bookingSelectionPrompt.done{color:#17643c;background:#e6f4ec}.bookingSelectionPrompt.done b{background:#168451}.miniCalendar{display:grid;grid-template-columns:repeat(7,1fr);margin:18px 0;border:1px solid var(--line)}.miniCalendar button{padding:8px 3px;text-align:center;border:0;border-right:1px solid var(--line);background:white;font-size:12px;font-weight:800}.miniCalendar button:last-child{border:0}.miniCalendar small{display:block;margin-bottom:3px;color:var(--muted);font-size:8px}.miniCalendar .busy{color:#a0a9b0;background:repeating-linear-gradient(135deg,#edf0f2,#edf0f2 4px,#fff 0,#fff 8px);text-decoration:line-through}.miniCalendar button.selected{color:white;background:var(--blue)}.miniCalendar button.busy.selected{color:#a0a9b0;background:repeating-linear-gradient(135deg,#edf0f2,#edf0f2 4px,#fff 0,#fff 8px)}.bookingDateHint{margin:-8px 0 18px;color:var(--muted);font-size:10px}.bookingDateError{margin:-3px 0 13px;padding:10px 11px;color:#8e351f;background:#fff0e9;border-left:3px solid var(--orange);font-size:10px;line-height:1.4}.bookingInsurance{display:grid!important;grid-template-columns:20px 1fr;grid-gap:10px;gap:10px;align-items:start;margin:0 0 18px!important;padding:13px;color:var(--ink)!important;background:#e9f4ee;text-transform:none!important;cursor:pointer}.bookingInsurance input{width:17px;height:17px;margin:2px 0 0;accent-color:#168451}.bookingInsurance small,.bookingInsurance strong{display:block}.bookingInsurance strong{font-size:12px}.bookingInsurance small{margin-top:3px;color:var(--muted);font-size:9px;font-weight:500}.bookingCalendar{margin:16px 0 13px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:white}.bookingCalendar>header{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;min-height:45px;border-bottom:1px solid var(--line)}.bookingCalendar>header strong{text-align:center;font-size:12px;text-transform:capitalize}.bookingCalendar>header button{height:45px;padding:0;color:var(--blue);background:white;border:0;font-size:24px}.bookingCalendar>header button:disabled{color:#c4ccd2}.bookingMonth,.bookingWeekdays{display:grid;grid-template-columns:repeat(7,1fr)}.bookingWeekdays{padding:8px 6px 4px;color:var(--muted);font-size:8px;font-weight:900;text-align:center}.bookingMonth{gap:2px;padding:4px 6px 8px}.bookingMonth button,.bookingMonth i{display:grid;min-width:0;height:31px;place-items:center;padding:0;border:0;border-radius:7px;background:white;font-size:10px;font-style:normal}.bookingMonth button:hover:not(:disabled){color:var(--blue);background:#e8efff}.bookingMonth button.selected{color:var(--blue);background:#dce7ff;border-radius:0}.bookingMonth button.rangeEnd,.bookingMonth button.rangeStart{color:white;background:var(--blue);border-radius:7px}.bookingMonth button.busy{color:#a8afb5;background:repeating-linear-gradient(135deg,#edf0f2,#edf0f2 4px,#fff 0,#fff 8px);text-decoration:line-through}.priceBreakdown{padding:16px 0;border-top:1px solid var(--line)}.priceBreakdown p{display:flex;justify-content:space-between;font-size:12px}.bookButton{width:100%;padding:17px;border:0;border-radius:12px;color:white;background:var(--blue);font-weight:800}.bookButton:disabled{color:#7e8992;background:#e2e7ea;cursor:not-allowed}.noCharge{margin:10px 0 22px;color:var(--muted);text-align:center;font-size:10px}.ownerPanel{display:grid;grid-template-columns:44px 1fr 20px;align-items:center;grid-gap:10px;gap:10px;padding-top:20px;border-top:1px solid var(--line)}.ownerAvatar{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--orange);font-weight:800}.ownerPanel span,.ownerPanel strong{display:block;font-size:12px}.ownerPanel strong a{color:var(--ink)}.ownerPanel div span{margin-top:3px;color:var(--muted);font-size:9px}.ownerPanel>svg{width:19px;color:var(--blue)}.simplePage{width:100%;min-height:70vh;padding:28px var(--page-pad) 110px}.cityHero,.simpleHero{min-height:390px;padding:62px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:32px 10px 32px 10px;background:#dfe9ff}.cityHero h1,.lendHero h1,.simpleHero h1{max-width:1000px;margin:0;font:700 clamp(45px,6vw,76px)/1.01 Unbounded,sans-serif;letter-spacing:-.06em}.cityHero>p:last-child,.lendHero>div>p:last-child,.simpleHero>p:last-child{max-width:680px;margin:24px 0 0;color:var(--muted);font-size:17px;line-height:1.65}.simpleHero.small{min-height:280px;margin:26px 0 36px;padding:42px}.simpleHero.small h1{font-size:52px}.cityCategoryGrid,.stepsGrid{margin-top:36px}.stepsGrid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.stepsGrid article{min-height:330px;padding:38px;position:relative;border-right:1px solid var(--line)}.stepsGrid article:last-child{border-right:0}.stepsGrid article>b{position:absolute;right:30px;top:28px;color:#a3acb4;font:700 22px/1 Unbounded,sans-serif}.stepsGrid article>svg{width:48px;color:var(--blue)}.stepsGrid h2{margin:70px 0 12px;font:700 20px/1.2 Unbounded,sans-serif}.stepsGrid p{margin:0;color:var(--muted);line-height:1.65}.safetyHero{color:white;background:var(--ink)}.safetyHero .sectionLabel{color:#88a9ff}.safetyHero>p:last-child{color:#b7c0c7}.lendHero{min-height:560px;padding:62px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);align-items:center;grid-gap:56px;gap:56px;border-radius:32px 10px 32px 10px;background:var(--orange-light)}.lendForm{padding:30px;border:2px solid var(--ink);background:white;box-shadow:12px 12px 0 var(--orange)}.lendForm h2{margin:0 0 24px;font:700 20px/1.2 Unbounded,sans-serif}.lendForm label{display:block;margin-top:18px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.lendForm input{width:100%;height:50px;margin-top:7px;padding:0 13px;border:1px solid var(--line);border-radius:9px;outline:none;text-transform:none}.lendForm button{width:100%;display:flex;justify-content:center;align-items:center;gap:9px;margin-top:22px;padding:16px;border:0;border-radius:10px;color:white;background:var(--blue);font-weight:800}.lendForm button svg{width:19px}.lendForm small{display:block;margin-top:10px;color:var(--muted);text-align:center}.searchPage>.searchBar{margin-top:12px}.howPage{width:100%}.howTop{padding:28px var(--page-pad) 0;background:#edf3ff}.howHero{min-height:570px;padding:65px 0 55px;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:70px;gap:70px;align-items:center}.howHero h1{margin:0;font:700 clamp(55px,7vw,100px)/.94 Unbounded,sans-serif;letter-spacing:-.075em}.howHero h1 em{color:var(--blue);font-style:normal}.howHero>div:first-child>p:not(.sectionLabel){max-width:720px;color:var(--muted);font-size:18px;line-height:1.65}.howHeroActions{display:flex;align-items:center;gap:25px;margin-top:30px}.howSecondary{padding:13px 0;color:var(--blue);font-weight:800;border-bottom:2px solid var(--blue)}.dealRoute{min-height:360px;padding:35px;display:grid;grid-template-columns:1fr auto;align-items:center;border:2px solid var(--ink);background:#ffd363;box-shadow:14px 14px 0 var(--ink);transform:rotate(1.5deg)}.dealRoute span{font:700 21px/1 Unbounded,sans-serif}.dealRoute i{color:var(--blue);font-size:25px;font-style:normal;transform:rotate(90deg)}.howAudience{padding:105px var(--page-pad);display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:clamp(50px,8vw,140px);gap:clamp(50px,8vw,140px)}.ownerJourney{color:white;background:var(--ink)}.audienceIntro{position:-webkit-sticky;position:sticky;top:30px;align-self:start}.audienceIntro h2,.dealMemory h2,.howFaq h2,.howFinalCta h2,.howSafety h2{margin:0;font:700 clamp(35px,4vw,58px)/1.05 Unbounded,sans-serif;letter-spacing:-.055em}.audienceIntro>p:last-child{max-width:520px;color:var(--muted);line-height:1.7}.ownerJourney .audienceIntro>p:last-child{color:#aeb7bf}.journeyList{margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}.journeyList li{min-height:150px;padding:28px 0;display:grid;grid-template-columns:64px 1fr;grid-gap:20px;gap:20px;border-bottom:1px solid var(--line)}.ownerJourney .journeyList,.ownerJourney .journeyList li{border-color:#38434c}.journeyList li>b{color:var(--blue);font:700 14px/1 Unbounded,sans-serif}.ownerJourney .journeyList li>b{color:#7fa3ff}.journeyList h3{margin:0 0 10px;font-size:19px}.journeyList p{margin:0;color:var(--muted);line-height:1.65}.ownerJourney .journeyList p{color:#aeb7bf}.dealMemory{padding:105px var(--page-pad);background:var(--paper)}.memoryGrid{margin-top:50px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.memoryGrid article{min-height:260px;padding:30px;border-right:1px solid var(--line);background:white}.memoryGrid article:last-child{border:0}.memoryGrid svg{width:38px;color:var(--blue)}.memoryGrid strong{display:block;margin-top:60px;font-size:17px}.memoryGrid p{color:var(--muted);font-size:13px;line-height:1.6}.howSafety{margin:90px var(--page-pad);display:grid;grid-template-columns:1fr 1fr;background:#ffd363}.howSafety>div{padding:55px}.howSafety>div>p:not(.sectionLabel){color:#554c37;line-height:1.7}.howSafety ol{margin:0;padding:0;list-style:none;background:white}.howSafety li{min-height:98px;padding:24px 30px;display:grid;grid-template-columns:40px 1fr;grid-gap:15px;gap:15px;align-items:center;border-bottom:1px solid var(--line)}.howSafety li b{color:var(--blue)}.howFaq{padding:100px var(--page-pad);display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:80px;gap:80px}.howFaq details{border-top:1px solid var(--line)}.howFaq details:last-child{border-bottom:1px solid var(--line)}.howFaq summary{padding:24px 5px;font-weight:800;cursor:pointer}.howFaq details p{margin:-4px 5px 24px;color:var(--muted);line-height:1.65}.howFinalCta{padding:90px var(--page-pad);color:white;background:var(--blue)}.howFinalCta>p{font-weight:800}.howFinalCta h2{max-width:1000px}.howFinalCta>div{display:flex;align-items:center;gap:25px;margin-top:30px}.howFinalCta .ctaButton{color:var(--ink);background:white}.howFinalCta>div>a:last-child{padding-bottom:5px;border-bottom:1px solid white;font-weight:800}.actOrderStrip{display:grid;grid-template-columns:.6fr 1.4fr 1fr .8fr;border:1px solid var(--line)}.actOrderStrip>div{min-height:110px;padding:22px;display:grid;align-content:center;grid-gap:8px;gap:8px;border-right:1px solid var(--line)}.actOrderStrip>div:last-child{border:0;background:#fff5df}.actOrderStrip small{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.actOrderStrip strong{font-size:13px;line-height:1.5}.evidenceFlow{margin-top:75px}.evidenceIntro{max-width:920px}.actEvidencePolicy h2,.evidenceIntro h2{margin:0;font:700 clamp(35px,4.5vw,58px)/1.04 Unbounded,sans-serif;letter-spacing:-.055em}.evidenceIntro>p:last-child{max-width:720px;color:var(--muted);line-height:1.7}.evidenceStages{margin-top:45px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.evidenceStages article{min-height:450px;padding:24px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:16px}.evidenceStages article header{display:flex;justify-content:space-between;gap:15px}.evidenceStages article header>b{color:var(--blue);font:700 13px/1 Unbounded,sans-serif}.evidenceStages article header div{display:grid;grid-gap:4px;gap:4px;text-align:right}.evidenceStages article header span{font-size:11px;font-weight:800}.evidenceStages article header small{color:var(--muted);font-size:9px}.evidenceStages h3{margin:55px 0 12px;font:700 18px/1.25 Unbounded,sans-serif}.evidenceStages p{color:var(--muted);font-size:12px;line-height:1.6}.evidenceUpload{margin-top:auto;display:block}.evidenceUpload input{position:absolute;opacity:0;pointer-events:none}.evidenceUpload span{min-height:48px;padding:0 13px;display:grid;place-items:center;border:1px solid var(--blue);border-radius:10px;color:var(--blue);font-size:10px;font-weight:800;text-align:center;cursor:pointer}.evidenceStages ul{margin:12px 0 0;padding:0;display:grid;grid-gap:5px;gap:5px;list-style:none}.evidenceStages li{padding:7px 9px;display:grid;grid-template-columns:auto 1fr;grid-gap:8px;gap:8px;border-radius:6px;background:var(--paper);font-size:9px;font-weight:800}.evidenceStages li small{overflow:hidden;color:var(--muted);font-weight:500;text-overflow:ellipsis;white-space:nowrap}.evidenceEmpty{margin-top:10px;color:#8b969f;font-size:9px;text-align:center}.evidenceRules{margin-top:12px;padding:25px;display:grid;grid-template-columns:1.4fr repeat(4,1fr);grid-gap:20px;gap:20px;color:white;background:var(--ink);font-size:11px}.evidenceRules span{color:#aeb7bf}.actEvidencePolicy{margin-top:85px;padding:55px;display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;background:#dfe9ff}.actEvidencePolicy ul{margin:0;padding:0;list-style:none}.actEvidencePolicy li{padding:16px 0;border-bottom:1px solid #bdcbe9;font-weight:700}.legalCheck{display:flex!important;align-items:flex-start;gap:10px;color:var(--muted);font-size:11px!important;font-weight:500!important;line-height:1.45}.legalCheck input{width:17px!important;height:17px!important;margin:1px 0 0!important;flex:0 0 auto}.legalCheck a{color:var(--blue);text-decoration:underline}.legalPage{width:100%;padding:28px var(--page-pad) 100px}.legalHeader{max-width:1100px;padding:55px 0 60px}.legalHeader h1{margin:0;font:700 clamp(42px,5.5vw,72px)/1.02 Unbounded,sans-serif;letter-spacing:-.06em}.legalHeader>p:not(.sectionLabel){max-width:780px;margin:25px 0 16px;color:var(--muted);font-size:17px;line-height:1.7}.legalHeader small{color:var(--muted)}.legalLayout{display:grid;grid-template-columns:270px minmax(0,900px);grid-gap:clamp(40px,7vw,120px);gap:clamp(40px,7vw,120px);align-items:start;border-top:1px solid var(--line);padding-top:45px}.legalLayout aside{position:-webkit-sticky;position:sticky;top:24px;padding:24px;background:var(--paper);border-radius:16px}.legalLayout aside p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.legalContent section{padding:0 0 42px;margin-bottom:42px;border-bottom:1px solid var(--line)}.legalContent h2{margin:0 0 20px;font:700 22px/1.3 Unbounded,sans-serif;letter-spacing:-.04em}.legalContent li,.legalContent p{color:#46515c;line-height:1.75}.legalContent ul{margin:0;padding-left:22px}.legalContent li+li{margin-top:9px}.legalNotice{max-width:1170px;margin-top:40px;padding:22px 25px;border-left:4px solid var(--orange);background:var(--orange-light);color:#5d514a;line-height:1.6}.paperDocument{max-width:980px;padding:clamp(28px,5vw,70px);border:1px solid var(--line);background:white;box-shadow:0 18px 60px rgba(16,24,32,.08)}.paperDocument h2{margin:36px 0 14px;font:700 18px/1.3 Unbounded,sans-serif}.paperDocument p{color:#35414b;line-height:1.75}.documentMeta{text-align:right;color:var(--muted)!important}.blank{display:inline-block;min-width:180px;border-bottom:1px solid var(--ink)}.writeLines{letter-spacing:2px}.signatureGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:55px;gap:55px;margin-top:55px;padding-top:28px;border-top:1px solid var(--line)}.agreementWorkspace{display:grid;grid-template-columns:minmax(380px,.8fr) minmax(580px,1.2fr);grid-gap:28px;gap:28px;align-items:start}.agreementForm{padding:28px;display:grid;grid-gap:22px;gap:22px;border:1px solid var(--line);border-radius:18px;background:var(--paper)}.agreementProgress{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px}.agreementProgress span{padding:10px;color:var(--blue);background:#dfe9ff;font-size:10px;font-weight:800;text-align:center}.agreementForm fieldset{margin:0;padding:0 0 24px;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;border:0;border-bottom:1px solid var(--line)}.agreementForm legend{grid-column:1/-1;margin-bottom:14px;font:700 16px/1.2 Unbounded,sans-serif}.agreementForm label{display:grid;grid-gap:7px;gap:7px;color:#46515c;font-size:11px;font-weight:800}.agreementForm input,.agreementForm textarea{width:100%;padding:11px 12px;border:1px solid #cbd4da;border-radius:9px;color:var(--ink);background:white;outline:0;resize:vertical}.agreementForm input:focus,.agreementForm textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(20,87,255,.12)}.agreementForm .fieldWide{grid-column:1/-1}.agreementConsent{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:9px!important;line-height:1.5}.agreementConsent input{width:18px!important;height:18px;margin-top:1px;padding:0;flex:0 0 auto}.agreementConsent a{color:var(--blue);text-decoration:underline}.agreementFormActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.agreementFormActions button{min-height:48px;padding:0 14px;border:0;border-radius:10px;color:white;background:var(--blue);font-size:11px;font-weight:800}.agreementFormActions .secondaryAction{color:var(--ink);background:#dfe9ff}.agreementFormActions .dangerAction{grid-column:1/-1;min-height:38px;color:#8b3424;background:transparent;border:1px solid #e6b5ab}.draftSaved{margin:0;color:#16704a;font-size:12px;font-weight:800}.agreementPreview{position:-webkit-sticky;position:sticky;top:20px}.agreementPreview>h1{margin:0 0 25px;max-width:700px;font:700 30px/1.15 Unbounded,sans-serif;letter-spacing:-.04em}.agreementStatus{display:flex;justify-content:space-between;gap:20px;margin-bottom:28px;padding-bottom:14px;border-bottom:1px solid var(--line)}.agreementStatus span{color:var(--blue);font-weight:800;text-transform:uppercase}.agreementStatus b{color:#a34831}.dealSourcePanel{position:-webkit-sticky;position:sticky;top:20px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--paper)}.dealSourceHead{padding:22px;display:flex;justify-content:space-between;gap:14px;color:white;background:var(--ink)}.dealSourceHead span{color:#93b0ff;font-size:10px;font-weight:800;text-transform:uppercase}.dealSourcePanel section{padding:22px;border-bottom:1px solid var(--line)}.dealSourcePanel section>small{display:block;margin-bottom:8px;color:var(--blue);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.dealSourcePanel section>strong{display:block;font-size:15px}.dealSourcePanel section>p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.dealSourcePanel section>a{display:inline-block;margin-top:11px;color:var(--blue);font-size:11px;font-weight:800}.dealSourcePanel dl{margin:15px 0 0;display:grid;grid-gap:8px;gap:8px}.dealSourcePanel dl div{display:flex;justify-content:space-between;gap:15px;font-size:12px}.dealSourcePanel dt{color:var(--muted)}.dealSourcePanel dd{margin:0;font-weight:800;text-align:right}.dealReadiness ul{margin:14px 0 0;padding:0;display:grid;grid-gap:9px;gap:9px;list-style:none}.dealReadiness li{position:relative;padding-left:22px;color:var(--muted);font-size:11px;font-weight:700}.dealReadiness li:before{position:absolute;left:0;top:0;width:15px;height:15px;display:grid;place-items:center;border-radius:50%;font-size:9px}.dealReadiness .ready:before{content:"✓";color:white;background:#198754}.dealReadiness .waiting:before{content:"!";color:#7a4a00;background:#ffd363}.pendingSource{background:#fff5df}.lockedDocument{margin:18px;padding:17px;border-left:3px solid var(--orange);background:white}.lockedDocument b{font-size:12px}.lockedDocument p{margin:7px 0 0;color:var(--muted);font-size:11px;line-height:1.55}.bookButton{display:flex;align-items:center;justify-content:center}.onlineSigning{margin-top:55px;padding-top:34px;border-top:3px solid var(--ink)}.onlineSigning h2{margin-top:0;font-size:23px}.signMethodGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.signMethodGrid button{min-height:105px;padding:18px;display:grid;grid-gap:8px;gap:8px;text-align:left;border:1px solid var(--line);border-radius:12px;background:white}.signMethodGrid button.active{border:2px solid var(--blue);background:#eef3ff}.signMethodGrid strong{font-size:14px}.signMethodGrid span{color:var(--muted);font-size:11px;line-height:1.4}.signingFlow{margin:20px 0;padding:0;list-style:none;display:grid;grid-gap:1px;gap:1px;background:var(--line)}.signingFlow li{padding:13px;display:grid;grid-template-columns:28px 1fr;grid-gap:10px;gap:10px;align-items:center;background:white;font-size:12px}.signingFlow b{color:var(--blue)}.signIntegrationButton{width:100%;min-height:58px;padding:10px 18px;display:grid;place-items:center;grid-gap:4px;gap:4px;border:0;border-radius:11px;color:white;background:#76818a;font-weight:800;cursor:not-allowed}.signIntegrationButton small{font-size:9px;font-weight:500;opacity:.8}.signatureRulesLink{display:inline-block;margin-top:15px;color:var(--blue);font-size:11px;font-weight:800}.contractEvidenceList{margin:14px 0 20px;padding:0;display:grid;grid-gap:8px;gap:8px;list-style:none;counter-reset:evidence}.contractEvidenceList li{padding:12px 14px 12px 46px;position:relative;background:var(--paper);color:#46515c;font-size:13px;line-height:1.6}.contractEvidenceList li:before{counter-increment:evidence;content:counter(evidence);position:absolute;left:14px;top:13px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--blue);font-size:9px;font-weight:800}.bookingEvidenceNote{margin:15px 0 0;padding:13px;display:flex;gap:8px;align-items:flex-start;border-radius:9px;background:#eef3ff;color:#44536a;font-size:10px;line-height:1.45}.bookingEvidenceNote svg{width:16px;flex:0 0 auto;color:var(--blue)}.safetyEvidence{margin-top:70px;display:grid;grid-template-columns:1fr 1fr;background:#dfe9ff}.safetyEvidence>div{padding:55px}.safetyEvidence h2{margin:0;font:700 clamp(32px,4vw,52px)/1.05 Unbounded,sans-serif;letter-spacing:-.05em}.safetyEvidence>div>p:last-child{color:var(--muted);line-height:1.7}.safetyEvidence ol{margin:0;padding:0;list-style:none;background:white}.safetyEvidence li{min-height:82px;padding:20px 26px;display:grid;grid-template-columns:45px 1fr;grid-gap:10px;gap:10px;align-items:center;border-bottom:1px solid var(--line)}.safetyEvidence li b{color:var(--blue)}.safetyPage{width:100%}.safetyTop{padding:28px var(--page-pad) 0;color:white;background:var(--ink)}.safetyTop .breadcrumbs{color:#9ca8b1}.safetyTop .breadcrumbs b{color:white}.safetyMainHero{min-height:650px;padding:70px 0;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:80px;gap:80px;align-items:center}.safetyMainHero h1{margin:0;font:700 clamp(52px,6.7vw,96px)/.96 Unbounded,sans-serif;letter-spacing:-.075em}.safetyMainHero h1 em{color:#7fa3ff;font-style:normal}.safetyMainHero>div:first-child>p:not(.sectionLabel){max-width:720px;color:#b3bdc5;font-size:18px;line-height:1.65}.safetyLedger{overflow:hidden;color:var(--ink);background:#ffd363;border:2px solid white;box-shadow:14px 14px 0 var(--blue);transform:rotate(1deg)}.ledgerHead{padding:24px;display:grid;grid-template-columns:32px 1fr auto;grid-gap:12px;gap:12px;align-items:center;border-bottom:2px solid var(--ink)}.ledgerHead svg{width:27px}.ledgerHead strong{font:700 16px/1 Unbounded,sans-serif}.ledgerHead span{padding:6px 9px;border-radius:999px;background:white;font-size:10px;font-weight:800}.safetyLedger ul{margin:0;padding:0;list-style:none}.safetyLedger li{min-height:54px;padding:13px 22px;display:grid;grid-template-columns:28px 1fr;grid-gap:12px;gap:12px;align-items:center;border-bottom:1px solid rgba(16,24,32,.25);font-size:12px;font-weight:800}.safetyLedger li b{color:#79621e}.safetyLedger li.done b{color:var(--blue)}.safetyLedger>small{display:block;padding:17px 22px;color:#5d512c;font-size:9px;line-height:1.5}.safetyPrinciples{padding:105px var(--page-pad)}.safetyPrinciples>div:first-child{max-width:900px}.redFlagLead h2,.safetyDispute h2,.safetyFaq h2,.safetyFinal h2,.safetyLimits h2,.safetyPrinciples h2,.timelineIntro h2{margin:0;font:700 clamp(35px,4.5vw,58px)/1.05 Unbounded,sans-serif;letter-spacing:-.055em}.principleGrid{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.principleGrid article{min-height:360px;padding:34px;display:flex;flex-direction:column;border-right:1px solid var(--line)}.principleGrid article:last-child{border:0}.principleGrid svg{width:42px;color:var(--blue)}.principleGrid h3{margin:55px 0 14px;font-size:19px}.principleGrid p{color:var(--muted);font-size:13px;line-height:1.7}.principleGrid a{margin-top:auto;color:var(--blue);font-size:11px;font-weight:800}.safetyTimeline{padding:100px var(--page-pad);display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:90px;gap:90px;background:#eef3ff}.redFlagLead>p:last-child,.timelineIntro>p:last-child{color:var(--muted);line-height:1.7}.safetyTimeline ol{margin:0;padding:0;list-style:none;border-top:1px solid #c6d2e9}.safetyTimeline li{min-height:145px;padding:24px 0;display:grid;grid-template-columns:55px 1fr;grid-gap:15px;gap:15px;border-bottom:1px solid #c6d2e9}.safetyTimeline li>b{color:var(--blue);font:700 12px/1 Unbounded,sans-serif}.safetyTimeline li div{display:grid;grid-gap:6px;gap:6px}.safetyTimeline li span{color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase}.safetyTimeline li strong{font-size:17px}.safetyTimeline li p{margin:0;color:var(--muted);font-size:12px}.safetyRedFlags{padding:105px var(--page-pad);display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:90px;gap:90px;color:white;background:#8c2f20}.safetyRedFlags .sectionLabel{color:#ffbf9f}.redFlagLead>p:last-child{color:#e8bbb2}.redFlagList{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;background:#b56253}.redFlagList article{min-height:210px;padding:28px;background:#8c2f20}.redFlagList b{font-size:15px}.redFlagList p{color:#e8bbb2;font-size:12px;line-height:1.65}.safetyDispute{margin:90px var(--page-pad);display:grid;grid-template-columns:1fr 1fr;background:#ffd363}.safetyDispute>div{padding:55px}.safetyDispute>div>p:last-child{color:#5d512c;line-height:1.7}.safetyDispute ol{margin:0;padding:0;list-style:none;background:white}.safetyDispute li{min-height:82px;padding:20px 28px;display:grid;grid-template-columns:40px 1fr;grid-gap:10px;gap:10px;align-items:center;border-bottom:1px solid var(--line)}.safetyDispute li b{color:var(--blue)}.safetyLimits{padding:100px var(--page-pad);display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:90px;gap:90px;background:var(--paper)}.safetyLimits>div:last-child{border-top:1px solid var(--line)}.safetyLimits>div:last-child p{margin:0;padding:22px 0;border-bottom:1px solid var(--line);color:var(--muted);line-height:1.65}.safetyLimits b{color:var(--ink)}.safetyFaq{padding:100px var(--page-pad);display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:90px;gap:90px}.safetyFaq details{border-top:1px solid var(--line)}.safetyFaq details:last-child{border-bottom:1px solid var(--line)}.safetyFaq summary{padding:23px 5px;font-weight:800;cursor:pointer}.safetyFaq details p{margin:-4px 5px 23px;color:var(--muted);line-height:1.65}.safetyFinal{padding:90px var(--page-pad);color:white;background:var(--blue)}.safetyFinal>p{font-weight:800}.safetyFinal h2{max-width:1100px}.safetyFinal>div{margin-top:30px;display:flex;align-items:center;gap:25px}.safetyFinal .ctaButton{color:var(--ink);background:white}.safetyFinal>div>a:last-child{padding-bottom:5px;border-bottom:1px solid white;font-weight:800}.lendPage{overflow:hidden;background:white}.lendMain{padding:28px var(--page-pad) 90px;color:white;background:var(--ink)}.lendMain .breadcrumbs{color:#8f9aa3}.lendMain .breadcrumbs b{color:white}.lendMainGrid{min-height:660px;display:grid;grid-template-columns:1.12fr .88fr;grid-gap:80px;gap:80px;align-items:center}.lendPitch h1{margin:0;font:700 clamp(58px,7vw,104px)/.93 Unbounded,sans-serif;letter-spacing:-.08em}.lendPitch h1 em{color:var(--orange);font-style:normal}.lendPitch>p:not(.sectionLabel){max-width:690px;color:#b3bdc5;font-size:18px;line-height:1.65}.lendCommissionBadge{display:flex;align-items:center;gap:16px;width:-moz-fit-content;width:fit-content;margin-top:24px;padding:12px 18px 12px 13px;color:white;border:1px solid #536273;background:#172533}.lendCommissionBadge>strong{display:grid;place-items:center;width:58px;height:58px;color:#0d1821;background:var(--orange);font-size:20px}.lendCommissionBadge p{margin:0}.lendCommissionBadge b,.lendCommissionBadge span{display:block}.lendCommissionBadge b{margin-bottom:4px;font-size:13px}.lendCommissionBadge span{color:#aeb9c2;font-size:11px}.lendInsuranceNotice{display:grid;grid-template-columns:44px minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;margin:28px 0;padding:20px 22px;color:var(--ink);background:#e9f0ff;border:1px solid var(--blue)}.lendInsuranceNotice>svg{width:32px;height:32px;color:var(--blue)}.lendInsuranceNotice strong{display:block;margin-bottom:5px;font-size:17px}.lendInsuranceNotice p{max-width:760px;margin:0;color:var(--muted);font-size:13px;line-height:1.45}.lendInsuranceNotice a{color:var(--blue);font-size:12px;font-weight:800;white-space:nowrap}.lendPromises{margin-top:35px;display:flex;gap:30px}.lendPromises span{max-width:210px;padding-left:16px;border-left:2px solid var(--orange);color:#9eabb4;font-size:12px;line-height:1.55}.lendPromises b{display:block;color:white}.lendStartForm{padding:0 32px 27px;color:var(--ink);background:white;border:2px solid white;box-shadow:14px 14px 0 var(--orange)}.lendFormHead{margin:0 -32px 28px;padding:15px 20px;display:flex;justify-content:space-between;color:white;background:var(--blue);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.lendFormHead b{color:#b9cbff}.lendStartForm h2{margin:0;font:700 25px/1.15 Unbounded,sans-serif;letter-spacing:-.04em}.lendStartForm>p{margin:10px 0 22px;color:var(--muted);font-size:12px;line-height:1.6}.lendStartForm>label:not(.legalCheck){display:block;margin-top:16px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.lendStartForm input:not([type=checkbox]){width:100%;height:52px;margin-top:7px;padding:0 14px;border:1px solid var(--line);border-radius:0;outline:none;font:600 13px/1 inherit;text-transform:none}.lendStartForm input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(24,95,255,.12)}.lendInputIcon{position:relative;display:block}.lendInputIcon svg{width:17px;position:absolute;z-index:1;left:13px;top:25px;color:var(--blue)}.lendInputIcon input{padding-left:40px!important}.cityAutocomplete{position:relative;display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;align-items:end}.cityAutocomplete .lendInputIcon{min-width:0}.geoButton{height:52px;margin:7px 0 0!important;padding:0 14px!important;gap:7px!important;color:var(--blue)!important;background:#eef3ff!important;border:1px solid #c7d5f5!important;white-space:nowrap;font-size:11px}.geoButton:hover{background:#dfe8ff!important}.geoButton:disabled{cursor:wait;opacity:.7}.geoButton svg{width:16px!important}.citySuggestions{position:absolute;z-index:20;top:calc(100% + 6px);left:0;width:100%;display:grid;overflow:hidden;color:var(--ink);background:white;border:1px solid #bfc7ce;box-shadow:0 12px 28px rgba(16,24,32,.16);border-radius:8px}.citySuggestionsLabel{padding:9px 12px 7px;color:#8b969f;background:#f6f8fa;border-bottom:1px solid var(--line);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.citySuggestions button{width:100%;min-height:38px;margin:0;padding:0 12px;display:flex;justify-content:flex-start;align-items:center;gap:9px;color:var(--ink);background:white;border:0;border-bottom:1px solid #edf0f2;font-size:11px;font-weight:700;text-align:left;cursor:pointer}.citySuggestions button:last-child{border-bottom:0}.citySuggestions button:hover,.citySuggestions button[aria-selected=true]{color:var(--blue);background:#eef3ff}.citySuggestions button svg{width:15px;color:var(--blue)}.cityEmpty{padding:14px;font-size:11px;line-height:1.45}.cityEmpty,.cityStatus{color:var(--muted);text-transform:none}.cityStatus{min-height:14px;grid-column:1/-1;font-size:9px;line-height:1.4}.lendStartForm .legalCheck{margin-top:18px}.lendStartForm>button{width:100%;min-height:54px;margin-top:20px;display:flex;justify-content:center;align-items:center;gap:10px;border:0;color:white;background:var(--blue);font-weight:800;cursor:pointer}.lendStartForm>button:hover{background:#0e4cda}.lendStartForm>button svg{width:19px}.lendStartForm small{display:block;margin-top:11px;color:var(--muted);text-align:center}.lendWhat{padding:105px var(--page-pad)}.lendSectionIntro{max-width:800px}.lendControl h2,.lendFaq h2,.lendFinal h2,.lendJourney h2,.lendSafety h2,.lendSectionIntro h2{margin:0;font:700 clamp(36px,4.6vw,62px)/1.03 Unbounded,sans-serif;letter-spacing:-.06em}.lendSectionIntro>p:last-child{color:var(--muted);font-size:16px}.lendCategoryStrip{margin-top:45px;display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line)}.lendCategoryStrip article{min-height:210px;padding:25px;display:flex;flex-direction:column;border-right:1px solid var(--line);transition:background .2s ease,transform .2s ease}.lendCategoryStrip article:last-child{border-right:0}.lendCategoryStrip article:hover{background:#eef3ff;transform:translateY(-4px)}.lendCategoryStrip svg{width:54px;margin-bottom:auto;color:var(--blue)}.lendCategoryStrip strong{font-size:14px}.lendCategoryStrip span{margin-top:5px;color:var(--muted);font-size:10px}.lendControl>div:last-child>a,.lendWhat>a{margin-top:25px;display:inline-flex;align-items:center;gap:9px;color:var(--blue);font-weight:800}.lendControl>div:last-child>a svg,.lendWhat>a svg{width:18px}.lendJourney{padding:105px var(--page-pad);display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:90px;gap:90px;color:white;background:var(--blue)}.lendJourney .sectionLabel{color:#b9cbff}.lendJourney ol{margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.3)}.lendJourney li{min-height:130px;padding:24px 0;display:grid;grid-template-columns:55px 1fr;border-bottom:1px solid rgba(255,255,255,.3)}.lendJourney li>b{color:#b9cbff;font:700 11px/1 Unbounded,sans-serif}.lendJourney li div{display:grid;grid-gap:6px;gap:6px}.lendJourney li span{color:#b9cbff;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.lendJourney li strong{font-size:17px}.lendJourney li p{margin:0;color:#d7e0ff;font-size:12px;line-height:1.55}.lendFairness{padding:105px var(--page-pad);display:grid;grid-template-columns:1fr .78fr;grid-gap:58px 80px;gap:58px 80px;background:white}.lendFairnessIntro h2{margin:8px 0 24px;font:700 clamp(38px,4.8vw,68px)/.98 Unbounded,sans-serif;letter-spacing:-.065em}.lendFairnessIntro h2 em{color:var(--blue);font-style:normal}.lendFairnessIntro>p:last-child{max-width:720px;color:var(--muted);font-size:16px;line-height:1.65}.commissionReceipt{align-self:start;color:var(--ink);border:2px solid var(--ink);box-shadow:11px 11px 0 var(--orange);background:#f8fafc}.receiptHead{display:flex;justify-content:space-between;padding:13px 17px;color:white;background:var(--ink);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.receiptAmount{padding:28px 22px 22px;border-bottom:1px dashed #9ba6af}.receiptAmount small,.receiptAmount strong{display:block}.receiptAmount small{color:var(--muted)}.receiptAmount strong{margin-top:6px;font:700 44px/1 Unbounded,sans-serif;letter-spacing:-.06em}.commissionReceipt dl{margin:0;padding:8px 22px}.commissionReceipt dl>div{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.commissionReceipt dt{color:var(--muted)}.commissionReceipt dd{margin:0;font-weight:800;text-align:right}.commissionReceipt .receiptPayout{margin-top:8px;padding:20px 0;border-bottom:0;font-size:19px}.commissionReceipt .receiptPayout dt{color:var(--ink);font-weight:800}.commissionReceipt .receiptPayout dd{color:var(--blue);font:700 25px/1 Unbounded,sans-serif}.commissionReceipt>p{margin:0;padding:14px 22px;color:var(--muted);background:#e9f0ff;font-size:11px}.commissionValue{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink)}.commissionValue article{display:grid;grid-template-columns:36px 1fr;grid-gap:15px;gap:15px;min-height:160px;padding:24px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink)}.commissionValue article:nth-child(3n){border-right:0}.commissionValue article:nth-last-child(-n+3){border-bottom:0}.commissionValue svg{width:27px;height:27px;color:var(--blue)}.commissionValue strong{display:block;margin-bottom:8px}.commissionValue p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.commissionValue .commissionHonesty{display:block;color:white;background:var(--ink)}.commissionValue .commissionHonesty p{color:#aeb9c2}.lendControl{padding:110px var(--page-pad);display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:100px;gap:100px;align-items:center;background:#eef3ff}.lendControlCard{color:var(--ink);background:white;border:2px solid var(--ink);box-shadow:14px 14px 0 var(--orange);transform:rotate(-1deg)}.controlCardHead{padding:14px 19px;display:flex;justify-content:space-between;color:white;background:var(--ink);font-size:10px;text-transform:uppercase}.controlCardHead b{color:var(--orange)}.controlProduct{padding:25px;display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--line)}.controlProduct>div{width:82px;height:82px;display:grid;place-items:center;background:#d9f0f3}.controlProduct svg{width:52px}.controlProduct p{margin:0;display:grid;grid-gap:5px;gap:5px}.controlProduct small,.controlProduct span{color:var(--muted);font-size:9px}.controlProduct strong{font-size:15px}.lendControlCard dl{margin:0;padding:0 25px 18px}.lendControlCard dl>div{padding:15px 0;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.lendControlCard dt{color:var(--muted);font-size:11px}.lendControlCard dd{margin:0;font-size:11px;font-weight:800}.lendControl>div:last-child>p:not(.sectionLabel){color:var(--muted);line-height:1.7}.lendSafety{padding:105px var(--page-pad);display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center;color:white;background:var(--ink)}.lendSafety .sectionLabel{color:#84a7ff}.lendSafety>div:first-child>p:not(.sectionLabel){color:#aeb7bf;line-height:1.7}.lendEvidence{display:grid;grid-template-columns:1fr 1fr;border:1px solid #49545d}.lendEvidence>div{min-height:190px;padding:24px;display:flex;flex-direction:column;border-right:1px solid #49545d;border-bottom:1px solid #49545d}.lendEvidence>div:nth-child(2n){border-right:0}.lendEvidence>div:nth-child(n+3){border-bottom:0}.lendEvidence b{width:34px;height:34px;display:grid;place-items:center;margin-bottom:auto;color:var(--ink);background:var(--orange);border-radius:50%}.lendEvidence span{color:#8ea0ad;font-size:9px;font-weight:800;text-transform:uppercase}.lendEvidence strong{margin-top:5px;font-size:14px}.lendFaq{padding:105px var(--page-pad);display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:90px;gap:90px}.lendFaq details{border-top:1px solid var(--line)}.lendFaq details:last-child{border-bottom:1px solid var(--line)}.lendFaq summary{padding:23px 4px;font-weight:800;cursor:pointer}.lendFaq details p{margin:-3px 4px 23px;color:var(--muted);line-height:1.65}.lendFinal{padding:85px var(--page-pad);display:flex;justify-content:space-between;align-items:flex-end;gap:60px;background:var(--orange)}.lendFinal h2{max-width:920px}.lendFinal .sectionLabel{color:#7c341d}.lendFinal .ctaButton{flex:none;color:white;background:var(--ink)}.createListingPage{min-height:80vh;padding:28px var(--page-pad) 110px;background:#f2f5f8}.createListingHeader{padding:42px 0 55px;display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end}.createListingHeader h1{margin:0;font:700 clamp(48px,6vw,78px)/.98 Unbounded,sans-serif;letter-spacing:-.065em}.createListingHeader>p{max-width:530px;margin:0 0 8px;color:var(--muted);font-size:15px;line-height:1.7}.listingWorkspace{display:grid;grid-template-columns:260px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start}.listingProgress{padding:25px;position:-webkit-sticky;position:sticky;top:90px;background:var(--ink);color:white}.listingProgress>span{color:#91a0aa;font-size:9px;font-weight:800;text-transform:uppercase}.listingProgress>strong{display:block;margin-top:5px;font:700 29px/1 Unbounded,sans-serif}.listingProgress>div{height:4px;margin-top:18px;background:#37434c}.listingProgress>div i{height:100%;display:block;background:var(--orange);transition:width .25s ease}.listingProgress ol{margin:28px 0;padding:0;list-style:none}.listingProgress li{min-height:52px;display:grid;grid-template-columns:30px 1fr;align-items:center;grid-gap:10px;gap:10px;color:#73818b;border-bottom:1px solid #35414a;font-size:11px;font-weight:800}.listingProgress li b{width:23px;height:23px;display:grid;place-items:center;border:1px solid #53616b;border-radius:50%;font-size:9px}.listingProgress li.active{color:white}.listingProgress li.active b{color:var(--ink);background:var(--orange);border-color:var(--orange)}.listingProgress li.done{color:#aab4bb}.listingProgress li.done b{color:white;background:var(--blue);border-color:var(--blue)}.listingProgress small{color:#7f8c95;font-size:9px;line-height:1.5}.listingWizard{background:white;border:1px solid var(--line)}.wizardTop{min-height:54px;padding:0 26px;display:flex;align-items:center;justify-content:space-between;color:white;background:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase}.wizardTop button{padding:8px 0;color:white;background:transparent;border:0;border-bottom:1px solid #9db7ff;font-size:9px;font-weight:800;cursor:pointer}.listingWizard fieldset{margin:0;padding:42px 42px 55px;display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;border:0}.listingWizard legend{padding:0;font:700 clamp(28px,3vw,42px)/1.08 Unbounded,sans-serif;letter-spacing:-.05em}.listingWizard fieldset>p{grid-column:1/-1;margin:-8px 0 12px;color:var(--muted);font-size:13px}.listingWizard label:not(.photoDrop):not(.publishCheck){display:grid;grid-gap:8px;gap:8px;color:#69757e;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.listingWizard input:not([type=checkbox]):not([type=file]),.listingWizard select,.listingWizard textarea{width:100%;min-height:52px;padding:0 14px;border:1px solid #cbd2d8;border-radius:0;outline:none;color:var(--ink);background:white;font:600 13px/1.4 inherit;text-transform:none}.listingWizard textarea{min-height:130px;padding-top:14px;resize:vertical}.listingWizard input:focus,.listingWizard select:focus,.listingWizard textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(24,95,255,.1)}.listingWizard .fieldWide{grid-column:1/-1}.photoDrop{min-height:300px;padding:45px;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;border:2px dashed #aeb9c1;background:#f7f9fb;cursor:pointer;text-align:center}.photoDrop:hover{border-color:var(--blue);background:#eef3ff}.photoDrop svg{width:68px;margin-bottom:22px;color:var(--blue)}.photoDrop strong{font-size:16px}.photoDrop span{margin-top:8px;color:var(--muted);font-size:10px}.photoDrop input{position:absolute;inset:0;opacity:0;cursor:pointer}.photoFileList{display:flex;flex-wrap:wrap;gap:8px}.photoFileList span{padding:9px 11px;display:flex;align-items:center;gap:8px;background:#eef3ff;font-size:10px}.photoFileList b{color:var(--blue)}.photoAdvice,.priceNotice{padding:20px;display:flex;gap:14px;color:#5f512b;background:#fff0bf}.photoAdvice b,.photoAdvice span{display:block;font-size:11px;line-height:1.55}.photoAdvice span{color:#766843}.priceNotice{align-items:center}.priceNotice svg{width:28px;flex:none}.priceNotice p{margin:0;display:grid;grid-gap:4px;gap:4px}.priceNotice b{font-size:12px}.priceNotice span{font-size:10px}.listingReview{display:grid;grid-template-columns:.75fr 1.25fr;border:1px solid var(--line)}.reviewVisual{min-height:370px;position:relative;display:grid;place-items:center;background:#d9f0f3}.reviewVisual>svg{width:145px}.reviewVisual>span{position:absolute;top:16px;left:16px;padding:7px 9px;background:white;font-size:9px;font-weight:800}.reviewInfo{padding:32px}.reviewInfo>span{color:var(--blue);font-size:9px;font-weight:800;text-transform:uppercase}.reviewInfo h2{margin:15px 0;font:700 24px/1.2 Unbounded,sans-serif;letter-spacing:-.04em}.reviewInfo>p{color:var(--muted);font-size:12px;line-height:1.6}.reviewInfo dl{margin:25px 0 0}.reviewInfo dl div{padding:12px 0;display:grid;grid-template-columns:95px 1fr;border-top:1px solid var(--line);font-size:10px}.reviewInfo dt{color:var(--muted)}.reviewInfo dd{margin:0;font-weight:800}.publishCheck{padding:18px;display:flex;gap:10px;align-items:flex-start;color:var(--muted);background:#f4f6f8;font-size:10px;line-height:1.55}.publishCheck input{margin-top:2px}.publishCheck a{color:var(--blue);text-decoration:underline}.wizardActions{min-height:80px;padding:14px 42px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}.wizardActions>a,.wizardBack{color:var(--muted);background:transparent;border:0;font-weight:800;cursor:pointer}.wizardActions>button:last-child{min-height:50px;padding:0 22px;display:flex;align-items:center;gap:10px;color:white;background:var(--blue);border:0;font-weight:800;cursor:pointer}.wizardActions>button:last-child svg{width:18px}.listingPublished{max-width:920px;margin:20px auto;padding:70px;text-align:center;background:white;border:1px solid var(--line);box-shadow:14px 14px 0 var(--orange)}.listingPublished>span{width:65px;height:65px;margin:0 auto 25px;display:grid;place-items:center;color:white;background:var(--blue);border-radius:50%}.listingPublished>span svg{width:32px}.listingPublished h2{margin:0;font:700 clamp(32px,4vw,52px)/1.08 Unbounded,sans-serif;letter-spacing:-.05em}.listingPublished>p:not(.sectionLabel){color:var(--muted);line-height:1.65}.listingPublished>div{display:flex;justify-content:center;align-items:center;gap:22px}.listingPublished>div>a:last-child{color:var(--blue);font-weight:800}.loginPage{min-height:78vh;padding:28px var(--page-pad) 100px;color:white;background:var(--ink)}.loginPage .breadcrumbs{color:#7f8b94}.loginPage .breadcrumbs b{color:white}.loginWorkspace{min-height:620px;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:90px;gap:90px;align-items:center}.loginMessage h1{margin:0;font:700 clamp(52px,6.6vw,92px)/.95 Unbounded,sans-serif;letter-spacing:-.075em}.loginMessage h1 em{color:#7fa3ff;font-style:normal}.loginMessage>p:not(.sectionLabel){max-width:630px;color:#aab5bd;font-size:16px;line-height:1.7}.loginDraft{max-width:470px;margin-top:35px;padding:19px 21px;display:grid;grid-gap:5px;gap:5px;color:var(--ink);background:var(--orange);box-shadow:8px 8px 0 var(--blue);transform:rotate(-1deg)}.loginDraft span{font-size:8px;font-weight:800;text-transform:uppercase}.loginDraft strong{font-size:15px}.loginDraft small{color:#6f4638}.loginCard{padding:0 32px 30px;color:var(--ink);background:white;box-shadow:14px 14px 0 var(--blue)}.loginCardHead{margin:0 -32px 30px;min-height:48px;padding:0 19px;display:flex;align-items:center;justify-content:space-between;color:white;background:var(--blue);font-size:9px;font-weight:800;text-transform:uppercase}.loginCardHead svg{width:19px}.loginCard h2{margin:0;font:700 24px/1.2 Unbounded,sans-serif;letter-spacing:-.04em}.loginCard>p{color:var(--muted);font-size:11px;line-height:1.55}.loginCard label{display:grid;grid-gap:7px;gap:7px;margin-top:22px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.loginCard input{height:53px;padding:0 14px;border:1px solid var(--line);outline:none;font-size:14px}.loginCard input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(24,95,255,.1)}.loginCard form>button{width:100%;min-height:52px;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:9px;color:white;background:var(--blue);border:0;font-weight:800;cursor:pointer}.loginCard form>button svg{width:18px}.loginDivider{margin:22px 0;position:relative;border-top:1px solid var(--line);text-align:center}.loginDivider span{padding:0 9px;position:relative;top:-8px;color:#9aa4ab;background:white;font-size:9px}.yandexLogin{width:100%;min-height:52px;padding:0 13px;display:grid;grid-template-columns:28px 1fr auto;grid-gap:10px;gap:10px;align-items:center;color:var(--ink);background:#f3f4f5;border:1px solid #dfe3e6;text-align:left;opacity:.75}.yandexLogin b{width:28px;height:28px;display:grid;place-items:center;color:white;background:#fc3f1d;border-radius:7px}.yandexLogin span{font-weight:800}.yandexLogin small{color:var(--muted);font-size:8px;text-transform:uppercase}.loginCard .loginLegal{margin-top:20px;font-size:9px}.loginLegal a{color:var(--blue);text-decoration:underline}.notFoundPage{min-height:78vh;padding:100px var(--page-pad);flex-direction:column;justify-content:center;text-align:center;background:#eef3ff}.notFoundCode,.notFoundPage{display:flex;align-items:center}.notFoundCode{gap:12px;color:var(--blue);font:700 clamp(70px,11vw,150px)/.8 Unbounded,sans-serif;letter-spacing:-.08em}.notFoundCode b{width:clamp(70px,10vw,135px);height:clamp(70px,10vw,135px);display:grid;place-items:center;color:white;background:var(--blue);border-radius:22%;font-size:.58em;box-shadow:10px 10px 0 var(--orange);transform:rotate(-5deg)}.notFoundPage .sectionLabel{margin-top:45px}.notFoundPage h1{margin:0;font:700 clamp(40px,5.5vw,72px)/1 Unbounded,sans-serif;letter-spacing:-.06em}.notFoundPage>p:not(.sectionLabel){max-width:650px;color:var(--muted);line-height:1.7}.notFoundPage>div:last-child{display:flex;align-items:center;gap:24px}.notFoundPage>div:last-child>a:last-child{color:var(--blue);font-weight:800}.phoneCodePage{min-height:78vh;padding:28px var(--page-pad) 100px;background:#eef3ff}.phoneCodeWorkspace{min-height:620px;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:90px;gap:90px;align-items:center}.phoneCodeIntro h1{margin:0;font:700 clamp(52px,6.5vw,92px)/.95 Unbounded,sans-serif;letter-spacing:-.075em}.phoneCodeIntro h1 em{color:var(--blue);font-style:normal}.phoneCodeIntro>p:not(.sectionLabel){max-width:650px;color:var(--muted);font-size:16px;line-height:1.7}.codeSafety{max-width:540px;margin-top:32px;padding:18px 20px;display:grid;grid-gap:5px;gap:5px;color:#684226;background:var(--orange);border-left:5px solid var(--ink)}.codeSafety b{font-size:12px}.codeSafety span{font-size:10px;line-height:1.5}.phoneCodeCard{padding:0 32px 30px;background:white;border:2px solid var(--ink);box-shadow:14px 14px 0 var(--blue)}.codeCardHead{min-height:48px;margin:0 -32px 30px;padding:0 19px;display:flex;align-items:center;justify-content:space-between;color:white;background:var(--ink);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.codeCardHead b{color:#8eaeff}.phoneCodeCard h2{margin:0;font:700 24px/1.2 Unbounded,sans-serif;letter-spacing:-.04em}.phoneCodeCard>p:not(.sectionLabel){color:var(--muted);font-size:11px;line-height:1.55}.phoneCodeCard>p a{color:var(--blue);font-weight:800}.codeInputs{margin-top:27px;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:8px;gap:8px}.codeInputs input{width:100%;min-width:0;aspect-ratio:1/1.15;padding:0;color:var(--ink);background:#f7f9fb;border:1px solid #bfc8cf;border-radius:0;outline:none;font:700 clamp(22px,2.2vw,31px)/1 Unbounded,sans-serif;text-align:center;caret-color:var(--blue)}.codeInputs input:focus{border:2px solid var(--blue);background:white;box-shadow:0 0 0 4px rgba(24,95,255,.1)}.codeError{min-height:18px;margin-top:10px;display:block;color:#b63725;font-size:10px;font-weight:800}.codeContinue,.verifyCodeButton{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;gap:10px;color:white;background:var(--blue);border:0;font-weight:800;cursor:pointer}.codeContinue svg,.verifyCodeButton svg{width:19px}.resendCode{min-height:48px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:10px}.resendCode button{padding:7px 0;color:var(--blue);background:transparent;border:0;border-bottom:1px solid var(--blue);font-weight:800;cursor:pointer}.phoneCodeCard>small{display:block;padding-top:14px;color:#9aa3aa;border-top:1px solid var(--line);font-size:8px;line-height:1.5;text-align:center}.codeVerified{padding-top:45px;text-align:center}.verifiedIcon{width:66px;height:66px;margin:0 auto 25px;display:grid;place-items:center;color:white;background:var(--blue);border-radius:50%}.verifiedIcon svg{width:32px}.codeVerified .sectionLabel{margin-top:0}.codeVerified .codeContinue{margin-top:25px}.registrationPage{min-height:80vh;padding:28px var(--page-pad) 110px;background:#f2f5f8}.registrationHeader{padding:42px 0 55px;display:grid;grid-template-columns:1.15fr .85fr;grid-gap:70px;gap:70px;align-items:end}.registrationHeader h1{margin:0;font:700 clamp(48px,6vw,78px)/.98 Unbounded,sans-serif;letter-spacing:-.065em}.registrationHeader h1 em{color:var(--blue);font-style:normal}.registrationHeader>p{max-width:560px;margin:0 0 7px;color:var(--muted);font-size:15px;line-height:1.7}.registrationWorkspace{display:grid;grid-template-columns:310px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start}.registrationFacts{position:-webkit-sticky;position:sticky;top:90px;color:white;background:var(--ink)}.registrationFacts>div{min-height:185px;padding:25px;display:flex;flex-direction:column;border-bottom:1px solid #3b4750}.registrationFacts>div:last-child{border-bottom:0}.registrationFacts svg{width:25px;margin-bottom:auto;color:#84a7ff}.registrationFacts strong{font-size:12px}.registrationFacts p{margin:7px 0 0;color:#9eabb4;font-size:10px;line-height:1.55}.registrationForm{background:white;border:1px solid var(--line);box-shadow:12px 12px 0 var(--orange)}.registrationFormHead{min-height:52px;padding:0 25px;display:flex;align-items:center;justify-content:space-between;color:white;background:var(--blue);font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.registrationFormHead b{color:#c4d3ff}.identityImport{margin:30px 38px 0;padding-bottom:28px;border-bottom:1px solid var(--line)}.identityImport>div:first-child>strong{font-size:14px}.identityImport>div:first-child>p{margin:6px 0 17px;color:var(--muted);font-size:10px}.identityImportOptions{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.identityImportOptions button{min-height:88px;padding:14px;display:grid;grid-template-columns:34px 1fr auto;grid-gap:11px;gap:11px;align-items:center;color:var(--ink);background:#f6f8fa;border:1px solid var(--line);text-align:left;opacity:.78}.identityImportOptions button>b{width:34px;height:34px;display:grid;place-items:center;color:white;border-radius:8px;font-size:12px}.yandexMark{background:#fc3f1d}.gosMark{background:var(--blue)}.identityImportOptions button>span{display:grid;grid-gap:5px;gap:5px}.identityImportOptions button span strong{font-size:11px}.identityImportOptions button span small{color:var(--muted);font-size:8px;line-height:1.4}.identityImportOptions button em{color:#89949c;font-size:7px;font-style:normal;font-weight:800;text-transform:uppercase}.identityImport>small{margin-top:11px;display:block;color:#8c969d;font-size:8px;line-height:1.5}.registrationForm fieldset{margin:0;padding:38px 38px 30px;display:grid;grid-template-columns:1fr 1fr;grid-gap:21px;gap:21px;border:0}.registrationForm legend{padding:0;font:700 29px/1.15 Unbounded,sans-serif;letter-spacing:-.045em}.registrationForm fieldset>p{grid-column:1/-1;margin:-5px 0 10px;color:var(--muted);font-size:11px}.registrationForm fieldset label{display:grid;grid-gap:7px;gap:7px;color:#68747d;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.registrationForm input:not([type=checkbox]):not([type=radio]){width:100%;height:52px;padding:0 14px;color:var(--ink);background:white;border:1px solid #cbd2d8;border-radius:0;outline:none;font:600 13px/1 inherit;text-transform:none}.registrationForm input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(24,95,255,.1)}.registrationForm input[readonly]{color:#62707a;background:#f1f3f5}.registrationForm .registrationWide{grid-column:1/-1}.registrationForm label small{color:#9aa3aa;font-size:8px;font-weight:500;letter-spacing:0;text-transform:none}.registrationRole{margin:0 38px;padding:28px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.registrationRole>strong{font-size:13px}.registrationRole>p{margin:6px 0 18px;color:var(--muted);font-size:10px}.registrationRole>div{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px}.registrationRole label{min-height:112px;padding:15px;display:flex;gap:10px;align-items:flex-start;background:#f6f8fa;border:1px solid var(--line);cursor:pointer}.registrationRole label:has(input:checked){background:#eef3ff;border-color:var(--blue)}.registrationRole input{margin-top:3px;accent-color:var(--blue)}.registrationRole span{display:grid;grid-gap:6px;gap:6px}.registrationRole b{font-size:11px}.registrationRole small{color:var(--muted);font-size:8px;line-height:1.45}.registrationConsent{margin:25px 38px 0;padding:18px;display:flex;gap:11px;align-items:flex-start;color:var(--muted);background:#f6f8fa;font-size:9px;line-height:1.55}.registrationConsent input{margin-top:2px;accent-color:var(--blue)}.registrationConsent a{color:var(--blue);text-decoration:underline}.createProfileButton{min-height:54px;margin:18px 38px 38px auto;padding:0 24px;display:flex;align-items:center;gap:10px;color:white;background:var(--blue);border:0;font-weight:800;cursor:pointer}.createProfileButton svg{width:18px}.registrationComplete{max-width:920px;margin:10px auto;padding:70px;text-align:center;background:white;border:1px solid var(--line);box-shadow:14px 14px 0 var(--orange)}.registrationComplete>span{width:68px;height:68px;margin:0 auto 25px;display:grid;place-items:center;color:white;background:var(--blue);border-radius:50%}.registrationComplete>span svg{width:32px}.registrationComplete h2{margin:0;font:700 clamp(34px,4.5vw,55px)/1.05 Unbounded,sans-serif;letter-spacing:-.05em}.registrationComplete>p:not(.sectionLabel){max-width:620px;margin:20px auto 0;color:var(--muted);line-height:1.65}.profilePage{min-height:80vh;padding:28px var(--page-pad) 110px;background:#f2f5f8}.profileLayout{display:grid;grid-template-columns:245px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start}.profileNav{position:-webkit-sticky;position:sticky;top:85px;color:white;background:var(--ink)}.profileMini{padding:23px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #37434c}.profileMini>span{width:42px;height:42px;display:grid;place-items:center;flex:none;color:var(--ink);background:var(--orange);border-radius:50%;font:700 16px/1 Unbounded,sans-serif}.profileMini p{margin:0;display:grid;grid-gap:4px;gap:4px}.profileMini strong{font-size:11px}.profileMini small{color:#8e9ba4;font-size:8px}.profileNav nav{padding:10px 0}.profileNav nav a,.profileNav nav>span{min-height:51px;padding:0 19px;display:flex;align-items:center;gap:11px;color:#9aa7b0;border-left:3px solid transparent;font-size:10px;font-weight:800}.profileNav nav a.active{color:white;background:#1b2934;border-left-color:var(--blue)}.profileNav nav svg{width:18px}.profileNav nav em{margin-left:auto;color:#66747e;font-size:6px;font-style:normal;text-transform:uppercase}.profileLogout{margin:10px 20px 22px;padding-top:18px;display:block;color:#89969f;border-top:1px solid #37434c;font-size:9px;font-weight:800}.profileContent{display:grid;grid-gap:20px;gap:20px}.profileHeader{min-height:190px;padding:35px;display:grid;grid-template-columns:105px 1fr auto;grid-gap:25px;gap:25px;align-items:center;color:white;background:var(--blue)}.profileAvatar{width:102px;height:102px;position:relative;display:grid;place-items:center;color:var(--ink);background:var(--orange);border-radius:50%;font:700 36px/1 Unbounded,sans-serif}.profileAvatar button{width:29px;height:29px;position:absolute;right:0;bottom:2px;color:white;background:var(--ink);border:2px solid var(--blue);border-radius:50%;cursor:pointer}.profileHeader .sectionLabel{color:#c1d0ff}.profileHeader h1{margin:0;font:700 clamp(30px,4vw,48px)/1 Unbounded,sans-serif;letter-spacing:-.055em}.profileHeader div:nth-child(2)>span{margin-top:10px;display:block;color:#cfdaff;font-size:10px}.profileHeader>button{padding:12px 15px;color:white;background:transparent;border:1px solid #9cb5ff;font-weight:800;cursor:pointer}.profileStatus{padding:28px 32px;background:white;border:1px solid var(--line)}.profileStatusIntro{display:grid;grid-template-columns:1fr auto;grid-gap:7px;gap:7px;align-items:center}.profileStatusIntro span{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.profileStatusIntro strong{font:700 22px/1 Unbounded,sans-serif}.profileStatusIntro>div{height:5px;grid-column:1/-1;background:#e2e7eb}.profileStatusIntro i{width:70%;height:100%;display:block;background:var(--blue)}.profileChecks{margin-top:23px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.profileChecks>div{min-height:145px;padding:18px;display:grid;grid-template-columns:30px 1fr;grid-gap:10px;gap:10px;align-content:start;border-right:1px solid var(--line)}.profileChecks>div:last-child{border-right:0}.profileChecks>div>b{width:27px;height:27px;display:grid;place-items:center;color:var(--muted);border:1px solid var(--line);border-radius:50%;font-size:9px}.profileChecks>div.complete>b{color:white;background:var(--blue);border-color:var(--blue)}.profileChecks p{margin:2px 0 0;display:grid;grid-gap:6px;gap:6px}.profileChecks strong{font-size:10px}.profileChecks p span{color:var(--muted);font-size:8px;line-height:1.45}.profileChecks a{margin:14px 0 0 40px;grid-column:1/-1;color:var(--blue);font-size:9px;font-weight:800}.profileDraft{padding:26px 30px;display:flex;align-items:center;justify-content:space-between;gap:25px;background:var(--orange);border-left:6px solid var(--ink)}.profileDraft span{color:#733a27;font-size:8px;font-weight:800;text-transform:uppercase}.profileDraft h2{margin:6px 0 3px;font:700 20px/1.2 Unbounded,sans-serif}.profileDraft p{margin:0;color:#744c3e;font-size:9px}.profileDraft>a{min-height:45px;padding:0 15px;display:flex;align-items:center;gap:8px;color:white;background:var(--ink);font-size:10px;font-weight:800}.profileDraft>a svg{width:17px}.profileData,.publicPreview{padding:32px;background:white;border:1px solid var(--line)}.profileSectionHead{display:flex;align-items:flex-end;justify-content:space-between}.profileSectionHead h2,.publicPreview h2{margin:0;font:700 28px/1.15 Unbounded,sans-serif;letter-spacing:-.045em}.profileSectionHead>span{color:var(--muted);font-size:8px;text-transform:uppercase}.profileData>dl{margin:27px 0 0;border-top:1px solid var(--line)}.profileData>dl>div{min-height:72px;display:grid;grid-template-columns:180px 1fr 240px;grid-gap:20px;gap:20px;align-items:center;border-bottom:1px solid var(--line);font-size:10px}.profileData dt{color:var(--muted)}.profileData dd{margin:0;font-weight:800}.profileData small{color:#8f99a0;font-size:8px}.profileData small.confirmed{color:#1d8758;font-weight:800}.publicPreview>article{margin-top:25px;padding:25px;display:grid;grid-template-columns:70px 1fr auto;grid-gap:18px;gap:18px;align-items:center;background:#f5f7f9;border:1px solid var(--line)}.publicAvatar{width:68px;height:68px;display:grid;place-items:center;color:white;background:var(--blue);border-radius:50%;font:700 23px/1 Unbounded,sans-serif}.publicPreview article h3{margin:0;font-size:14px}.publicPreview article p{margin:5px 0 10px;color:var(--muted);font-size:9px}.publicPreview article div>div{display:flex;align-items:center;gap:6px;color:#1d8758;font-size:8px;font-weight:800}.publicPreview article div>div svg{width:15px}.publicPreview article>dl{margin:0;display:flex}.publicPreview article>dl>div{min-width:72px;text-align:center;border-left:1px solid var(--line)}.publicPreview article dt{color:var(--muted);font-size:7px;text-transform:uppercase}.publicPreview article dd{margin:6px 0 0;font:700 17px/1 Unbounded,sans-serif}.dashboardPage{min-height:80vh;padding:28px var(--page-pad) 110px;background:#f2f5f8}.dashboardLayout{display:grid;grid-template-columns:245px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start}.dashboardNav{position:-webkit-sticky;position:sticky;top:85px;color:white;background:var(--ink)}.dashUser{padding:23px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #37434c}.dashUser>span{width:42px;height:42px;display:grid;place-items:center;flex:none;color:var(--ink);background:var(--orange);border-radius:50%;font:700 16px/1 Unbounded,sans-serif}.dashUser p{margin:0;display:grid;grid-gap:4px;gap:4px}.dashUser strong{font-size:11px}.dashUser small{color:#8e9ba4;font-size:8px}.dashboardNav nav{padding:10px 0}.dashboardNav nav a,.dashboardNav nav>span{min-height:51px;padding:0 19px;display:flex;align-items:center;gap:11px;color:#9aa7b0;border-left:3px solid transparent;font-size:10px;font-weight:800}.dashboardNav nav a.active{color:white;background:#1b2934;border-left-color:var(--blue)}.dashboardNav nav svg{width:18px}.dashboardNav nav em{margin-left:auto;color:#66747e;font-size:6px;font-style:normal;text-transform:uppercase}.dashPlace{min-height:46px;margin:10px 18px 20px;display:flex;align-items:center;justify-content:center;color:white;background:var(--blue);font-size:9px;font-weight:800}.dashboardContent{display:grid;grid-gap:20px;gap:20px}.dashboardHeader{min-height:280px;padding:42px;display:flex;justify-content:space-between;align-items:center;color:white;background:var(--ink);overflow:hidden}.dashboardHeader h1{margin:0;font:700 clamp(42px,5vw,68px)/.97 Unbounded,sans-serif;letter-spacing:-.065em}.dashboardHeader>div:first-child>span{margin-top:18px;display:block;color:#96a4ad;font-size:11px}.dashDate{width:180px;height:180px;padding:24px;flex:none;display:flex;flex-direction:column;color:var(--ink);background:var(--orange);box-shadow:10px 10px 0 var(--blue);transform:rotate(2deg)}.dashDate span{font-size:8px;font-weight:800;text-transform:uppercase}.dashDate strong{margin:auto 0 4px;font:700 62px/.8 Unbounded,sans-serif}.dashDate b{font-size:10px;text-transform:uppercase}.attentionQueue,.currentRental{padding:30px;background:white;border:1px solid var(--line)}.dashSectionHead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.dashSectionHead h2{margin:0;font:700 27px/1.1 Unbounded,sans-serif;letter-spacing:-.045em}.dashSectionHead>b{color:var(--blue);font-size:9px;text-transform:uppercase}.attentionList{margin-top:24px;border-top:1px solid var(--line)}.attentionList article{min-height:94px;padding:15px 0;display:grid;grid-template-columns:105px 55px 1fr auto;grid-gap:15px;gap:15px;align-items:center;border-bottom:1px solid var(--line)}.attentionList article.urgent{border-left:4px solid var(--orange);padding-left:14px}.attentionTime{color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase}.attentionIcon{width:52px;height:52px;display:grid;place-items:center;background:#d9f0f3}.attentionIcon svg{width:32px}.attentionIcon.shield{color:white;background:var(--blue)}.attentionIcon.shield svg{width:25px}.attentionList article>div:nth-child(3){display:grid;grid-gap:5px;gap:5px}.attentionList article>div:nth-child(3) strong{font-size:11px}.attentionList article>div:nth-child(3) p{margin:0;color:var(--muted);font-size:9px}.attentionList article>a{display:flex;align-items:center;gap:7px;color:var(--blue);font-size:9px;font-weight:800}.attentionList article>a svg{width:15px}.dashStats{display:grid;grid-template-columns:repeat(4,1fr);background:white;border:1px solid var(--line)}.dashStats article{min-height:150px;padding:20px;display:flex;flex-direction:column;border-right:1px solid var(--line)}.dashStats article:last-child{border-right:0}.dashStats span{color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase}.dashStats strong{margin:auto 0 5px;font:700 38px/1 Unbounded,sans-serif}.dashStats small{color:#929da5;font-size:8px}.dashColumns{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:20px;gap:20px}.statusBadge{padding:7px 9px;color:#76591c;background:#fff0bf;font-size:7px;font-weight:800;text-transform:uppercase}.rentalObject{margin-top:25px;padding:18px;display:flex;align-items:center;gap:15px;background:#f3f6f8}.rentalObject>div{width:76px;height:76px;display:grid;place-items:center;background:#d9f0f3}.rentalObject svg{width:48px}.rentalObject p{margin:0;display:grid;grid-gap:5px;gap:5px}.rentalObject small,.rentalObject span{color:var(--muted);font-size:8px}.rentalObject strong{font-size:11px}.currentRental>dl{margin:18px 0 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.currentRental>dl div{padding:13px 8px;border-right:1px solid var(--line)}.currentRental>dl div:last-child{border-right:0}.currentRental dt{color:var(--muted);font-size:7px;text-transform:uppercase}.currentRental dd{margin:5px 0 0;font-size:10px;font-weight:800}.rentalLinks{margin-top:17px;display:flex;gap:18px}.rentalLinks a{color:var(--blue);font-size:9px;font-weight:800}.dashSafety{padding:30px;display:flex;flex-direction:column;color:white;background:var(--blue)}.dashSafety>svg{width:38px;margin-bottom:auto}.dashSafety .sectionLabel{margin-top:45px;color:#c0d0ff}.dashSafety h2{margin:0;font:700 23px/1.1 Unbounded,sans-serif;letter-spacing:-.045em}.dashSafety>p:not(.sectionLabel){color:#d3deff;font-size:10px;line-height:1.55}.dashSafety>a{margin-top:18px;display:flex;align-items:center;gap:7px;color:white;font-size:9px;font-weight:800}.dashSafety>a svg{width:15px}.dashboardEmpty{padding:35px;display:flex;justify-content:space-between;align-items:flex-end;gap:30px;background:var(--orange)}.dashboardEmpty h2{max-width:680px;margin:0;font:700 28px/1.12 Unbounded,sans-serif;letter-spacing:-.045em}.dashboardEmpty .sectionLabel{color:#793b25}.dashboardEmpty .ctaButton{flex:none;color:white;background:var(--ink)}.ordersPage{min-height:80vh;padding:28px var(--page-pad) 110px;background:#f2f5f8}.ordersLayout{display:grid;grid-template-columns:245px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start}.ordersNav{position:-webkit-sticky;position:sticky;top:85px;color:white;background:var(--ink)}.ordersUser{padding:23px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #37434c}.ordersUser>span{width:42px;height:42px;display:grid;place-items:center;color:var(--ink);background:var(--orange);border-radius:50%;font:700 16px/1 Unbounded,sans-serif}.ordersUser p{margin:0;display:grid;grid-gap:4px;gap:4px}.ordersUser strong{font-size:11px}.ordersUser small{color:#8e9ba4;font-size:8px}.ordersNav nav{padding:10px 0}.ordersNav nav a,.ordersNav nav>span{min-height:51px;padding:0 19px;display:flex;align-items:center;gap:11px;color:#9aa7b0;border-left:3px solid transparent;font-size:10px;font-weight:800}.ordersNav nav a.active{color:white;background:#1b2934;border-left-color:var(--blue)}.ordersNav nav svg{width:18px}.ordersPlace{min-height:46px;margin:10px 18px 20px;display:flex;align-items:center;justify-content:center;color:white;background:var(--blue);font-size:9px;font-weight:800}.ordersContent{display:grid;grid-gap:22px;gap:22px}.ordersHeader{min-height:245px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;color:white;background:var(--blue)}.ordersHeader h1{margin:0;font:700 clamp(42px,5vw,68px)/.98 Unbounded,sans-serif;letter-spacing:-.065em}.ordersHeader>div:first-child>p:last-child{color:#cedaff;font-size:11px}.ordersSummary{width:155px;height:155px;padding:20px;display:flex;flex-direction:column;color:var(--ink);background:var(--orange);box-shadow:9px 9px 0 var(--ink);transform:rotate(2deg)}.ordersSummary span{font-size:8px;font-weight:800;text-transform:uppercase}.ordersSummary strong{margin:auto 0 4px;font:700 48px/.85 Unbounded,sans-serif}.ordersSummary small{font-size:8px}.orderTabs{min-height:62px;padding:0 24px;display:flex;align-items:stretch;gap:30px;background:white;border:1px solid var(--line)}.orderTabs a{display:flex;align-items:center;gap:7px;color:var(--muted);border-bottom:3px solid transparent;font-size:10px;font-weight:800}.orderTabs a.active{color:var(--ink);border-bottom-color:var(--blue)}.orderTabs b{min-width:20px;height:20px;display:grid;place-items:center;color:var(--blue);background:#eef3ff;border-radius:50%;font-size:8px}.ordersSection{padding:30px;background:white;border:1px solid var(--line);scroll-margin-top:90px}.ordersSectionHead{display:flex;align-items:flex-end;justify-content:space-between}.ordersSectionHead h2{margin:0;font:700 28px/1.1 Unbounded,sans-serif;letter-spacing:-.045em}.ordersSectionHead>span{color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase}.orderList{margin-top:25px;display:grid;grid-gap:15px;gap:15px}.orderCard{border:1px solid var(--line);border-left:5px solid #aab4bb}.orderCard.status-action{border-left-color:var(--orange)}.orderCard.status-request{border-left-color:var(--blue)}.orderCard.status-complete{border-left-color:#57a878}.orderCardTop{min-height:39px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;background:#f5f7f9;border-bottom:1px solid var(--line)}.orderCardTop span{color:var(--muted);font-weight:800}.orderCardTop b,.orderCardTop span{font-size:8px;text-transform:uppercase}.orderCardTop b{color:#6e7880}.status-action .orderCardTop b{color:#9a541f}.status-request .orderCardTop b{color:var(--blue)}.status-complete .orderCardTop b{color:#28764b}.orderCardBody{padding:18px;display:grid;grid-template-columns:66px 1fr auto;grid-gap:15px;gap:15px;align-items:center}.orderThing{width:64px;height:64px;display:grid;place-items:center;background:#d9f0f3}.orderThing svg{width:42px}.orderMain span{color:var(--muted);font-size:8px}.orderMain h3{margin:6px 0;font-size:12px}.orderMain p{margin:0;color:var(--muted);font-size:9px}.orderPrice{display:grid;grid-gap:5px;gap:5px;text-align:right}.orderPrice span{color:var(--muted);font-size:7px;text-transform:uppercase}.orderPrice strong{font:700 16px/1 Unbounded,sans-serif}.orderProgress{margin:0 18px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.orderProgress>div{padding:13px 0;position:relative;display:flex;align-items:center;gap:7px;color:#a1aab1;font-size:7px;font-weight:800}.orderProgress>div:not(:last-child):after{content:"";height:1px;position:absolute;left:27px;right:8px;top:23px;background:#d9dee2}.orderProgress i{width:21px;height:21px;z-index:1;display:grid;place-items:center;flex:none;background:white;border:1px solid #cbd2d7;border-radius:50%;font-style:normal}.orderProgress .active,.orderProgress .done{color:var(--ink)}.orderProgress .done i{color:white;background:var(--blue);border-color:var(--blue)}.orderProgress .active i{color:var(--ink);background:var(--orange);border-color:var(--orange)}.orderCardBottom{min-height:54px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fbfcfd;border-top:1px solid var(--line)}.orderCardBottom>span{color:var(--muted);font-size:8px}.orderCardBottom>a{display:flex;align-items:center;gap:7px;color:var(--blue);font-size:9px;font-weight:800}.orderCardBottom>a svg{width:15px}.ordersHelp{padding:24px 28px;justify-content:space-between;gap:25px;color:white;background:var(--ink)}.ordersHelp,.ordersHelp>div{display:flex;align-items:center}.ordersHelp>div{gap:14px}.ordersHelp>div>svg{width:30px;color:#83a6ff}.ordersHelp p{margin:0;display:grid;grid-gap:5px;gap:5px}.ordersHelp p strong{font-size:10px}.ordersHelp p span{color:#9eabb4;font-size:8px}.ordersHelp>a{display:flex;align-items:center;gap:7px;color:white;font-size:9px;font-weight:800}.ordersHelp>a svg{width:15px}.orderDetailsPage{min-height:80vh;padding:28px var(--page-pad) 110px;background:#f2f5f8}.orderDetailsHeader{min-height:300px;padding:42px;display:flex;align-items:center;justify-content:space-between;color:white;background:var(--ink)}.orderDetailsHeader h1{margin:0;font:700 clamp(43px,5.5vw,74px)/.96 Unbounded,sans-serif;letter-spacing:-.065em}.orderDetailsHeader>div:first-child>p:last-child{color:#a6b2ba;font-size:11px}.orderStateTicket{width:175px;height:175px;padding:22px;display:flex;flex-direction:column;color:var(--ink);background:var(--orange);box-shadow:10px 10px 0 var(--blue);transform:rotate(2deg)}.orderStateTicket small,.orderStateTicket span{font-size:8px;font-weight:800;text-transform:uppercase}.orderStateTicket strong{margin:auto 0 5px;font:700 52px/.8 Unbounded,sans-serif}.orderStateTicket b{font-size:12px}.orderStateTicket small{margin-top:4px;color:#76422f}.orderTimeline{display:grid;grid-template-columns:repeat(4,1fr);background:white;border:1px solid var(--line)}.orderTimeline>div{min-height:105px;padding:20px;display:grid;grid-template-columns:34px 1fr;grid-gap:10px;gap:10px;align-items:center;color:#98a2a9;border-right:1px solid var(--line)}.orderTimeline>div:last-child{border-right:0}.orderTimeline>div>b{width:30px;height:30px;display:grid;place-items:center;border:1px solid #cbd2d7;border-radius:50%;font-size:8px}.orderTimeline>div.active{color:var(--ink)}.orderTimeline>div.active>b{color:white;background:var(--blue);border-color:var(--blue)}.orderTimeline p{margin:0;display:grid;grid-gap:5px;gap:5px}.orderTimeline strong{font-size:10px}.orderTimeline span{font-size:8px}.orderDetailsGrid{margin-top:22px;display:grid;grid-template-columns:minmax(0,1fr) 330px;grid-gap:22px;gap:22px;align-items:start}.orderDetailsMain,.orderDetailsSide{display:grid;grid-gap:20px;gap:20px}.orderNextAction{padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:25px;background:var(--orange);border-left:6px solid var(--blue)}.orderNextAction>div{display:flex;align-items:center;gap:14px}.orderNextAction>div>svg{width:32px;flex:none}.orderNextAction p{margin:0;display:grid;grid-gap:4px;gap:4px}.orderNextAction span{color:#7c412b;font-size:7px;font-weight:800;text-transform:uppercase}.orderNextAction strong{font-size:12px}.orderNextAction small{color:#714c3e;font-size:8px}.orderNextAction>a{min-height:43px;padding:0 14px;display:flex;align-items:center;gap:8px;color:white;background:var(--ink);font-size:9px;font-weight:800;white-space:nowrap}.orderNextAction>a svg{width:15px}.orderThingDetails{min-height:245px;display:grid;grid-template-columns:.75fr 1.25fr;background:white;border:1px solid var(--line)}.orderThingVisual{display:grid;place-items:center}.orderThingVisual svg{width:125px}.orderThingDetails>div:last-child{padding:35px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.orderThingDetails h2{margin:0;font:700 25px/1.18 Unbounded,sans-serif;letter-spacing:-.045em}.orderThingDetails>div:last-child>span{margin-top:12px;color:var(--muted);font-size:9px}.orderThingDetails>div:last-child>a{margin-top:22px;color:var(--blue);font-size:9px;font-weight:800}.orderDocuments,.orderTerms{padding:30px;background:white;border:1px solid var(--line)}.orderBlockHead{display:flex;align-items:flex-end;justify-content:space-between}.orderBlockHead h2{margin:0;font:700 27px/1.12 Unbounded,sans-serif;letter-spacing:-.045em}.orderBlockHead>span{color:var(--muted);font-size:7px;text-transform:uppercase}.orderTerms dl{margin:25px 0 0;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.orderTerms dl div{min-height:63px;padding:13px 0;display:grid;grid-template-columns:115px 1fr;align-items:center;border-bottom:1px solid var(--line)}.orderTerms dl div:nth-child(odd):not(.wide){padding-right:18px}.orderTerms dl div:nth-child(2n){padding-left:18px;border-left:1px solid var(--line)}.orderTerms dl .wide{grid-column:1/-1}.orderTerms dt{color:var(--muted);font-size:8px}.orderTerms dd{margin:0;font-size:9px;font-weight:800}.orderDocuments>div:last-child{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.orderDocuments article{min-height:130px;padding:18px;display:grid;grid-template-columns:35px 1fr;grid-gap:10px;gap:10px;background:#f5f7f9;border:1px solid var(--line)}.orderDocuments article>svg{width:29px}.orderDocuments article p{margin:0;display:grid;grid-gap:6px;gap:6px}.orderDocuments article strong{font-size:10px}.orderDocuments article span{color:var(--muted);font-size:8px;line-height:1.45}.orderDocuments article a{grid-column:2;color:var(--blue);font-size:9px;font-weight:800}.orderConversation,.orderParticipants,.orderPayment{padding:25px;background:white;border:1px solid var(--line)}.orderParticipants>div{padding:17px 0;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line)}.orderParticipants>div:last-child{border-bottom:0}.participantAvatar{width:43px;height:43px;display:grid;place-items:center;flex:none;color:white;border-radius:50%;font-weight:800}.ownerColor{background:var(--orange)}.renterColor{background:var(--blue)}.orderParticipants p{margin:0;display:grid;grid-gap:3px;gap:3px}.orderParticipants small{color:var(--muted);font-size:7px;text-transform:uppercase}.orderParticipants strong{font-size:10px}.orderParticipants em{display:flex;align-items:center;gap:4px;color:#26754b;font-size:7px;font-style:normal}.orderParticipants em svg{width:12px}.orderParticipants em.waiting{color:#9b6d1c}.orderConversation>div:first-child{display:flex;justify-content:space-between}.orderConversation>div:first-child>span{color:var(--muted);font-size:7px}.orderConversation article{max-width:88%;margin:12px 0;padding:12px;background:#f1f3f5}.orderConversation article.own{margin-left:auto;background:#eef3ff}.orderConversation article b{font-size:8px}.orderConversation article p{margin:5px 0;font-size:9px;line-height:1.45}.orderConversation article small{color:var(--muted);font-size:7px}.orderConversation .openConversation{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--blue);background:white;border:1px solid var(--blue);font-size:9px;font-weight:800}.orderConversation .openConversation svg{width:15px}.orderPayment>div{padding:12px 0;display:flex;justify-content:space-between;border-bottom:1px solid var(--line);font-size:9px}.orderPayment>div span{color:var(--muted)}.orderPayment>p:last-child{color:var(--muted);font-size:8px;line-height:1.5}.orderSupportLink{padding:18px 20px;display:flex;justify-content:space-between;color:white;background:var(--ink);font-size:9px;font-weight:800}.orderSupportLink span{color:#8eadff}.messagesPage{min-height:80vh;padding:28px var(--page-pad) 90px;background:#f2f5f8}.messageWorkspace{min-height:720px;display:grid;grid-template-columns:315px minmax(0,1fr);background:white;border:1px solid var(--line)}.messageOrderPanel{padding:0 25px 25px;background:#f7f9fb;border-right:1px solid var(--line)}.messageOrderHead{min-height:48px;margin:0 -25px 22px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;color:white;background:var(--ink);font-size:8px;text-transform:uppercase}.messageOrderHead strong{color:#8caffe}.messageThing{height:185px;display:grid;place-items:center}.messageThing svg{width:100px}.messageOrderPanel h1{margin:22px 0 7px;font:700 17px/1.25 Unbounded,sans-serif;letter-spacing:-.04em}.messageOrderPanel>p{color:var(--muted);font-size:8px}.messageOrderPanel dl{margin:20px 0 0;border-top:1px solid var(--line)}.messageOrderPanel dl>div{padding:11px 0;display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line);font-size:8px}.messageOrderPanel dt{color:var(--muted)}.messageOrderPanel dd{margin:0;text-align:right;font-weight:800}.messageOrderLinks{padding:16px 0;display:flex;gap:16px}.messageOrderLinks a{color:var(--blue);font-size:8px;font-weight:800}.messageSafetyNote{margin-top:8px;padding:15px;display:flex;gap:10px;color:white;background:var(--blue)}.messageSafetyNote>svg{width:23px;flex:none}.messageSafetyNote p{margin:0;display:grid;grid-gap:5px;gap:5px}.messageSafetyNote strong{font-size:9px}.messageSafetyNote span{color:#d3deff;font-size:7px;line-height:1.45}.chatPanel{min-width:0;display:grid;grid-template-rows:auto 1fr auto auto}.chatHeader{min-height:72px;padding:0 25px;display:grid;grid-template-columns:43px 1fr auto;grid-gap:12px;gap:12px;align-items:center;border-bottom:1px solid var(--line)}.chatAvatar{width:42px;height:42px;display:grid;place-items:center;color:white;background:var(--orange);border-radius:50%;font-weight:800}.chatHeader p{margin:0;display:grid;grid-gap:4px;gap:4px}.chatHeader strong{font-size:11px}.chatHeader small{color:var(--muted);font-size:7px}.chatHeader small i{width:6px;height:6px;display:inline-block;background:#42a56e;border-radius:50%}.chatHeader>a{color:var(--blue);font-size:8px;font-weight:800}.chatMessages{min-height:485px;max-height:620px;padding:25px;overflow-y:auto;background:#f8fafb}.chatDay{margin:0 0 20px;display:flex;align-items:center;gap:12px;color:var(--muted);font-size:7px;text-transform:uppercase}.chatDay:after,.chatDay:before{content:"";height:1px;flex:1 1;background:var(--line)}.chatSystem{max-width:520px;margin:15px auto;padding:12px 15px;display:flex;gap:10px;align-items:center;color:#4e6070;background:#e9eef2}.chatSystem>svg{width:20px;flex:none}.chatSystem p{margin:0;display:grid;grid-gap:4px;gap:4px}.chatSystem strong{font-size:8px}.chatSystem span{font-size:7px}.chatSystem.warning{color:#68462e;background:#fff0bf}.chatMessage{max-width:64%;margin:14px 0;padding:13px 15px;background:white;border:1px solid var(--line);box-shadow:0 3px 10px rgba(16,24,32,.05)}.chatMessage.own{margin-left:auto;background:#e8efff;border-color:#c9d7fa}.chatMessage>div{display:flex;justify-content:space-between;gap:20px}.chatMessage b{font-size:8px}.chatMessage div span,.chatMessage small{color:var(--muted);font-size:7px}.chatMessage p{margin:7px 0 4px;font-size:10px;line-height:1.5}.chatMessage small{display:block;text-align:right}.quickReplies{padding:10px 18px;display:flex;gap:7px;overflow-x:auto;border-top:1px solid var(--line)}.quickReplies button{min-height:30px;padding:0 10px;flex:none;color:var(--blue);background:#eef3ff;border:1px solid #cddafa;border-radius:999px;font-size:7px;font-weight:800;cursor:pointer}.chatComposer{padding:14px 18px 16px;border-top:1px solid var(--line)}.chatComposer>div:last-of-type{display:grid;grid-template-columns:42px 1fr auto;grid-gap:8px;gap:8px;align-items:end}.attachButton{width:42px;height:42px;position:relative;display:grid;place-items:center;color:var(--blue);background:#eef3ff;cursor:pointer}.attachButton svg{width:23px}.attachButton input{position:absolute;inset:0;opacity:0;cursor:pointer}.chatComposer textarea{min-height:42px;max-height:120px;padding:12px;resize:vertical;border:1px solid var(--line);outline:none;font:500 10px/1.4 inherit}.chatComposer textarea:focus{border-color:var(--blue)}.chatComposer>div:last-of-type>button{min-height:42px;padding:0 15px;display:flex;align-items:center;gap:7px;color:white;background:var(--blue);border:0;font-size:9px;font-weight:800;cursor:pointer}.chatComposer button svg{width:15px}.chatComposer>small{margin:8px 50px 0;display:block;color:#9aa3aa;font-size:7px}.pendingAttachment{margin-bottom:8px;padding:8px 10px;display:flex;align-items:center;gap:8px;color:var(--ink);background:#eef3ff;font-size:8px}.pendingAttachment>svg{width:18px}.pendingAttachment button{margin-left:auto;color:var(--muted);background:transparent;border:0;font-size:17px;cursor:pointer}.conversationsPage{min-height:80vh;padding:28px var(--page-pad) 110px;background:#f2f5f8}.conversationsLayout{display:grid;grid-template-columns:245px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start}.conversationsNav{position:-webkit-sticky;position:sticky;top:85px;color:white;background:var(--ink)}.conversationsUser{padding:23px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #37434c}.conversationsUser>span{width:42px;height:42px;display:grid;place-items:center;color:var(--ink);background:var(--orange);border-radius:50%;font:700 16px/1 Unbounded,sans-serif}.conversationsUser p{margin:0;display:grid;grid-gap:4px;gap:4px}.conversationsUser strong{font-size:11px}.conversationsUser small{color:#8e9ba4;font-size:8px}.conversationsNav nav{padding:10px 0}.conversationsNav nav a,.conversationsNav nav>span{min-height:51px;padding:0 19px;display:flex;align-items:center;gap:11px;color:#9aa7b0;border-left:3px solid transparent;font-size:10px;font-weight:800}.conversationsNav nav a.active{color:white;background:#1b2934;border-left-color:var(--blue)}.conversationsNav nav svg{width:18px}.conversationsPlace{min-height:46px;margin:10px 18px 20px;display:flex;align-items:center;justify-content:center;color:white;background:var(--blue);font-size:9px;font-weight:800}.conversationsContent{display:grid;grid-gap:22px;gap:22px}.conversationsHeader{min-height:245px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;color:white;background:var(--ink)}.conversationsHeader h1{margin:0;font:700 clamp(42px,5vw,68px)/.98 Unbounded,sans-serif;letter-spacing:-.065em}.conversationsHeader>div:first-child>p:last-child{color:#a6b2ba;font-size:11px}.conversationsHeader>div:last-child{width:145px;height:145px;padding:20px;display:flex;flex-direction:column;color:var(--ink);background:var(--orange);box-shadow:9px 9px 0 var(--blue);transform:rotate(2deg)}.conversationsHeader>div:last-child small,.conversationsHeader>div:last-child span{font-size:8px;font-weight:800;text-transform:uppercase}.conversationsHeader>div:last-child strong{margin:auto 0 4px;font:700 46px/.85 Unbounded,sans-serif}.conversationsListPanel{background:white;border:1px solid var(--line)}.conversationTools{min-height:70px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.conversationTools>div{display:flex;align-self:stretch;gap:22px}.conversationTools>div button{display:flex;align-items:center;gap:7px;color:var(--muted);background:transparent;border:0;border-bottom:3px solid transparent;font-size:9px;font-weight:800;cursor:pointer}.conversationTools>div button.active{color:var(--ink);border-bottom-color:var(--blue)}.conversationTools button b{width:19px;height:19px;display:grid;place-items:center;color:var(--blue);background:#eef3ff;border-radius:50%;font-size:7px}.conversationTools>label{width:min(300px,45%);height:38px;position:relative;display:block}.conversationTools label svg{width:16px;position:absolute;left:11px;top:11px;color:var(--blue)}.conversationTools input{width:100%;height:100%;padding:0 12px 0 35px;border:1px solid var(--line);outline:none;font-size:9px}.conversationTools input:focus{border-color:var(--blue)}.conversationRow{min-height:135px;padding:20px;display:grid;grid-template-columns:65px 45px 1fr 125px;grid-gap:15px;gap:15px;align-items:center;border-bottom:1px solid var(--line);transition:background .2s ease}.conversationRow:last-child{border-bottom:0}.conversationRow:hover{background:#f7f9fb}.conversationRow.unread{background:#f3f6ff;border-left:4px solid var(--blue)}.conversationThing{width:64px;height:64px;display:grid;place-items:center;background:#d9f0f3}.conversationThing svg{width:42px}.conversationPerson{width:42px;height:42px;display:grid;place-items:center;color:white;background:var(--orange);border-radius:50%;font-weight:800}.conversationSummary{min-width:0}.conversationSummary>div{display:flex;justify-content:space-between}.conversationSummary>div strong{font-size:10px}.conversationSummary>div span{color:var(--muted);font-size:7px}.conversationSummary h2{margin:7px 0 4px;font-size:11px}.conversationSummary h2,.conversationSummary p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversationSummary p{margin:0;color:var(--muted);font-size:9px}.conversationSummary small{margin-top:8px;display:block;color:#9ba4aa;font-size:7px}.conversationMeta{display:grid;justify-items:end;grid-gap:12px;gap:12px}.conversationMeta>span{color:#7b5e24;font-size:7px;font-weight:800;text-transform:uppercase}.conversationMeta>b{width:22px;height:22px;display:grid;place-items:center;color:white;background:var(--blue);border-radius:50%;font-size:8px}.conversationMeta>svg{width:17px;color:var(--blue)}.conversationEmpty{min-height:350px;padding:40px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.conversationEmpty>svg{width:40px;color:var(--blue)}.conversationEmpty h2{margin:20px 0 7px;font:700 20px/1.2 Unbounded,sans-serif}.conversationEmpty p{color:var(--muted);font-size:10px}.conversationEmpty button{margin-top:12px;padding:10px 14px;color:white;background:var(--blue);border:0;font-size:9px;font-weight:800}.conversationRule{padding:24px 28px;display:grid;grid-template-columns:35px 1fr auto;grid-gap:14px;gap:14px;align-items:center;color:white;background:var(--blue)}.conversationRule>svg{width:31px}.conversationRule strong{font-size:10px}.conversationRule p{margin:5px 0 0;color:#d1ddff;font-size:8px}.conversationRule>a{color:white;font-size:9px;font-weight:800}.favoritesPage{min-height:80vh;padding:28px var(--page-pad) 110px;background:#f2f5f8}.favoritesLayout{display:grid;grid-template-columns:245px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start}.favoritesNav{position:-webkit-sticky;position:sticky;top:85px;color:white;background:var(--ink)}.favoritesUser{padding:23px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #37434c}.favoritesUser>span{width:42px;height:42px;display:grid;place-items:center;color:var(--ink);background:var(--orange);border-radius:50%;font:700 16px/1 Unbounded,sans-serif}.favoritesUser p{margin:0;display:grid;grid-gap:4px;gap:4px}.favoritesUser strong{font-size:11px}.favoritesUser small{color:#8e9ba4;font-size:8px}.favoritesNav nav{padding:10px 0}.favoritesNav nav a{min-height:51px;padding:0 19px;display:flex;align-items:center;gap:11px;color:#9aa7b0;border-left:3px solid transparent;font-size:10px;font-weight:800}.favoritesNav nav a.active{color:white;background:#1b2934;border-left-color:var(--blue)}.favoritesNav nav svg{width:18px}.favoritesPlace{min-height:46px;margin:10px 18px 20px;display:flex;align-items:center;justify-content:center;color:white;background:var(--blue);font-size:9px;font-weight:800}.favoritesContent{display:grid;grid-gap:22px;gap:22px}.favoritesHeader{min-height:270px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;color:white;background:var(--blue)}.favoritesHeader h1{margin:0;font:700 clamp(40px,5vw,66px)/.98 Unbounded,sans-serif;letter-spacing:-.065em}.favoritesHeader>div:first-child>p:last-child{color:#cfdbff;font-size:11px}.favoritesHeader>div:last-child{width:145px;height:145px;padding:20px;display:flex;flex-direction:column;color:var(--ink);background:var(--orange);box-shadow:9px 9px 0 var(--ink);transform:rotate(2deg)}.favoritesHeader>div:last-child small,.favoritesHeader>div:last-child span{font-size:8px;font-weight:800;text-transform:uppercase}.favoritesHeader>div:last-child strong{margin:auto 0 4px;font:700 46px/.85 Unbounded,sans-serif}.favoritesPanel{padding:30px;background:white;border:1px solid var(--line)}.favoritesTools{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.favoritesTools h2{margin:0;font:700 27px/1.1 Unbounded,sans-serif;letter-spacing:-.045em}.favoritesTools label{display:grid;grid-gap:6px;gap:6px;color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase}.favoritesTools select{min-width:180px;height:40px;padding:0 10px;color:var(--ink);background:white;border:1px solid var(--line)}.favoriteCards{margin-top:26px;display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.favoriteCard{position:relative;display:grid;grid-template-columns:.78fr 1.22fr;overflow:hidden;border:1px solid var(--line);background:white}.removeFavorite{width:34px;height:34px;z-index:2;position:absolute;top:10px;left:10px;display:grid;place-items:center;color:#db4938;background:white;border:0;border-radius:50%;box-shadow:0 3px 12px rgba(16,24,32,.15);cursor:pointer}.removeFavorite svg{width:17px;fill:currentColor}.favoriteVisual{min-height:245px;position:relative;display:grid;place-items:center}.favoriteVisual>svg{width:90px}.favoriteVisual>span{position:absolute;left:10px;bottom:10px;padding:6px 8px;color:var(--ink);background:white;font-size:7px;font-weight:800;text-transform:uppercase}.favoriteBody{min-width:0;padding:20px;display:flex;flex-direction:column}.favoriteBody>span{color:var(--muted);font-size:7px}.favoriteBody>a{margin-top:10px;font-size:11px;font-weight:800;line-height:1.4}.favoriteRating{margin-top:12px;display:flex;align-items:center;gap:5px;font-size:8px}.favoriteRating svg{width:13px;color:#f2ad22}.favoriteRating span{color:var(--muted)}.favoriteBottom{margin-top:auto;padding-top:15px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;border-top:1px solid var(--line)}.favoriteBottom p{margin:0;display:grid}.favoriteBottom strong{font:700 15px/1 Unbounded,sans-serif}.favoriteBottom p span{margin-top:4px;color:var(--muted);font-size:7px}.favoriteBottom>a{display:flex;align-items:center;gap:5px;color:var(--blue);font-size:8px;font-weight:800}.favoriteBottom>a svg{width:14px}.favoritesEmpty{min-height:350px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.favoritesEmpty>svg{width:45px;color:var(--blue)}.favoritesEmpty h2{margin:18px 0 6px;font:700 21px/1.2 Unbounded,sans-serif}.favoritesEmpty p{color:var(--muted);font-size:10px}.favoritesEmpty button{padding:10px 14px;color:white;background:var(--blue);border:0;font-size:9px;font-weight:800}.favoritesHint{padding:32px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px;background:var(--orange)}.favoritesHint h2{max-width:650px;margin:0;font:700 28px/1.12 Unbounded,sans-serif;letter-spacing:-.045em}.favoritesHint .sectionLabel{color:#793b25}.favoritesHint .ctaButton{flex:none;color:white;background:var(--ink)}.myListingsPage{min-height:80vh;padding:28px var(--page-pad) 110px;background:#f2f5f8}.myListingsLayout{display:grid;grid-template-columns:245px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start}.myListingsNav{position:-webkit-sticky;position:sticky;top:85px;color:white;background:var(--ink)}.myListingsUser{padding:23px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #37434c}.myListingsUser>span{width:42px;height:42px;display:grid;place-items:center;color:var(--ink);background:var(--orange);border-radius:50%;font:700 16px/1 Unbounded,sans-serif}.myListingsUser p{margin:0;display:grid;grid-gap:4px;gap:4px}.myListingsUser strong{font-size:11px}.myListingsUser small{color:#8e9ba4;font-size:8px}.myListingsNav nav{padding:10px 0}.myListingsNav nav a{min-height:51px;padding:0 19px;display:flex;align-items:center;gap:11px;color:#9aa7b0;border-left:3px solid transparent;font-size:10px;font-weight:800}.myListingsNav nav a.active{color:white;background:#1b2934;border-left-color:var(--blue)}.myListingsNav nav svg{width:18px}.myListingsPlace{min-height:46px;margin:10px 18px 20px;display:flex;align-items:center;justify-content:center;color:white;background:var(--blue);font-size:9px;font-weight:800}.myListingsContent{display:grid;grid-gap:22px;gap:22px}.myListingsHeader{min-height:270px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;color:white;background:var(--ink)}.myListingsHeader h1{margin:0;font:700 clamp(42px,5vw,68px)/.98 Unbounded,sans-serif;letter-spacing:-.065em}.myListingsHeader>div>p:last-child{color:#a6b2ba;font-size:11px}.myListingsHeader>a{width:150px;height:150px;padding:20px;display:flex;flex-direction:column;color:var(--ink);background:var(--orange);box-shadow:9px 9px 0 var(--blue);transform:rotate(2deg)}.myListingsHeader>a small,.myListingsHeader>a span{font-size:8px;font-weight:800;text-transform:uppercase}.myListingsHeader>a strong{margin:auto 0 4px;font:700 50px/.8 Unbounded,sans-serif}.ownerListingStats{display:grid;grid-template-columns:repeat(4,1fr);background:white;border:1px solid var(--line)}.ownerListingStats article{min-height:145px;padding:20px;display:flex;flex-direction:column;border-right:1px solid var(--line)}.ownerListingStats article:last-child{border-right:0}.ownerListingStats span{color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase}.ownerListingStats strong{margin:auto 0 5px;font:700 37px/1 Unbounded,sans-serif}.ownerListingStats small{color:#919ca4;font-size:8px}.ownerListingsBoard{background:white;border:1px solid var(--line)}.ownerListingTabs{min-height:62px;padding:0 23px;display:flex;gap:25px;border-bottom:1px solid var(--line)}.ownerListingTabs button{display:flex;align-items:center;gap:7px;color:var(--muted);background:transparent;border:0;border-bottom:3px solid transparent;font-size:9px;font-weight:800;cursor:pointer}.ownerListingTabs button.active{color:var(--ink);border-bottom-color:var(--blue)}.ownerListingTabs b{width:20px;height:20px;display:grid;place-items:center;color:var(--blue);background:#eef3ff;border-radius:50%;font-size:7px}.ownerListingRow{min-height:175px;padding:20px;display:grid;grid-template-columns:115px 1fr 135px 180px;grid-gap:20px;gap:20px;align-items:center;border-bottom:1px solid var(--line);border-left:5px solid #aab4bb}.ownerListingRow:last-child{border-bottom:0}.ownerListingRow.state-published{border-left-color:#51a574}.ownerListingRow.state-draft{border-left-color:var(--orange)}.ownerListingRow.state-review{border-left-color:var(--blue)}.ownerListingRow.state-paused{border-left-color:#8b969e;background:#f8f9fa}.ownerListingVisual{height:115px;position:relative;display:grid;place-items:center;background:#d9f0f3}.ownerListingVisual svg{width:67px}.ownerListingVisual span{position:absolute;left:7px;bottom:7px;padding:5px;background:white;font-size:6px;font-weight:800}.ownerListingStatus{color:#387d55;font-size:7px;font-weight:800;text-transform:uppercase}.state-draft .ownerListingStatus{color:#9a5e22}.state-review .ownerListingStatus{color:var(--blue)}.ownerListingInfo h2{margin:7px 0;font-size:12px}.ownerListingInfo p{margin:0;color:var(--muted);font-size:8px}.draftProgress{margin-top:14px;height:4px;position:relative;background:#e1e6e9}.draftProgress i{height:100%;display:block;background:var(--orange)}.draftProgress span{position:absolute;top:8px;left:0;color:var(--muted);font-size:7px}.ownerListingRow>dl{margin:0;display:flex}.ownerListingRow>dl div{min-width:62px;text-align:center;border-left:1px solid var(--line)}.ownerListingRow dt{color:var(--muted);font-size:7px}.ownerListingRow dd{margin:6px 0 0;font:700 17px/1 Unbounded,sans-serif}.ownerListingActions{display:grid;grid-gap:7px;gap:7px;justify-items:stretch}.ownerListingActions>a,.ownerListingActions>button{min-height:34px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--blue);background:white;border:1px solid #ccd7f1;font-size:8px;font-weight:800;text-align:center;cursor:pointer}.ownerListingActions>a.primaryAction,.ownerListingActions>button.primaryAction{color:white;background:var(--blue);border-color:var(--blue)}.ownerListingActions a svg{width:13px}.ownerListingActions a b{width:17px;height:17px;display:grid;place-items:center;color:var(--blue);background:white;border-radius:50%;font-size:7px}.ownerListingActions>span{color:var(--muted);font-size:7px;line-height:1.4;text-align:center}.listingOwnerTip{padding:24px 28px;display:grid;grid-template-columns:35px 1fr auto;grid-gap:14px;gap:14px;align-items:center;color:white;background:var(--blue)}.listingOwnerTip>svg{width:32px}.listingOwnerTip strong{font-size:10px}.listingOwnerTip p{margin:5px 0 0;color:#d1ddff;font-size:8px}.listingOwnerTip>a{color:white;font-size:9px;font-weight:800}.verificationHero{background:linear-gradient(120deg,#dfe9ff,#f7f9ff 62%,#bfead5)}.verificationFlow{display:grid;grid-template-columns:repeat(4,1fr);margin-top:28px;border:1px solid var(--line)}.verificationFlow article{min-height:285px;padding:28px;border-right:1px solid var(--line)}.verificationFlow article:last-child{border:0}.verificationFlow b{color:var(--blue)}.verificationFlow h2{margin:55px 0 15px;font:700 18px/1.3 Unbounded,sans-serif}.verificationFlow p{color:var(--muted);font-size:13px;line-height:1.65}.verificationCard{margin-top:28px;padding:34px;display:flex;justify-content:space-between;gap:35px;align-items:center;color:white;background:var(--ink)}.verificationCard div{display:grid;grid-gap:8px;gap:8px}.verificationCard span{color:#8babff;font-size:9px;font-weight:800;letter-spacing:.12em}.verificationCard strong{font:700 21px/1.2 Unbounded,sans-serif}.verificationCard p{margin:0;color:#aeb7bf}.verificationCard button{min-width:260px;min-height:62px;padding:10px 18px;display:grid;grid-gap:5px;gap:5px;place-items:center;border:0;border-radius:12px;color:white;background:#65717b;font-weight:800;cursor:not-allowed}.verificationCard small{font-size:9px;font-weight:500}.supportGrid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:28px;border:1px solid var(--line)}.supportGrid article{min-height:260px;padding:30px;border-right:1px solid var(--line)}.supportGrid article:last-child{border:0}.supportGrid b{color:var(--blue);font-size:12px;text-transform:uppercase}.supportGrid h2{margin:45px 0 15px;font:700 20px/1.25 Unbounded,sans-serif}.supportGrid p{color:var(--muted);line-height:1.65}.operatorCard{margin-top:28px;padding:28px;color:white;background:var(--ink)}.operatorCard p{margin:8px 0 0;color:#aeb7bf}.cookieNotice{position:fixed;z-index:10000;right:20px;bottom:20px;width:min(620px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto;padding:22px;display:grid;grid-gap:18px;gap:18px;color:white;background:var(--ink);border:1px solid #3b4650;border-radius:18px 6px 18px 6px;box-shadow:0 24px 70px rgba(0,0,0,.32)}.cookieText{display:grid;grid-gap:7px;gap:7px}.cookieText>span{color:#79a0ff;font-size:9px;letter-spacing:.16em;font-weight:800}.cookieText>strong{font:700 23px/1.1 Unbounded,sans-serif;letter-spacing:-.04em}.cookieText p{margin:0;color:#b8c1c8;font-size:13px;line-height:1.55}.cookiePolicy{color:#8babff;font-size:12px;text-decoration:underline;text-underline-offset:3px}.cookieOptions{display:grid;grid-gap:8px;gap:8px}.cookieOption{min-height:70px;padding:12px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;border:1px solid #3b4650;border-radius:10px;background:#1a252e}.cookieOption>span{display:grid;grid-gap:5px;gap:5px}.cookieOption strong{font-size:13px}.cookieOption small{color:#aeb7bf;font-size:11px;line-height:1.4}.cookieOption input{width:21px;height:21px;accent-color:var(--blue)}.cookieOption.disabled{opacity:.7}.cookieActions{display:grid;grid-template-columns:1.15fr 1fr .8fr;grid-gap:8px;gap:8px}.cookieActions button{min-height:48px;padding:0 14px;border-radius:10px;color:white;font-size:11px;font-weight:800;transition:border-color .2s,background-color .2s}.cookieAccept{border:1px solid var(--blue);background:var(--blue)}.cookieConfigure{border:1px solid #65717b;background:transparent}.cookieReject{border:1px solid #3b4650;background:#26323b}.cookieManage{position:fixed;z-index:9998;left:14px;bottom:14px;min-height:36px;padding:0 13px;border:1px solid #3b4650;border-radius:999px;color:white;background:var(--ink);font-size:11px;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.22)}.aboutHero{background:linear-gradient(120deg,#dfe9ff,#f5f8ff 65%,#ffd363)}.platformGrid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:26px;border:1px solid var(--line)}.platformGrid article{min-height:310px;padding:36px;border-right:1px solid var(--line)}.platformGrid article:last-child{border-right:0}.platformGrid span{color:var(--blue);font:700 14px/1 Unbounded,sans-serif}.platformGrid h2{margin:60px 0 18px;font:700 22px/1.2 Unbounded,sans-serif;letter-spacing:-.04em}.platformGrid p{margin:0;color:var(--muted);line-height:1.7}.companyPanel{margin-top:90px;padding:54px;display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:70px;gap:70px;color:white;background:var(--ink);border-radius:30px 8px 30px 8px}.aboutCta h2,.companyPanel h2{margin:0;font:700 clamp(34px,4vw,52px)/1.04 Unbounded,sans-serif;letter-spacing:-.055em}.companyPanel p:not(.sectionLabel){max-width:520px;color:#aeb7bf;line-height:1.7}.companyPanel a{color:#79a0ff;text-decoration:underline;text-underline-offset:4px}.companyPanel dl{margin:0;border-top:1px solid #3a4650}.companyPanel dl div{display:grid;grid-template-columns:140px 1fr;grid-gap:24px;gap:24px;padding:20px 0;border-bottom:1px solid #3a4650}.companyPanel dt{color:#84919b}.companyPanel dd{margin:0;font-weight:700}.aboutCta{margin-top:24px;padding:64px;background:#ffd363;border-radius:8px 30px 8px 30px}.aboutCta>p{margin:0 0 14px;font-weight:800}:focus-visible{outline:3px solid var(--orange);outline-offset:3px}@media (max-width:1100px){.myListingsLayout{grid-template-columns:210px minmax(0,1fr)}.ownerListingRow{grid-template-columns:95px 1fr 150px}.ownerListingRow>dl{display:none}.favoritesLayout{grid-template-columns:210px minmax(0,1fr)}.favoriteCards{grid-template-columns:1fr}.conversationsLayout{grid-template-columns:210px minmax(0,1fr)}.messageWorkspace{grid-template-columns:275px minmax(0,1fr)}.orderDetailsGrid{grid-template-columns:minmax(0,1fr) 280px}.dashboardLayout,.ordersLayout{grid-template-columns:210px minmax(0,1fr)}.dashColumns{grid-template-columns:1fr}.dashSafety{min-height:330px}.profileLayout{grid-template-columns:210px minmax(0,1fr)}.profileData>dl>div{grid-template-columns:140px 1fr}.profileData>dl small{grid-column:2;padding-bottom:10px}.registrationWorkspace{grid-template-columns:260px minmax(0,1fr)}.registrationForm fieldset{padding:34px 28px 28px}.identityImport,.registrationConsent,.registrationRole{margin-left:28px;margin-right:28px}.createProfileButton{margin-right:28px}.listingWorkspace{grid-template-columns:220px minmax(0,1fr)}.listingWizard fieldset{padding:35px 28px 45px}.lendMainGrid{gap:45px}.lendCategoryStrip{grid-template-columns:repeat(3,1fr)}.lendCategoryStrip article:nth-child(3){border-right:0}.lendCategoryStrip article:nth-child(-n+3){border-bottom:1px solid var(--line)}.lendControl{gap:55px}.catalogPage,.hero,.itemPage,.section,.siteHeader,.trustSection{padding-left:24px;padding-right:24px}.ownerCta{width:calc(100% - 48px);margin-left:24px;margin-right:24px}.desktopNav{display:none}.hero{grid-template-columns:1fr 330px;gap:25px}.hero h1{font-size:54px}.objectCard{width:270px;min-height:295px}.objectCard svg{width:140px}.availabilityTape{width:340px}.searchBar{grid-template-columns:1.2fr .8fr .8fr 100px}.searchField{padding:9px 14px}.catalogResults .listingGrid,.categoryGrid,.listingGrid{grid-template-columns:repeat(2,1fr)}.ownerCta>div:last-child{padding:50px 40px}.howHero{grid-template-columns:1fr .75fr}.memoryGrid{grid-template-columns:1fr 1fr}.memoryGrid article:nth-child(2){border-right:0}.memoryGrid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.evidenceRules,.evidenceStages{grid-template-columns:1fr 1fr}.safetyMainHero{grid-template-columns:1fr .8fr}.safetyRedFlags,.safetyTimeline{gap:50px}}@media (max-width:760px){.myListingsPage{padding:18px 16px 70px}.myListingsLayout{grid-template-columns:1fr}.myListingsNav{position:static}.myListingsNav nav{display:grid;grid-template-columns:repeat(5,1fr)}.myListingsNav nav a{min-height:65px;padding:7px;justify-content:center;flex-direction:column;border-left:0;border-bottom:3px solid transparent;text-align:center;font-size:7px}.myListingsPlace{margin-top:0}.myListingsHeader{min-height:380px;padding:28px 20px;align-items:flex-start;flex-direction:column}.myListingsHeader h1{font-size:43px}.myListingsHeader>a{width:125px;height:125px;align-self:flex-end}.ownerListingStats{grid-template-columns:1fr 1fr}.ownerListingStats article:nth-child(2){border-right:0}.ownerListingStats article:nth-child(-n+2){border-bottom:1px solid var(--line)}.ownerListingTabs{padding:0 12px;gap:18px;overflow-x:auto}.ownerListingTabs button{flex:none}.ownerListingRow{padding:14px;grid-template-columns:80px 1fr}.ownerListingVisual{height:80px}.ownerListingVisual svg{width:48px}.ownerListingActions{grid-column:1/-1;grid-template-columns:1fr 1fr}.listingOwnerTip{grid-template-columns:30px 1fr}.listingOwnerTip>a{grid-column:2}.favoritesPage{padding:18px 16px 70px}.favoritesLayout{grid-template-columns:1fr}.favoritesNav{position:static}.favoritesNav nav{display:grid;grid-template-columns:repeat(5,1fr)}.favoritesNav nav a{min-height:65px;padding:7px;justify-content:center;flex-direction:column;border-left:0;border-bottom:3px solid transparent;text-align:center;font-size:7px}.favoritesPlace{margin-top:0}.favoritesHeader{min-height:380px;padding:28px 20px;align-items:flex-start;flex-direction:column}.favoritesHeader h1{font-size:42px}.favoritesHeader>div:last-child{width:125px;height:125px;align-self:flex-end}.favoritesPanel{padding:25px 14px}.favoritesTools{align-items:stretch;flex-direction:column}.favoritesTools select{width:100%}.favoriteCard{grid-template-columns:1fr}.favoriteVisual{min-height:220px}.favoriteBody{min-height:210px}.favoritesHint{align-items:flex-start;flex-direction:column}.conversationsPage{padding:18px 16px 70px}.conversationsLayout{grid-template-columns:1fr}.conversationsNav{position:static}.conversationsNav nav{display:grid;grid-template-columns:repeat(5,1fr)}.conversationsNav nav a,.conversationsNav nav>span{min-height:65px;padding:7px;justify-content:center;flex-direction:column;border-left:0;border-bottom:3px solid transparent;text-align:center;font-size:7px}.conversationsPlace{margin-top:0}.conversationsHeader{min-height:360px;padding:28px 20px;align-items:flex-start;flex-direction:column}.conversationsHeader h1{font-size:43px}.conversationsHeader>div:last-child{width:125px;height:125px;align-self:flex-end}.conversationTools{padding:12px;align-items:stretch;flex-direction:column}.conversationTools>div{min-height:46px}.conversationTools>label{width:100%}.conversationRow{padding:16px 12px;grid-template-columns:50px 1fr 35px;gap:10px}.conversationThing{width:48px;height:48px}.conversationThing svg{width:32px}.conversationPerson{display:none}.conversationMeta{grid-column:3;grid-row:1}.conversationMeta>span{display:none}.conversationRule{grid-template-columns:30px 1fr}.conversationRule>a{grid-column:2}.messagesPage{padding:18px 16px 70px}.messageWorkspace{grid-template-columns:1fr}.messageOrderPanel{display:none}.chatHeader{padding:0 15px}.chatMessages{min-height:520px;padding:16px}.chatMessage{max-width:85%}.chatComposer{padding:12px}.chatComposer>div:last-of-type{grid-template-columns:38px 1fr}.chatComposer>div:last-of-type>button{grid-column:1/-1;justify-content:center}.chatComposer>small{margin:8px 0 0}.orderDetailsPage{padding:18px 16px 70px}.orderDetailsHeader{min-height:390px;padding:28px 20px;align-items:flex-start;flex-direction:column}.orderDetailsHeader h1{font-size:43px}.orderStateTicket{width:135px;height:135px;align-self:flex-end}.orderStateTicket strong{font-size:40px}.orderTimeline{grid-template-columns:1fr 1fr}.orderTimeline>div:nth-child(2){border-right:0}.orderTimeline>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.orderDetailsGrid{grid-template-columns:1fr}.orderNextAction{align-items:flex-start;flex-direction:column}.orderThingDetails{grid-template-columns:1fr}.orderThingVisual{min-height:220px}.orderDocuments,.orderTerms{padding:25px 18px}.orderTerms dl{grid-template-columns:1fr}.orderTerms dl div,.orderTerms dl div:nth-child(2n),.orderTerms dl div:nth-child(odd):not(.wide){padding-left:0;padding-right:0;border-left:0}.orderTerms dl .wide{grid-column:auto}.orderDocuments>div:last-child{grid-template-columns:1fr}.ordersPage{padding:18px 16px 70px}.ordersLayout{grid-template-columns:1fr}.ordersNav{position:static}.ordersNav nav{display:grid;grid-template-columns:repeat(5,1fr)}.ordersNav nav a,.ordersNav nav>span{min-height:65px;padding:7px;justify-content:center;flex-direction:column;border-left:0;border-bottom:3px solid transparent;text-align:center;font-size:7px}.ordersPlace{margin-top:0}.ordersHeader{min-height:360px;padding:28px 20px;align-items:flex-start;flex-direction:column}.ordersHeader h1{font-size:43px}.ordersSummary{width:125px;height:125px;align-self:flex-end}.orderTabs{padding:0 12px;gap:18px;overflow-x:auto}.orderTabs a{flex:none}.ordersSection{padding:25px 14px}.orderCardBody{grid-template-columns:58px 1fr}.orderThing{width:56px;height:56px}.orderPrice{grid-column:2;text-align:left}.orderProgress{overflow-x:auto}.orderProgress>div{min-width:95px}.orderCardBottom{padding:12px 15px}.orderCardBottom,.ordersHelp{align-items:flex-start;flex-direction:column}.dashboardPage{padding:18px 16px 70px}.dashboardLayout{grid-template-columns:1fr}.dashboardNav{position:static}.dashboardNav nav{display:grid;grid-template-columns:repeat(5,1fr)}.dashboardNav nav a,.dashboardNav nav>span{min-height:65px;padding:7px;justify-content:center;flex-direction:column;border-left:0;border-bottom:3px solid transparent;text-align:center;font-size:7px}.dashboardNav nav em{display:none}.dashPlace{margin-top:0}.dashboardHeader{min-height:390px;padding:28px 20px;align-items:flex-start;flex-direction:column}.dashboardHeader h1{font-size:43px}.dashDate{width:135px;height:135px;align-self:flex-end}.dashDate strong{font-size:44px}.attentionQueue,.currentRental{padding:25px 18px}.attentionList article{padding:16px 0;grid-template-columns:48px 1fr}.attentionList article.urgent{padding-left:10px}.attentionTime{grid-column:1/-1}.attentionIcon{width:46px;height:46px}.attentionList article>a{grid-column:2}.dashStats{grid-template-columns:1fr 1fr}.dashStats article:nth-child(2){border-right:0}.dashStats article:nth-child(-n+2){border-bottom:1px solid var(--line)}.dashColumns{grid-template-columns:1fr}.dashboardEmpty{align-items:flex-start;flex-direction:column}.profileNav nav{grid-template-columns:repeat(5,1fr)}.profilePage{padding:18px 16px 70px}.profileLayout{grid-template-columns:1fr}.profileNav{position:static}.profileNav nav{display:grid;grid-template-columns:repeat(4,1fr)}.profileNav nav a,.profileNav nav>span{min-height:65px;padding:8px;justify-content:center;flex-direction:column;border-left:0;border-bottom:3px solid transparent;text-align:center}.profileLogout,.profileNav nav em{display:none}.profileHeader{padding:25px 20px;grid-template-columns:72px 1fr}.profileAvatar{width:70px;height:70px;font-size:25px}.profileHeader>button{grid-column:1/-1}.profileChecks{grid-template-columns:1fr}.profileChecks>div{min-height:105px;border-right:0;border-bottom:1px solid var(--line)}.profileChecks>div:last-child{border-bottom:0}.profileDraft{align-items:flex-start;flex-direction:column}.profileData,.publicPreview{padding:25px 18px}.profileSectionHead{align-items:flex-start;flex-direction:column;gap:8px}.profileData>dl>div{padding:15px 0;grid-template-columns:1fr;gap:6px}.profileData>dl small{grid-column:auto;padding:0}.publicPreview>article{grid-template-columns:58px 1fr}.publicAvatar{width:56px;height:56px}.publicPreview article>dl{grid-column:1/-1;padding-top:18px;border-top:1px solid var(--line)}.publicPreview article>dl>div{flex:1 1}.registrationPage{padding:18px 16px 70px}.registrationHeader{padding:35px 0 45px;grid-template-columns:1fr;gap:22px}.registrationHeader h1{font-size:42px}.registrationFacts,.registrationWorkspace{grid-template-columns:1fr}.registrationFacts{position:static;display:grid}.registrationFacts>div{min-height:150px}.registrationForm{margin-right:8px;box-shadow:8px 8px 0 var(--orange)}.registrationFormHead{padding:0 18px}.registrationForm fieldset{padding:32px 18px 26px;grid-template-columns:1fr}.identityImport{margin:25px 18px 0}.identityImportOptions{grid-template-columns:1fr}.registrationForm .registrationWide,.registrationForm fieldset>p{grid-column:auto}.registrationRole{margin:0 18px}.registrationRole>div{grid-template-columns:1fr}.registrationRole label{min-height:82px}.registrationConsent{margin:22px 18px 0}.createProfileButton{width:calc(100% - 36px);margin:18px;justify-content:center}.registrationComplete{padding:45px 20px;box-shadow:8px 8px 0 var(--orange)}.phoneCodePage{padding:18px 16px 70px}.phoneCodeWorkspace{min-height:auto;padding-top:35px;grid-template-columns:1fr;gap:45px}.phoneCodeIntro h1{font-size:46px}.phoneCodeCard{margin-right:8px;padding:0 18px 25px;box-shadow:8px 8px 0 var(--blue)}.codeCardHead{margin-left:-18px;margin-right:-18px}.codeInputs{gap:5px}.codeVerified{padding-top:38px}.loginPage{padding:18px 16px 70px}.loginWorkspace{min-height:auto;padding-top:35px;grid-template-columns:1fr;gap:50px}.loginMessage h1{font-size:46px}.loginCard{margin-right:8px;padding:0 20px 25px;box-shadow:8px 8px 0 var(--blue)}.loginCardHead{margin-left:-20px;margin-right:-20px}.notFoundPage{padding:75px 16px}.notFoundPage>div:last-child{align-items:stretch;flex-direction:column}.createListingPage{padding:18px 16px 70px}.createListingHeader{padding:35px 0 45px;grid-template-columns:1fr;gap:22px}.createListingHeader h1{font-size:43px}.listingWorkspace{grid-template-columns:1fr}.listingProgress{position:static;padding:18px}.listingProgress ol{margin:18px 0 0;display:grid;grid-template-columns:repeat(4,1fr)}.listingProgress li{min-height:60px;display:flex;justify-content:center;border:0}.listingProgress li span,.listingProgress small{display:none}.listingWizard fieldset{padding:32px 18px 40px;grid-template-columns:1fr}.listingWizard .fieldWide,.listingWizard fieldset>p{grid-column:auto}.photoDrop{min-height:240px;padding:30px 18px}.listingReview{grid-template-columns:1fr}.reviewVisual{min-height:260px}.wizardActions{padding:14px 18px}.wizardActions>button:last-child{padding:0 15px}.listingPublished{padding:45px 20px;box-shadow:8px 8px 0 var(--orange)}.listingPublished>div{align-items:stretch;flex-direction:column}.lendMain{padding:18px 16px 70px}.lendMainGrid{min-height:auto;padding-top:40px;grid-template-columns:1fr;gap:50px}.lendPitch h1{font-size:48px}.lendPitch>p:not(.sectionLabel){font-size:16px}.lendCommissionBadge{width:100%}.lendInsuranceNotice{grid-template-columns:36px 1fr}.lendInsuranceNotice a{grid-column:2}.lendPromises{flex-direction:column;gap:15px}.lendStartForm{margin-right:8px;padding:0 20px 24px;box-shadow:8px 8px 0 var(--orange)}.lendFormHead{margin-left:-20px;margin-right:-20px}.cityAutocomplete{grid-template-columns:1fr}.geoButton{margin-top:0!important}.lendWhat{padding:75px 16px}.lendCategoryStrip{grid-template-columns:1fr 1fr}.lendCategoryStrip article{min-height:170px;border-bottom:1px solid var(--line)}.lendCategoryStrip article:nth-child(3){border-right:1px solid var(--line)}.lendCategoryStrip article:nth-child(2n){border-right:0}.lendCategoryStrip article:last-child{border-bottom:0}.lendFairness,.lendJourney{padding:75px 16px;grid-template-columns:1fr;gap:45px}.commissionValue{grid-template-columns:1fr}.commissionValue article,.commissionValue article:nth-child(3n),.commissionValue article:nth-last-child(-n+3){border-right:0;border-bottom:1px solid var(--ink)}.commissionValue article:last-child{border-bottom:0}.lendControl{padding:80px 16px;grid-template-columns:1fr;gap:60px}.lendControlCard{margin-right:8px;box-shadow:8px 8px 0 var(--orange)}.lendSafety{padding:75px 16px;grid-template-columns:1fr;gap:50px}.lendEvidence>div{min-height:155px;padding:17px}.lendFaq{padding:75px 16px;grid-template-columns:1fr;gap:40px}.lendFinal{padding:70px 16px;align-items:flex-start;flex-direction:column;gap:25px}.siteHeader{height:68px;padding:0 16px}.brand{font-size:16px}.brandMark{width:31px;height:31px;font-size:17px}.ghostButton,.primarySmall{display:none}.menuButton{display:block}.hero{min-height:auto;padding:48px 16px 30px;grid-template-columns:1fr;grid-template-rows:auto}.hero h1{font-size:clamp(42px,13vw,58px)}.heroLead{margin-top:21px;font-size:16px}.heroObject{display:none}.searchBar,.searchBarCompact{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:8px}.searchField{padding:14px 12px;border-right:0;border-bottom:1px solid var(--line)}.searchField>span{margin-left:29px}.searchButton{height:54px;margin-top:8px}.quickSearches{flex-wrap:wrap;gap:10px 15px}.section{margin:0;padding:75px 16px}.sectionHeading{align-items:start}.ownerCta h2,.sectionHeading h2,.trustSection h2{font-size:34px}.textLink{display:none}.categoryGrid{grid-template-columns:1fr}.categoryCard{min-height:146px;grid-template-columns:78px 1fr auto;padding:18px}.categoryIcon{width:76px;height:96px}.categoryIcon svg{width:54px}.categoryCard span{margin-bottom:12px}.catalogResults .listingGrid,.listingGrid{grid-template-columns:1fr}.listingVisual{height:250px}.trustSection{margin:0;padding:70px 16px 30px}.trustGrid{grid-template-columns:1fr}.trustGrid article{min-height:220px}.ownerCta{width:calc(100% - 32px);margin:60px 16px 0;grid-template-columns:1fr}.ownerIllustration{min-height:290px}.ownerIllustration svg{width:105px}.ownerIllustration svg:first-child{left:30px;top:40px}.ownerIllustration svg:nth-child(2){right:30px;top:95px}.ownerIllustration svg:nth-child(3){left:85px;bottom:25px}.ownerCta>div:last-child{padding:38px 24px 45px}.cityLinks,.siteFooter{grid-template-columns:1fr 1fr}.siteFooter{padding:50px 20px 25px}.footerBrand{grid-column:1/-1}.catalogPage,.itemPage{padding:18px 16px 70px}.catalogTop{display:none}.breadcrumbs{margin:12px 0 25px}.catalogHero{min-height:260px;padding:28px 22px;align-items:start;flex-direction:column}.catalogHero h1{font-size:42px}.catalogCount{width:170px;height:105px;padding:18px;align-self:flex-end}.catalogCount strong{font-size:27px}.catalogCount span{font-size:9px}.catalogLayout,.seoLandingContent{grid-template-columns:1fr}.seoLandingContent{margin-top:60px;gap:45px}.filters{display:none}.itemLayout{grid-template-columns:1fr}.itemGallery{min-height:360px}.itemGallery>svg{width:200px}.itemPhotoMain{height:360px}.itemPhotoMain>.itemPhotoSubject{padding-inline:46px}.itemInfo{padding:28px 0}.itemInfo h1{font-size:36px}.bookingCard{position:static}.simplePage{padding:18px 16px 70px}.cityHero,.simpleHero{min-height:340px;padding:32px 22px}.cityHero h1,.lendHero h1,.simpleHero h1{font-size:42px}.howTop{padding:18px 16px 0}.howHero{min-height:auto;padding:40px 0 55px;grid-template-columns:1fr}.howHero h1{font-size:48px}.howHeroActions{align-items:stretch;flex-direction:column}.howSecondary{align-self:flex-start}.dealRoute{min-height:300px;margin-right:12px}.howAudience{padding:75px 16px;grid-template-columns:1fr;gap:38px}.audienceIntro{position:static}.journeyList li{grid-template-columns:45px 1fr}.dealMemory{padding:75px 16px}.memoryGrid{grid-template-columns:1fr}.memoryGrid article{min-height:220px;border-right:0;border-bottom:1px solid var(--line)}.memoryGrid article:nth-child(2){border-right:0}.howSafety{margin:55px 16px;grid-template-columns:1fr}.howSafety>div{padding:38px 22px}.howFaq{padding:75px 16px;grid-template-columns:1fr;gap:35px}.howFinalCta{padding:70px 16px}.howFinalCta>div{align-items:flex-start;flex-direction:column}.actOrderStrip{grid-template-columns:1fr 1fr}.actOrderStrip>div{border-bottom:1px solid var(--line)}.evidenceStages{grid-template-columns:1fr}.evidenceStages article{min-height:390px}.actEvidencePolicy,.evidenceRules{grid-template-columns:1fr}.actEvidencePolicy{margin-top:55px;padding:35px 22px;gap:35px}.stepsGrid{grid-template-columns:1fr}.stepsGrid article{min-height:250px;border-right:0;border-bottom:1px solid var(--line)}.stepsGrid article:last-child{border-bottom:0}.stepsGrid h2{margin-top:45px}.platformGrid{grid-template-columns:1fr}.platformGrid article{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.platformGrid article:last-child{border-bottom:0}.platformGrid h2{margin-top:35px}.companyPanel{margin-top:60px;padding:30px 22px;grid-template-columns:1fr;gap:35px}.companyPanel dl div{grid-template-columns:1fr;gap:7px}.aboutCta{padding:38px 22px}.legalPage{padding:18px 16px 70px}.legalHeader{padding:35px 0 45px}.legalLayout{grid-template-columns:1fr;gap:35px}.legalLayout aside{position:static}.paperDocument{padding:24px 18px}.signatureGrid{gap:25px}.agreementWorkspace,.signatureGrid{grid-template-columns:1fr}.agreementPreview,.dealSourcePanel{position:static}.agreementForm fieldset{grid-template-columns:1fr}.agreementForm .fieldWide{grid-column:auto}.agreementFormActions{grid-template-columns:1fr}.agreementFormActions .dangerAction{grid-column:auto}.signMethodGrid,.verificationFlow{grid-template-columns:1fr}.verificationFlow article{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.verificationCard{align-items:stretch;flex-direction:column}.verificationCard button{width:100%;min-width:0}.safetyEvidence{grid-template-columns:1fr}.safetyEvidence>div{padding:38px 22px}.safetyTop{padding:18px 16px 0}.safetyMainHero{min-height:auto;padding:45px 0 65px;grid-template-columns:1fr}.safetyMainHero h1{font-size:48px}.safetyLedger{margin-right:12px}.safetyPrinciples{padding:75px 16px}.principleGrid{grid-template-columns:1fr}.principleGrid article{min-height:310px;border-right:0;border-bottom:1px solid var(--line)}.safetyRedFlags,.safetyTimeline{padding:75px 16px;grid-template-columns:1fr;gap:40px}.redFlagList,.safetyDispute{grid-template-columns:1fr}.safetyDispute{margin:55px 16px}.safetyDispute>div{padding:38px 22px}.safetyFaq,.safetyLimits{padding:75px 16px;grid-template-columns:1fr;gap:38px}.safetyFinal{padding:70px 16px}.safetyFinal>div{align-items:flex-start;flex-direction:column}.supportGrid{grid-template-columns:1fr}.supportGrid article{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.cookieNotice{right:12px;bottom:12px;width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:18px}.cookieActions,.lendHero{grid-template-columns:1fr}.lendHero{padding:32px 22px}.lendForm{padding:22px;box-shadow:7px 7px 0 var(--orange)}}.commissionPage{background:#f3f5f6}.commissionCta,.commissionHero,.commissionIncluded,.commissionRoles{padding-left:max(var(--page-pad),calc((100% - 1180px) / 2));padding-right:max(var(--page-pad),calc((100% - 1180px) / 2))}.commissionHero{min-height:660px;padding-bottom:70px;background:#d9e7ff}.commissionHero>.breadcrumbs{margin-top:0;padding-top:30px}.commissionHeroGrid{display:grid;grid-template-columns:1fr .85fr;grid-gap:70px;gap:70px;align-items:center}.commissionHeroGrid h1{margin:13px 0 22px;font-size:clamp(70px,8vw,116px);line-height:.82;letter-spacing:-.075em}.commissionHeroGrid h1 em{color:var(--blue);font-style:normal}.commissionHeroGrid>div:first-child>p:last-child{max-width:530px;color:var(--muted);font-size:17px;line-height:1.55}.commissionCalculator{border:1px solid var(--ink);background:white;box-shadow:9px 9px 0 var(--orange)}.commissionCalculator>header{display:flex;justify-content:space-between;padding:14px 18px;background:var(--ink);color:white;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.commissionInputs{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:22px}.commissionInputs label>span{display:block;margin-bottom:8px;color:var(--muted);font-size:11px}.commissionInputs label>div{display:grid;grid-template-columns:1fr auto;border:1px solid var(--line)}.commissionInputs input{min-width:0;height:52px;padding:0 14px;border:0;font:inherit;font-size:20px;font-weight:800}.commissionInputs label b{display:grid;place-items:center;min-width:48px;color:var(--muted)}.commissionCalculator dl{margin:0;padding:0 22px}.commissionCalculator dl div{display:flex;justify-content:space-between;gap:20px;padding:17px 0;border-top:1px solid var(--line)}.commissionCalculator dt{color:var(--muted)}.commissionCalculator dd{margin:0;font-weight:850}.commissionCalculator dl div:last-child dd{color:var(--blue);font-size:28px}.commissionCalculator>p{margin:0;padding:16px 22px;background:#eef4ff;color:var(--muted)}.commissionIncluded{padding-top:90px;padding-bottom:90px}.commissionIncluded>header{display:grid;grid-template-columns:.7fr 1.3fr;align-items:end;margin-bottom:40px}.commissionIncluded h2{margin:0;font-size:clamp(48px,6vw,76px);line-height:.9;letter-spacing:-.065em}.commissionBenefits{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink);background:white}.commissionBenefits article{min-height:205px;padding:25px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink)}.commissionBenefits article:nth-child(3n){border-right:0}.commissionBenefits article:nth-child(n+4){border-bottom:0}.commissionBenefits svg{width:28px;margin-bottom:36px;color:var(--blue)}.commissionBenefits strong{display:block;font-size:18px}.commissionBenefits p{color:var(--muted);line-height:1.5}.commissionBenefits .commissionBenefitDark{background:var(--ink);color:white}.commissionBenefitDark p{color:#aeb9c0}.commissionRoles{display:grid;grid-template-columns:1fr 1fr;padding-top:70px;padding-bottom:70px;background:var(--blue);color:white}.commissionRoles>div{padding:20px 50px 20px 0}.commissionRoles>div+div{padding-left:50px;border-left:1px solid rgba(255,255,255,.5)}.commissionRoles h2{margin:10px 0;font-size:32px}.commissionRoles>div>strong{display:block;color:#ff8a52;font-size:80px;letter-spacing:-.07em}.commissionRoles>div>p:last-child{max-width:470px;color:#d9e7ff;line-height:1.5}.commissionCta{display:flex;justify-content:space-between;gap:50px;align-items:end;padding-top:80px;padding-bottom:80px;background:white}.commissionCta h2{margin:10px 0;font-size:52px;letter-spacing:-.055em}.commissionCta p:last-child{max-width:650px;color:var(--muted)}.commissionCta>a{display:flex;align-items:center;gap:15px;padding:20px 25px;background:var(--ink);color:white;font-weight:800;text-decoration:none}.commissionCta>a svg{width:20px}@media (max-width:800px){.commissionCta,.commissionHero,.commissionIncluded,.commissionRoles{padding-left:16px;padding-right:16px}.commissionHeroGrid,.commissionIncluded>header,.commissionRoles{grid-template-columns:1fr}.commissionHeroGrid{gap:35px}.commissionHeroGrid h1{font-size:64px}.commissionBenefits{grid-template-columns:1fr}.commissionBenefits article{border-right:0;border-bottom:1px solid var(--ink)!important}.commissionBenefits article:last-child{border-bottom:0!important}.commissionRoles>div,.commissionRoles>div+div{padding:30px 0;border-left:0}.commissionRoles>div+div{border-top:1px solid rgba(255,255,255,.5)}.commissionCta{align-items:flex-start;flex-direction:column}}.whatLendPage{background:#f3f5f6}.whatLendCta,.whatLendDemand,.whatLendGroups,.whatLendHero,.whatLendNo,.whatLendRules{padding-left:max(var(--page-pad),calc((100% - 1180px) / 2));padding-right:max(var(--page-pad),calc((100% - 1180px) / 2))}.whatLendHero{min-height:650px;padding-bottom:75px;background:var(--ink);color:white}.whatLendHero>.breadcrumbs{margin-top:0;padding-top:30px;color:#8f9aa3}.whatLendHero .breadcrumbs b{color:white}.whatLendHero>div{max-width:1000px}.whatLendHero h1{margin:14px 0 28px;font-size:clamp(70px,9vw,120px);line-height:.81;letter-spacing:-.08em}.whatLendHero h1 em{color:var(--orange);font-style:normal}.whatLendHero>div>p:not(.sectionLabel){max-width:650px;color:#aeb9c0;font-size:17px;line-height:1.55}.whatLendHero>div>a{display:inline-flex;align-items:center;gap:14px;margin-top:20px;padding:18px 22px;background:var(--blue);color:white;font-weight:800;text-decoration:none}.whatLendHero a svg{width:19px}.whatLendGroups{padding-top:90px;padding-bottom:90px}.whatLendGroups>header{display:grid;grid-template-columns:.65fr 1.35fr;align-items:end;margin-bottom:45px}.whatLendDemand h2,.whatLendGroups h2,.whatLendRules h2{margin:0;font-size:clamp(50px,6vw,78px);line-height:.88;letter-spacing:-.07em}.whatLendGroups>div{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--ink);background:white}.whatLendGroups article{padding:28px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink)}.whatLendGroups article:nth-child(2n){border-right:0}.whatLendGroups article:nth-child(n+3){border-bottom:0}.whatLendGroups article>header{display:grid;grid-template-columns:38px 1fr;grid-gap:14px;gap:14px;min-height:110px}.whatLendGroups article>header>span{color:var(--blue);font-size:12px;font-weight:800}.whatLendGroups h3{margin:0;font-size:30px;letter-spacing:-.04em}.whatLendGroups article header p{margin:7px 0 0;color:var(--muted);line-height:1.45}.whatLendGroups nav{border-top:1px solid var(--ink)}.whatLendGroups nav a{display:flex;justify-content:space-between;align-items:center;min-height:45px;padding:0 8px;border-bottom:1px solid var(--line);color:var(--ink);font-weight:750;text-decoration:none}.whatLendGroups nav a:last-child{border-bottom:0}.whatLendGroups nav svg{width:17px;color:var(--blue)}.whatLendDemand{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:70px;gap:70px;padding-top:85px;padding-bottom:85px;background:var(--blue);color:white}.whatLendDemand>div:first-child>p:last-child{color:#d9e7ff;line-height:1.55}.demandExamples{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(255,255,255,.6)}.demandExamples article{min-height:165px;padding:22px;border-right:1px solid rgba(255,255,255,.45);border-bottom:1px solid rgba(255,255,255,.45)}.demandExamples article:nth-child(2n){border-right:0}.demandExamples article:nth-child(n+3){border-bottom:0}.demandExamples span{color:var(--orange);font-size:10px;text-transform:uppercase}.demandExamples strong{display:block;margin-top:25px;font-size:21px}.demandExamples p{color:#d9e7ff}.whatLendRules{padding-top:90px;padding-bottom:90px}.whatLendRules>header{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.whatLendRules>div{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink);background:white}.whatLendRules article{min-height:230px;padding:25px;border-right:1px solid var(--ink)}.whatLendRules article:last-child{border-right:0}.whatLendRules svg{width:30px;margin-bottom:45px;color:var(--blue)}.whatLendRules strong{font-size:18px}.whatLendRules p{color:var(--muted);line-height:1.5}.whatLendNo{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;padding-top:65px;padding-bottom:65px;background:#ffd2bf}.whatLendNo h2{margin:8px 0 0;font-size:45px;letter-spacing:-.055em}.whatLendNo>div:last-child{align-self:end}.whatLendNo>div:last-child p{line-height:1.55}.whatLendNo a{color:var(--ink);font-weight:800}.whatLendCta{display:flex;justify-content:space-between;gap:45px;align-items:end;padding-top:75px;padding-bottom:75px;background:white}.whatLendCta h2{margin:8px 0;font-size:56px;letter-spacing:-.06em}.whatLendCta>div>p:last-child{max-width:680px;color:var(--muted)}.whatLendCta>a{display:inline-flex;flex:none;align-items:center;gap:13px;padding:18px 22px;background:var(--ink);color:white;font-weight:800;text-decoration:none}.whatLendCta svg{width:19px}@media (max-width:800px){.whatLendCta,.whatLendDemand,.whatLendGroups,.whatLendHero,.whatLendNo,.whatLendRules{padding-left:16px;padding-right:16px}.whatLendHero h1{font-size:60px}.whatLendDemand,.whatLendGroups>div,.whatLendGroups>header,.whatLendNo{grid-template-columns:1fr}.whatLendGroups article{border-right:0;border-bottom:1px solid var(--ink)!important}.whatLendGroups article:last-child{border-bottom:0!important}.whatLendRules>header{align-items:flex-start;flex-direction:column;gap:20px}.whatLendRules>div{grid-template-columns:1fr}.whatLendRules article{border-right:0;border-bottom:1px solid var(--ink)}.whatLendRules article:last-child{border-bottom:0}.whatLendCta{align-items:flex-start;flex-direction:column}}.nearbyPage{background:#f3f5f6}.nearbyCategories,.nearbyCities,.nearbyCta,.nearbyHero,.nearbyHow,.nearbyPrivacy{padding-left:max(var(--page-pad),calc((100% - 1180px) / 2));padding-right:max(var(--page-pad),calc((100% - 1180px) / 2))}.nearbyHero{min-height:690px;padding-bottom:70px;background:#d9e7ff}.nearbyHero:has(.nearbySearch:focus-within){padding-bottom:235px}.nearbyHero>.breadcrumbs{margin-top:0;padding-top:30px}.nearbyHeroGrid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:60px;gap:60px;align-items:center}.nearbyHero h1{margin:14px 0 22px;font-size:clamp(72px,9vw,120px);line-height:.81;letter-spacing:-.08em}.nearbyHero h1 em{color:var(--blue);font-style:normal}.nearbyHeroGrid>div:first-child>p:last-child{max-width:570px;margin:34px 0 0;color:var(--muted);font-size:17px;line-height:1.55}.nearbyMap{position:relative;width:min(100%,430px);min-height:365px;margin-left:auto;overflow:hidden;border:1px solid var(--ink);background:#f8fafb;box-shadow:9px 9px 0 var(--orange)}.nearbyMap:before{position:absolute;inset:0;content:"";background-image:linear-gradient(#e3e8eb 1px,transparent 0),linear-gradient(90deg,#e3e8eb 1px,transparent 0);background-size:46px 46px;opacity:.65}.mapRoad{position:absolute;z-index:1;display:block;height:21px;background:white;border-top:1px solid #ccd5da;border-bottom:1px solid #ccd5da;transform-origin:center}.roadOne{width:125%;left:-12%;top:37%;transform:rotate(-18deg)}.roadTwo{width:95%;left:20%;top:67%;transform:rotate(28deg)}.roadThree{width:80%;left:-28%;top:72%;transform:rotate(83deg)}.mapYou{position:absolute;z-index:3;left:45%;top:44%;display:grid;justify-items:center;grid-gap:6px;gap:6px;transform:translate(-50%,-50%)}.mapYou>b{display:grid;place-items:center;width:48px;height:48px;border:5px solid white;border-radius:50%;background:var(--blue);color:white;box-shadow:0 3px 12px rgba(8,29,55,.25);font-size:21px}.mapYou>span{padding:5px 8px;background:var(--ink);color:white;font-size:9px;font-weight:800}.mapOffer{position:absolute;z-index:4;display:grid;grid-template-columns:24px 1fr;grid-gap:9px;gap:9px;align-items:center;padding:10px 12px;border:1px solid var(--ink);background:white;box-shadow:4px 4px 0 #a8c7ff}.mapOffer>svg{width:22px;color:var(--blue)}.mapOffer>span{display:grid;grid-gap:2px;gap:2px}.mapOffer b{font-size:11px}.mapOffer small{color:var(--muted);font-size:9px}.offerTool{top:14%;right:7%}.offerClean{left:6%;bottom:17%}.nearbyMap>p{position:absolute;z-index:5;right:0;bottom:0;left:0;display:flex;gap:9px;align-items:center;margin:0;padding:13px 15px;background:var(--ink);color:white;font-size:10px}.nearbyMap>p svg{flex:none;width:19px;color:var(--orange)}.nearbySearch{display:grid;grid-template-columns:1fr 1fr auto;margin-top:45px;border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.nearbySearch label{position:relative;padding:13px 18px;border-right:1px solid var(--line)}.nearbySearch label>span{color:var(--muted);font-size:10px;text-transform:uppercase}.nearbySearch label>div{display:flex;align-items:center;gap:10px}.nearbySearch label svg{width:19px;color:var(--blue)}.nearbySearch input{width:100%;height:37px;border:0;outline:0;font:inherit}.nearbySearch button{display:flex;align-items:center;gap:12px;padding:0 24px;border:0;background:var(--blue);color:white;font-weight:800;cursor:pointer}.nearbySearch button svg{width:19px}.nearbySuggestions{position:absolute;z-index:20;top:calc(100% + 1px);right:-1px;left:-1px;display:grid!important;grid-auto-flow:row;max-height:205px;padding:10px;overflow-y:auto;border:1px solid var(--ink);background:white;box-shadow:5px 5px 0 var(--orange)}.nearbySuggestions>small{display:block;padding:6px 8px 9px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.nearbySuggestions>button{display:grid!important;grid-template-columns:18px minmax(0,1fr);width:100%!important;min-height:38px;grid-gap:9px;gap:9px;align-items:center;justify-content:stretch;padding:0 8px!important;border:0;border-top:1px solid var(--line);background:white!important;color:var(--ink)!important;font:inherit;font-size:12px;text-align:left;cursor:pointer}.nearbySuggestions>button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nearbySuggestions>button:focus,.nearbySuggestions>button:hover{background:#eef4ff;outline:none}.nearbySuggestions>button svg{width:16px;color:var(--blue)}.nearbySuggestions>p{margin:0;padding:10px 8px;color:var(--muted);font-size:11px;line-height:1.4}.nearbyCategories{padding-top:85px;padding-bottom:85px}.nearbyCategories>header{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px}.nearbyCategories h2,.nearbyCities h2,.nearbyHow h2{margin:8px 0 0;font-size:clamp(50px,6vw,76px);line-height:.9;letter-spacing:-.07em}.nearbyCategories>header a{color:var(--blue);font-weight:800}.nearbyCategories>div{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ink);background:white}.nearbyCategories>div>a{position:relative;min-height:200px;padding:23px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);color:var(--ink);text-decoration:none}.nearbyCategories>div>a:nth-child(4n){border-right:0}.nearbyCategories>div>a:nth-child(n+5){border-bottom:0}.nearbyCategories>div>a>svg:first-child{width:35px;margin-bottom:40px;color:var(--blue)}.nearbyCategories>div>a span,.nearbyCategories>div>a strong{display:block}.nearbyCategories>div>a span{margin-top:5px;color:var(--muted)}.nearbyCategories>div>a>svg:last-child{position:absolute;right:20px;bottom:20px;width:18px}.nearbyHow{padding-top:85px;padding-bottom:85px;background:var(--ink);color:white}.nearbyHow>header{display:grid;grid-template-columns:.7fr 1.3fr;align-items:end;margin-bottom:45px}.nearbyHow>div{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #64717a}.nearbyHow article{min-height:210px;padding:25px;border-right:1px solid #64717a}.nearbyHow article:last-child{border-right:0}.nearbyHow article>span{color:var(--orange);font-size:12px;font-weight:800}.nearbyHow article strong{display:block;margin-top:45px;font-size:19px}.nearbyHow article p{color:#aeb9c0;line-height:1.5}.nearbyCities{display:grid;grid-template-columns:.65fr 1.35fr;grid-gap:70px;gap:70px;padding-top:90px;padding-bottom:90px}.nearbyCities header>p:last-child{color:var(--muted);line-height:1.55}.nearbyCities>div{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--ink)}.nearbyCities>div a{display:flex;justify-content:space-between;align-items:center;min-height:62px;padding:0 15px;border-bottom:1px solid var(--ink);color:var(--ink);font-weight:800;text-decoration:none}.nearbyCities>div a:nth-child(odd){border-right:1px solid var(--ink)}.nearbyCities>div svg{width:17px;color:var(--blue)}.nearbyPrivacy{display:grid;grid-template-columns:50px 1fr auto;grid-gap:25px;gap:25px;align-items:center;padding-top:38px;padding-bottom:38px;background:var(--blue);color:white}.nearbyPrivacy>svg{width:43px;color:var(--orange)}.nearbyPrivacy h2{margin:6px 0;font-size:34px}.nearbyPrivacy p:last-child{margin:0;color:#d9e7ff}.nearbyPrivacy>a{color:white;font-weight:800}.nearbyCta{display:flex;justify-content:space-between;gap:45px;align-items:end;padding-top:75px;padding-bottom:75px;background:white}.nearbyCta h2{max-width:750px;margin:8px 0 0;font-size:55px;line-height:.95;letter-spacing:-.06em}.nearbyCta>a{display:inline-flex;flex:none;gap:13px;align-items:center;padding:18px 22px;background:var(--ink);color:white;font-weight:800;text-decoration:none}.nearbyCta svg{width:19px}@media (max-width:800px){.nearbyCategories,.nearbyCities,.nearbyCta,.nearbyHero,.nearbyHow,.nearbyPrivacy{padding-left:16px;padding-right:16px}.nearbyCities,.nearbyHeroGrid,.nearbyHow>header{grid-template-columns:1fr}.nearbyHero h1{font-size:60px}.nearbyMap{margin:0 auto}.nearbySearch{grid-template-columns:1fr}.nearbySearch label{border-right:0;border-bottom:1px solid var(--line)}.nearbySearch button{min-height:55px;justify-content:center}.nearbyHero:has(.nearbySearch:focus-within){padding-bottom:90px}.nearbySuggestions{position:static;margin:12px -18px -13px;box-shadow:none}.nearbyCategories>div{grid-template-columns:1fr 1fr}.nearbyCategories>div>a{border-right:1px solid var(--ink)!important;border-bottom:1px solid var(--ink)!important}.nearbyCategories>div>a:nth-child(2n){border-right:0!important}.nearbyCategories>div>a:nth-last-child(-n+2){border-bottom:0!important}.nearbyHow>div{grid-template-columns:1fr}.nearbyHow article{border-right:0;border-bottom:1px solid #64717a}.nearbyHow article:last-child{border-bottom:0}.nearbyCities{gap:35px}.nearbyPrivacy{grid-template-columns:40px 1fr}.nearbyPrivacy>a{grid-column:2}.nearbyCta{align-items:flex-start;flex-direction:column}}.peerPage{background:#f3f5f6}.peerCta,.peerDifference,.peerFaq,.peerHero,.peerStay,.peerWho{padding-left:max(var(--page-pad),calc((100% - 1180px) / 2));padding-right:max(var(--page-pad),calc((100% - 1180px) / 2))}.peerHero{min-height:650px;padding-bottom:75px;background:#d9e7ff}.peerHero>.breadcrumbs{margin-top:0;padding-top:30px}.peerHeroGrid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:65px;gap:65px;align-items:center}.peerHero h1{margin:14px 0 22px;font-size:clamp(68px,8vw,110px);line-height:.82;letter-spacing:-.075em}.peerHero h1 em{color:var(--blue);font-style:normal}.peerHeroGrid>div>p:not(.sectionLabel){max-width:580px;color:var(--muted);font-size:17px;line-height:1.55}.peerHeroGrid>div>div{display:flex;gap:18px;align-items:center;margin-top:24px}.peerHeroGrid>div>div a:first-child{display:inline-flex;gap:12px;align-items:center;padding:17px 22px;background:var(--ink);color:white;font-weight:800;text-decoration:none}.peerHeroGrid>div>div a:first-child svg{width:19px}.peerHeroGrid>div>div a:last-child{color:var(--blue);font-weight:800}.peerHandshake{display:grid;grid-template-columns:1fr 42px 1fr;align-items:center;padding:28px;border:1px solid var(--ink);background:white;box-shadow:9px 9px 0 var(--orange)}.peerHandshake>div{display:grid;grid-gap:7px;gap:7px;text-align:center}.peerHandshake>div span{color:var(--muted);font-size:10px;text-transform:uppercase}.peerHandshake>div strong{font-size:28px}.peerHandshake>div small{color:#17824b}.peerHandshake>svg{width:25px;color:var(--blue)}.peerHandshake>p{grid-column:1/-1;display:flex;gap:10px;align-items:center;margin:27px -28px -28px;padding:18px 20px;background:var(--ink);color:white;line-height:1.4}.peerHandshake>p svg{flex:none;width:23px;color:var(--orange)}.peerDifference{padding-top:90px;padding-bottom:90px}.peerDifference>header,.peerFaq>header{display:grid;grid-template-columns:.65fr 1.35fr;align-items:end;margin-bottom:42px}.peerDifference h2,.peerFaq h2,.peerWho h2{margin:0;font-size:clamp(50px,6vw,78px);line-height:.88;letter-spacing:-.07em}.peerDifference>div{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ink);background:white}.peerDifference article{min-height:245px;padding:25px;border-right:1px solid var(--ink)}.peerDifference article:last-child{border-right:0}.peerDifference svg{width:29px;margin-bottom:46px;color:var(--blue)}.peerDifference strong{font-size:18px}.peerDifference p{color:var(--muted);line-height:1.5}.peerWho{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:70px;gap:70px;align-items:center;padding-top:85px;padding-bottom:85px;background:var(--blue);color:white}.peerWhoCopy>p:last-child{color:#d9e7ff;line-height:1.55}.peerProfiles{border:1px solid rgba(255,255,255,.6)}.peerProfiles article{display:grid;grid-template-columns:56px 1fr auto;grid-gap:16px;gap:16px;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.4)}.peerProfiles article:last-child{border-bottom:0}.peerAvatar{display:grid;place-items:center;width:52px;height:52px;background:var(--orange);color:var(--ink);font-size:20px;font-weight:900}.peerAvatar.business{background:white}.peerAvatar.self{background:#b7db9e}.peerProfiles article>div{display:grid;grid-gap:3px;gap:3px}.peerProfiles p,.peerProfiles small{color:#d9e7ff}.peerProfiles p{margin:0}.peerProfiles article>b{color:white;font-size:10px;text-transform:uppercase}.peerStay{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;padding-top:85px;padding-bottom:85px;background:var(--ink);color:white}.peerStay>div:first-child>svg{width:40px;margin-bottom:35px;color:var(--orange)}.peerStay h2{margin:10px 0 0;font-size:54px;line-height:.95;letter-spacing:-.06em}.peerStay>div:last-child{align-self:end}.peerStay>div:last-child p{color:#aeb9c0;font-size:16px;line-height:1.6}.peerStay a{display:inline-block;margin-top:15px;color:white;font-weight:800}.peerFaq{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:70px;gap:70px;padding-top:90px;padding-bottom:90px;background:white}.peerFaq>header{display:block;margin:0}.peerFaq details{border-top:1px solid var(--ink)}.peerFaq details:last-child{border-bottom:1px solid var(--ink)}.peerFaq summary{padding:21px 4px;font-weight:800;cursor:pointer}.peerFaq details p{margin:0;padding:0 4px 22px;color:var(--muted);line-height:1.55}.peerCta{display:flex;justify-content:space-between;gap:55px;align-items:end;padding-top:75px;padding-bottom:75px;background:#d9e7ff}.peerCta h2{max-width:780px;margin:10px 0 0;font-size:clamp(48px,6vw,72px);line-height:.9;letter-spacing:-.065em}.peerCta>a{display:inline-flex;flex:none;align-items:center;gap:13px;padding:18px 22px;background:var(--ink);color:white;font-weight:800;text-decoration:none}.peerCta svg{width:19px}@media (max-width:800px){.peerCta,.peerDifference,.peerFaq,.peerHero,.peerStay,.peerWho{padding-left:16px;padding-right:16px}.peerDifference>header,.peerFaq,.peerHeroGrid,.peerStay,.peerWho{grid-template-columns:1fr}.peerHeroGrid{gap:40px}.peerHero h1{font-size:60px}.peerDifference>div{grid-template-columns:1fr 1fr}.peerDifference article:nth-child(2){border-right:0}.peerDifference article:nth-child(-n+2){border-bottom:1px solid var(--ink)}.peerFaq,.peerStay{gap:35px}.peerCta{align-items:flex-start;flex-direction:column}}.noDepositPage{background:#f3f5f6}.noDepositCompare,.noDepositCta,.noDepositFaq,.noDepositHero,.noDepositSafety{padding-left:max(var(--page-pad),calc((100% - 1180px) / 2));padding-right:max(var(--page-pad),calc((100% - 1180px) / 2))}.noDepositHero{min-height:650px;padding-bottom:75px;background:var(--ink);color:white}.noDepositHero>.breadcrumbs{margin-top:0;padding-top:30px}.noDepositHero .breadcrumbs{color:#8f9aa3}.noDepositHero .breadcrumbs b{color:white}.noDepositHeroGrid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:75px;gap:75px;align-items:center}.noDepositHeroGrid h1{margin:14px 0 22px;font-size:clamp(70px,9vw,122px);line-height:.81;letter-spacing:-.08em}.noDepositHeroGrid h1 em{color:var(--orange);font-style:normal}.noDepositHeroGrid>div>p:not(.sectionLabel){max-width:570px;color:#aeb9c0;font-size:17px;line-height:1.55}.noDepositHeroGrid>div>a{display:inline-flex;align-items:center;gap:16px;margin-top:20px;padding:18px 23px;background:var(--blue);color:white;font-weight:800;text-decoration:none}.noDepositHeroGrid>div>a svg{width:20px}.noDepositZero{padding:32px;border:1px solid white;background:var(--blue);box-shadow:10px 10px 0 var(--orange)}.noDepositZero span{color:#d9e7ff;text-transform:uppercase;font-size:11px;letter-spacing:.08em}.noDepositZero strong{display:block;margin:32px 0 18px;font-size:110px;line-height:.8;letter-spacing:-.08em}.noDepositZero p{color:#d9e7ff;line-height:1.5}.noDepositCompare{padding-top:90px;padding-bottom:90px}.noDepositCompare>header{display:grid;grid-template-columns:.7fr 1.3fr;align-items:end;margin-bottom:42px}.noDepositCompare h2,.noDepositFaq h2,.noDepositSafety h2{margin:0;font-size:clamp(50px,6vw,78px);line-height:.88;letter-spacing:-.07em}.depositComparison{display:grid;grid-template-columns:1fr 1fr}.depositComparison article{padding:32px;border:1px solid var(--ink);background:white}.depositComparison article+article{border-left:0}.depositComparison article>span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.depositComparison h3{margin:9px 0 28px;font-size:30px}.depositMoney{display:flex;justify-content:space-between;align-items:baseline;padding:20px 0;border-top:1px solid var(--line)}.depositMoney b{font-size:29px}.depositMoney small{color:var(--muted)}.depositMoney.blocked{color:#b14b38}.depositComparison article>strong:last-child{display:block;padding-top:20px;border-top:1px solid var(--ink)}.depositComparison .depositVprocat{background:#d9e7ff;box-shadow:9px 9px 0 var(--orange)}.depositMoney.protected{color:var(--blue)}.depositExampleNote{max-width:720px;margin:25px 0 0;color:var(--muted);line-height:1.5}.noDepositSafety{padding-top:85px;padding-bottom:85px;background:var(--blue);color:white}.noDepositSafety>header{display:grid;grid-template-columns:.7fr 1.3fr;align-items:end;margin-bottom:45px}.noDepositSafety>div{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.65)}.noDepositSafety article{min-height:255px;padding:25px;border-right:1px solid rgba(255,255,255,.45)}.noDepositSafety article:last-child{border-right:0}.noDepositSafety svg{width:29px;margin-bottom:42px;color:var(--orange)}.noDepositSafety article span{display:block;margin-bottom:7px;color:#d9e7ff;font-size:10px;text-transform:uppercase}.noDepositSafety article strong{font-size:18px}.noDepositSafety article p{color:#d9e7ff;line-height:1.5}.noDepositFaq{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:70px;gap:70px;padding-top:90px;padding-bottom:90px;background:white}.noDepositFaq details{border-top:1px solid var(--ink)}.noDepositFaq details:last-child{border-bottom:1px solid var(--ink)}.noDepositFaq summary{padding:21px 5px;font-weight:800;cursor:pointer}.noDepositFaq details p{margin:0;padding:0 5px 22px;color:var(--muted);line-height:1.55}.noDepositCta{display:flex;justify-content:space-between;gap:50px;align-items:end;padding-top:75px;padding-bottom:75px;background:#d9e7ff}.noDepositCta h2{margin:10px 0 0;font-size:clamp(50px,6vw,78px);line-height:.9;letter-spacing:-.07em}.noDepositCta>a{display:inline-flex;align-items:center;gap:15px;padding:19px 23px;background:var(--ink);color:white;font-weight:800;text-decoration:none}.noDepositCta svg{width:20px}@media (max-width:800px){.noDepositCompare,.noDepositCta,.noDepositFaq,.noDepositHero,.noDepositSafety{padding-left:16px;padding-right:16px}.depositComparison,.noDepositCompare>header,.noDepositFaq,.noDepositHeroGrid,.noDepositSafety>header{grid-template-columns:1fr}.noDepositHeroGrid{gap:38px}.noDepositHeroGrid h1{font-size:62px}.depositComparison article+article{border-left:1px solid var(--ink);border-top:0}.noDepositSafety>div{grid-template-columns:1fr 1fr}.noDepositSafety article:nth-child(2){border-right:0}.noDepositSafety article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.45)}.noDepositFaq{gap:35px}.noDepositCta{align-items:flex-start;flex-direction:column}}.checkoutPage{min-height:100vh;padding:26px max(4vw,calc((100vw - 1360px) / 2)) 100px;background:#eef2f6}.checkoutHeader{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:70px;gap:70px;align-items:end;padding:66px 0 52px}.checkoutHeader h1{margin:8px 0 0;font-size:clamp(54px,7vw,104px);line-height:.86;letter-spacing:-.065em}.checkoutHeader h1 em{color:var(--blue);font-style:normal}.checkoutHeader>p{max-width:540px;margin:0 0 8px;color:var(--muted);font-size:18px;line-height:1.5}.checkoutLayout{display:grid;grid-template-columns:minmax(0,1fr) 390px;grid-gap:28px;gap:28px;align-items:start}.checkoutMain{border:1px solid var(--ink);background:white}.checkoutStep{display:grid;grid-template-columns:72px minmax(0,1fr);border-bottom:1px solid var(--ink)}.checkoutStep:last-child{border-bottom:0}.checkoutStep>span{padding:28px 18px;color:var(--blue);font-size:12px;font-weight:900;border-right:1px solid var(--ink)}.checkoutStep>div{padding:34px}.checkoutStep h2{margin:8px 0 12px;font-size:clamp(28px,3vw,46px);line-height:1;letter-spacing:-.04em}.checkoutStep>div>p:not(.sectionLabel){max-width:700px;color:var(--muted);line-height:1.55}.checkoutDates{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:18px;gap:18px;align-items:center;margin-top:26px}.checkoutDates>span{padding:18px;background:#f3f6f9;border:1px solid var(--line)}.checkoutDates small,.checkoutDates strong{display:block}.checkoutDates small{margin-bottom:7px;color:var(--muted)}.insuranceCheckoutStep{background:#e9f0ff}.insuranceApiStatus{display:flex;gap:14px;align-items:center;margin-top:25px;padding:18px;background:white;border:2px solid var(--blue)}.insuranceApiStatus>svg{color:var(--blue)}.insuranceApiStatus p{flex:1 1;margin:0}.insuranceApiStatus span,.insuranceApiStatus strong{display:block}.insuranceApiStatus span{margin-top:4px;color:var(--muted);font-size:12px}.insuranceApiStatus>b{padding:7px 9px;color:white;background:var(--blue);font-size:10px;letter-spacing:.08em}.partnerPending{margin-top:14px;padding:18px;background:#fff8dd;border-left:4px solid #f4b400}.partnerPending p{margin:6px 0 10px;color:var(--muted);font-size:13px;line-height:1.45}.partnerPending a{color:var(--blue);font-size:12px;font-weight:800}.checkoutPeople{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:24px}.checkoutPeople article{padding:20px;border:1px solid var(--line)}.checkoutPeople small,.checkoutPeople span,.checkoutPeople strong{display:block}.checkoutPeople strong{margin:6px 0 16px;font-size:20px}.checkoutPeople span{color:#16834b;font-size:11px}.checkoutPeople span svg{width:13px}.checkoutPeople .waiting{color:#a86400}.checkoutSummary{position:-webkit-sticky;position:sticky;top:24px;padding:24px;color:white;background:#0d1821;box-shadow:8px 8px 0 #ff6a2a}.checkoutThing{display:grid;place-items:center;height:150px;margin-bottom:24px;color:var(--ink);background:#cfe0ff}.checkoutThing svg{width:98px;height:98px}.checkoutSummary h2{margin:8px 0 25px;font-size:27px;line-height:1.05}.checkoutSummary dl{margin:0}.checkoutSummary dl>div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #35424d}.checkoutSummary dt{color:#adbac5}.checkoutSummary dd{margin:0;font-weight:800}.checkoutSummary .checkoutTotal{padding:20px 0;font-size:18px;border-bottom-color:white}.checkoutOwnerNote{margin:15px 0 22px;color:#adbac5;font-size:12px;line-height:1.45}.checkoutConsent{display:flex;gap:10px;align-items:flex-start;padding:15px 0;font-size:12px;line-height:1.45}.checkoutConsent input{margin-top:3px;accent-color:var(--blue)}.checkoutConsent a{color:white;text-decoration:underline}.checkoutContinue{display:flex;justify-content:center;align-items:center;gap:10px;padding:17px;color:white;background:var(--blue);font-weight:800}.checkoutContinue.disabled{opacity:.38;cursor:not-allowed}.checkoutSummary>small{display:block;margin-top:12px;color:#adbac5;text-align:center}@media (max-width:900px){.checkoutHeader,.checkoutLayout{grid-template-columns:1fr}.checkoutHeader{gap:24px}.checkoutSummary{position:static}}@media (max-width:600px){.checkoutPage{padding:20px 16px 70px}.checkoutStep{grid-template-columns:48px minmax(0,1fr)}.checkoutStep>div{padding:24px 18px}.checkoutDates,.checkoutPeople{grid-template-columns:1fr}.checkoutDates>svg{transform:rotate(90deg)}}.rentalPaymentPage{min-height:100vh;padding:26px max(4vw,calc((100vw - 1280px) / 2)) 100px;background:#f1f4f7}.rentalPaymentHero{display:grid;grid-template-columns:1fr .75fr;grid-gap:70px;gap:70px;align-items:end;padding:65px 0 50px}.rentalPaymentHero h1{margin:7px 0 0;font-size:clamp(52px,6.5vw,92px);line-height:.9;letter-spacing:-.065em}.rentalPaymentHero h1 em{color:var(--blue);font-style:normal}.rentalPaymentHero>p{margin:0 0 8px;color:var(--muted);font-size:17px;line-height:1.55}.rentalPaymentLayout{display:grid;grid-template-columns:minmax(0,1fr) 390px;grid-gap:28px;gap:28px;align-items:start}.rentalPaymentMain{padding:36px;background:white;border:1px solid var(--ink)}.rentalPaymentMain header h2{margin:8px 0;font-size:clamp(30px,3vw,44px);letter-spacing:-.045em}.rentalPaymentMain header>p:last-child{color:var(--muted)}.rentalPaymentMethods{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin:28px 0}.rentalPaymentMethods button{display:grid;grid-template-columns:20px 1fr;grid-gap:4px 12px;gap:4px 12px;padding:20px;text-align:left;background:white;border:1px solid var(--line)}.rentalPaymentMethods button.active{border:2px solid var(--blue);background:#edf3ff}.paymentRadio{grid-row:1/3;width:17px;height:17px;margin-top:1px;border:2px solid #96a1aa;border-radius:50%}.rentalPaymentMethods button.active .paymentRadio{border:5px solid var(--blue)}.rentalPaymentMethods small{color:var(--muted)}.paymentSequence{border-top:1px solid var(--line)}.paymentSequence article{display:grid;grid-template-columns:40px 1fr;grid-gap:12px;gap:12px;padding:18px 0;border-bottom:1px solid var(--line)}.paymentSequence article>b{display:grid;place-items:center;width:30px;height:30px;color:white;background:var(--ink)}.paymentSequence p,.paymentSequence span,.paymentSequence strong{display:block;margin:0}.paymentSequence span{margin-top:4px;color:var(--muted);font-size:12px}.paymentPartnerWarning{display:grid;grid-template-columns:28px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start;margin-top:26px;padding:18px 20px;background:#fff8df;border:1px solid #e4a000;border-left-width:4px}.paymentPartnerWarning>svg{width:24px;height:24px;margin-top:1px;color:#a66a00}.paymentPartnerWarning p,.paymentPartnerWarning span,.paymentPartnerWarning strong{display:block;margin:0}.paymentPartnerWarning strong{font-size:14px}.paymentPartnerWarning span{max-width:620px;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.45}.paymentPartnerWarning a{color:var(--blue);font-weight:800}.rentalPaymentSummary{position:-webkit-sticky;position:sticky;top:24px;padding:28px;color:white;background:var(--ink);box-shadow:9px 9px 0 var(--orange)}.rentalPaymentSummary h2{margin:8px 0 25px;font-size:27px;line-height:1.05}.rentalPaymentSummary dl{margin:0}.rentalPaymentSummary dl>div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #394651}.rentalPaymentSummary dt{color:#b1bcc5}.rentalPaymentSummary dd{margin:0;font-weight:800}.rentalPaymentSummary .paymentGrandTotal{padding:22px 0;color:white;font-size:20px;border-bottom-color:white}.rentalPaymentSummary .paymentGrandTotal dt{color:white;font-weight:800}.rentalPaymentSummary button{width:100%;margin-top:22px;padding:16px;color:white;background:var(--blue);border:0;font-weight:800;opacity:.55}.rentalPaymentSummary button small{display:block;margin-top:5px;font-weight:400}.rentalPaymentSummary>p{display:flex;gap:8px;margin:16px 0;color:#aeb9c2;font-size:11px;line-height:1.45}.rentalPaymentSummary>p svg{flex:0 0 17px;width:17px}.rentalPaymentSummary>a{color:white;text-decoration:underline;font-size:12px}.orderPaymentAction{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:16px;padding:12px;color:white;background:var(--blue);font-weight:800}@media (max-width:850px){.rentalPaymentHero,.rentalPaymentLayout{grid-template-columns:1fr}.rentalPaymentHero{gap:24px}.rentalPaymentSummary{position:static}}@media (max-width:560px){.rentalPaymentPage{padding:20px 16px 70px}.rentalPaymentMain{padding:24px 18px}.rentalPaymentMethods{grid-template-columns:1fr}}.claimPage{min-height:100vh;padding:26px max(4vw,calc((100vw - 1280px) / 2)) 100px;background:#eef2f5}.claimHero{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:70px;gap:70px;align-items:end;padding:68px 0 52px}.claimHero h1{margin:8px 0 0;font-size:clamp(50px,6.5vw,92px);line-height:.9;letter-spacing:-.065em}.claimHero h1 em{color:var(--blue);font-style:normal}.claimHero>p{max-width:560px;margin:0 0 8px;color:var(--muted);font-size:17px;line-height:1.55}.claimLayout{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:28px;gap:28px;align-items:start}.claimForm{background:white;border:1px solid var(--ink)}.claimForm>section{padding:30px;border-bottom:1px solid var(--ink)}.claimFields{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:18px}.claimFields label{color:var(--muted);font-size:11px;font-weight:800}.claimFields label.wide{grid-column:1/-1}.claimFields input,.claimFields select,.claimFields textarea{width:100%;margin-top:7px;padding:13px;color:var(--ink);background:white;border:1px solid var(--line);font:inherit}.claimFields textarea{min-height:120px;resize:vertical}.claimUpload{display:grid;place-items:center;min-height:190px;margin-top:18px;padding:22px;text-align:center;border:1px dashed var(--blue);background:#f1f5ff;cursor:pointer}.claimUpload svg{width:35px;height:35px;color:var(--blue)}.claimUpload strong{margin-top:10px}.claimUpload span{margin-top:5px;color:var(--muted);font-size:11px}.claimUpload input{position:absolute;opacity:0;pointer-events:none}.claimFiles{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.claimFiles span{padding:7px 9px;background:#eaf0f5;font-size:11px}.claimAttached{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:18px}.claimAttached>span{display:grid;grid-template-columns:28px 1fr;grid-gap:4px 10px;gap:4px 10px;padding:16px;border:1px solid var(--line)}.claimAttached svg{grid-row:1/3;width:23px;height:23px;color:var(--blue)}.claimAttached b,.claimAttached small{display:block}.claimAttached small{color:var(--muted)}.claimActions{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;padding:22px 30px}.claimActions button{padding:14px;border:1px solid var(--ink);background:white;font-weight:800}.claimActions button:last-child{color:white;background:var(--blue);border-color:var(--blue)}.claimActions small{display:block;margin-top:4px;font-weight:400}.claimSaved{margin:0 30px 24px;padding:12px;color:#176c42;background:#e7f6ed;font-size:12px}.claimSaved a{color:#176c42;font-weight:800}.claimSidebar{position:-webkit-sticky;position:sticky;top:24px;padding:25px;color:white;background:var(--ink);box-shadow:9px 9px 0 var(--orange)}.claimSidebar h2{margin:9px 0 24px;font-size:28px;line-height:1.05}.claimSidebar ol{margin:0 0 22px;padding:0;list-style:none}.claimSidebar li{display:grid;grid-template-columns:28px 1fr;grid-gap:9px;gap:9px;padding:13px 0;border-bottom:1px solid #394650;font-size:12px;line-height:1.4}.claimSidebar li b{color:#83a7ff}.claimSidebar>a{display:block;margin-top:11px;color:white;font-size:12px;text-decoration:underline}.policyClaimLink{display:inline-flex;gap:10px;align-items:center;margin-top:42px;padding:15px 20px;color:white;background:var(--blue);font-weight:800}@media (max-width:800px){.claimHero,.claimLayout{grid-template-columns:1fr}.claimHero{gap:28px}.claimSidebar{position:static}}.payoutStatusPage{width:min(1180px,calc(100% - 96px));margin:0 auto;padding-bottom:90px}.payoutStatusHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:50px;gap:50px;align-items:end;min-height:330px;padding:35px 0 52px}.payoutStatusHero h1{margin:10px 0 18px;font-size:clamp(64px,8vw,106px);line-height:.82;letter-spacing:-.075em}.payoutStatusHero h1 em{color:var(--blue);font-style:normal}.payoutStatusHero>div>p:last-child{max-width:570px;color:var(--muted);font-size:16px;line-height:1.55}.payoutArrival{padding:30px;border:1px solid var(--ink);box-shadow:8px 8px 0 var(--orange);background:white}.payoutArrival small,.payoutArrival span{display:block;color:var(--muted)}.payoutArrival strong{display:block;margin:14px 0 8px;color:var(--blue);font-size:47px;letter-spacing:-.055em}.payoutRoute{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ink);background:white}.payoutRoute article{position:relative;display:grid;grid-template-columns:34px 1fr;grid-gap:12px;gap:12px;min-height:112px;padding:24px 20px;border-right:1px solid var(--line)}.payoutRoute article:last-child{border-right:0}.payoutRoute article>span{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--line);color:var(--muted);font-weight:800}.payoutRoute article div{display:grid;align-content:start;grid-gap:7px;gap:7px}.payoutRoute small{color:var(--muted)}.payoutRoute .done>span{border-color:var(--blue);background:var(--blue);color:white}.payoutRoute .active{background:var(--ink);color:white}.payoutRoute .active>span{border-color:var(--orange);background:var(--orange);color:var(--ink)}.payoutRoute .active small{color:#aeb9c0}.payoutStatusBody{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:20px;gap:20px;padding:20px 0}.payoutDestination,.payoutDetails{padding:32px;border:1px solid var(--ink);background:white}.payoutDestination h2,.payoutDetails h2{margin:8px 0 26px;font-size:34px;letter-spacing:-.045em}.payoutDestination dl,.payoutDetails dl{margin:0}.payoutDestination dl div,.payoutDetails dl div{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-top:1px solid var(--line)}.payoutDestination dt,.payoutDetails dt{color:var(--muted)}.payoutDestination dd,.payoutDetails dd{margin:0;font-weight:800;text-align:right}.payoutDetails .payoutDetailsTotal{align-items:center;border-top-color:var(--ink)}.payoutDetailsTotal dd{color:var(--blue);font-size:30px}.payoutDetails>p{margin:20px 0 0;padding:16px;background:#eef4ff;color:var(--muted);line-height:1.45}.payoutDestination{background:#d9e7ff}.payoutDestination>svg{width:38px;margin-bottom:35px;color:var(--blue)}.payoutDestination .payoutSent{color:#17824b}.payoutDestination>a{display:inline-block;margin-top:22px;color:var(--blue);font-weight:800;text-decoration:none}.payoutDestinationLinks{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:22px}.payoutDestinationLinks a{color:var(--blue);font-weight:800;text-decoration:none}.payoutHelp{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:28px 32px;background:var(--ink);color:white}.payoutHelp p{margin:6px 0 0;color:#aeb9c0}.payoutHelp a{flex:none;padding:15px 20px;background:var(--blue);color:white;font-weight:800;text-decoration:none}.requestPayout{gap:8px;text-decoration:none}@media (max-width:800px){.payoutStatusPage{width:calc(100% - 32px)}.payoutStatusBody,.payoutStatusHero{grid-template-columns:1fr}.payoutStatusHero{min-height:auto;gap:26px}.payoutRoute{grid-template-columns:1fr 1fr}.payoutRoute article:nth-child(2){border-right:0}.payoutRoute article:nth-child(-n+2){border-bottom:1px solid var(--line)}.payoutHelp{align-items:flex-start;flex-direction:column}}.transactionPage{width:min(980px,calc(100% - 96px));margin:0 auto;padding-bottom:90px}.transactionHero{display:grid;grid-template-columns:1fr 300px;grid-gap:50px;gap:50px;align-items:end;padding:34px 0 42px}.transactionHero h1{margin:10px 0 0;font-size:clamp(58px,7vw,94px);line-height:.85;letter-spacing:-.07em}.transactionHero h1 em{color:var(--blue);font-style:normal}.transactionStamp{padding:25px;border:1px solid var(--ink);background:#d9e7ff;box-shadow:7px 7px 0 var(--orange)}.transactionStamp svg{width:31px;color:var(--blue)}.transactionStamp small,.transactionStamp span{display:block;color:var(--muted)}.transactionStamp span{margin-top:22px}.transactionStamp strong{display:block;margin:6px 0;color:#17824b;font-size:25px}.transactionReceipt{border:1px solid var(--ink);background:white}.transactionReceipt>header{display:flex;justify-content:space-between;gap:30px;padding:20px 28px;background:var(--ink);color:white}.transactionReceipt>header div{display:grid;grid-gap:5px;gap:5px}.transactionReceipt>header div:last-child{text-align:right}.transactionReceipt>header span{color:#aeb9c0;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.transactionReceipt>header a{color:white;font-weight:800}.transactionReceiptAmount{padding:42px 28px;border-bottom:1px solid var(--ink)}.transactionReceiptAmount small,.transactionReceiptAmount span{display:block;color:var(--muted)}.transactionReceiptAmount strong{display:block;margin:7px 0;color:var(--blue);font-size:clamp(58px,8vw,90px);line-height:1;letter-spacing:-.07em}.transactionReceiptGrid{display:grid;grid-template-columns:1fr 1fr}.transactionReceiptGrid>div{padding:30px 28px;border-right:1px solid var(--ink)}.transactionReceiptGrid>div:last-child{border-right:0}.transactionReceiptGrid dl{margin:20px 0 0}.transactionReceiptGrid dl div{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-top:1px solid var(--line)}.transactionReceiptGrid dt{color:var(--muted)}.transactionReceiptGrid dd{margin:0;font-weight:800;text-align:right}.transactionReceiptGrid .receiptTotal{border-top-color:var(--ink)}.transactionReceiptGrid .receiptTotal dd{color:var(--blue);font-size:22px}.transactionReceipt>footer{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;padding:25px 28px;border-top:1px solid var(--ink);background:#f3f5f6}.transactionReceipt>footer div{display:grid;grid-gap:5px;gap:5px}.transactionReceipt>footer p,.transactionReceipt>footer span{color:var(--muted);font-size:12px;line-height:1.5}.transactionReceipt>footer p{margin:0}.receiptActions{display:flex;justify-content:flex-end;gap:10px;padding-top:20px}.receiptActions a,.receiptActions button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid var(--ink);font-weight:800;text-decoration:none;cursor:pointer}.receiptActions button{border-color:var(--blue);background:var(--blue);color:white}.receiptActions a{background:white;color:var(--ink)}.transactionReceiptLink{display:inline-flex;align-items:center;justify-content:center;color:var(--ink);font-weight:750;text-decoration:none}@media (max-width:700px){.transactionPage{width:calc(100% - 32px)}.transactionHero,.transactionReceipt>footer,.transactionReceiptGrid{grid-template-columns:1fr}.transactionReceiptGrid>div{border-right:0;border-bottom:1px solid var(--ink)}.transactionReceiptGrid>div:last-child{border-bottom:0}.receiptActions{flex-direction:column}}@media print{.cookieManage,.cookieNotice,.receiptActions,.siteFooter,.siteHeader,.transactionPage>.breadcrumbs{display:none!important}.transactionPage{width:100%;padding:0}.transactionHero{padding-top:0}.transactionReceipt{page-break-inside:avoid;break-inside:avoid}}.taxPage{width:min(1100px,calc(100% - 96px));margin:0 auto;padding-bottom:90px}.taxHero{display:grid;grid-template-columns:1.15fr .85fr;align-items:end;min-height:300px;padding:35px 0 48px;border-bottom:1px solid var(--ink)}.taxHero .sectionLabel{grid-column:1/-1}.taxHero h1{margin:10px 0 0;font-size:clamp(55px,7vw,88px);line-height:.86;letter-spacing:-.07em}.taxHero h1 em{color:var(--blue);font-style:normal}.taxHero>p:last-child{max-width:430px;margin:0 0 4px auto;color:var(--muted);line-height:1.55}.taxWorkspace{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:20px;gap:20px;padding:34px 0 20px}.taxCurrent,.taxStatusPanel{padding:30px;border:1px solid var(--ink);background:white}.taxDocuments h2,.taxStatusPanel h2{margin:8px 0 10px;font-size:38px;letter-spacing:-.05em}.taxStatusPanel>p{color:var(--muted)}.taxChoices{display:grid;grid-gap:9px;gap:9px;margin-top:25px}.taxChoices button{display:grid;grid-gap:5px;gap:5px;padding:17px 18px;border:1px solid var(--line);background:white;color:var(--ink);text-align:left;cursor:pointer}.taxChoices button span{color:var(--muted);font-size:12px}.taxChoices button.active{border:2px solid var(--blue);padding:16px 17px;background:#eef4ff}.taxCurrent button,.taxSave{min-height:48px;margin-top:20px;padding:0 20px;border:0;background:var(--blue);color:white;font-weight:800;cursor:pointer}.taxCurrent{background:var(--ink);color:white;box-shadow:8px 8px 0 var(--orange)}.taxCurrent>svg{width:42px;margin-bottom:52px;color:var(--orange)}.taxCurrent>span{display:block;color:#aeb9c0;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.taxCurrent h2{margin:8px 0 15px;font-size:42px;letter-spacing:-.055em}.taxCurrent p{color:#aeb9c0;line-height:1.55}.taxDocuments{margin-top:20px;border:1px solid var(--ink);background:white}.taxDocuments>header{display:flex;justify-content:space-between;align-items:end;gap:30px;padding:28px;border-bottom:1px solid var(--ink)}.taxDocuments>header h2{margin-bottom:0}.taxDocuments>header>span{color:var(--muted)}.taxDocumentList article{display:grid;grid-template-columns:42px 1fr auto 90px;grid-gap:16px;gap:16px;align-items:center;padding:18px 28px;border-bottom:1px solid var(--line)}.taxDocumentList article:last-child{border-bottom:0}.taxDocIcon{display:grid;place-items:center;width:36px;height:36px;background:#d9e7ff;color:var(--blue);font-weight:900}.taxDocumentList article>div{display:grid;grid-gap:4px;gap:4px}.taxDocumentList small{color:var(--muted)}.taxDocumentList a{padding:10px;border:1px solid var(--ink);color:var(--ink);font-size:11px;font-weight:800;text-align:center;text-decoration:none}.taxNotice{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:30px;gap:30px;margin-top:20px;padding:25px 28px;background:#eef4ff}.taxNotice p{margin:0;color:var(--muted);line-height:1.5}@media (max-width:760px){.taxPage{width:calc(100% - 32px)}.taxHero,.taxNotice,.taxWorkspace{grid-template-columns:1fr}.taxHero{min-height:auto;gap:24px}.taxHero>p:last-child{margin-left:0}.taxDocumentList article{grid-template-columns:36px 1fr auto;padding:16px}.taxDocumentList article>b{grid-column:2}.taxDocumentList article>a{grid-column:3;grid-row:1/3}}@media (max-width:560px){.claimPage{padding:20px 16px 70px}.claimActions,.claimAttached,.claimFields{grid-template-columns:1fr}.claimFields label.wide{grid-column:auto}}.paymentStatusPage{min-height:100vh;padding:26px max(4vw,calc((100vw - 1280px) / 2)) 100px;background:#edf2f6}.paymentStatusHero{position:relative;padding:72px 0 58px;border-bottom:1px solid var(--ink)}.paymentStatusHero h1{max-width:900px;margin:10px 0 22px;font-size:clamp(56px,7.5vw,108px);line-height:.88;letter-spacing:-.07em}.paymentStatusHero h1 em{color:var(--blue);font-style:normal}.paymentStatusHero>p:last-child{max-width:700px;color:var(--muted);font-size:17px;line-height:1.55}.paymentStatusMark{position:absolute;top:65px;right:0;display:flex;gap:9px;align-items:center;padding:11px 14px;color:#8b5a00;background:#fff1bf;border:1px solid #d89a25;font-size:11px;font-weight:800}.paymentStatusMark svg{width:18px;height:18px}.paymentStatusBoard{display:grid;grid-template-columns:minmax(0,1fr) 370px;grid-gap:30px;gap:30px;padding:40px 0}.paymentStatusSteps{background:white;border:1px solid var(--ink)}.paymentStatusSteps article{display:grid;grid-template-columns:50px 36px 1fr;grid-gap:18px;gap:18px;min-height:170px;padding:28px;border-bottom:1px solid var(--ink)}.paymentStatusSteps article:last-child{border-bottom:0}.paymentStatusSteps article>b{color:var(--blue);font-size:11px}.paymentStatusSteps article>svg{width:28px;height:28px;color:var(--ink)}.paymentStatusSteps span{color:#a36500;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.paymentStatusSteps h2{margin:9px 0;font-size:27px}.paymentStatusSteps p{max-width:600px;margin:0;color:var(--muted);line-height:1.5}.paymentStatusReceipt{align-self:start;padding:26px;color:white;background:var(--ink);box-shadow:9px 9px 0 var(--orange)}.paymentStatusReceipt>div:first-child{display:flex;justify-content:space-between;color:#9eabb4;font-size:11px}.paymentStatusReceipt h2{margin:24px 0;font-size:27px;line-height:1.05}.paymentStatusReceipt dl{margin:0}.paymentStatusReceipt dl>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #394650}.paymentStatusReceipt dt{color:#aeb9c2}.paymentStatusReceipt dd{margin:0;font-weight:800}.paymentStatusReceipt dl>div:last-child{padding:19px 0;color:white;font-size:18px;border-bottom-color:white}.paymentStatusEmpty{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;margin:20px 0;font-size:11px}.paymentStatusEmpty span{color:#aeb9c2}.paymentStatusEmpty strong{color:#efbd55}.paymentStatusReceipt>a{display:block;margin-top:10px;color:white;font-size:12px;text-decoration:underline}.paymentStatusRule{display:grid;grid-template-columns:.7fr 1.3fr auto;grid-gap:30px;gap:30px;align-items:center;padding:25px;background:#fff4ce;border-left:5px solid #df9a00}.paymentStatusRule p{margin:0;color:var(--muted);line-height:1.45}.paymentStatusRule a{color:var(--blue);font-weight:800;white-space:nowrap}.paymentState-failed .paymentStatusHero h1 em{color:var(--orange)}.paymentState-paid .paymentStatusHero h1 em{color:#168451}.paymentState-failed .paymentStatusMark{color:#762e1d;background:#ffe0d3;border-color:var(--orange)}.paymentState-paid .paymentStatusMark{color:#0c633c;background:#d8f5e6;border-color:#168451}.paymentStatusSteps article.paymentStep-done{background:#effaf4}.paymentStatusSteps article.paymentStep-error{background:#fff0e9;border-left:7px solid var(--orange)}.paymentStatusSteps article.paymentStep-waiting{opacity:.58}.paymentStatusSteps article.paymentStep-done span{color:#168451}.paymentStatusSteps article.paymentStep-error span{color:#a13f25}.paymentStatusFacts{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;margin:20px 0;font-size:11px}.paymentStatusFacts span{color:#aeb9c2}.paymentStatusFacts strong{color:#efbd55;text-align:right}.paymentStatusFacts strong:nth-child(2){color:white}.paymentStatusReceipt>a.paymentStatusPrimary{padding:13px;color:white;text-align:center;text-decoration:none;background:var(--blue);font-weight:900}.paymentState-failed .paymentStatusReceipt>a.paymentStatusPrimary{background:var(--orange)}.paymentFailureHelp{padding:25px 28px;background:#ffd45c;border-top:1px solid var(--ink)}.paymentFailureHelp strong{font-size:17px}.paymentFailureHelp ul{display:flex;gap:30px;margin:13px 0 0;padding-left:18px}.verificationStatusPage{width:min(1180px,92vw);min-height:100vh;margin:0 auto;padding:30px 0 90px}.verificationStatusHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:60px 0}.verificationStatusHero h1{margin:12px 0 24px;font-size:clamp(54px,7vw,92px);line-height:.87;letter-spacing:-.068em}.verificationStatusHero h1 em{color:var(--blue);font-style:normal}.verificationState-failed .verificationStatusHero h1 em{color:var(--orange)}.verificationState-verified .verificationStatusHero h1 em{color:#168451}.verificationStatusHero>div>p:last-child{max-width:700px;color:var(--muted);font-size:16px;line-height:1.55}.verificationStatusHero>aside{display:grid;grid-template-columns:42px 1fr;grid-gap:7px 16px;gap:7px 16px;align-items:center;padding:24px;color:white;background:var(--ink);border-bottom:8px solid var(--blue)}.verificationState-failed .verificationStatusHero>aside{border-color:var(--orange)}.verificationState-verified .verificationStatusHero>aside{border-color:#168451}.verificationStatusHero>aside svg{grid-row:1/4;width:38px;color:#91b0ff}.verificationStatusHero>aside span{color:#9faab3;font-size:9px;text-transform:uppercase}.verificationStatusHero>aside strong{font-size:24px}.verificationStatusHero>aside small{color:#aeb8bf}.verificationStatusGrid{display:grid;grid-template-columns:1fr 390px;grid-gap:30px;gap:30px;align-items:start}.verificationStatusMain{min-height:470px;background:white;border:1px solid var(--ink)}.verificationReason{padding:34px;border-bottom:1px solid var(--ink)}.verificationReason>span{color:var(--orange);font-size:9px;font-weight:900;text-transform:uppercase}.verificationReason h2{margin:10px 0 16px;font-size:clamp(38px,4.2vw,58px);line-height:.9}.verificationReason p{max-width:700px;color:var(--muted);line-height:1.55}.verificationChecklist{margin:0;padding:0;list-style:none}.verificationChecklist li{display:grid;grid-template-columns:42px 1fr;grid-gap:16px;gap:16px;padding:22px 30px;border-bottom:1px solid var(--line)}.verificationChecklist li:last-child{border-bottom:0}.verificationChecklist b{display:grid;width:34px;height:34px;place-items:center;color:white;background:var(--ink)}.verificationChecklist span,.verificationChecklist strong{display:block}.verificationChecklist span{margin-top:5px;color:var(--muted)}.verificationSuccess,.verificationWaiting{display:grid;grid-template-columns:80px 1fr;grid-gap:25px;gap:25px;align-items:center;min-height:470px;padding:45px}.verificationSuccess h2,.verificationWaiting h2{margin:0 0 12px;font-size:clamp(36px,4vw,54px);line-height:.92}.verificationSuccess p,.verificationWaiting p{color:var(--muted);line-height:1.5}.verificationPulse{width:70px;height:70px;background:var(--blue);border:18px solid #dce7ff;border-radius:50%}.verificationSuccess>svg{width:72px;color:#168451}.verificationStatusActions{padding:28px;color:white;background:var(--ink);box-shadow:9px 9px 0 var(--orange)}.verificationState-verified .verificationStatusActions{box-shadow:9px 9px 0 #168451}.verificationStatusActions>span{color:#93adf7;font-size:9px;font-weight:900;text-transform:uppercase}.verificationStatusActions h2{margin:10px 0 25px;font-size:34px;line-height:.92}.verificationStatusActions>a{display:block;margin-top:12px;color:white;font-weight:900}.verificationStatusActions>a.verificationPrimaryAction{display:flex;justify-content:space-between;align-items:center;padding:15px;background:var(--blue)}.verificationState-failed .verificationStatusActions>a.verificationPrimaryAction{background:var(--orange)}.verificationStatusActions>a svg{width:17px}.verificationStatusActions>div{margin-top:28px;padding-top:20px;border-top:1px solid #3b4853}.verificationStatusActions>div p{color:#aab5bd;line-height:1.45}.verificationStatusSafety{display:grid;grid-template-columns:35px 1fr auto;grid-gap:18px;gap:18px;align-items:center;margin-top:30px;padding:24px 28px;background:#ffd45c}.verificationStatusSafety>svg{width:30px}.verificationStatusSafety p{margin:4px 0 0}.verificationStatusSafety a{color:var(--ink);font-weight:900;white-space:nowrap}.insuranceStatusPage{width:min(1180px,92vw);min-height:100vh;margin:0 auto;padding:30px 0 90px}.insuranceStatusHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:60px 0}.insuranceStatusHero h1{margin:12px 0 24px;font-size:clamp(54px,7vw,92px);line-height:.87;letter-spacing:-.068em}.insuranceStatusHero h1 em{color:var(--blue);font-style:normal}.insuranceState-failed .insuranceStatusHero h1 em{color:var(--orange)}.insuranceState-active .insuranceStatusHero h1 em{color:#168451}.insuranceStatusHero>div>p:last-child{max-width:700px;color:var(--muted);font-size:16px;line-height:1.55}.insuranceStatusHero>aside{display:grid;grid-template-columns:44px 1fr;grid-gap:7px 16px;gap:7px 16px;align-items:center;padding:25px;color:white;background:var(--ink);border-bottom:8px solid var(--blue)}.insuranceState-failed .insuranceStatusHero>aside{border-color:var(--orange)}.insuranceState-active .insuranceStatusHero>aside{border-color:#168451}.insuranceStatusHero>aside svg{grid-row:1/4;width:40px;color:#91b0ff}.insuranceStatusHero>aside span{color:#9faab3;font-size:9px;text-transform:uppercase}.insuranceStatusHero>aside strong{font-size:22px}.insuranceStatusHero>aside small{color:#aeb8bf}.insuranceStatusBoard{display:grid;grid-template-columns:1fr 390px;grid-gap:30px;gap:30px;align-items:start}.insuranceStatusProgress{background:white;border:1px solid var(--ink)}.insuranceStatusProgress article{display:grid;grid-template-columns:45px 40px 1fr;grid-gap:17px;gap:17px;min-height:155px;padding:27px;border-bottom:1px solid var(--ink)}.insuranceStatusProgress article>b{color:var(--blue);font-size:10px}.insuranceStatusProgress article>svg{width:30px}.insuranceStatusProgress article span{color:var(--muted);font-size:9px;font-weight:900;text-transform:uppercase}.insuranceStatusProgress article h2{margin:8px 0;font-size:27px}.insuranceStatusProgress article p{color:var(--muted);line-height:1.5}.insuranceStatusProgress article.done{background:#effaf4}.insuranceStatusProgress article.done span{color:#168451}.insuranceStatusProgress article.failed{background:#fff0e9;border-left:7px solid var(--orange)}.insuranceStatusProgress article.failed span{color:#a13f25}.insuranceStatusProgress article.waiting{opacity:.55}.insuranceFailurePlain{padding:24px 28px;background:#ffd45c}.insuranceFailurePlain strong{font-size:17px}.insuranceFailurePlain p{margin:7px 0 0;line-height:1.5}.insuranceStatusTicket{padding:27px;color:white;background:var(--ink);box-shadow:9px 9px 0 var(--orange)}.insuranceState-active .insuranceStatusTicket{box-shadow:9px 9px 0 #168451}.insuranceStatusTicket>header{display:flex;justify-content:space-between;color:#aeb8bf}.insuranceStatusTicket h2{margin:25px 0;font-size:27px;line-height:1.05}.insuranceStatusTicket dl{margin:0}.insuranceStatusTicket dl>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #3b4853}.insuranceStatusTicket dt{color:#aeb8bf}.insuranceStatusTicket dd{margin:0;font-weight:900}.insuranceStatusTicket dl>div:last-child{padding:18px 0;font-size:18px;border-color:white}.insurancePolicyFacts{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;margin:22px 0;font-size:10px}.insurancePolicyFacts span{color:#aeb8bf}.insurancePolicyFacts strong{max-width:190px;color:#efbd55;text-align:right}.insuranceStatusTicket>a{display:block;margin-top:12px;color:white;font-weight:900}.insuranceStatusTicket>a.insuranceStatusPrimary{padding:14px;text-align:center;background:var(--blue)}.insuranceState-failed .insuranceStatusTicket>a.insuranceStatusPrimary{background:var(--orange)}.insuranceStatusRule{display:grid;grid-template-columns:35px 1fr auto;grid-gap:18px;gap:18px;align-items:center;margin-top:30px;padding:24px 28px;background:#dce8ff}.insuranceStatusRule>svg{width:30px;color:var(--blue)}.insuranceStatusRule p{margin:4px 0 0}.insuranceStatusRule a{color:var(--blue);font-weight:900;white-space:nowrap}@media (max-width:800px){.paymentStatusMark{position:static;width:-moz-fit-content;width:fit-content;margin-bottom:28px}.paymentStatusBoard,.paymentStatusRule{grid-template-columns:1fr}}@media (max-width:560px){.paymentStatusPage{padding:20px 16px 70px}.paymentStatusSteps article{grid-template-columns:36px 1fr;padding:22px 18px}.paymentStatusSteps article>svg{grid-column:1;grid-row:2}.paymentStatusSteps article>div{grid-column:2}.paymentFailureHelp ul{display:grid;grid-gap:8px;gap:8px}.verificationStatusGrid,.verificationStatusHero{grid-template-columns:1fr;gap:35px}.verificationSuccess,.verificationWaiting{grid-template-columns:1fr;min-height:360px;padding:30px 22px}.verificationStatusSafety{grid-template-columns:35px 1fr}.verificationStatusSafety a{grid-column:2;white-space:normal}.insuranceStatusBoard,.insuranceStatusHero{grid-template-columns:1fr;gap:35px}.insuranceStatusProgress article{grid-template-columns:35px 1fr;padding:22px 18px}.insuranceStatusProgress article>svg{grid-column:1;grid-row:2}.insuranceStatusProgress article>div{grid-column:2}.insuranceStatusRule{grid-template-columns:35px 1fr}.insuranceStatusRule a{grid-column:2;white-space:normal}}.policyPage{min-height:100vh;padding:26px max(4vw,calc((100vw - 1280px) / 2)) 100px;background:#eef2f6}.policyHero{display:grid;grid-template-columns:1fr 330px;grid-gap:70px;gap:70px;align-items:end;padding:70px 0 55px}.policyHero h1{margin:8px 0 20px;font-size:clamp(54px,7vw,100px);line-height:.88;letter-spacing:-.07em}.policyHero h1 em{color:var(--blue);font-style:normal}.policyHero>div>p:last-child{max-width:700px;color:var(--muted);font-size:17px;line-height:1.55}.policyHero>aside{padding:24px;color:#8a5a00;background:#fff2c6;border:1px solid #d69a2d}.policyHero>aside span,.policyHero>aside strong{display:block}.policyHero>aside span{font-size:10px;text-transform:uppercase;letter-spacing:.08em}.policyHero>aside strong{margin:10px 0;color:var(--ink);font-size:28px}.policyHero>aside p{margin:0;font-size:12px;line-height:1.45}.policyLayout{display:grid;grid-template-columns:minmax(0,1fr) 330px;grid-gap:30px;gap:30px;align-items:start}.policyDocument{background:white;border:1px solid var(--ink);box-shadow:10px 10px 0 #cbd6df}.policyDocumentHead{display:flex;justify-content:space-between;align-items:center;padding:17px 22px;color:white;background:var(--ink);font-size:11px;letter-spacing:.08em}.policyDocumentHead>div{display:flex;gap:10px;align-items:center}.policyDocumentHead svg{width:20px;height:20px}.policyDocumentHead>span{color:#ffca5c}.policyPlaceholder{padding:32px}.policyPlaceholder>p{margin:0 0 24px;color:var(--muted)}.policyPlaceholder dl{display:grid;grid-template-columns:1fr 1fr;margin:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.policyPlaceholder dl>div{min-height:96px;padding:17px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.policyPlaceholder dd,.policyPlaceholder dt{display:block}.policyPlaceholder dt{margin-bottom:10px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}.policyPlaceholder dd{margin:0;font-weight:800}.policyDocumentFoot{display:grid;grid-template-columns:190px 1fr;grid-gap:25px;gap:25px;align-items:center;padding:22px 32px;background:#f3f6f8;border-top:1px solid var(--line)}.policyDocumentFoot button{padding:13px;color:white;background:var(--ink);border:0;opacity:.45;font-weight:800}.policyDocumentFoot button small{display:block;margin-top:4px;font-weight:400}.policyDocumentFoot p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.policyOrder{padding:22px;color:white;background:var(--ink)}.policyThing{display:grid;place-items:center;height:160px;margin-bottom:22px;color:var(--ink);background:#cfe0ff}.policyThing svg{width:100px;height:100px}.policyOrder h2{margin:8px 0 22px;font-size:25px;line-height:1.08}.policyOrder dl{margin:0 0 22px}.policyOrder dl>div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #394650}.policyOrder dt{color:#aeb9c2}.policyOrder dd{margin:0;font-weight:800}.policyOrder>a{display:block;margin-top:11px;color:white;font-size:12px;text-decoration:underline}.policyAfterIssue{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:60px;gap:60px;padding:90px 0 0}.policyAfterIssue h2{margin:8px 0 0;font-size:clamp(36px,4vw,58px);line-height:1;letter-spacing:-.05em}.policyAfterIssue ol{margin:0;padding:0;list-style:none;border-top:1px solid var(--ink)}.policyAfterIssue li{display:grid;grid-template-columns:50px 1fr;padding:20px 0;border-bottom:1px solid var(--ink)}.policyAfterIssue li b{color:var(--blue);font-size:11px}.policyAfterIssue li span{font-weight:800}@media (max-width:800px){.policyAfterIssue,.policyHero,.policyLayout{grid-template-columns:1fr}.policyAfterIssue,.policyHero{gap:35px}}@media (max-width:560px){.policyPage{padding:20px 16px 70px}.policyPlaceholder{padding:22px 16px}.policyDocumentFoot,.policyPlaceholder dl{grid-template-columns:1fr}}.editListingPage{padding:1px var(--page-pad) 90px;background:linear-gradient(90deg,transparent 0 72%,rgba(20,87,255,.055) 72% 100%),#f5f7f8}.editListingShell{width:min(100%,1540px);margin:0 auto}.editListingHeader{min-height:285px;display:grid;grid-template-columns:1.25fr .75fr;grid-gap:70px;gap:70px;padding:30px 0 48px}.editListingHeader h1{margin:0;font:800 clamp(46px,5.2vw,82px)/.91 Unbounded,sans-serif;letter-spacing:-.07em}.editListingHeader h1 em{color:var(--blue);font-style:normal}.editListingHeaderNote{max-width:520px;border-left:3px solid var(--orange);padding:4px 0 4px 22px}.editListingHeaderNote b{display:block;margin-bottom:8px;font-size:14px}.editListingHeaderNote p{margin:0;color:var(--muted);line-height:1.65}.editListingPage .listingEditorLayout{display:grid;grid-template-columns:300px minmax(0,1fr);align-items:start;grid-gap:24px;gap:24px}.editListingPage .editorNav{position:-webkit-sticky;position:sticky;top:88px;padding:0;border:2px solid var(--ink);background:white;box-shadow:9px 9px 0 var(--ink)}.editListingPage .editorPreview{position:static;display:grid;grid-template-columns:90px 1fr;align-items:stretch;border:0;border-bottom:1px solid #dce2e7}.editListingPage .editorPreviewVisual{min-height:112px;display:grid;place-items:center;background:#dceaff;color:var(--ink)}.editListingPage .editorPreviewVisual svg{width:66px;height:66px}.editListingPage .editorPreviewBody{min-width:0;padding:16px 14px}.editListingPage .editorPreviewBody>span{color:var(--blue);font-size:9px;font-weight:800}.editListingPage .editorPreviewBody h3{margin:6px 0;overflow:hidden;font-size:13px;line-height:1.25;text-overflow:ellipsis}.editListingPage .editorPreviewBody p{margin:0 0 9px;color:var(--muted);font-size:10px}.editListingPage .editorPreviewBody strong{font-size:11px}.editorQuality{padding:18px;border-bottom:1px solid #dce2e7;background:#fff7e7}.editorQuality>div{display:flex;justify-content:space-between;gap:10px;font-size:10px;font-weight:800}.editorQuality>i{height:6px;display:block;margin:10px 0;overflow:hidden;background:#dbe1e6}.editorQuality>i span{height:100%;display:block;background:var(--orange)}.editorQuality small{display:block;color:#53616b;font-size:9px;line-height:1.5}.editListingPage .editorNav nav{display:grid;padding:9px}.editListingPage .editorNav nav button{min-height:52px;display:grid;grid-template-columns:32px 1fr;align-items:center;grid-gap:8px;gap:8px;border:0;padding:0 10px;color:var(--ink);background:white;text-align:left;cursor:pointer;transition:color .2s ease,background .2s ease}.editListingPage .editorNav nav button b{color:#9ba7b0;font:700 10px/1 Unbounded,sans-serif}.editListingPage .editorNav nav button.active,.editListingPage .editorNav nav button:hover{color:var(--blue);background:#e8efff}.editListingPage .editorNav nav button.active b{color:var(--blue)}.editorBack{display:block;border-top:1px solid #dce2e7;padding:16px 18px;color:var(--ink);font-size:10px;font-weight:800}.editListingPage .listingEditorForm{min-width:0;overflow:hidden;border:2px solid var(--ink);background:white;box-shadow:12px 12px 0 var(--orange)}.editListingPage .editorFormTop{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:0;padding:12px 22px;color:white;background:var(--ink)}.editListingPage .editorFormTop p{margin:0;color:#afbbc3;font-size:10px}.editListingPage .editorFormTop strong{display:block;margin-top:4px;color:white;font-size:12px}.editorTopActions{display:flex;gap:8px}.editorPrimary,.editorSecondary{min-height:42px;border:0;padding:0 16px;font:800 10px/1 Manrope,sans-serif;cursor:pointer}.editorPrimary{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:white;background:var(--blue)}.editorPrimary svg{width:16px}.editorSecondary{border:1px solid #61707a;color:white;background:transparent}.editListingPage .listingEditorForm fieldset{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px;margin:0;border:0;padding:46px 44px 54px}.editListingPage .listingEditorForm legend{width:100%;padding:0 0 4px;color:var(--ink);font:800 clamp(27px,3.2vw,46px)/1 Unbounded,sans-serif;letter-spacing:-.055em}.editorIntro{grid-column:1/-1;max-width:720px;margin:-5px 0 12px;color:#53616b;line-height:1.65}.editListingPage .listingEditorForm label{display:grid;grid-gap:9px;gap:9px;color:var(--ink);font-size:11px;font-weight:800}.editListingPage .availabilityCalendar,.editListingPage .editorFiles,.editListingPage .editorPhotoDrop,.editListingPage .editorPriceExample,.editListingPage .existingPhotos,.editListingPage .listingEditorForm .wide{grid-column:1/-1}.editListingPage .listingEditorForm input,.editListingPage .listingEditorForm select,.editListingPage .listingEditorForm textarea{width:100%;min-height:52px;border:1px solid #bdc8d0;padding:13px 14px;outline:0;color:var(--ink);background:white;font:600 12px/1.5 Manrope,sans-serif}.editListingPage .listingEditorForm textarea{min-height:130px;resize:vertical}.editListingPage .listingEditorForm input:focus,.editListingPage .listingEditorForm select:focus,.editListingPage .listingEditorForm textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(20,87,255,.11)}.editorHint{display:flex;align-items:flex-start;gap:14px;padding:18px;background:#e8efff}.editorHint svg{width:25px!important;height:25px!important;max-width:25px;max-height:25px;flex:0 0 auto;color:var(--blue)}.editorHint span,.editorHint strong{display:block}.categorySuggestion{min-height:72px;display:flex;align-items:center;gap:18px;border:1px solid #bbcaf1;padding:12px 14px;background:#edf2ff}.categorySuggestion>div{min-width:0;display:flex;align-items:center;gap:12px;margin-right:auto}.categorySuggestion svg{width:23px!important;height:23px!important;flex:0 0 auto;color:var(--blue)}.categorySuggestion small,.categorySuggestion strong{display:block}.categorySuggestion small{margin-bottom:3px;color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.categorySuggestion strong{font-size:11px}.categorySuggestion>b{color:var(--blue);font-size:10px;white-space:nowrap}.categorySuggestion>button{min-height:36px;border:0;padding:0 13px;color:white;background:var(--blue);font-size:9px;font-weight:800;cursor:pointer}.editorHint strong{margin-bottom:4px;font-size:11px}.editorHint span{color:#53616b;font-size:10px;line-height:1.5}.editListingPage .existingPhotos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.photoOrderNote{display:flex;align-items:center;gap:12px;border-left:3px solid var(--blue);padding:12px 15px;background:#edf2ff;color:#53616b;font-size:9px}.photoOrderNote>svg{width:21px;height:21px;flex:0 0 auto;color:var(--blue)}.photoOrderNote span,.photoOrderNote strong{display:block}.photoOrderNote strong{margin-bottom:3px;color:var(--ink);font-size:10px}.editListingPage .existingPhoto{min-height:190px;position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid #cbd4da;background:#dceaff;cursor:-webkit-grab;cursor:grab}.editListingPage .editorFiles article:active,.editListingPage .existingPhoto:active{cursor:-webkit-grabbing;cursor:grabbing}.photoDragHandle{width:25px;height:25px;position:absolute;z-index:2;top:8px;left:8px;display:grid;place-items:center;color:var(--ink);background:white;box-shadow:2px 2px 0 var(--ink)}.photoDragHandle svg{width:15px!important;height:15px!important}.editListingPage .existingPhoto svg{width:min(62%,140px);height:min(62%,140px);color:var(--ink)}.editListingPage .uploadedPhoto img{width:100%;height:100%;position:absolute;inset:0;display:block;object-fit:cover}.editListingPage .uploadedPhoto:after{content:"";position:absolute;inset:55% 0 0;pointer-events:none;background:linear-gradient(transparent,rgba(8,19,29,.62))}.editListingPage .uploadedPhoto>b,.editListingPage .uploadedPhoto>button,.editListingPage .uploadedPhoto>i,.editListingPage .uploadedPhoto>small,.editListingPage .uploadedPhoto>span{z-index:3}.editListingPage .uploadedPhoto>small{position:absolute;right:9px;bottom:45px;padding:4px 6px;color:white;background:rgba(16,24,32,.82);font-size:8px}.photoModeration{position:absolute;top:9px;left:42px;padding:5px 7px;color:white;font-size:8px;line-height:1;text-transform:uppercase}.photoModeration.status-checking{background:#a86a00}.photoModeration.status-approved{background:#18794e}.photoModeration.status-rejected{background:#bd2c2c}.photoModerationError,.photoModerationInfo{display:flex;align-items:flex-start;gap:13px;padding:16px 18px}.photoModerationInfo{border:1px solid #b9c9f2;background:#edf2ff}.photoModerationInfo svg{width:24px!important;height:24px!important;flex:0 0 auto;color:var(--blue)}.photoModerationError span,.photoModerationError strong,.photoModerationInfo span,.photoModerationInfo strong{display:block}.photoModerationError strong,.photoModerationInfo strong{margin-bottom:4px;font-size:10px}.photoModerationError span,.photoModerationInfo span{color:#53616b;font-size:9px;line-height:1.5}.photoModerationError{display:grid;border-left:4px solid #bd2c2c;background:#fff0f0}.photoModerationError span{color:#8e2020}.editListingPage .existingPhoto span{position:absolute;left:10px;bottom:10px;padding:6px 8px;color:white;background:var(--ink);font-size:9px;font-weight:800}.editListingPage .existingPhoto .removePhoto{width:28px;height:28px;position:absolute;z-index:3;top:8px;right:8px;border:0;color:white;background:var(--ink);font-size:17px;line-height:1;cursor:pointer}.editListingPage .existingPhoto .removePhoto:hover{background:#d93636}.editListingPage .existingPhoto .makeCover{width:auto;height:28px;position:absolute;z-index:2;right:8px;bottom:8px;border:0;padding:0 9px;color:white;background:var(--blue);font-size:8px;font-weight:800;cursor:pointer}.editListingPage .existingPhoto.isCover{border:2px solid var(--blue)}.editListingPage .editorPhotoDrop{min-height:190px;display:grid;place-items:center;align-content:center;border:2px dashed #9baab5;padding:30px;background:#f5f7f8;text-align:center;cursor:pointer}.editListingPage .editorPhotoDrop:hover{border-color:var(--blue);background:#edf2ff}.editListingPage .editorPhotoDrop svg{width:52px;height:52px;margin-bottom:12px;color:var(--blue)}.editListingPage .editorPhotoDrop span,.editListingPage .editorPhotoDrop strong{display:block}.editListingPage .editorPhotoDrop span{margin-top:5px;color:var(--muted);font-size:10px;font-weight:500}.editListingPage .editorPhotoDrop input{position:absolute;width:1px;height:1px;min-height:1px;opacity:0}.photoCompressing{display:flex;align-items:center;gap:10px;color:var(--blue);font-size:11px;font-weight:800}.photoCompressing i{width:18px;height:18px;border:2px solid #c9d6f8;border-top:2px solid var(--blue);border-radius:50%;animation:photoSpin .8s linear infinite}@keyframes photoSpin{to{transform:rotate(1turn)}}.editListingPage .editorFiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.editListingPage .editorFiles article{min-width:0;display:grid;grid-template-columns:60px minmax(0,1fr) 28px;align-items:center;grid-gap:12px;gap:12px;border:1px solid #d5dde2;padding:8px;cursor:-webkit-grab;cursor:grab}.editListingPage .editorFiles article.isCover{border:2px solid var(--blue);background:#edf2ff}.editListingPage .editorFiles img{width:60px;height:52px;display:block;object-fit:cover}.editListingPage .editorFiles span,.editListingPage .editorFiles strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editListingPage .editorFiles strong{font-size:10px}.editListingPage .editorFiles span{margin-top:4px;color:var(--muted);font-size:9px}.editListingPage .editorFiles b{display:inline-block;margin-top:4px;color:var(--blue);font-size:8px;text-transform:uppercase}.preparedPhotoActions{display:flex;align-items:center;justify-content:flex-end;gap:5px}.editListingPage .preparedPhotoActions button{min-height:28px;border:0;padding:0 7px;color:var(--ink);background:#dfe6eb;font-size:8px;font-weight:800;white-space:nowrap;cursor:pointer}.editListingPage .preparedPhotoActions button:last-child{width:28px;padding:0;color:white;background:var(--ink);font-size:15px}.editListingPage .preparedPhotoActions button:last-child:hover{background:#d93636}.photoError{border-left:4px solid #d93636;padding:13px 15px;color:#8e2020;background:#fff0f0;font-size:10px;font-weight:800}.editListingPage .editorPriceExample{min-height:130px;display:grid;align-content:center;border:2px solid var(--ink);padding:24px;background:#ffd363;box-shadow:7px 7px 0 var(--ink)}.editListingPage .editorPriceExample small,.editListingPage .editorPriceExample span{color:#53616b}.editListingPage .editorPriceExample strong{margin:7px 0;font:800 32px/1 Unbounded,sans-serif}.editListingPage .availabilityCalendar{border:1px solid #cbd4da;padding:22px}.calendarHead{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}.calendarHead span,.calendarLegend{color:var(--muted);font-size:9px}.calendarWeek,.editListingPage .calendarDays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:6px;gap:6px}.calendarWeek b{padding-bottom:7px;color:var(--muted);font-size:9px;text-align:center}.editListingPage .calendarDays button{min-height:42px;aspect-ratio:auto;border:1px solid #d5dde2;color:var(--ink);background:white;cursor:pointer}.editListingPage .calendarDays button:hover{border-color:var(--blue)}.editListingPage .calendarDays button.selected{border-color:var(--ink);color:white;background:var(--ink)}.calendarLegend{margin-top:14px}.calendarLegend i{width:10px;height:10px;display:inline-block;margin-right:5px;background:var(--ink)}.editorLocationField{min-width:0}.editorLocationField>label{display:block!important;margin-bottom:9px}.editListingPage .cityAutocomplete{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px}.editListingPage .cityAutocomplete .lendInputIcon,.editorAddressAutocomplete{min-width:0;position:relative;display:block}.editListingPage .cityAutocomplete .lendInputIcon>svg,.editorAddressAutocomplete>svg{width:17px;height:17px;position:absolute;z-index:2;left:13px;top:18px;color:var(--blue)}.editListingPage .cityAutocomplete input,.editListingPage .editorAddressAutocomplete input{padding-left:40px}.editListingPage .cityAutocomplete .geoButton{height:52px;min-width:132px;display:inline-flex;align-items:center;justify-content:center;gap:7px;margin:0!important;border:1px solid #b9c9f2!important;padding:0 12px!important;color:var(--blue)!important;background:#edf2ff!important;font-size:9px;font-weight:800;cursor:pointer}.editListingPage .cityAutocomplete .geoButton svg{width:15px}.editListingPage .cityStatus{grid-column:1/-1;min-height:14px;color:var(--muted);font-size:9px}.editListingPage .citySuggestions,.editorAddressSuggestions{width:100%;position:absolute;z-index:30;top:calc(100% + 6px);left:0;display:grid;overflow:hidden;border:1px solid #bdc8d0;background:white;box-shadow:0 14px 30px rgba(16,24,32,.16)}.editListingPage .citySuggestionsLabel,.editorAddressSuggestions>small{padding:10px 12px;color:var(--muted);background:#f4f6f7;font-size:8px;font-weight:800;text-transform:uppercase}.editListingPage .citySuggestions button,.editorAddressSuggestions button{min-height:42px;display:flex;align-items:center;justify-content:flex-start;gap:9px;border:0;border-top:1px solid #e1e6e9;padding:0 12px;color:var(--ink);background:white;font-size:10px;font-weight:700;text-align:left;cursor:pointer}.editListingPage .citySuggestions button:hover,.editorAddressSuggestions button:hover{color:var(--blue);background:#edf2ff}.editListingPage .citySuggestions button svg,.editorAddressSuggestions button svg{width:15px;height:15px;color:var(--blue)}.editorAddressSuggestions>b{padding:14px;color:var(--muted);font-size:9px}.editorRulesChecklist{display:grid;grid-template-columns:repeat(3,1fr);border:2px solid var(--ink)}.editorRulesChecklist>div{min-height:135px;display:grid;align-content:space-between;grid-gap:15px;gap:15px;border-right:1px solid var(--ink);padding:20px}.editorRulesChecklist>div:last-child{border-right:0}.editorRulesChecklist svg{width:31px;height:31px;color:var(--blue)}.editorRulesChecklist span{font-size:10px;font-weight:800;line-height:1.45}.editListingPage .editorBottom{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #dce2e7;padding:14px 22px;background:#f5f7f8}.editListingPage .editorBottom>span{color:var(--muted);font-size:10px}.editListingPage .editorBottom>span.saveErrorText{color:#b22727;font-weight:800}.editListingPage .editorBottomActions{display:flex;align-items:center;gap:18px}.editListingPage .editorBottomActions>a{color:var(--ink);font-size:10px;font-weight:800}@media (max-width:1000px){.editListingPage .listingEditorLayout{grid-template-columns:240px minmax(0,1fr)}.editListingPage .editorPreview{grid-template-columns:72px 1fr}.editListingPage .editorPreviewVisual svg{width:52px;height:52px}.editListingPage .listingEditorForm fieldset{padding:36px 28px 44px}}@media (max-width:760px){.editListingPage{padding-right:16px;padding-left:16px;background:#f5f7f8}.editListingHeader{min-height:auto;display:block;padding:15px 0 32px}.editListingHeaderNote{margin-top:26px}.editListingPage .listingEditorLayout{display:block}.editListingPage .editorNav{position:static;margin-bottom:18px;box-shadow:6px 6px 0 var(--ink)}.editListingPage .editorNav nav{display:flex;overflow-x:auto}.editListingPage .editorNav nav button{min-width:150px}.editorQuality{display:none}.editListingPage .listingEditorForm{box-shadow:7px 7px 0 var(--orange)}.editListingPage .editorFormTop{align-items:stretch;flex-direction:column;padding:18px}.editorTopActions{display:grid;grid-template-columns:1fr 1fr}.editListingPage .listingEditorForm fieldset{grid-template-columns:1fr;padding:30px 18px 36px}.editListingPage .existingPhotos{grid-template-columns:1fr 1fr}.editListingPage .editorFiles,.editorRulesChecklist{grid-template-columns:1fr}.editorRulesChecklist>div{min-height:100px;border-right:0;border-bottom:1px solid var(--ink)}.editorRulesChecklist>div:last-child{border-bottom:0}.editListingPage .editorBottom{align-items:stretch;flex-direction:column}.editListingPage .editorBottomActions{justify-content:space-between}}@media (prefers-reduced-motion:reduce){.photoCompressing i{animation:none}}.notificationsPage .conversationsNav nav a b{min-width:20px;height:20px;display:inline-grid;place-items:center;margin-left:auto;border-radius:50%;color:white;background:var(--orange);font-size:9px}.notificationsHeader{min-height:300px;display:grid;grid-template-columns:minmax(0,1fr) 190px;align-items:end;grid-gap:50px;gap:50px;border-bottom:1px solid #d7dfe4;padding:20px 0 42px}.notificationsHeader h1{margin:0 0 20px;font:800 clamp(46px,5vw,76px)/.92 Unbounded,sans-serif;letter-spacing:-.065em}.notificationsHeader h1 em{color:var(--blue);font-style:normal}.notificationsHeader>div:first-child>p:last-child{max-width:660px;margin:0;color:var(--muted);line-height:1.65}.notificationsStamp{min-height:175px;display:grid;align-content:center;border:2px solid var(--ink);padding:22px;background:#ffd363;box-shadow:8px 8px 0 var(--ink);transform:rotate(2deg)}.notificationsStamp small,.notificationsStamp span{font-size:9px;font-weight:800;text-transform:uppercase}.notificationsStamp strong{margin:7px 0;font:800 54px/1 Unbounded,sans-serif}.notificationCenter{padding:34px 0 80px}.notificationToolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.notificationToolbar nav{display:flex;overflow-x:auto;border:1px solid #cfd8de;background:white}.markAllRead,.notificationToolbar nav button{min-height:46px;border:0;padding:0 15px;color:var(--ink);background:white;font-size:10px;font-weight:800;white-space:nowrap;cursor:pointer}.notificationToolbar nav button{border-right:1px solid #e0e5e8}.notificationToolbar nav button.active{color:white;background:var(--ink)}.notificationToolbar nav button b{margin-left:5px;color:var(--blue)}.notificationToolbar nav button.active b{color:var(--orange)}.markAllRead{color:var(--blue);background:transparent}.notificationList{display:grid;border:2px solid var(--ink);background:white;box-shadow:10px 10px 0 var(--blue)}.notificationList article{min-height:148px;position:relative;display:grid;grid-template-columns:64px minmax(0,1fr) 32px;grid-gap:20px;gap:20px;border-bottom:1px solid #dce2e6;padding:25px 24px}.notificationList article:last-child{border-bottom:0}.notificationList article.unread{background:#eef3ff}.notificationList article.urgent{border-left:5px solid var(--orange);padding-left:19px}.notificationIcon{width:58px;height:58px;display:grid;place-items:center;border:1px solid #bdc8cf;color:var(--blue);background:white}.notificationIcon svg{width:25px}.notificationBody>div{display:flex;align-items:center;gap:14px}.notificationBody>div span{color:var(--blue);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.notificationBody time{color:var(--muted);font-size:9px}.notificationBody h2{margin:8px 0 6px;font-size:18px}.notificationBody p{margin:0;color:#53616b;font-size:11px;line-height:1.55}.notificationBody a{display:inline-flex;align-items:center;gap:7px;margin-top:13px;color:var(--blue);font-size:10px;font-weight:800}.notificationBody a svg{width:14px}.readToggle{width:30px;height:30px;display:grid;place-items:center;border:0;background:transparent;cursor:pointer}.readToggle i{width:9px;height:9px;border-radius:50%;background:var(--blue)}.notificationsEmpty{min-height:380px;display:grid;place-items:center;align-content:center;padding:40px;text-align:center}.notificationsEmpty svg{width:48px;color:var(--blue)}.notificationsEmpty h2{margin:18px 0 7px}.notificationsEmpty p{max-width:450px;margin:0;color:var(--muted)}.notificationsEmpty button{margin-top:20px;border:0;padding:13px 16px;color:white;background:var(--blue);font-weight:800;cursor:pointer}.notificationRules{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;margin-top:28px;padding:24px;color:white;background:var(--ink)}.notificationRules>svg{width:34px;color:var(--orange)}.notificationRules strong{font-size:12px}.notificationRules p{margin:5px 0 0;color:#b6c0c7;font-size:10px}.notificationRules a{color:white;font-size:10px;font-weight:800}@media (max-width:760px){.notificationsHeader{min-height:auto;grid-template-columns:1fr;padding:10px 0 35px}.notificationsStamp{display:none}.notificationToolbar{align-items:stretch;flex-direction:column}.markAllRead{text-align:left}.notificationList article{grid-template-columns:44px minmax(0,1fr) 24px;gap:12px;padding:20px 14px}.notificationIcon{width:42px;height:42px}.notificationIcon svg{width:20px}.notificationRules{grid-template-columns:36px 1fr}.notificationRules a{grid-column:2}}.paymentsHeader{min-height:320px;display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:end;grid-gap:55px;gap:55px;border-bottom:1px solid #d7dfe4;padding:20px 0 42px}.paymentsHeader h1{margin:0 0 20px;font:800 clamp(46px,5vw,76px)/.92 Unbounded,sans-serif;letter-spacing:-.065em}.paymentsHeader h1 em{color:var(--blue);font-style:normal}.paymentsHeader>div:first-child>p:last-child{max-width:670px;margin:0;color:var(--muted);line-height:1.65}.paymentsBalance{min-height:175px;display:grid;align-content:center;border:2px solid var(--ink);padding:25px;color:white;background:var(--blue);box-shadow:10px 10px 0 var(--orange);transform:rotate(-1.5deg)}.paymentsBalance small,.paymentsBalance span{font-size:9px;font-weight:800;text-transform:uppercase}.paymentsBalance strong{margin:9px 0;font:800 32px/1 Unbounded,sans-serif}.paymentsCenter{padding:35px 0 85px}.moneySummary{display:grid;grid-template-columns:repeat(3,1fr);border:2px solid var(--ink);background:white}.moneySummary article{min-height:145px;display:grid;align-content:center;border-right:1px solid var(--ink);padding:25px}.moneySummary article:last-child{border-right:0}.moneySummary span{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.moneySummary strong{margin:9px 0;font:800 25px/1 Unbounded,sans-serif}.moneySummary small{color:var(--muted);font-size:9px}.payoutPanel{display:grid;grid-template-columns:minmax(0,1fr) 350px;grid-gap:55px;gap:55px;margin-top:25px;padding:38px;color:white;background:var(--ink)}.payoutPanel h2{max-width:700px;margin:0 0 14px;font:800 clamp(27px,3vw,42px)/1 Unbounded,sans-serif;letter-spacing:-.05em}.payoutPanel>div:first-child>p:last-child{max-width:680px;margin:0;color:#b3bec5;font-size:11px;line-height:1.6}.payoutMethod{position:relative;display:grid;align-content:center}.payoutMethod>span{margin-bottom:8px;color:#aeb9c0;font-size:8px;font-weight:800;text-transform:uppercase}.payoutMethod>button:not(.requestPayout){min-height:54px;display:grid;grid-template-columns:22px 1fr auto;align-items:center;grid-gap:10px;gap:10px;border:1px solid #53616b;padding:0 13px;color:white;background:#18232c;text-align:left;cursor:pointer}.payoutMethod>button svg{width:19px;color:var(--orange)}.payoutMethod>button small{color:#aeb9c0;font-size:8px}.payoutMethodLink{display:grid;grid-template-columns:20px 1fr auto;align-items:center;grid-gap:10px;gap:10px;min-height:52px;padding:0 14px;border:1px solid #42515c;color:white;text-decoration:none}.payoutMethodLink svg{width:19px;color:var(--orange)}.payoutMethodLink small{color:#aeb9c0;font-size:8px}.billingPage{width:min(1180px,calc(100% - 96px));margin:0 auto;padding-bottom:90px}.billingHero{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;min-height:280px;padding:34px 0 48px;border-bottom:1px solid var(--line)}.billingHero .sectionLabel{grid-column:1/-1}.billingHero h1{margin:10px 0 0;font-size:clamp(48px,6vw,82px);line-height:.86;letter-spacing:-.065em}.billingHero h1 em{color:var(--blue);font-style:normal}.billingHero>p:last-child{max-width:440px;margin:0 0 5px auto;color:var(--muted);font-size:15px;line-height:1.55}.billingGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;padding:42px 0 20px}.billingCard{min-width:0;padding:28px;border:1px solid var(--ink);background:white}.billingPayoutCard{box-shadow:8px 8px 0 var(--orange)}.billingCardTop{display:grid;grid-template-columns:34px 38px 1fr;grid-gap:12px;gap:12px;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--line)}.billingCardTop>svg{width:31px;color:var(--blue)}.billingNumber{font-size:12px}.billingCardTop p,.billingNumber{color:var(--blue);font-weight:800}.billingCardTop p{margin:0 0 3px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.billingCardTop h2{margin:0;font-size:29px;letter-spacing:-.04em}.billingLead{min-height:50px;margin:22px 0;color:var(--muted);line-height:1.5}.billingMethod{display:grid;grid-template-columns:48px 1fr auto;grid-gap:13px;gap:13px;align-items:center;width:100%;min-height:76px;margin-top:10px;padding:12px;border:1px solid var(--line);background:white;color:var(--ink);text-align:left;cursor:pointer}.billingMethod.selected{border:2px solid var(--blue);background:#eef4ff}.billingMethodMark{display:grid;place-items:center;width:44px;height:40px;background:var(--ink);color:white;font-size:11px;font-weight:850}.billingMethod span:nth-child(2){display:grid;grid-gap:5px;gap:5px}.billingMethod small{color:var(--muted)}.billingMethod>b{color:var(--blue);font-size:10px}.billingSecondary{min-height:46px;margin-top:18px;padding:0 18px;border:1px solid var(--ink);background:white;font-weight:750;cursor:pointer}.billingAccount{border:1px solid var(--line)}.billingAccount>div{display:flex;justify-content:space-between;gap:20px;padding:17px;border-bottom:1px solid var(--line)}.billingAccount>div:last-child{border-bottom:0}.billingAccount span{color:var(--muted)}.billingVerified{color:#17824b}.billingMath{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;align-items:center;margin-top:20px;padding:48px;background:var(--ink);color:white}.billingMath h2{margin:8px 0 12px;font-size:43px;letter-spacing:-.05em}.billingMath>div:first-child>p:last-child{max-width:440px;color:#aeb9c0;line-height:1.55}.billingReceipt{background:white;color:var(--ink)}.billingReceipt p{display:flex;justify-content:space-between;gap:18px;margin:0;padding:17px 20px;border-bottom:1px solid var(--line)}.billingReceipt p span{color:var(--muted)}.billingReceipt .billingTotal{align-items:center;border:0}.billingReceipt .billingTotal strong{color:var(--blue);font-size:27px}.billingSecurity{display:grid;grid-template-columns:36px 1fr auto;grid-gap:18px;gap:18px;align-items:center;margin-top:20px;padding:25px 28px;background:#eaf1ff}.billingSecurity>svg{width:31px;color:var(--blue)}.billingSecurity p{margin:5px 0 0;color:var(--muted)}.billingSecurity a{color:var(--blue);font-weight:750;text-decoration:none}.billingToast{position:fixed;z-index:100;top:85px;right:28px;padding:15px 20px;background:var(--ink);color:white;box-shadow:6px 6px 0 var(--orange);font-weight:700}@media (max-width:800px){.billingPage{width:calc(100% - 32px)}.billingGrid,.billingHero,.billingMath{grid-template-columns:1fr}.billingHero{min-height:auto;gap:24px}.billingHero>p:last-child{margin-left:0}.billingGrid{gap:16px}.billingMath{gap:28px;padding:28px 20px}.billingSecurity{grid-template-columns:32px 1fr}.billingSecurity a{grid-column:2}}.paymentMethodMenu{width:100%;position:absolute;z-index:20;top:78px;display:grid;border:1px solid #66747e;background:white;box-shadow:0 12px 30px rgba(0,0,0,.3)}.paymentMethodMenu button{min-height:43px;border:0;border-bottom:1px solid #e0e5e8;padding:0 13px;color:var(--ink);background:white;font-size:10px;font-weight:700;text-align:left;cursor:pointer}.paymentMethodMenu button:hover{color:var(--blue);background:#edf2ff}.requestPayout{min-height:53px;display:flex;align-items:center;justify-content:center;gap:9px;margin-top:10px;border:0;color:white;background:var(--blue);font-weight:800;cursor:pointer}.requestPayout:disabled{color:#5c6871;background:#d6dde1;cursor:default}.requestPayout svg{width:16px}.transactionsToolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin:65px 0 18px}.transactionsToolbar h2{margin:0;font:800 30px/1 Unbounded,sans-serif;letter-spacing:-.045em}.transactionsToolbar nav{display:flex;border:1px solid #cbd4da}.transactionsToolbar nav button{min-height:40px;border:0;border-right:1px solid #e0e5e8;padding:0 13px;color:var(--ink);background:white;font-size:9px;font-weight:800;cursor:pointer}.transactionsToolbar nav button.active{color:white;background:var(--ink)}.transactionList{border:2px solid var(--ink);background:white}.transactionList article{min-height:105px;display:grid;grid-template-columns:48px minmax(0,1fr) 150px 85px;align-items:center;grid-gap:18px;gap:18px;border-bottom:1px solid #dce2e6;padding:18px 20px}.transactionList article:last-child{border-bottom:0}.transactionSign{width:43px;height:43px;display:grid;place-items:center;color:white;background:var(--blue);font:800 19px/1 Unbounded,sans-serif}.transactionSign.expense{background:var(--ink)}.transactionSign.insurance{color:var(--ink);background:var(--orange)}.transactionSign.compensation{background:#18794e}.transactionList article>div:nth-child(2)>span{color:var(--muted);font-size:8px}.transactionList h3{margin:6px 0;font-size:13px}.transactionList a{color:var(--blue);font-size:9px;font-weight:800}.transactionList article>div:nth-child(3){text-align:right}.transactionList article>div:nth-child(3) strong{display:block;font-size:15px}.transactionList article>div:nth-child(3) small{display:block;margin-top:5px;color:var(--muted);font-size:8px}.transactionList article>button{min-height:36px;border:1px solid #cbd4da;color:var(--ink);background:white;font-size:8px;font-weight:800;cursor:pointer}.moneySafety{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;margin-top:25px;padding:24px;background:#edf2ff}.moneySafety>svg{width:32px;color:var(--blue)}.moneySafety strong{font-size:11px}.moneySafety p{margin:5px 0 0;color:var(--muted);font-size:9px}.moneySafety a{color:var(--blue);font-size:9px;font-weight:800}.siteFooter .footerPayments{grid-column:1/-1;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between;gap:28px;border-top:1px solid #34414a;padding:23px 0 0}.footerPaymentCopy{display:grid;grid-gap:5px;gap:5px}.footerPaymentCopy b{color:white;font-size:11px}.footerPaymentCopy span{color:#94a1aa;font-size:10px}.footerPaymentMarks{display:flex;align-items:center;gap:9px}.paymentBrand{width:62px;height:32px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #52616b;border-radius:4px;color:white;background:#f7f9fa;transition:border-color .2s ease,transform .2s ease}.paymentBrand:hover{border-color:#8b9aa4;transform:translateY(-1px)}.paymentMir{color:#118c4f;font:900 italic 16px/1 Arial,sans-serif;letter-spacing:-.06em}.paymentSbp{padding:4px 8px}.paymentSbp img{width:100%;height:100%;display:block;object-fit:contain}.paymentVisa{color:#1434cb;font:900 italic 16px/1 Arial,sans-serif;letter-spacing:-.06em}.paymentMastercard{position:relative;gap:0}.paymentMastercard i{width:20px;height:20px;display:block;border-radius:50%;background:#eb001b}.paymentMastercard i+i{margin-left:-7px;background:rgba(247,158,27,.88)}@media (max-width:900px){.paymentsHeader{grid-template-columns:1fr}.paymentsBalance{display:none}.payoutPanel{grid-template-columns:1fr;gap:30px}}@media (max-width:760px){.paymentsHeader{min-height:auto;padding:10px 0 35px}.moneySummary{grid-template-columns:1fr}.moneySummary article{min-height:115px;border-right:0;border-bottom:1px solid var(--ink)}.moneySummary article:last-child{border-bottom:0}.payoutPanel{padding:26px 20px}.transactionsToolbar{align-items:stretch;flex-direction:column}.transactionsToolbar nav{overflow-x:auto}.transactionList article{grid-template-columns:42px minmax(0,1fr)}.transactionList article>div:nth-child(3){text-align:left}.transactionList article>button{grid-column:2}.moneySafety{grid-template-columns:34px 1fr}.moneySafety a{grid-column:2}.siteFooter .footerPayments{align-items:flex-start!important;flex-direction:column!important}.footerPaymentMarks{width:100%;flex-wrap:wrap}}.settingsHeader{min-height:285px;border-bottom:1px solid #d7dfe4;padding:40px 0}.settingsHeader h1{margin:0 0 20px;font:800 clamp(46px,5vw,76px)/.92 Unbounded,sans-serif;letter-spacing:-.065em}.settingsHeader h1 em{color:var(--blue);font-style:normal}.settingsHeader>p:last-child{max-width:700px;margin:0;color:var(--muted);line-height:1.65}.settingsWorkspace{display:grid;grid-template-columns:245px minmax(0,1fr);align-items:start;grid-gap:22px;gap:22px;padding:34px 0 85px}.settingsTabs{display:grid;border:2px solid var(--ink);padding:8px;background:white;box-shadow:7px 7px 0 var(--ink)}.settingsTabs button{min-height:67px;display:grid;grid-template-columns:28px 1fr;align-items:center;grid-gap:10px;gap:10px;border:0;padding:10px;color:var(--ink);background:white;text-align:left;cursor:pointer}.settingsTabs button.active{color:var(--blue);background:#edf2ff}.settingsTabs svg{width:21px}.settingsTabs b,.settingsTabs small{display:block}.settingsTabs b{font-size:10px}.settingsTabs small{margin-top:4px;color:var(--muted);font-size:8px}.settingsContent{min-width:0;border:2px solid var(--ink);background:white;box-shadow:10px 10px 0 var(--orange)}.settingsSection{min-height:520px;padding:38px}.settingsTitle{display:grid;grid-template-columns:44px 1fr;grid-gap:16px;gap:16px;margin-bottom:30px}.settingsTitle>span{color:var(--blue);font:800 13px/1 Unbounded,sans-serif}.settingsTitle h2{margin:0 0 8px;font:800 28px/1 Unbounded,sans-serif;letter-spacing:-.045em}.settingsTitle p{margin:0;color:var(--muted);font-size:10px}.roleCards{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.roleCards button{min-height:190px;display:grid;align-content:space-between;justify-items:start;border:1px solid #cbd4da;padding:24px;color:var(--ink);background:white;text-align:left;cursor:pointer}.roleCards button.selected{border:2px solid var(--blue);background:#edf2ff}.roleCards svg{width:35px;color:var(--blue)}.roleCards small,.roleCards strong{display:block}.roleCards strong{margin:18px 0 7px;font-size:17px}.roleCards small{color:var(--muted);line-height:1.45}.roleCards i{margin-top:17px;color:var(--blue);font-size:9px;font-style:normal;font-weight:800}.settingsHint{display:flex;gap:15px;margin-top:20px;padding:18px;background:#fff3d6}.settingsHint svg{width:27px;flex:0 0 auto;color:var(--orange)}.settingsHint p{margin:0}.settingsHint span,.settingsHint strong{display:block}.settingsHint strong{font-size:10px}.settingsHint span{margin-top:4px;color:var(--muted);font-size:9px}.settingRows{border:1px solid #cbd4da}.settingToggle{width:100%;min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:0;border-bottom:1px solid #dce2e6;padding:17px 20px;color:var(--ink);background:white;text-align:left;cursor:pointer}.settingToggle:last-child{border-bottom:0}.settingToggle small,.settingToggle strong{display:block}.settingToggle strong{font-size:11px}.settingToggle small{margin-top:5px;color:var(--muted);font-size:9px}.settingToggle>i{width:43px;height:24px;position:relative;flex:0 0 auto;border-radius:20px;background:#cbd4da}.settingToggle>i b{width:18px;height:18px;position:absolute;top:3px;left:3px;border-radius:50%;background:white;transition:transform .2s ease}.settingToggle>i.on{background:var(--blue)}.settingToggle>i.on b{transform:translateX(19px)}.privacyTable{border:1px solid #cbd4da}.privacyTable>div{min-height:67px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #dce2e6;padding:15px 18px}.privacyTable>div:last-child{border-bottom:0}.privacyTable span{font-size:10px;font-weight:700}.privacyTable b{color:var(--blue);font-size:9px;text-align:right}.settingsDocumentLink{display:inline-flex;align-items:center;gap:8px;margin-top:20px;color:var(--blue);font-size:10px;font-weight:800}.settingsDocumentLink svg{width:15px}.securityCards{display:grid;border:1px solid #cbd4da}.securityCards article{min-height:82px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;border-bottom:1px solid #dce2e6;padding:16px 18px}.securityCards article:last-child{border-bottom:0}.securityCards svg{width:25px;color:var(--blue)}.securityCards span,.securityCards strong{display:block}.securityCards strong{font-size:10px}.securityCards span{margin-top:4px;color:var(--muted);font-size:9px}.securityCards a,.securityCards button{border:0;color:var(--blue);background:transparent;font-size:9px;font-weight:800;cursor:pointer}.dangerZone{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:25px;border:1px solid #e3baba;padding:18px;background:#fff4f4}.dangerZone strong{font-size:10px}.dangerZone p{margin:4px 0 0;color:var(--muted);font-size:9px}.dangerZone button{min-height:38px;border:1px solid #bc2b2b;padding:0 12px;color:#a32121;background:transparent;font-size:9px;font-weight:800;cursor:pointer}.settingsActions{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #dce2e6;padding:14px 22px;background:#f5f7f8}.settingsActions span{color:var(--muted);font-size:9px}.settingsActions button{min-height:44px;display:flex;align-items:center;gap:9px;border:0;padding:0 16px;color:white;background:var(--blue);font-weight:800;cursor:pointer}.settingsActions svg{width:16px}@media (max-width:760px){.settingsHeader{min-height:auto;padding:15px 0 35px}.settingsWorkspace{grid-template-columns:1fr}.settingsTabs{display:flex;overflow-x:auto}.settingsTabs button{min-width:165px}.settingsSection{min-height:450px;padding:28px 18px}.roleCards{grid-template-columns:1fr}.dangerZone,.privacyTable>div,.settingsActions{align-items:stretch;flex-direction:column}.privacyTable b{text-align:left}.securityCards article{grid-template-columns:30px 1fr}.securityCards article>a,.securityCards article>button{grid-column:2;text-align:left}}.reviewsHeader{min-height:330px;display:grid;grid-template-columns:minmax(0,1fr) 245px;align-items:flex-end;grid-gap:60px;gap:60px;border-bottom:1px solid #d7dfe4;padding:25px 0 45px}.reviewsHeader h1{margin:0 0 20px;font:800 clamp(46px,5vw,76px)/.92 Unbounded,sans-serif;letter-spacing:-.065em}.reviewsHeader h1 em{color:var(--blue);font-style:normal}.reviewsHeader>div:first-child>p:last-child{max-width:680px;margin:0;color:var(--muted);line-height:1.65}.ratingSeal{min-height:210px;display:grid;align-content:center;border:2px solid var(--ink);padding:25px;background:#ffd363;box-shadow:9px 9px 0 var(--ink);transform:rotate(2deg)}.ratingSeal small,.ratingSeal span{font-size:9px;font-weight:800;text-transform:uppercase}.ratingSeal strong{margin:9px 0 5px;font:800 52px/1 Unbounded,sans-serif}.ratingSeal div{margin-bottom:10px;color:var(--blue);letter-spacing:.12em}.reviewsCenter{padding:35px 0 85px}.reputationSplit{display:grid;grid-template-columns:1fr 1fr .9fr;border:2px solid var(--ink);background:white}.reputationSplit article,.reputationSplit aside{min-height:220px;border-right:1px solid var(--ink);padding:25px}.reputationSplit>:last-child{border-right:0}.reputationSplit article>span{color:var(--blue);font-size:9px;font-weight:800;text-transform:uppercase}.reputationSplit article>strong{display:block;margin:14px 0 8px;font:800 38px/1 Unbounded,sans-serif}.reputationSplit article>div{font-size:10px}.reputationSplit article p{margin:20px 0 0;color:var(--muted);font-size:9px;line-height:1.8}.reputationSplit aside{color:white;background:var(--ink)}.reputationSplit aside svg{width:32px;color:var(--orange)}.reputationSplit aside strong{display:block;margin-top:30px;font-size:12px}.reputationSplit aside p{color:#afbbc3;font-size:9px;line-height:1.6}.reviewsToolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin:62px 0 18px}.reviewsToolbar h2{margin:0;font:800 30px/1 Unbounded,sans-serif;letter-spacing:-.045em}.reviewsToolbar nav{display:flex;border:1px solid #cbd4da}.reviewsToolbar button{min-height:42px;border:0;border-right:1px solid #dce2e6;padding:0 13px;color:var(--ink);background:white;font-size:9px;font-weight:800;cursor:pointer}.reviewsToolbar button.active{color:white;background:var(--ink)}.reviewsToolbar button b{margin-left:4px;color:var(--orange)}.reviewsList{border:2px solid var(--ink);background:white}.reviewsList>article{display:grid;grid-template-columns:155px minmax(0,1fr);grid-gap:25px;gap:25px;border-bottom:1px solid #dce2e6;padding:25px}.reviewsList>article:last-child{border-bottom:0}.reviewAuthor{display:flex;align-items:flex-start;gap:11px}.reviewAuthor>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--blue);font-weight:800}.reviewAuthor p{margin:0}.reviewAuthor small,.reviewAuthor strong{display:block}.reviewAuthor strong{font-size:10px}.reviewAuthor small{margin-top:4px;color:var(--muted);font-size:8px}.reviewText>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.reviewText>div span{color:var(--blue);font-size:8px;font-weight:800;text-transform:uppercase}.reviewText>div b{color:var(--orange);letter-spacing:.08em}.reviewText h3{margin:10px 0 7px;font-size:14px}.reviewText>p{margin:0;color:#53616b;font-size:10px;line-height:1.65}.reviewText footer{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:15px}.reviewText footer span{padding:6px 8px;color:#18794e;background:#e7f6ef;font-size:8px;font-weight:800}.reviewText footer a{margin-left:auto;color:var(--blue);font-size:8px;font-weight:800}.pendingReview{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:25px;padding:30px;color:white;background:var(--blue)}.pendingReview h2{margin:0 0 8px;font:800 26px/1 Unbounded,sans-serif}.pendingReview p:last-child{margin:0;color:#d9e3ff;font-size:10px}.pendingReview>button{min-height:48px;display:flex;align-items:center;gap:8px;border:0;padding:0 18px;color:var(--ink);background:white;font-weight:800;cursor:pointer}.pendingReview>button svg{width:16px}.reviewComposer{margin-top:20px;border:2px solid var(--ink);padding:28px;background:white;box-shadow:9px 9px 0 var(--orange)}.reviewComposerHead{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.reviewComposerHead span{color:var(--blue);font-size:8px;font-weight:800;text-transform:uppercase}.reviewComposerHead h2{margin:7px 0 0;font:800 25px/1 Unbounded,sans-serif}.reviewComposerHead>button{border:0;background:transparent;font-size:24px;cursor:pointer}.starPicker{display:flex;gap:5px;margin:25px 0}.starPicker button{border:0;padding:0;color:#cbd4da;background:transparent;font-size:34px;cursor:pointer}.starPicker button.active{color:var(--orange)}.reviewComposer>label{display:grid;grid-gap:8px;gap:8px;font-size:10px;font-weight:800}.reviewComposer textarea{min-height:110px;border:1px solid #cbd4da;padding:13px;resize:vertical}.reviewPhoto{grid-template-columns:25px 1fr auto!important;align-items:center;margin-top:15px;border:1px dashed #9baab5;padding:14px;cursor:pointer}.reviewPhoto svg{width:22px;color:var(--blue)}.reviewPhoto small,.reviewPhoto strong{display:block}.reviewPhoto small{margin-top:3px;color:var(--muted);font-weight:500}.reviewPhoto input{max-width:210px}.reviewComposer>footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.reviewComposer>footer button{min-height:42px;border:0;padding:0 15px;font-weight:800;cursor:pointer}.reviewComposer>footer button:last-child{color:white;background:var(--blue)}.reviewComposer>footer button:disabled{background:#b9c2c8;cursor:default}@media (max-width:760px){.reviewsHeader{min-height:auto;grid-template-columns:1fr;padding:15px 0 35px}.ratingSeal{display:none}.reputationSplit{grid-template-columns:1fr}.reputationSplit article,.reputationSplit aside{min-height:175px;border-right:0;border-bottom:1px solid var(--ink)}.reviewsToolbar{align-items:stretch;flex-direction:column}.reviewsToolbar nav{overflow-x:auto}.reviewsList>article{grid-template-columns:1fr}.pendingReview{align-items:stretch;flex-direction:column}.reviewPhoto{grid-template-columns:25px 1fr!important}.reviewPhoto input{grid-column:2}}.disputesHeader{min-height:330px;display:grid;grid-template-columns:minmax(0,1fr) 285px;align-items:flex-end;grid-gap:60px;gap:60px;border-bottom:1px solid #d7dfe4;padding:25px 0 45px}.disputesHeader h1{margin:0 0 20px;font:800 clamp(44px,5vw,74px)/.92 Unbounded,sans-serif;letter-spacing:-.065em}.disputesHeader h1 em{color:var(--blue);font-style:normal}.disputesHeader>div:first-child>p:last-child{max-width:720px;margin:0;color:var(--muted);line-height:1.65}.disputePromise{min-height:185px;display:grid;align-content:center;border:2px solid var(--ink);padding:24px;color:white;background:var(--ink);box-shadow:9px 9px 0 var(--orange);transform:rotate(-1.5deg)}.disputePromise svg{width:34px;color:var(--orange)}.disputePromise strong{margin:20px 0 7px;font:800 20px/1 Unbounded,sans-serif}.disputePromise span{color:#b6c0c7;font-size:9px;line-height:1.55}.disputeCenter{padding:35px 0 85px}.caseSummary{display:grid;grid-template-columns:repeat(3,1fr);border:2px solid var(--ink);background:white}.caseSummary article{min-height:125px;display:grid;align-content:center;border-right:1px solid var(--ink);padding:22px}.caseSummary article:last-child{border-right:0}.caseSummary span{color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase}.caseSummary strong{margin:8px 0;font:800 28px/1 Unbounded,sans-serif}.caseSummary small{color:var(--muted);font-size:8px}.activeCase{margin-top:25px;border:2px solid var(--ink);background:white;box-shadow:10px 10px 0 var(--blue)}.activeCase>header{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:25px;color:white;background:var(--ink)}.activeCase h2{margin:0;font:800 25px/1 Unbounded,sans-serif}.activeCase>header>span{padding:8px 10px;color:var(--ink);background:var(--orange);font-size:8px;font-weight:800;text-transform:uppercase}.caseObject{display:grid;grid-template-columns:55px minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;border-bottom:1px solid #dce2e6;padding:20px 25px}.caseObject>svg{width:48px;color:var(--blue)}.caseObject span,.caseObject strong{display:block}.caseObject strong{font-size:12px}.caseObject span{margin-top:5px;color:var(--muted);font-size:9px}.caseObject a{color:var(--blue);font-size:9px;font-weight:800}.caseTimeline{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:30px 25px;list-style:none}.caseTimeline li{position:relative;display:grid;grid-template-columns:28px 1fr;grid-gap:10px;gap:10px;padding-right:16px}.caseTimeline li:after{content:"";height:2px;position:absolute;z-index:0;top:13px;left:28px;right:0;background:#d8dfe3}.caseTimeline li:last-child:after{display:none}.caseTimeline li>b{width:28px;height:28px;position:relative;z-index:1;display:grid;place-items:center;border:1px solid #adb8bf;border-radius:50%;background:white;font-size:9px}.caseTimeline li.done>b{color:white;border-color:var(--blue);background:var(--blue)}.caseTimeline li.active>b{border-color:var(--orange);background:var(--orange)}.caseTimeline span,.caseTimeline strong{display:block}.caseTimeline strong{font-size:9px;line-height:1.4}.caseTimeline span{margin-top:5px;color:var(--muted);font-size:8px;line-height:1.4}.caseEvidence{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #dce2e6;border-bottom:1px solid #dce2e6}.caseEvidence>div{min-height:100px;display:flex;align-items:center;gap:12px;border-right:1px solid #dce2e6;padding:17px}.caseEvidence>div:last-child{border-right:0}.caseEvidence svg{width:27px;color:var(--blue)}.caseEvidence b,.caseEvidence small{display:block}.caseEvidence b{font-size:9px}.caseEvidence small{margin-top:4px;color:var(--muted);font-size:8px}.activeCase>footer{display:flex;align-items:center;justify-content:flex-end;gap:20px;padding:17px 25px}.activeCase>footer a{color:var(--blue);font-size:9px;font-weight:800}.activeCase>footer button,.newCaseCta>button{min-height:44px;display:flex;align-items:center;gap:8px;border:0;padding:0 15px;color:white;background:var(--blue);font-weight:800;cursor:pointer}.activeCase>footer svg{width:15px}.newCaseCta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:35px;padding:30px;background:#edf2ff}.newCaseCta h2{margin:0 0 8px;font:800 25px/1 Unbounded,sans-serif}.newCaseCta p:last-child{margin:0;color:var(--muted);font-size:10px}.caseComposer{margin-top:25px;border:2px solid var(--ink);background:white;box-shadow:10px 10px 0 var(--orange)}.caseComposer>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:25px;color:white;background:var(--ink)}.caseComposer>header span{color:#aeb9c0;font-size:8px;text-transform:uppercase}.caseComposer>header h2{margin:7px 0 0;font:800 24px/1 Unbounded,sans-serif}.caseComposer>header>button{border:0;color:white;background:transparent;font-size:24px;cursor:pointer}.caseForm{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;padding:28px}.caseForm label{display:grid;grid-gap:8px;gap:8px;font-size:9px;font-weight:800}.caseForm label.wide{grid-column:1/-1}.caseForm select,.caseForm textarea{min-height:50px;border:1px solid #cbd4da;padding:12px;font:inherit}.caseForm textarea{min-height:120px;resize:vertical}.caseUploads{display:grid;grid-gap:9px;gap:9px;padding:28px}.caseUploads>label{min-height:170px;display:grid;place-items:center;align-content:center;border:2px dashed #9baab5;cursor:pointer}.caseUploads>label svg{width:45px;color:var(--blue)}.caseUploads>label span,.caseUploads>label strong{display:block;margin-top:7px}.caseUploads>label span{color:var(--muted);font-size:9px}.caseUploads>label input{margin-top:12px}.caseUploads>span{font-size:9px}.caseUploads>p{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:9px}.caseUploads>p svg{width:18px;color:var(--blue)}.caseReview{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;padding:28px;background:#dce2e6}.caseReview>div{min-height:90px;display:grid;align-content:center;padding:17px;background:white}.caseReview span,.caseReview strong{display:block}.caseReview span{color:var(--muted);font-size:8px}.caseReview strong{margin-top:6px;font-size:10px}.caseReview>p{grid-column:1/-1;margin:0;padding:17px;color:var(--muted);background:#edf2ff;font-size:9px}.caseComposer>footer{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #dce2e6;padding:17px 25px}.caseComposer>footer button{min-height:42px;border:0;padding:0 15px;font-weight:800;cursor:pointer}.caseComposer>footer button:last-child{display:flex;align-items:center;gap:8px;color:white;background:var(--blue)}.caseComposer>footer svg{width:15px}.caseSent{display:grid;place-items:center;padding:50px;text-align:center}.caseSent>svg{width:50px;color:var(--blue)}.caseSent p{max-width:520px;line-height:1.6}.caseSent button{min-height:42px;border:0;padding:0 18px;color:white;background:var(--blue);font-weight:800;cursor:pointer}@media (max-width:760px){.disputesHeader{min-height:auto;grid-template-columns:1fr;padding:15px 0 35px}.disputePromise{display:none}.caseSummary{grid-template-columns:1fr}.caseSummary article{min-height:100px;border-right:0;border-bottom:1px solid var(--ink)}.activeCase>header,.newCaseCta{align-items:stretch;flex-direction:column}.caseObject{grid-template-columns:46px 1fr}.caseObject a{grid-column:2}.caseTimeline{grid-template-columns:1fr;gap:20px}.caseTimeline li:after{width:2px;height:auto;top:28px;bottom:-20px;left:13px;right:auto}.caseEvidence{grid-template-columns:1fr 1fr}.caseEvidence>div{border-bottom:1px solid #dce2e6}.caseForm,.caseReview{grid-template-columns:1fr}.caseForm label.wide,.caseReview>p{grid-column:1}}.insuranceHero{padding:28px var(--page-pad) 90px;color:white;background:var(--ink)}.insuranceHero .breadcrumbs{color:#94a1aa}.insuranceHero .breadcrumbs b{color:white}.insuranceHero>div{display:grid;grid-template-columns:minmax(0,1fr) 350px;align-items:end;grid-gap:80px;gap:80px}.insuranceHero h1{margin:0 0 24px;font:800 clamp(52px,7vw,100px)/.88 Unbounded,sans-serif;letter-spacing:-.075em}.insuranceHero h1 em{color:var(--blue);font-style:normal}.insuranceHero>div>div>p:not(.sectionLabel){max-width:760px;color:#bac4ca;line-height:1.7}.insuranceHero>div>div>div{display:flex;align-items:center;gap:24px}.insuranceHero>div>div>div>a:last-child{color:white;font-size:10px;font-weight:800}.insuranceHero aside{min-height:300px;display:grid;align-content:center;border:2px solid white;padding:30px;color:var(--ink);background:#ffd363;box-shadow:13px 13px 0 var(--blue);transform:rotate(2deg)}.insuranceHero aside svg{width:45px;color:var(--blue)}.insuranceHero aside span{margin-top:35px;font-size:9px;font-weight:800;text-transform:uppercase}.insuranceHero aside strong{margin:8px 0;font:800 32px/1 Unbounded,sans-serif}.insuranceHero aside p{margin:0;font-size:10px;line-height:1.55}.insuranceStatus{display:grid;grid-template-columns:45px minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;padding:25px var(--page-pad);background:#fff0d3}.insuranceStatus svg{width:34px;color:var(--orange)}.insuranceStatus strong{font-size:12px}.insuranceStatus p{margin:5px 0 0;color:var(--muted);font-size:10px}.insuranceStatus>span{padding:8px 10px;border:1px solid var(--ink);font-size:8px;font-weight:800;text-transform:uppercase}.insuranceClaim,.insuranceCoverage,.insuranceEvidence,.insuranceFaq,.insuranceProcess{padding:100px var(--page-pad)}.insuranceProcess header{max-width:950px}.insuranceClaim h2,.insuranceCoverage h2,.insuranceEvidence h2,.insuranceFaq h2,.insuranceProcess h2{margin:0;font:800 clamp(38px,5vw,66px)/.95 Unbounded,sans-serif;letter-spacing:-.06em}.insuranceProcess ol{display:grid;grid-template-columns:repeat(4,1fr);margin:55px 0 0;padding:0;border:2px solid var(--ink);list-style:none}.insuranceProcess li{min-height:300px;position:relative;border-right:1px solid var(--ink);padding:28px}.insuranceProcess li:last-child{border-right:0}.insuranceProcess li>b{color:var(--blue);font:800 10px/1 Unbounded,sans-serif}.insuranceProcess li>svg{width:42px;display:block;margin:55px 0 28px;color:var(--blue)}.insuranceProcess h3{font-size:16px}.insuranceProcess li p{color:var(--muted);font-size:10px;line-height:1.6}.insuranceCoverage{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:70px;gap:70px;background:#edf2ff}.insuranceCoverage>div:first-child>p:last-child{color:var(--muted);line-height:1.7}.coverageGrid{display:grid;grid-template-columns:1fr 1fr;border:2px solid var(--ink);background:white;box-shadow:11px 11px 0 var(--ink)}.coverageGrid article{padding:30px}.coverageGrid article+article{border-left:1px solid var(--ink)}.coverageGrid span{color:var(--blue);font-size:9px;font-weight:800;text-transform:uppercase}.coverageGrid ul{margin:24px 0 0;padding:0;list-style:none}.coverageGrid li{position:relative;border-top:1px solid #dce2e6;padding:14px 0 14px 24px;font-size:10px}.coverageGrid li:before{content:"✓";position:absolute;left:0;color:#18794e;font-weight:800}.coverageGrid .excluded li:before{content:"×";color:#bd2c2c}.insuranceEvidence{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:80px;gap:80px;color:white;background:var(--blue)}.insuranceEvidence>div:first-child>p:last-of-type{color:#d7e1ff;line-height:1.7}.insuranceEvidence a{color:white;font-weight:800;border-bottom:2px solid white}.insuranceEvidence>div:last-child{border:2px solid white}.insuranceEvidence article{min-height:75px;display:grid;grid-template-columns:45px 1fr;align-items:center;border-bottom:1px solid rgba(255,255,255,.35);padding:13px 18px}.insuranceEvidence article:last-child{border-bottom:0}.insuranceEvidence article b{width:28px;height:28px;display:grid;place-items:center;color:var(--blue);background:white;border-radius:50%}.insuranceEvidence article span{font-size:11px;font-weight:800}.insuranceClaim{display:grid;grid-template-columns:.8fr 1fr;grid-gap:70px;gap:70px;background:#ffd363}.insuranceClaim>div>p:last-child{color:#53616b;line-height:1.7}.insuranceClaim ol{margin:0;padding:0;border:2px solid var(--ink);background:white;list-style:none}.insuranceClaim li{min-height:65px;display:grid;grid-template-columns:45px 1fr;align-items:center;border-bottom:1px solid var(--ink);padding:10px 15px}.insuranceClaim li:last-child{border-bottom:0}.insuranceClaim li b{color:var(--blue);font:800 10px/1 Unbounded,sans-serif}.insuranceClaim li span{font-size:10px;font-weight:800}.insuranceClaim>a{grid-column:2;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;color:white;background:var(--ink);font-weight:800}.insuranceClaim>a svg{width:17px}.insuranceFaq{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:75px;gap:75px}.insuranceFaq details{border-top:1px solid var(--ink);padding:20px 0}.insuranceFaq details:last-child{border-bottom:1px solid var(--ink)}.insuranceFaq summary{font-weight:800;cursor:pointer}.insuranceFaq details p{color:var(--muted);line-height:1.65}.insuranceFinal{padding:90px var(--page-pad);color:white;background:var(--ink);text-align:center}.insuranceFinal p{color:var(--orange);font-size:10px;font-weight:800;text-transform:uppercase}.insuranceFinal h2{max-width:1000px;margin:18px auto 25px;font:800 clamp(40px,6vw,76px)/.95 Unbounded,sans-serif;letter-spacing:-.06em}@media (max-width:760px){.insuranceClaim,.insuranceCoverage,.insuranceEvidence,.insuranceFaq,.insuranceHero>div{grid-template-columns:1fr}.insuranceHero aside{display:none}.insuranceStatus{grid-template-columns:36px 1fr}.insuranceStatus>span{grid-column:2}.insuranceClaim,.insuranceCoverage,.insuranceEvidence,.insuranceFaq,.insuranceProcess{padding:65px 20px}.insuranceProcess ol{grid-template-columns:1fr}.insuranceProcess li{min-height:235px;border-right:0;border-bottom:1px solid var(--ink)}.coverageGrid{grid-template-columns:1fr}.coverageGrid article+article{border-top:1px solid var(--ink);border-left:0}.insuranceClaim>a{grid-column:1}}@media print{.agreementForm,.cookieManage,.cookieNotice,.onlineAgreementPage>.breadcrumbs,.onlineAgreementPage>.legalHeader,.onlineAgreementPage>.legalNotice,.siteFooter,.siteHeader{display:none!important}.legalPage{padding:0}.agreementWorkspace{display:block}.agreementPreview{max-width:none;padding:20mm;border:0;box-shadow:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.editListingPage{min-height:100vh;background:#f3f6f8}.editListingHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding-bottom:34px}.editListingHeader h1{max-width:820px;margin:8px 0 0}.listingEditorLayout{display:grid;grid-template-columns:230px minmax(0,1fr) 280px;align-items:start;grid-gap:20px;gap:20px;padding-bottom:96px}.editorNav,.editorPreview,.listingEditorForm{border:1px solid var(--line);background:#fff}.editorNav{position:-webkit-sticky;position:sticky;top:92px;padding:10px}.editorNav button{display:flex;width:100%;align-items:center;gap:10px;border:0;padding:14px 12px;background:transparent;color:var(--ink);font:inherit;font-weight:700;text-align:left;cursor:pointer}.editorNav button.active,.editorNav button:hover{background:#eaf2ff;color:var(--blue)}.editorPreview{position:-webkit-sticky;position:sticky;top:92px;overflow:hidden}.editorPreviewVisual{display:grid;min-height:180px;place-items:center;background:#d9e9ff;color:var(--blue)}.editorPreviewBody{padding:18px}.editorPreviewBody h3{margin:0 0 8px;font-size:20px}.editorPreviewBody p{margin:0 0 14px;color:var(--muted)}.editorPreviewBody strong{font-size:20px}.listingEditorForm{min-width:0}.editorFormTop{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:18px 22px}.editorFormTop p{margin:0;color:var(--muted);font-size:13px}.editorFormTop strong{display:block;margin-top:3px;color:var(--ink);font-size:15px}.listingEditorForm fieldset{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin:0;border:0;padding:28px 24px 34px}.listingEditorForm legend{grid-column:1/-1;width:100%;padding:0 0 8px;color:var(--ink);font-size:clamp(24px,3vw,36px);font-weight:800;letter-spacing:-.04em}.listingEditorForm label{display:grid;grid-gap:8px;gap:8px;color:var(--ink);font-size:13px;font-weight:700}.availabilityCalendar,.editorFiles,.editorPhotoDrop,.editorPriceExample,.existingPhotos,.listingEditorForm label.wide{grid-column:1/-1}.listingEditorForm input,.listingEditorForm select,.listingEditorForm textarea{width:100%;border:1px solid #cad4dd;border-radius:0;padding:14px 15px;outline:none;background:#fff;color:var(--ink);font:inherit}.listingEditorForm textarea{min-height:150px;resize:vertical}.listingEditorForm input:focus,.listingEditorForm select:focus,.listingEditorForm textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgb(30 95 255/12%)}.existingPhotos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.existingPhoto{display:grid;min-height:145px;place-items:center;border:1px solid var(--line);background:#dceaff;color:var(--blue)}.editorPhotoDrop{display:grid;min-height:170px;place-items:center;border:1px dashed #8da3b8;padding:28px;background:#f7fafc;text-align:center;cursor:pointer}.editorPhotoDrop input{position:absolute;width:1px;height:1px;opacity:0}.editorPhotoDrop span,.editorPhotoDrop strong{display:block}.editorPhotoDrop span{margin-top:7px;color:var(--muted);font-weight:400}.editorFiles{margin:0;padding-left:20px;color:var(--muted)}.editorPriceExample{border-left:4px solid var(--orange);padding:18px 20px;background:#fff4ed}.editorPriceExample span,.editorPriceExample strong{display:block}.editorPriceExample span{margin-top:5px;color:var(--muted)}.availabilityCalendar{border:1px solid var(--line);padding:20px}.availabilityCalendar>strong{display:block;margin-bottom:16px}.calendarDays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:7px;gap:7px}.calendarDays button{aspect-ratio:1;border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer}.calendarDays button.selected,.calendarDays button:hover{border-color:var(--blue);background:var(--blue);color:#fff}.editorBottom{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid var(--line);padding:18px 22px}.editorBottomActions{display:flex;gap:10px}@media (max-width:1100px){.listingEditorLayout{grid-template-columns:190px minmax(0,1fr)}.editorPreview{display:none}}@media (max-width:760px){.editListingHeader,.editorBottom{align-items:stretch;flex-direction:column}.listingEditorLayout{display:block;padding-bottom:56px}.editorNav{position:static;display:flex;overflow-x:auto;margin-bottom:12px}.editorNav button{width:auto;flex:0 0 auto;white-space:nowrap}.listingEditorForm fieldset{grid-template-columns:1fr;padding:22px 16px 28px}.existingPhotos{grid-template-columns:1fr 1fr}.editorBottomActions{flex-direction:column}}.insuranceEconomy{padding:88px max(4vw,calc((100vw - 1360px) / 2));background:#fff;border-bottom:1px solid var(--line)}.insuranceEconomy>div:first-child{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:64px;gap:64px;align-items:end;margin-bottom:42px}.insuranceEconomy h2{margin:10px 0 0;font-size:clamp(38px,4.7vw,72px);line-height:.94;letter-spacing:-.055em}.insuranceEconomy>div:first-child>p:last-child{max-width:560px;color:var(--muted);font-size:17px;line-height:1.55}.insuranceEconomyCards{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink)}.insuranceEconomyCards article{min-height:220px;padding:28px;border-right:1px solid var(--ink)}.insuranceEconomyCards article:last-child{border-right:0}.insuranceEconomyCards span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.insuranceEconomyCards strong{display:block;margin:22px 0 14px;color:var(--blue);font-size:clamp(46px,5vw,76px);line-height:1;letter-spacing:-.06em}.insuranceEconomyCards p{max-width:300px;margin:0;color:var(--muted);line-height:1.45}.insuranceEconomyNote{margin:18px 0 0;color:var(--muted);font-size:13px}.orderPayment .orderPaymentTotal,.priceBreakdown .priceTotal{padding-top:12px;border-top:1px solid var(--ink)}@media (max-width:760px){.insuranceEconomy{padding:58px 20px}.insuranceEconomy>div:first-child{grid-template-columns:1fr;gap:22px}.insuranceEconomyCards{grid-template-columns:1fr}.insuranceEconomyCards article{min-height:0;border-right:0;border-bottom:1px solid var(--ink)}.insuranceEconomyCards article:last-child{border-bottom:0}}.insurersPage{background:white}.insurersHero{padding:90px var(--page-pad);display:grid;grid-template-columns:1.25fr .75fr;grid-gap:80px;gap:80px;color:white;background:var(--ink)}.insurersHero h1{margin:10px 0 25px;font-size:clamp(58px,7.5vw,108px);line-height:.87;letter-spacing:-.07em}.insurersHero h1 em{color:#ff6a2a;font-style:normal}.insurersHero>div>p:last-of-type{max-width:760px;color:#b6c0c8;font-size:17px;line-height:1.6}.insurersHero>div>a{display:inline-block;margin-top:24px;padding:15px 20px;color:white;background:var(--blue);font-weight:800}.insurersHero aside{align-self:end;padding:28px;color:var(--ink);background:#ffd45e;transform:rotate(1deg)}.insurersHero aside span{font-size:10px;text-transform:uppercase;letter-spacing:.08em}.insurersHero aside strong{display:block;margin:12px 0 20px;font-size:28px;line-height:1.05}.insurersHero aside ul{margin:0;padding-left:18px;line-height:1.8}.insurerValue{padding:100px var(--page-pad)}.insurerValue header{display:grid;grid-template-columns:.65fr 1.35fr;grid-gap:60px;gap:60px;align-items:end;margin-bottom:45px}.insurerApi h2,.insurerCompetition h2,.insurerPartner h2,.insurerValue h2{margin:8px 0 0;font-size:clamp(38px,4.8vw,68px);line-height:.98;letter-spacing:-.06em}.insurerValue>div{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ink)}.insurerValue article{min-height:210px;padding:25px;border-right:1px solid var(--ink)}.insurerValue article:last-child{border-right:0}.insurerValue svg{width:28px;height:28px;color:var(--blue)}.insurerValue strong{display:block;margin:45px 0 9px}.insurerValue article p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.insurerApi{padding:100px var(--page-pad);display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:85px;gap:85px;color:white;background:var(--blue)}.insurerApi>div>p:last-child{color:#d5e0ff;line-height:1.6}.insurerApi ol{margin:0;padding:0;list-style:none;border-top:1px solid #89a6ff}.insurerApi li{display:grid;grid-template-columns:42px 1fr auto;grid-gap:15px;gap:15px;padding:22px 0;border-bottom:1px solid #89a6ff}.insurerApi li span,.insurerApi li>b{color:#c4d4ff}.insurerApi li span,.insurerApi li strong{display:block}.insurerApi li span{margin-top:5px;font-size:11px}.insurerApi code{padding:7px;color:var(--ink);background:white;font-size:10px}.insurerCompetition{padding:100px var(--page-pad);background:#eef3ff}.insurerCompetition>div:first-child{display:grid;grid-template-columns:.5fr 1.5fr;grid-gap:60px;gap:60px;align-items:end}.insurerScore{display:grid;grid-template-columns:repeat(5,1fr);margin-top:45px;border:1px solid var(--ink)}.insurerScore article{padding:22px;border-right:1px solid var(--ink)}.insurerScore article:last-child{border-right:0}.insurerScore span,.insurerScore strong{display:block}.insurerScore span{color:var(--muted);font-size:11px}.insurerScore strong{margin-top:22px;color:var(--blue);font-size:38px}.insurerScore small{display:block;margin-top:6px;color:var(--muted)}.insurerMoney article:nth-child(2) strong{color:#17834c}.insurerMoney article:nth-child(3) strong{color:var(--orange)}.insurerCompetition>p{max-width:900px;margin:26px 0 0;color:var(--muted);line-height:1.6}.insurerPartner{padding:100px var(--page-pad);display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:80px;gap:80px;color:white;background:var(--ink)}.insurerPartner>div>p:last-child{color:#aeb9c2;line-height:1.6}.insurerPartnerForm{padding:28px;color:var(--ink);background:white;box-shadow:10px 10px 0 #ff6a2a}.insurerPartnerForm>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.insurerPartnerForm label{display:block;margin-bottom:14px;color:var(--muted);font-size:10px;font-weight:800}.insurerPartnerForm input,.insurerPartnerForm textarea{width:100%;margin-top:6px;padding:12px;border:1px solid var(--line);font:inherit}.insurerPartnerForm textarea{min-height:95px;resize:vertical}.insurerPartnerForm button{width:100%;padding:15px;color:white;background:var(--blue);border:0;font-weight:800}.insurerPartnerForm small{display:block;margin-top:10px;color:var(--muted);line-height:1.4}.insurerPartnerForm>p{margin:12px 0 0;padding:10px;color:#176c42;background:#e6f7ed;font-size:12px}@media (max-width:800px){.insurerApi,.insurerPartner,.insurersHero{grid-template-columns:1fr}.insurerCompetition>div:first-child,.insurerValue header{grid-template-columns:1fr;gap:20px}.insurerScore,.insurerValue>div{grid-template-columns:1fr 1fr}.insurerScore article,.insurerValue article{border-bottom:1px solid var(--ink)}}@media (max-width:560px){.insurerApi,.insurerCompetition,.insurerPartner,.insurerValue,.insurersHero{padding:70px 16px}.insurerPartnerForm>div,.insurerScore,.insurerValue>div{grid-template-columns:1fr}.insurerApi li{grid-template-columns:32px 1fr}.insurerApi code{grid-column:2;width:-moz-fit-content;width:fit-content}}.insuranceChoicePage{min-height:100vh;padding:26px max(4vw,calc((100vw - 1320px) / 2)) 100px;background:#eef2f6}.insuranceChoiceHero{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:70px;gap:70px;align-items:end;padding:68px 0 50px}.insuranceChoiceHero h1{margin:8px 0 20px;font-size:clamp(54px,7vw,100px);line-height:.94;letter-spacing:-.07em}.insuranceChoiceHero h1 em{display:inline-block;margin-top:.08em;color:var(--blue);font-style:normal}.insuranceChoiceHero>div>p:last-child{max-width:700px;color:var(--muted);font-size:17px;line-height:1.55}.insuranceChoiceHero>aside{display:grid;grid-template-columns:100px 1fr;grid-gap:20px;gap:20px;align-items:center;padding:24px;color:var(--ink);background:#cfe0ff;border:1px solid var(--ink);box-shadow:8px 8px 0 var(--orange)}.insuranceChoiceHero>aside svg{width:90px;height:90px}.insuranceChoiceHero>aside small,.insuranceChoiceHero>aside span,.insuranceChoiceHero>aside strong{display:block}.insuranceChoiceHero>aside small,.insuranceChoiceHero>aside span{color:var(--muted)}.insuranceChoiceHero>aside strong{margin:7px 0;font-size:20px}.insuranceChoiceStatus{display:grid;grid-template-columns:34px 1fr auto;grid-gap:15px;gap:15px;align-items:center;padding:20px 24px;color:#865600;background:#fff3c8;border:1px solid #d49a2c}.insuranceChoiceStatus>svg{width:27px;height:27px}.insuranceChoiceStatus p,.insuranceChoiceStatus strong{display:block;margin:0}.insuranceChoiceStatus p{margin-top:4px;color:var(--muted);font-size:12px}.insuranceChoiceStatus>span{padding:7px 9px;background:white;font-size:10px;font-weight:800}.insuranceDecision{margin-bottom:30px;padding:30px;background:white;border:1px solid var(--ink)}.insuranceDecision header h2{margin:8px 0;font-size:clamp(36px,4vw,54px);line-height:.95}.insuranceDecision header>p:last-child{color:var(--muted)}.insuranceDecisionOptions{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:25px}.insuranceDecisionOptions button{display:grid;grid-template-columns:38px 1fr 28px;grid-gap:14px;gap:14px;align-items:center;min-height:118px;padding:20px;text-align:left;background:#f5f7f9;border:2px solid var(--line);cursor:pointer}.insuranceDecisionOptions button.selected{background:#edf3ff;border-color:var(--blue)}.insuranceDecisionOptions button.selected.noInsurance{background:#fff5df;border-color:var(--orange)}.insuranceDecisionOptions button>svg{width:34px;color:var(--blue)}.insuranceDecisionDash{display:grid;width:34px;height:34px;place-items:center;color:white;background:var(--ink);font-size:22px;font-weight:900}.insuranceDecisionOptions small,.insuranceDecisionOptions strong{display:block}.insuranceDecisionOptions strong{font-size:16px}.insuranceDecisionOptions small{margin-top:7px;color:var(--muted);line-height:1.4}.insuranceDecisionOptions i{display:grid;width:25px;height:25px;place-items:center;border:1px solid var(--muted);border-radius:50%;font-style:normal}.insuranceDecisionOptions button.selected i{color:white;background:var(--blue);border-color:var(--blue)}.insuranceDecisionOptions button.selected.noInsurance i{background:var(--orange);border-color:var(--orange)}.insuranceDecisionNotice{display:grid;grid-template-columns:1fr auto;grid-gap:5px 25px;gap:5px 25px;align-items:center;margin-top:14px;padding:18px 20px;background:#dce8ff;border-left:5px solid var(--blue)}.insuranceDecisionNotice p{margin:0;color:var(--muted)}.insuranceDecisionNotice a{grid-column:2;grid-row:1/3;color:var(--blue);font-weight:900}.insuranceDecisionNotice.noInsurance{background:#fff1c7;border-color:var(--orange)}.insuranceDecisionNotice.noInsurance a{display:flex;gap:15px;align-items:center;padding:13px 16px;color:white;background:var(--ink)}.insuranceDecisionNotice a svg{width:17px}.paymentInsuranceState{display:grid;grid-template-columns:30px 1fr auto;grid-gap:13px;gap:13px;align-items:center;margin:25px 0;padding:16px;background:#fff1c7;border-left:5px solid var(--orange)}.paymentInsuranceState.included{background:#dce8ff;border-color:var(--blue)}.paymentInsuranceState>svg{width:27px;color:var(--blue)}.paymentInsuranceState p{margin:0}.paymentInsuranceState span,.paymentInsuranceState strong{display:block}.paymentInsuranceState span{margin-top:3px;color:var(--muted);font-size:11px}.paymentInsuranceState>a{color:var(--blue);font-weight:900}.insuranceQuoteSlots{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:24px}.insuranceQuoteSlots article{padding:24px;background:white;border:1px solid var(--ink)}.insuranceQuoteSlots article>div:first-child{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:9px}.insuranceQuoteSlots article>div:first-child b{color:#9b6200}.insuranceQuoteSlots h2{min-height:72px;margin:30px 0 20px;font-size:22px;line-height:1.08}.insuranceQuoteSlots dl{margin:0}.insuranceQuoteSlots dl>div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line)}.insuranceQuoteSlots dt{color:var(--muted)}.insuranceQuoteSlots dd{margin:0;font-weight:800}.insuranceQuoteSlots button{width:100%;margin-top:20px;padding:13px;color:white;background:var(--ink);border:0;opacity:.35;font-weight:800}.insuranceChoiceCriteria{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:80px;gap:80px;padding:100px 0}.insuranceChoiceCriteria h2,.insuranceChoiceMoney h2{margin:8px 0 20px;font-size:clamp(38px,4.5vw,65px);line-height:1;letter-spacing:-.055em}.insuranceChoiceCriteria>div>p:last-child{color:var(--muted);line-height:1.6}.insuranceChoiceCriteria ol{margin:0;padding:0;list-style:none;border-top:1px solid var(--ink)}.insuranceChoiceCriteria li{display:grid;grid-template-columns:45px 1fr;padding:20px 0;border-bottom:1px solid var(--ink)}.insuranceChoiceCriteria li b{color:var(--blue);font-size:11px}.insuranceChoiceCriteria li span{font-weight:800}.insuranceChoiceMoney{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;padding:45px;color:white;background:var(--ink)}.insuranceChoiceMoney p{color:#aeb9c2;line-height:1.6}.insuranceChoiceMoney a{color:#83a7ff;font-weight:800}@media (max-width:800px){.insuranceChoiceCriteria,.insuranceChoiceHero,.insuranceChoiceMoney{grid-template-columns:1fr;gap:35px}.insuranceQuoteSlots{grid-template-columns:1fr}}@media (max-width:560px){.insuranceChoicePage{padding:20px 16px 70px}.insuranceChoiceHero>aside{grid-template-columns:70px 1fr}.insuranceChoiceHero>aside svg{width:64px;height:64px}.insuranceChoiceStatus{grid-template-columns:28px 1fr}.insuranceChoiceStatus>span{grid-column:2;width:-moz-fit-content;width:fit-content}.insuranceChoiceMoney{padding:28px 20px}.insuranceDecision{padding:24px 18px}.insuranceDecisionNotice,.insuranceDecisionOptions{grid-template-columns:1fr}.insuranceDecisionNotice a{grid-column:1;grid-row:auto;margin-top:10px;width:-moz-fit-content;width:fit-content}.paymentInsuranceState{grid-template-columns:30px 1fr}.paymentInsuranceState>a{grid-column:2}}.cancellationPage{min-height:100vh;padding:26px max(4vw,calc((100vw - 1280px) / 2)) 100px;background:#f0f3f6}.cancellationHero{display:grid;grid-template-columns:1fr 340px;grid-gap:70px;gap:70px;align-items:end;padding:68px 0 52px}.cancellationHero h1{margin:8px 0 20px;font-size:clamp(54px,7vw,100px);line-height:.88;letter-spacing:-.07em}.cancellationHero h1 em{color:var(--blue);font-style:normal}.cancellationHero>div>p:last-child{max-width:700px;color:var(--muted);font-size:17px;line-height:1.55}.cancellationHero aside{padding:25px;color:white;background:var(--ink);box-shadow:8px 8px 0 var(--orange)}.cancellationHero aside span,.cancellationHero aside strong{display:block}.cancellationHero aside span{color:#aeb9c2;font-size:10px}.cancellationHero aside strong{margin:10px 0;font-size:25px}.cancellationHero aside p{margin:0;color:#aeb9c2}.cancellationStages{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink);background:white}.cancellationStages article{min-height:240px;padding:24px;border-right:1px solid var(--ink)}.cancellationStages article:last-child{border-right:0}.cancellationStages article>b{color:var(--blue);font-size:10px}.cancellationStages svg{display:block;width:28px;height:28px;margin:30px 0;color:var(--blue)}.cancellationStages h2{font-size:21px}.cancellationStages p{color:var(--muted);font-size:12px;line-height:1.5}.refundPreview{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;padding:90px 0}.cancellationRequest h2,.refundPreview h2,.refundRules h2{margin:8px 0 18px;font-size:clamp(36px,4vw,58px);line-height:1;letter-spacing:-.055em}.refundPreview>div>p:last-child{color:var(--muted);line-height:1.6}.refundPreview dl{margin:0;padding:24px;background:white;border:1px solid var(--ink);box-shadow:8px 8px 0 #cbd5dd}.refundPreview dl>div{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.refundPreview dt{color:var(--muted)}.refundPreview dd{margin:0;font-weight:800}.refundPreview .refundTotal{padding:22px 0;color:var(--blue);font-size:20px;border-bottom:0}.refundRules{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:70px;gap:70px;color:white;background:var(--blue);margin-left:calc(-1 * max(4vw, calc((100vw - 1280px) / 2)));margin-right:calc(-1 * max(4vw, calc((100vw - 1280px) / 2)));padding:80px max(4vw,calc((100vw - 1280px) / 2))}.refundRules ol{margin:0;padding:0;list-style:none;border-top:1px solid #8ba7ff}.refundRules li{display:grid;grid-template-columns:40px 1fr;padding:20px 0;border-bottom:1px solid #8ba7ff}.refundRules li b{color:#c7d6ff}.refundRules li small,.refundRules li strong{display:block}.refundRules li small{margin-top:5px;color:#d4dfff}.cancellationRequest{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:70px;gap:70px;padding-top:90px}.cancellationRequest>div>p:last-child{color:var(--muted)}.cancellationRequest form{padding:26px;background:white;border:1px solid var(--ink)}.cancellationRequest label{display:block;margin-bottom:15px;color:var(--muted);font-size:10px;font-weight:800}.cancellationRequest select,.cancellationRequest textarea{width:100%;margin-top:6px;padding:12px;border:1px solid var(--line);font:inherit}.cancellationRequest textarea{min-height:100px;resize:vertical}.cancellationRequest .cancelConfirm{display:flex;gap:9px;align-items:flex-start;font-weight:400;line-height:1.45}.cancellationRequest button{display:flex;width:100%;align-items:center;justify-content:center;gap:8px;padding:14px;color:white;background:var(--blue);border:0;font-weight:800}.cancellationRequest button:disabled{opacity:.4}.cancellationRequest form>small{display:block;margin-top:9px;color:var(--muted)}.cancelCreated{padding:12px;color:#176c42;background:#e6f7ed;font-size:12px;line-height:1.45}.cancelCreated a{color:#176c42;font-weight:800}.supportPage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.supportHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:80px 0 55px}.supportHero h1{margin:10px 0 0;font-size:clamp(48px,7vw,88px);line-height:.9;letter-spacing:-.065em}.supportHero h1 em{color:var(--blue);font-style:normal}.supportHero>p{margin:0 0 8px;color:var(--muted);font-size:17px;line-height:1.55}.supportQuick{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink)}.supportQuick article{min-height:145px;padding:24px;border-right:1px solid var(--ink)}.supportQuick article:last-child{border-right:0}.supportQuick span{color:var(--blue);font-weight:800}.supportQuick p{margin:28px 0 0;color:var(--muted);line-height:1.45}.supportWorkspace{display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:60px;gap:60px;margin:80px 0;padding:52px;background:#edf3ff;border-top:8px solid var(--blue);box-shadow:10px 10px 0 var(--orange)}.supportWorkspaceIntro h2{margin:8px 0 18px;font-size:clamp(38px,4vw,58px);line-height:.95;letter-spacing:-.055em}.supportWorkspaceIntro>p:last-of-type{color:var(--muted);line-height:1.55}.supportWorkspaceIntro ol{margin:35px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}.supportWorkspaceIntro li{display:grid;grid-template-columns:35px 1fr;padding:15px 0;border-bottom:1px solid var(--line)}.supportWorkspaceIntro li b{color:var(--blue)}.supportWorkspace form{padding:28px;background:white;border:1px solid var(--ink)}.supportWorkspace label{display:block;margin-bottom:18px;font-size:12px;font-weight:800}.supportWorkspace input,.supportWorkspace select,.supportWorkspace textarea{width:100%;margin-top:7px;padding:12px;border:1px solid var(--line);background:white;font:inherit}.supportWorkspace textarea{min-height:135px;resize:vertical}.supportFormRow{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.supportWorkspace .supportUpload{padding:24px;text-align:center;border:1px dashed var(--blue);cursor:pointer}.supportUpload input{position:absolute;width:1px;height:1px;opacity:0}.supportUpload span,.supportUpload strong{display:block}.supportUpload span{margin-top:5px;color:var(--muted);font-weight:400}.supportFiles{margin:-7px 0 18px;padding:12px 12px 12px 30px;background:#f4f7fa;font-size:12px}.supportWorkspace .supportConsent{display:flex;gap:9px;align-items:flex-start;font-weight:400;line-height:1.45}.supportConsent input{width:auto;margin-top:2px}.supportWorkspace button{width:100%;padding:14px;color:white;background:var(--blue);border:0;font-weight:800}.supportWorkspace button:disabled{opacity:.4}.supportWorkspace form>small{display:block;margin-top:10px;color:var(--muted);line-height:1.4}.supportSent{margin:80px 0;padding:55px;color:white;background:var(--ink);box-shadow:10px 10px 0 var(--orange)}.supportSent>span{color:#91b0ff;font-size:12px;font-weight:800;text-transform:uppercase}.supportSent h2{max-width:760px;margin:16px 0;font-size:clamp(38px,5vw,66px);line-height:.95}.supportSent p{max-width:700px;color:#c9d2dc;line-height:1.55}.supportSent>div{display:flex;gap:22px;align-items:center;margin-top:30px}.supportSent button{color:white;background:transparent;border:0;font-weight:800}.supportSafetyNote{display:flex;justify-content:space-between;gap:35px;align-items:center;margin-bottom:55px;padding:26px 30px;background:#ffd45c}.supportSafetyNote p{max-width:760px;margin:6px 0 0;line-height:1.5}.supportSafetyNote a{color:var(--ink);font-weight:800;white-space:nowrap}.supportRequestsPage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.supportRequestsHero{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:70px;gap:70px;align-items:end;padding:80px 0 55px}.supportRequestsHero h1{margin:10px 0 0;font-size:clamp(56px,8vw,104px);line-height:.82;letter-spacing:-.07em}.supportRequestsHero h1 em{color:var(--blue);font-style:normal}.supportRequestsHeroAction{padding-bottom:5px}.supportRequestsHeroAction p{max-width:470px;margin:0 0 24px;color:var(--muted);font-size:17px;line-height:1.55}.supportRequestsSummary{display:grid;grid-template-columns:repeat(3,1fr);color:white;background:var(--ink)}.supportRequestsSummary article{display:flex;min-height:130px;justify-content:space-between;align-items:flex-end;padding:25px;border-right:1px solid #33404c}.supportRequestsSummary article:last-child{border:0}.supportRequestsSummary span{color:#c9d2dc;font-size:12px}.supportRequestsSummary strong{color:#82a5ff;font-size:38px}.supportRequestsList{margin-top:55px;border:1px solid var(--ink)}.supportRequestsListHead{display:flex;justify-content:space-between;padding:16px 20px;color:white;background:var(--ink);text-transform:uppercase;font-size:11px;font-weight:800}.supportRequestsList article{display:grid;grid-template-columns:180px 1fr auto;grid-gap:28px;gap:28px;align-items:center;padding:25px 20px;border-bottom:1px solid var(--line)}.supportRequestsList article:last-child{border-bottom:0}.supportRequestIdentity small,.supportRequestIdentity span{display:block}.supportRequestIdentity span{color:var(--blue);font-weight:900}.supportRequestIdentity small{margin-top:6px;color:var(--muted)}.supportRequestMain>div{display:flex;gap:14px;align-items:baseline}.supportRequestMain h2{margin:0;font-size:20px}.supportRequestMain h2 a{color:var(--ink);font-size:inherit}.supportRequestMain a{color:var(--blue);font-size:12px;font-weight:800}.supportRequestMain p{margin:8px 0 0;color:var(--muted);line-height:1.45}.supportRequestStatus{padding:8px 10px;font-size:10px;font-weight:800;text-transform:uppercase;white-space:nowrap}.supportRequestStatus.closed{color:#176c42;background:#e6f7ed}.supportRequestEnd{display:grid;grid-gap:9px;gap:9px;justify-items:end}.supportRequestEnd>a{color:var(--blue);font-size:12px;font-weight:800}.supportRequestsEmpty{display:grid;grid-template-columns:.7fr 1.3fr auto;grid-gap:30px;gap:30px;align-items:center;margin-top:28px;padding:24px;background:#edf3ff}.supportRequestsEmpty p{margin:0;color:var(--muted);line-height:1.45}.supportRequestsEmpty a{color:var(--blue);font-weight:800;white-space:nowrap}.supportThreadPage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.supportThreadLayout{display:grid;grid-template-columns:350px 1fr;grid-gap:42px;gap:42px;align-items:start;padding-top:60px}.supportThreadSummary{position:-webkit-sticky;position:sticky;top:25px;padding:30px;color:white;background:var(--ink);box-shadow:8px 8px 0 var(--orange)}.supportThreadSummary h1{margin:10px 0 20px;font-size:52px;line-height:.9;letter-spacing:-.06em}.supportThreadClosed{display:inline-block;padding:7px 9px;color:#baf2d4;background:#176c42;font-size:10px;font-weight:800;text-transform:uppercase}.supportThreadSummary dl{margin:28px 0;border-top:1px solid #384653}.supportThreadSummary dl>div{padding:13px 0;border-bottom:1px solid #384653}.supportThreadSummary dt{color:#9eabb7;font-size:11px}.supportThreadSummary dd{margin:4px 0 0;font-weight:800}.supportThreadSummary dd a,.supportThreadSummary>a{color:white}.supportThreadRule{margin:25px -30px;padding:22px 30px;color:var(--ink);background:#ffd45c}.supportThreadRule p{margin:6px 0 0;font-size:12px;line-height:1.45}.supportThreadConversation{border:1px solid var(--ink);background:white}.supportThreadConversation>header{display:flex;justify-content:space-between;align-items:flex-end;padding:25px;color:white;background:var(--blue)}.supportThreadConversation>header span{color:#cbd9ff;font-size:11px;font-weight:800;text-transform:uppercase}.supportThreadConversation>header h2{margin:5px 0 0;font-size:25px}.supportThreadConversation>header small{padding:7px 9px;color:var(--ink);background:white;font-weight:800}.supportThreadEntries{padding:30px;background:#f2f5f8}.supportThreadEntry{max-width:80%;margin-bottom:18px;padding:18px;background:white;border:1px solid var(--line)}.supportThreadEntry.user{margin-left:auto;border-color:var(--blue)}.supportThreadEntry.system{max-width:100%;background:#e8efff;border-color:#b7caff}.supportThreadEntry.support{border-left:5px solid #168451}.supportThreadEntry>div{display:flex;justify-content:space-between;gap:20px;margin-bottom:9px;font-size:11px}.supportThreadEntry time{color:var(--muted)}.supportThreadEntry>strong{display:block;margin-bottom:5px}.supportThreadEntry p{margin:0;line-height:1.5}.supportThreadReply{padding:25px;border-top:1px solid var(--line)}.supportThreadReply>label{display:block;font-size:12px;font-weight:800}.supportThreadReply textarea{width:100%;min-height:95px;margin-top:7px;padding:12px;border:1px solid var(--line);font:inherit;resize:vertical}.supportThreadReply>div{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:12px}.supportThreadAttach{padding:11px 14px;border:1px solid var(--ink);font-size:12px;font-weight:800;cursor:pointer}.supportThreadAttach input{position:absolute;width:1px;height:1px;opacity:0}.supportThreadReply>div>button{padding:12px 18px;color:white;background:var(--blue);border:0;font-weight:800}.supportThreadReply>small{display:block;margin-top:12px;color:var(--muted);line-height:1.4}.supportThreadReply .supportThreadFile{padding:10px 12px;background:#edf3ff;font-size:12px}.supportThreadFile button{color:#a32b2b;background:transparent;border:0;font-weight:800}.documentsPage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.documentsHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:80px 0 55px}.documentsHero h1{margin:10px 0 0;font-size:clamp(52px,7vw,92px);line-height:.88;letter-spacing:-.07em}.documentsHero h1 em{color:var(--blue);font-style:normal}.documentsHero>div:last-child>p{margin:0 0 25px;color:var(--muted);font-size:17px;line-height:1.55}.documentsRules{display:grid;grid-template-columns:repeat(3,1fr);color:white;background:var(--ink)}.documentsRules article{min-height:150px;padding:25px;border-right:1px solid #384653}.documentsRules article:last-child{border:0}.documentsRules b{color:#8eacff}.documentsRules p{margin:35px 0 0;color:#c9d2dc;line-height:1.45}.documentsGroups{display:grid;grid-gap:35px;gap:35px;margin-top:60px}.documentsGroup{border:1px solid var(--ink);background:white}.documentsGroup>header{display:flex;justify-content:space-between;gap:25px;align-items:center;padding:25px;background:#edf3ff;border-bottom:1px solid var(--ink)}.documentsGroup>header span{color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase}.documentsGroup>header h2{margin:7px 0 4px;font-size:24px}.documentsGroup>header p{margin:0;color:var(--muted)}.documentsGroup>header>a{color:var(--ink);font-weight:800;white-space:nowrap}.documentsGroupLinks{display:flex;gap:18px;align-items:center}.documentsGroupLinks a{color:var(--ink);font-size:12px;font-weight:800;white-space:nowrap}.documentsGroupLinks a:first-child{padding:10px 12px;color:white;background:var(--blue)}.documentsTable article{display:grid;grid-template-columns:48px 1fr 130px 80px;grid-gap:18px;gap:18px;align-items:center;min-height:92px;padding:17px 24px;border-bottom:1px solid var(--line)}.documentsTable article:last-child{border-bottom:0}.documentTypeMark{display:grid;width:42px;height:42px;place-items:center;color:var(--blue);background:#e7eeff}.documentTypeMark svg{width:19px;height:19px}.documentsTable strong{font-size:15px}.documentsTable p{margin:5px 0 0;color:var(--muted);font-size:12px}.documentStatus{width:max-content;padding:7px 9px;font-size:10px;font-weight:800;text-transform:uppercase}.documentStatus.action{color:#733c00;background:#ffe09a}.documentStatus.waiting{color:#5b6670;background:#edf0f2}.documentStatus.ready{color:#176c42;background:#e6f7ed}.documentsTable article>a{color:var(--blue);font-size:12px;font-weight:800;text-align:right}.documentsNotice{display:flex;justify-content:space-between;gap:35px;align-items:center;margin-top:35px;padding:26px 30px;background:#ffd45c}.documentsNotice p{max-width:760px;margin:6px 0 0;line-height:1.5}.documentsNotice a{color:var(--ink);font-weight:800;white-space:nowrap}.documentPacketPage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.documentPacketHero{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:55px;gap:55px;align-items:stretch;padding:65px 0 35px}.documentPacketHero>div{padding:38px;color:white;background:var(--ink)}.documentPacketHero h1{max-width:720px;margin:12px 0 25px;font-size:clamp(42px,6vw,72px);line-height:.92;letter-spacing:-.06em}.documentPacketHero>div>p:last-child{margin:0;color:#aab5bd}.documentPacketHero aside{padding:30px;background:#ffd45c;border:1px solid var(--ink)}.documentPacketHero aside span{font-size:11px;font-weight:800;text-transform:uppercase}.documentPacketHero aside strong{display:block;margin-top:35px;font-size:24px;line-height:1.1}.documentPacketHero aside p{line-height:1.5}.documentPacketHero aside a{color:var(--ink);font-weight:800}.documentPacketPeople{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink)}.documentPacketPeople article{min-height:165px;padding:24px;border-right:1px solid var(--ink)}.documentPacketPeople article:last-child{border:0}.documentPacketPeople p,.documentPacketPeople span,.documentPacketPeople strong{display:block}.documentPacketPeople span{color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase}.documentPacketPeople strong{margin-top:28px;font-size:18px}.documentPacketPeople p{margin:5px 0 16px;color:var(--muted);font-size:12px}.documentPacketPeople b{display:inline-block;padding:6px 8px;font-size:9px;text-transform:uppercase}.packetPersonReady{color:#176c42;background:#e6f7ed}.packetPersonAction{color:#733c00;background:#ffe09a}.documentPacketMain{display:grid;grid-template-columns:1.35fr .65fr;grid-gap:45px;gap:45px;padding:70px 0}.documentPacketList>.sectionLabel{margin-bottom:16px}.packetDocument{display:grid;grid-template-columns:1fr 125px 145px;grid-gap:18px;gap:18px;align-items:center;min-height:105px;padding:20px;border:1px solid var(--line);border-bottom:0;background:white}.packetDocument:last-child{border-bottom:1px solid var(--line)}.packetDocument>div span{color:var(--blue);margin-right:12px;font-size:11px;font-weight:800}.packetDocument>div strong{font-size:16px}.packetDocument p{margin:7px 0 0 34px;color:var(--muted);font-size:12px}.packetDocument>b{width:max-content;padding:7px 9px;font-size:9px;text-transform:uppercase}.packetDocument.action>b{color:#733c00;background:#ffe09a}.packetDocument.waiting>b{color:#5b6670;background:#edf0f2}.packetDocument>a{color:var(--blue);font-size:12px;font-weight:800;text-align:right}.documentVersionPanel{padding:28px;color:white;background:var(--blue)}.documentVersionPanel h2{margin:9px 0 28px;font-size:28px}.documentVersionPanel ol{margin:0;padding:0;list-style:none;border-top:1px solid #87a3ff}.documentVersionPanel li{padding:18px 0;border-bottom:1px solid #87a3ff}.documentVersionPanel span,.documentVersionPanel strong,.documentVersionPanel time{display:block}.documentVersionPanel time{color:#cbd7ff;font-size:10px}.documentVersionPanel strong{margin-top:8px}.documentVersionPanel span{margin-top:5px;color:#d9e1ff;font-size:12px;line-height:1.45}.documentVersionPanel li.future{opacity:.65}.documentPacketNote{display:flex;justify-content:space-between;gap:35px;align-items:center;padding:28px 32px;background:#edf3ff;border-left:6px solid var(--blue)}.documentPacketNote p{max-width:780px;margin:7px 0 0;color:var(--muted);line-height:1.5}.documentPacketNote a{color:var(--blue);font-weight:800;white-space:nowrap}.identityPage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.identityHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:80px 0 55px}.identityHero h1{margin:10px 0 0;font-size:clamp(50px,7vw,90px);line-height:.88;letter-spacing:-.07em}.identityHero h1 em{color:var(--blue);font-style:normal}.identityHero>p{margin:0 0 7px;color:var(--muted);font-size:17px;line-height:1.55}.identityWorkspace{display:grid;grid-template-columns:.8fr 1.2fr;min-height:570px;border:1px solid var(--ink);box-shadow:10px 10px 0 var(--orange)}.identityMethodPicker{padding:30px;color:white;background:var(--ink)}.identityMethodPicker>button{display:grid;grid-template-columns:42px 1fr;grid-gap:13px;gap:13px;width:100%;margin-top:15px;padding:18px;color:white;text-align:left;background:#182631;border:1px solid #34434f;cursor:pointer}.identityMethodPicker>button.active{background:#20385a;border-color:#7f9fff}.identityMethodLogo{display:grid;grid-row:1/span 2;width:40px;height:40px;place-items:center;color:white;font-size:19px;font-weight:900}.identityMethodLogo.gos{background:var(--blue)}.identityMethodLogo.ya{background:#e7392f}.identityMethodPicker button small,.identityMethodPicker button strong{display:block}.identityMethodPicker button small{margin-top:4px;color:#aeb8c0}.identityMethodPicker button>b{grid-column:2;color:#91adff;font-size:9px;text-transform:uppercase}.identityMethodDetail{padding:45px;background:#edf3ff}.identityPurpose{color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase}.identityMethodDetail h2{max-width:620px;margin:12px 0 18px;font-size:clamp(36px,4vw,56px);line-height:.95;letter-spacing:-.055em}.identityMethodDetail>p{max-width:650px;color:var(--muted);line-height:1.55}.identityMethodDetail ul{margin:28px 0;padding:0;list-style:none;border-top:1px solid var(--line)}.identityMethodDetail li{display:grid;grid-template-columns:35px 1fr;padding:13px 0;border-bottom:1px solid var(--line)}.identityMethodDetail li b{color:var(--blue)}.identityConsent{display:flex;gap:9px;align-items:flex-start;font-size:12px;line-height:1.45}.identityConsent input{margin-top:2px}.identityContinue{display:grid;width:100%;min-height:62px;margin-top:18px;place-items:center;color:white;background:var(--blue);border:0;font-weight:800}.identityContinue:disabled{background:#6f7e89;cursor:not-allowed}.identityContinue small{font-size:9px;font-weight:500}.identityIntegrationNotice{margin-bottom:0;font-size:11px}.identityData{display:grid;grid-template-columns:.65fr 1.35fr;grid-gap:60px;gap:60px;padding:80px 0}.identityAfter h2,.identityData h2{margin:9px 0 0;font-size:clamp(38px,4vw,58px);line-height:.95;letter-spacing:-.055em}.identityData dl{margin:0;border-top:1px solid var(--ink)}.identityData dl>div{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:25px;gap:25px;padding:18px 0;border-bottom:1px solid var(--line)}.identityData dt{color:var(--blue);font-weight:800}.identityData dd{margin:0;color:var(--muted);line-height:1.45}.identityAfter{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:60px;gap:60px;padding:55px;color:white;background:var(--blue)}.identityAfter ol{margin:0;padding:0;list-style:none;border-top:1px solid #87a3ff}.identityAfter li{display:grid;grid-template-columns:40px 1fr;padding:17px 0;border-bottom:1px solid #87a3ff}.identityAfter li>b{color:#cbd7ff}.identityAfter small,.identityAfter strong{display:block}.identityAfter small{margin-top:5px;color:#d9e1ff;line-height:1.45}.identityLegal{display:grid;grid-template-columns:90px 1fr auto;grid-gap:25px;gap:25px;align-items:center;margin-top:35px;padding:25px;background:#ffd45c}.identityLegal p{margin:0;line-height:1.5}.identityLegal a{color:var(--ink);font-weight:800;white-space:nowrap}.rentalRequestPage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.rentalRequestHero{display:grid;grid-template-columns:1.3fr .7fr;grid-gap:35px;gap:35px;padding:65px 0 35px}.rentalRequestHero>div{padding:42px;color:white;background:var(--ink)}.rentalRequestHero h1{margin:12px 0 28px;font-size:clamp(48px,7vw,86px);line-height:.88;letter-spacing:-.07em}.rentalRequestHero h1 em{color:#ff7041;font-style:normal}.rentalRequestHero>div>p:last-child{color:#aeb8c0}.rentalRequestHero aside{padding:30px;color:white;background:var(--blue)}.rentalRequestHero aside span{color:#cad7ff;font-size:10px;font-weight:800;text-transform:uppercase}.rentalRequestHero aside strong{display:block;margin:35px 0 20px;font-size:42px;line-height:.95}.rentalRequestHero aside p{color:#dce4ff;line-height:1.5}.requestFacts{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink)}.requestFacts article{min-height:180px;padding:24px;border-right:1px solid var(--ink)}.requestFacts article:last-child{border:0}.requestFacts p,.requestFacts span,.requestFacts strong{display:block}.requestFacts span{color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase}.requestFacts strong{margin-top:30px;font-size:20px}.requestFacts p{margin:6px 0 17px;color:var(--muted)}.requestFacts b{font-size:10px;text-transform:uppercase}.requestDecision{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px;gap:50px;padding:70px 0}.requestDecisionPanel,.requestTerms{padding:32px;border:1px solid var(--ink)}.requestDecisionPanel h2,.requestTerms h2{margin:8px 0 24px;font-size:clamp(34px,4vw,50px);line-height:.95;letter-spacing:-.055em}.requestTerms dl{margin:0}.requestTerms dl>div{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.requestTerms dd{margin:0;font-weight:800}.requestTerms .requestOwnerTotal{padding:23px 0;color:var(--blue);font-size:21px}.requestHandover{margin:22px -32px -32px;padding:24px 32px;color:white;background:var(--ink)}.requestHandover span,.requestHandover strong{display:block}.requestHandover span{color:#91adff;font-size:10px;font-weight:800;text-transform:uppercase}.requestHandover strong{margin-top:9px}.requestHandover p{margin-bottom:0;color:#aeb8c0;font-size:12px;line-height:1.45}.requestDecisionPanel{background:#edf3ff;box-shadow:9px 9px 0 var(--orange)}.requestDecisionPanel>p{color:var(--muted);line-height:1.5}.requestConfirm{display:flex;gap:9px;margin:25px 0;font-size:12px;line-height:1.45}.requestDecisionPanel>button{width:100%;margin-top:10px;padding:14px;font-weight:800}.requestAccept{color:white;background:var(--blue);border:0}.requestAccept:disabled{opacity:.4}.requestChange{color:var(--ink);background:white;border:1px solid var(--ink)}.requestDecline{color:#a32b2b;background:transparent;border:0}.requestDecisionPanel>small{display:block;margin-top:15px;color:var(--muted)}.requestChangeGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.requestChangeGrid label{font-size:11px;font-weight:800}.requestChangeGrid input,.requestChangeGrid textarea{width:100%;margin-top:6px;padding:11px;border:1px solid var(--line);font:inherit}.requestChangeGrid label:last-child{grid-column:1/-1}.requestChangeGrid textarea{min-height:80px;resize:vertical}.requestChangeActions{display:flex;gap:12px;margin-top:20px}.requestChangeActions button{flex:1 1;padding:13px;border:1px solid var(--ink);font-weight:800}.requestChangeActions button:last-child{color:white;background:var(--blue);border-color:var(--blue)}.requestResult{margin:70px 0;padding:55px;color:white;background:var(--ink);box-shadow:10px 10px 0 var(--orange)}.requestResult>span{color:#91adff;font-size:11px;font-weight:800;text-transform:uppercase}.requestResult h2{max-width:800px;margin:14px 0;font-size:clamp(42px,6vw,72px);line-height:.92}.requestResult p{max-width:740px;color:#c9d2dc;line-height:1.55}.requestResult>div{display:flex;gap:22px;align-items:center;margin-top:28px}.requestResult button,.requestResult>div>a:not(.primaryButton){color:white;background:transparent;border:0;font-weight:800}.requestResult.declined{background:#4f2020}.requestSafety{display:flex;justify-content:space-between;gap:35px;align-items:center;padding:27px 30px;background:#ffd45c}.requestSafety p{max-width:770px;margin:6px 0 0;line-height:1.5}.requestSafety a{color:var(--ink);font-weight:800;white-space:nowrap}.sentRequestPage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.sentRequestHero{padding:75px 0 60px}.sentRequestMark{display:grid;width:54px;height:54px;margin-bottom:25px;place-items:center;color:white;background:#168451;border-radius:50%;font-size:24px;font-weight:900}.sentRequestHero h1{max-width:980px;margin:12px 0 24px;font-size:clamp(54px,8vw,104px);line-height:.86;letter-spacing:-.075em}.sentRequestHero h1 em{color:var(--blue);font-style:normal}.sentRequestHero>p:last-child{max-width:760px;color:var(--muted);font-size:17px;line-height:1.55}.sentRequestLayout{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:60px;gap:60px;padding:60px 0 75px;border-top:1px solid var(--ink)}.sentRequestCard{padding:28px;border:1px solid var(--ink);background:white;box-shadow:9px 9px 0 var(--orange)}.sentRequestCardHead{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--line);font-size:10px;text-transform:uppercase}.sentRequestCardHead b{color:#733c00}.sentRequestCard h2{margin:25px 0 6px;font-size:28px;line-height:1.05}.sentRequestCard>p{color:var(--muted)}.sentRequestCard dl{margin:25px 0 0}.sentRequestCard dl>div{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-top:1px solid var(--line)}.sentRequestCard dd{margin:0;font-weight:800}.sentRequestCard .sentRequestTotal{color:var(--blue);font-size:20px}.sentRequestCard>small{display:block;margin-top:18px;color:var(--muted);line-height:1.45}.sentRequestProgress h2{margin:9px 0 24px;font-size:clamp(38px,4vw,56px);line-height:.95;letter-spacing:-.055em}.sentRequestProgress ol{margin:0;padding:0;list-style:none;border-top:1px solid var(--ink)}.sentRequestProgress li{display:grid;grid-template-columns:42px 1fr;padding:17px 0;border-bottom:1px solid var(--line);opacity:.55}.sentRequestProgress li.current,.sentRequestProgress li.done{opacity:1}.sentRequestProgress li b{color:var(--blue)}.sentRequestProgress li span,.sentRequestProgress li strong{display:block}.sentRequestProgress li span{margin-top:5px;color:var(--muted);line-height:1.45}.sentRequestProgress li.current strong:after{content:"Сейчас";margin-left:9px;padding:4px 6px;color:white;background:var(--blue);font-size:8px;text-transform:uppercase}.sentRequestDeadline{margin-top:25px;padding:22px;background:#edf3ff;border-left:5px solid var(--blue)}.sentRequestDeadline span,.sentRequestDeadline strong{display:block}.sentRequestDeadline span{color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase}.sentRequestDeadline strong{margin-top:7px;font-size:22px}.sentRequestDeadline p{margin-bottom:0;color:var(--muted)}.sentRequestActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px;gap:50px;padding:42px;color:white;background:var(--ink)}.sentRequestActions h2{margin:9px 0 15px;font-size:38px;line-height:.95}.sentRequestActions p{color:#b8c2ca;line-height:1.5}.sentRequestActions>div:nth-child(2){display:grid;grid-gap:12px;gap:12px;align-content:center}.sentRequestActions>div:nth-child(2)>a,.sentRequestActions>div:nth-child(2)>button{padding:14px;text-align:center;font-weight:800}.sentRequestActions>div:nth-child(2)>a{color:white;background:var(--blue)}.sentRequestActions>div:nth-child(2)>button{color:white;background:transparent;border:1px solid #687681}.sentRequestActions>small{grid-column:1/-1;color:#8e9ba5}.sentRequestConfirmWithdraw{display:grid;grid-gap:8px;gap:8px;padding:18px;background:#273641}.sentRequestConfirmWithdraw span{color:#b8c2ca;font-size:12px}.sentRequestConfirmWithdraw button{padding:10px;font-weight:800}.sentRequestConfirmWithdraw button:first-of-type{color:white;background:#a33a32;border:0}.sentRequestWithdrawn{display:flex;justify-content:space-between;gap:35px;align-items:center;margin:0 0 35px;padding:42px;color:white;background:#4f2020}.sentRequestWithdrawn span{color:#ffc4bd;font-size:10px;font-weight:800;text-transform:uppercase}.sentRequestWithdrawn h2{margin:9px 0;font-size:40px}.sentRequestWithdrawn p{margin:0;color:#edcbc7}.sentRequestNote{display:flex;justify-content:space-between;gap:35px;align-items:center;margin-top:35px;padding:27px 30px;background:#ffd45c}.sentRequestNote p{max-width:770px;margin:6px 0 0;line-height:1.5}.sentRequestNote a{color:var(--ink);font-weight:800;white-space:nowrap}.requestOutcomePage{width:min(1180px,92vw);min-height:100vh;margin:0 auto;padding:30px 0 90px}.requestOutcomeHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:65px 0}.requestOutcomeHero h1{margin:12px 0 24px;font-size:clamp(54px,7vw,94px);line-height:.88;letter-spacing:-.068em}.requestOutcomeHero h1 em{color:var(--orange);font-style:normal}.requestOutcome-accepted .requestOutcomeHero h1 em{color:#168451}.requestOutcomeHero>div>p:last-child{max-width:720px;color:var(--muted);font-size:16px;line-height:1.55}.requestOutcomeHero>aside{padding:27px;color:white;background:var(--ink);border-bottom:8px solid var(--orange)}.requestOutcome-accepted .requestOutcomeHero>aside{border-color:#168451}.requestOutcomeHero>aside small,.requestOutcomeHero>aside span,.requestOutcomeHero>aside strong{display:block}.requestOutcomeHero>aside span{color:#aeb8bf;font-size:9px;text-transform:uppercase}.requestOutcomeHero>aside strong{margin:10px 0;font-size:32px}.requestOutcomeHero>aside small{color:#aeb8bf}.requestOutcomeBoard{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:30px;gap:30px;align-items:start}.requestOutcomeThing{padding:28px;background:white;border:1px solid var(--ink);box-shadow:9px 9px 0 var(--orange)}.requestOutcome-accepted .requestOutcomeThing{box-shadow:9px 9px 0 #168451}.requestOutcomeThing>header{display:flex;justify-content:space-between;gap:20px;padding-bottom:16px;color:var(--muted);border-bottom:1px solid var(--line);font-size:10px;text-transform:uppercase}.requestOutcomeThing>header b{color:var(--orange)}.requestOutcome-accepted .requestOutcomeThing>header b{color:#168451}.requestOutcomeThing h2{margin:24px 0 7px;font-size:29px;line-height:1.05}.requestOutcomeThing>p{color:var(--muted)}.requestOutcomeThing dl{margin:25px 0 0}.requestOutcomeThing dl>div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-top:1px solid var(--line)}.requestOutcomeThing dd{margin:0;font-weight:900}.requestOutcomeActions{padding:32px;color:white;background:var(--ink)}.requestOutcomeActions h2{margin:8px 0 25px;font-size:clamp(34px,4vw,52px);line-height:.92}.requestOutcomeActions>a{display:block;margin-top:12px;color:white;font-weight:900}.requestOutcomeActions>a.requestOutcomePrimary{padding:15px;color:white;text-align:center;background:var(--blue)}.requestOutcomeActions>div{margin-top:28px;padding-top:20px;border-top:1px solid #3b4853}.requestOutcomeActions>div p{color:#aeb8bf;line-height:1.5}.requestOutcomeNote{display:grid;grid-template-columns:.7fr 1.3fr auto;grid-gap:25px;gap:25px;align-items:center;margin-top:30px;padding:24px 28px;background:#ffd45c}.requestOutcomeNote p{margin:0}.requestOutcomeNote a{color:var(--ink);font-weight:900;white-space:nowrap}.signatureStatusPage{width:min(1180px,92vw);min-height:100vh;margin:0 auto;padding:30px 0 90px}.signatureStatusHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:65px 0}.signatureStatusHero h1{margin:12px 0 24px;font-size:clamp(54px,7vw,94px);line-height:.88;letter-spacing:-.068em}.signatureStatusHero h1 em{color:var(--blue);font-style:normal}.signatureState-failed .signatureStatusHero h1 em{color:var(--orange)}.signatureState-signed .signatureStatusHero h1 em{color:#168451}.signatureStatusHero>div>p:last-child{max-width:720px;color:var(--muted);font-size:16px;line-height:1.55}.signatureStatusHero>aside{display:grid;grid-template-columns:43px 1fr;grid-gap:7px 16px;gap:7px 16px;align-items:center;padding:26px;color:white;background:var(--ink);border-bottom:8px solid var(--blue)}.signatureState-failed .signatureStatusHero>aside{border-color:var(--orange)}.signatureState-signed .signatureStatusHero>aside{border-color:#168451}.signatureStatusHero>aside svg{grid-row:1/4;width:39px;color:#91b0ff}.signatureStatusHero>aside span{color:#aeb8bf;font-size:9px;text-transform:uppercase}.signatureStatusHero>aside strong{font-size:24px}.signatureStatusHero>aside small{color:#aeb8bf}.signatureStatusBoard{display:grid;grid-template-columns:1fr 390px;grid-gap:30px;gap:30px;align-items:start}.signatureParties{background:white;border:1px solid var(--ink)}.signatureParties>header{padding:30px;border-bottom:1px solid var(--ink)}.signatureParties>header h2{margin:8px 0 0;font-size:clamp(38px,4.5vw,58px);line-height:.92}.signatureParties>article{display:grid;grid-template-columns:52px 1fr auto;grid-gap:17px;gap:17px;align-items:center;padding:24px 30px;border-bottom:1px solid var(--line)}.signatureAvatar{display:grid;width:48px;height:48px;place-items:center;color:white;background:var(--blue);border-radius:50%;font-weight:900}.signatureAvatar.owner{background:var(--orange)}.signatureParties article p,.signatureParties article small,.signatureParties article strong{display:block}.signatureParties article small{color:var(--muted)}.signatureParties article strong{margin:4px 0;font-size:18px}.signatureParties article p{margin:0;color:var(--muted)}.signatureParties article>b{color:var(--blue);font-size:11px}.signatureParties article.done>b{color:#168451}.signatureParties article.failed>b{color:var(--orange)}.signatureParties article.waiting{opacity:.62}.signatureDocumentLock{display:grid;grid-template-columns:35px 1fr;grid-gap:15px;gap:15px;padding:24px 30px;background:#dce8ff}.signatureDocumentLock>svg{width:30px;color:var(--blue)}.signatureDocumentLock p{margin:5px 0 0;color:var(--muted);line-height:1.45}.signatureStatusActions{padding:27px;color:white;background:var(--ink);box-shadow:9px 9px 0 var(--orange)}.signatureState-signed .signatureStatusActions{box-shadow:9px 9px 0 #168451}.signatureStatusActions>span{color:#92aef8;font-size:9px;font-weight:900;text-transform:uppercase}.signatureStatusActions h2{margin:9px 0 25px;font-size:28px;line-height:1.05}.signatureStatusActions dl{margin:0}.signatureStatusActions dl>div{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid #3b4853}.signatureStatusActions dt{color:#aeb8bf}.signatureStatusActions dd{margin:0;font-weight:900;text-align:right}.signatureFailureReason,.signatureWaitingNote{margin-top:22px;padding:16px;color:var(--ink);background:#ffd45c}.signatureWaitingNote{background:#dce8ff}.signatureFailureReason p,.signatureWaitingNote p{margin:5px 0 0;color:var(--muted);line-height:1.45}.signatureStatusActions>a{display:block;margin-top:12px;color:white;font-weight:900}.signatureStatusActions>a.signaturePrimaryAction{padding:14px;text-align:center;background:var(--blue)}.signatureState-failed .signatureStatusActions>a.signaturePrimaryAction{background:var(--orange)}.signatureStatusSafety{display:grid;grid-template-columns:35px 1fr auto;grid-gap:18px;gap:18px;align-items:center;margin-top:30px;padding:24px 28px;background:#ffd45c}.signatureStatusSafety>svg{width:30px}.signatureStatusSafety p{margin:4px 0 0}.signatureStatusSafety a{color:var(--ink);font-weight:900;white-space:nowrap}.uploadStatusPage{width:min(1180px,92vw);min-height:100vh;margin:0 auto;padding:30px 0 90px}.uploadStatusHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:65px 0}.uploadStatusHero h1{margin:12px 0 24px;font-size:clamp(54px,7vw,94px);line-height:.88;letter-spacing:-.068em}.uploadStatusHero h1 em{color:var(--orange);font-style:normal}.uploadStatusHero>div>p:last-child{max-width:700px;color:var(--muted);font-size:16px;line-height:1.55}.uploadStatusHero>aside{display:grid;grid-template-columns:44px 1fr;grid-gap:7px 16px;gap:7px 16px;align-items:center;padding:26px;color:white;background:var(--ink);border-bottom:8px solid var(--orange)}.uploadStatusHero>aside svg{grid-row:1/4;width:40px;color:#91b0ff}.uploadStatusHero>aside span{color:#aeb8bf;font-size:9px;text-transform:uppercase}.uploadStatusHero>aside strong{font-size:21px}.uploadStatusHero>aside small{color:#aeb8bf}.uploadRecoveryWorkspace{display:grid;grid-template-columns:1fr 390px;grid-gap:30px;gap:30px;align-items:start}.uploadFileList{background:white;border:1px solid var(--ink)}.uploadFileList>header{display:flex;justify-content:space-between;gap:25px;align-items:end;padding:30px;border-bottom:1px solid var(--ink)}.uploadFileList>header h2{margin:8px 0 0;font-size:clamp(38px,4.5vw,58px);line-height:.92}.uploadFileList>header>span{color:var(--muted);font-size:10px}.uploadFileList article{display:grid;grid-template-columns:72px 1fr auto 28px;grid-gap:17px;gap:17px;align-items:center;min-height:105px;padding:15px 22px;border-bottom:1px solid var(--line)}.uploadFileList article:last-child{border-bottom:0}.uploadFileList article.failed{background:#fff0e9;border-left:7px solid var(--orange)}.uploadFilePreview{display:grid;height:68px;place-items:center;background:#dce8ff}.uploadFilePreview svg{width:28px;color:var(--blue)}.uploadFileList article p{margin:0}.uploadFileList article em,.uploadFileList article small,.uploadFileList article strong{display:block}.uploadFileList article small{color:var(--muted)}.uploadFileList article strong{margin:4px 0}.uploadFileList article em{color:var(--muted);font-style:normal}.uploadFileList article>b{color:#168451;font-size:10px}.uploadFileList article.failed>b{color:var(--orange)}.uploadFileList article>button{width:28px;height:28px;background:transparent;border:1px solid var(--ink);cursor:pointer}.uploadRecoveryAction{padding:27px;color:white;background:var(--ink);box-shadow:9px 9px 0 var(--orange)}.uploadRecoveryAction>span{color:#f4a587;font-size:9px;font-weight:900;text-transform:uppercase}.uploadRecoveryAction h2{margin:9px 0 14px;font-size:27px;overflow-wrap:anywhere}.uploadRecoveryAction>p{color:#aeb8bf;line-height:1.5}.uploadRecoveryAction dl{margin:22px 0}.uploadRecoveryAction dl>div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #3b4853}.uploadRecoveryAction dt{color:#aeb8bf}.uploadRecoveryAction dd{margin:0;font-weight:900}.uploadReplaceButton,.uploadRetryButton{display:flex;justify-content:space-between;align-items:center;width:100%;padding:14px;color:white;background:var(--orange);border:0;font-weight:900;cursor:pointer}.uploadRetryButton:disabled{opacity:.55}.uploadRetryButton svg{width:17px}.uploadReplaceButton{justify-content:center;margin-top:10px;background:transparent;border:1px solid #687681}.uploadReplaceButton input{position:absolute;opacity:0;pointer-events:none}.uploadRecoveryAction>small{display:block;margin-top:15px;color:#8997a1;line-height:1.45}.uploadResolved{display:grid;grid-template-columns:70px 1fr auto;grid-gap:28px;gap:28px;align-items:center;padding:42px;color:white;background:var(--ink);border-bottom:8px solid #168451}.uploadResolved>span{display:grid;width:64px;height:64px;place-items:center;background:#168451;border-radius:50%;font-size:28px;font-weight:900}.uploadResolved h2{margin:8px 0;font-size:clamp(38px,4.5vw,58px);line-height:.92}.uploadResolved p:last-child{color:#b7c2ca;line-height:1.5}.uploadResolved>a{padding:14px;color:var(--ink);background:white;font-weight:900}.uploadStatusSafety{display:grid;grid-template-columns:35px 1fr auto;grid-gap:18px;gap:18px;align-items:center;margin-top:30px;padding:24px 28px;background:#ffd45c}.uploadStatusSafety>svg{width:30px}.uploadStatusSafety p{margin:4px 0 0}.uploadStatusSafety a{color:var(--ink);font-weight:900;white-space:nowrap}.sessionExpiredPage{width:min(1180px,92vw);min-height:100vh;margin:0 auto;padding:30px 0 90px}.sessionExpiredHero{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:80px;gap:80px;align-items:center;padding:65px 0}.sessionExpiredHero h1{margin:12px 0 24px;font-size:clamp(58px,8vw,106px);line-height:.86;letter-spacing:-.072em}.sessionExpiredHero h1 em{color:var(--orange);font-style:normal}.sessionExpiredHero>div>p:not(.sectionLabel){max-width:650px;color:var(--muted);font-size:17px;line-height:1.55}.sessionLoginAction{display:flex;justify-content:space-between;align-items:center;width:min(360px,100%);margin-top:30px;padding:17px 19px;color:white;background:var(--blue);font-weight:900}.sessionLoginAction svg{width:18px}.sessionSavedCard{padding:28px;color:white;background:var(--ink);box-shadow:10px 10px 0 var(--orange)}.sessionSavedCard>header{display:flex;justify-content:space-between;color:#aeb8bf;font-size:10px;text-transform:uppercase}.sessionSavedIcon{display:grid;width:70px;height:70px;margin:32px 0 22px;place-items:center;color:var(--blue);background:#dce8ff}.sessionSavedIcon svg{width:38px}.sessionSavedCard h2{margin:0 0 9px;font-size:32px}.sessionSavedCard>p{color:#aeb8bf;line-height:1.5}.sessionSavedCard dl{margin:25px 0 0;border-top:1px solid #3b4853}.sessionSavedCard dl>div{display:flex;justify-content:space-between;gap:25px;padding:12px 0;border-bottom:1px solid #3b4853}.sessionSavedCard dt{color:#aeb8bf}.sessionSavedCard dd{max-width:210px;margin:0;font-weight:900;text-align:right;overflow-wrap:anywhere}.sessionExpiredReasons{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink)}.sessionExpiredReasons article{display:grid;grid-template-columns:32px 38px 1fr;grid-gap:13px;gap:13px;min-height:190px;padding:25px;border-right:1px solid var(--ink)}.sessionExpiredReasons article:last-child{border-right:0}.sessionExpiredReasons article>b{color:var(--blue);font-size:10px}.sessionExpiredReasons article>svg{width:30px}.sessionExpiredReasons strong{display:block;font-size:16px}.sessionExpiredReasons p{color:var(--muted);line-height:1.5}.sessionExpiredHelp{display:flex;justify-content:space-between;gap:35px;align-items:center;margin-top:30px;padding:25px 28px;background:#ffd45c}.sessionExpiredHelp p{margin:5px 0 0}.sessionExpiredHelp a{color:var(--ink);font-weight:900;white-space:nowrap}.ownerAvailabilityPage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.ownerAvailabilityHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:75px 0 55px}.ownerAvailabilityHero h1{margin:10px 0 0;font-size:clamp(52px,7vw,92px);line-height:.87;letter-spacing:-.07em}.ownerAvailabilityHero h1 em{color:var(--blue);font-style:normal}.ownerAvailabilityHero>p{margin:0 0 7px;color:var(--muted);font-size:17px;line-height:1.55}.ownerCalendarWorkspace{display:grid;grid-template-columns:290px 1fr;border:1px solid var(--ink);box-shadow:10px 10px 0 var(--orange)}.ownerCalendarSidebar{padding:25px;color:white;background:var(--ink)}.ownerCalendarSidebar>button{display:grid;width:100%;margin-top:11px;padding:15px;color:white;text-align:left;background:#17252f;border:1px solid #34434f}.ownerCalendarSidebar>button.active{background:#213959;border-color:#819fff}.ownerCalendarSidebar button small,.ownerCalendarSidebar button span,.ownerCalendarSidebar button strong{display:block}.ownerCalendarSidebar button span{color:#91adff;font-size:9px}.ownerCalendarSidebar button strong{margin-top:7px}.ownerCalendarSidebar button small{margin-top:4px;color:#aeb8c0}.ownerCalendarStats{margin:25px -25px;padding:24px 25px;color:var(--ink);background:#ffd45c}.ownerCalendarStats small,.ownerCalendarStats span,.ownerCalendarStats strong{display:block}.ownerCalendarStats span{font-size:10px;font-weight:800;text-transform:uppercase}.ownerCalendarStats strong{margin-top:8px;font-size:27px}.ownerCalendarStats small{margin-top:6px}.ownerCalendarSidebar>a{color:white;font-weight:800}.ownerCalendarMain{padding:28px;background:white}.ownerCalendarMain>header{display:flex;justify-content:space-between;gap:25px;align-items:center;padding-bottom:25px;border-bottom:1px solid var(--ink)}.ownerCalendarMain>header span{color:var(--blue);font-size:10px;font-weight:800}.ownerCalendarMain>header h2{margin:5px 0 0;font-size:25px}.ownerCalendarMain>header>div:last-child{display:flex;gap:14px;align-items:center}.ownerCalendarMain>header button{width:34px;height:34px;background:white;border:1px solid var(--ink)}.ownerCalendarDays,.ownerCalendarWeek{display:grid;grid-template-columns:repeat(7,1fr)}.ownerCalendarWeek{padding-top:18px}.ownerCalendarWeek b{padding:9px;color:var(--muted);font-size:10px;text-align:center}.ownerCalendarDays{border-top:1px solid var(--line);border-left:1px solid var(--line)}.ownerCalendarDays>*{min-height:82px;padding:10px;text-align:left;background:white;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.ownerCalendarDays button b,.ownerCalendarDays button small{display:block}.ownerCalendarDays button small{margin-top:18px;color:var(--muted);font-size:9px}.ownerCalendarDays button.free:hover{background:#edf3ff}.ownerCalendarDays button.blocked{background:repeating-linear-gradient(135deg,#f2f3f4,#f2f3f4 6px,white 0,white 12px)}.ownerCalendarDays button.blocked small{color:#5d6670}.ownerCalendarDays button.pending{background:#fff1bd}.ownerCalendarDays button.booked{color:white;background:var(--blue)}.ownerCalendarDays button.booked small{color:#dbe4ff}.ownerCalendarFooter{display:flex;justify-content:space-between;gap:25px;align-items:center;padding-top:24px}.ownerCalendarLegend{display:flex;gap:8px;flex-wrap:wrap}.ownerCalendarLegend span{padding:6px 8px;font-size:9px;font-weight:800}.ownerCalendarLegend .free{border:1px solid var(--line)}.ownerCalendarLegend .blocked{background:#edf0f2}.ownerCalendarLegend .pending{background:#fff1bd}.ownerCalendarFooter>button,.ownerCalendarLegend .booked{color:white;background:var(--blue)}.ownerCalendarFooter>button{min-width:190px;padding:13px;border:0;font-weight:800}.ownerCalendarFooter>button:disabled{color:#64717b;background:#e4e8eb}.ownerCalendarActions{display:flex;gap:12px;align-items:center}.ownerCalendarActions>a{padding:12px 14px;color:var(--blue);border:1px solid var(--blue);font-weight:900}.ownerCalendarActions>button{min-width:190px;padding:13px;color:white;background:var(--blue);border:0;font-weight:800}.ownerCalendarActions>button:disabled{color:#64717b;background:#e4e8eb}.ownerCalendarPrototype{margin:18px 0 0;color:var(--muted);font-size:11px}.ownerAvailabilityRules{display:grid;grid-template-columns:repeat(4,1fr);margin-top:55px;border:1px solid var(--ink)}.ownerAvailabilityRules article{min-height:145px;padding:22px;border-right:1px solid var(--ink)}.ownerAvailabilityRules article:last-child{border:0}.ownerAvailabilityRules b{color:var(--blue)}.ownerAvailabilityRules p{margin:28px 0 0;color:var(--muted);line-height:1.45}.publicUserPage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.publicUserHero{display:grid;grid-template-columns:1.2fr .8fr;margin-top:55px;color:white;background:var(--ink)}.publicUserIdentity{display:flex;gap:30px;align-items:center;padding:48px}.publicUserAvatar{display:grid;width:120px;height:120px;flex:0 0 120px;place-items:center;color:white;background:var(--orange);border-radius:50%;font-size:48px;font-weight:900}.publicUserIdentity h1{margin:8px 0 15px;font-size:clamp(54px,7vw,92px);line-height:.85;letter-spacing:-.07em}.publicUserIdentity>div>p:last-child{margin:0;color:#aeb8c0}.publicUserHero aside{display:grid;grid-template-rows:1fr 1fr;background:var(--blue)}.publicUserHero aside>div{display:grid;grid-template-columns:32px 1fr;grid-gap:7px 12px;gap:7px 12px;align-content:center;padding:28px;border-bottom:1px solid #839fff}.publicUserHero aside>div:last-child{border:0}.publicUserHero aside svg{grid-row:1/span 2;width:25px}.publicUserHero aside span,.publicUserHero aside strong{display:block}.publicUserHero aside span{color:#d9e2ff;font-size:11px}.publicUserDemo{margin:0;padding:10px 14px;color:#5f6870;background:#edf0f2;font-size:10px}.publicUserStats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ink);border-top:0}.publicUserStats article{min-height:130px;padding:23px;border-right:1px solid var(--ink)}.publicUserStats article:last-child{border:0}.publicUserStats span,.publicUserStats strong{display:block}.publicUserStats span{color:var(--muted);font-size:10px;text-transform:uppercase}.publicUserStats strong{margin-top:30px;font-size:29px}.publicUserTrust{display:grid;grid-template-columns:.65fr 1.35fr;grid-gap:60px;gap:60px;padding:80px 0}.publicUserSectionHead h2,.publicUserTrust h2{margin:8px 0 0;font-size:clamp(38px,4vw,56px);line-height:.95;letter-spacing:-.055em}.publicUserTrust dl{margin:0;border-top:1px solid var(--ink)}.publicUserTrust dl>div{display:grid;grid-template-columns:.55fr 1.45fr;grid-gap:25px;gap:25px;padding:17px 0;border-bottom:1px solid var(--line)}.publicUserTrust dt{color:var(--blue);font-weight:800}.publicUserTrust dd{margin:0}.publicUserTrust dd b,.publicUserTrust dd span{display:block}.publicUserTrust dd span{margin-top:5px;color:var(--muted);line-height:1.45}.publicUserSectionHead{display:flex;justify-content:space-between;gap:25px;align-items:flex-end;margin-bottom:25px}.publicUserSectionHead>span{color:var(--muted)}.publicUserListings{padding:55px;background:#edf3ff}.publicUserListings>article{display:grid;grid-template-columns:230px 1fr auto;grid-gap:30px;gap:30px;align-items:center;padding:25px;background:white;border:1px solid var(--ink)}.publicUserListingVisual{position:relative;display:grid;min-height:180px;place-items:center}.publicUserListingVisual svg{width:95px}.publicUserListingVisual>span{position:absolute;top:10px;left:10px;padding:6px 8px;background:white;font-size:9px;font-weight:800}.publicUserListings article>div:nth-child(2)>p{color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase}.publicUserListings h3{margin:8px 0;font-size:23px}.publicUserListings article>div:nth-child(2)>span{color:var(--muted)}.publicUserListings article>div:nth-child(2)>div{margin-top:20px}.publicUserListings article>a{color:var(--blue);font-weight:800}.publicUserReviews{padding:75px 0}.publicUserReviews>div:last-child{border:1px solid var(--ink)}.publicUserReviews article{display:grid;grid-template-columns:180px 1fr;grid-gap:30px;gap:30px;padding:25px;border-bottom:1px solid var(--line)}.publicUserReviews article:last-child{border:0}.publicUserReviewAuthor{display:flex;gap:10px}.publicUserReviewAuthor>span{display:grid;width:38px;height:38px;place-items:center;color:white;background:var(--blue);border-radius:50%;font-weight:800}.publicUserReviewAuthor p{margin:0}.publicUserReviewAuthor small,.publicUserReviewAuthor strong{display:block}.publicUserReviewAuthor small{margin-top:4px;color:var(--muted)}.publicUserReviews article>div:last-child header{display:flex;justify-content:space-between;gap:20px}.publicUserReviews article>div:last-child header span{color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase}.publicUserReviews article>div:last-child header b{color:var(--orange)}.publicUserReviews article>div:last-child>p{line-height:1.55}.publicUserReviews article>div:last-child>small{color:#176c42}.publicUserSafety{display:flex;justify-content:space-between;gap:35px;align-items:center;padding:27px 30px;background:#ffd45c}.publicUserSafety p{max-width:750px;margin:6px 0 0;line-height:1.5}.publicUserSafety a{color:var(--ink);font-weight:800;white-space:nowrap}.listingModerationPage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.listingModerationHero{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:35px;gap:35px;padding:65px 0 35px}.listingModerationHero>div{padding:42px;color:white;background:var(--ink)}.listingModerationHero h1{margin:12px 0 25px;font-size:clamp(50px,7vw,88px);line-height:.87;letter-spacing:-.07em}.listingModerationHero h1 em{color:var(--blue);font-style:normal}.listingModerationHero>div>p:last-child{color:#aeb8c0}.listingModerationHero aside{padding:30px;background:#ffd45c;border:1px solid var(--ink)}.listingModerationHero aside span{font-size:10px;font-weight:800;text-transform:uppercase}.listingModerationHero aside strong{display:block;margin:38px 0 15px;font-size:34px}.listingModerationHero aside p{line-height:1.5}.moderationWorkspace{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px;gap:50px;padding:60px 0 70px}.moderationChecklist h2,.moderationEvidence h2{margin:8px 0 24px;font-size:clamp(36px,4vw,52px);line-height:.95;letter-spacing:-.055em}.moderationChecklist ol{margin:0;padding:0;list-style:none;border:1px solid var(--ink)}.moderationChecklist li{display:grid;grid-template-columns:40px 1fr auto;grid-gap:14px;gap:14px;align-items:center;min-height:105px;padding:19px;border-bottom:1px solid var(--line);opacity:.55}.moderationChecklist li:last-child{border:0}.moderationChecklist li.current,.moderationChecklist li.passed{opacity:1}.moderationChecklist li>b{display:grid;width:32px;height:32px;place-items:center;color:var(--blue);background:#edf3ff}.moderationChecklist li.passed>b{color:white;background:#168451}.moderationChecklist li span,.moderationChecklist li strong{display:block}.moderationChecklist li span{margin-top:5px;color:var(--muted);line-height:1.4}.moderationChecklist li small{color:var(--muted);font-weight:800;text-transform:uppercase}.moderationChecklist li.current small{color:var(--blue)}.moderationEvidence{padding:30px;background:#edf3ff;border:1px solid var(--ink);box-shadow:9px 9px 0 var(--orange)}.moderationPhotoGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.moderationPhotoGrid article{min-height:135px;padding:15px;background:white;border:1px solid var(--line)}.moderationPhotoGrid b,.moderationPhotoGrid small,.moderationPhotoGrid span,.moderationPhotoGrid strong{display:block}.moderationPhotoGrid span{color:var(--blue);font-size:9px;text-transform:uppercase}.moderationPhotoGrid strong{margin-top:20px}.moderationPhotoGrid small{margin-top:5px;color:var(--muted)}.moderationPhotoGrid b{width:max-content;margin-top:12px;padding:5px 7px;color:#5b6670;background:#edf0f2;font-size:8px;text-transform:uppercase}.moderationCompressionNote{margin:18px 0;padding:18px;background:white;border-left:4px solid var(--blue)}.moderationCompressionNote p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.moderationEvidence>button{width:100%;padding:13px;color:#a32b2b;background:transparent;border:1px solid #bc827e;font-weight:800}.moderationEvidence>small{display:block;margin-top:13px;color:var(--muted);line-height:1.4}.moderationCancelConfirm{padding:18px;color:white;background:var(--ink)}.moderationCancelConfirm p{color:#b8c2ca;line-height:1.45}.moderationCancelConfirm>div{display:flex;gap:9px}.moderationCancelConfirm button{flex:1 1;padding:10px;font-weight:800}.moderationCancelConfirm button:first-child{color:white;background:#a33a32;border:0}.moderationCancelled{margin:60px 0;padding:52px;color:white;background:var(--ink);box-shadow:10px 10px 0 var(--orange)}.moderationCancelled>span{color:#91adff;font-size:10px;font-weight:800;text-transform:uppercase}.moderationCancelled h2{margin:12px 0;font-size:clamp(40px,5vw,66px);line-height:.94}.moderationCancelled p{max-width:720px;color:#c8d1d8;line-height:1.5}.moderationCancelled>div{display:flex;gap:22px;align-items:center;margin-top:26px}.moderationCancelled>div>a:not(.primaryButton){color:white;font-weight:800}.listingModerationRules{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink)}.listingModerationRules article{min-height:155px;padding:23px;border-right:1px solid var(--ink)}.listingModerationRules article:last-child{border:0}.listingModerationRules b{color:var(--blue)}.listingModerationRules p{margin:30px 0 0;color:var(--muted);line-height:1.45}.moderationRejected{display:grid;grid-template-columns:1fr 370px;grid-gap:30px;gap:30px;align-items:start;margin-bottom:35px}.moderationRejectedMain{background:white;border:1px solid var(--ink)}.moderationRejectedMain>header{padding:32px;border-bottom:1px solid var(--ink)}.moderationRejectedMain>header h2{margin:8px 0 15px;font-size:clamp(38px,4.5vw,58px);line-height:.92}.moderationRejectedMain>header>p:last-child{color:var(--muted)}.moderationRejectedMain ol{margin:0;padding:0;list-style:none}.moderationRejectedMain li{display:grid;grid-template-columns:45px 1fr auto;grid-gap:18px;gap:18px;align-items:center;padding:28px 30px;border-bottom:1px solid var(--ink)}.moderationRejectedMain li:last-child{border-bottom:0}.moderationRejectedMain li>b{align-self:start;color:var(--orange);font-size:11px}.moderationRejectedMain li span{color:var(--orange);font-size:9px;font-weight:900;text-transform:uppercase}.moderationRejectedMain li h3{margin:7px 0;font-size:22px}.moderationRejectedMain li p{color:var(--muted);line-height:1.45}.moderationRejectedMain li a{padding:12px;color:white;background:var(--blue);font-weight:900;white-space:nowrap}.moderationRejectedSide{padding:27px;color:white;background:var(--ink);box-shadow:9px 9px 0 var(--orange)}.moderationRejectedSide>span{color:#f4a587;font-size:9px;font-weight:900;text-transform:uppercase}.moderationRejectedSide>strong{display:block;margin:9px 0;font-size:27px}.moderationRejectedSide>p{color:#aeb9c2;line-height:1.5}.moderationRejectedSide dl{margin:25px 0;border-top:1px solid #3b4853}.moderationRejectedSide dl>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #3b4853}.moderationRejectedSide dt{color:#aeb9c2}.moderationRejectedSide dd{margin:0;font-weight:900}.moderationRejectedSide>a{display:block;margin-top:13px;color:white;font-weight:900}.moderationRejectedSide>a.moderationFixAll{padding:14px;text-align:center;background:var(--orange)}.disputeCasePage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.disputeCaseHero{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:35px;gap:35px;padding:65px 0 0}.disputeCaseHero>div{padding:42px;color:white;background:var(--ink)}.disputeCaseHero h1{margin:12px 0 25px;font-size:clamp(50px,7vw,88px);line-height:.87;letter-spacing:-.07em}.disputeCaseHero h1 em{color:var(--orange);font-style:normal}.disputeCaseHero>div>p:last-child{color:#aeb8c0}.disputeCaseHero aside{padding:30px;color:white;background:var(--blue)}.disputeCaseHero aside span{color:#d8e1ff;font-size:10px;font-weight:800;text-transform:uppercase}.disputeCaseHero aside strong{display:block;margin:38px 0 15px;font-size:30px}.disputeCaseHero aside p{color:#dce4ff;line-height:1.5}.disputeCaseDemo{margin:0;padding:10px 14px;color:#5f6870;background:#edf0f2;font-size:10px}.disputeCaseClaims{display:grid;grid-template-columns:1fr 1fr;grid-gap:25px;gap:25px;padding:55px 0}.disputeCaseClaims article{padding:25px;border:1px solid var(--ink);background:white}.disputeCaseClaims article>header{display:grid;grid-template-columns:42px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line)}.disputePerson{display:grid;width:40px;height:40px;place-items:center;color:white;border-radius:50%;font-weight:800}.disputePerson.owner{background:var(--orange)}.disputePerson.renter{background:var(--blue)}.disputeCaseClaims header small,.disputeCaseClaims header strong{display:block}.disputeCaseClaims header b{color:var(--blue);font-size:9px;text-transform:uppercase}.disputeCaseClaims h2{margin:24px 0 12px;font-size:26px}.disputeCaseClaims article>p{color:var(--muted);line-height:1.5}.disputeCaseClaims footer{margin:22px -25px -25px;padding:18px 25px;background:#edf3ff;font-size:12px;font-weight:800}.disputeCaseLayout{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:45px;gap:45px;padding-bottom:65px}.disputeAddEvidence h2,.disputeCaseTimeline h2,.disputeEvidenceRegister h2{margin:8px 0 24px;font-size:clamp(36px,4vw,54px);line-height:.95;letter-spacing:-.055em}.disputeEvidenceRegister>div{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--ink)}.disputeEvidenceRegister article{min-height:150px;padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.disputeEvidenceRegister article:nth-child(2n){border-right:0}.disputeEvidenceRegister article:nth-last-child(-n+2){border-bottom:0}.disputeEvidenceRegister article b,.disputeEvidenceRegister article p,.disputeEvidenceRegister article span,.disputeEvidenceRegister article strong{display:block}.disputeEvidenceRegister article span{color:var(--blue);font-size:9px;text-transform:uppercase}.disputeEvidenceRegister article strong{margin-top:18px}.disputeEvidenceRegister article p{margin:6px 0 14px;color:var(--muted);font-size:12px}.disputeEvidenceRegister article b{width:max-content;padding:5px 7px;font-size:8px;text-transform:uppercase}.evidenceReady{color:#176c42;background:#e6f7ed}.evidenceNew{color:#733c00;background:#ffe09a}.evidenceWaiting{color:#5b6670;background:#edf0f2}.disputeCaseTimeline{padding:28px;color:white;background:var(--ink)}.disputeCaseTimeline ol{margin:0;padding:0;list-style:none;border-top:1px solid #3b4a56}.disputeCaseTimeline li{padding:17px 0;border-bottom:1px solid #3b4a56;opacity:.5}.disputeCaseTimeline li.current,.disputeCaseTimeline li.done{opacity:1}.disputeCaseTimeline span,.disputeCaseTimeline strong,.disputeCaseTimeline time{display:block}.disputeCaseTimeline time{color:#91adff;font-size:9px}.disputeCaseTimeline strong{margin-top:7px}.disputeCaseTimeline span{margin-top:5px;color:#b9c3ca;font-size:12px;line-height:1.45}.disputeAddEvidence{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:50px;gap:50px;padding:45px;background:#edf3ff;border-top:7px solid var(--blue)}.disputeAddEvidence>div>p:last-child{color:var(--muted);line-height:1.5}.disputeAddEvidence form{padding:25px;background:white;border:1px solid var(--ink)}.disputeAddEvidence label{display:block;margin-bottom:15px;font-size:11px;font-weight:800}.disputeAddEvidence textarea{width:100%;min-height:110px;margin-top:6px;padding:12px;border:1px solid var(--line);font:inherit;resize:vertical}.disputeEvidenceUpload{padding:20px;text-align:center;border:1px dashed var(--blue);cursor:pointer}.disputeEvidenceUpload input{position:absolute;width:1px;height:1px;opacity:0}.disputeEvidenceUpload span,.disputeEvidenceUpload strong{display:block}.disputeEvidenceUpload span{margin-top:4px;color:var(--muted);font-weight:400}.disputeAddEvidence form ul{padding:12px 12px 12px 30px;background:#f3f5f7;font-size:11px}.disputeAddEvidence form>button{width:100%;padding:13px;color:white;background:var(--blue);border:0;font-weight:800}.disputeAddEvidence form>button:disabled{opacity:.4}.disputeAddEvidence form>small{display:block;margin-top:11px;color:var(--muted)}.disputeCaseRule{display:flex;justify-content:space-between;gap:35px;align-items:center;margin-top:35px;padding:27px 30px;background:#ffd45c}.disputeCaseRule p{max-width:780px;margin:6px 0 0;line-height:1.5}.disputeCaseRule a{color:var(--ink);font-weight:800;white-space:nowrap}.claimDraftPage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.claimDraftHero{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:35px;gap:35px;padding:65px 0 35px}.claimDraftHero>div{padding:42px;color:white;background:var(--ink)}.claimDraftHero h1{margin:12px 0 25px;font-size:clamp(48px,6.5vw,84px);line-height:.87;letter-spacing:-.07em}.claimDraftHero h1 em{color:var(--orange);font-style:normal}.claimDraftHero>div>p:last-child{color:#aeb8c0}.claimDraftHero aside{padding:30px;color:white;background:#752e2a}.claimDraftHero aside span{color:#ffc9c5;font-size:10px;font-weight:800;text-transform:uppercase}.claimDraftHero aside strong{display:block;margin:38px 0 15px;font-size:28px}.claimDraftHero aside p{color:#f1d3d0;line-height:1.5}.claimDraftSummary{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ink)}.claimDraftSummary article{min-height:145px;padding:22px;border-right:1px solid var(--ink)}.claimDraftSummary article:last-child{border:0}.claimDraftSummary p,.claimDraftSummary span,.claimDraftSummary strong{display:block}.claimDraftSummary span{color:var(--muted);font-size:9px;text-transform:uppercase}.claimDraftSummary strong{margin-top:28px;font-size:20px}.claimDraftSummary p{margin:6px 0 0;color:var(--muted);font-size:11px}.claimDraftRequirements{display:grid;grid-template-columns:.65fr 1.35fr;grid-gap:55px;gap:55px;padding:75px 0}.claimDraftAdd h2,.claimDraftDocuments h2,.claimDraftRequirements h2,.claimDraftTimeline h2{margin:8px 0 24px;font-size:clamp(36px,4vw,54px);line-height:.95;letter-spacing:-.055em}.claimDraftRequirements ol{margin:0;padding:0;list-style:none;border:1px solid var(--ink)}.claimDraftRequirements li{display:grid;grid-template-columns:38px 1fr auto;grid-gap:14px;gap:14px;align-items:center;min-height:92px;padding:17px;border-bottom:1px solid var(--line)}.claimDraftRequirements li:last-child{border:0}.claimDraftRequirements li>b{display:grid;width:30px;height:30px;place-items:center}.claimDraftRequirements li.ready>b{color:white;background:#168451}.claimDraftRequirements li.blocked>b{color:white;background:#a33a32}.claimDraftRequirements li.current>b{color:white;background:var(--blue)}.claimDraftRequirements li span,.claimDraftRequirements li strong{display:block}.claimDraftRequirements li span{margin-top:5px;color:var(--muted);font-size:12px}.claimDraftRequirements li small{color:var(--muted);font-weight:800;text-transform:uppercase}.claimDraftRequirements li.blocked small{color:#a33a32}.claimDraftRequirements li.current small{color:var(--blue)}.claimDraftLayout{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:45px;gap:45px;padding-bottom:70px}.claimDraftDocuments>div{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--ink)}.claimDraftDocuments article{min-height:130px;padding:19px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.claimDraftDocuments article:nth-child(2n){border-right:0}.claimDraftDocuments article:nth-last-child(-n+2){border-bottom:0}.claimDraftDocuments article b,.claimDraftDocuments article span,.claimDraftDocuments article strong{display:block}.claimDraftDocuments article span{color:var(--blue);font-size:9px;text-transform:uppercase}.claimDraftDocuments article strong{margin-top:20px}.claimDraftDocuments article b{width:max-content;margin-top:12px;padding:5px 7px;color:#176c42;background:#e6f7ed;font-size:8px;text-transform:uppercase}.claimDraftDocuments article b.missing{color:#a32b2b;background:#f8e3e1}.claimDraftTimeline{padding:28px;color:white;background:var(--blue)}.claimDraftTimeline ol{margin:0;padding:0;list-style:none;border-top:1px solid #87a3ff}.claimDraftTimeline li{padding:17px 0;border-bottom:1px solid #87a3ff;opacity:.5}.claimDraftTimeline li.current,.claimDraftTimeline li.done{opacity:1}.claimDraftTimeline span,.claimDraftTimeline strong,.claimDraftTimeline time{display:block}.claimDraftTimeline time{color:#d3ddff;font-size:9px}.claimDraftTimeline strong{margin-top:7px}.claimDraftTimeline span{margin-top:5px;color:#dce4ff;font-size:12px;line-height:1.45}.claimDraftAdd{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:50px;gap:50px;padding:45px;background:#edf3ff;border-top:7px solid var(--blue)}.claimDraftAdd>div>p:last-child{color:var(--muted);line-height:1.5}.claimDraftAdd form{padding:24px;background:white;border:1px solid var(--ink)}.claimDraftAdd form>label{display:block;padding:22px;text-align:center;border:1px dashed var(--blue);cursor:pointer}.claimDraftAdd label input{position:absolute;width:1px;height:1px;opacity:0}.claimDraftAdd label span,.claimDraftAdd label strong{display:block}.claimDraftAdd label span{margin-top:5px;color:var(--muted)}.claimDraftAdd ul{padding:12px 12px 12px 30px;background:#f3f5f7;font-size:11px}.claimDraftAdd button{width:100%;margin-top:14px;padding:13px;color:white;background:var(--blue);border:0;font-weight:800}.claimDraftAdd button:disabled{opacity:.4}.claimDraftAdd form>small{display:block;margin-top:10px;color:var(--muted)}.claimDraftRule{display:flex;justify-content:space-between;gap:35px;align-items:center;margin-top:35px;padding:27px 30px;background:#ffd45c}.claimDraftRule p{max-width:780px;margin:6px 0 0;line-height:1.5}.claimDraftRule a{color:var(--ink);font-weight:800;white-space:nowrap}@media (max-width:760px){.supportHero,.supportWorkspace{grid-template-columns:1fr;gap:35px}.supportQuick{grid-template-columns:1fr}.supportQuick article{min-height:auto;border-right:0;border-bottom:1px solid var(--ink)}.supportQuick article:last-child{border-bottom:0}.supportWorkspace{padding:24px}.supportFormRow{grid-template-columns:1fr}.supportSafetyNote{align-items:flex-start;flex-direction:column}.supportRequestsHero{gap:35px}.supportRequestsHero,.supportRequestsSummary{grid-template-columns:1fr}.supportRequestsSummary article{min-height:90px;border-right:0;border-bottom:1px solid #33404c}.supportRequestsList article{grid-template-columns:1fr;gap:14px}.supportRequestStatus{width:max-content}.supportRequestEnd{justify-items:start}.supportRequestsEmpty,.supportThreadLayout{grid-template-columns:1fr}.supportThreadSummary{position:static}.supportThreadEntry{max-width:94%}.supportThreadReply>div{align-items:stretch;flex-direction:column}.documentsHero{gap:35px}.documentsHero,.documentsRules{grid-template-columns:1fr}.documentsRules article{min-height:auto;border-right:0;border-bottom:1px solid #384653}.documentsTable article{grid-template-columns:42px 1fr}.documentStatus{grid-column:2}.documentsTable article>a{grid-column:2;text-align:left}.documentsGroup>header,.documentsNotice{align-items:flex-start;flex-direction:column}.documentsGroupLinks{flex-wrap:wrap}.documentPacketHero,.documentPacketMain,.documentPacketPeople{grid-template-columns:1fr}.documentPacketPeople article{min-height:auto;border-right:0;border-bottom:1px solid var(--ink)}.packetDocument{grid-template-columns:1fr}.packetDocument p{margin-left:0}.packetDocument>a{text-align:left}.documentPacketNote{align-items:flex-start;flex-direction:column}.identityAfter,.identityData,.identityHero,.identityWorkspace{grid-template-columns:1fr;gap:35px}.identityMethodDetail{padding:28px 22px}.identityData dl>div{grid-template-columns:1fr;gap:7px}.identityAfter{padding:30px 24px}.identityLegal,.rentalRequestHero,.requestDecision,.requestFacts{grid-template-columns:1fr}.requestFacts article{min-height:auto;border-right:0;border-bottom:1px solid var(--ink)}.requestChangeGrid{grid-template-columns:1fr}.requestChangeGrid label:last-child{grid-column:auto}.requestResult>div,.requestSafety{align-items:flex-start;flex-direction:column}.sentRequestActions,.sentRequestLayout{grid-template-columns:1fr}.sentRequestActions>small{grid-column:auto}.sentRequestNote,.sentRequestWithdrawn{align-items:flex-start;flex-direction:column}.requestOutcomeBoard,.requestOutcomeHero,.requestOutcomeNote{grid-template-columns:1fr;gap:30px}.requestOutcomeNote a{white-space:normal}.signatureStatusBoard,.signatureStatusHero{grid-template-columns:1fr;gap:35px}.signatureParties>article{grid-template-columns:52px 1fr;padding:22px 18px}.signatureParties article>b{grid-column:2}.signatureStatusSafety{grid-template-columns:35px 1fr}.signatureStatusSafety a{grid-column:2;white-space:normal}.uploadRecoveryWorkspace,.uploadStatusHero{grid-template-columns:1fr;gap:35px}.uploadFileList>header{align-items:flex-start;flex-direction:column}.uploadFileList article{grid-template-columns:58px 1fr;padding:15px}.uploadFileList article>b,.uploadFileList article>button{grid-column:2}.uploadResolved{grid-template-columns:1fr}.uploadResolved>a{width:-moz-fit-content;width:fit-content}.uploadStatusSafety{grid-template-columns:35px 1fr}.uploadStatusSafety a{grid-column:2;white-space:normal}.sessionExpiredHero{gap:45px}.sessionExpiredHero,.sessionExpiredReasons{grid-template-columns:1fr}.sessionExpiredReasons article{min-height:auto;border-right:0;border-bottom:1px solid var(--ink)}.sessionExpiredReasons article:last-child{border-bottom:0}.sessionExpiredHelp{align-items:flex-start;flex-direction:column}.sessionExpiredHelp a{white-space:normal}.ownerAvailabilityHero,.ownerCalendarWorkspace{grid-template-columns:1fr;gap:35px}.ownerCalendarMain{padding:18px 10px;overflow-x:auto}.ownerCalendarMain>header{align-items:flex-start;flex-direction:column}.ownerCalendarDays,.ownerCalendarWeek{min-width:700px}.ownerCalendarFooter{align-items:stretch;flex-direction:column}.ownerAvailabilityRules{grid-template-columns:1fr}.ownerAvailabilityRules article{min-height:auto;border-right:0;border-bottom:1px solid var(--ink)}.publicUserHero,.publicUserTrust{grid-template-columns:1fr}.publicUserIdentity{align-items:flex-start;flex-direction:column;padding:30px 24px}.publicUserStats{grid-template-columns:1fr 1fr}.publicUserStats article:nth-child(2){border-right:0}.publicUserStats article:nth-child(-n+2){border-bottom:1px solid var(--ink)}.publicUserTrust dl>div{grid-template-columns:1fr;gap:7px}.publicUserListings{padding:35px 18px}.publicUserListings>article,.publicUserReviews article{grid-template-columns:1fr}.publicUserSafety{align-items:flex-start;flex-direction:column}.listingModerationHero,.moderationPhotoGrid,.moderationRejected,.moderationWorkspace{grid-template-columns:1fr}.moderationCancelled>div{align-items:flex-start;flex-direction:column}.listingModerationRules{grid-template-columns:1fr}.listingModerationRules article{min-height:auto;border-right:0;border-bottom:1px solid var(--ink)}.moderationRejectedMain li{grid-template-columns:35px 1fr;padding:24px 18px}.moderationRejectedMain li a{grid-column:2;width:-moz-fit-content;width:fit-content;white-space:normal}.disputeAddEvidence,.disputeCaseClaims,.disputeCaseHero,.disputeCaseLayout,.disputeEvidenceRegister>div{grid-template-columns:1fr}.disputeEvidenceRegister article,.disputeEvidenceRegister article:nth-child(2n){border-right:0;border-bottom:1px solid var(--line)}.disputeEvidenceRegister article:last-child{border-bottom:0}.disputeCaseRule{align-items:flex-start;flex-direction:column}.claimDraftAdd,.claimDraftHero,.claimDraftLayout,.claimDraftRequirements{grid-template-columns:1fr}.claimDraftSummary{grid-template-columns:1fr 1fr}.claimDraftSummary article:nth-child(2){border-right:0}.claimDraftSummary article:nth-child(-n+2){border-bottom:1px solid var(--ink)}.claimDraftDocuments>div{grid-template-columns:1fr}.claimDraftDocuments article,.claimDraftDocuments article:nth-child(2n){border-right:0;border-bottom:1px solid var(--line)}.claimDraftDocuments article:last-child{border-bottom:0}.claimDraftRule{align-items:flex-start;flex-direction:column}}.refundStatusPage{width:min(1180px,92vw);margin:0 auto;padding-bottom:90px}.refundStatusHero{max-width:850px;padding:80px 0 70px}.refundStatusCheck{display:grid;width:54px;height:54px;margin-bottom:26px;place-items:center;color:white;background:#168451;border-radius:50%;font-size:25px;font-weight:900}.refundStatusHero h1{margin:10px 0 22px;color:var(--ink);font-size:clamp(48px,7vw,92px);line-height:.9;letter-spacing:-.065em}.refundStatusHero h1 em{color:var(--blue);font-style:normal}.refundStatusHero>p:last-child{max-width:680px;color:var(--muted);font-size:17px;line-height:1.55}.refundStatusLayout{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:70px;gap:70px;align-items:start;padding:60px 0 80px;border-top:1px solid var(--ink)}.refundStatusCard{padding:28px;background:white;border:1px solid var(--ink);box-shadow:9px 9px 0 var(--orange)}.refundStatusCardTop{display:flex;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line);font-size:12px;text-transform:uppercase}.refundStatusCardTop b{color:#168451}.refundStatusCard h2{margin:28px 0;font-size:30px;line-height:1.05}.refundStatusCard dl{margin:0}.refundStatusCard dl>div{display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line)}.refundStatusCard dd{margin:0;font-weight:800}.refundStatusCard .refundStatusTotal{color:var(--blue);font-size:20px}.refundStatusCard>p{margin:22px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.refundStatusSteps ol{margin:20px 0 30px;padding:0;list-style:none;border-top:1px solid var(--ink)}.refundStatusSteps li{display:grid;grid-template-columns:42px 1fr;grid-gap:10px;gap:10px;padding:20px 0;border-bottom:1px solid var(--line)}.refundStatusSteps li>b{color:var(--blue)}.refundStatusSteps span,.refundStatusSteps strong{display:block}.refundStatusSteps span{margin-top:5px;color:var(--muted);line-height:1.45}.refundStatusActions{display:flex;gap:22px;align-items:center}.refundStatusActions a:not(.primaryButton){color:var(--ink);font-weight:800}.refundStatusHelp{display:flex;justify-content:space-between;gap:35px;align-items:center;padding:28px 32px;color:white;background:var(--ink)}.refundStatusHelp p{max-width:720px;margin:6px 0 0;color:#c9d2dc}.refundStatusHelp a{color:white;font-weight:800;white-space:nowrap}@media (max-width:760px){.refundStatusLayout{grid-template-columns:1fr;gap:40px}.refundStatusHelp{align-items:flex-start;flex-direction:column}}.orderCancelAction{display:block;margin-top:12px;color:var(--muted);text-align:center;font-size:10px;text-decoration:underline}.earningsPage{background:#f4f6f8}.earningsHero{padding:30px max(4vw,calc((100vw - 1180px) / 2)) 80px;background:#dce8ff}.earningsHeroGrid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:70px;gap:70px;align-items:center;margin-top:42px}.earningsHero h1{margin:12px 0 24px;color:var(--ink);font-size:clamp(56px,7vw,96px);line-height:.86;letter-spacing:-.075em}.earningsHero h1 em{color:var(--blue);font-style:normal}.earningsHeroGrid>div:first-child>p:not(.sectionLabel){max-width:620px;color:var(--muted);font-size:17px;line-height:1.55}.earningsHero .primaryButton{display:inline-flex;width:max-content;gap:28px;align-items:center;margin-top:25px;padding:17px 20px;color:white;background:var(--blue);border:1px solid var(--blue);font-size:13px;font-weight:900;transition:color .18s ease,background .18s ease}.earningsHero .primaryButton:hover{color:var(--blue);background:white}.earningsHero .primaryButton svg{flex:0 0 19px;width:19px;height:19px}.earningsCalculator{background:white;border:1px solid var(--ink);box-shadow:9px 9px 0 var(--orange)}.earningsCalculator>header{display:flex;justify-content:space-between;padding:14px 18px;color:white;background:var(--ink);font-size:9px;text-transform:uppercase}.earningsInputs{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;padding:18px}.earningsInputs label>span{display:block;margin-bottom:7px;color:var(--muted);font-size:9px;text-transform:uppercase}.earningsInputs label>div{display:flex;align-items:center;border:1px solid var(--line)}.earningsInputs input{min-width:0;width:100%;padding:14px;border:0;font:inherit;font-size:20px;font-weight:800}.earningsInputs label b{padding-right:13px}.earningsCalculator dl{margin:0;padding:0 18px}.earningsCalculator dl>div{display:flex;justify-content:space-between;padding:15px 0;border-top:1px solid var(--line)}.earningsCalculator dd{margin:0;font-weight:800}.earningsCalculator .earningsTotal{color:var(--blue);font-size:22px;font-weight:900}.earningsCalculator>p{margin:0;padding:15px 18px;color:var(--muted);background:#edf3ff;font-size:11px;line-height:1.45}.earningsCategories,.earningsCta,.earningsDemand,.earningsFlow,.earningsHonest{width:min(1180px,92vw);margin:0 auto}.earningsDemand{padding:85px 0}.earningsDemand>header{display:grid;grid-template-columns:.7fr 1.3fr;align-items:end;margin-bottom:36px}.earningsCategories h2,.earningsCta h2,.earningsDemand h2,.earningsFlow h2,.earningsHonest h2{margin:8px 0 0;font-size:clamp(42px,5vw,68px);line-height:.9;letter-spacing:-.065em}.earningsDemand>div{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ink);background:white}.earningsDemand article{min-height:220px;padding:24px;border-right:1px solid var(--ink)}.earningsDemand article:last-child{border:0}.earningsDemand article b{color:var(--blue)}.earningsDemand article h3{margin:56px 0 10px;font-size:20px}.earningsDemand article p{color:var(--muted);line-height:1.5}.earningsCategories{padding:70px 0 85px;border-top:1px solid var(--ink)}.earningsCategories>header{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.earningsCategories>header>a{color:var(--blue);font-weight:800}.earningsCategories>div{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--ink);background:white}.earningsCategories>div>a{display:grid;grid-template-columns:42px 1fr 24px;grid-gap:15px;gap:15px;min-height:135px;padding:22px;color:var(--ink);border-right:1px solid var(--ink);border-bottom:1px solid var(--ink)}.earningsCategories>div>a:nth-child(2n){border-right:0}.earningsCategories>div>a:nth-last-child(-n+2){border-bottom:0}.earningsCategories>div>a>span{color:var(--blue);font-weight:800}.earningsCategories h3{margin:0 0 8px;font-size:21px}.earningsCategories p{margin:0;color:var(--muted)}.earningsCategories svg{align-self:end;color:var(--blue)}.earningsFlow{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:70px;gap:70px;padding:80px 0}.earningsFlow>div>p:last-child{max-width:430px;color:var(--muted);line-height:1.55}.earningsFlow ol{margin:0;padding:0;list-style:none;border-top:1px solid var(--ink)}.earningsFlow li{display:grid;grid-template-columns:50px 1fr;grid-gap:15px;gap:15px;padding:21px 0;border-bottom:1px solid var(--ink)}.earningsFlow li>b{color:var(--blue)}.earningsFlow span,.earningsFlow strong{display:block}.earningsFlow span{margin-top:6px;color:var(--muted);line-height:1.45}.earningsHonest{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:70px;gap:70px;padding:52px;color:white;background:var(--ink);border-bottom:8px solid var(--orange)}.earningsHonest p:last-child{align-self:end;color:#c5ced6;font-size:17px;line-height:1.6}.earningsCta{display:flex;justify-content:space-between;gap:50px;align-items:end;padding:90px 0}.earningsCta>a{display:flex;gap:35px;align-items:center;padding:22px 25px;color:white;background:var(--blue);font-weight:900}@media (max-width:760px){.earningsHero{padding-left:4vw;padding-right:4vw}.earningsDemand>header,.earningsFlow,.earningsHeroGrid,.earningsHonest{grid-template-columns:1fr;gap:35px}.earningsHero h1{font-size:clamp(51px,15vw,74px)}.earningsDemand>div,.earningsInputs{grid-template-columns:1fr}.earningsDemand article{min-height:0;border-right:0;border-bottom:1px solid var(--ink)}.earningsDemand article h3{margin-top:30px}.earningsCategories>div{grid-template-columns:1fr}.earningsCategories>div>a,.earningsCategories>div>a:nth-child(2n),.earningsCategories>div>a:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--ink)}.earningsCategories>div>a:last-child{border-bottom:0}.earningsHonest{padding:32px 24px}.earningsCategories>header,.earningsCta{align-items:flex-start;flex-direction:column}}.lendToolsPage{background:#f5f7f8}.lendToolsHero{padding:30px max(4vw,calc((100vw - 1180px) / 2)) 85px;color:white;background:var(--ink)}.lendToolsHero .breadcrumbs,.lendToolsHero .breadcrumbs a{color:#9eabb5}.lendToolsHeroGrid{display:grid;grid-template-columns:1.08fr .92fr;grid-gap:70px;gap:70px;align-items:center;margin-top:45px}.lendToolsHero h1{margin:12px 0 25px;font-size:clamp(54px,6.8vw,92px);line-height:.87;letter-spacing:-.072em}.lendToolsHero h1 em{color:var(--orange);font-style:normal}.lendToolsHeroGrid>div:first-child>p:not(.sectionLabel){max-width:590px;color:#b9c4cc;font-size:17px;line-height:1.55}.lendToolsCta>a,.lendToolsHeroGrid>div:first-child>a{display:inline-flex;gap:28px;align-items:center;margin-top:24px;padding:17px 20px;color:white;background:var(--blue);font-weight:900}.lendToolsCta>a svg,.lendToolsHeroGrid>div:first-child>a svg{width:19px;height:19px}.lendToolsBoard{background:#ffd45c;border:1px solid white;box-shadow:10px 10px 0 var(--orange);transform:rotate(1.2deg)}.lendToolsVisual{position:relative;display:grid;min-height:285px;place-items:center;color:var(--ink);background:repeating-linear-gradient(90deg,transparent 0 64px,rgba(9,31,57,.09) 64px 65px)}.lendToolsVisual svg{width:220px}.lendToolsVisual span{position:absolute;top:18px;right:18px;padding:7px 9px;color:white;background:var(--blue);font-size:9px;font-weight:900;text-transform:uppercase}.lendToolsBoard dl{margin:0;color:var(--ink);background:white}.lendToolsBoard dl>div{display:flex;justify-content:space-between;padding:15px 18px;border-top:1px solid var(--ink)}.lendToolsBoard dd{margin:0;font-weight:900}.lendToolsCalculator,.lendToolsCta,.lendToolsPopular,.lendToolsReady,.lendToolsSafety,.lendToolsSteps{width:min(1180px,92vw);margin:0 auto}.lendToolsPopular{padding:85px 0}.lendToolsPopular>header{display:grid;grid-template-columns:.7fr 1.3fr;align-items:end;margin-bottom:35px}.lendToolsCalculator h2,.lendToolsCta h2,.lendToolsPopular h2,.lendToolsReady h2,.lendToolsSafety h2,.lendToolsSteps h2{margin:8px 0 0;font-size:clamp(42px,5vw,68px);line-height:.9;letter-spacing:-.064em}.lendToolsPopular>div{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--ink);background:white}.lendToolsPopular article{display:grid;grid-template-columns:52px 1fr auto;grid-gap:18px;gap:18px;align-items:center;min-height:130px;padding:20px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink)}.lendToolsPopular article:nth-child(2n){border-right:0}.lendToolsPopular article:nth-last-child(-n+2){border-bottom:0}.lendToolsPopular article>svg{width:46px;color:var(--blue)}.lendToolsPopular h3{margin:0 0 7px;font-size:20px}.lendToolsPopular article p{margin:0;color:var(--muted)}.lendToolsPopular article strong{color:var(--blue);white-space:nowrap}.lendToolsPriceNote{color:var(--muted);font-size:11px}.lendToolsCalculator{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:75px;gap:75px;align-items:center;padding:80px 0;border-top:1px solid var(--ink)}.lendToolsCalculator>div:first-child>p:last-child{max-width:470px;color:var(--muted);line-height:1.55}.lendToolsReady{padding:80px 0}.lendToolsReady>header{margin-bottom:35px}.lendToolsReady>div{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink);background:white}.lendToolsReady article{min-height:235px;padding:24px;border-right:1px solid var(--ink)}.lendToolsReady article:last-child{border:0}.lendToolsReady article span{color:var(--blue);font-size:10px;font-weight:900;text-transform:uppercase}.lendToolsReady article h3{margin:65px 0 12px;font-size:23px}.lendToolsReady article p{color:var(--muted);line-height:1.5}.lendToolsSafety{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;padding:50px;color:white;background:var(--blue);border-bottom:8px solid var(--orange)}.lendToolsSafety>div:last-child{align-self:end}.lendToolsSafety>div:last-child>p{color:#dce5ff;font-size:16px;line-height:1.55}.lendToolsSafety nav{display:flex;gap:25px;flex-wrap:wrap;margin-top:25px}.lendToolsSafety a{color:white;font-weight:900}.lendToolsSteps{padding:90px 0}.lendToolsSteps>header{margin-bottom:35px}.lendToolsSteps ol{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;border:1px solid var(--ink);background:white}.lendToolsSteps li{min-height:160px;padding:22px;border-right:1px solid var(--ink)}.lendToolsSteps li:last-child{border:0}.lendToolsSteps li b{display:block;color:var(--blue)}.lendToolsSteps li span{display:block;margin-top:55px;font-weight:800;line-height:1.35}.lendToolsCta{display:flex;justify-content:space-between;gap:50px;align-items:end;padding:0 0 90px}.lendToolsCta>a{margin:0}@media (max-width:760px){.lendToolsCalculator,.lendToolsHeroGrid,.lendToolsPopular>header,.lendToolsSafety{grid-template-columns:1fr;gap:35px}.lendToolsHero h1{font-size:clamp(49px,14.5vw,72px)}.lendToolsBoard{transform:none}.lendToolsPopular>div{grid-template-columns:1fr}.lendToolsPopular article,.lendToolsPopular article:nth-child(2n),.lendToolsPopular article:nth-last-child(-n+2){grid-template-columns:46px 1fr;border-right:0;border-bottom:1px solid var(--ink)}.lendToolsPopular article:last-child{border-bottom:0}.lendToolsPopular article strong{grid-column:2}.lendToolsReady>div,.lendToolsSteps ol{grid-template-columns:1fr}.lendToolsReady article,.lendToolsSteps li{min-height:0;border-right:0;border-bottom:1px solid var(--ink)}.lendToolsReady article h3,.lendToolsSteps li span{margin-top:30px}.lendToolsSafety{padding:32px 24px}.lendToolsCta{align-items:flex-start;flex-direction:column}}.receivePage{width:min(1180px,92vw);margin:0 auto;padding:30px 0 90px}.receiveHero{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:65px;gap:65px;align-items:end;padding:55px 0 60px}.receiveHero h1{margin:12px 0 24px;font-size:clamp(50px,6.5vw,86px);line-height:.88;letter-spacing:-.068em}.receiveHero h1 em{color:var(--blue);font-style:normal}.receiveHero>div:first-child>p:last-child{max-width:650px;color:var(--muted);font-size:16px;line-height:1.55}.receiveThing{display:grid;grid-template-columns:125px 1fr;grid-gap:22px;gap:22px;align-items:center;padding:24px;background:#ffd45c;border:1px solid var(--ink);box-shadow:8px 8px 0 var(--orange)}.receiveThing>svg{width:110px}.receiveThing span{color:var(--blue);font-size:9px;font-weight:900;text-transform:uppercase}.receiveThing h2{margin:8px 0;font-size:24px;line-height:1.05}.receiveThing p{margin:0 0 15px;color:var(--muted)}.receiveWorkspace{display:grid;grid-template-columns:255px 1fr;border:1px solid var(--ink);background:white}.receiveWorkspace>aside{padding:25px;color:white;background:var(--ink)}.receiveWorkspace>aside>span{color:#9ba8b2;font-size:9px;text-transform:uppercase}.receiveWorkspace>aside>strong{display:block;margin:12px 0;font-size:44px}.receiveWorkspace>aside>div{height:5px;background:#35434f}.receiveWorkspace>aside>div i{display:block;height:100%;background:var(--orange);transition:width .2s ease}.receiveWorkspace aside ol{margin:40px 0;padding:0;list-style:none}.receiveWorkspace aside li{display:grid;grid-template-columns:28px 1fr;grid-gap:10px;gap:10px;align-items:center;padding:14px 0;color:#85939e;border-bottom:1px solid #35434f}.receiveWorkspace aside li b{display:grid;width:25px;height:25px;place-items:center;border:1px solid}.receiveWorkspace aside li.active{color:white}.receiveWorkspace aside li.done{color:#88e2b2}.receiveWorkspace>aside>p{color:#aeb9c1;font-size:11px;line-height:1.55}.receiveForm{padding:0 32px}.receiveForm>section{padding:34px 0;border-bottom:1px solid var(--ink)}.receiveForm section>header{display:grid;grid-template-columns:42px 1fr;grid-gap:18px;gap:18px;align-items:start}.receiveForm section>header>span{color:var(--blue);font-weight:900}.receiveForm h2{margin:5px 0 22px;font-size:clamp(34px,4vw,52px);line-height:.92;letter-spacing:-.055em}.receiveForm section>p{color:var(--muted);line-height:1.5}.receiveKit{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line)}.receiveKit label{display:grid;grid-template-columns:28px 1fr;grid-gap:10px;gap:10px;align-items:center;padding:15px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);cursor:pointer}.receiveKit label:nth-child(2n){border-right:0}.receiveKit input{position:absolute;opacity:0}.receiveKit i{display:grid;width:24px;height:24px;place-items:center;color:white;background:#eef1f3;border:1px solid var(--ink);font-style:normal}.receiveKit input:checked+i{background:var(--blue)}.receiveUpload{display:grid;min-height:175px;place-items:center;align-content:center;margin-top:20px;border:1px dashed var(--blue);cursor:pointer}.receiveUpload input{position:absolute;opacity:0}.receiveUpload svg{width:35px;color:var(--blue)}.receiveUpload strong{margin-top:13px}.receiveUpload span{margin-top:5px;color:var(--muted);font-size:11px}.receivePhotos{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:12px}.receivePhotos>div{display:grid;grid-template-columns:55px 1fr auto;grid-gap:10px;gap:10px;padding:11px;background:#eef3ff;font-size:10px}.receivePhotos span{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.receivePhotos button{color:#9f302b;background:transparent;border:0;cursor:pointer}.receiveCondition{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.receiveCondition button{padding:18px;text-align:left;background:white;border:1px solid var(--line);cursor:pointer}.receiveCondition button.selected{border:2px solid var(--blue);background:#edf3ff}.receiveCondition button.selected.issue{border-color:var(--orange);background:#fff1e9}.receiveCondition b,.receiveCondition span{display:block}.receiveCondition span{margin-top:7px;color:var(--muted);line-height:1.4}.receiveComment{display:block;margin-top:18px;font-size:11px;font-weight:900}.receiveComment textarea{width:100%;min-height:110px;margin-top:7px;padding:13px;border:1px solid var(--ink);font:inherit;resize:vertical}.receiveForm>footer{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:25px 0}.receiveForm>footer span,.receiveForm>footer strong{display:block}.receiveForm>footer span{margin-top:6px;color:var(--muted);font-size:11px}.receiveDone>a,.receiveForm>footer button{display:flex;gap:22px;align-items:center;padding:15px 18px;color:white;background:var(--blue);border:0;font-weight:900;white-space:nowrap}.receiveDone>a svg,.receiveForm>footer button svg{width:18px}.receiveForm>footer button:disabled{opacity:.35;cursor:not-allowed}.receiveDone{display:grid;grid-template-columns:70px 1fr auto;grid-gap:30px;gap:30px;align-items:center;padding:45px;color:white;background:var(--ink);border-bottom:8px solid #168451}.receiveDone>span{display:grid;width:65px;height:65px;place-items:center;background:#168451;border-radius:50%;font-size:30px}.receiveDone h2{margin:8px 0;font-size:clamp(36px,4vw,56px);line-height:.92}.receiveDone p:last-child{max-width:650px;color:#bac5cd;line-height:1.5}.receiveRule{display:grid;grid-template-columns:.65fr 1.35fr auto;grid-gap:30px;gap:30px;align-items:center;margin-top:30px;padding:25px 28px;background:#ffd45c}.receiveRule p{margin:0;line-height:1.5}.receiveRule a{color:var(--ink);font-weight:900;white-space:nowrap}.returnHero h1 em{color:var(--orange)}.returnThing{background:#dce8ff}.returnWorkspace>aside>div i{background:var(--blue)}.returnUpload{border-color:var(--orange)}.returnUpload svg{color:var(--orange)}.returnClean{display:grid;grid-template-columns:28px 1fr;grid-gap:12px;gap:12px;align-items:center;margin-top:16px;padding:16px;background:#eef3ff;border:1px solid var(--blue);cursor:pointer}.returnClean input{position:absolute;opacity:0}.returnClean>i{display:grid;width:25px;height:25px;place-items:center;color:white;background:white;border:1px solid var(--ink);font-style:normal}.returnClean input:checked+i{background:var(--blue)}.returnClean small,.returnClean strong{display:block}.returnClean small{margin-top:4px;color:var(--muted)}.returnMeeting dl{display:grid;grid-template-columns:1fr 1fr;margin:0;border:1px solid var(--line)}.returnMeeting dl>div{padding:16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.returnMeeting dl>div:nth-child(2){border-right:0}.returnMeeting dl>div:last-child{grid-column:1/3;border:0}.returnMeeting dt{color:var(--muted);font-size:9px;text-transform:uppercase}.returnMeeting dd{margin:8px 0 0;font-weight:900}.returnSubmitted{display:grid;grid-template-columns:75px 1fr 220px;grid-gap:30px;gap:30px;align-items:center;padding:45px;color:white;background:var(--ink);border-bottom:8px solid var(--orange)}.returnSubmitted>span{display:grid;width:68px;height:68px;place-items:center;color:var(--ink);background:#ffd45c;border-radius:50%}.returnSubmitted>span svg{width:32px}.returnSubmitted h2{margin:8px 0;font-size:clamp(38px,4.5vw,60px);line-height:.9}.returnSubmitted p:last-child{max-width:650px;color:#bac5cd;line-height:1.5}.returnSubmitted>div:last-child{padding:18px;color:var(--ink);background:white}.returnSubmitted>div:last-child a,.returnSubmitted>div:last-child b,.returnSubmitted>div:last-child strong{display:block}.returnSubmitted>div:last-child strong{color:var(--muted);font-size:9px;text-transform:uppercase}.returnSubmitted>div:last-child b{margin:12px 0 22px;color:var(--orange)}.returnSubmitted>div:last-child a{color:var(--blue);font-weight:900}.returnRule{background:#ffb28a}.acceptancePage{width:min(1180px,92vw);margin:0 auto;padding:30px 0 90px}.acceptanceHero{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:65px;gap:65px;align-items:end;padding:55px 0 60px}.acceptanceHero h1{margin:12px 0 24px;font-size:clamp(50px,6.3vw,84px);line-height:.88;letter-spacing:-.068em}.acceptanceHero h1 em{color:var(--orange);font-style:normal}.acceptanceHero>div:first-child>p:last-child{max-width:630px;color:var(--muted);font-size:16px;line-height:1.55}.acceptanceThing{display:grid;grid-template-columns:115px 1fr;grid-gap:22px;gap:22px;align-items:center;padding:24px;color:white;background:var(--ink);border-bottom:8px solid var(--orange)}.acceptanceThing>svg{width:105px;color:#8bacff}.acceptanceThing span{color:#8bacff;font-size:9px;font-weight:900;text-transform:uppercase}.acceptanceThing h2{margin:8px 0;font-size:24px;line-height:1.05}.acceptanceThing p{color:#aeb9c1}.acceptanceThing dl{display:grid;grid-template-columns:1fr 1fr;margin:18px 0 0;border-top:1px solid #3b4853}.acceptanceThing dl>div{padding-top:13px}.acceptanceThing dt{color:#8e9aa4;font-size:9px;text-transform:uppercase}.acceptanceThing dd{margin:5px 0 0;font-weight:900}.acceptanceWorkspace{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:30px;gap:30px;align-items:start}.acceptanceCompare{padding:28px;background:white;border:1px solid var(--ink)}.acceptanceCompare>header{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:24px}.acceptanceCompare h2{margin:6px 0 0;font-size:clamp(40px,4.5vw,58px);line-height:.9}.acceptanceCompare>header>span{color:var(--muted);font-size:10px}.acceptancePhotos{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.acceptancePhotos article{border:1px solid var(--ink)}.acceptancePhotos article>div{position:relative;display:grid;min-height:260px;place-items:center;background:#dce8ff}.acceptancePhotos article:last-child>div{background:#eef1f3}.acceptancePhotos article svg{width:175px;color:var(--ink)}.acceptancePhotos article>div span{position:absolute;top:12px;right:12px;padding:6px 8px;color:white;background:var(--blue);font-size:9px;font-weight:900}.acceptancePhotos footer{padding:14px;border-top:1px solid var(--ink)}.acceptancePhotos footer b,.acceptancePhotos footer small{display:block}.acceptancePhotos footer small{margin-top:5px;color:var(--muted)}.acceptanceCompare>p{margin:22px 0 0;color:var(--muted);line-height:1.55}.acceptanceDecision{padding:26px;color:white;background:var(--ink)}.acceptanceDeadline{display:flex;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid #384652;font-size:11px}.acceptanceDeadline span{color:#aab5bd}.acceptanceCheck{display:grid;grid-template-columns:28px 1fr;grid-gap:12px;gap:12px;align-items:center;padding:16px 0;border-bottom:1px solid #384652;cursor:pointer}.acceptanceCheck input{position:absolute;opacity:0}.acceptanceCheck i{display:grid;width:25px;height:25px;place-items:center;color:white;border:1px solid #6a7780;font-style:normal}.acceptanceCheck input:checked+i{background:var(--blue);border-color:var(--blue)}.acceptanceCheck small,.acceptanceCheck strong{display:block}.acceptanceCheck small{margin-top:4px;color:#9eabb4}.acceptanceChoice{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin-top:22px}.acceptanceChoice button{display:grid;grid-template-columns:30px 1fr;grid-gap:10px;gap:10px;min-height:105px;padding:14px;color:var(--ink);text-align:left;background:white;border:2px solid transparent;cursor:pointer}.acceptanceChoice button>svg,.choiceAlert{width:27px;color:var(--blue)}.choiceAlert{display:grid;height:27px;place-items:center;color:white;background:var(--orange);font-weight:900}.acceptanceChoice b,.acceptanceChoice small{display:block}.acceptanceChoice small{margin-top:7px;color:var(--muted);line-height:1.35}.acceptanceChoice button.selected{border-color:var(--blue);background:#edf3ff}.acceptanceChoice button.selected.issue{border-color:var(--orange);background:#fff0e8}.acceptanceIssue{margin-top:14px;padding:15px;color:var(--ink);background:white}.acceptanceIssue>label:first-child>span{display:block;margin-bottom:7px;font-size:10px;font-weight:900}.acceptanceIssue textarea{width:100%;min-height:95px;padding:11px;border:1px solid var(--ink);font:inherit;resize:vertical}.acceptanceUpload{display:grid;grid-template-columns:28px 1fr;grid-gap:10px;gap:10px;margin-top:10px;padding:13px;border:1px dashed var(--orange);cursor:pointer}.acceptanceUpload>svg{width:26px;color:var(--orange)}.acceptanceUpload input{position:absolute;opacity:0}.acceptanceUpload small,.acceptanceUpload strong{display:block}.acceptanceUpload small{margin-top:4px;color:var(--muted)}.acceptanceIssue ul{margin:10px 0 0;padding:0;list-style:none}.acceptanceIssue li{display:flex;justify-content:space-between;padding:8px;background:#f1f3f5;font-size:10px}.acceptanceIssue li+li{margin-top:4px}.acceptanceIssue li button{background:transparent;border:0;cursor:pointer}.acceptanceSubmit{display:flex;justify-content:space-between;width:100%;margin-top:18px;padding:16px;color:white;background:var(--blue);border:0;font-weight:900}.acceptanceSubmit.dispute{background:var(--orange)}.acceptanceSubmit svg{width:18px}.acceptanceSubmit:disabled{opacity:.35}.acceptanceLegal{color:#89969f;font-size:9px;line-height:1.45}.acceptanceResult{display:grid;grid-template-columns:70px 1fr 210px;grid-gap:30px;gap:30px;align-items:center;padding:44px;color:white;background:var(--ink)}.acceptanceResult.success{border-bottom:8px solid #168451}.acceptanceResult.issue{border-bottom:8px solid var(--orange)}.acceptanceResult>span{display:grid;width:64px;height:64px;place-items:center;background:#168451;border-radius:50%;font-size:28px;font-weight:900}.acceptanceResult.issue>span{background:var(--orange)}.acceptanceResult h2{margin:8px 0;font-size:clamp(38px,4.5vw,60px);line-height:.9}.acceptanceResult p:last-child{color:#b9c4cc;line-height:1.5}.acceptanceResult>div:last-child{padding:17px;color:var(--ink);background:white}.acceptanceResult>div:last-child a,.acceptanceResult>div:last-child strong{display:block}.acceptanceResult>div:last-child strong{margin-bottom:14px;color:var(--muted);font-size:9px;text-transform:uppercase}.acceptanceResult>div:last-child a{padding:8px 0;color:var(--blue);font-weight:900;border-top:1px solid var(--line)}.acceptanceHelp{display:flex;justify-content:space-between;gap:35px;align-items:center;margin-top:30px;padding:26px 30px;background:#ffd45c}.acceptanceHelp p{max-width:750px;margin:5px 0 0;line-height:1.5}.acceptanceHelp a{color:var(--ink);font-weight:900;white-space:nowrap}.delayPage{width:min(1180px,92vw);margin:0 auto;padding:30px 0 90px}.delayHero{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:65px;gap:65px;align-items:end;padding:55px 0 60px}.delayHero h1{margin:12px 0 24px;font-size:clamp(52px,6.4vw,86px);line-height:.87;letter-spacing:-.068em}.delayHero h1 em{color:var(--blue);font-style:normal}.delayHero>div:first-child>p:last-child{max-width:620px;color:var(--muted);font-size:16px;line-height:1.55}.delayOrderCard{display:grid;grid-template-columns:112px 1fr;grid-gap:22px;gap:22px;align-items:center;padding:24px;color:white;background:var(--ink);border-bottom:8px solid var(--orange)}.delayOrderCard>svg{width:100px;color:#8bacff}.delayOrderCard span{color:#8bacff;font-size:9px;font-weight:900}.delayOrderCard h2{margin:7px 0;font-size:24px;line-height:1.05}.delayOrderCard p{color:#aeb9c1}.delayOrderCard dl{display:grid;grid-template-columns:1fr 1fr;margin:18px 0 0;border-top:1px solid #3b4853}.delayOrderCard dl>div{padding-top:13px}.delayOrderCard dt{color:#8e9aa4;font-size:9px;text-transform:uppercase}.delayOrderCard dd{margin:5px 0 0;font-weight:900}.delayWorkspace{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:30px;gap:30px;align-items:start}.delayMain{background:white;border:1px solid var(--ink)}.delayProblemPicker{display:grid;grid-template-columns:1fr 1fr;background:#e8eef8;border-bottom:1px solid var(--ink)}.delayProblemPicker button{display:grid;grid-template-columns:38px 1fr;grid-gap:12px;gap:12px;min-height:112px;padding:22px;text-align:left;background:transparent;border:0;border-right:1px solid var(--ink);cursor:pointer}.delayProblemPicker button:last-child{border-right:0}.delayProblemPicker button.active{color:white;background:var(--blue)}.delayProblemPicker button>span{grid-row:1/3;color:var(--blue);font-size:12px;font-weight:900}.delayProblemPicker button.active small,.delayProblemPicker button.active>span{color:#cbd9ff}.delayProblemPicker small,.delayProblemPicker strong{display:block}.delayProblemPicker strong{font-size:15px}.delayProblemPicker small{color:var(--muted)}.delayScenario{padding:34px}.delayScenario h2{margin:9px 0 18px;font-size:clamp(42px,4.7vw,62px);line-height:.9;letter-spacing:-.055em}.delayScenario>p:not(.sectionLabel){max-width:580px;color:var(--muted);line-height:1.55}.delayDays{display:grid;grid-template-columns:48px 130px 48px;width:max-content;margin:28px 0 20px;border:1px solid var(--ink)}.delayDays button{border:0;background:#dce8ff;font-size:24px;cursor:pointer}.delayDays div{display:flex;justify-content:center;gap:8px;align-items:baseline;padding:14px;border-right:1px solid var(--ink);border-left:1px solid var(--ink)}.delayDays strong{font-size:30px}.delayDays span{color:var(--muted)}.delayCalculation{margin:0;border:1px solid var(--line)}.delayCalculation div{display:flex;justify-content:space-between;gap:20px;padding:13px;border-bottom:1px solid var(--line)}.delayCalculation div:last-child{border-bottom:0}.delayCalculation dt{color:var(--muted)}.delayCalculation dd{margin:0;font-weight:900;text-align:right}.delayPrimary,.delayReport{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:18px;padding:16px;color:white;background:var(--blue);border:0;font-weight:900;cursor:pointer}.delayPrimary svg,.delayReport svg{width:18px}.delaySteps{margin:28px 0 0;padding:0;list-style:none;border-top:1px solid var(--ink)}.delaySteps li{display:grid;grid-template-columns:36px 1fr auto;grid-gap:13px;gap:13px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.delaySteps li>span{display:grid;width:30px;height:30px;place-items:center;color:white;background:var(--ink);font-weight:900}.delaySteps li.done>span{background:#168451}.delaySteps small,.delaySteps strong{display:block}.delaySteps small{margin-top:4px;color:var(--muted)}.delaySteps a{color:var(--blue);font-weight:900}.delayEvidence{color:white;background:var(--ink);border-bottom:8px solid var(--orange)}.delayEvidence>header{padding:24px;border-bottom:1px solid #3b4853}.delayEvidence>header small,.delayEvidence>header span,.delayEvidence>header strong{display:block}.delayEvidence>header span{color:#8bacff;font-size:9px;font-weight:900;text-transform:uppercase}.delayEvidence>header strong{margin:8px 0;font-size:23px}.delayEvidence>header small{color:#a5b1ba}.delayClock{padding:24px;background:var(--orange)}.delayClock small,.delayClock span,.delayClock strong{display:block}.delayClock span{color:#6c3322;font-size:9px;font-weight:900;text-transform:uppercase}.delayClock strong{margin:5px 0;font-size:64px;line-height:1;letter-spacing:-.06em}.delayClock small{color:#6c3322}.delayContactCheck{display:grid;grid-template-columns:28px 1fr;grid-gap:12px;gap:12px;align-items:center;margin:22px 24px;cursor:pointer}.delayContactCheck input{position:absolute;opacity:0}.delayContactCheck i{display:grid;width:25px;height:25px;place-items:center;border:1px solid #6a7780;font-style:normal}.delayContactCheck input:checked+i{background:var(--blue);border-color:var(--blue)}.delayContactCheck small,.delayContactCheck strong{display:block}.delayContactCheck small{margin-top:4px;color:#9eabb4}.delayComment{display:block;margin:0 24px}.delayComment>span{display:block;margin-bottom:7px;font-size:10px;font-weight:900}.delayComment textarea{width:100%;min-height:110px;padding:12px;font:inherit;border:0;resize:vertical}.delayReport{width:calc(100% - 48px);margin:18px 24px 0;background:var(--orange)}.delayReport:disabled{opacity:.35;cursor:default}.delayEvidence>p{margin:16px 24px 24px;color:#97a5af;font-size:10px;line-height:1.5}.delayResult{display:grid;grid-template-columns:70px 1fr auto;grid-gap:28px;gap:28px;align-items:center;padding:42px;color:white;background:var(--ink);border-bottom:8px solid #168451}.delayResultReported{border-color:var(--orange)}.delayResult>span{display:grid;width:64px;height:64px;place-items:center;background:#168451;border-radius:50%;font-size:28px;font-weight:900}.delayResultReported>span{background:var(--orange)}.delayResult>span svg{width:30px}.delayResult h2{margin:8px 0;font-size:clamp(36px,4.4vw,58px);line-height:.9}.delayResult p:last-child{max-width:700px;color:#b9c4cc;line-height:1.5}.delayResult>a{padding:15px;color:var(--ink);background:white;font-weight:900}.delaySafety{display:grid;grid-template-columns:1.2fr 1fr auto;grid-gap:26px;gap:26px;align-items:center;margin-top:30px;padding:25px 28px;background:#ffd45c}.delaySafety p{margin:0}.delaySafety a{color:var(--ink);font-weight:900;white-space:nowrap}@media (max-width:760px){.receiveHero,.receiveWorkspace{grid-template-columns:1fr;gap:35px}.receiveThing{grid-template-columns:90px 1fr}.receiveThing>svg{width:80px}.receiveForm{padding:0 18px}.receiveCondition,.receiveKit,.receivePhotos{grid-template-columns:1fr}.receiveKit label,.receiveKit label:nth-child(2n){border-right:0}.receiveForm>footer,.receiveRule{align-items:stretch;flex-direction:column}.receiveForm>footer{display:flex}.receiveForm>footer button{justify-content:center;white-space:normal}.receiveRule{display:flex}.receiveDone{grid-template-columns:1fr}.receiveDone>a{width:max-content}.returnMeeting dl{grid-template-columns:1fr}.returnMeeting dl>div,.returnMeeting dl>div:last-child,.returnMeeting dl>div:nth-child(2){grid-column:auto;border-right:0;border-bottom:1px solid var(--line)}.returnMeeting dl>div:last-child{border-bottom:0}.returnSubmitted{grid-template-columns:1fr}.acceptanceHero,.acceptanceWorkspace{grid-template-columns:1fr;gap:35px}.acceptanceThing{grid-template-columns:85px 1fr}.acceptanceThing>svg{width:78px}.acceptanceChoice,.acceptancePhotos{grid-template-columns:1fr}.acceptancePhotos article>div{min-height:210px}.acceptanceResult{grid-template-columns:1fr}.acceptanceHelp{align-items:flex-start;flex-direction:column}.delayHero,.delayWorkspace{grid-template-columns:1fr;gap:35px}.delayOrderCard{grid-template-columns:85px 1fr}.delayOrderCard>svg{width:78px}.delayProblemPicker{grid-template-columns:1fr}.delayProblemPicker button{border-right:0;border-bottom:1px solid var(--ink)}.delayProblemPicker button:last-child{border-bottom:0}.delayScenario{padding:24px 18px}.delaySteps li{grid-template-columns:36px 1fr}.delaySteps a{grid-column:2}.delayResult{grid-template-columns:1fr}.delayResult>a{width:max-content}.delaySafety{grid-template-columns:1fr;align-items:start}}@media (max-width:800px){.cancellationHero,.cancellationRequest,.refundPreview,.refundRules{grid-template-columns:1fr;gap:35px}.cancellationStages{grid-template-columns:1fr}.cancellationStages article{min-height:0;border-right:0;border-bottom:1px solid var(--ink)}}@media (max-width:560px){.cancellationPage{padding:20px 16px 70px}}.orderReviewPage{min-height:100vh;padding:38px max(24px,calc((100vw - 1180px) / 2)) 90px;background:#edf2f6}.orderReviewHero{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:80px;gap:80px;align-items:end;padding:64px 0 54px}.orderReviewHero h1{max-width:690px;margin:12px 0 20px;font-size:clamp(54px,6.8vw,96px);line-height:.82;letter-spacing:-.07em}.orderReviewHero h1 em{color:var(--blue);font-style:normal}.orderReviewHero>div:first-child>p:last-child{max-width:590px;color:var(--muted);line-height:1.55}.orderReviewThing{display:grid;grid-template-columns:110px 1fr;grid-gap:24px;gap:24px;align-items:center;padding:26px;background:#cfe0fa;border:1px solid var(--ink);box-shadow:8px 8px 0 var(--orange)}.orderReviewThing>svg{width:100px;color:var(--ink)}.orderReviewThing p,.orderReviewThing span,.orderReviewThing strong{display:block}.orderReviewThing span{color:var(--blue);font-size:9px;font-weight:900;text-transform:uppercase}.orderReviewThing h2{margin:7px 0;font-size:24px;line-height:1}.orderReviewThing p{color:var(--muted)}.orderReviewThing strong{margin-top:12px}.orderReviewWorkspace{display:grid;grid-template-columns:.78fr 1.22fr;border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.orderReviewRating{display:flex;min-height:560px;padding:46px;flex-direction:column;justify-content:center;background:var(--ink);color:white}.orderReviewRating h2{margin:12px 0;font-size:clamp(42px,4.7vw,66px);line-height:.88;letter-spacing:-.055em}.orderReviewRating>p:not(.sectionLabel){max-width:390px;color:#b6c1ca;line-height:1.55}.orderStars{display:flex;gap:3px;margin:44px 0 12px}.orderStars button{width:54px;height:54px;padding:0;color:#61707d;background:transparent;border:1px solid #61707d;font-size:29px;cursor:pointer}.orderStars button.active,.orderStars button:focus-visible,.orderStars button:hover{color:var(--ink);background:#ffd45c;border-color:#ffd45c;transform:translateY(-2px)}.orderReviewRating>strong{color:#ffd45c;font-size:14px}.orderReviewForm>header{display:flex;justify-content:space-between;padding:18px 24px;color:white;background:var(--blue);font-size:10px;text-transform:uppercase}.orderReviewForm fieldset{padding:34px;border:0;border-bottom:1px solid var(--line)}.orderReviewForm legend{padding:22px 0 0;margin-bottom:10px;font-size:28px;font-weight:900}.orderReviewForm fieldset>p{margin:7px 0 22px;color:var(--muted)}.orderReviewCriteria{display:grid;grid-gap:10px;gap:10px}.orderReviewCriteria label{display:grid;grid-template-columns:28px 1fr;grid-gap:14px;gap:14px;align-items:center;padding:15px;border:1px solid var(--line);cursor:pointer}.orderReviewCriteria input{position:absolute;opacity:0}.orderReviewCriteria i{display:grid;width:26px;height:26px;place-items:center;border:1px solid var(--ink);font-style:normal}.orderReviewCriteria input:checked+i{color:white;background:var(--blue);border-color:var(--blue)}.orderReviewCriteria b,.orderReviewCriteria small{display:block}.orderReviewCriteria small{margin-top:3px;color:var(--muted)}.orderReviewComment{display:block;padding:30px 34px;border-bottom:1px solid var(--line)}.orderReviewComment>span{display:block;margin-bottom:10px;font-weight:900}.orderReviewComment textarea{width:100%;min-height:130px;padding:15px;border:1px solid var(--ink);font:inherit;resize:vertical}.orderReviewComment small{display:block;margin-top:5px;color:var(--muted);text-align:right}.orderReviewPrivacy{display:grid;grid-template-columns:30px 1fr;grid-gap:14px;gap:14px;margin:26px 34px;padding:18px;background:#edf3ff}.orderReviewPrivacy svg{width:25px;color:var(--blue)}.orderReviewPrivacy p{margin:0}.orderReviewPrivacy span,.orderReviewPrivacy strong{display:block}.orderReviewPrivacy span{margin-top:4px;color:var(--muted)}.orderReviewForm>footer{display:flex;justify-content:space-between;align-items:center;padding:0 34px 34px}.orderReviewForm>footer a{color:var(--muted);font-weight:800}.orderReviewForm>footer button{display:inline-flex;gap:12px;align-items:center;background:var(--blue)}.orderReviewForm>footer button:disabled{opacity:.35;cursor:default}.orderReviewForm>footer svg{width:18px}.orderReviewDone{display:grid;grid-template-columns:70px 1fr auto;grid-gap:28px;gap:28px;align-items:center;padding:46px;color:white;background:var(--ink);border-bottom:8px solid #168451}.orderReviewDone>span{display:grid;width:64px;height:64px;place-items:center;color:white;background:#168451;border-radius:50%}.orderReviewDone>span svg{width:30px}.orderReviewDone h2{margin:8px 0;font-size:clamp(36px,4.4vw,58px);line-height:.9}.orderReviewDone p:last-child{max-width:720px;color:#b9c4cc}.orderReviewDone>div:last-child{display:grid;grid-gap:10px;gap:10px}.orderReviewDone a{padding:13px 16px;color:var(--ink);background:white;font-weight:900;white-space:nowrap}@media (max-width:760px){.orderReviewPage{padding:22px 16px 70px}.orderReviewHero,.orderReviewWorkspace{grid-template-columns:1fr;gap:34px}.orderReviewThing{grid-template-columns:85px 1fr}.orderReviewThing>svg{width:78px}.orderReviewRating{min-height:410px;padding:30px 22px}.orderStars button{width:48px;height:48px}.orderReviewComment,.orderReviewForm fieldset{padding:26px 20px}.orderReviewPrivacy{margin:22px 20px}.orderReviewForm>footer{align-items:stretch;padding:0 20px 24px;flex-direction:column-reverse;gap:18px}.orderReviewForm>footer button{justify-content:center}.orderReviewDone{grid-template-columns:1fr;padding:30px 22px}.orderReviewDone>div:last-child{justify-items:start}}.reportPage{min-height:100vh;padding:38px max(24px,calc((100vw - 1180px) / 2)) 90px;background:#edf2f6}.reportHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:80px;gap:80px;align-items:end;padding:60px 0 48px}.reportHero h1{margin:12px 0 0;font-size:clamp(52px,6.4vw,90px);line-height:.84;letter-spacing:-.065em}.reportHero h1 em{color:var(--orange);font-style:normal}.reportHero>p{max-width:470px;color:var(--muted);line-height:1.55}.reportWorkspace{display:grid;grid-template-columns:.85fr 1.15fr;border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.reportReasons{padding:42px;color:white;background:var(--ink)}.reportReasons h2{margin:10px 0 30px;font-size:46px;line-height:.9}.reportReasons>div{display:grid;grid-gap:9px;gap:9px}.reportReasons label{display:grid;grid-template-columns:26px 1fr;grid-gap:13px;gap:13px;align-items:center;padding:15px;border:1px solid #52616c;cursor:pointer}.reportReasons input{position:absolute;opacity:0}.reportReasons i{display:grid;width:24px;height:24px;place-items:center;border:1px solid #84919a;font-style:normal}.reportReasons input:checked+i{color:var(--ink);background:var(--orange);border-color:var(--orange)}.reportDetails>header{display:flex;justify-content:space-between;padding:17px 22px;color:white;background:var(--blue);font-size:10px;text-transform:uppercase}.reportDetails>label:first-of-type{display:block;padding:34px;border-bottom:1px solid var(--line)}.reportDetails>label>span:first-child{display:block;margin-bottom:10px;font-weight:900}.reportDetails textarea{width:100%;min-height:160px;padding:15px;border:1px solid var(--ink);font:inherit;resize:vertical}.reportDetails>label>small{display:block;margin-top:5px;color:var(--muted);text-align:right}.reportUpload{display:grid;grid-template-columns:34px 1fr;grid-gap:14px;gap:14px;align-items:center;margin:25px 34px 12px;padding:20px;border:1px dashed #83909a;cursor:pointer}.reportUpload svg{width:30px;color:var(--blue)}.reportUpload small,.reportUpload strong{display:block}.reportUpload small{margin-top:4px;color:var(--muted)}.reportUpload input{position:absolute;width:1px;height:1px;opacity:0}.reportDetails>ul{margin:0 34px 20px;padding:0;list-style:none}.reportDetails>ul li{padding:8px 0;border-bottom:1px solid var(--line)}.reportWarning{display:grid;grid-template-columns:28px 1fr;grid-gap:13px;gap:13px;margin:24px 34px;padding:18px;background:#ffd45c}.reportWarning svg{width:25px}.reportWarning p{margin:0}.reportWarning span,.reportWarning strong{display:block}.reportWarning span{margin-top:4px}.reportDetails>footer{display:flex;justify-content:space-between;align-items:center;padding:10px 34px 34px}.reportDetails>footer a{color:var(--muted);font-weight:800}.reportDetails>footer button{display:inline-flex;gap:12px;align-items:center;color:white;background:var(--blue);box-shadow:4px 4px 0 var(--orange)}.reportDetails>footer button:disabled{color:#34485a;background:#c7d3dd;box-shadow:none;opacity:1;cursor:default}.reportDetails>footer svg{width:18px}.reportDone{display:grid;grid-template-columns:70px 1fr auto;grid-gap:28px;gap:28px;align-items:center;padding:46px;color:white;background:var(--ink);border-bottom:8px solid #168451}.reportDone>span{display:grid;width:64px;height:64px;place-items:center;background:#168451;border-radius:50%}.reportDone>span svg{width:30px}.reportDone h2{margin:7px 0;font-size:clamp(38px,4.4vw,58px)}.reportDone p:last-child{color:#b8c4cd}.reportDone>a{padding:14px 16px;color:var(--ink);background:white;font-weight:900}.listingReportLink{display:block;margin-top:14px;color:var(--muted);font-size:11px;text-align:center;text-decoration:underline}.publicUserSafety>div:last-child{display:grid;grid-gap:10px;gap:10px;justify-items:end}@media (max-width:760px){.reportPage{padding:22px 16px 70px}.reportHero,.reportWorkspace{grid-template-columns:1fr;gap:30px}.reportReasons{padding:30px 20px}.reportDetails>label:first-of-type{padding:28px 20px}.reportUpload,.reportWarning{margin-left:20px;margin-right:20px}.reportDetails>footer{align-items:stretch;padding:8px 20px 24px;flex-direction:column-reverse;gap:18px}.reportDetails>footer button{justify-content:center}.reportDone{grid-template-columns:1fr;padding:30px 22px}.reportDone>a{width:max-content}.publicUserSafety>div:last-child{justify-items:start}}.blockedPage{min-height:100vh;padding:38px max(24px,calc((100vw - 1120px) / 2)) 90px;background:#edf2f6}.blockedHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:58px 0 46px}.blockedHero h1{margin:10px 0 0;font-size:clamp(52px,6vw,84px);line-height:.84;letter-spacing:-.065em}.blockedHero h1 em{color:var(--blue);font-style:normal}.blockedHero>p{color:var(--muted);line-height:1.55}.blockedWorkspace{border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.blockedNotice{display:grid;grid-template-columns:30px 1fr;grid-gap:13px;gap:13px;align-items:center;padding:18px 24px;color:white;background:#168451}.blockedNotice svg{width:26px}.blockedNotice p{margin:0}.blockedNotice span,.blockedNotice strong{display:block}.blockedNotice span{margin-top:3px}.blockedHead{display:flex;justify-content:space-between;align-items:end;padding:34px;border-bottom:1px solid var(--ink)}.blockedHead h2{margin:7px 0 0;font-size:38px;line-height:.95}.blockedHead>span{padding:8px 11px;color:white;background:var(--ink);font-size:11px;font-weight:900}.blockedList article{display:grid;grid-template-columns:54px 1fr 1.5fr auto auto;grid-gap:18px;gap:18px;align-items:center;padding:24px 34px;border-bottom:1px solid var(--line)}.blockedList article>span{display:grid;width:50px;height:50px;place-items:center;color:white;background:var(--blue);border-radius:50%;font-size:20px;font-weight:900}.blockedList small,.blockedList strong{display:block}.blockedList p,.blockedList small{color:var(--muted)}.blockedList a{color:var(--blue);font-weight:900}.blockedList button{color:var(--ink);background:white;border:1px solid var(--ink)}.blockedEmpty{display:grid;min-height:290px;place-items:center;align-content:center;padding:40px;text-align:center}.blockedEmpty svg{width:46px;color:var(--blue)}.blockedEmpty h3{margin:16px 0 7px;font-size:30px}.blockedEmpty p{max-width:500px;color:var(--muted)}.blockedRules{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:36px;gap:36px;padding:30px 34px;color:white;background:var(--ink)}.blockedRules strong{font-size:22px}.blockedRules ul{margin:0;padding-left:20px;color:#bdc7cf;line-height:1.7}@media (max-width:760px){.blockedPage{padding:22px 16px 70px}.blockedHero{grid-template-columns:1fr;gap:25px}.blockedHead{align-items:flex-start;flex-direction:column;gap:18px;padding:26px 20px}.blockedList article{grid-template-columns:52px 1fr;padding:22px 20px}.blockedList article>a,.blockedList article>button,.blockedList article>p{grid-column:1/-1}.blockedRules{grid-template-columns:1fr;padding:26px 20px}}.deletionPage{min-height:100vh;padding:38px max(24px,calc((100vw - 1160px) / 2)) 90px;background:#edf2f6}.deletionHero{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:70px;gap:70px;align-items:end;padding:58px 0 48px}.deletionHero h1{margin:10px 0 0;font-size:clamp(50px,6vw,84px);line-height:.85;letter-spacing:-.065em}.deletionHero h1 em{color:var(--orange);font-style:normal}.deletionHero>p{color:var(--muted);line-height:1.55}.deletionWorkspace{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.deletionChecklist{padding:38px;color:white;background:var(--ink)}.deletionChecklist h2{margin:10px 0 28px;font-size:42px;line-height:.92}.deletionChecklist>div{display:grid;grid-gap:10px;gap:10px}.deletionChecklist article{display:grid;grid-template-columns:30px 1fr auto;grid-gap:13px;gap:13px;align-items:center;padding:16px;border:1px solid #53616c}.deletionChecklist article>span{display:grid;width:26px;height:26px;place-items:center;font-weight:900}.deletionChecklist article.done>span{color:var(--ink);background:#59d394}.deletionChecklist article.blocked>span{color:var(--ink);background:var(--orange)}.deletionChecklist small,.deletionChecklist strong{display:block}.deletionChecklist small{margin-top:3px;color:#aebbc4}.deletionChecklist a{color:white;font-weight:900;text-decoration:underline}.deletionBlockedText{margin-top:24px;color:#b7c2ca;line-height:1.5}.deletionConfirm>header{display:flex;justify-content:space-between;padding:17px 22px;color:white;background:var(--orange);font-size:10px;text-transform:uppercase}.deletionConfirm.locked{background:#f4f6f8}.deletionConsequences{padding:30px 34px 22px}.deletionConsequences strong{display:block;margin:0 0 8px;font-size:17px}.deletionConsequences ul{margin:0 0 24px;padding-left:20px;line-height:1.7}.deletionConsequences p{color:var(--muted);line-height:1.5}.deletionPhrase{display:block;padding:0 34px 22px}.deletionPhrase span{display:block;margin-bottom:8px;font-weight:900}.deletionPhrase input{width:100%;padding:14px;border:1px solid var(--ink);font:inherit;font-weight:900}.deletionPhrase input:disabled{background:#e3e8ec;border-color:#9ca8b0}.deletionConsent{display:grid;grid-template-columns:26px 1fr;grid-gap:12px;gap:12px;align-items:center;margin:0 34px 28px;cursor:pointer}.deletionConsent input{position:absolute;opacity:0}.deletionConsent i{display:grid;width:25px;height:25px;place-items:center;border:1px solid var(--ink);font-style:normal}.deletionConsent input:checked+i{color:white;background:var(--orange)}.deletionConfirm>footer{display:flex;justify-content:space-between;align-items:center;padding:0 34px 34px}.deletionConfirm>footer a{color:var(--muted);font-weight:800}.deletionConfirm>footer button{color:white;background:var(--orange)}.deletionConfirm>footer button:disabled{color:#51606b;background:#cbd4db;opacity:1;cursor:default}.deletionResult{display:grid;grid-template-columns:70px 1fr auto;grid-gap:28px;gap:28px;align-items:center;padding:46px;color:white;background:var(--ink);border-bottom:8px solid var(--orange)}.deletionResult>span{display:grid;width:64px;height:64px;place-items:center;background:var(--orange);border-radius:50%}.deletionResult>span svg{width:30px}.deletionResult h2{margin:7px 0;font-size:clamp(38px,4.4vw,58px)}.deletionResult p:last-child{color:#b8c4cd}.deletionResult>div:last-child{display:grid;grid-gap:6px;gap:6px;min-width:190px}.deletionResult>div:last-child b{font-size:28px}.deletionResult a{color:white;text-decoration:underline}@media (max-width:760px){.deletionPage{padding:22px 16px 70px}.deletionHero,.deletionWorkspace{grid-template-columns:1fr;gap:28px}.deletionChecklist{padding:30px 20px}.deletionConsequences{padding:26px 20px 20px}.deletionPhrase{padding:0 20px 22px}.deletionConsent{margin:0 20px 24px}.deletionConfirm>footer{align-items:stretch;padding:0 20px 24px;flex-direction:column-reverse;gap:18px}.deletionResult{grid-template-columns:1fr;padding:30px 22px}}.sessionsPage{min-height:100vh;padding:38px max(24px,calc((100vw - 1160px) / 2)) 90px;background:#edf2f6}.sessionsHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:58px 0 48px}.sessionsHero h1{margin:10px 0 0;font-size:clamp(52px,6vw,86px);line-height:.84;letter-spacing:-.065em}.sessionsHero h1 em{color:var(--blue);font-style:normal}.sessionsHero>p{color:var(--muted);line-height:1.55}.sessionsWorkspace{border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.sessionsNotice{display:grid;grid-template-columns:26px 1fr 28px;grid-gap:12px;gap:12px;align-items:center;padding:15px 22px;color:white;background:#168451}.sessionsNotice svg{width:24px}.sessionsNotice button{padding:0;color:white;background:transparent;font-size:24px}.sessionsHeader{display:flex;justify-content:space-between;gap:40px;align-items:end;padding:34px;border-bottom:1px solid var(--ink)}.sessionsHeader h2{margin:7px 0;font-size:42px}.sessionsHeader p:last-child{max-width:650px;color:var(--muted)}.sessionsHeader>button{color:white;background:var(--blue);white-space:nowrap}.sessionsHeader>button:disabled{color:#52616c;background:#cad3da;opacity:1;cursor:default}.sessionsList article{display:grid;grid-template-columns:54px 1fr 1.3fr auto;grid-gap:18px;gap:18px;align-items:center;padding:24px 34px;border-bottom:1px solid var(--line)}.sessionDevice{display:grid;width:50px;height:50px;place-items:center;color:var(--ink);background:#d6e4fa}.sessionDevice svg{width:24px}.sessionsList small,.sessionsList strong{display:block}.sessionsList small{margin-top:4px;color:var(--muted)}.sessionsList dl{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin:0}.sessionsList dt{color:var(--muted);font-size:9px;font-weight:900;text-transform:uppercase}.sessionsList dd{margin:5px 0 0;font-weight:800}.sessionsList article>button{color:var(--ink);background:white;border:1px solid var(--ink)}.sessionCurrent{padding:9px 12px;color:#126540;background:#d8f2e5;font-size:10px;text-transform:uppercase}.sessionsHistory{padding:34px;border-bottom:1px solid var(--ink)}.sessionsHistory>div{display:flex;justify-content:space-between;margin-bottom:18px}.sessionsHistory>div span{color:var(--muted)}.sessionsHistory table{width:100%;border-collapse:collapse}.sessionsHistory td{padding:14px 10px;border-top:1px solid var(--line)}.sessionsHistory td:first-child{padding-left:0;font-weight:900}.sessionsHistory td:last-child{text-align:right;font-weight:900}.sessionsHistory .ok{color:#168451}.sessionsHistory .failed{color:#b54a29}.sessionsHelp{display:grid;grid-template-columns:30px 1fr auto;grid-gap:14px;gap:14px;align-items:center;padding:24px 34px;background:#ffd45c}.sessionsHelp svg{width:26px}.sessionsHelp p{margin:0}.sessionsHelp span,.sessionsHelp strong{display:block}.sessionsHelp span{margin-top:4px}.sessionsHelp a{color:var(--ink);font-weight:900}@media (max-width:760px){.sessionsPage{padding:22px 16px 70px}.sessionsHero{grid-template-columns:1fr;gap:25px}.sessionsHeader{align-items:stretch;padding:26px 20px;flex-direction:column}.sessionsList article{grid-template-columns:52px 1fr;padding:22px 20px}.sessionCurrent,.sessionsList article>button,.sessionsList dl{grid-column:1/-1}.sessionsHistory{padding:26px 20px;overflow-x:auto}.sessionsHistory table{min-width:650px}.sessionsHelp{grid-template-columns:28px 1fr;padding:22px 20px}.sessionsHelp a{grid-column:2}}.phoneChangePage{min-height:100vh;padding:38px max(24px,calc((100vw - 1120px) / 2)) 90px;background:#edf2f6}.phoneChangeHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:58px 0 48px}.phoneChangeHero h1{margin:10px 0 0;font-size:clamp(52px,6vw,84px);line-height:.84;letter-spacing:-.065em}.phoneChangeHero h1 em{color:var(--blue);font-style:normal}.phoneChangeHero>p{color:var(--muted);line-height:1.55}.phoneChangeWorkspace{display:grid;grid-template-columns:.85fr 1.15fr;border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.phoneChangeWorkspace>aside{padding:40px;color:white;background:var(--ink)}.phoneChangeWorkspace>aside h2{margin:10px 0 28px;font-size:40px;line-height:.93}.phoneChangeWorkspace>aside ul{padding-left:19px;color:#b9c4cc;line-height:1.8}.phoneChangeWorkspace>aside>div{display:grid;grid-template-columns:26px 1fr;grid-gap:13px;gap:13px;margin-top:34px;padding:18px;color:var(--ink);background:#ffd45c}.phoneChangeWorkspace>aside svg{width:24px}.phoneChangeForm>header{display:flex;justify-content:space-between;padding:17px 22px;color:white;background:var(--blue);font-size:10px;text-transform:uppercase}.phoneChangeForm form{padding:38px}.phoneChangeForm h2{margin:10px 0;font-size:43px;line-height:.92}.phoneChangeForm form>p:not(.sectionLabel){color:var(--muted)}.phoneChangeForm form>p button{padding:0;color:var(--blue);background:transparent;font:inherit;font-weight:900;text-decoration:underline}.phoneChangeForm label{display:block;margin-top:30px}.phoneChangeForm label span{display:block;margin-bottom:9px;font-weight:900}.phoneChangeForm input{width:100%;padding:16px;border:1px solid var(--ink);font:inherit;font-size:18px;font-weight:800}.phoneCodeSingle{letter-spacing:.45em;font-size:30px!important;text-align:center}.phoneChangeError{display:block;min-height:22px;margin-top:7px;color:#b54a29;font-weight:800}.phoneChangeForm footer{display:flex;justify-content:space-between;align-items:center;margin-top:28px}.phoneBack,.phoneChangeForm footer a{padding:0;color:var(--muted);background:transparent;font-weight:800}.phoneChangeForm footer button[type=submit]{display:inline-flex;gap:12px;align-items:center;color:white;background:var(--blue);box-shadow:4px 4px 0 var(--orange)}.phoneChangeForm footer svg{width:18px}.phoneChangeDone{display:grid;grid-template-columns:70px 1fr auto;grid-gap:28px;gap:28px;align-items:center;padding:46px;color:white;background:var(--ink);border-bottom:8px solid #168451}.phoneChangeDone>span{display:grid;width:64px;height:64px;place-items:center;background:#168451;border-radius:50%}.phoneChangeDone>span svg{width:30px}.phoneChangeDone h2{margin:7px 0;font-size:clamp(38px,4.4vw,58px)}.phoneChangeDone p:last-child{color:#b8c4cd}.phoneChangeDone>a{padding:14px 16px;color:var(--ink);background:white;font-weight:900}@media (max-width:760px){.phoneChangePage{padding:22px 16px 70px}.phoneChangeHero,.phoneChangeWorkspace{grid-template-columns:1fr;gap:28px}.phoneChangeForm form,.phoneChangeWorkspace>aside{padding:30px 20px}.phoneChangeForm footer{align-items:stretch;flex-direction:column-reverse;gap:18px}.phoneChangeForm footer button[type=submit]{justify-content:center}.phoneChangeDone{grid-template-columns:1fr;padding:30px 22px}.phoneChangeDone>a{width:max-content}}.appealPage{min-height:100vh;padding:38px max(24px,calc((100vw - 1180px) / 2)) 90px;background:#edf2f6}.appealHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:58px 0 48px}.appealHero h1{max-width:660px;margin:12px 0 0;font-size:clamp(46px,4.8vw,68px);line-height:.96;letter-spacing:-.055em}.appealHero h1 em{color:var(--orange);font-style:normal}.appealHero>p{color:var(--muted);line-height:1.55}.appealWorkspace{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.accountRestriction{color:white;background:var(--ink)}.accountRestriction>header,.appealForm>header{display:flex;justify-content:space-between;padding:17px 22px;font-size:10px;text-transform:uppercase}.accountRestriction>header{background:var(--orange)}.accountRestriction>header b{color:var(--ink)}.restrictionReason{padding:34px;border-bottom:1px solid #53616c}.restrictionReason h2{margin:9px 0 14px;font-size:42px;line-height:.92}.restrictionReason p:last-child{color:#b9c4cc;line-height:1.5}.accountRestriction dl{margin:0}.accountRestriction dl>div{display:flex;justify-content:space-between;gap:24px;padding:15px 34px;border-bottom:1px solid #53616c}.accountRestriction dt{color:#9eabb4}.accountRestriction dd{margin:0;font-weight:900;text-align:right}.restrictionAccess{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:10px 22px;gap:10px 22px;padding:28px 34px}.restrictionAccess ul{margin:0 0 18px;padding-left:18px;color:#b9c4cc;line-height:1.6}.appealForm>header{color:white;background:var(--blue)}.appealForm>label:first-of-type{display:block;padding:34px;border-bottom:1px solid var(--line)}.appealForm>label>span:first-child{display:block;margin-bottom:9px;font-weight:900}.appealForm textarea{width:100%;min-height:180px;padding:15px;border:1px solid var(--ink);font:inherit;resize:vertical}.appealForm>label>small{display:block;margin-top:5px;color:var(--muted);text-align:right}.appealUpload{display:grid;grid-template-columns:32px 1fr;grid-gap:14px;gap:14px;align-items:center;margin:24px 34px 12px;padding:19px;border:1px dashed #81909a;cursor:pointer}.appealUpload svg{width:29px;color:var(--blue)}.appealUpload small,.appealUpload strong{display:block}.appealUpload small{margin-top:4px;color:var(--muted)}.appealUpload input{position:absolute;width:1px;height:1px;opacity:0}.appealForm>ul{margin:0 34px 18px;padding:0;list-style:none}.appealForm>ul li{padding:8px 0;border-bottom:1px solid var(--line)}.appealHint{display:grid;grid-template-columns:28px 1fr;grid-gap:12px;gap:12px;margin:22px 34px;padding:17px;background:#edf3ff}.appealHint svg{width:25px;color:var(--blue)}.appealHint p{margin:0}.appealHint span,.appealHint strong{display:block}.appealHint span{margin-top:4px;color:var(--muted)}.appealForm>footer{display:flex;justify-content:space-between;align-items:center;padding:8px 34px 34px}.appealForm>footer a{color:var(--muted);font-weight:800}.appealForm>footer button{display:inline-flex;gap:12px;align-items:center;color:white;background:var(--blue);box-shadow:4px 4px 0 var(--orange)}.appealForm>footer button:disabled{color:#52616c;background:#cad3da;box-shadow:none;opacity:1;cursor:default}.appealForm>footer svg{width:18px}.appealResult{display:grid;grid-template-columns:70px 1fr auto;grid-gap:28px;gap:28px;align-items:center;padding:46px;color:white;background:var(--ink);border-bottom:8px solid var(--blue)}.appealResult>span{display:grid;width:64px;height:64px;place-items:center;background:var(--blue);border-radius:50%}.appealResult>span svg{width:30px}.appealResult h2{margin:7px 0;font-size:clamp(38px,4.4vw,58px)}.appealResult p:last-child{color:#b8c4cd}.appealResult>div:last-child{display:grid;grid-gap:6px;gap:6px}.appealResult>div:last-child b{font-size:25px}.appealResult a{color:white;text-decoration:underline}@media (max-width:760px){.appealPage{padding:22px 16px 70px}.appealHero,.appealWorkspace{grid-template-columns:1fr;gap:28px}.appealForm>label:first-of-type,.restrictionReason{padding:28px 20px}.accountRestriction dl>div{padding:14px 20px}.restrictionAccess{grid-template-columns:1fr;padding:25px 20px}.appealHint,.appealUpload{margin-left:20px;margin-right:20px}.appealForm>footer{align-items:stretch;padding:8px 20px 24px;flex-direction:column-reverse;gap:18px}.appealForm>footer button{justify-content:center}.appealResult{grid-template-columns:1fr;padding:30px 22px}}.moderationPage{min-height:100vh;padding:26px max(20px,calc((100vw - 1320px) / 2)) 70px;background:#e8edf1}.moderationDesk{display:grid;grid-template-columns:220px 1fr;min-height:760px;margin-top:24px;border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.moderationNav{display:flex;padding:25px 18px;flex-direction:column;color:white;background:var(--ink)}.moderationNav>div{display:flex;gap:12px;align-items:center;padding-bottom:24px;border-bottom:1px solid #46545f}.moderationNav>div>span{display:grid;width:42px;height:42px;place-items:center;color:var(--ink);background:var(--orange);border-radius:50%;font-weight:900}.moderationNav p{margin:0}.moderationNav small,.moderationNav strong{display:block}.moderationNav small{margin-top:3px;color:#9facb5}.moderationNav nav{display:grid;grid-gap:5px;gap:5px;margin-top:25px}.moderationNav nav button{display:flex;justify-content:space-between;padding:13px 12px;color:#b7c2ca;background:transparent;text-align:left}.moderationNav nav button.active{color:white;background:#20303c;border-left:3px solid var(--blue)}.moderationNav nav b{display:grid;min-width:24px;height:21px;place-items:center;color:var(--ink);background:white;font-size:10px}.moderationNav>a{margin-top:auto;color:#afbbc4;font-size:11px}.moderationContent{padding:34px;overflow:hidden}.moderationContent>header{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:32px}.moderationContent h1{margin:8px 0 0;font-size:clamp(46px,5.2vw,72px);line-height:.82;letter-spacing:-.065em}.moderationContent h1 em{color:var(--blue);font-style:normal}.moderationShift{min-width:230px;padding:20px;color:white;background:var(--ink);border-bottom:5px solid var(--orange)}.moderationShift small,.moderationShift span,.moderationShift strong{display:block}.moderationShift span{color:#8e9ca6;font-size:9px;text-transform:uppercase}.moderationShift strong{margin:6px 0;font-size:28px}.moderationShift small{color:#b3bec6}.moderationMetrics{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ink)}.moderationMetrics article{padding:20px;border-right:1px solid var(--ink)}.moderationMetrics article:last-child{border-right:0}.moderationMetrics small,.moderationMetrics span,.moderationMetrics strong{display:block}.moderationMetrics span{color:var(--muted);font-size:9px;font-weight:900;text-transform:uppercase}.moderationMetrics strong{margin:5px 0;font-size:30px}.moderationMetrics small{color:var(--muted)}.moderationTable{margin-top:24px;border:1px solid var(--ink)}.moderationTable article,.moderationTableHead{display:grid;grid-template-columns:140px 1.5fr 110px 90px 100px;grid-gap:16px;gap:16px;align-items:center}.moderationTableHead{padding:12px 18px;color:white;background:var(--ink);font-size:9px;font-weight:900;text-transform:uppercase}.moderationTable article{padding:18px;border-bottom:1px solid var(--line)}.moderationTable article:last-child{border-bottom:0}.moderationTable article b,.moderationTable article small,.moderationTable article strong{display:block}.moderationTable article small{margin-top:4px;color:var(--muted)}.priority{width:max-content;padding:7px 9px;background:#e5ebef;font-size:9px;font-weight:900;text-transform:uppercase}.priority.high{background:#ffd45c}.priority.urgent{color:white;background:var(--orange)}.moderationTable time{font-weight:900}.moderationTable article>a{display:inline-flex;gap:8px;align-items:center;color:var(--blue);font-weight:900}.moderationTable article>a svg{width:16px}.moderationRule{display:grid;grid-template-columns:28px 1fr auto;grid-gap:13px;gap:13px;align-items:center;margin-top:24px;padding:20px;background:#dfeaff}.moderationRule svg{width:25px;color:var(--blue)}.moderationRule p{margin:0}.moderationRule span,.moderationRule strong{display:block}.moderationRule span{margin-top:4px;color:var(--muted)}.moderationRule a{color:var(--blue);font-weight:900}@media (max-width:900px){.moderationDesk{grid-template-columns:1fr}.moderationNav{min-height:auto}.moderationNav nav{grid-template-columns:repeat(2,1fr)}.moderationNav>a{margin-top:24px}.moderationContent{padding:26px 18px;overflow-x:auto}.moderationContent>header{align-items:stretch;flex-direction:column}.moderationMetrics{grid-template-columns:repeat(2,1fr)}.moderationTable{min-width:800px}.moderationRule{min-width:700px}}.modCasePage{min-height:100vh;padding:34px max(22px,calc((100vw - 1180px) / 2)) 80px;background:#e8edf1}.modCaseHero{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-gap:48px;gap:48px;align-items:end;padding:42px 0 32px}.modCaseHero h1{max-width:760px;margin:10px 0 0;font-size:clamp(43px,4.5vw,64px);line-height:.9;letter-spacing:-.055em}.modCaseHero h1 em{color:var(--blue);font-style:normal}.modCaseHero>div:last-child{padding:20px 22px;color:white;background:var(--ink);border-bottom:5px solid var(--orange)}.modCaseHero>div:last-child small,.modCaseHero>div:last-child span,.modCaseHero>div:last-child strong{display:block}.modCaseHero>div:last-child span{color:#9ba8b2;font-size:10px;text-transform:uppercase}.modCaseHero>div:last-child strong{margin:7px 0;color:var(--orange);font-size:27px}.modCaseHero>div:last-child small{color:#bdc7cf;line-height:1.45}.modCaseDesk{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(390px,.75fr);border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.modCaseDecision,.modCaseEvidence{min-width:0}.modCaseDecision>header,.modCaseEvidence>header{display:flex;justify-content:space-between;gap:20px;padding:16px 24px;color:white;font-size:11px;text-transform:uppercase}.modCaseEvidence>header{background:var(--ink)}.modCaseDecision>header{background:var(--blue)}.modCaseEvidence>section{padding:30px 32px;border-bottom:1px solid var(--line)}.modCaseEvidence>section h2{max-width:650px;margin:10px 0 15px;font-size:32px;line-height:1.02}.modCaseEvidence>section p:last-child{max-width:680px;color:var(--muted);font-size:15px;line-height:1.55}.modCaseAttachments{display:grid;grid-template-columns:1fr 1fr}.modCaseAttachments article{display:grid;grid-template-columns:30px minmax(0,1fr);grid-gap:13px;gap:13px;align-items:center;padding:20px 24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.modCaseAttachments article:nth-child(2){border-right:0}.modCaseAttachments svg{width:25px;color:var(--blue)}.modCaseAttachments small,.modCaseAttachments strong{display:block}.modCaseAttachments small{margin-top:4px;color:var(--muted)}.modCaseAttachments a,.modCaseAttachments button{grid-column:2;width:max-content;padding:0;color:var(--blue);background:transparent;font-weight:900}.modCaseEvidence dl{display:grid;grid-template-columns:1fr 1fr;margin:0}.modCaseEvidence dl>div{display:flex;justify-content:space-between;gap:16px;padding:15px 24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.modCaseEvidence dl>div:nth-child(2n){border-right:0}.modCaseEvidence dt{color:var(--muted)}.modCaseEvidence dd{margin:0;font-weight:900;text-align:right}.modCaseTimeline{padding:26px 32px 30px}.modCaseTimeline ol{margin:15px 0 0;padding:0;list-style:none}.modCaseTimeline li{display:grid;grid-template-columns:64px 1fr;padding:12px 0;border-top:1px solid var(--line)}.modCaseTimeline time{color:var(--blue);font-weight:900}.modCaseDecision{border-left:1px solid var(--ink)}.modCaseRisk{padding:25px 28px;color:white;background:var(--ink)}.modCaseRisk span,.modCaseRisk strong{display:block}.modCaseRisk span{color:#9ba8b2;font-size:10px;text-transform:uppercase}.modCaseRisk strong{margin:7px 0;color:var(--orange);font-size:27px}.modCaseRisk p{color:#bac5cd;line-height:1.5}.modCaseChoices{display:grid;grid-gap:9px;gap:9px;padding:24px 28px}.modCaseChoices>p{margin:0 0 3px;font-weight:900}.modCaseChoices button{padding:15px 16px;color:var(--ink);background:white;border:1px solid var(--line);text-align:left}.modCaseChoices button.selected{border-color:var(--blue);box-shadow:inset 4px 0 0 var(--blue)}.modCaseChoices button.selected.danger{border-color:var(--orange);box-shadow:inset 4px 0 0 var(--orange)}.modCaseChoices b,.modCaseChoices small{display:block}.modCaseChoices small{margin-top:5px;color:var(--muted)}.modCaseDecision>label{display:block;padding:0 28px 20px}.modCaseDecision>label span{display:block;margin-bottom:8px;font-weight:900}.modCaseDecision textarea{width:100%;min-height:118px;padding:13px;border:1px solid var(--ink);font:inherit;resize:vertical}.modCaseDecision>label small{display:block;margin-top:5px;color:var(--muted)}.modCaseNotify{display:grid;grid-template-columns:25px 1fr;grid-gap:11px;gap:11px;margin:0 28px 22px;padding:15px;background:#dfeaff;line-height:1.4}.modCaseNotify svg{width:23px;color:var(--blue)}.modCaseDecision>footer{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:0 28px 28px}.modCaseDecision>footer a{color:var(--muted);font-weight:800}.modCaseDecision>footer button{display:inline-flex;gap:10px;align-items:center;color:white;background:var(--blue)}.modCaseDecision>footer button:disabled{color:#52616c;background:#cad3da;opacity:1;cursor:default}.modCaseDecision>footer svg{width:17px}.modCaseResult{display:grid;grid-template-columns:70px 1fr auto;grid-gap:28px;gap:28px;align-items:center;padding:44px;color:white;background:var(--ink);border-bottom:8px solid #168451}.modCaseResult>span{display:grid;width:64px;height:64px;place-items:center;background:#168451;border-radius:50%}.modCaseResult>span svg{width:30px}.modCaseResult h2{margin:7px 0;font-size:46px}.modCaseResult p:last-child{color:#b9c4cc}.modCaseResult>a{padding:14px 16px;color:var(--ink);background:white;font-weight:900}@media (max-width:980px){.modCaseHero{grid-template-columns:1fr}.modCaseHero>div:last-child{max-width:360px}.modCaseDesk{grid-template-columns:1fr}.modCaseDecision{border-top:1px solid var(--ink);border-left:0}}@media (max-width:620px){.modCasePage{padding-inline:16px}.modCaseAttachments,.modCaseEvidence dl{grid-template-columns:1fr}.modCaseAttachments article,.modCaseEvidence dl>div{border-right:0}.modCaseResult{grid-template-columns:1fr;padding:30px 22px}.modCaseResult>a{width:max-content}}.listingStatusPage{min-height:100vh;padding:38px max(22px,calc((100vw - 1120px) / 2)) 88px;background:#edf2f6}.listingStatusHero{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:70px;gap:70px;align-items:end;padding:50px 0 40px}.listingStatusHero h1{margin:10px 0 14px;font-size:clamp(46px,5vw,70px);line-height:.93;letter-spacing:-.055em}.listingStatusHero h1 em{color:var(--blue);font-style:normal}.listingStatusHero>div:first-child>p:last-child{max-width:620px;color:var(--muted);line-height:1.55}.listingStatusClock{padding:23px;color:white;background:var(--ink);border-bottom:5px solid var(--blue)}.listingStatusClock small,.listingStatusClock span,.listingStatusClock strong{display:block}.listingStatusClock span{color:#aab5bd;font-size:10px;text-transform:uppercase}.listingStatusClock strong{margin:7px 0;color:#73a0ff;font-size:24px}.listingStatusClock small{color:#bdc7ce;line-height:1.4}.listingStatusWorkspace{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--blue)}.listingStatusProgress>header,.listingStatusSummary>header{display:flex;justify-content:space-between;gap:20px;padding:16px 23px;color:white;font-size:10px;text-transform:uppercase}.listingStatusProgress>header{background:var(--blue)}.listingStatusSummary>header{background:var(--ink)}.listingStatusCurrent{padding:28px 31px;color:white;background:var(--ink);border-bottom:5px solid var(--blue)}.listingStatusCurrent small,.listingStatusCurrent span,.listingStatusCurrent strong{display:block}.listingStatusCurrent span{color:#aab5bd;font-size:10px;text-transform:uppercase}.listingStatusCurrent strong{margin:7px 0;color:#73a0ff;font-size:32px}.listingStatusCurrent small{color:#bdc7ce}.listingStatusProgress ol{margin:0;padding:31px 34px 10px;list-style:none}.listingStatusProgress li{position:relative;display:grid;grid-template-columns:42px 1fr;grid-gap:15px;gap:15px;padding-bottom:30px}.listingStatusProgress li:after{content:"";position:absolute;top:35px;bottom:0;left:16px;width:1px;background:var(--line)}.listingStatusProgress li:last-child:after{display:none}.listingStatusProgress li>i{display:grid;width:34px;height:34px;place-items:center;border:1px solid #9eabb4;border-radius:50%;color:var(--muted);font-style:normal;font-weight:900;background:white}.listingStatusProgress li.done>i{color:white;border-color:#168451;background:#168451}.listingStatusProgress li.active>i{color:white;border-color:var(--blue);background:var(--blue)}.listingStatusProgress li svg{width:18px}.listingStatusProgress p,.listingStatusProgress strong,.listingStatusProgress time{display:block}.listingStatusProgress time{margin-bottom:4px;color:var(--muted);font-size:11px}.listingStatusProgress p{margin:5px 0 0;color:var(--muted);line-height:1.45}.listingStatusSummary{border-left:1px solid var(--ink)}.listingStatusVehicle{padding:28px 30px 22px;border-bottom:1px solid var(--line)}.listingStatusVehicle>span{color:var(--muted);font-size:10px;text-transform:uppercase}.listingStatusVehicle h2{margin:7px 0 5px;font-size:31px}.listingStatusVehicle>p{color:var(--muted)}.listingStatusVehicle dl{margin:20px 0 0}.listingStatusVehicle dl>div{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-top:1px solid var(--line)}.listingStatusVehicle dt{color:var(--muted)}.listingStatusVehicle dd{margin:0;font-weight:900;text-align:right}.listingStatusAccess{padding:24px 30px 12px}.listingStatusAccess h3{margin:0 0 12px;font-size:22px}.listingStatusAccess>div{display:grid;grid-template-columns:27px 1fr;grid-gap:11px;gap:11px;padding:13px 0;border-top:1px solid var(--line)}.listingStatusAccess svg{width:24px;color:var(--blue)}.listingStatusAccess p{margin:0}.listingStatusAccess span,.listingStatusAccess strong{display:block}.listingStatusAccess span{margin-top:3px;color:var(--muted);line-height:1.4}.listingStatusNotice{display:grid;grid-template-columns:27px 1fr;grid-gap:11px;gap:11px;margin:9px 30px 22px;padding:16px;background:#e5edff}.listingStatusNotice svg{width:24px;color:var(--blue)}.listingStatusNotice p{margin:0}.listingStatusNotice span,.listingStatusNotice strong{display:block}.listingStatusNotice span{margin-top:3px;color:var(--muted);line-height:1.4}.listingStatusSummary>footer{display:flex;justify-content:space-between;gap:14px;padding:3px 30px 28px}.listingStatusSummary>footer a{color:var(--blue);font-weight:900}@media (max-width:880px){.listingStatusHero,.listingStatusWorkspace{grid-template-columns:1fr}.listingStatusHero{gap:24px}.listingStatusClock{max-width:350px}.listingStatusSummary{border-top:1px solid var(--ink);border-left:0}}@media (max-width:580px){.listingStatusPage{padding-inline:16px}.listingStatusHero h1{font-size:43px}}.pricingRulesPage{min-height:100vh;padding:38px max(22px,calc((100vw - 1100px) / 2)) 88px;background:#edf2f6}.pricingRulesHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:50px 0 40px}.pricingRulesHero h1{margin:10px 0 0;font-size:clamp(46px,5vw,70px);line-height:.93;letter-spacing:-.055em}.pricingRulesHero h1 em{color:var(--blue);font-style:normal}.pricingRulesHero>p{color:var(--muted);line-height:1.6}.pricingRulesDesk{display:grid;grid-template-columns:1.1fr .9fr;border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.pricingRulesForm>header,.pricingRulesPreview>header{display:flex;justify-content:space-between;gap:20px;padding:16px 22px;color:white;font-size:10px;text-transform:uppercase}.pricingRulesForm>header{background:var(--blue)}.pricingRulesListing,.pricingRulesPreview>header{background:var(--ink)}.pricingRulesListing{padding:25px 28px;color:white;border-bottom:5px solid var(--orange)}.pricingRulesListing>span{color:#aab5bd;font-size:10px;text-transform:uppercase}.pricingRulesListing h2{margin:6px 0;font-size:31px}.pricingRulesListing p{color:#bdc7ce}.pricingRulesForm>section{padding:25px 28px;border-bottom:1px solid var(--line)}.pricingRulesSectionHead{display:grid;grid-template-columns:36px 1fr;grid-gap:13px;gap:13px;margin-bottom:17px}.pricingRulesSectionHead i{display:grid;width:34px;height:34px;place-items:center;color:white;background:var(--blue);font-style:normal;font-weight:900}.pricingRulesSectionHead h3{margin:0 0 4px;font-size:24px}.pricingRulesSectionHead p{margin:0;color:var(--muted);line-height:1.4}.pricingRulesForm>section>label{display:grid;grid-template-columns:1fr 220px;grid-gap:20px;gap:20px;align-items:center;margin-left:47px;padding:11px 0;border-top:1px solid var(--line)}.pricingRulesForm>section>label>span{font-weight:800}.pricingRulesForm>section>label>div{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid var(--ink)}.pricingRulesForm input{min-width:0;padding:12px;border:0;font:inherit;font-weight:900}.pricingRulesForm label div b{padding:12px;color:var(--muted);border-left:1px solid var(--line);white-space:nowrap}.pricingRulesDays{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:7px;gap:7px;margin-left:47px}.pricingRulesDays button{padding:12px 5px;color:var(--ink);background:white;border:1px solid var(--line)}.pricingRulesDays button.active{color:white;background:var(--blue);border-color:var(--blue)}.pricingRulesPreview{border-left:1px solid var(--ink)}.pricingRulesReceipt{margin:27px;border:1px solid var(--ink);box-shadow:5px 5px 0 var(--orange)}.pricingRulesReceipt>h2,.pricingRulesReceipt>p{padding-inline:22px}.pricingRulesReceipt>p{margin-top:22px}.pricingRulesReceipt>h2{margin:7px 0 20px;font-size:30px}.pricingRulesReceipt dl{margin:0}.pricingRulesReceipt dl>div{display:flex;justify-content:space-between;gap:15px;padding:14px 22px;border-top:1px solid var(--line)}.pricingRulesReceipt dd{margin:0;font-weight:900}.pricingRulesReceipt dl>div.discount dd{color:#168451}.pricingRulesReceipt dl>div.total{color:white;background:var(--ink)}.pricingRulesReceipt>div{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;color:var(--blue);border-top:1px solid var(--ink)}.pricingRulesReceipt>div strong{font-size:29px}.pricingRulesReceipt>small{display:block;padding:14px 22px;color:var(--muted);line-height:1.4}.pricingRulesTips{padding:5px 27px 20px}.pricingRulesTips h3{margin:0 0 10px;font-size:22px}.pricingRulesTips>div{display:grid;grid-template-columns:26px 1fr;grid-gap:11px;gap:11px;padding:13px 0;border-top:1px solid var(--line)}.pricingRulesTips svg{width:23px;color:var(--blue)}.pricingRulesTips p{margin:0}.pricingRulesTips span,.pricingRulesTips strong{display:block}.pricingRulesTips span{margin-top:3px;color:var(--muted)}.pricingRulesActions{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:5px 27px 28px}.pricingRulesActions a{color:var(--muted);font-weight:800}.pricingRulesActions>div{display:flex;gap:16px}.pricingRulesActions>div a:last-child{color:var(--blue)}.pricingRulesActions button{display:inline-flex;gap:9px;align-items:center;color:white;background:var(--blue)}.pricingRulesActions button:disabled{color:#52616c;background:#c7d0d7;opacity:1}.pricingRulesActions svg{width:16px}@media (max-width:850px){.pricingRulesDesk,.pricingRulesHero{grid-template-columns:1fr}.pricingRulesHero{gap:24px}.pricingRulesPreview{border-top:1px solid var(--ink);border-left:0}}@media (max-width:580px){.pricingRulesPage{padding-inline:16px}.pricingRulesForm>section>label{grid-template-columns:1fr;margin-left:0}.pricingRulesDays{grid-template-columns:repeat(2,1fr);margin-left:0}.pricingRulesActions{align-items:stretch;flex-direction:column-reverse}}.rentalTermsPage{min-height:100vh;padding:38px max(22px,calc((100vw - 1100px) / 2)) 88px;background:#edf2f6}.rentalTermsHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:50px 0 40px}.rentalTermsHero h1{margin:10px 0 0;font-size:clamp(46px,5vw,70px);line-height:.93;letter-spacing:-.055em}.rentalTermsHero h1 em{color:var(--orange);font-style:normal}.rentalTermsHero>p{color:var(--muted);line-height:1.6}.rentalTermsDesk{display:grid;grid-template-columns:1.05fr .95fr;border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.rentalTermsForm>header,.rentalTermsPreview>header{display:flex;justify-content:space-between;gap:20px;padding:16px 22px;color:white;font-size:10px;text-transform:uppercase}.rentalTermsForm>header{background:var(--blue)}.rentalTermsListing,.rentalTermsPreview>header{background:var(--ink)}.rentalTermsListing{padding:25px 28px;color:white;border-bottom:5px solid var(--orange)}.rentalTermsListing>span{color:#aab5bd;font-size:10px;text-transform:uppercase}.rentalTermsListing h2{margin:6px 0;font-size:31px}.rentalTermsListing p{color:#bdc7ce}.rentalTermsForm>section{padding:25px 28px;border-bottom:1px solid var(--line)}.rentalTermsSectionHead{display:grid;grid-template-columns:36px 1fr;grid-gap:13px;gap:13px;margin-bottom:17px}.rentalTermsSectionHead>i{display:grid;width:34px;height:34px;place-items:center;color:white;background:var(--blue);font-style:normal;font-weight:900}.rentalTermsSectionHead h3{margin:0 0 4px;font-size:24px}.rentalTermsSectionHead p{margin:0;color:var(--muted);line-height:1.4}.rentalTermsForm>section>label:not(.rentalTermsToggle){display:grid;grid-template-columns:1fr 230px;grid-gap:20px;gap:20px;align-items:center;margin-left:47px;padding:11px 0;border-top:1px solid var(--line)}.rentalTermsForm>section>label>span{font-weight:800}.rentalTermsForm>section>label>input,.rentalTermsForm>section>label>select{min-width:0;width:100%;padding:12px;border:1px solid var(--ink);background:white;font:inherit}.rentalTermsForm>section>label>.rentalTermsAddressAutocomplete{position:relative;display:block;border:0}.rentalTermsAddressAutocomplete>input{width:100%;padding:12px;border:1px solid var(--ink);font:inherit}.rentalTermsAddressSuggestions{position:absolute;z-index:20;top:calc(100% + 5px);right:0;left:0;padding:7px;background:white;border:1px solid var(--ink);box-shadow:5px 5px 0 var(--orange)}.rentalTermsAddressSuggestions>small{display:block;padding:7px 9px;color:var(--muted);font-size:9px;text-transform:uppercase}.rentalTermsAddressSuggestions>button{display:grid;grid-template-columns:20px 1fr;grid-gap:9px;gap:9px;align-items:center;width:100%;padding:10px 9px;color:var(--ink);background:white;border-top:1px solid var(--line);text-align:left}.rentalTermsAddressSuggestions>button:focus-visible,.rentalTermsAddressSuggestions>button:hover{background:#e7eeff}.rentalTermsAddressSuggestions>button svg{width:18px;color:var(--blue)}.rentalTermsAddressSuggestions>button span{font-weight:800}.rentalTermsAddressSuggestions>p{margin:0;padding:12px 9px;color:var(--muted);line-height:1.4}.rentalTermsCustomAddress>p{margin:0;padding:10px 9px 6px;color:var(--muted)}.rentalTermsCustomAddress>button{display:grid;grid-template-columns:20px 1fr;grid-gap:9px;gap:9px;align-items:center;width:100%;padding:11px 9px;color:var(--ink);background:#e7eeff;text-align:left}.rentalTermsCustomAddress>button svg{width:18px;color:var(--blue)}.rentalTermsCustomAddress>button span{font-weight:900}.rentalTermsForm>section>label>div{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid var(--ink)}.rentalTermsForm>section>label>div input{min-width:0;padding:12px;border:0;font:inherit;font-weight:900}.rentalTermsForm>section>label>div b{padding:12px;color:var(--muted);border-left:1px solid var(--line)}.rentalTermsToggle{display:grid;grid-template-columns:1fr auto;grid-gap:20px;gap:20px;align-items:center;margin-left:47px;padding:13px 0;border-top:1px solid var(--line)}.rentalTermsToggle small,.rentalTermsToggle strong{display:block}.rentalTermsToggle small{margin-top:3px;color:var(--muted)}.rentalTermsToggle button{position:relative;width:50px;height:28px;padding:0;background:#c7d0d7;border-radius:20px}.rentalTermsToggle button i{position:absolute;width:20px;height:20px;top:4px;left:4px;background:white;border-radius:50%;transition:transform .18s ease}.rentalTermsToggle button.on{background:var(--blue)}.rentalTermsToggle button.on i{transform:translateX(22px)}.rentalTermsPreview{border-left:1px solid var(--ink)}.rentalTermsCard{margin:27px;border:1px solid var(--ink);box-shadow:5px 5px 0 var(--orange)}.rentalTermsCard>h2,.rentalTermsCard>p{padding-inline:22px}.rentalTermsCard>p{margin-top:22px}.rentalTermsCard>h2{margin:7px 0 20px;font-size:29px}.rentalTermsCard dl{margin:0}.rentalTermsCard dl>div{display:flex;justify-content:space-between;gap:16px;padding:14px 22px;border-top:1px solid var(--line)}.rentalTermsCard dt{color:var(--muted)}.rentalTermsCard dd{margin:0;font-weight:900;text-align:right}.rentalTermsProcess{padding:4px 27px 18px}.rentalTermsProcess h3{margin:0 0 11px;font-size:22px}.rentalTermsProcess>div{display:grid;grid-template-columns:27px 1fr;grid-gap:11px;gap:11px;padding:13px 0;border-top:1px solid var(--line)}.rentalTermsProcess svg{width:24px;color:var(--blue)}.rentalTermsProcess p{margin:0}.rentalTermsProcess span,.rentalTermsProcess strong{display:block}.rentalTermsProcess span{margin-top:3px;color:var(--muted);line-height:1.4}.rentalTermsNotice{display:grid;grid-template-columns:27px 1fr;grid-gap:11px;gap:11px;margin:0 27px 22px;padding:16px;background:#e3f3ea}.rentalTermsNotice svg{width:24px;color:#168451}.rentalTermsNotice p{margin:0}.rentalTermsNotice span,.rentalTermsNotice strong{display:block}.rentalTermsNotice span{margin-top:3px;color:var(--muted);line-height:1.4}.rentalTermsPreview>footer{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:3px 27px 28px}.rentalTermsPreview>footer a{color:var(--muted);font-weight:800}.rentalTermsPreview>footer button{display:inline-flex;gap:9px;align-items:center;color:white;background:var(--blue)}.rentalTermsPreview>footer button:disabled{color:#52616c;background:#c7d0d7;opacity:1}.rentalTermsPreview>footer svg{width:16px}@media (max-width:850px){.rentalTermsDesk,.rentalTermsHero{grid-template-columns:1fr}.rentalTermsHero{gap:24px}.rentalTermsPreview{border-top:1px solid var(--ink);border-left:0}}@media (max-width:580px){.rentalTermsPage{padding-inline:16px}.rentalTermsForm>section>label:not(.rentalTermsToggle){grid-template-columns:1fr;margin-left:0}.rentalTermsToggle{margin-left:0}.rentalTermsPreview>footer{align-items:stretch;flex-direction:column-reverse}}.listingPublishedPage{min-height:100vh;padding:38px max(22px,calc((100vw - 1120px) / 2)) 88px;background:#edf2f6}.listingPublishedHero{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:70px;gap:70px;align-items:end;padding:50px 0 42px}.listingPublishedHero h1{margin:10px 0 14px;font-size:clamp(52px,5.7vw,80px);line-height:.89;letter-spacing:-.06em}.listingPublishedHero h1 em{color:#168451;font-style:normal}.listingPublishedHero>div:first-child>p:last-of-type{max-width:630px;color:var(--muted);font-size:16px;line-height:1.55}.listingPublishedHero>div:first-child>div{display:flex;gap:22px;align-items:center;margin-top:24px}.listingPublishedHero>div:first-child>div a:first-child{display:inline-flex;gap:10px;align-items:center;padding:14px 17px;color:white;background:var(--blue);font-weight:900;box-shadow:4px 4px 0 var(--orange)}.listingPublishedHero>div:first-child>div a:first-child svg{width:17px}.listingPublishedHero>div:first-child>div a:last-child{color:var(--muted);font-weight:900}.listingPublishedBadge{padding:24px;color:white;background:var(--ink);border-bottom:6px solid #168451}.listingPublishedBadge svg{width:38px;margin-bottom:22px;color:#67d39c}.listingPublishedBadge small,.listingPublishedBadge span,.listingPublishedBadge strong{display:block}.listingPublishedBadge span{color:#aab5bd;font-size:10px;text-transform:uppercase}.listingPublishedBadge strong{margin:7px 0;color:#67d39c;font-size:29px}.listingPublishedBadge small{color:#bdc7ce}.listingPublishedBoard{display:grid;grid-template-columns:380px 1fr;border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 #168451}.listingPublishedCard>header,.listingPublishedReach>header{display:flex;justify-content:space-between;gap:20px;padding:16px 22px;color:white;font-size:10px;text-transform:uppercase}.listingPublishedCard>header{background:#168451}.listingPublishedReach>header{background:var(--blue)}.listingPublishedCover{display:flex;min-height:290px;flex-direction:column;justify-content:space-between;padding:25px;color:white;background:linear-gradient(145deg,#1e62ff 0 58%,#0f1d29 58%);border-bottom:1px solid var(--ink)}.listingPublishedCover span{font-size:10px;text-transform:uppercase}.listingPublishedCover strong{font-size:48px;line-height:.86;letter-spacing:-.06em}.listingPublishedCover small{color:#dce5ff}.listingPublishedInfo{padding:26px}.listingPublishedInfo h2{margin:8px 0 16px;font-size:30px}.listingPublishedInfo dl{margin:0}.listingPublishedInfo dl>div{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-top:1px solid var(--line)}.listingPublishedInfo dt{color:var(--muted)}.listingPublishedInfo dd{margin:0;font-weight:900;text-align:right}.listingPublishedReach{border-left:1px solid var(--ink)}.listingPublishedChannels article{display:grid;grid-template-columns:30px 1fr auto;grid-gap:13px;gap:13px;align-items:center;padding:20px 27px;border-bottom:1px solid var(--line)}.listingPublishedChannels svg{width:27px;color:var(--blue)}.listingPublishedChannels p{margin:0}.listingPublishedChannels span,.listingPublishedChannels strong{display:block}.listingPublishedChannels span{margin-top:4px;color:var(--muted);line-height:1.4}.listingPublishedChannels article>b{color:#168451;font-size:10px;text-transform:uppercase}.listingPublishedChannels article>a{color:var(--blue);font-weight:900}.listingPublishedNext{padding:27px;border-bottom:1px solid var(--line)}.listingPublishedNext h2{margin:0 0 17px;font-size:27px}.listingPublishedNext ol{display:grid;grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.listingPublishedNext li{display:grid;grid-template-columns:30px 1fr;grid-gap:11px;gap:11px;align-items:center}.listingPublishedNext li b{display:grid;width:28px;height:28px;place-items:center;color:white;background:var(--blue)}.listingPublishedNotice{display:grid;grid-template-columns:27px 1fr;grid-gap:12px;gap:12px;margin:22px 27px;padding:17px;background:#e3f3ea}.listingPublishedNotice svg{width:25px;color:#168451}.listingPublishedNotice p{margin:0}.listingPublishedNotice span,.listingPublishedNotice strong{display:block}.listingPublishedNotice span{margin-top:4px;color:var(--muted)}@media (max-width:860px){.listingPublishedBoard,.listingPublishedHero{grid-template-columns:1fr}.listingPublishedHero{gap:25px}.listingPublishedBadge{max-width:350px}.listingPublishedReach{border-top:1px solid var(--ink);border-left:0}}@media (max-width:580px){.listingPublishedPage{padding-inline:16px}.listingPublishedHero h1{font-size:48px}.listingPublishedHero>div:first-child>div{align-items:flex-start;flex-direction:column}.listingPublishedChannels article{grid-template-columns:30px 1fr}.listingPublishedChannels article>a,.listingPublishedChannels article>b{grid-column:2}}.listingRevisionPage{min-height:100vh;padding:38px max(22px,calc((100vw - 1160px) / 2)) 88px;background:#edf2f6}.listingRevisionHero{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:70px;gap:70px;align-items:end;padding:50px 0 40px}.listingRevisionHero h1{margin:10px 0 0;font-size:clamp(48px,5vw,72px);line-height:.93;letter-spacing:-.055em}.listingRevisionHero h1 em{color:var(--orange);font-style:normal}.listingRevisionHero>p{color:var(--muted);line-height:1.6}.listingRevisionDesk{display:grid;grid-template-columns:.85fr 1.15fr;border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.listingRevisionForm>header,.listingRevisionSummary>header{display:flex;justify-content:space-between;gap:20px;padding:16px 22px;color:white;font-size:10px;text-transform:uppercase}.listingRevisionSummary>header{background:var(--orange)}.listingRevisionSummary>header b{color:var(--ink)}.listingRevisionForm>header{background:var(--blue)}.listingRevisionCard{display:grid;grid-template-columns:180px 1fr;border-bottom:1px solid var(--ink)}.listingRevisionCover{display:flex;min-height:220px;flex-direction:column;justify-content:space-between;padding:20px;color:white;background:linear-gradient(145deg,#1e62ff 0 58%,#0f1d29 58%);border-right:1px solid var(--ink)}.listingRevisionCover span{font-size:10px}.listingRevisionCover strong{font-size:31px;line-height:.88;letter-spacing:-.05em}.listingRevisionCover small{color:#dce5ff}.listingRevisionCard>div:last-child{padding:25px}.listingRevisionCard h2{margin:8px 0 12px;font-size:29px;line-height:1}.listingRevisionCard>div:last-child>p:last-child{color:var(--muted);line-height:1.5}.listingRevisionPassed{padding:24px 26px;border-bottom:1px solid var(--line)}.listingRevisionPassed h3{margin:0 0 13px;font-size:22px}.listingRevisionPassed>div{display:grid;grid-template-columns:25px 1fr auto;grid-gap:11px;gap:11px;align-items:center;padding:12px 0;border-top:1px solid var(--line)}.listingRevisionPassed svg{width:23px;color:#168451}.listingRevisionPassed b{color:#168451;font-size:10px;text-transform:uppercase}.listingRevisionMessage{display:grid;grid-template-columns:27px 1fr;grid-gap:12px;gap:12px;margin:23px 26px;padding:17px;background:#fff0db}.listingRevisionMessage svg{width:25px;color:var(--orange)}.listingRevisionMessage p{margin:0}.listingRevisionMessage span,.listingRevisionMessage strong{display:block}.listingRevisionMessage span{margin-top:4px;color:var(--muted);line-height:1.45}.listingRevisionForm{border-left:1px solid var(--ink)}.listingRevisionForm>section{padding:27px 30px;border-bottom:1px solid var(--line)}.listingRevisionStep{display:grid;grid-template-columns:38px 1fr;grid-gap:14px;gap:14px;margin-bottom:18px}.listingRevisionStep i{display:grid;width:36px;height:36px;place-items:center;color:white;background:var(--blue);font-style:normal;font-weight:900}.listingRevisionStep h2{margin:0 0 5px;font-size:25px}.listingRevisionStep p{margin:0;color:var(--muted);line-height:1.45}.listingRevisionForm>section>label:not(.listingRevisionUpload){display:block;margin-left:52px}.listingRevisionForm>section>label>span{display:block;margin-bottom:7px;font-weight:900}.listingRevisionForm>section>label>input{width:100%;padding:14px;border:1px solid var(--ink);font:inherit;letter-spacing:.06em}.listingRevisionForm>section>label>small{display:block;margin-top:5px;color:var(--muted);text-align:right}.listingRevisionForm>section>label>small.error{color:var(--orange);font-weight:900}.listingRevisionUpload{position:relative;display:grid;grid-template-columns:30px 1fr auto;grid-gap:13px;gap:13px;align-items:center;margin-left:52px;padding:17px;border:1px dashed #7f8e98;cursor:pointer}.listingRevisionUpload.complete{border-style:solid;border-color:#168451;background:#e6f4ec}.listingRevisionUpload svg{width:27px;color:var(--blue)}.listingRevisionUpload small,.listingRevisionUpload strong{display:block}.listingRevisionUpload small{margin-top:4px;color:var(--muted)}.listingRevisionUpload>b{color:var(--blue)}.listingRevisionUpload input{position:absolute;width:1px;height:1px;opacity:0}.listingRevisionPrivacy{display:grid;grid-template-columns:27px 1fr;grid-gap:12px;gap:12px;margin:22px 30px;padding:16px;background:#e5edff}.listingRevisionPrivacy svg{width:24px;color:var(--blue)}.listingRevisionPrivacy p{margin:0}.listingRevisionPrivacy span,.listingRevisionPrivacy strong{display:block}.listingRevisionPrivacy span{margin-top:3px;color:var(--muted)}.listingRevisionForm>footer{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:2px 30px 30px}.listingRevisionForm>footer a{color:var(--muted);font-weight:800}.listingRevisionForm>footer button{display:inline-flex;gap:9px;align-items:center;color:white;background:var(--blue)}.listingRevisionForm>footer button:disabled{color:#52616c;background:#c7d0d7;opacity:1}.listingRevisionForm>footer svg{width:16px}.listingRevisionSent{display:grid;grid-template-columns:65px 1fr auto;grid-gap:26px;gap:26px;align-items:center;padding:42px;color:white;background:var(--ink);border-bottom:7px solid var(--blue)}.listingRevisionSent>svg{width:52px;color:#73a0ff}.listingRevisionSent h2{margin:6px 0;font-size:40px}.listingRevisionSent p:last-child{color:#bdc7ce}.listingRevisionSent>div:last-child{display:grid;grid-gap:5px;gap:5px}.listingRevisionSent>div:last-child b{color:#73a0ff;font-size:20px}.listingRevisionSent a{margin-top:8px;color:white;text-decoration:underline}@media (max-width:900px){.listingRevisionDesk,.listingRevisionHero{grid-template-columns:1fr}.listingRevisionHero{gap:24px}.listingRevisionForm{border-top:1px solid var(--ink);border-left:0}}@media (max-width:620px){.listingRevisionPage{padding-inline:16px}.listingRevisionCard{grid-template-columns:1fr}.listingRevisionCover{border-right:0;border-bottom:1px solid var(--ink)}.listingRevisionForm>section>label:not(.listingRevisionUpload),.listingRevisionUpload{margin-left:0}.listingRevisionSent{grid-template-columns:1fr}}.listingReviewPage{min-height:100vh;padding:38px max(22px,calc((100vw - 1180px) / 2)) 88px;background:#edf2f6}.listingReviewHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:50px 0 40px}.listingReviewHero h1{margin:10px 0 0;font-size:clamp(46px,5vw,70px);line-height:.93;letter-spacing:-.055em}.listingReviewHero h1 em{color:var(--blue);font-style:normal}.listingReviewHero>p{color:var(--muted);line-height:1.6}.listingReviewDesk{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(390px,.75fr);border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.listingReviewContent>header,.listingReviewDecision>header{display:flex;justify-content:space-between;gap:20px;padding:16px 23px;color:white;font-size:10px;text-transform:uppercase}.listingReviewContent>header{background:var(--blue)}.listingReviewDecision>header{background:var(--ink)}.listingReviewIntro{display:grid;grid-template-columns:250px 1fr;border-bottom:1px solid var(--ink)}.listingReviewCover{display:flex;min-height:260px;flex-direction:column;justify-content:space-between;padding:23px;color:white;background:linear-gradient(145deg,#1e62ff 0 58%,#0f1d29 58%);border-right:1px solid var(--ink)}.listingReviewCover span{font-size:10px;text-transform:uppercase}.listingReviewCover strong{font-size:40px;line-height:.86;letter-spacing:-.05em}.listingReviewCover small{color:#dbe4ff}.listingReviewIntro>div:last-child{padding:28px 30px}.listingReviewIntro h2{margin:8px 0 12px;font-size:36px}.listingReviewIntro>div:last-child>p:last-of-type{color:var(--muted);line-height:1.5}.listingReviewIntro dl{margin:20px 0 0}.listingReviewIntro dl>div{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-top:1px solid var(--line)}.listingReviewIntro dt{color:var(--muted)}.listingReviewIntro dd{margin:0;font-weight:900;text-align:right}.listingReviewChecks,.listingReviewPhotos{padding:25px 30px;border-bottom:1px solid var(--line)}.listingReviewChecks h3,.listingReviewPhotos h3{margin:0 0 16px;font-size:23px}.listingReviewPhotos>div{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.listingReviewPhotos article{display:grid;min-height:120px;align-content:end;padding:14px;background:#dbe6f2;border:1px solid #a6b4bf}.listingReviewPhotos article.warning{background:#fff0db;border-color:var(--orange)}.listingReviewPhotos article span{align-self:start;justify-self:end;color:var(--muted);font-size:10px}.listingReviewPhotos article b,.listingReviewPhotos article small{display:block}.listingReviewPhotos article small{margin-top:3px;color:var(--muted)}.listingReviewChecks>div{display:grid;grid-template-columns:28px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:14px 0;border-top:1px solid var(--line)}.listingReviewChecks>div svg{width:24px;color:#168451}.listingReviewChecks>div i{display:grid;width:25px;height:25px;place-items:center;color:white;background:var(--orange);border-radius:50%;font-style:normal;font-weight:900}.listingReviewChecks p{margin:0}.listingReviewChecks p span,.listingReviewChecks p strong{display:block}.listingReviewChecks p span{margin-top:3px;color:var(--muted)}.listingReviewChecks>div>b{color:#168451;font-size:10px;text-transform:uppercase}.listingReviewChecks>div.missing>b{color:var(--orange)}.listingReviewDecision{border-left:1px solid var(--ink)}.listingReviewScore{padding:25px 28px;color:white;background:var(--ink);border-bottom:5px solid var(--orange)}.listingReviewScore span,.listingReviewScore strong{display:block}.listingReviewScore span{color:#aab5bd;font-size:10px;text-transform:uppercase}.listingReviewScore strong{margin:7px 0;color:var(--orange);font-size:31px}.listingReviewScore div{height:7px;margin:15px 0;background:#4b5963}.listingReviewScore div i{display:block;width:78%;height:100%;background:var(--orange)}.listingReviewScore p{color:#bdc7ce;line-height:1.45}.listingReviewChoices{display:grid;grid-gap:8px;gap:8px;padding:23px 28px}.listingReviewChoices>p{margin:0 0 3px;font-weight:900}.listingReviewChoices button{padding:14px;color:var(--ink);background:white;border:1px solid var(--line);text-align:left}.listingReviewChoices button.active{border-color:var(--blue);box-shadow:inset 4px 0 0 var(--blue)}.listingReviewChoices button.active.success{border-color:#168451;box-shadow:inset 4px 0 0 #168451}.listingReviewChoices button.active.danger{border-color:var(--orange);box-shadow:inset 4px 0 0 var(--orange)}.listingReviewChoices b,.listingReviewChoices small{display:block}.listingReviewChoices small{margin-top:4px;color:var(--muted)}.listingReviewDecision>label{display:block;padding:0 28px 20px}.listingReviewDecision>label span{display:block;margin-bottom:7px;font-weight:900}.listingReviewDecision textarea{width:100%;min-height:120px;padding:12px;border:1px solid var(--ink);font:inherit;resize:vertical}.listingReviewDecision>label small{display:block;margin-top:4px;color:var(--muted)}.listingReviewNotice{display:grid;grid-template-columns:26px 1fr;grid-gap:11px;gap:11px;margin:0 28px 21px;padding:15px;background:#e5edff}.listingReviewNotice svg{width:24px;color:var(--blue)}.listingReviewNotice p{margin:0}.listingReviewNotice span,.listingReviewNotice strong{display:block}.listingReviewNotice span{margin-top:3px;color:var(--muted)}.listingReviewDecision>footer{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:0 28px 28px}.listingReviewDecision>footer a{color:var(--muted);font-weight:800}.listingReviewDecision>footer button{display:inline-flex;gap:9px;align-items:center;color:white;background:var(--blue)}.listingReviewDecision>footer button:disabled{background:#c7d0d7}.listingReviewDecision>footer svg{width:16px}.listingReviewSaved{display:grid;grid-template-columns:60px 1fr auto;grid-gap:25px;gap:25px;align-items:center;padding:38px;color:white;background:var(--ink);border-bottom:7px solid var(--orange)}.listingReviewSaved>svg{width:48px;color:var(--orange)}.listingReviewSaved h2{margin:6px 0;font-size:38px}.listingReviewSaved p:last-child{color:#bdc7ce}.listingReviewSaved a{padding:13px 15px;color:var(--ink);background:white;font-weight:900}@media (max-width:920px){.listingReviewDesk,.listingReviewHero{grid-template-columns:1fr}.listingReviewHero{gap:24px}.listingReviewDecision{border-top:1px solid var(--ink);border-left:0}}@media (max-width:620px){.listingReviewPage{padding-inline:16px}.listingReviewIntro,.listingReviewPhotos>div{grid-template-columns:1fr}.listingReviewCover{border-right:0;border-bottom:1px solid var(--ink)}.listingReviewSaved{grid-template-columns:1fr}.listingReviewSaved a{width:max-content}}.appealReviewPage{min-height:100vh;padding:38px max(22px,calc((100vw - 1180px) / 2)) 88px;background:#e8edf1}.appealReviewHero{display:grid;grid-template-columns:1fr 300px;grid-gap:70px;gap:70px;align-items:end;padding:50px 0 40px}.appealReviewHero h1{margin:10px 0 0;font-size:clamp(46px,5vw,70px);line-height:.93;letter-spacing:-.055em}.appealReviewHero h1 em{color:var(--blue);font-style:normal}.appealReviewHero>div:last-child{padding:22px;color:white;background:var(--ink);border-bottom:5px solid var(--orange)}.appealReviewHero>div:last-child small,.appealReviewHero>div:last-child span,.appealReviewHero>div:last-child strong{display:block}.appealReviewHero>div:last-child span{color:#aab5bd;font-size:10px;text-transform:uppercase}.appealReviewHero>div:last-child strong{margin:7px 0;color:var(--orange);font-size:22px}.appealReviewHero>div:last-child small{color:#bdc6cc;line-height:1.4}.appealReviewDesk{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(390px,.75fr);border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.appealReviewDecision>header,.appealReviewFacts>header{display:flex;justify-content:space-between;gap:20px;padding:16px 23px;color:white;font-size:10px;text-transform:uppercase}.appealReviewFacts>header{background:var(--blue)}.appealReviewDecision>header{background:var(--ink)}.appealReviewCompare{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--ink)}.appealReviewCompare article{padding:29px;border-right:1px solid var(--ink)}.appealReviewCompare article:last-child{border-right:0;background:#f4f7f9}.appealReviewCompare h2{margin:8px 0 13px;font-size:31px;line-height:1}.appealReviewCompare article>p:last-of-type{min-height:68px;color:var(--muted);line-height:1.5}.appealReviewCompare dl{margin:20px 0 0}.appealReviewCompare dl>div{display:flex;justify-content:space-between;gap:14px;padding:10px 0;border-top:1px solid var(--line)}.appealReviewCompare dt{color:var(--muted)}.appealReviewCompare dd{margin:0;font-weight:900;text-align:right}.appealReviewCompare button{display:grid;grid-template-columns:28px 1fr auto;grid-gap:11px;gap:11px;align-items:center;width:100%;margin-top:20px;padding:14px;color:var(--ink);background:white;border:1px solid var(--ink);text-align:left}.appealReviewCompare button svg{width:24px;color:var(--blue)}.appealReviewCompare button small,.appealReviewCompare button strong{display:block}.appealReviewCompare button small{margin-top:3px;color:var(--muted)}.appealReviewCompare button>b{color:var(--blue)}.appealReviewHistory,.appealReviewIdentity{padding:25px 30px;border-bottom:1px solid var(--line)}.appealReviewHistory h3,.appealReviewIdentity h3{margin:0 0 15px;font-size:23px}.appealReviewIdentity>div{display:grid;grid-template-columns:110px 1fr auto;grid-gap:15px;gap:15px;padding:13px 0;border-top:1px solid var(--line)}.appealReviewIdentity>div span{color:var(--muted)}.appealReviewIdentity>div b{padding:4px 6px;background:#edf0f2;font-size:10px;text-transform:uppercase}.appealReviewIdentity>div b.match{color:white;background:#168451}.appealReviewHistory ol{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin:0;padding:0;list-style:none}.appealReviewHistory li{border-top:3px solid var(--blue);padding-top:10px}.appealReviewHistory span,.appealReviewHistory time{display:block}.appealReviewHistory time{color:var(--blue);font-weight:900}.appealReviewHistory span{margin-top:4px;color:var(--muted)}.appealReviewDecision{border-left:1px solid var(--ink)}.appealReviewAssessment{padding:25px 28px;color:white;background:var(--ink);border-bottom:5px solid #168451}.appealReviewAssessment span,.appealReviewAssessment strong{display:block}.appealReviewAssessment span{color:#aab5bd;font-size:10px;text-transform:uppercase}.appealReviewAssessment strong{margin:7px 0;color:#67d39c;font-size:24px}.appealReviewAssessment p{color:#bdc7ce;line-height:1.45}.appealReviewChoices{display:grid;grid-gap:8px;gap:8px;padding:23px 28px}.appealReviewChoices>p{margin:0 0 3px;font-weight:900}.appealReviewChoices button{padding:14px;color:var(--ink);background:white;border:1px solid var(--line);text-align:left}.appealReviewChoices button.active{border-color:var(--blue);box-shadow:inset 4px 0 0 var(--blue)}.appealReviewChoices button.active.success{border-color:#168451;box-shadow:inset 4px 0 0 #168451}.appealReviewChoices button.active.danger{border-color:var(--orange);box-shadow:inset 4px 0 0 var(--orange)}.appealReviewChoices b,.appealReviewChoices small{display:block}.appealReviewChoices small{margin-top:4px;color:var(--muted)}.appealReviewDecision>label{display:block;padding:0 28px 20px}.appealReviewDecision>label span{display:block;margin-bottom:7px;font-weight:900}.appealReviewDecision textarea{width:100%;min-height:110px;padding:12px;border:1px solid var(--ink);font:inherit;resize:vertical}.appealReviewDecision>label small{display:block;margin-top:4px;color:var(--muted)}.appealReviewNotice{display:grid;grid-template-columns:26px 1fr;grid-gap:11px;gap:11px;margin:0 28px 21px;padding:15px;background:#e5edff}.appealReviewNotice svg{width:24px;color:var(--blue)}.appealReviewNotice p{margin:0}.appealReviewNotice span,.appealReviewNotice strong{display:block}.appealReviewNotice span{margin-top:3px;color:var(--muted)}.appealReviewDecision>footer{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:0 28px 28px}.appealReviewDecision>footer a{color:var(--muted);font-weight:800}.appealReviewDecision>footer button{display:inline-flex;gap:9px;align-items:center;color:white;background:var(--blue)}.appealReviewDecision>footer button:disabled{background:#c7d0d7}.appealReviewDecision>footer svg{width:16px}.appealReviewSaved{display:grid;grid-template-columns:60px 1fr auto;grid-gap:25px;gap:25px;align-items:center;padding:38px;color:white;background:var(--ink);border-bottom:7px solid #168451}.appealReviewSaved>svg{width:48px;color:#67d39c}.appealReviewSaved h2{margin:6px 0;font-size:40px}.appealReviewSaved p:last-child{color:#bec8ce}.appealReviewSaved a{padding:13px 15px;color:var(--ink);background:white;font-weight:900}@media (max-width:920px){.appealReviewDesk,.appealReviewHero{grid-template-columns:1fr}.appealReviewHero{gap:24px}.appealReviewHero>div:last-child{max-width:360px}.appealReviewDecision{border-top:1px solid var(--ink);border-left:0}}@media (max-width:620px){.appealReviewPage{padding-inline:16px}.appealReviewCompare,.appealReviewHistory ol{grid-template-columns:1fr}.appealReviewCompare article{border-right:0;border-bottom:1px solid var(--ink)}.appealReviewIdentity>div{grid-template-columns:1fr;gap:6px}.appealReviewSaved{grid-template-columns:1fr}.appealReviewSaved a{width:max-content}}.appealDetailsPage{min-height:100vh;padding:38px max(22px,calc((100vw - 1180px) / 2)) 88px;background:#edf2f6}.appealDetailsHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:54px 0 42px}.appealDetailsHero h1{margin:10px 0 0;font-size:clamp(46px,5vw,70px);line-height:.94;letter-spacing:-.055em}.appealDetailsHero h1 em{color:var(--blue);font-style:normal}.appealDetailsHero>p{max-width:460px;color:var(--muted);line-height:1.6}.appealDetailsBoard{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.appealDetailsProgress>header,.appealDetailsSummary>header{display:flex;justify-content:space-between;gap:20px;padding:16px 23px;color:white;font-size:10px;text-transform:uppercase}.appealDetailsProgress>header{background:var(--blue)}.appealDetailsSummary>header,.appealStatusStamp{background:var(--ink)}.appealStatusStamp{display:grid;grid-template-columns:1fr auto;padding:29px 32px;color:white;border-bottom:5px solid var(--orange)}.appealStatusStamp span,.appealStatusStamp strong{display:block}.appealStatusStamp span{color:#aab6bf;font-size:10px;text-transform:uppercase}.appealStatusStamp strong{margin-top:5px;color:var(--orange);font-size:34px}.appealStatusStamp small{align-self:end;color:#bec7cd}.appealDetailsProgress>ol{margin:0;padding:25px 32px 16px;list-style:none}.appealDetailsProgress>ol li{position:relative;display:grid;grid-template-columns:42px 1fr;grid-gap:16px;gap:16px;padding:0 0 28px}.appealDetailsProgress>ol li:after{content:"";position:absolute;top:34px;bottom:0;left:16px;width:1px;background:var(--line)}.appealDetailsProgress>ol li:last-child:after{display:none}.appealDetailsProgress>ol i{display:grid;width:34px;height:34px;place-items:center;border:1px solid #9ba7af;border-radius:50%;color:var(--muted);font-style:normal;font-weight:900}.appealDetailsProgress>ol .done i{color:white;border-color:#168451;background:#168451}.appealDetailsProgress>ol .active i{color:var(--ink);border-color:var(--orange);background:var(--orange)}.appealDetailsProgress>ol svg{width:17px}.appealDetailsProgress p,.appealDetailsProgress strong,.appealDetailsProgress time{display:block}.appealDetailsProgress time{margin-bottom:5px;color:var(--muted);font-size:11px}.appealDetailsProgress p{margin:5px 0 0;color:var(--muted);line-height:1.45}.appealDetailsFiles{border-top:1px solid var(--line)}.appealDetailsFiles h2{margin:0;padding:25px 32px 12px;font-size:24px}.appealDetailsFiles article{display:grid;grid-template-columns:28px 1fr auto;grid-gap:13px;gap:13px;align-items:center;padding:16px 32px;border-top:1px solid var(--line)}.appealDetailsFiles article svg{width:24px;color:var(--blue)}.appealDetailsFiles article small,.appealDetailsFiles article strong{display:block}.appealDetailsFiles article small{margin-top:3px;color:var(--muted)}.appealDetailsFiles article button{padding:0;color:var(--blue);background:transparent;font-weight:900}.appealDetailsFiles article>span{color:#168451;font-weight:900}.appealDetailsSummary{border-left:1px solid var(--ink)}.appealDecisionCard{padding:29px 30px 20px}.appealDecisionCard h2{margin:9px 0 13px;font-size:34px;line-height:1}.appealDecisionCard>p:last-of-type{color:var(--muted);line-height:1.5}.appealDecisionCard dl{margin:22px 0 0}.appealDecisionCard dl>div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid var(--line)}.appealDecisionCard dt{color:var(--muted)}.appealDecisionCard dd{margin:0;font-weight:900;text-align:right}.appealDetailsUpload{display:grid;grid-template-columns:30px 1fr;grid-gap:13px;gap:13px;align-items:center;margin:4px 30px 20px;padding:17px;border:1px dashed #81909a;cursor:pointer}.appealDetailsUpload svg{width:27px;color:var(--blue)}.appealDetailsUpload small,.appealDetailsUpload strong{display:block}.appealDetailsUpload small{margin-top:4px;color:var(--muted);line-height:1.4}.appealDetailsUpload input{position:absolute;width:1px;height:1px;opacity:0}.appealDetailsNotice{display:grid;grid-template-columns:26px 1fr;grid-gap:12px;gap:12px;margin:0 30px 22px;padding:16px;background:#e5edff}.appealDetailsNotice svg{width:24px;color:var(--blue)}.appealDetailsNotice p{margin:0}.appealDetailsNotice span,.appealDetailsNotice strong{display:block}.appealDetailsNotice span{margin-top:4px;color:var(--muted);line-height:1.4}.appealDetailsSummary>footer{display:flex;justify-content:space-between;gap:14px;padding:4px 30px 28px}.appealDetailsSummary>footer a{color:var(--blue);font-weight:900}@media (max-width:920px){.appealDetailsBoard,.appealDetailsHero{grid-template-columns:1fr}.appealDetailsHero{gap:25px}.appealDetailsSummary{border-top:1px solid var(--ink);border-left:0}}@media (max-width:580px){.appealDetailsPage{padding-inline:16px}.appealStatusStamp{grid-template-columns:1fr;gap:12px}.appealDetailsFiles article{padding-inline:20px}}.listingPreviewPage{min-height:100vh;padding:38px max(22px,calc((100vw - 1180px) / 2)) 90px;background:#edf2f6}.listingPreviewHero{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:72px;gap:72px;align-items:end;padding:48px 0 38px}.listingPreviewHero h1{margin:10px 0 0;font-size:clamp(48px,5.5vw,78px);line-height:.91;letter-spacing:-.06em}.listingPreviewHero h1 em{color:var(--blue);font-style:normal}.listingPreviewHero>p{max-width:480px;margin:0 0 7px;color:var(--muted);line-height:1.6}.listingPreviewWorkspace{display:grid;grid-template-columns:330px minmax(0,1fr);align-items:start;border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.listingPreviewChecklist{position:-webkit-sticky;position:sticky;top:20px;border-right:1px solid var(--ink)}.listingPreviewChecklist>header,.listingPublicCard>header{display:flex;justify-content:space-between;gap:16px;padding:15px 20px;color:white;background:var(--ink);font-size:10px;text-transform:uppercase}.listingPreviewScore{padding:24px 22px;color:white;background:var(--blue)}.listingPreviewScore span,.listingPreviewScore strong{display:block}.listingPreviewScore strong{font-size:38px;letter-spacing:-.04em}.listingPreviewScore span{margin-top:5px;color:#dbe6ff}.listingPreviewChecklist ol{margin:0;padding:0;list-style:none}.listingPreviewChecklist li{display:grid;grid-template-columns:28px 1fr;grid-gap:11px;gap:11px;padding:15px 20px;border-bottom:1px solid var(--line)}.listingPreviewChecklist li i{display:grid;width:24px;height:24px;place-items:center;color:white;background:#168451;border-radius:50%;font-style:normal;font-weight:900}.listingPreviewChecklist li p{margin:0}.listingPreviewChecklist li span,.listingPreviewChecklist li strong{display:block}.listingPreviewChecklist li span{margin-top:3px;color:var(--muted);font-size:12px}.listingPreviewRule{display:grid;grid-template-columns:26px 1fr;grid-gap:11px;gap:11px;margin:18px;padding:15px;background:#e7eeff}.listingPreviewRule svg{width:23px;color:var(--blue)}.listingPreviewRule p{margin:0}.listingPreviewRule span,.listingPreviewRule strong{display:block}.listingPreviewRule span{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.4}.listingPublicCard>header{background:var(--blue)}.listingPublicMedia{position:relative;height:clamp(300px,41vw,510px);overflow:hidden;background:#d9e7f5;border-bottom:1px solid var(--ink)}.listingPublicMedia>img{width:100%;height:100%;object-fit:cover;animation:listingPhotoIn .24s ease-out}@keyframes listingPhotoIn{0%{opacity:.25;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}.listingGalleryArrow{position:absolute;top:50%;display:grid;width:48px;height:60px;place-items:center;color:var(--ink);background:rgba(255,255,255,.94);border:1px solid var(--ink);font-size:38px;line-height:1;transform:translateY(-50%);transition:color .15s,background .15s,transform .15s}.listingGalleryArrow:hover{color:white;background:var(--blue);transform:translateY(-50%) scale(1.04)}.listingGalleryArrow.previous{left:17px}.listingGalleryArrow.next{right:17px}.listingMediaCount{position:absolute;left:20px;bottom:18px;display:flex;gap:7px;align-items:center;padding:8px 10px;color:white;background:var(--ink);font-weight:800}.listingMediaCount svg{width:18px}.listingFavoriteButton{position:absolute;top:18px;right:18px;display:grid;width:48px;height:48px;place-items:center;color:var(--ink);background:white;border:1px solid var(--ink);border-radius:50%;font-size:27px;transition:transform .15s,color .15s,background .15s}.listingFavoriteButton:hover{transform:scale(1.06)}.listingFavoriteButton.active{color:white;background:#ed4a48;border-color:#ed4a48}.listingGalleryDots{position:absolute;right:50%;bottom:19px;display:flex;gap:8px;padding:8px 10px;background:rgba(13,23,34,.72);transform:translateX(50%)}.listingGalleryDots button{width:9px;height:9px;padding:0;background:rgba(255,255,255,.55);border-radius:50%}.listingGalleryDots button.active{width:25px;background:white;border-radius:6px}.listingPublicBody{padding:28px 32px 4px}.listingPublicTitle{display:flex;justify-content:space-between;gap:25px;padding-bottom:24px}.listingPublicTitle p{margin:0 0 5px;color:var(--muted)}.listingPublicTitle h2{margin:0;font-size:38px;letter-spacing:-.04em}.listingPublicTitle>strong{color:var(--blue);font-size:30px;white-space:nowrap}.listingPublicTitle small{display:block;color:var(--muted);font-size:11px;text-align:right}.listingPublicFacts{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.listingPublicFacts span{padding:15px;border-right:1px solid var(--line);color:var(--muted);font-size:11px}.listingPublicFacts span:last-child{border-right:0}.listingPublicFacts b{display:block;margin-bottom:4px;color:var(--ink);font-size:15px}.listingPublicBody>section{padding:27px 0;border-bottom:1px solid var(--line)}.listingPublicBody>section h3{margin:0 0 10px;font-size:24px}.listingPublicBody>section p{margin:0;color:var(--muted);line-height:1.6}.listingPublicOwner{display:grid;grid-template-columns:48px 1fr auto;grid-gap:13px;gap:13px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.listingPublicOwner>span{display:grid;width:46px;height:46px;place-items:center;color:white;background:var(--orange);border-radius:50%;font-weight:900}.listingPublicOwner p{margin:0}.listingPublicOwner small,.listingPublicOwner strong{display:block}.listingPublicOwner small{margin-top:3px;color:var(--muted)}.listingPublicOwner>b{color:#bf8500}.listingPublicSafety{display:grid;grid-template-columns:29px 1fr;grid-gap:12px;gap:12px;margin:22px 0;padding:16px;background:#e5f3eb}.listingPublicSafety svg{width:26px;color:#168451}.listingPublicSafety p{margin:0}.listingPublicSafety span,.listingPublicSafety strong{display:block}.listingPublicSafety span{margin-top:4px;color:var(--muted)}.listingPublicCard>footer{display:flex;justify-content:space-between;align-items:center;padding:21px 32px;border-top:1px solid var(--ink)}.listingPublicCard>footer a{color:var(--muted);font-weight:800}.listingPublicCard>footer button,.rentalTermsPreviewLink{display:inline-flex;gap:9px;align-items:center;padding:14px 17px;color:white!important;background:var(--blue);font-weight:900}.listingPublicCard>footer svg,.rentalTermsPreviewLink svg{width:16px}.listingPreviewSent{display:grid;grid-template-columns:70px 1fr auto;grid-gap:28px;gap:28px;align-items:center;padding:42px;color:white;background:var(--ink);border-bottom:8px solid #168451;box-shadow:8px 8px 0 #168451}.listingPreviewSent>svg{width:56px;color:#67d39c}.listingPreviewSent h2{margin:7px 0;font-size:38px}.listingPreviewSent p:last-child{margin:0;color:#bec8cf}.listingPreviewSent>a{display:flex;gap:9px;align-items:center;padding:14px 16px;color:var(--ink);background:white;font-weight:900}.listingPreviewSent>a svg{width:16px}@media (max-width:900px){.listingPreviewHero,.listingPreviewWorkspace{grid-template-columns:1fr}.listingPreviewHero{gap:24px}.listingPreviewChecklist{position:static;border-right:0;border-bottom:1px solid var(--ink)}}@media (max-width:620px){.listingPreviewPage{padding-inline:16px}.listingPublicMedia{height:260px}.listingGalleryArrow{width:38px;height:48px}.listingPublicTitle{display:grid}.listingPublicTitle small,.listingPublicTitle>strong{text-align:left}.listingPublicFacts{grid-template-columns:1fr 1fr}.listingPublicFacts span:nth-child(2){border-right:0}.listingPublicFacts span:nth-child(-n+2){border-bottom:1px solid var(--line)}.listingPreviewSent,.listingPublicCard>footer{grid-template-columns:1fr}.listingPublicCard>footer{align-items:stretch;flex-direction:column}}.decisionJournalPage{min-height:100vh;padding:38px max(22px,calc((100vw - 1240px) / 2)) 88px;background:#e8edf1}.decisionJournalHero{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:70px;gap:70px;align-items:end;padding:50px 0 40px}.decisionJournalHero h1{margin:10px 0 0;font-size:clamp(46px,5vw,70px);line-height:.92;letter-spacing:-.06em}.decisionJournalHero h1 em{color:var(--blue);font-style:normal}.decisionJournalHero>p{max-width:460px;color:var(--muted);line-height:1.6}.decisionJournalDesk{border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.decisionJournalTools{display:grid;grid-template-columns:minmax(320px,1fr) auto;grid-gap:20px;gap:20px;padding:22px;color:white;background:var(--ink)}.decisionJournalTools>label{display:grid;grid-template-columns:25px 1fr;grid-gap:10px;gap:10px;align-items:center;padding:0 14px;background:white}.decisionJournalTools>label svg{width:20px;color:var(--blue)}.decisionJournalTools input{min-width:0;padding:13px 0;border:0;outline:0;font:inherit}.decisionJournalTools nav{display:flex}.decisionJournalTools nav button{display:flex;gap:9px;align-items:center;padding:12px 14px;color:#bec8cf;background:transparent;border:1px solid #4b5a65;border-right:0}.decisionJournalTools nav button:last-child{border-right:1px solid #4b5a65}.decisionJournalTools nav button.active{color:var(--ink);background:var(--orange);border-color:var(--orange)}.decisionJournalTools nav b{display:grid;min-width:20px;height:20px;place-items:center;padding:0 5px;background:rgba(255,255,255,.15);font-size:10px}.decisionJournalStats{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--ink)}.decisionJournalStats article{padding:22px 25px;border-right:1px solid var(--ink)}.decisionJournalStats article:last-child{border-right:0}.decisionJournalStats small,.decisionJournalStats span,.decisionJournalStats strong{display:block}.decisionJournalStats span{color:var(--muted);font-size:10px;text-transform:uppercase}.decisionJournalStats strong{margin:5px 0;font-size:30px}.decisionJournalStats small{color:var(--muted)}.decisionJournalList>article,.decisionJournalList>header{display:grid;grid-template-columns:1.05fr 1.25fr 1.8fr .7fr 90px;grid-gap:20px;gap:20px;align-items:center}.decisionJournalList>header{padding:13px 22px;color:white;background:var(--blue);font-size:10px;text-transform:uppercase}.decisionJournalList>article{min-height:90px;padding:17px 22px;border-bottom:1px solid var(--line)}.decisionJournalList small,.decisionJournalList strong{display:block}.decisionJournalList small{margin-top:4px;color:var(--muted)}.decisionJournalList article b{display:inline-block;width:max-content;padding:5px 7px;background:#e9edf0;font-size:10px;text-transform:uppercase}.decisionJournalList article b.danger{color:white;background:var(--orange)}.decisionJournalList article b.success{color:white;background:#168451}.decisionJournalList article b.warning{background:#ffd36b}.decisionJournalList article p{margin:0;color:var(--muted);line-height:1.45}.decisionJournalList article>span{font-weight:800}.decisionJournalList article>a{display:inline-flex;gap:7px;align-items:center;color:var(--blue);font-weight:900}.decisionJournalList article>a svg{width:15px}.decisionJournalEmpty{display:grid;grid-gap:6px;gap:6px;place-items:center;padding:60px 24px;color:var(--muted)}.decisionJournalEmpty strong{color:var(--ink);font-size:24px}.decisionJournalRule{display:grid;grid-template-columns:28px 1fr auto;grid-gap:14px;gap:14px;align-items:center;margin:22px;padding:17px;background:#e7eeff}.decisionJournalRule svg{width:25px;color:var(--blue)}.decisionJournalRule p{margin:0}.decisionJournalRule span,.decisionJournalRule strong{display:block}.decisionJournalRule span{margin-top:3px;color:var(--muted)}.decisionJournalRule a{color:var(--blue);font-weight:900}@media (max-width:1050px){.decisionJournalTools{grid-template-columns:1fr}.decisionJournalList,.decisionJournalTools nav{overflow-x:auto}.decisionJournalList>article,.decisionJournalList>header{min-width:960px}}@media (max-width:720px){.decisionJournalPage{padding-inline:16px}.decisionJournalHero{gap:24px}.decisionJournalHero,.decisionJournalStats{grid-template-columns:1fr}.decisionJournalStats article{border-right:0;border-bottom:1px solid var(--ink)}.decisionJournalRule{grid-template-columns:28px 1fr}.decisionJournalRule a{grid-column:2}}.reviewModerationPage{min-height:100vh;padding:38px max(22px,calc((100vw - 1180px) / 2)) 88px;background:#edf2f6}.reviewModerationHero{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:70px;gap:70px;align-items:end;padding:50px 0 40px}.reviewModerationHero h1{margin:10px 0 0;font-size:clamp(46px,5vw,70px);line-height:.93;letter-spacing:-.055em}.reviewModerationHero h1 em{color:var(--orange);font-style:normal}.reviewModerationHero>p{color:var(--muted);line-height:1.6}.reviewModerationDesk{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr);border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 var(--orange)}.reviewModerationCompare>header,.reviewModerationDecision>header{display:flex;justify-content:space-between;gap:20px;padding:16px 23px;color:white;font-size:10px;text-transform:uppercase}.reviewModerationCompare>header{background:var(--blue)}.reviewModerationDecision>header{background:var(--ink)}.reviewModerationContext{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--ink)}.reviewModerationContext>div{padding:19px 23px;border-right:1px solid var(--ink)}.reviewModerationContext>div:last-child{border-right:0}.reviewModerationContext small,.reviewModerationContext span,.reviewModerationContext strong{display:block}.reviewModerationContext span{color:var(--muted);font-size:10px;text-transform:uppercase}.reviewModerationContext strong{margin:5px 0;font-size:18px}.reviewModerationContext>div:last-child strong{color:#d39a00;letter-spacing:.08em}.reviewModerationContext small{color:var(--muted)}.reviewTextCompare{display:grid;grid-template-columns:1fr 1fr}.reviewTextCompare article{padding:28px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink)}.reviewTextCompare article:last-child{border-right:0;background:#f4f7f9}.reviewTextCompare article>span{color:var(--muted);font-size:10px;font-weight:900;text-transform:uppercase}.reviewTextCompare article>p{min-height:128px;margin:15px 0 22px;font-size:18px;line-height:1.55}.reviewTextCompare mark{padding:2px 4px;color:var(--ink);background:#ffd36b;box-shadow:0 0 0 2px var(--orange)}.reviewTextCompare article>div{display:grid;grid-template-columns:28px 1fr;grid-gap:10px;gap:10px;padding:13px;background:#fff1df}.reviewTextCompare article:last-child>div{background:#e2f3e9}.reviewTextCompare article>div i{display:grid;width:25px;height:25px;place-items:center;color:white;background:var(--orange);border-radius:50%;font-style:normal;font-weight:900}.reviewTextCompare article>div svg{width:25px;color:#168451}.reviewTextCompare article>div small,.reviewTextCompare article>div strong{display:block}.reviewTextCompare article>div small{margin-top:3px;color:var(--muted)}.reviewModerationEvidence{padding:27px 30px 30px}.reviewModerationEvidence h2{margin:0 0 16px;font-size:25px}.reviewModerationEvidence dl{display:grid;grid-template-columns:1fr 1fr;margin:0 0 20px;border-top:1px solid var(--line)}.reviewModerationEvidence dl>div{display:flex;justify-content:space-between;gap:13px;padding:13px 0;border-bottom:1px solid var(--line)}.reviewModerationEvidence dl>div:nth-child(odd){padding-right:18px}.reviewModerationEvidence dl>div:nth-child(2n){padding-left:18px}.reviewModerationEvidence dt{color:var(--muted)}.reviewModerationEvidence dd{margin:0;font-weight:900;text-align:right}.reviewModerationEvidence>a{color:var(--blue);font-weight:900}.reviewModerationDecision{border-left:1px solid var(--ink)}.reviewModerationFinding{padding:25px 28px;color:white;background:var(--ink);border-bottom:5px solid var(--orange)}.reviewModerationFinding span,.reviewModerationFinding strong{display:block}.reviewModerationFinding span{color:#a7b3bc;font-size:10px;text-transform:uppercase}.reviewModerationFinding strong{margin:7px 0;color:var(--orange);font-size:25px}.reviewModerationFinding p{color:#bdc7ce;line-height:1.45}.reviewModerationActions{display:grid;grid-gap:8px;gap:8px;padding:23px 28px}.reviewModerationActions>p{margin:0 0 3px;font-weight:900}.reviewModerationActions button{padding:14px;color:var(--ink);background:white;border:1px solid var(--line);text-align:left}.reviewModerationActions button.active{border-color:var(--blue);box-shadow:inset 4px 0 0 var(--blue)}.reviewModerationActions button.active.danger{border-color:var(--orange);box-shadow:inset 4px 0 0 var(--orange)}.reviewModerationActions b,.reviewModerationActions small{display:block}.reviewModerationActions small{margin-top:4px;color:var(--muted)}.reviewModerationDecision>label{display:block;padding:0 28px 20px}.reviewModerationDecision>label span{display:block;margin-bottom:7px;font-weight:900}.reviewModerationDecision textarea{width:100%;min-height:105px;padding:12px;border:1px solid var(--ink);font:inherit;resize:vertical}.reviewModerationDecision>label small{display:block;margin-top:4px;color:var(--muted)}.reviewModerationNotice{display:grid;grid-template-columns:26px 1fr;grid-gap:11px;gap:11px;margin:0 28px 21px;padding:15px;background:#e5edff}.reviewModerationNotice svg{width:24px;color:var(--blue)}.reviewModerationNotice p{margin:0}.reviewModerationNotice span,.reviewModerationNotice strong{display:block}.reviewModerationNotice span{margin-top:3px;color:var(--muted)}.reviewModerationDecision>footer{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:0 28px 28px}.reviewModerationDecision>footer a{color:var(--muted);font-weight:800}.reviewModerationDecision>footer button{display:inline-flex;gap:9px;align-items:center;color:white;background:var(--blue)}.reviewModerationDecision>footer button:disabled{background:#c7d0d7}.reviewModerationDecision>footer svg{width:16px}.reviewModerationSaved{display:grid;grid-template-columns:60px 1fr auto;grid-gap:25px;gap:25px;align-items:center;padding:38px;color:white;background:var(--ink);border-bottom:7px solid #168451}.reviewModerationSaved>svg{width:48px;color:#67d39c}.reviewModerationSaved h2{margin:6px 0;font-size:38px}.reviewModerationSaved p:last-child{color:#bcc6cd}.reviewModerationSaved a{color:var(--ink);background:white;padding:13px 15px;font-weight:900}@media (max-width:920px){.reviewModerationDesk,.reviewModerationHero{grid-template-columns:1fr}.reviewModerationHero{gap:24px}.reviewModerationDecision{border-top:1px solid var(--ink);border-left:0}}@media (max-width:620px){.reviewModerationPage{padding-inline:16px}.reviewModerationContext,.reviewModerationEvidence dl,.reviewTextCompare{grid-template-columns:1fr}.reviewModerationContext>div,.reviewTextCompare article{border-right:0}.reviewModerationEvidence dl>div:nth-child(n){padding-inline:0}.reviewModerationSaved{grid-template-columns:1fr}.reviewModerationSaved a{width:max-content}}.appealDecisionPage{min-height:100vh;padding:38px max(22px,calc((100vw - 1180px) / 2)) 88px;background:#edf2f6}.appealDecisionHero{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:70px;gap:70px;align-items:end;padding:52px 0 42px}.appealDecisionHero h1{margin:10px 0 14px;font-size:clamp(50px,5.5vw,78px);line-height:.9;letter-spacing:-.06em}.appealDecisionHero h1 em{color:#168451;font-style:normal}.appealDecisionHero>div:first-child>p:last-child{max-width:590px;color:var(--muted);font-size:16px;line-height:1.55}.appealDecisionSeal{padding:24px;color:white;background:var(--ink);border-bottom:6px solid #168451}.appealDecisionSeal svg{width:34px;margin-bottom:20px;color:#67d39c}.appealDecisionSeal small,.appealDecisionSeal span,.appealDecisionSeal strong{display:block}.appealDecisionSeal span{color:#a9b5bd;font-size:10px;text-transform:uppercase}.appealDecisionSeal strong{margin:7px 0;font-size:24px}.appealDecisionSeal small{color:#b9c4cc}.appealDecisionWorkspace{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(350px,.8fr);border:1px solid var(--ink);background:white;box-shadow:8px 8px 0 #168451}.appealDecisionMain>header,.appealDecisionSide>header{display:flex;justify-content:space-between;gap:20px;padding:16px 23px;color:white;font-size:10px;text-transform:uppercase}.appealDecisionMain>header{background:#168451}.appealDecisionSide>header{background:var(--ink)}.appealDecisionMain>section{padding:31px 34px;border-bottom:1px solid var(--line)}.appealDecisionMain>section h2{margin:9px 0 14px;font-size:38px;line-height:1}.appealDecisionMain>section p:last-child{max-width:650px;color:var(--muted);line-height:1.55}.appealDecisionChanges h3,.appealDecisionGrounds h3{margin:0;padding:24px 34px 13px;font-size:23px}.appealDecisionChanges>div{display:grid;grid-template-columns:38px 1fr auto;grid-gap:14px;gap:14px;align-items:center;padding:18px 34px;border-top:1px solid var(--line)}.appealDecisionChanges i{display:grid;width:36px;height:36px;place-items:center;color:white;background:#168451;border-radius:50%}.appealDecisionChanges i svg{width:19px}.appealDecisionChanges p{margin:0}.appealDecisionChanges p span,.appealDecisionChanges p strong{display:block}.appealDecisionChanges p span{margin-top:4px;color:var(--muted);line-height:1.4}.appealDecisionChanges>div>b{color:#168451;font-size:11px;text-transform:uppercase}.appealDecisionGrounds{border-top:1px solid var(--line)}.appealDecisionGrounds ul{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 28px;gap:10px 28px;margin:0;padding:8px 34px 30px 52px;line-height:1.45}.appealDecisionSide{border-left:1px solid var(--ink)}.appealDecisionSide ol{margin:0;padding:27px 30px 12px;list-style:none}.appealDecisionSide li{display:grid;grid-template-columns:55px 1fr;grid-gap:14px;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.appealDecisionSide time{color:#168451;font-weight:900}.appealDecisionSide li span,.appealDecisionSide li strong{display:block}.appealDecisionSide li span{margin-top:4px;color:var(--muted);line-height:1.4}.appealDecisionNotice{display:grid;grid-template-columns:27px 1fr;grid-gap:12px;gap:12px;margin:14px 30px 22px;padding:17px;background:#e3f3ea}.appealDecisionNotice svg{width:24px;color:#168451}.appealDecisionNotice p{margin:0}.appealDecisionNotice span,.appealDecisionNotice strong{display:block}.appealDecisionNotice span{margin-top:4px;color:var(--muted);line-height:1.4}.appealDecisionSide>footer{display:flex;justify-content:space-between;gap:15px;padding:4px 30px 30px}.appealDecisionSide>footer a:first-child{color:white;background:var(--blue);padding:13px 15px;font-weight:900}.appealDecisionSide>footer a:last-child{align-self:center;color:var(--muted);font-weight:800}@media (max-width:900px){.appealDecisionHero,.appealDecisionWorkspace{grid-template-columns:1fr}.appealDecisionHero{gap:28px}.appealDecisionSeal{max-width:360px}.appealDecisionSide{border-top:1px solid var(--ink);border-left:0}}@media (max-width:580px){.appealDecisionPage{padding-inline:16px}.appealDecisionChanges>div{grid-template-columns:38px 1fr;padding-inline:20px}.appealDecisionChanges>div>b{grid-column:2}.appealDecisionGrounds ul{grid-template-columns:1fr}}