@font-face{font-family:Work Sans;src:url(/assets/fonts/WorkSans-Regular.ttf)}@font-face{font-family:Work Sans;src:url(/assets/fonts/WorkSans-SemiBold.ttf);font-weight:600}@font-face{font-family:Work Sans;src:url(/assets/fonts/WorkSans-Bold.ttf);font-weight:700}:root{font-family:Work Sans,sans-serif;color:#2c2f49;background:#eef1f6;font-synthesis:none;--navy:#2c2f49;--blue:#465980;--cyan:#1fbcd6;--gold:#f8c609;--muted:#7c8cac;--surface:#fff;--bg:#f5f7fa}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer}button,input,select{outline:none}.mobile-frame{min-height:100dvh;background:#fff;max-width:480px;margin:auto;display:flex;flex-direction:column;box-shadow:0 0 50px #1f294126}.mobile-frame.dark{background:var(--navy);color:#fff}.icon-button,.text-button{border:0;background:none;color:var(--navy);height:44px;min-width:44px;display:grid;place-items:center}.icon-button.light,.text-button.light{color:#fff}.text-button{font-weight:700}.language{border:1px solid #dce2ec;border-radius:16px;padding:5px 8px;background:#fff;color:var(--navy);font-size:12px}.language.dark{color:#fff;background:#ffffff12;border-color:#ffffff40}.onboarding-header,.simple-header{height:70px;padding:env(safe-area-inset-top) 14px 0;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.onboarding{display:flex;flex:1;flex-direction:column;min-height:0}.onboarding-image{width:100%;height:min(52dvh,480px);object-fit:contain}.onboarding-copy{padding:5px 28px 20px}.onboarding-copy h1,.auth-copy h1{text-align:center;font-size:22px;margin:0 0 14px}.onboarding-copy p,.auth-copy p{line-height:1.5;white-space:pre-line;margin:0;text-align:justify}.onboarding-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 24px calc(24px + env(safe-area-inset-bottom))}.dots{display:flex;gap:10px}.dots i{width:8px;height:8px;border-radius:50%;background:#fff;transition:.2s}.dots i.active{width:10px;height:10px;background:var(--gold)}.next-button{border:0;background:var(--blue);color:#fff;width:75px;height:50px;border-radius:30px;display:grid;place-items:center}.auth-language{position:absolute;z-index:2;right:max(calc((100vw - 480px)/2 + 16px),16px);top:18px}.auth-screen{display:flex;flex:1;min-height:0;flex-direction:column;padding:0 20px calc(20px + env(safe-area-inset-bottom))}.welcome-image{width:100%;height:min(48dvh,430px);object-fit:contain}.auth-copy{margin-top:auto}.auth-copy p{text-align:center;font-size:15px}.auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0 16px}.button{border:0;border-radius:24px;min-height:48px;padding:0 22px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}.button.primary{color:#fff;background:var(--navy)}.button.secondary{color:#fff;background:var(--blue)}.button.outline-light{border:1px solid #ffffff80;color:#fff;background:transparent}.continue-button{height:46px;border-radius:24px;color:#fff;border:1px solid #ffffff68;background:#6b7a9933;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600}.simple-header{border-bottom:1px solid #edf0f5}.brand img{width:110px;max-height:40px;object-fit:contain}.form-screen{padding:32px 24px;display:flex;gap:22px;flex-direction:column}.form-screen h1{font-size:28px;margin:0 0 8px}.form-screen p{color:var(--muted);line-height:1.5;margin:0}.form-screen label{display:flex;flex-direction:column;gap:7px;font-weight:600;font-size:14px}.form-screen input{border:1px solid #dce2ec;border-radius:12px;min-height:52px;padding:0 15px;background:#f8fafc}.form-screen input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #1fbcd61a}.phone-input{display:flex;border:1px solid #dce2ec;border-radius:12px;background:#f8fafc}.phone-input span{display:flex;align-items:center;padding:0 12px;border-right:1px solid #dce2ec}.phone-input input{border:0;flex:1}.link{align-self:flex-end;border:0;background:none;color:var(--cyan)}.switch-auth{text-align:center!important}.switch-auth b{color:var(--cyan)}.web-shell{display:flex;min-height:100dvh;max-width:1440px;margin:auto;background:var(--bg);box-shadow:0 0 50px #24314b1a}.sidebar{width:230px;background:var(--navy);color:#fff;padding:28px 18px;display:flex;flex-direction:column;position:sticky;top:0;height:100dvh}.sidebar .brand{padding:0 12px 28px}.sidebar .brand img{filter:brightness(0) invert(1);width:130px}.sidebar nav{display:flex;flex-direction:column;gap:7px}.sidebar-close{display:none}.nav-button{border:0;background:transparent;color:#c1cede;display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:11px;text-align:left}.nav-button.active{color:#fff;background:#465980}.nav-button span{font-size:14px;font-weight:600}.logout{margin-top:auto;border:0;background:none;color:#f7665f;display:flex;align-items:center;gap:12px;padding:14px}.app-column{flex:1;min-width:0}.app-header{height:76px;background:#fff;display:flex;align-items:center;justify-content:flex-end;padding:0 34px;border-bottom:1px solid #e9edf4;position:sticky;top:0;z-index:4}.app-header .brand-button{display:none}.menu-button{display:none;border:0;background:none}.notification{border:0;background:#f5f7fa;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;position:relative;color:var(--navy)}.notification i{position:absolute;width:9px;height:9px;background:#f7665f;border:2px solid white;border-radius:50%;top:7px;right:7px}.page{padding:36px;max-width:1180px;margin:auto}.page-heading{margin-bottom:26px}.page-heading span,.page-heading p{color:var(--muted)}.page-heading h1{margin:3px 0;font-size:30px}.role-grid{display:grid;gap:18px}.role-card{border:2px solid transparent;background:#fff;border-radius:18px;padding:14px 24px 14px 14px;display:grid;grid-template-columns:minmax(150px,280px) 1fr auto;align-items:center;text-align:left;box-shadow:0 5px 22px #36466c12;min-height:180px;color:var(--navy)}.role-card.selected{border-color:var(--cyan)}.role-card img{width:100%;height:160px;object-fit:contain}.role-card h2{font-size:23px;margin:0 0 8px}.role-card p{color:var(--muted);margin:0}.search-panel{background:#fff;padding:16px;border-radius:16px;display:grid;grid-template-columns:2fr 1fr auto;gap:12px;box-shadow:0 4px 20px #36466c12}.search-panel label{display:flex;align-items:center;gap:10px;border:1px solid #e2e7ef;border-radius:12px;padding:0 14px;color:var(--muted)}.search-panel input{border:0;min-width:0;width:100%;height:48px}.result-bar{display:flex;justify-content:space-between;align-items:center;margin:28px 0 16px}.chip{border:1px solid #dce2ec;background:#fff;border-radius:20px;padding:8px 16px}.car-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.car-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 5px 22px #36466c12}.car-photo{height:190px;position:relative;background:#edf1f6}.car-photo>img{width:100%;height:100%;object-fit:cover}.heart{position:absolute;right:12px;top:12px;border:0;background:#fff;color:var(--navy);width:40px;height:40px;border-radius:50%;display:grid;place-items:center;box-shadow:0 2px 9px #0002}.heart.active{color:#f7665f}.car-info{padding:16px;position:relative}.car-info h3{margin:0 0 7px;font-size:17px}.car-info p{margin:0 0 16px;color:var(--muted);font-size:13px;display:flex;align-items:center;gap:4px}.car-info strong{font-size:18px}.car-info small{font-weight:400;color:var(--muted)}.rating{position:absolute;right:16px;bottom:18px;color:#f8b809;display:flex;align-items:center;gap:3px}.map-placeholder{height:500px;border-radius:18px;background:linear-gradient(135deg,#dce7e5,#eef0db);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--blue);gap:7px}.empty{min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty img{width:230px;height:190px;object-fit:contain}.empty h2{max-width:440px;margin:16px 0 4px}.empty p{color:var(--muted)}.profile-hero{background:var(--navy);color:#fff;border-radius:18px;padding:28px;display:flex;align-items:center;gap:18px}.profile-hero h1{margin:0 0 5px}.profile-hero p{margin:0;color:#c1cede}.avatar{width:72px;height:72px;background:#465980;border-radius:50%;display:grid;place-items:center}.avatar svg{width:36px;height:36px}.settings-list{margin-top:20px;background:#fff;border-radius:18px;overflow:hidden}.settings-list button{width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;border:0;border-bottom:1px solid #edf0f5;background:#fff;padding:18px;text-align:left;color:var(--navy)}.settings-list button:last-child{border:0}.bottom-tabs{display:none}@media(max-width:800px){body{background:#fff}.web-shell{display:block}.sidebar{position:fixed;left:-250px;z-index:20;transition:.2s}.sidebar.open{left:0;box-shadow:5px 0 40px #0005}.sidebar-close{display:block;position:absolute;right:8px;top:8px;border:0;background:none;color:#fff}.app-header{height:64px;padding:0 16px;justify-content:space-between}.app-header .brand-button{display:block;border:0;background:none}.app-header .brand img{width:105px}.menu-button{display:block}.page{padding:22px 16px 100px}.page-heading h1{font-size:25px}.role-card{grid-template-columns:120px 1fr auto;min-height:145px;padding:10px}.role-card img{height:125px}.role-card h2{font-size:19px}.role-card p{font-size:13px}.bottom-tabs{position:fixed;bottom:0;left:0;right:0;height:76px;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid #e9edf4;display:flex;z-index:9;justify-content:space-around}.bottom-tabs .nav-button{padding:8px 4px;border-radius:0;gap:4px;flex:1;flex-direction:column;justify-content:center;color:#8b98af}.bottom-tabs .nav-button.active{background:#fff;color:var(--cyan)}.bottom-tabs .nav-button span{font-size:10px}.search-panel{grid-template-columns:1fr}.search-panel label{min-height:50px}.car-grid{grid-template-columns:1fr 1fr}.car-photo{height:160px}}@media(max-width:520px){.car-grid{grid-template-columns:1fr}.car-photo{height:220px}.role-card{grid-template-columns:100px 1fr auto}.role-card img{height:110px}.role-card p{display:none}.auth-language{right:14px}.page-heading{margin-bottom:18px}}html,body,#root{min-width:0;max-width:100%;overflow-x:hidden}.mobile-frame{width:100%;min-width:0;overflow:hidden}.onboarding,.onboarding-copy,.onboarding-header,.onboarding-footer{min-width:0;max-width:100%}.auth-fields{display:flex;flex-direction:column;gap:20px}.auth-fields label{display:flex;flex-direction:column;gap:7px;font-weight:600;font-size:14px}.auth-fields input{border:1px solid #dce2ec;border-radius:12px;min-height:52px;padding:0 15px;background:#f8fafc}.auth-fields input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #1fbcd61a}.auth-fields .phone-input input{border:0;box-shadow:none}.auth-switch{border:0;background:none;color:var(--muted);text-align:center}.auth-switch b{color:var(--cyan)}.form-error{white-space:pre-line;color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:10px;padding:11px 13px;font-size:13px}.code-field{text-align:center;font-size:23px;letter-spacing:6px;font-weight:600}.button:disabled{opacity:.55;cursor:not-allowed}.details-page{max-width:820px;margin:0 auto 80px;background:#f5f7fa;position:relative}.details-gallery{height:440px;background:#e7ebf1;position:relative;overflow:hidden}.details-gallery>img{width:100%;height:100%;object-fit:cover}.details-back,.details-actions button{border:0;background:#fff;color:var(--navy);width:44px;height:44px;border-radius:50%;display:grid;place-items:center;box-shadow:0 3px 12px #0002}.details-back{position:absolute;left:18px;top:18px}.details-actions{display:flex;gap:10px;position:absolute;right:18px;top:18px}.details-actions .active{color:#f7665f}.gallery-dots{position:absolute;bottom:15px;left:0;right:0;display:flex;justify-content:center;gap:7px}.gallery-dots button{width:7px;height:7px;border-radius:50%;border:0;background:#fff9;padding:0}.gallery-dots button.active{width:20px;border-radius:4px;background:#fff}.details-content{display:flex;flex-direction:column;gap:12px}.details-title,.feature-row,.details-row,.host-card,.description{background:#fff}.details-title{padding:22px 24px;display:flex;justify-content:space-between;align-items:flex-start}.details-title h1{margin:0 0 7px;font-size:27px}.details-title p{display:flex;align-items:center;gap:5px;margin:0;color:var(--muted)}.details-rating{display:flex;align-items:center;gap:4px;color:#f8b809}.details-rating svg{width:18px}.feature-row{display:grid;grid-template-columns:repeat(4,1fr);padding:20px 14px}.feature-row>div{display:flex;align-items:center;flex-direction:column;gap:4px;border-right:1px solid #edf0f5}.feature-row>div:last-child{border:0}.feature-row svg{color:var(--blue)}.feature-row b{font-size:13px}.feature-row span{font-size:11px;color:var(--muted)}.details-row{border:0;border-bottom:1px solid #edf0f5;width:100%;padding:18px 24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;text-align:left;color:var(--navy)}.details-row>svg:first-child{color:var(--blue)}.details-row div{display:flex;flex-direction:column;gap:4px}.details-row span{font-size:13px;color:var(--muted)}.details-row.plain{grid-template-columns:1fr auto}.host-card{padding:20px 24px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}.host-card img{width:58px;height:58px;border-radius:50%;object-fit:cover}.host-card h3{margin:3px 0}.host-card span,.host-card p{font-size:12px;color:var(--muted);margin:0}.host-card p{display:flex;align-items:center;gap:4px;color:#f8b809}.description{padding:22px 24px}.description h2{font-size:19px;margin:0 0 10px}.description p{line-height:1.55;color:#465980;white-space:pre-line}.booking-footer{position:fixed;z-index:8;bottom:0;right:max(calc((100vw - 1440px)/2),0px);left:max(calc((100vw - 1440px)/2 + 230px),230px);height:76px;background:#fff;border-top:1px solid #e4e9f1;display:flex;align-items:center;justify-content:center;gap:100px;padding:12px 24px}.booking-footer strong{font-size:21px}.booking-footer span{color:var(--muted)}.booking-footer .button{min-width:220px}.page-state{min-height:600px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.page-state img{width:220px;height:180px;object-fit:contain}.page-state p{color:var(--muted)}.page-state .button{margin-top:14px}@media(max-width:800px){.details-page{margin:-22px -16px 0}.details-gallery{height:330px}.details-title h1{font-size:23px}.booking-footer{left:0;right:0;bottom:76px;justify-content:space-between;gap:12px}.booking-footer .button{min-width:160px}.details-page{padding-bottom:90px}}@media(max-width:520px){.details-gallery{height:290px}.feature-row{padding:16px 8px}.feature-row span{font-size:9px}.details-title,.details-row,.host-card,.description{padding-left:18px;padding-right:18px}}.renter-search{max-width:1040px;margin:auto}.search-hero{background:var(--navy);color:#fff;border-radius:22px;padding:28px;margin-bottom:24px}.search-hero>div:first-child span{color:#c1cede}.search-hero h1{margin:4px 0 24px;font-size:29px}.search-form{display:grid;grid-template-columns:1.7fr 1.1fr 1.1fr auto;background:#fff;border-radius:15px;padding:8px;color:var(--navy)}.search-form label{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:9px;padding:6px 13px;border-right:1px solid #e7ebf1}.search-form label svg{grid-row:1/3;align-self:center;color:var(--blue);width:20px}.search-form label span{font-size:11px;color:var(--muted);font-weight:600}.search-form input{border:0;min-width:0;color:var(--navy);background:#fff;font-size:13px}.search-form .button{border-radius:11px;min-height:55px}.search-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.search-toolbar>div{display:flex;align-items:center;gap:8px}.search-toolbar>div:first-child b{font-size:20px}.search-toolbar>div:first-child span{background:#e8edf4;color:var(--blue);font-size:12px;padding:3px 8px;border-radius:12px}.toolbar-button{height:40px;border:1px solid #dce2ec;border-radius:10px;background:#fff;color:var(--navy);display:flex;align-items:center;gap:7px;padding:0 12px;font-size:13px}.toolbar-button svg{width:17px}.renter-car-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.search-car-card{display:grid;grid-template-columns:40% 1fr;min-height:160px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 18px #34426112}.search-car-image{border:0;padding:0;background:#e6ebf1;position:relative}.search-car-image img{width:100%;height:100%;object-fit:cover}.search-car-image strong{position:absolute;right:0;bottom:0;background:var(--navy);color:#fff;padding:8px 10px;border-radius:7px 0 0;font-size:12px}.search-car-main{padding:17px;min-width:0}.search-car-title{display:flex;justify-content:space-between;gap:8px}.search-car-title>button:first-child{border:0;background:none;text-align:left;padding:0;min-width:0}.search-car-title h2{font-size:17px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite{border:0;background:none;color:var(--navy);padding:0}.favorite svg{width:20px}.favorite.active{color:#f8c609}.search-car-address{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:12px;margin:12px 0}.search-car-address svg{width:15px}.search-car-features{border-top:1px solid #edf0f5;padding-top:12px;display:flex;flex-wrap:wrap;gap:10px}.search-car-features span{display:flex;align-items:center;gap:4px;color:var(--blue);font-size:11px}.search-car-features svg{width:14px}.search-loading,.search-error,.search-empty{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.search-loading svg{animation:spin 1s linear infinite}.search-empty img{width:220px;height:180px;object-fit:contain}.search-empty h2,.search-error h2{color:var(--navy);margin:10px 0 2px}.load-more{display:block;margin:24px auto;border:1px solid #ccd5e2;border-radius:22px;background:#fff;padding:11px 28px}.web-map{height:580px;border-radius:18px;position:relative;overflow:hidden;background-color:#e7ecdf;background-image:linear-gradient(32deg,transparent 44%,#fff8 45%,#fff8 48%,transparent 49%),linear-gradient(125deg,transparent 38%,#ccd5c5 39%,#ccd5c5 42%,transparent 43%);background-size:170px 150px}.map-water{position:absolute;width:45%;height:130%;right:-10%;top:-15%;transform:rotate(12deg);background:#b8dde8}.map-marker{position:absolute;z-index:2;border:0;border-radius:16px;background:var(--navy);color:#fff;font-weight:700;padding:6px 10px;box-shadow:0 3px 10px #0003}.map-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--blue)}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#12172980;z-index:30;display:flex;justify-content:flex-end}.filters-drawer{width:min(420px,100%);height:100%;background:#fff;padding:24px;display:flex;flex-direction:column;gap:24px}.filters-drawer header{display:flex;justify-content:space-between;align-items:center}.filters-drawer header h2{margin:0}.filters-drawer header button{border:0;background:none;font-size:30px}.filters-drawer>label{display:flex;flex-direction:column;gap:10px;font-weight:600}.filters-drawer input,.filters-drawer select{border:1px solid #dce2ec;border-radius:10px;min-height:48px;padding:0 12px}.range-inputs{display:grid;grid-template-columns:1fr 1fr;gap:10px}.filters-drawer>.button{margin-top:auto}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1000px){.search-form{grid-template-columns:1fr 1fr}.search-form label{border-bottom:1px solid #e7ebf1}.renter-car-list{grid-template-columns:1fr}}@media(max-width:700px){.search-hero{margin:-22px -16px 20px;border-radius:0;padding:22px 16px}.search-hero h1{font-size:24px}.search-form{grid-template-columns:1fr}.search-form label{border-right:0;min-height:58px}.search-toolbar{align-items:flex-start}.search-toolbar>div:last-child{gap:5px}.toolbar-button{width:42px;padding:0;justify-content:center}.toolbar-button:not(:last-child){font-size:0}.toolbar-button svg:last-child{display:none}.renter-car-list{margin:0}.search-car-card{grid-template-columns:38% 1fr}.web-map{margin:0 -16px;height:calc(100dvh - 220px);border-radius:0}}@media(max-width:430px){.search-car-card{grid-template-columns:1fr;min-height:0}.search-car-image{height:190px}.search-car-features{display:none}}.checkout-page{max-width:760px;margin:0 auto 76px;background:#f5f7fa;min-height:calc(100dvh - 76px);position:relative}.checkout-header{height:68px;background:var(--navy);color:#fff;display:grid;grid-template-columns:50px 1fr 50px;align-items:center;padding:0 14px;position:sticky;top:76px;z-index:5}.checkout-header button{border:0;background:none;color:#fff;display:grid;place-items:center}.checkout-header h1{font-size:18px;text-align:center;margin:0}.checkout-body{display:flex;flex-direction:column;gap:12px;padding-bottom:20px}.checkout-intro{padding:28px 24px 10px}.checkout-intro h2{margin:0 0 8px;font-size:21px}.checkout-intro p{color:var(--muted);margin:0}.option-list,.checkout-section,.checkout-car{background:#fff}.option-row{width:100%;border:0;border-bottom:1px solid #edf0f5;background:#fff;display:grid;grid-template-columns:auto 1fr;align-items:center;text-align:left;gap:14px;padding:18px 24px}.option-row>i{width:24px;height:24px;border:2px solid #c7d0de;border-radius:50%;display:grid;place-items:center;color:#fff}.option-row>i svg{width:15px}.option-row.checked>i{background:var(--cyan);border-color:var(--cyan)}.option-row span{display:flex;justify-content:space-between;align-items:center;gap:10px}.option-row small{color:var(--muted)}.checkout-footer{position:fixed;z-index:9;bottom:0;left:max(calc((100vw - 1440px)/2 + 230px),230px);right:max(calc((100vw - 1440px)/2),0px);min-height:76px;background:#fff;border-top:1px solid #e0e5ed;padding:12px 24px;display:flex;justify-content:center;align-items:center;gap:80px}.checkout-footer>.button{min-width:240px}.checkout-footer>div{display:flex;flex-direction:column}.checkout-footer>div span{font-size:11px;color:var(--muted)}.checkout-footer>div strong{font-size:20px}.checkout-car{display:flex;padding:20px 24px;gap:14px}.checkout-car img{width:104px;height:78px;border-radius:9px;object-fit:cover}.checkout-car h2{margin:5px 0;font-size:18px}.checkout-car p{margin:0;color:var(--muted);font-size:13px}.checkout-info-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:17px 24px;border-bottom:1px solid #edf0f5}.checkout-info-row>svg:first-child{color:var(--blue)}.checkout-info-row span{display:flex;flex-direction:column;gap:3px}.checkout-info-row small{color:var(--muted)}.checkout-section>h3,.pricing{padding-left:24px;padding-right:24px}.checkout-section>h3{font-size:17px;margin:0;padding-top:20px;padding-bottom:14px}.pricing>div{display:flex;justify-content:space-between;padding:8px 0;color:var(--blue)}.pricing>div b{color:var(--navy)}.pricing .total{border-top:1px solid #e3e8ef;margin-top:8px;padding:16px 0 20px;font-size:18px;color:var(--navy)}.payment label{padding:14px 24px;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:12px;border-top:1px solid #edf0f5}.payment label>span{display:flex;flex-direction:column}.payment label small{color:var(--muted)}.add-card{width:100%;border:0;border-top:1px solid #edf0f5;background:#fff;display:flex;justify-content:space-between;padding:18px 24px}.message-label{display:flex;flex-direction:column;gap:10px;padding:20px 24px;font-weight:600}.message-label textarea{resize:vertical;border:1px solid #dce2ec;border-radius:10px;padding:12px;line-height:1.5}.terms label{display:flex;gap:12px;padding:18px 24px;align-items:flex-start}.terms input{width:20px;height:20px;accent-color:var(--cyan)}.installments{padding:0 24px 20px}.installments h3{padding-left:0}.installments button{border:1px solid #dce2ec;background:#fff;border-radius:9px;padding:9px 16px;margin-right:8px}.installments button.selected{border-color:var(--cyan);background:#1fbcd612;color:var(--cyan)}@media(max-width:800px){.checkout-page{margin:-22px -16px 76px;min-height:100dvh}.checkout-header{top:64px}.checkout-footer{left:0;right:0;bottom:76px;justify-content:space-between;gap:12px}.checkout-footer>.button{min-width:170px}.option-row span{flex-direction:column;align-items:flex-start;gap:4px}}@media(max-width:440px){.checkout-footer{padding:10px 14px}.checkout-footer>.button{min-width:150px;padding:0 12px}.checkout-car,.checkout-info-row,.option-row{padding-left:18px;padding-right:18px}}.trips-page,.trip-details{max-width:760px;margin:auto}.segmented{background:#e8edf4;border-radius:12px;padding:4px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:20px}.segmented button{border:0;background:transparent;border-radius:9px;padding:11px;color:var(--muted);font-weight:600}.segmented button.active{background:#fff;color:var(--navy);box-shadow:0 2px 8px #35436516}.trip-list{display:flex;flex-direction:column;gap:12px}.trip-card{border:0;background:#fff;border-radius:13px;padding:12px;display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:16px;text-align:left;color:var(--navy);box-shadow:0 4px 16px #35436510}.trip-card>img{width:150px;height:118px;object-fit:cover;border-radius:9px}.trip-card h2{font-size:18px;margin:8px 0}.trip-card p{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:12px;margin:5px 0}.trip-card p svg{width:15px}.trip-status{font-size:10px;text-transform:uppercase;font-weight:700;letter-spacing:.5px;border-radius:10px;padding:4px 8px;background:#f8c6092b;color:#b28200}.trip-status.accepted,.trip-status.active,.trip-status.completed{background:#00d9b622;color:#00947b}.trip-status.cancelled,.trip-status.canceled,.trip-status.declined{background:#f7665f20;color:#d13932}.trip-details{background:#f5f7fa;min-height:calc(100dvh - 76px)}.trip-car-hero{background:#fff;display:flex;align-items:center;gap:18px;padding:22px}.trip-car-hero img{width:160px;height:110px;object-fit:cover;border-radius:11px}.trip-car-hero h1{margin:10px 0 0;font-size:23px}.trip-timeline,.trip-summary{background:#fff;margin-top:12px;padding:22px}.trip-timeline>div{display:grid;grid-template-columns:auto 1fr;gap:14px;min-height:90px;position:relative}.trip-timeline>div:first-child:after{content:"";position:absolute;width:2px;height:44px;background:#c1cede;left:20px;top:43px}.trip-timeline i{width:42px;height:42px;background:#edf2f7;border-radius:50%;display:grid;place-items:center;color:var(--blue)}.trip-timeline span{display:flex;flex-direction:column;gap:5px}.trip-timeline small{color:var(--muted)}.trip-summary h2{font-size:19px;margin-top:0}.trip-summary>div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #edf0f5}.trip-actions{display:flex;flex-wrap:wrap;gap:10px;padding:22px}.trip-actions .danger{background:#f7665f;color:#fff}.trip-actions svg{width:18px}@media(max-width:800px){.trip-details{margin:-22px -16px}.trip-details .checkout-header{top:64px}.trips-page .page-heading{margin-top:0}}@media(max-width:520px){.trip-card{grid-template-columns:105px 1fr auto}.trip-card>img{width:105px;height:100px}.trip-card h2{font-size:15px}.trip-card p:last-of-type{display:none}.trip-car-hero img{width:120px;height:90px}.trip-car-hero h1{font-size:18px}.trip-actions{flex-direction:column}.trip-actions .button{width:100%}}.profile-web,.profile-form-page{max-width:760px;margin:auto}.profile-banner{border-radius:18px;background:var(--navy);color:#fff;padding:26px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-bottom:16px}.profile-banner>img{width:82px;height:82px;border-radius:50%;object-fit:cover;border:3px solid #ffffff35}.profile-banner span,.profile-banner p{color:#c1cede;margin:0}.profile-banner h1{margin:3px 0;font-size:24px}.profile-banner>button{border:1px solid #ffffff45;border-radius:18px;background:#ffffff12;color:#fff;padding:8px 14px}.profile-menu-group{background:#fff;border-radius:14px;overflow:hidden;margin-bottom:12px}.profile-menu-group>button{width:100%;border:0;border-bottom:1px solid #edf0f5;background:#fff;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:14px;padding:18px;text-align:left;color:var(--navy)}.profile-menu-group>button:last-child{border:0}.profile-menu-group>button>svg:first-child{color:var(--blue)}.verification-status{font-style:normal;padding:3px 8px;border-radius:10px;background:#f8c60924;color:#9d7600}.verification-status.active,.verification-status.complete{background:#00d9b620;color:#008b75}.profile-logout{border:0;background:#fff;color:#f7665f;border-radius:14px;width:100%;padding:18px;display:flex;align-items:center;gap:14px}.profile-subheader{height:68px;background:var(--navy);color:#fff;display:grid;grid-template-columns:50px 1fr 50px;align-items:center;padding:0 12px}.profile-subheader button{border:0;background:none;color:#fff}.profile-subheader h1{font-size:18px;text-align:center;margin:0}.profile-form-page{background:#f5f7fa;min-height:calc(100dvh - 76px)}.profile-form-page>form{background:#fff;padding:26px;display:flex;flex-direction:column;gap:20px}.avatar-upload{position:relative;width:104px;height:104px;margin:0 auto 12px}.avatar-upload img{width:100%;height:100%;border-radius:50%;object-fit:cover}.avatar-upload i{position:absolute;right:0;bottom:0;width:34px;height:34px;border-radius:50%;background:var(--cyan);color:#fff;display:grid;place-items:center}.avatar-upload i svg{width:18px}.avatar-upload input,.verification-list input{position:absolute;width:1px;height:1px;opacity:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label,.profile-form-page>form>label{display:flex;flex-direction:column;gap:7px;font-weight:600;font-size:13px}.form-grid input,.profile-form-page textarea,.profile-form-page>form>label>input{border:1px solid #dce2ec;border-radius:10px;min-height:48px;padding:0 12px;background:#fafbfd}.profile-form-page textarea{padding:12px}.form-success{color:#008b75;background:#00d9b618;border:1px solid #00d9b650;border-radius:10px;padding:11px}.verification-intro{text-align:center;padding:32px 20px;background:#fff}.verification-intro>svg{width:58px;height:58px;color:var(--cyan)}.verification-intro h2{margin:12px 0 5px}.verification-intro p{color:var(--muted);margin:0}.verification-list{background:#fff;margin-top:12px}.verification-list label{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:18px 22px;border-bottom:1px solid #edf0f5}.verification-list label>svg:first-child{color:var(--blue)}.verification-list label>span{display:flex;flex-direction:column;gap:3px}.verification-list small{color:var(--muted)}.verification-list em{font-style:normal;color:var(--cyan);font-weight:600;font-size:13px}.verification-list .done>svg:last-child{color:#00b798}.toggle-list{background:#fff}.toggle-list label{display:flex;align-items:center;justify-content:space-between;padding:19px 24px;border-bottom:1px solid #edf0f5}.toggle-list input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:48px;height:28px;border-radius:15px;background:#c7cfdb;position:relative;transition:.2s}.toggle-list input:after{content:"";position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;top:3px;left:3px;transition:.2s;box-shadow:0 1px 4px #0003}.toggle-list input:checked{background:var(--cyan)}.toggle-list input:checked:after{left:23px}.profile-save{margin:24px auto;min-width:240px}.support-success{text-align:center;padding:80px 20px}.support-success svg{width:65px;height:65px;color:#00b798}.bank-cards{padding:20px;display:flex;flex-direction:column;gap:12px}.bank-card{background:linear-gradient(135deg,#2c2f49,#465980);color:#fff;border-radius:16px;padding:20px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;position:relative}.bank-card>span{display:flex;flex-direction:column}.bank-card small{color:#c1cede}.bank-card em{font-style:normal;font-size:11px;background:#ffffff20;padding:5px 8px;border-radius:10px}.bank-card>button{border:1px solid #ffffff40;background:none;color:#fff;border-radius:12px;padding:6px 9px;font-size:11px}.bank-card .remove-card{position:absolute;right:5px;top:5px;border:0;font-size:18px}.add-bank-card{border:1px dashed #9aa8bd;background:#fff;color:var(--blue);border-radius:14px;padding:18px}.wallet-card{margin:22px;background:linear-gradient(135deg,#1fbcd6,#465980);color:#fff;border-radius:18px;padding:28px;display:flex;flex-direction:column;gap:8px}.wallet-card span{color:#e0f8fb}.wallet-card strong{font-size:32px}.transactions-title{font-size:19px;margin:22px}.transactions{background:#fff}.transactions>div{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:15px 22px;border-bottom:1px solid #edf0f5}.transactions i{font-style:normal;width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.transactions i.income{background:#00d9b620;color:#00a78b}.transactions i.expense{background:#f7665f20;color:#df423a}.transactions span{display:flex;flex-direction:column}.transactions small{color:var(--muted)}@media(max-width:800px){.profile-form-page{margin:-22px -16px}.profile-web{margin-top:0}.profile-banner{border-radius:14px}.profile-subheader{position:sticky;top:64px;z-index:4}}@media(max-width:520px){.profile-banner{grid-template-columns:auto 1fr;padding:19px}.profile-banner>img{width:65px;height:65px}.profile-banner>button{grid-column:1/3}.form-grid{grid-template-columns:1fr}.profile-form-page>form{padding:20px}.wallet-card{margin:16px}}.host-page,.host-detail{max-width:820px;margin:auto}.host-page-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.host-page-title span{color:var(--muted)}.host-page-title h1{margin:3px 0;font-size:29px}.host-page-title svg{width:18px}.host-listings{display:grid;grid-template-columns:1fr 1fr;gap:14px}.host-listing-card{border:0;background:#fff;border-radius:14px;overflow:hidden;display:grid;grid-template-columns:42% 1fr auto;align-items:center;text-align:left;color:var(--navy);box-shadow:0 4px 18px #35436510}.host-listing-card>img{width:100%;height:160px;object-fit:cover}.host-listing-card>div{padding:14px}.host-listing-card h2{margin:8px 0;font-size:17px}.host-listing-card p{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:12px}.host-listing-card p svg{width:14px}.listing-status{font-size:10px;text-transform:uppercase;border-radius:9px;padding:4px 7px;background:#f8c60925;color:#9b7500;font-weight:700}.listing-status.active{background:#00d9b622;color:#008c75}.listing-status.inactive{background:#f7665f20;color:#d43f38}.host-detail{background:#f5f7fa;min-height:calc(100dvh - 76px)}.host-car-hero{background:#fff;display:flex;align-items:center;gap:18px;padding:22px}.host-car-hero img{width:180px;height:125px;border-radius:12px;object-fit:cover}.host-car-hero h1{font-size:23px;margin:10px 0 3px}.host-car-hero p{color:var(--muted);margin:0}.host-settings{margin-top:12px;background:#fff}.host-settings>button{width:100%;border:0;border-bottom:1px solid #edf0f5;background:#fff;padding:18px 22px;display:grid;grid-template-columns:1fr auto;text-align:left;color:var(--navy)}.host-settings>button span{display:flex;flex-direction:column;gap:4px}.host-settings small{color:var(--muted)}.host-toggle{display:flex;justify-content:space-between;align-items:center;padding:18px 22px}.host-toggle span{display:flex;flex-direction:column}.host-toggle small{color:var(--muted)}.host-toggle input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:48px;height:28px;border-radius:15px;background:#c7cfdb;position:relative}.host-toggle input:after{content:"";position:absolute;width:22px;height:22px;background:#fff;border-radius:50%;top:3px;left:3px;transition:.2s}.host-toggle input:checked{background:var(--cyan)}.host-toggle input:checked:after{left:23px}.delete-listing{display:block;border:0;background:none;color:#f7665f;margin:28px auto;padding:12px}.request-tabs{display:flex;gap:8px;margin-bottom:18px}.request-tabs button{border:1px solid #dce2ec;background:#fff;border-radius:20px;padding:9px 16px}.request-tabs button.active{background:var(--navy);color:#fff;border-color:var(--navy)}.request-list{display:flex;flex-direction:column;gap:12px}.request-list>button{border:0;background:#fff;border-radius:13px;padding:12px;display:grid;grid-template-columns:140px 1fr auto;gap:16px;align-items:center;text-align:left;color:var(--navy)}.request-list img{width:140px;height:110px;border-radius:9px;object-fit:cover}.request-list h2{font-size:17px;margin:8px 0}.request-list p{display:flex;align-items:center;gap:5px;margin:4px 0;color:var(--muted);font-size:12px}.request-list p svg{width:14px}.request-renter{background:#fff;margin-top:12px;padding:20px 22px;display:flex;align-items:center;gap:13px}.request-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#edf1f6;color:var(--blue)}.request-renter span{display:flex;flex-direction:column}.request-renter small{color:var(--muted)}.request-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:22px}.request-actions .decline{background:#f7665f;color:#fff}.request-actions .accept{background:#00b99a;color:#fff}@media(max-width:900px){.host-listings{grid-template-columns:1fr}}@media(max-width:800px){.host-detail{margin:-22px -16px}.host-page-title h1{font-size:25px}}@media(max-width:520px){.host-page-title{align-items:flex-start}.host-page-title .button{font-size:0;width:46px;padding:0}.host-page-title .button svg{width:20px}.host-listing-card{grid-template-columns:37% 1fr auto}.host-listing-card>img{height:130px}.host-listing-card strong{font-size:12px}.host-car-hero img{width:125px;height:95px}.host-car-hero h1{font-size:18px}.request-list>button{grid-template-columns:105px 1fr auto}.request-list img{width:105px;height:100px}.request-list p:last-of-type{display:none}.request-actions{grid-template-columns:1fr}}.car-wizard{max-width:820px;margin:auto;background:#f5f7fa;min-height:calc(100dvh - 76px)}.wizard-progress{height:28px;background:#fff;position:relative;border-bottom:1px solid #e6eaf0}.wizard-progress>div{height:4px;background:var(--cyan);transition:.25s}.wizard-progress span{position:absolute;right:16px;top:7px;color:var(--muted);font-size:11px}.wizard-body{padding:0 0 95px}.wizard-body>section{background:#fff;min-height:520px;padding:28px}.wizard-title{margin-bottom:25px}.wizard-title h2{font-size:24px;margin:0 0 6px}.wizard-title p{color:var(--muted);margin:0;line-height:1.5}.wizard-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.wizard-field{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}.wizard-field input,.wizard-field select,.wizard-field textarea{width:100%;border:1px solid #dce2ec;border-radius:10px;min-height:49px;padding:0 12px;background:#fafbfd}.wizard-field textarea{padding:12px;resize:vertical}.wizard-field:has(textarea){grid-column:1/3}.wizard-check{grid-column:1/3;display:flex;align-items:center;gap:11px;padding:10px 0}.wizard-check input{width:20px;height:20px;accent-color:var(--cyan)}.money-input{display:grid;grid-template-columns:42px 1fr;border:1px solid #dce2ec;border-radius:10px;overflow:hidden;background:#fafbfd}.money-input span{display:grid;place-items:center;background:#edf1f6;color:var(--blue);font-weight:700}.money-input input{border:0!important;border-radius:0!important}.wizard-features{display:grid;grid-template-columns:1fr 1fr;gap:10px}.wizard-features>div{border:1px solid #e1e6ed;border-radius:11px;overflow:hidden}.wizard-features>div.selected{border-color:var(--cyan);background:#1fbcd607}.wizard-features button{width:100%;border:0;background:transparent;padding:14px;display:flex;align-items:center;gap:11px;text-align:left}.wizard-features i{width:23px;height:23px;border:2px solid #c5cfdb;border-radius:50%;display:grid;place-items:center;color:#fff}.wizard-features .selected i{background:var(--cyan);border-color:var(--cyan)}.wizard-features i svg{width:14px}.feature-price{display:grid;grid-template-columns:35px 1fr;border-top:1px solid #dce2ec}.feature-price span{display:grid;place-items:center;color:var(--blue)}.feature-price input{border:0;background:#fff;min-height:42px}.upload-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.upload-grid>div,.upload-grid>label{height:155px;border-radius:12px;overflow:hidden;position:relative}.upload-grid img{width:100%;height:100%;object-fit:cover}.upload-grid>div button{position:absolute;right:7px;top:7px;width:32px;height:32px;border:0;background:#fff;color:#f7665f;border-radius:50%;display:grid;place-items:center}.upload-grid>div button svg{width:17px}.upload-grid>label{border:2px dashed #b8c4d4;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--blue);gap:7px}.upload-grid>label input{position:absolute;width:1px;height:1px;opacity:0}.review-list{border:1px solid #e3e8ef;border-radius:13px;overflow:hidden}.review-list button{width:100%;border:0;border-bottom:1px solid #e7ebf1;background:#fff;padding:16px;display:grid;grid-template-columns:1fr auto;text-align:left}.review-list button:last-child{border:0}.review-list span{display:flex;flex-direction:column;gap:4px}.review-list small{color:var(--muted)}.terms-check{margin-top:20px}.wizard-footer{position:fixed;z-index:9;bottom:0;left:max(calc((100vw - 1440px)/2 + 230px),230px);right:max(calc((100vw - 1440px)/2),0px);height:76px;background:#fff;border-top:1px solid #e1e6ed;display:flex;justify-content:center;align-items:center;gap:12px;padding:12px}.wizard-footer .button{min-width:220px}.wizard-footer .wizard-back{border:1px solid #ccd5e1;background:#fff;color:var(--navy)}@media(max-width:800px){.car-wizard{margin:-22px -16px}.wizard-footer{left:0;right:0;bottom:76px}.car-wizard .profile-subheader{top:64px}.wizard-body>section{min-height:calc(100dvh - 270px)}}@media(max-width:520px){.wizard-grid,.wizard-features{grid-template-columns:1fr}.wizard-field:has(textarea),.wizard-check{grid-column:1}.wizard-body>section{padding:23px 18px}.upload-grid{grid-template-columns:1fr 1fr}.upload-grid>div,.upload-grid>label{height:130px}.wizard-footer .button{min-width:0;flex:1}.wizard-title h2{font-size:21px}}.typed-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.typed-photo-grid>label{position:relative;display:flex;min-height:190px;overflow:hidden;border:1px dashed #c8cede;border-radius:18px;background:#f6f7fb;cursor:pointer;flex-direction:column}.typed-photo-grid>label.filled{border-style:solid;border-color:#f4ae27;background:#fff}.typed-photo-grid img{width:100%;height:135px;object-fit:cover}.typed-photo-grid span{display:flex;gap:2px;padding:10px 12px;flex-direction:column}.typed-photo-grid span b{color:#2f334f;font-size:14px}.typed-photo-grid span small{color:#8590ab;font-size:12px}.typed-photo-grid input{position:absolute;width:1px;height:1px;opacity:0}.typed-photo-grid button{position:absolute;top:8px;right:8px;display:grid;width:34px;height:34px;border:0;border-radius:50%;color:#fff;background:#d94848;place-items:center}.typed-photo-grid button svg{width:17px}@media(max-width:700px){.typed-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.typed-photo-grid>label{min-height:155px}.typed-photo-grid img{height:105px}}.ev-controls.five{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.ev-controls.five button{padding:10px 4px;flex-direction:column;gap:5px;font-size:11px;text-align:center}.ev-controls.five i{width:38px;height:38px}.ev-controls.five svg{width:19px}.ev-pause-notice{margin:0 0 14px;padding:11px 14px;border:1px solid #f4ae2766;border-radius:12px;color:#ffd995;background:#f4ae2712;font-size:13px}.ev-extend-button,.ev-waybill-button{width:100%;margin-top:14px}.trip-report-form{display:flex;max-width:620px;margin:24px auto;padding:26px;border-radius:18px;background:#fff;flex-direction:column;gap:18px}.trip-report-form>svg{width:54px;height:54px;color:#f4ae27}.trip-report-form label{display:flex;color:#2f334f;font-weight:600;flex-direction:column;gap:7px}.trip-report-form textarea{padding:12px;border:1px solid #dce2ec;border-radius:10px;resize:vertical}@media(max-width:560px){.ev-controls.five{gap:4px}.ev-controls.five button{border:0;background:transparent;padding:6px 0}.ev-controls.five i{width:44px;height:44px}.ev-controls.five span{font-size:10px}}.details-content>.host-card{width:100%;border:0;color:var(--navy);text-align:left;cursor:pointer}.ev-page,.ev-details{max-width:900px;margin:auto}.ev-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.ev-head span{color:var(--muted)}.ev-head h1{margin:3px 0;font-size:29px}.ev-head button{border:1px solid #dce2ec;border-radius:20px;background:#fff;height:42px;padding:0 15px;display:flex;align-items:center;gap:8px}.ev-head button svg{width:18px}.ev-map{height:640px;border-radius:18px;overflow:hidden;position:relative;background-color:#e6ecdf;background-image:linear-gradient(31deg,transparent 44%,#fff9 45%,#fff9 48%,transparent 49%),linear-gradient(118deg,transparent 42%,#ccd5c7 43%,#ccd5c7 46%,transparent 47%);background-size:180px 160px}.ev-map-pin{position:absolute;z-index:2;border:3px solid white;background:var(--navy);color:#fff;border-radius:22px;display:flex;align-items:center;gap:4px;padding:7px 10px;box-shadow:0 3px 10px #0003}.ev-map-pin svg{width:17px;color:var(--gold)}.ev-map-legend{position:absolute;left:18px;bottom:18px;background:#fff;border-radius:18px;padding:10px 14px;display:flex;align-items:center;gap:7px;color:var(--navy);box-shadow:0 4px 14px #0002}.ev-map-legend svg{color:var(--gold)}.ev-car-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ev-car-list>button{border:0;background:#fff;border-radius:13px;overflow:hidden;display:grid;grid-template-columns:42% 1fr auto;align-items:center;text-align:left;color:var(--navy)}.ev-car-list img{width:100%;height:180px;object-fit:cover}.ev-car-list>button>div{padding:15px}.ev-car-list h2{font-size:18px;margin:0 0 8px}.ev-car-list p{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:12px}.ev-car-list p svg{width:14px}.battery{height:28px;border-radius:7px;background:#edf1f6;position:relative;overflow:hidden;margin:10px 0}.battery>i{position:absolute;left:0;top:0;bottom:0;background:#00d9b630}.battery span{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:11px;color:#008b75}.battery svg{width:15px}.ev-details{background:#f5f7fa;min-height:calc(100dvh - 76px);padding-bottom:76px}.ev-car-photo{height:390px;position:relative;background:#e5eaf0}.ev-car-photo>img{width:100%;height:100%;object-fit:cover}.ev-charge{position:absolute;left:20px;bottom:20px;background:#172038dd;color:#fff;border-radius:14px;padding:12px 16px;display:grid;grid-template-columns:auto auto;gap:2px 8px;align-items:center}.ev-charge svg{grid-row:1/3;color:#00d9b6}.ev-charge strong{font-size:21px}.ev-charge span{font-size:11px;color:#c1cede}.ev-title{background:#fff;padding:22px;display:flex;justify-content:space-between}.ev-title span,.ev-title p{color:var(--muted)}.ev-title h1{margin:3px 0;font-size:25px}.ev-title p{display:flex;align-items:center;gap:4px;margin:0}.ev-title p svg{width:15px}.ev-title>svg{color:var(--gold)}.ev-tariffs,.ev-rules{background:#fff;margin-top:12px;padding:20px 22px}.ev-tariffs h2,.ev-rules h2{font-size:19px;margin-top:0}.ev-tariffs>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #edf0f5}.ev-tariffs span{display:flex;align-items:center;gap:8px;color:var(--blue)}.ev-tariffs svg{width:17px}.ev-rules p{color:var(--muted);line-height:1.55}.ev-footer{position:fixed;left:max(calc((100vw - 1440px)/2 + 230px),230px);right:max(calc((100vw - 1440px)/2),0px);bottom:0;height:76px;background:#fff;border-top:1px solid #e0e5ed;display:grid;place-items:center;z-index:8}.ev-footer .button{min-width:260px}.ev-trip-list{display:flex;flex-direction:column;gap:12px}.ev-trip-list>button{border:0;background:#fff;border-radius:13px;padding:12px;display:grid;grid-template-columns:135px 1fr auto;align-items:center;gap:15px;text-align:left;color:var(--navy)}.ev-trip-list img{width:135px;height:105px;border-radius:9px;object-fit:cover}.ev-trip-list h2{margin:8px 0;font-size:18px}.ev-trip-list p{color:var(--muted);margin:0}.active-ev{min-height:100dvh;background:var(--navy);color:#fff;max-width:760px;margin:-36px auto}.active-ev>header{height:70px;display:grid;grid-template-columns:50px 1fr 50px;align-items:center;text-align:center}.active-ev>header button{border:0;background:none;color:#fff}.active-ev main{padding:0 24px 30px}.ev-live{height:310px;border-radius:20px;overflow:hidden;position:relative;background:#202844}.ev-live>img{width:100%;height:100%;object-fit:cover}.ev-live.paused>img{filter:grayscale(.5) brightness(.55)}.ev-live-state{position:absolute;left:16px;bottom:16px;background:#11172bdc;border-radius:17px;padding:8px 12px;display:flex;align-items:center;gap:7px}.ev-live-state i{color:var(--gold);display:flex}.ev-live-state svg{width:18px}.ev-timer{text-align:center;padding:24px 0;display:flex;flex-direction:column}.ev-timer span,.ev-timer small{color:#c1cede}.ev-timer strong{font-size:44px;letter-spacing:2px;margin:7px 0}.ev-controls{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ev-controls button{border:1px solid #ffffff25;background:#ffffff0c;color:#fff;border-radius:16px;padding:17px;display:flex;align-items:center;gap:12px}.ev-controls i{width:42px;height:42px;border-radius:50%;background:#465980;display:grid;place-items:center}.end-ev-trip{width:100%;margin-top:18px;border:1px solid #f7665f;border-radius:24px;background:#f7665f18;color:#ff817b;height:50px;font-weight:600}.ev-reports{background:#fff;border-radius:14px;overflow:hidden}.ev-reports>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:17px;border-bottom:1px solid #edf0f5}.ev-reports>div>svg{color:#f8a72d}.ev-reports span{display:flex;flex-direction:column}.ev-reports small{color:var(--muted)}.ev-reports em{font-style:normal;font-size:11px;border-radius:10px;background:#edf1f6;padding:4px 7px}.report-form textarea{border:1px solid #dce2ec;border-radius:10px;padding:12px}.report-files{border:2px dashed #bcc8d7;border-radius:12px;height:100px;display:flex!important;align-items:center;justify-content:center;position:relative}.report-files input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.report-files span{position:absolute;right:10px;top:10px;background:var(--navy);color:#fff;border-radius:10px;padding:3px 7px}@media(max-width:900px){.ev-car-list{grid-template-columns:1fr}}@media(max-width:800px){.ev-details{margin:-22px -16px}.ev-footer{left:0;right:0;bottom:76px}.active-ev{margin:-22px -16px 76px}.ev-map{margin:0 -16px;border-radius:0;height:calc(100dvh - 210px)}}@media(max-width:520px){.ev-head h1{font-size:23px}.ev-head button{font-size:0;width:44px;padding:0;justify-content:center}.ev-car-list>button{grid-template-columns:38% 1fr auto}.ev-car-list img{height:150px}.ev-car-photo{height:300px}.ev-timer strong{font-size:36px}.active-ev main{padding:0 16px 25px}.ev-live{height:270px}}.inbox-page,.chat-page{max-width:760px;margin:auto}.inbox-title span{color:var(--muted)}.inbox-title h1{font-size:29px;margin:3px 0 18px}.inbox-search{height:48px;border:1px solid #dce2ec;border-radius:12px;background:#fff;display:flex;align-items:center;gap:10px;padding:0 14px;margin-bottom:16px}.inbox-search svg{color:var(--muted);width:19px}.inbox-search input{border:0;flex:1}.space-list{background:#fff;border-radius:14px;overflow:hidden}.space-list>button{width:100%;border:0;border-bottom:1px solid #edf0f5;background:#fff;padding:14px 18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;text-align:left;color:var(--navy)}.space-avatar{width:52px;height:52px;border-radius:50%;background:#edf1f6;display:grid;place-items:center;overflow:hidden;color:var(--blue)}.space-avatar img{width:100%;height:100%;object-fit:cover}.space-list>button>span{min-width:0;display:flex;flex-direction:column;gap:5px}.space-list small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.space-list i{font-style:normal;min-width:22px;height:22px;border-radius:11px;background:var(--cyan);color:#fff;display:grid;place-items:center;font-size:11px}.space-list time{font-size:10px;color:var(--muted)}.chat-page{height:calc(100dvh - 76px);display:grid;grid-template-rows:68px 1fr auto;background:#f5f7fa}.chat-header{background:var(--navy);color:#fff;display:grid;grid-template-columns:50px 1fr 50px;align-items:center;padding:0 10px}.chat-header>button{border:0;background:none;color:#fff}.chat-person{display:flex;align-items:center;gap:10px}.chat-person>i{width:42px;height:42px;border-radius:50%;background:#465980;display:grid;place-items:center}.chat-person>span{display:flex;flex-direction:column}.chat-person small{color:#c1cede}.message-list{padding:18px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;background-color:#eef1f6;background-image:radial-gradient(#c9d2df55 1px,transparent 1px);background-size:20px 20px}.message{align-self:flex-start;max-width:min(75%,520px);background:#fff;border-radius:4px 16px 16px;padding:10px 12px;box-shadow:0 2px 8px #3543650c}.message.own{align-self:flex-end;background:#1fbcd6;color:#fff;border-radius:16px 4px 16px 16px}.message p{white-space:pre-wrap;margin:0;line-height:1.45}.message>span{display:flex;justify-content:flex-end;align-items:center;gap:3px;margin-top:5px;font-size:9px;color:#8b98af}.message.own>span{color:#e4fbff}.message>span svg{width:13px}.message-image{border:0;background:none;padding:0;max-width:100%}.message-image img{display:block;max-width:100%;max-height:320px;border-radius:10px;margin-bottom:6px}.typing{align-self:flex-start;background:#fff;border-radius:14px;padding:11px 14px;display:flex;gap:4px}.typing i{width:6px;height:6px;border-radius:50%;background:#9aa8bb;animation:typing 1.2s infinite}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}.chat-composer{background:#fff;border-top:1px solid #e0e5ed;padding:10px 13px;display:grid;grid-template-columns:42px 1fr 42px;align-items:end;gap:8px}.chat-composer label,.chat-composer button{width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;color:var(--blue);background:#edf2f6}.chat-composer label{position:relative}.chat-composer input{position:absolute;width:1px;height:1px;opacity:0}.chat-composer textarea{border:0;background:#f3f6f9;border-radius:21px;min-height:42px;max-height:120px;resize:none;padding:11px 15px;line-height:20px}.chat-composer button{background:var(--cyan);color:#fff}.chat-composer button:disabled{background:#c8d2de}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@media(max-width:800px){.chat-page{margin:-22px -16px 76px;height:calc(100dvh - 140px)}.inbox-page .inbox-title{margin-top:0}.message-list{padding:13px}.message{max-width:85%}}@media(max-width:500px){.space-list>button{padding:12px}.space-avatar{width:46px;height:46px}}.handover-page{max-width:760px;margin:auto;background:#f5f7fa;min-height:calc(100dvh - 76px);padding-bottom:92px}.handover-progress{background:#fff;padding:18px 22px}.handover-progress>div{height:6px;border-radius:4px;background:#e5eaf0;overflow:hidden}.handover-progress i{display:block;height:100%;background:var(--cyan);transition:.25s}.handover-progress span{display:block;text-align:right;margin-top:7px;font-size:12px;color:var(--blue);font-weight:600}.handover-progress p{color:var(--muted);line-height:1.5;margin:7px 0 0}.handover-list{background:#fff;margin-top:12px}.handover-list>div{border-bottom:1px solid #edf0f5}.handover-list>div>button{width:100%;min-height:70px;border:0;background:#fff;padding:12px 20px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;text-align:left;color:var(--navy)}.handover-list>div>button>svg:first-child{color:var(--blue)}.handover-list>div.completed>button>svg:first-child{color:#00a98c}.handover-list>div>button>i{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#00c9a722;color:#fff}.handover-list>div>button>i svg{width:15px}.step-editor{padding:18px 20px 22px;background:#f9fbfd;border-top:1px solid #edf0f5}.step-editor>p{margin-top:0;color:var(--blue)}.confirm-step{text-align:center}.confirm-step img{width:150px;height:105px;object-fit:contain}.confirm-step .button{margin:auto;min-width:200px}.handover-files{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:10px}.handover-files>div,.handover-files>label{height:100px;border-radius:9px;overflow:hidden;position:relative}.handover-files img{width:100%;height:100%;object-fit:cover}.handover-files>div button{position:absolute;right:5px;top:5px;border:0;border-radius:50%;width:29px;height:29px;background:#fff;color:#e24f48;display:grid;place-items:center}.handover-files>div button svg{width:15px}.handover-files>label{border:2px dashed #b9c6d6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--blue);font-size:11px;text-align:center}.handover-files>label svg{width:20px}.handover-files input{position:absolute;width:1px;height:1px;opacity:0}.step-editor>small{display:block;color:var(--muted);margin-bottom:13px}.dashboard-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:13px 0}.dashboard-fields label,.report-form>label{display:flex;flex-direction:column;gap:7px;color:var(--blue);font-size:13px}.dashboard-fields input{border:1px solid #dce2ec;border-radius:9px;height:46px;padding:0 11px}.handover-error{margin:16px}.handover-page>.checkout-footer{left:max(calc((100vw - 1440px)/2 + 230px),230px);right:max(calc((100vw - 1440px)/2),0px)}.handover-actions{background:#fff;margin-top:12px;padding:20px 22px}.handover-actions h2{font-size:19px}.handover-actions button{width:100%;border:0;border-top:1px solid #edf0f5;background:#fff;padding:13px 0;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:11px;text-align:left;color:var(--navy)}.handover-actions button>i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#1fbcd614;color:var(--cyan)}.handover-actions button>i svg{width:19px}.handover-actions button>span{display:flex;flex-direction:column;gap:3px}.handover-actions small{color:var(--muted)}.handover-actions button>svg{width:18px;color:var(--muted)}.damage-head{text-align:center;background:#fff;padding:26px 20px}.damage-head>svg{width:52px;height:52px;color:#f7a329}.damage-head h2{margin-bottom:7px}.damage-head p{max-width:480px;margin:0 auto 18px;color:var(--muted)}.damage-list{background:#fff;margin-top:12px}.damage-list>div{display:grid;grid-template-columns:76px 1fr 42px;gap:12px;align-items:center;padding:12px 18px;border-bottom:1px solid #edf0f5}.damage-list img{width:76px;height:62px;border-radius:8px;object-fit:cover}.damage-list span{display:flex;flex-direction:column;gap:5px}.damage-list small{color:var(--muted)}.damage-list button{border:0;background:none;color:#e24f48}.report-form{display:flex;flex-direction:column;gap:16px}.report-form textarea{width:100%}@media(max-width:800px){.handover-page{margin:-22px -16px 0}.handover-page>.checkout-footer{left:0;right:0;bottom:76px}}@media(max-width:520px){.handover-files{grid-template-columns:repeat(3,1fr)}.dashboard-fields{grid-template-columns:1fr}}.progress-page{max-width:760px;margin:auto}.progress-page .host-page-title>button{border:1px solid #dce2ec;background:#fff;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:var(--blue)}.progress-page .host-page-title>button svg{width:19px}.stat-blocks{display:grid;grid-template-columns:1fr 1fr;gap:14px}.stat-block{background:#fff;border-radius:14px;min-height:170px;padding:22px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 4px 18px #3543650b}.stat-block i{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin-bottom:12px}.stat-block i svg{width:21px}.stat-block strong{font-size:25px}.stat-block span{color:var(--muted);font-size:13px;margin-top:5px}.stat-block.earning i{color:#1fbcd6;background:#1fbcd619}.stat-block.views i{color:#00a98c;background:#00c9a719}.stat-block.trips i{color:#7657d9;background:#7657d916}.stat-block.rating i{color:#e8a900;background:#f8c60920}.stat-block.full{grid-column:1/3;min-height:135px}.progress-rates{background:#fff;border-radius:14px;margin-top:18px;padding:0 22px}.progress-rates article{padding:22px 0;border-bottom:1px solid #edf0f5}.progress-rates article:last-child{border:0}.progress-rates header{display:flex;justify-content:space-between;align-items:center}.progress-rates header span{display:flex;flex-direction:column;gap:4px}.progress-rates small,.progress-rates p{color:var(--muted)}.progress-rates header>strong{font-size:20px}.progress-rates article>div{height:6px;background:#e5eaf0;border-radius:4px;overflow:hidden;margin:13px 0}.progress-rates article>div i{display:block;height:100%;background:var(--cyan)}.progress-rates p{font-size:12px;margin:0}@media(max-width:520px){.stat-block{min-height:145px;padding:16px}.stat-block strong{font-size:21px}.progress-rates{padding:0 17px}}.activity-page{max-width:760px;margin:auto;background:#f5f7fa;min-height:calc(100dvh - 76px)}.notification-list{background:#fff}.notification-list article{display:grid;grid-template-columns:54px 1fr;gap:13px;padding:16px 20px;border-bottom:1px solid #edf0f5}.notification-list article.unread{background:#1fbcd608}.notification-list>article>i{width:52px;height:52px;border-radius:50%;background:#edf1f6;display:grid;place-items:center;overflow:hidden;color:var(--blue)}.notification-list>article>i img{width:100%;height:100%;object-fit:cover}.notification-list article>div>header{display:flex;justify-content:space-between;gap:10px}.notification-list em{font-style:normal;color:var(--cyan);font-size:11px;text-transform:uppercase}.notification-list time{font-size:10px;color:var(--muted)}.notification-list b{display:block;margin:5px 0}.notification-list p{margin:0;color:var(--muted);line-height:1.45;font-size:13px}.review-page{padding-bottom:90px}.review-page>section{background:#fff;padding:44px 22px;text-align:center}.review-page>section>i{width:82px;height:82px;border-radius:50%;background:#edf1f6;display:grid;place-items:center;margin:auto;color:var(--blue)}.review-page>section>i svg{width:38px;height:38px}.review-page>section p{color:var(--muted);max-width:480px;margin:0 auto 24px}.star-picker{display:flex;justify-content:center;gap:10px}.star-picker button{border:0;background:none;color:var(--gold);padding:4px}.star-picker svg{width:42px;height:42px}.waybill-page{padding-bottom:28px}.waybill-image{display:block;max-width:calc(100% - 40px);max-height:70dvh;object-fit:contain;margin:20px auto;border-radius:10px;box-shadow:0 4px 20px #0002}.waybill-page>a{display:flex;width:max-content;margin:20px auto;align-items:center;gap:8px;text-decoration:none}.waybill-page>a svg{width:18px}@media(max-width:800px){.activity-page{margin:-22px -16px 0}.review-page>.checkout-footer{bottom:76px}}.account-page{max-width:760px;margin:auto;background:#f5f7fa;min-height:calc(100dvh - 76px)}.account-menu{background:#fff}.account-menu button{width:100%;border:0;border-bottom:1px solid #edf0f5;background:#fff;padding:17px 20px;display:grid;grid-template-columns:34px 1fr auto;gap:11px;align-items:center;text-align:left;color:var(--navy)}.account-menu button>svg:first-child{color:var(--blue)}.account-menu span{display:flex;flex-direction:column;gap:4px}.account-menu small{color:var(--muted)}.close-account-link{margin:28px auto;border:0;background:none;color:#e24f48;display:flex;align-items:center;gap:8px}.close-account-link svg{width:18px}.close-account{background:#fff;text-align:center;padding:48px 24px}.close-account>svg{width:58px;height:58px;color:#e24f48}.close-account p{max-width:480px;margin:0 auto 25px;color:var(--muted);line-height:1.55}.verified-banner{padding:14px;border-radius:10px;background:#00c9a713;color:#008b75;display:flex;align-items:center;gap:8px}.verified-banner svg{width:20px}@media(max-width:800px){.account-page{margin:-22px -16px 0}}.listing-editor{max-width:760px;margin:auto;background:#f5f7fa;min-height:calc(100dvh - 76px)}.listing-editor-form{background:#fff;padding:24px;display:flex;flex-direction:column;gap:18px}.listing-editor-form>label{display:flex;flex-direction:column;gap:8px;color:var(--blue);font-size:13px;font-weight:600}.listing-editor-form input,.listing-editor-form select,.listing-editor-form textarea{border:1px solid #dce2ec;border-radius:10px;min-height:48px;padding:11px;background:#fafbfd;resize:vertical}.listing-editor-form>.button{align-self:center;min-width:230px}.interval-create{display:grid;grid-template-columns:1fr 1fr auto;gap:10px}.interval-create .button{white-space:nowrap}.interval-list{border:1px solid #e1e6ed;border-radius:12px;overflow:hidden}.interval-list>div{min-height:54px;padding:10px 14px;border-bottom:1px solid #edf0f5;display:flex;align-items:center;justify-content:space-between}.interval-list>div:last-child{border:0}.interval-list button{border:0;background:none;color:#e24f48}.interval-list svg{width:18px}@media(max-width:800px){.listing-editor{margin:-22px -16px 0}}@media(max-width:560px){.interval-create{grid-template-columns:1fr 1fr}.interval-create .button{grid-column:1/3}.listing-editor-form{padding:18px}}.ev-rule-links{margin-top:14px;border-top:1px solid #edf0f5}.ev-rule-links button{width:100%;border:0;border-bottom:1px solid #edf0f5;background:#fff;padding:14px 0;display:flex;justify-content:space-between;color:var(--navy)}.ev-rule-links svg{width:18px;color:var(--muted)}.ev-utility{max-width:760px;margin:auto;background:#f5f7fa;min-height:calc(100dvh - 76px)}.ev-info{background:#fff;padding:45px 24px;text-align:center}.ev-info>svg{width:62px;height:62px;color:var(--cyan)}.ev-info p{max-width:520px;margin:auto;color:var(--muted);line-height:1.65}.zone-list{background:#fff}.zone-list article{padding:17px 20px;border-bottom:1px solid #edf0f5;display:flex;gap:13px;align-items:center}.zone-list article>svg{color:var(--cyan)}.zone-list span{display:flex;flex-direction:column;gap:4px}.zone-list small{color:var(--muted)}.extension-options,.ev-photo-flow{padding:22px;background:#fff}.extension-options>p,.ev-photo-flow>p{color:var(--muted);line-height:1.5}.extension-options>button:not(.button){width:100%;border:1px solid #e1e6ed;background:#fff;border-radius:11px;min-height:60px;padding:12px 15px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;text-align:left;margin-bottom:9px;color:var(--navy)}.extension-options>button.active{border-color:var(--cyan);background:#1fbcd609}.extension-options>button>svg:last-child{color:var(--cyan);opacity:0}.extension-options>button.active>svg:last-child{opacity:1}.extension-options>.button,.ev-photo-flow>.button{display:block;min-width:240px;margin:22px auto 0}.ev-waybill{padding:22px}.ev-waybill img{width:100%;max-height:70dvh;object-fit:contain;background:#fff;border-radius:12px}.ev-waybill a{display:flex;width:max-content;margin:18px auto;gap:8px;text-decoration:none}@media(max-width:800px){.ev-utility{margin:-22px -16px 0}}.legal-page{max-width:860px;margin:auto;background:#fff;min-height:100dvh}.legal-page>article,.cancellation-content{padding:22px 28px 50px}.legal-page article section{padding:5px 0 18px}.legal-page h2{font-size:21px;margin-bottom:8px}.legal-page h3{font-size:14px;color:var(--muted);font-weight:500}.legal-page p{white-space:pre-line;line-height:1.65;color:#4c5870}.legal-page p strong{font-weight:700;color:var(--navy)}.legal-page p span,.legal-page p strong{white-space:pre-line}.cancellation-content img{display:block;max-width:100%;margin:0 auto 25px}.cancellation-content p{max-width:680px;margin:auto}@media(max-width:800px){.legal-page{margin:-22px -16px 0}.legal-page>article,.cancellation-content{padding:18px 20px 100px}}.auth-consent{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:9px!important;font-size:12px!important;line-height:1.5;font-weight:400!important}.auth-consent input{width:18px!important;height:18px!important;min-height:0!important;margin-top:1px}.auth-consent button{border:0;background:none;padding:0;color:var(--cyan);font:inherit;text-decoration:underline}.public-profile{max-width:760px;margin:auto;background:#f5f7fa;min-height:calc(100dvh - 76px)}.public-person{background:#fff;padding:24px;display:flex;align-items:center;gap:18px}.public-person>img{width:92px;height:92px;border-radius:50%;object-fit:cover}.public-person h1{margin:0 0 7px}.public-person p{display:flex;align-items:center;gap:5px;margin:0 0 6px;color:var(--blue)}.public-person p svg{width:17px;color:var(--gold)}.public-person small{color:var(--muted)}.public-verifications,.license-preview,.hosted-vehicles{background:#fff;margin-top:12px;padding:20px 22px}.public-verifications h2,.license-preview h2,.hosted-vehicles h2{font-size:19px}.public-verifications>div{display:grid;grid-template-columns:30px 1fr auto;align-items:center;padding:13px 0;border-top:1px solid #edf0f5}.public-verifications b{display:flex;align-items:center;gap:5px;font-size:12px}.public-verifications b svg{width:16px}.public-verifications .yes{color:#00a98c}.public-verifications .no{color:#e24f48}.license-preview button{border:0;background:none;padding:0}.license-preview img{max-width:280px;border-radius:10px}.hosted-vehicles .car-grid>button{border:0;background:#fff;border-radius:12px;overflow:hidden;text-align:left;color:var(--navy)}.hosted-vehicles .car-grid>button img{width:100%;height:160px;object-fit:cover}.hosted-vehicles .car-grid>button span{padding:12px;display:flex;flex-direction:column}.hosted-vehicles small{color:var(--muted)}.trip-user-link{width:100%;border:0;background:#fff;margin-top:12px;padding:17px 22px;display:flex;justify-content:space-between;color:var(--navy)}.trip-user-link svg{width:18px}.request-renter{width:100%;border:0;text-align:left;color:var(--navy);grid-template-columns:auto 1fr auto}@media(max-width:800px){.public-profile{margin:-22px -16px 0}}@media(max-width:700px){.mobile-frame,.auth-screen,.auth-actions,.continue-button{max-width:100%;min-width:0}.auth-screen{overflow-x:hidden}.auth-copy p{overflow-wrap:anywhere}.auth-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.auth-actions .button{min-width:0;padding:0 10px}.continue-button{padding:0 10px;text-align:center}.renter-search,.search-form,.search-toolbar{max-width:100%;min-width:0}.search-hero{width:calc(100% + 32px);max-width:none;min-width:0}.search-hero h1{max-width:100%;overflow-wrap:anywhere}.search-form label,.search-form input{max-width:100%;min-width:0}.search-toolbar>div:first-child{min-width:0}.search-toolbar>div:first-child b{font-size:19px;white-space:normal}.search-toolbar>div:last-child{flex:0 0 auto}.toolbar-button{font-size:0}.toolbar-button svg{display:block}.toolbar-button svg:only-child{display:block}.toolbar-button .lucide-chevron-down{display:none}}@media(max-width:800px){.bottom-tabs{height:76px;padding:12px 0 env(safe-area-inset-bottom);border:0;box-shadow:0 0 10px #0000001a}.bottom-tabs .nav-button{width:0;min-width:0;max-width:none;flex:1 1 0;padding:0 1px;gap:2px;overflow:hidden;color:#273146}.bottom-tabs .nav-button.active{color:#fca82d}.bottom-tabs .nav-button img{width:25px;height:25px;object-fit:contain}.bottom-tabs .nav-button span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400}.bottom-tabs .nav-button.active span{font-weight:600}.app-header{display:none}.page{padding-top:0}.profile-subheader,.checkout-header{top:0}.renter-search{min-height:calc(100dvh - 76px)}.search-hero{margin:0 -16px;width:calc(100% + 32px);padding:14px 0 0;border-radius:0 0 32px 32px;box-shadow:0 3px 4px #0000001a}.search-form{display:grid;grid-template-columns:1fr 1fr;padding:0 0 4px;border-radius:0;background:transparent}.search-form>label:first-child{grid-column:1/3;height:44px;min-height:44px;margin:0 24px 14px;padding:0 20px;border:0;border-radius:22px;background:#fff;color:#8f98aa}.search-form>label:first-child span{display:none}.search-form>label:first-child svg{width:20px}.search-form>label:not(:first-child){display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:5px;height:78px;min-height:78px;padding:12px 14px;border:0;border-top:1px solid #596076;border-radius:0;text-align:center;color:#fff}.search-form>label:nth-child(2){border-right:1px solid #596076}.search-form>label:not(:first-child) svg{display:none}.search-form>label:not(:first-child) span{font-size:12px;color:#fff;font-weight:400}.search-form>label:not(:first-child) input{height:30px;padding:0;color:#fca82d;background:transparent;text-align:center;font-size:13px;font-weight:600;color-scheme:dark}.renter-car-list{padding:80px 1px 64px;display:flex;flex-direction:column;gap:10px}.search-car-card{display:block;min-height:0;border-radius:6px;box-shadow:0 5px 3px #0000001a}.search-car-card>.search-car-image{float:left;width:35%;height:auto;aspect-ratio:1.2;margin-right:17px;border-radius:6px}.search-car-main{min-height:104px;padding:10px 10px 8px 0}.search-car-card>.search-car-features{grid-column:auto;clear:both;display:flex;margin:0;padding:6px 10px 8px;border-top:0}.search-car-address{margin:8px 0 0}.search-car-title h2{font-size:15px}.rn-search-actions{position:fixed;z-index:8;left:50%;bottom:92px;display:flex;align-items:stretch;transform:translate(-50%);border-radius:22px;background:#fff;box-shadow:0 0 5px #00000026;overflow:visible}.rn-search-actions button{display:flex;align-items:center;gap:4px;padding:10px 14px;border:0;background:transparent;color:#2c2f49;font-size:13px;white-space:nowrap}.rn-search-actions button svg{width:16px;height:16px}.rn-search-actions i{width:2px;background:#edf0f5}.search-loading,.search-error,.search-empty{min-height:calc(100dvh - 230px)}.google-map-wrap{margin:0 -16px;height:calc(100dvh - 230px)}.google-map{height:100%}.trips-page{margin:0 -16px;max-width:none}.trips-page .page-heading{height:56px;margin:0;display:grid;place-items:center;background:#2c2f49;color:#fff}.trips-page .page-heading h1{margin:0;font-size:16px;font-weight:500}.trips-page .segmented{margin:0;padding:0;height:50px;border-radius:0;background:#2c2f49}.trips-page .segmented button{position:relative;border-radius:0;color:#fff;font-size:16px;font-weight:600}.trips-page .segmented button.active{color:#fca82d;background:transparent;box-shadow:none}.trips-page .segmented button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:#fca82d}.trip-list{padding:16px;gap:10px}.trip-card.rn-trip-card{position:relative;display:block;padding:0;border-radius:6px;background:#fff;box-shadow:0 5px 3px #0000001a;text-align:left}.trip-card.rn-trip-card.ongoing:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;border-radius:6px 0 0 6px;background:#fca82d}.rn-trip-main{padding:20px 17px 9px}.rn-trip-dates{display:grid;grid-template-columns:1fr 26px 1fr;align-items:center}.rn-trip-dates b{font-size:14px}.rn-trip-dates b:last-child{text-align:right}.rn-trip-dates svg{width:16px}.rn-trip-car{display:block;margin:6px 0 8px;color:#7c8cac;font-size:14px}.rn-trip-main hr{height:1px;margin:0 0 10px;border:0;background:#edf0f5}.rn-trip-main p{display:flex;align-items:center;gap:8px;margin:6px 0;color:#2c2f49;font-size:12px}.rn-trip-main p svg{width:16px;color:#7c8cac}.rn-trip-main>strong{display:block;margin-top:9px;font-size:13px}.rn-trip-card footer{display:flex;align-items:center;justify-content:space-between;padding:10px 17px;border-top:1px solid #edf0f5}.rn-trip-card footer>b{display:flex;align-items:center;gap:4px;font-size:12px}.rn-trip-card footer>b svg{width:15px}.favorites-page{margin:0 -16px;max-width:none;min-height:calc(100dvh - 76px)}.favorites-page>.page-heading{height:56px;margin:0;display:grid;place-items:center;background:#2c2f49;color:#fff}.favorites-page>.page-heading h1{margin:0;font-size:16px;font-weight:500}.favorites-rn-list{display:flex;flex-direction:column;gap:10px;padding:14px 24px 90px}.profile-web{margin:0 -16px;padding:0 0 100px;background:#f5f7fa}.profile-rn-head{padding:0 30px;border-radius:0 0 20px 20px;background:#1fbcd6}.profile-rn-head>header{height:56px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;color:#fff}.profile-rn-head>header h1{grid-column:2;margin:0;text-align:center;font-size:16px}.profile-rn-head>header button{grid-column:3;border:0;background:transparent;color:#fff}.profile-rn-head .profile-banner{position:relative;transform:translateY(20px);display:flex;min-height:175px;padding:20px;border-radius:10px;background:#fff;box-shadow:0 3px 3px #0000004d;flex-direction:column;align-items:center;justify-content:space-between;text-align:center}.profile-rn-head .profile-banner>img{width:56px;height:56px;border-radius:0;object-fit:cover}.profile-rn-head .profile-banner h1{margin:0;font-size:16px}.profile-rn-head .profile-banner p{margin:0;color:#7c8cac;font-size:14px}.profile-rn-head .profile-banner>div{display:grid;width:100%;grid-template-columns:1fr 168px 1fr;align-items:center}.profile-rn-head .profile-banner i{display:grid;place-items:center}.profile-rn-head .profile-banner i>svg,.profile-rn-head .profile-banner i>img{width:24px;height:24px}.profile-rn-head .profile-banner>div>button{grid-column:2;width:168px;height:28px;border:0;border-radius:14px;background:#fca82d;color:#fff;font-size:12px}.profile-role-switch{display:grid;width:90%;min-height:50px;margin:54px auto 32px;padding:7px 13px;border:0;border-radius:10px;background:#2c2f49;color:#fff;grid-template-columns:38px 1fr 24px;align-items:center;text-align:left}.profile-role-switch img{width:34px;height:34px;padding:5px;border-radius:50%;background:#fff;object-fit:contain}.profile-role-switch span{padding-left:10px;font-size:14px}.profile-role-switch svg{width:20px}.profile-menu-group.rn-group{margin:0 0 22px;border-radius:0;background:#fff}.profile-menu-group.rn-group h2{height:46px;margin:0;padding:0 24px;display:flex;align-items:center;border-bottom:1px solid #e4e8ef;background:linear-gradient(90deg,#fff,#edeef2);color:#273146;font-size:16px;font-weight:500}.profile-menu-group.rn-group button{min-height:57px;padding:0 24px;display:grid;grid-template-columns:1fr auto auto;gap:8px;border-bottom:1px solid #edf0f5}.profile-menu-group.rn-group button span{font-size:15px}.profile-menu-group.rn-group button>svg:last-child{width:24px;color:#273146}.profile-warning,.profile-verified{width:24px;height:24px}.profile-verified{color:#00a98c}.delete-group button{background:#f7665f!important;color:#fff}.app-info{padding:0 24px;text-align:center;color:#7c8cac;font-size:12px}.rn-home{min-height:calc(100dvh - 76px);display:flex;align-items:center}.rn-home .role-grid{width:100%;padding:8px 0;display:grid;grid-template-columns:1fr;gap:16px}.rn-home .role-card{position:relative;display:grid;width:100%;height:min(220px,calc((100dvh - 156px)/3));min-height:175px;padding:12px 26px;border:0;border-radius:8px;background:linear-gradient(90deg,#1d2536,#465980);box-shadow:none;grid-template-columns:minmax(0,180px) 1fr;grid-template-rows:1fr 42px;color:#fff}.rn-home .role-card.selected{background:#fed79e;color:#273146}.rn-home .role-card.disabled{background:#8390aa;color:#fff}.rn-home .role-card>div{align-self:center}.rn-home .role-card h2{margin:0 0 8px;font-size:20px;font-weight:700}.rn-home .role-card p{display:block;margin:0;color:inherit;font-size:14px}.rn-home .role-card img{justify-self:end;align-self:center;width:70px;height:100px;filter:brightness(0) invert(1);object-fit:contain}.rn-home .role-card.selected img{filter:none;opacity:.75}.rn-home .role-card>button{grid-column:1/3;height:42px;margin-top:auto;border:0;border-radius:8px;background:linear-gradient(90deg,#fcac29,#f9bd14);color:#273146;font-weight:600}.rn-home .role-card.selected>button,.rn-home .role-card.disabled>button{background:#c6ccd8}.details-title{padding:20px 24px}.details-title h1{font-size:22px}.details-daily-price{padding:7px;border-radius:6px;background:#1fbcd6;color:#fff;font-size:13px;font-weight:600;white-space:nowrap}.pickup-return-rows{margin:26px 0;background:#fff}.pickup-return-rows .details-row{margin:0}.details-features{margin:26px 0;background:#fff}.details-documentation{margin-top:26px;background:#fff}.details-documentation>h2{height:46px;margin:0;padding:0 24px;display:flex;align-items:center;border-bottom:1px solid #e4e8ef;background:linear-gradient(90deg,#fff,#edeef2);font-size:16px;font-weight:500}.details-documentation .details-row{margin:0}.details-documentation .details-row:last-child{opacity:.55}.pricing h4{margin:12px 0 4px;color:var(--muted);font-size:13px;font-weight:500}.checkout-payment-row{width:100%;border:0;border-top:1px solid #edf0f5;background:#fff;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:16px 24px;text-align:left;color:var(--navy)}.checkout-payment-row>span{display:flex;flex-direction:column;gap:3px}.checkout-payment-row small{color:var(--muted)}.checkout-payment-row em{font-style:normal;color:var(--cyan);font-weight:600;font-size:13px}}.pricing h4{margin:12px 0 4px;color:var(--muted);font-size:13px;font-weight:500}.checkout-payment-row{width:100%;border:0;border-top:1px solid #edf0f5;background:#fff;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:16px 24px;text-align:left;color:var(--navy)}.checkout-payment-row>span{display:flex;flex-direction:column;gap:3px}.checkout-payment-row small{color:var(--muted)}.checkout-payment-row em{font-style:normal;color:var(--cyan);font-weight:600;font-size:13px}.rn-listings-head{height:64px;background:#fff;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:0 10px}.rn-listings-head h1{margin:0;text-align:center;font-size:18px}.rn-listings-head button{border:0;background:none;color:var(--navy);display:grid;place-items:center}.rn-listings .host-listings{display:block;padding:14px 24px}.rn-listing-card{display:block;margin-bottom:10px;border-radius:6px;background:#fff;box-shadow:0 5px 8px #27314618}.rn-listing-card>button{display:block;width:100%;padding:0;border:0;background:none;text-align:left;color:var(--navy)}.rn-listing-image{position:relative;width:100%;aspect-ratio:1.8;overflow:hidden;border-radius:6px 6px 0 0}.rn-listing-image>img{width:100%;height:100%;object-fit:cover}.rn-listing-image .listing-status{position:absolute;right:17px;bottom:17px;display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:50px;background:#fff;color:#273146}.rn-listing-image .listing-status i{width:6px;height:6px;border-radius:50%;background:#00a98c}.rn-listing-image .listing-status.inactive i{background:#f7665f}.rn-listing-copy{padding:11px 17px}.rn-listing-copy h2{margin:0 0 4px;font-size:18px}.rn-listing-copy p{display:block;margin:0;color:#aab3c5;font-size:13px}.rn-listing-copy em{display:block;margin-top:8px;padding:12px;border-radius:24px;background:#273146;color:#fff;text-align:center;font-style:normal;font-weight:600}@media(max-width:800px){.rn-listings{margin:-22px -16px 0}.rn-listings .host-listings{padding:14px 24px}}@media(min-width:801px){.search-car-card>.search-car-features{grid-column:2;padding:0 17px 14px}}.postreg{max-width:520px;min-height:100dvh;margin:auto;background:#f8fafc;display:flex;flex-direction:column}.postreg main{padding:46px 28px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.postreg h1{font-size:29px;margin:0 0 9px}.postreg main>p{color:var(--muted);margin:0 0 30px}.bot-avatar{flex:none;border-radius:50%;background:linear-gradient(#5bc5d1,#2d7a8a);display:flex;align-items:center;justify-content:center;gap:7px}.bot-avatar b{width:15%;aspect-ratio:1;border-radius:50%;background:#fff}.postreg.welcome .bot-avatar{margin-bottom:26px}.bot-bubble{align-self:flex-start;max-width:88%;background:#fff;border-radius:4px 16px 16px;padding:13px 16px;text-align:left;margin:5px 0;box-shadow:0 3px 14px #35436510}.postreg footer{padding:16px 25px 28px}.postreg footer .button{width:100%}.language-step .globe{width:62px;height:62px;background:var(--cyan);color:#fff;border-radius:50%;display:grid;place-items:center;margin-bottom:22px}.language-step main>button{width:100%;border:1px solid #dfe5ed;background:#fff;border-radius:13px;padding:13px;display:grid;grid-template-columns:48px 1fr 28px;align-items:center;text-align:left;margin-bottom:10px;color:var(--navy)}.language-step main>button.selected{border-color:var(--cyan);background:#1fbcd608}.language-step main>button>i{width:43px;height:43px;border-radius:50%;background:#edf1f6;display:grid;place-items:center;font-style:normal;font-weight:700}.language-step main>button span{display:flex;flex-direction:column;gap:3px}.language-step main>button small{color:var(--muted)}.language-step main>button em{color:var(--cyan)}.language-step main>button em svg{width:20px}.language-step aside{color:var(--muted);font-size:12px;margin-top:15px}.postreg-chat{max-width:620px;height:100dvh;margin:auto;background:#edf1f6;display:grid;grid-template-rows:70px 1fr auto}.postreg-chat>header{background:var(--navy);color:#fff;display:grid;grid-template-columns:44px 44px 1fr;gap:8px;align-items:center;padding:0 12px}.postreg-chat>header>button{border:0;background:none;color:#fff}.postreg-chat>header span{display:flex;flex-direction:column}.postreg-chat>header small{color:#b9c7d9}.postreg-chat>main{overflow:auto;padding:18px;display:flex;flex-direction:column;gap:9px}.postreg-chat>main>time{text-align:center;color:var(--muted);font-size:11px}.bot-message,.user-message{max-width:82%;padding:11px 14px;line-height:1.45}.bot-message{align-self:flex-start;background:#fff;border-radius:4px 15px 15px}.user-message{align-self:flex-end;background:var(--cyan);color:#fff;border-radius:15px 4px 15px 15px}.postreg-chat>form{padding:10px 13px;background:#fff;display:grid;grid-template-columns:1fr 42px;gap:8px}.postreg-chat>form input{border:0;background:#f1f4f7;border-radius:22px;padding:0 15px}.postreg-chat>form button{width:42px;height:42px;border:0;border-radius:50%;background:var(--cyan);color:#fff}.info-confirm,.postreg-uploads{background:#fff;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:11px}.info-confirm label{display:flex;flex-direction:column;gap:5px;font-size:12px;color:var(--blue)}.info-confirm input{height:42px;border:1px solid #dce2ec;border-radius:9px;padding:0 10px}.postreg-uploads{display:grid;grid-template-columns:1fr 1fr}.postreg-uploads>label,.postreg-uploads>div{height:150px;border:2px dashed #b9c6d6;border-radius:11px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--blue);overflow:hidden}.postreg-uploads input{position:absolute;width:1px;height:1px;opacity:0}.postreg-uploads img{width:100%;height:100%;object-fit:cover}.postreg-uploads>div>span{position:absolute;left:7px;bottom:7px;background:#fff;padding:3px 6px;border-radius:6px;font-size:10px}.postreg-uploads>div button{position:absolute;right:6px;top:6px;border:0;background:#fff;color:#e24f48;border-radius:50%;width:30px;height:30px}.postreg-uploads>.button{grid-column:1/3}.postreg-complete{text-align:center;padding:45px}.postreg-complete>svg{width:70px;height:70px;color:#00b99a}.cancellation-page{max-width:760px;margin:auto;background:#f5f7fa;min-height:calc(100dvh - 76px);padding-bottom:90px}.policy-link{width:100%;border:0;background:#fff;padding:17px 22px;display:flex;justify-content:space-between;color:var(--navy)}.policy-link svg{width:19px;color:var(--muted)}.cancellation-page>section{background:#fff;margin-top:12px;padding:20px 22px}.cancellation-page>section h2{margin-bottom:4px}.cancellation-page>section>p{color:var(--muted)}.cancellation-page>section>button{width:100%;border:0;border-top:1px solid #edf0f5;background:#fff;min-height:54px;display:grid;grid-template-columns:28px 1fr;gap:9px;align-items:center;text-align:left;color:var(--navy)}.cancellation-page>section>button i{width:22px;height:22px;border:2px solid #c5cfdb;border-radius:50%;display:grid;place-items:center}.cancellation-page>section>button.selected i{background:var(--cyan);border-color:var(--cyan);color:#fff}.cancellation-page>section>button i svg{width:14px}.cancellation-page textarea{width:100%;border:1px solid #dce2ec;border-radius:10px;padding:12px;resize:vertical}@media(max-width:800px){.cancellation-page{margin:-22px -16px 0}.cancellation-page>.checkout-footer{bottom:76px}}.checkout-setting{max-width:760px;margin:auto;background:#f5f7fa;min-height:calc(100dvh - 76px);padding-bottom:90px}.date-settings,.location-settings,.coverage-settings{background:#fff;padding:22px}.date-settings{display:grid;grid-template-columns:1fr 1fr;gap:14px}.date-settings label{display:flex;flex-direction:column;gap:8px;color:var(--blue);font-size:13px;font-weight:600}.date-settings input{height:50px;border:1px solid #dce2ec;border-radius:10px;padding:0 11px}.location-settings{display:grid;grid-template-columns:1fr 1fr;gap:18px}.location-settings h2{font-size:17px}.location-settings>div>button{width:100%;border:1px solid #e0e5ed;background:#fff;border-radius:10px;padding:12px;margin-bottom:8px;display:grid;grid-template-columns:26px 1fr 24px;gap:7px;text-align:left;color:var(--navy)}.location-settings>div>button.selected{border-color:var(--cyan);background:#1fbcd608}.location-settings button>svg{width:18px;color:var(--cyan)}.location-settings span{display:flex;flex-direction:column;gap:3px}.location-settings small{color:var(--muted)}.location-settings i{color:var(--cyan)}.coverage-settings>button{width:100%;border:0;border-bottom:1px solid #edf0f5;background:#fff;min-height:68px;display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:center;text-align:left;color:var(--navy)}.coverage-settings>button>i{width:22px;height:22px;border:2px solid #c6cfdb;border-radius:50%;display:grid;place-items:center}.coverage-settings>button.selected>i{background:var(--cyan);border-color:var(--cyan);color:#fff}.coverage-settings>button>i svg{width:14px}.coverage-settings span{display:flex;flex-direction:column;gap:4px}.coverage-settings small{color:var(--muted)}.checkout-info-row{width:100%;border:0;background:#fff;color:var(--navy);text-align:left}.checkout-section.terms button{border:0;background:none;color:var(--cyan);text-decoration:underline}@media(max-width:800px){.checkout-setting{margin:-22px -16px 0}.checkout-setting>.checkout-footer{bottom:76px}}@media(max-width:560px){.date-settings,.location-settings{grid-template-columns:1fr}}.vehicle-calendar>input[type=month]{max-width:260px}.vehicle-calendar>section{border:1px solid #e1e6ed;border-radius:11px;overflow:hidden}.vehicle-calendar>section h3{margin:0;padding:13px 15px;background:#f5f7fa}.vehicle-calendar>section>div{padding:12px 15px;border-top:1px solid #edf0f5;color:var(--blue)}.preference-page,.transaction-page{max-width:760px;margin:auto;background:#f5f7fa;min-height:calc(100dvh - 76px);padding-bottom:90px}.preference-page>section{background:#fff;padding:20px 22px}.preference-page>section>label{display:block;color:var(--muted);margin-bottom:12px}.preference-page>section>button{width:100%;border:0;border-top:1px solid #edf0f5;background:#fff;min-height:55px;display:flex;align-items:center;justify-content:space-between;color:var(--navy)}.preference-page>section>button.selected{color:var(--cyan)}.preference-page>section>button svg{width:19px}.poa-intro{text-align:center;background:#fff;padding:32px 22px 20px}.poa-intro>svg{width:58px;height:58px;color:var(--cyan)}.poa-intro p{max-width:480px;margin:auto;color:var(--muted)}.transaction-amount{text-align:center;background:var(--navy);color:#fff;padding:35px 20px;display:flex;flex-direction:column;gap:7px}.transaction-amount strong{font-size:34px}.transaction-amount span,.transaction-amount time{color:#c4cede}.transaction-meta{background:#fff;padding:8px 20px}.transaction-meta>div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #edf0f5}.transaction-meta span{color:var(--muted)}.transaction-link{width:100%;border:0;border-top:12px solid #f5f7fa;background:#fff;padding:18px 22px;display:grid;grid-template-columns:auto 1fr auto;gap:9px;text-align:left;color:var(--navy)}.transaction-link>svg:last-child{width:18px;color:var(--muted)}.transactions>button{width:100%;border:0;border-bottom:1px solid #edf0f5;background:#fff;padding:14px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;text-align:left;color:var(--navy)}@media(max-width:800px){.preference-page,.transaction-page{margin:-22px -16px 0}.preference-page>.checkout-footer{bottom:76px}}.google-map-wrap{height:640px;position:relative;border-radius:18px;overflow:hidden;background:#e6eaf0}.google-map{position:absolute;top:0;right:0;bottom:0;left:0}.map-error{position:absolute;z-index:2;left:14px;right:14px;top:14px;background:#fff4f3;color:#c23e37;border:1px solid #ffc9c5;border-radius:10px;padding:10px}.google-map-wrap>.map-empty{height:100%}@media(max-width:800px){.google-map-wrap{height:calc(100dvh - 210px);border-radius:0;margin:0 -16px}}.ev-reports>button{width:100%;border:0;background:#fff;color:var(--navy);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:17px;text-align:left;border-bottom:1px solid #edf0f5}.ev-reports>button:hover{background:#f8fafc}.ev-reports>button>svg{color:#f8a72d}.ev-reports>button:last-child{border-bottom:0}.ev-end{display:flex;flex-direction:column;gap:18px}.ev-end-success{text-align:center;padding:12px}.ev-end-success svg{width:58px;height:58px;color:#10b981}.ev-end-success h2{margin:10px 0 0}.ev-end>section{background:#fff;border-radius:14px;padding:8px 18px}.ev-end>section>div{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid #edf0f5}.ev-end>section>div:last-child{border-bottom:0}.ev-end>section span{color:var(--muted)}.ev-rating{text-align:center}.ev-rating h2{font-size:18px}.ev-rating>div{justify-content:center!important;border:0!important}.ev-rating button{border:0;background:none;color:var(--gold);padding:5px}.ev-rating svg{width:31px;height:31px}.report-preview{display:flex;flex-direction:column;gap:18px}.report-preview>section{background:#fff;border-radius:14px;padding:28px;text-align:center}.report-preview>section>svg{width:52px;height:52px;color:#10b981}.report-preview h2{margin:12px 0 6px}.report-preview p{color:var(--blue)}.report-preview time{color:var(--muted);font-size:13px}.report-preview .upload-grid img{aspect-ratio:1;object-fit:cover;border-radius:12px}.ev-ready-end{background:#fff;border-radius:16px;padding:28px}.ev-ready-end>img{display:block;width:100px;height:100px;object-fit:contain;margin:0 auto 18px}.ev-ready-end h2{text-align:center}.ev-ready-end>p{color:var(--muted);line-height:1.5}.ev-ready-end ol{margin:20px 0 28px;padding-left:24px}.ev-ready-end li{padding:8px 0;line-height:1.45}.ev-ready-end .button{width:100%}.ev-tariffs.selectable>button{width:100%;border:0;border-bottom:1px solid #edf0f5;background:#fff;padding:14px 4px;display:grid;grid-template-columns:1fr auto 26px;align-items:center;text-align:left;color:var(--navy)}.ev-tariffs.selectable>button.selected{background:#fffbed}.ev-tariffs.selectable>button:disabled{opacity:.45}.ev-tariffs.selectable>button i{color:var(--gold);display:flex}.ev-tariffs.selectable>button i svg{width:20px}.ev-tariffs.selectable>select{width:100%;margin-top:14px;border:1px solid #dce2ec;border-radius:10px;padding:12px}.reservation-timer{margin-top:14px!important;border:0!important;border-radius:12px;background:var(--navy);color:#fff;align-items:center}.reservation-timer span{color:#cbd5e1!important}.reservation-timer strong{font-size:22px}.host-decline>p{color:var(--muted);margin-top:-4px}.host-decline .reason{border:1px solid #dce2ec;background:#fff;border-radius:11px;padding:13px;display:flex;align-items:center;gap:11px;text-align:left;color:var(--navy)}.host-decline .reason.selected{border-color:var(--gold);background:#fffdf3}.host-decline .reason i{width:22px;height:22px;border:1px solid #c8d0dc;border-radius:50%;display:grid;place-items:center;color:var(--navy)}.host-decline .reason i svg{width:14px}.host-decline textarea{width:100%;border:1px solid #dce2ec;border-radius:11px;padding:12px;resize:vertical}.ev-wallet-inline{margin:0 0 18px;background:linear-gradient(135deg,#202b48,#34456f);color:#fff;border-radius:16px;padding:22px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px 18px}.ev-wallet-inline span{color:#cbd5e1}.ev-wallet-inline strong{grid-column:1;font-size:30px}.ev-wallet-inline .button{grid-column:2;grid-row:1/3;min-width:130px}@media(max-width:600px){.ev-wallet-inline{grid-template-columns:1fr}.ev-wallet-inline .button{grid-column:1;grid-row:auto;width:100%}}.phone-code-button{border:0!important;border-right:1px solid #dce2ec!important;background:transparent!important;border-radius:0!important;padding:0 12px!important;align-self:stretch;color:var(--navy);font-weight:600}.phone-code-backdrop{z-index:40}.phone-code-picker{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:min(560px,100%);height:min(76vh,720px);background:#fff;border-radius:20px 20px 0 0;padding:18px;display:flex;flex-direction:column}.phone-code-picker header{display:grid;grid-template-columns:1fr 42px;gap:10px}.phone-code-picker header input{border:1px solid #dce2ec;border-radius:12px;padding:12px}.phone-code-picker header button{border:0;background:#edf1f6;border-radius:50%;font-size:24px}.phone-code-picker>div{overflow:auto;margin-top:12px}.phone-code-picker>div>button{width:100%;border:0;border-bottom:1px solid #edf0f5;background:#fff;padding:13px 8px;display:flex;justify-content:space-between;text-align:left;color:var(--navy)}.phone-code-picker>div>button.selected{background:#fffbed}.phone-code-picker>div b{color:var(--blue)}.wizard-milestone{min-height:430px;background:linear-gradient(145deg,#202b48,#34456f);border-radius:18px;color:#fff;padding:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.wizard-milestone>svg{width:82px;height:82px;border:4px solid var(--gold);border-radius:50%;padding:19px;color:var(--gold)}.wizard-milestone h2{font-size:30px;margin:24px 0 10px}.wizard-milestone p{color:#d7deea;max-width:520px;line-height:1.55}.wizard-milestone.ready>img{width:min(310px,80%);height:180px;object-fit:contain}.wizard-milestone ul{text-align:left;line-height:1.8;margin-top:18px}@media(max-width:600px){.wizard-milestone{padding:28px 18px;min-height:390px}.wizard-milestone h2{font-size:25px}}.confirm-backdrop{z-index:60;display:grid;place-items:center;padding:18px}.confirm-dialog{width:min(430px,100%);background:#fff;border-radius:18px;padding:26px;box-shadow:0 24px 70px #10182855}.confirm-dialog h2{margin:0 0 10px}.confirm-dialog p{color:var(--muted);line-height:1.55}.confirm-dialog>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.system-error{min-height:100dvh;background:#f5f7fa;color:var(--navy);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;overflow:hidden}.system-error>svg{width:78px;height:78px;color:var(--gold);flex:none}.system-error h1{width:100%;min-width:0;margin:24px 0 8px;font-size:clamp(25px,7vw,34px);white-space:normal!important;overflow-wrap:anywhere}.system-error p{width:100%;max-width:480px;min-width:0;color:var(--muted);line-height:1.55;white-space:normal!important;overflow-wrap:anywhere}.system-error .button{margin-top:20px;min-width:190px}.browser-content{height:calc(100dvh - 148px);display:flex;flex-direction:column}.browser-content .profile-subheader>a{color:var(--navy);display:grid;place-items:center}.browser-content iframe{width:100%;flex:1;border:0;background:#fff;border-radius:0 0 14px 14px}body{background:#eef1f6}.web-shell{display:block;width:100%;max-width:480px;min-height:100dvh;margin:0 auto;background:var(--bg);box-shadow:0 0 50px #24314b1a}.app-column{width:100%;min-width:0}.page{max-width:none;margin:0;padding:0 16px 100px}.bottom-tabs{position:fixed;z-index:50;left:50%;right:auto;bottom:0;display:flex;width:min(100%,480px);height:76px;padding:12px 0 env(safe-area-inset-bottom);transform:translate(-50%);justify-content:space-around;border:0;background:#fff;box-shadow:0 0 10px #0000001a}.bottom-tabs .nav-button{width:0;min-width:0;max-width:none;flex:1 1 0;flex-direction:column;justify-content:center;gap:2px;padding:0 1px;overflow:hidden;border-radius:0;color:#273146}.bottom-tabs .nav-button.active{color:#fca82d;background:#fff}.bottom-tabs .nav-button img{width:25px;height:25px;object-fit:contain}.bottom-tabs .nav-button span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400}.bottom-tabs .nav-button.active span{font-weight:600}.profile-subheader,.checkout-header{top:0}.renter-search{min-height:calc(100dvh - 76px)}.search-hero{width:calc(100% + 32px);max-width:none;min-width:0;margin:0 -16px;padding:14px 0 0;border-radius:0 0 32px 32px;box-shadow:0 3px 4px #0000001a}.search-form{display:grid;max-width:100%;min-width:0;grid-template-columns:1fr 1fr;padding:0 0 4px;border-radius:0;background:transparent}.search-form>label:first-child{height:44px;min-height:44px;margin:0 24px 14px;padding:0 20px;grid-column:1 / 3;border:0;border-radius:22px;background:#fff;color:#8f98aa}.search-form>label:first-child span{display:none}.search-form>label:not(:first-child){display:grid;height:78px;min-height:78px;padding:12px 14px;grid-template-columns:1fr;grid-template-rows:auto auto;gap:5px;border:0;border-top:1px solid #596076;border-radius:0;text-align:center;color:#fff}.search-form>label:nth-child(2){border-right:1px solid #596076}.search-form>label:not(:first-child) svg{display:none}.search-form>label:not(:first-child) span{color:#fff;font-size:12px;font-weight:400}.search-form>label:not(:first-child) input{height:30px;min-width:0;padding:0;color:#fca82d;background:transparent;text-align:center;font-size:13px;font-weight:600;color-scheme:dark}.renter-car-list{display:flex;padding:80px 1px 64px;flex-direction:column;gap:10px}.search-car-card{display:block;min-height:0;border-radius:6px;box-shadow:0 5px 3px #0000001a}.search-car-card>.search-car-image{float:left;width:35%;height:auto;margin-right:17px;aspect-ratio:1.2;border-radius:6px}.search-car-main{min-height:104px;padding:10px 10px 8px 0}.search-car-card>.search-car-features{display:flex;clear:both;margin:0;padding:6px 10px 8px;grid-column:auto;border-top:0}.rn-search-actions{bottom:92px}.google-map-wrap{height:calc(100dvh - 230px);margin:0 -16px}.trips-page,.favorites-page,.profile-web{max-width:none;margin-right:-16px;margin-left:-16px}.trips-page .page-heading,.favorites-page>.page-heading{display:grid;height:56px;margin:0;place-items:center;background:#2c2f49;color:#fff}.trips-page .page-heading h1,.favorites-page>.page-heading h1{margin:0;font-size:16px;font-weight:500}.trips-page .segmented{height:50px;margin:0;padding:0;border-radius:0;background:#2c2f49}.trips-page .segmented button{position:relative;border-radius:0;color:#fff;font-size:16px;font-weight:600}.trips-page .segmented button.active{color:#fca82d;background:transparent;box-shadow:none}.trips-page .segmented button.active:after{position:absolute;right:0;bottom:0;left:0;height:4px;background:#fca82d;content:""}.trip-list{padding:16px;gap:10px}.trip-rating{display:flex;min-height:58px;margin-top:12px;padding:0 22px;align-items:center;justify-content:space-between;background:#fff}.trip-rating b{display:flex;align-items:center;gap:5px;color:#f8c609}.trip-rating svg{width:20px}.rn-home{min-height:calc(100dvh - 76px)}.rn-home .role-grid{grid-template-columns:1fr}.details-page,.checkout-page,.trip-details,.host-detail,.car-wizard,.ev-details,.active-ev,.handover-page,.activity-page,.account-page,.listing-editor,.ev-utility,.public-profile{max-width:none;margin-right:-16px;margin-left:-16px}.rn-listings{margin:0 -16px}.chat-page{height:calc(100dvh - 76px);margin:0 -16px 76px}.booking-footer,.checkout-footer,.wizard-footer,.ev-footer,.handover-page>.checkout-footer{right:auto!important;bottom:76px!important;left:50%!important;width:min(100%,480px);transform:translate(-50%)}@media(max-width:480px){body{background:#fff}.web-shell{box-shadow:none}}
