:root{font-family:DM Sans,sans-serif;color:#171126;background:#fbfaff;font-synthesis:none;--purple: #5916d2;--purple-2: #711cff;--ink: #171126;--muted: #5f5868;--lavender: #f0ecff;--lavender-2: #e4dcff;--coral: #ff5351;--pink: #f42479;--white: #fff;--green: #18a36b;--red: #d63a51;--line: #eae6f1;--shadow: 0 22px 65px rgba(49, 25, 91, .1);--radius: 28px;--ease: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.04em}p{color:var(--muted);line-height:1.7}.page{min-height:100vh}.button{min-height:48px;padding:0 20px;border-radius:15px;border:0;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;cursor:pointer;transition:box-shadow .2s,color .2s,background .2s}.button:disabled{opacity:.5;cursor:not-allowed}.button--primary{color:#fff;background:linear-gradient(135deg,var(--purple),var(--purple-2));box-shadow:0 12px 26px #5916d238}.button--primary:hover{box-shadow:0 16px 34px #5916d24d}.button--secondary{color:var(--purple);background:var(--lavender);border:1px solid var(--lavender-2)}.button--ghost{color:var(--muted);background:transparent}.button--danger{color:var(--red);background:#fff0f2}.button--light{color:var(--purple);background:#fff;box-shadow:0 10px 30px #27085e2e}.button--large{min-height:58px;padding:0 26px;border-radius:18px}.brand img{width:145px;height:48px;object-fit:contain}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--purple);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 5px #ff53511f}.eyebrow--light{color:#fff}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 8px 30px #2716470a}.status{display:inline-flex;align-items:center;gap:7px;background:#f4f1f7;color:#655d70;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800;text-transform:capitalize;white-space:nowrap}.status i{width:6px;height:6px;border-radius:50%;background:currentColor}.status--positive{color:#0f8759;background:#e8f9f1}.status--negative{color:#c13b50;background:#fff0f2}.field,.field__control{display:grid;gap:8px}.field__label{font-weight:700;font-size:13px}.field__hint,.field__error{font-size:12px;color:var(--muted)}.field__error{display:flex;align-items:center;gap:5px;color:var(--red)}.file-upload{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:11px 12px;overflow:hidden;border:1.5px dashed #c9b8e5;border-radius:16px;background:radial-gradient(circle at top left,rgba(113,48,211,.08),transparent 48%),#fcfaff;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.file-upload:hover{border-color:var(--purple);background-color:#f9f5ff;transform:translateY(-1px)}.file-upload:focus-within{border-color:var(--purple);box-shadow:0 0 0 4px #5916d21a}.file-upload.has-file{border-style:solid;border-color:#b9a1df;background-color:#f8f4ff}.file-upload__icon{display:grid;width:44px;height:44px;place-items:center;border-radius:13px;color:var(--purple);background:#eee5fb;transition:color .2s ease,background .2s ease,transform .2s ease}.file-upload:hover .file-upload__icon{transform:translateY(-2px)}.file-upload.has-file .file-upload__icon{color:#087957;background:#e5f7f0}.file-upload__copy{display:grid;min-width:0;gap:3px;text-align:left}.file-upload__copy strong,.file-upload__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-upload__copy strong{color:var(--ink);font-size:13px}.file-upload__copy small{color:var(--muted);font-size:11px}.file-upload__action{padding:8px 11px;border:1px solid rgba(89,22,210,.14);border-radius:10px;color:var(--purple);background:#ffffffd1;font-size:12px;font-weight:800}.file-upload__input{position:absolute;inset:0;z-index:2;width:100%;height:100%;min-height:0;padding:0;border:0;border-radius:inherit;opacity:0;cursor:pointer}.file-upload__input:disabled{cursor:not-allowed}.file-upload:has(.file-upload__input:disabled){opacity:.55;cursor:not-allowed}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;min-height:50px;padding:0 14px;background:#fff;color:var(--ink);outline:none;transition:border .2s,box-shadow .2s}textarea{padding-top:13px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--purple);box-shadow:0 0 0 4px #5916d217}input:disabled{background:#f6f4f8;color:#9e97a8}.input-wrap{display:flex;align-items:center;border:1px solid var(--line);border-radius:14px;padding-left:14px;transition:border .2s,box-shadow .2s}.input-wrap:focus-within{border-color:var(--purple);box-shadow:0 0 0 4px #5916d217}.input-wrap>svg{color:#9b93a7;width:19px}.input-wrap input{border:0;box-shadow:none!important}.phone-input-wrap .phone-prefix{display:inline-flex;align-items:center;min-height:48px;padding:0 10px 0 8px;border-right:1px solid var(--line);color:var(--ink);font-size:13px;font-weight:800;letter-spacing:.01em;white-space:nowrap}.phone-input-wrap input{min-width:0;padding-left:12px}.input-wrap button{border:0;background:transparent;color:var(--muted);width:50px;min-height:48px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;padding:72px 24px;border:1px dashed #d8d1e3;border-radius:var(--radius);background:#fdfcff}.empty__icon{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 18px;border-radius:22px;background:var(--lavender);color:var(--purple)}.empty h3{font-size:22px;margin-bottom:7px}.empty p{max-width:420px;margin:0 auto 20px}.empty .button{margin:auto}.toast-stack{position:fixed;right:24px;bottom:24px;z-index:300;display:grid;gap:10px}.toast{display:flex;align-items:center;gap:10px;background:#191323;color:#fff;border-radius:16px;padding:14px 15px;min-width:280px;max-width:380px;box-shadow:var(--shadow)}.toast>svg{color:#75e2b7}.toast--error>svg{color:#ff8799}.toast button{margin-left:auto;border:0;background:transparent;color:#aaa}.skeleton-list{display:grid;gap:12px}.skeleton{height:118px;border-radius:22px;padding:22px;background:#fff;display:grid;gap:11px;overflow:hidden;border:1px solid var(--line)}.skeleton span{height:13px;border-radius:10px;background:linear-gradient(90deg,#eeeaf3 20%,#f9f8fb,#eeeaf3 60%);background-size:300% 100%;animation:shimmer 1.5s infinite}.skeleton span:nth-child(1){width:35%}.skeleton span:nth-child(2){width:65%}.skeleton span:nth-child(3){width:48%}@keyframes shimmer{to{background-position:-100% 0}}.modal-backdrop{position:fixed;inset:0;background:#160c268c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:grid;place-items:center;padding:24px}.modal{background:#fbfaff;width:min(720px,100%);max-height:min(90vh,900px);overflow:auto;border-radius:32px;padding:28px;box-shadow:0 34px 100px #1107234d}.modal__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.modal__head h2{margin:0;font-size:25px}.modal__head button{border:0;background:#eeeaf3;width:46px;height:46px;border-radius:50%;display:grid;place-items:center}.public-profile{display:grid;gap:18px}.public-profile__hero{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(135deg,#f9f6ff,#fff)}.public-profile__avatar{width:64px;height:64px;flex:0 0 64px;font-size:19px}.public-profile__hero h3{margin:0 0 7px;font-size:21px}.public-profile__role{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.public-profile__verified{display:inline-flex;align-items:center;gap:5px;color:#16734c;font-size:11px;font-weight:800}.public-profile__stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.public-profile__stats>span{display:grid;gap:4px;padding:15px;border:1px solid var(--line);border-radius:16px;background:#fff}.public-profile__stats strong{font-size:22px;color:var(--ink)}.public-profile__stats small{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:11px;font-weight:700}.public-profile__vehicle{display:grid;gap:10px;padding:16px;border:1px solid rgba(91,24,216,.14);border-radius:18px;background:#f1edff9e}.public-profile__section-head{display:flex;align-items:center;gap:8px;color:var(--purple)}.public-profile__vehicle-copy{display:grid;gap:4px}.public-profile__vehicle-copy strong{color:var(--ink)}.public-profile__vehicle-copy span,.public-profile__muted{color:var(--muted);font-size:12px}.offer-tabs{display:flex;gap:8px;max-width:950px;margin:0 0 16px;overflow-x:auto;padding:2px 2px 5px;scrollbar-width:thin}.offer-tabs button{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;min-height:42px;padding:9px 13px;border:1px solid var(--line);border-radius:14px;color:var(--muted);background:#ffffffb8;font-size:12px;font-weight:800;white-space:nowrap}.offer-tabs button:hover,.offer-tabs button.is-active{border-color:#5b18d847;color:var(--purple);background:var(--lavender)}.offer-tabs button b{display:grid;min-width:21px;height:21px;place-items:center;border-radius:999px;color:var(--purple);background:#5b18d81a;font-size:10px}.offer-price__old{display:block;color:var(--muted);font:800 32px Manrope;text-decoration-thickness:2px;text-decoration-color:#a33c63}.negotiation-message__amount-old{display:block;margin:0;color:inherit;font-size:1.75rem;font-weight:800;opacity:.68;text-decoration-thickness:2px;text-decoration-color:#ff94bd}.offer-counterparty{display:inline-flex;align-items:center;gap:9px;min-width:0;padding:5px 8px 5px 5px;border:1px solid rgba(91,24,216,.12);border-radius:999px;color:var(--ink);background:#ffffffb8;text-align:left;cursor:pointer}.offer-counterparty:hover{border-color:#5b18d84d;background:#fff}.offer-counterparty .avatar{width:30px;height:30px;flex:0 0 30px;font-size:10px}.offer-counterparty__copy{display:grid;gap:1px;min-width:0}.offer-counterparty__copy strong{overflow:hidden;max-width:180px;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.offer-counterparty__copy small{color:var(--purple);font-size:10px;font-weight:800}.form-error{background:#fff0f2;color:#bb3049;border:1px solid #ffd5dc;border-radius:13px;padding:12px 14px;font-size:13px}.inline-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.inline-fields--three{grid-template-columns:repeat(3,1fr)}.simple-form{display:grid;gap:18px}.simple-form>p{margin:0}.trip-form-intro{padding:13px 14px;border:1px solid rgba(113,48,211,.14);border-radius:14px;background:#7130d30d;color:var(--muted);font-size:13px;line-height:1.5}.trip-use-now{justify-self:start;padding:0;border:0;background:transparent;color:var(--purple);font:inherit;font-size:12px;font-weight:800;cursor:pointer}.trip-use-now:hover{text-decoration:underline}.trip-use-now:focus-visible{outline:2px solid var(--purple);outline-offset:4px;border-radius:3px}.check-row{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:16px;cursor:pointer}.check-row input{width:20px;height:20px;min-height:0;accent-color:var(--purple)}.check-row span{display:flex;align-items:center;gap:8px}.check-row span small{display:block;color:var(--muted)}.route-art{position:absolute;inset:0;overflow:hidden}.route-art svg{width:100%;height:100%}.map-line{fill:none;stroke:#ffffff24;stroke-width:2}.map-line--two{stroke-dasharray:5 12}.route-art__parcel{position:absolute;left:23%;top:45%;width:72px;height:58px;background:linear-gradient(135deg,#ff765b,#f5237c);border-radius:15px;transform:rotate(-8deg);display:grid;place-items:center;color:#fff;font:800 27px Manrope;box-shadow:0 15px 30px #2a07604d}.route-art__parcel:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:10px;background:#ffffff40}.route-art__parcel i{position:absolute;width:12px;height:12px;background:#fff;border-radius:50%;right:-4px;bottom:-4px;border:4px solid var(--coral)}.landing{background:#fff;overflow:hidden}.landing-nav{height:90px;display:flex;align-items:center;justify-content:space-between;max-width:1240px;margin:auto;padding:0 28px}.landing-nav nav{display:flex;gap:34px;font-weight:600;font-size:14px}.landing-nav>div{display:flex;align-items:center;gap:20px}.nav-login{font-weight:700}.hero{max-width:1240px;min-height:690px;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center;padding:40px 28px 80px}.hero__copy{position:relative;z-index:2}.hero h1{font-size:clamp(58px,6.8vw,98px);line-height:.94;margin:20px 0 28px}.hero h1 em{font-style:normal;color:var(--purple)}.hero__copy>p{font-size:18px;max-width:540px}.hero__actions{display:flex;gap:12px;margin:30px 0}.hero__proof{display:flex;align-items:center;gap:14px;font-size:13px}.hero__proof strong{display:flex;align-items:center;gap:4px}.hero__proof svg{color:#ffb71b}.avatar-stack{display:flex}.avatar-stack i{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--purple);color:#fff;border:3px solid #fff;margin-left:-8px;font-style:normal;font-size:10px}.avatar-stack i:nth-child(2){background:var(--pink)}.avatar-stack i:nth-child(3){background:var(--coral)}.hero__visual{height:610px;border-radius:48px 48px 150px;background:radial-gradient(circle at 80% 10%,#8d47ff 0,transparent 30%),linear-gradient(145deg,#4b08bd,#711cff);position:relative;box-shadow:0 40px 90px #4810a840}.hero__visual:before{content:"";position:absolute;inset:30px;border:1px solid rgba(255,255,255,.13);border-radius:32px 32px 125px}.floating-card{position:absolute;background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:14px;display:flex;align-items:center;gap:12px}.floating-card--parcel{left:-50px;bottom:90px}.floating-card--driver{right:-25px;top:88px}.floating-card>span:not(.avatar){width:45px;height:45px;display:grid;place-items:center;background:var(--lavender);border-radius:13px;color:var(--purple)}.floating-card div{display:grid}.floating-card small{font-size:11px;color:var(--muted)}.floating-card strong{font-size:13px}.floating-card em{font-style:normal;font-weight:800;color:var(--purple);margin-left:18px}.avatar{width:43px;height:43px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--pink),var(--coral));color:#fff;font-weight:800;font-size:12px;flex:0 0 auto;overflow:hidden}.avatar img,.welcome-avatar img{width:100%;height:100%;object-fit:cover}.floating-card--driver small{display:flex;align-items:center;gap:4px;color:var(--green)}.trust-strip{max-width:1184px;margin:0 auto 140px;padding:26px 36px;border:1px solid var(--line);border-radius:24px;display:flex;align-items:center;justify-content:space-between}.trust-strip>span{text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--muted);font-size:11px}.trust-strip>div{display:grid;grid-template-columns:auto auto;position:relative;padding-left:30px}.trust-strip>div i{position:absolute;left:0;top:8px;width:9px;height:9px;background:var(--coral);border-radius:50%;box-shadow:0 0 0 6px #fff0ed}.trust-strip strong{font:800 25px Manrope}.trust-strip small{grid-column:2;color:var(--muted)}.how{max-width:1184px;margin:0 auto 150px;padding:0 28px}.section-heading{max-width:650px}.section-heading h2,.safety__copy h2{font-size:clamp(38px,5vw,62px);line-height:1.05;margin:15px 0 20px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px}.feature-card{position:relative;min-height:340px;display:flex;flex-direction:column;align-items:flex-start}.feature-card__number{position:absolute;right:22px;top:20px;color:#dcd6e5;font:800 28px Manrope}.feature-card__icon{width:60px;height:60px;display:grid;place-items:center;background:var(--lavender);color:var(--purple);border-radius:19px;margin-bottom:42px}.feature-card h3{font-size:23px;margin-bottom:10px}.feature-card p{font-size:14px}.feature-card>svg{margin-top:auto;color:var(--purple)}.safety{background:#f3efff;max-width:1184px;margin:0 auto 150px;border-radius:48px;min-height:590px;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden}.safety__art{height:100%;position:relative;background:linear-gradient(145deg,var(--purple),#7f2bff)}.safety__art:before,.safety__art:after{content:"";position:absolute;border:2px dashed rgba(255,255,255,.25);border-radius:50%;inset:60px}.safety__art:after{inset:125px}.safety__ring{position:absolute;inset:50%;transform:translate(-50%,-50%);width:210px;height:210px;background:#fff;border-radius:50%;display:grid;place-items:center;box-shadow:0 25px 80px #15023b4d}.safety__ring>svg{width:65px;height:65px;color:var(--purple)}.safety__ring span{display:grid;text-align:center}.safety__ring b{font-size:24px}.safety__ring small{color:var(--muted)}.mini-badge{position:absolute;background:#fff;border-radius:15px;padding:12px 14px;display:flex;align-items:center;gap:7px;font-weight:700;font-size:12px;box-shadow:var(--shadow)}.mini-badge svg{color:var(--purple)}.mini-badge--one{top:90px;right:35px}.mini-badge--two{bottom:80px;left:30px}.safety__copy{padding:60px}.safety__copy ul{list-style:none;padding:0;display:grid;gap:15px;margin:28px 0}.safety__copy li{display:flex;align-items:center;gap:10px;font-weight:600}.safety__copy li svg{color:var(--green)}.cta{max-width:1184px;height:420px;border-radius:48px;background:linear-gradient(135deg,#40119e,var(--purple-2));margin:0 auto 90px;position:relative;overflow:hidden;color:#fff;display:grid;place-items:center;text-align:center}.cta>div:last-child{z-index:2}.cta h2{font-size:clamp(40px,6vw,68px);line-height:1.05;max-width:800px;margin:12px 0 28px}.cta>div>span{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800}.landing footer{max-width:1184px;margin:auto;padding:35px 0 55px;display:flex;align-items:center;gap:30px;border-top:1px solid var(--line)}.landing footer img{width:130px}.landing footer p{margin:0}.landing footer span{margin-left:auto;color:var(--muted);font-size:12px}.auth-page{display:grid;grid-template-columns:minmax(400px,.85fr) 1.15fr;background:#fff}.auth-art{min-height:100vh;position:sticky;top:0;padding:42px 55px;color:#fff;background:linear-gradient(150deg,#36068d,var(--purple-2));overflow:hidden;display:flex;flex-direction:column}.auth-art>a{display:flex;align-items:center;gap:8px;font-weight:700;font-size:13px;z-index:2}.auth-art>img{width:140px;filter:brightness(0) invert(1);margin-top:45px;position:relative;z-index:2}.auth-art>div:not(.route-art){margin-top:auto;max-width:490px;position:relative;z-index:2}.auth-art h2{font-size:42px;line-height:1.08;margin:14px 0}.auth-art p{color:#ffffffb3}.auth-art .route-art{opacity:.7}.auth-art>ul{list-style:none;padding:0;display:flex;gap:20px;position:relative;z-index:2;margin-top:30px;font-size:12px}.auth-art li{display:flex;align-items:center;gap:4px}.auth-art li svg{width:15px}.auth-form-wrap{display:grid;place-items:center;padding:50px 28px}.auth-form{width:min(510px,100%)}.auth-mobile-logo{display:none}.auth-form h1{font-size:44px;margin:12px 0 8px}.auth-form>p{margin-bottom:28px}.role-switch{display:grid;grid-template-columns:1fr 1fr;background:#f5f3f8;border-radius:16px;padding:5px;margin-bottom:22px}.role-switch button{border:0;background:transparent;min-height:51px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;color:var(--muted)}.role-switch button.active{background:#fff;color:var(--purple);box-shadow:0 5px 16px #220f3f14}.auth-form form{display:grid;gap:17px}.forgot{font-size:13px;color:var(--purple);font-weight:700;text-align:right}.auth-submit{width:100%;margin-top:4px}.auth-swap{text-align:center!important;font-size:13px;margin:24px 0 0!important}.auth-swap a{color:var(--purple);font-weight:800}.simple-auth{min-height:100vh;display:grid;place-items:center;padding:28px}.error-page{min-height:100dvh;display:grid;place-content:center;justify-items:center;gap:1rem;padding:2rem;text-align:center}.error-page img{width:min(220px,60vw);margin-bottom:1rem}.error-page p{max-width:34rem;color:var(--ink-muted)}.simple-auth>img{position:absolute;left:40px;top:30px;width:140px}.simple-auth>a{position:absolute;right:40px;top:35px;display:flex;align-items:center;gap:6px;font-weight:700}.simple-auth form,.simple-auth>div{width:min(480px,100%);display:grid;gap:18px}.simple-auth h1{font-size:42px;margin-bottom:0}.success-icon{width:70px;height:70px;border-radius:24px;background:var(--lavender);color:var(--purple);display:grid;place-items:center}.app-shell{min-height:100vh;background:#f8f7fb;padding-left:258px}.sidebar{position:fixed;left:0;top:0;bottom:0;width:258px;background:#fff;border-right:1px solid var(--line);padding:27px 20px;z-index:40;display:flex;flex-direction:column}.sidebar>.brand{padding:0 12px;margin-bottom:45px}.sidebar nav,.drawer nav{display:grid;gap:7px}.sidebar nav a,.drawer nav a{min-height:52px;border-radius:14px;padding:0 14px;display:flex;align-items:center;gap:13px;font-weight:700;color:#7b7485;font-size:14px}.sidebar nav a.active,.drawer nav a.active{color:var(--purple);background:var(--lavender)}.sidebar nav a.active svg,.drawer nav a.active svg{fill:#5916d221}.sidebar__profile{margin-top:auto;background:#f7f5fa;border-radius:18px;padding:11px;display:flex;align-items:center;gap:10px}.sidebar__profile div{display:grid;min-width:0}.sidebar__profile strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__profile small{text-transform:capitalize;color:var(--muted)}.sidebar__profile button{margin-left:auto;border:0;background:transparent;color:var(--muted)}.mobile-head,.bottom-nav{display:none}.app-content{max-width:1450px;margin:auto;padding:38px 42px 80px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:35px}.page-head h1{font-size:42px;margin:8px 0}.page-head p{margin:0}.dashboard-hero{height:325px;border-radius:34px;color:#fff;display:flex;align-items:center;position:relative;overflow:hidden;padding:42px 48px;background:linear-gradient(135deg,#4b10b4,var(--purple-2));margin-bottom:24px}.dashboard-hero--driver{background:linear-gradient(135deg,#1d1330,#4c176f)}.dashboard-hero>div:first-child{position:relative;z-index:3}.dashboard-hero h1{font-size:44px;line-height:1.04;margin:12px 0}.dashboard-hero p{color:#ffffffad;max-width:500px;margin-bottom:22px}.dashboard-hero .route-art{left:45%}.dashboard-hero .route-art__parcel{transform:scale(.75) rotate(-8deg)}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:42px}.quick-actions a{background:#fff;border:1px solid var(--line);border-radius:20px;padding:17px;display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center}.quick-actions a>span{grid-row:1/3;width:48px;height:48px;border-radius:15px;background:var(--lavender);color:var(--purple);display:grid;place-items:center}.quick-actions strong{font-size:14px}.quick-actions small{color:var(--muted)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(290px,.85fr);gap:28px}.section-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:17px}.section-row h2{margin:5px 0 0;font-size:25px}.section-row>a{display:flex;align-items:center;gap:5px;color:var(--purple);font-size:13px;font-weight:700}.request-list,.admin-list{display:grid;gap:10px}.request-row,.admin-list>a{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);padding:15px 17px;border-radius:18px}.request-row>div,.admin-list>a>div{display:grid;min-width:0}.request-row small{color:var(--muted)}.request-row strong{display:flex;align-items:center;gap:6px}.request-row strong svg{width:14px}.request-row>div>span{font-size:12px;color:var(--muted)}.request-row>.status,.admin-list .status{margin-left:auto}.route-pins{width:38px;display:flex;align-items:center}.route-pins i{width:8px;height:8px;border:2px solid var(--purple);border-radius:50%}.route-pins i:last-child{border-color:var(--coral)}.route-pins b{height:2px;background:#d9d2e1;width:19px}.delivery-mini{padding:19px;margin-bottom:10px}.delivery-mini>div{display:flex;justify-content:space-between;color:var(--purple)}.delivery-mini h3{font-size:16px;margin:15px 0 4px}.delivery-mini p{font-size:12px;margin-bottom:12px}.delivery-mini a{display:flex;align-items:center;gap:4px;color:var(--purple);font-size:12px;font-weight:700}.tip-card>svg{color:var(--purple)}.tip-card h3{margin:20px 0 7px}.tip-card p{font-size:13px;margin:0}.welcome-head{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:30px;padding:38px;margin-bottom:28px}.welcome-head h1{font-size:40px;margin:10px 0}.welcome-head p{margin:0}.progress-ring,.admin-shield{width:95px;height:95px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--purple) 66%,var(--lavender) 0);font:800 22px Manrope;position:relative}.progress-ring:before{content:"";position:absolute;inset:8px;background:#fff;border-radius:50%;z-index:0}.progress-ring{isolation:isolate}.progress-ring:before{z-index:-1}.admin-shield{background:var(--lavender);color:var(--purple)}.admin-shield svg{width:38px;height:38px}.onboarding-steps{display:grid;gap:14px;max-width:900px}.step-card{display:flex;gap:20px;opacity:.56}.step-card>span{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:#f1eff4}.step-card h3{margin:4px 0}.step-card p{margin-bottom:15px}.step-card--active,.step-card--done{opacity:1}.step-card--active{border-color:var(--purple);box-shadow:0 12px 35px #5916d214}.step-card--active>span{background:var(--purple);color:#fff}.step-card--done>span{background:#e7f8f0;color:var(--green)}.driver-status{height:48px;display:flex;align-items:center;justify-content:space-between;margin-top:-20px}.driver-status>div{display:flex;align-items:center;gap:9px;font-weight:700}.driver-status a{font-size:12px;color:var(--purple);font-weight:700}.live-dot{width:9px;height:9px;border-radius:50%;background:#aaa}.live-dot.is-live{background:#20ba7c;box-shadow:0 0 0 6px #20ba7c21;animation:pulse 2s infinite}@keyframes pulse{50%{box-shadow:0 0 0 10px #20ba7c00}}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0 0 38px}.stat-grid .card{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:13px}.stat-grid .card>span{grid-row:1/3;width:48px;height:48px;border-radius:15px;background:var(--lavender);color:var(--purple);display:grid;place-items:center}.stat-grid small{color:var(--muted)}.stat-grid strong{font:800 24px Manrope}.active-trip{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px}.trip-route{display:grid;place-items:center}.trip-route span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--lavender);color:var(--purple)}.trip-route span:last-child{background:#fff0ec;color:var(--coral)}.trip-route i{height:26px;border-left:2px dashed #ccc}.active-trip h3{margin:5px 0}.active-trip p{margin:0;font-size:13px}.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.resource-card{display:flex;flex-direction:column;min-height:285px}.resource-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.resource-icon{width:48px;height:48px;border-radius:16px;background:var(--lavender);color:var(--purple);display:grid;place-items:center;flex:none}.resource-card>small{color:var(--muted)}.resource-card h3{font-size:19px;margin:7px 0 20px}.mini-route{display:grid;gap:7px;margin-top:auto}.mini-route span{display:flex;align-items:center;gap:8px}.mini-route i{width:10px;height:10px;border-radius:50%;border:3px solid var(--purple)}.mini-route span:last-child i{border-color:var(--coral)}.mini-route em{height:15px;border-left:2px dashed #dad4e1;margin-left:4px}.resource-card__foot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:14px;margin-top:18px;color:var(--muted);font-size:12px}.resource-card__foot button{border:0;background:transparent;color:var(--red);display:flex;align-items:center;gap:5px}.resource-card__foot svg{width:15px}.wizard{display:grid;gap:22px}.stepper{display:flex;align-items:center;justify-content:center;margin-bottom:8px}.stepper>span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#e9e5ee;color:#999;font-weight:800;position:relative}.stepper span small{position:absolute;top:39px;white-space:nowrap;font-size:10px;color:#4f4759}.stepper>span.active{background:var(--purple);color:#fff}.stepper>i{width:90px;height:2px;background:#e1dce7}.wizard-panel{display:grid;gap:17px;padding-top:18px}.wizard-panel>h3{font-size:24px;margin:0}.wizard-panel>p{margin:-10px 0 4px}.stop-editor{padding:17px;display:grid;gap:13px}.stop-editor>strong{display:flex;align-items:center;gap:7px;color:var(--purple)}.stop-location-note{margin:-2px 3px 0;color:var(--muted);font-size:11px;line-height:1.45}.timing-now{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;border:1px solid rgba(89,22,210,.14);border-radius:17px;background:linear-gradient(135deg,#f6f0ff,#fff)}.timing-now>svg{width:38px;height:38px;padding:9px;border-radius:12px;color:var(--purple);background:#e9ddfb}.timing-now>div{display:grid}.timing-now small{color:var(--muted);font-size:11px}.timing-now .button{min-height:40px;padding-inline:13px}.upload-tile{border:1px dashed #cfc6db;border-radius:17px;padding:17px;display:flex;align-items:center;gap:12px;cursor:pointer}.upload-tile>svg{color:var(--purple)}.upload-tile span{display:grid;font-weight:700}.upload-tile small{font-weight:400;color:var(--muted)}.upload-tile input{display:none}.wizard-actions{display:flex;justify-content:space-between}.summary-card{display:flex;gap:14px;padding:18px;background:var(--lavender)}.summary-card>svg,.summary-card>span{color:var(--purple)}.summary-card div{display:grid}.summary-card strong{margin:4px 0}.summary-card p{font-size:12px;margin:0}.request-alert{display:grid;gap:3px;margin-top:14px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--red) 24%,transparent);border-radius:12px;background:color-mix(in srgb,var(--red) 8%,transparent);color:var(--red);font-size:.82rem}.request-alert span{color:var(--muted);font-size:.76rem}.offer-list{display:grid;gap:15px;max-width:950px}.offer-card__head{display:flex;justify-content:space-between}.offer-card__head>div{display:flex;align-items:center;gap:12px}.offer-card__head>div>div{display:grid}.offer-card__head small{color:var(--muted)}.offer-price{background:var(--lavender);border-radius:18px;padding:18px;margin:20px 0;display:grid}.offer-price small,.offer-price span{color:var(--muted);font-size:12px}.offer-price strong{font:800 32px Manrope;color:var(--purple)}.offer-card__foot{display:flex;align-items:center;justify-content:space-between}.offer-card__foot>span{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.offer-card__foot>div{display:flex;gap:8px}.trip-layout{display:grid;grid-template-columns:minmax(350px,.8fr) minmax(450px,1.2fr);gap:24px}.trip-list{display:grid;gap:12px;align-content:start}.trip-card{padding:0;overflow:hidden}.trip-card.is-selected{border-color:var(--purple);box-shadow:0 0 0 3px #5916d214}.trip-card__main{width:100%;display:flex;align-items:center;gap:14px;text-align:left;border:0;background:#fff;padding:18px}.trip-card__icon{width:46px;height:46px;border-radius:15px;background:var(--lavender);color:var(--purple);display:grid;place-items:center;flex:none}.trip-card__main>div:nth-child(2){display:grid;min-width:0}.trip-card__main small,.trip-card__main p{color:var(--muted);font-size:11px;margin:0}.trip-card__main h3{font-size:15px;margin:4px 0}.trip-card__main .status{margin-left:auto}.trip-delete{border:0;border-top:1px solid var(--line);width:100%;height:38px;background:#fff;color:var(--red);display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px}.trip-delete svg{width:14px}.matches-panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;min-height:500px}.match-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.match-card{padding:18px}.match-card>div{display:flex;justify-content:space-between}.match-distance,.cold-badge{padding:6px 8px;border-radius:99px;background:#e8f9f1;color:var(--green);font-size:10px;font-weight:800}.cold-badge{background:#edf6ff;color:#2484c6}.match-card h3{font-size:15px;margin:16px 0 6px;display:flex;align-items:center;gap:5px}.match-card h3 svg{width:14px}.match-card p{font-size:12px;margin:0}.match-card>small{display:flex;align-items:center;gap:5px;color:var(--muted);margin:12px 0}.match-card>small svg{width:14px}.match-card .button{width:100%}.split-note{font-size:12px}.tracking-layout{display:grid;grid-template-columns:360px 1fr;gap:22px}.delivery-list{display:grid;gap:8px;align-content:start}.delivery-list button{border:1px solid var(--line);background:#fff;border-radius:18px;display:flex;align-items:center;gap:11px;padding:13px;text-align:left}.delivery-list button.active{border-color:var(--purple);box-shadow:0 0 0 3px #5916d214}.delivery-list button>div{display:grid;min-width:0}.delivery-list strong{font-size:12px}.delivery-list small{font-size:10px;color:var(--muted)}.delivery-list .status{margin-left:auto}.tracking-detail{display:grid;gap:16px}.live-map{height:380px;border-radius:30px;background:#eeeaf3;position:relative;overflow:hidden}.live-map svg{width:100%;height:100%}.live-map path{fill:none;stroke:#fff;stroke-width:26}.live-map .map-route{stroke:var(--purple);stroke-width:5;stroke-dasharray:9 12}.map-pin,.map-vehicle{position:absolute;width:48px;height:48px;border-radius:18px;display:grid;place-items:center;box-shadow:var(--shadow)}.map-pin--start{left:11%;bottom:16%;background:#fff;color:var(--purple)}.map-pin--end{right:20%;top:21%;background:var(--coral);color:#fff}.map-vehicle{left:48%;top:44%;background:var(--purple);color:#fff;border:4px solid #fff}.map-badge{position:absolute;top:17px;left:17px;background:#fff;border-radius:99px;padding:10px 14px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:8px}.route-metric{position:absolute;top:17px;right:17px;z-index:500;display:flex;align-items:center;gap:7px;padding:10px 13px;border:1px solid rgba(255,255,255,.8);border-radius:999px;color:var(--ink);background:#ffffffeb;box-shadow:0 8px 26px #24113f24;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:11px;font-weight:700;white-space:nowrap;pointer-events:none}.route-metric svg{width:15px;height:15px;flex:0 0 auto}.route-metric svg,.route-metric strong{color:var(--purple)}.route-metric--fallback{color:#8a5360;background:#fff5f7f0}.tracking-summary{display:flex;justify-content:space-between;align-items:center}.tracking-summary h2{margin:6px 0}.tracking-summary p{margin:0}.timeline{display:flex;align-items:flex-start;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px}.timeline>div{flex:1;display:grid;justify-items:center;gap:8px;position:relative}.timeline>div:not(:last-child):after{content:"";position:absolute;top:17px;left:60%;right:-40%;height:2px;background:#e1dce8}.timeline span{width:34px;height:34px;border-radius:50%;background:#eeeaf2;color:#aaa;display:grid;place-items:center;font-size:11px;z-index:1}.timeline .active span{background:var(--purple);color:#fff}.timeline .active:not(:last-child):after{background:var(--purple)}.timeline small{font-size:9px;text-align:center}.driver-actions{display:flex;justify-content:flex-end;gap:10px}.tracking-auto-note{align-self:center;margin:0 auto 0 0;color:var(--muted);font-size:.84rem}.profile-layout{display:grid;grid-template-columns:330px 1fr;gap:22px}.profile-layout>aside,.profile-layout>section{display:grid;gap:16px;align-content:start}.profile-card{text-align:center}.profile-avatar{width:100px;height:100px;border-radius:32px;margin:0 auto 18px;background:var(--lavender);display:grid;place-items:center;position:relative;cursor:pointer;overflow:hidden}.profile-avatar>span{width:100%;height:100%;display:grid;place-items:center;font:800 28px Manrope;color:var(--purple)}.profile-avatar>span img{width:100%;height:100%;object-fit:cover}.profile-avatar i{position:absolute;right:5px;bottom:5px;background:var(--purple);color:#fff;width:30px;height:30px;border-radius:50%;display:grid;place-items:center}.profile-avatar i svg{width:14px}.profile-avatar input{display:none}.avatar-editor{display:grid;gap:18px}.avatar-editor__frame{position:relative;width:min(280px,calc(100vw - 76px));aspect-ratio:1;margin:0 auto;overflow:hidden;border-radius:24px;background:#1d1924;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.avatar-editor__frame:active{cursor:grabbing}.avatar-editor__frame>img{position:absolute;top:50%;left:50%;max-width:none;pointer-events:none;will-change:transform}.avatar-editor__guide{position:absolute;inset:14px;border:2px solid rgba(255,255,255,.95);border-radius:50%;box-shadow:0 0 0 90px #0d0a128f;pointer-events:none}.avatar-editor__move{position:absolute;bottom:22px;left:50%;display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;color:#fff;background:#120d19a8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:11px;font-weight:700;transform:translate(-50%);pointer-events:none}.avatar-editor__zoom{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:9px;padding:12px 14px;border:1px solid var(--line);border-radius:15px;color:var(--purple);background:#faf8fd;font-size:12px;font-weight:800}.avatar-editor__zoom input{min-height:28px;padding:0;accent-color:var(--purple);box-shadow:none}.avatar-editor__hint{margin:-7px 0 0;color:var(--muted);font-size:12px;text-align:center}.avatar-editor__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-card h2{margin-bottom:3px}.profile-card>p{font-size:13px;margin-bottom:12px}.profile-stats{display:grid;grid-template-columns:1fr 1fr;margin-top:22px;border-top:1px solid var(--line);padding-top:18px}.profile-stats span{display:grid}.profile-stats span+span{border-left:1px solid var(--line)}.profile-stats b{font:800 22px Manrope}.profile-stats small{display:flex;justify-content:center;align-items:center;gap:4px;color:var(--muted)}.profile-stats svg{width:13px;color:#ffb71b;fill:currentColor}.availability-card>div{display:flex;gap:12px}.availability-card>div>span{width:44px;height:44px;border-radius:15px;background:#f0eef3;color:#777;display:grid;place-items:center}.availability-card h3{margin:0}.availability-card p{font-size:12px;margin:3px 0 15px}.availability-card .button{width:100%}.availability-card.is-online>div>span{background:#e5f8ef;color:var(--green)}.settings-card{padding:28px}.settings-title{display:flex;align-items:center;gap:14px;margin-bottom:24px}.settings-title>span{width:48px;height:48px;border-radius:16px;background:var(--lavender);color:var(--purple);display:grid;place-items:center}.settings-title h2{font-size:20px;margin:0}.settings-title p{font-size:12px;margin:3px 0}.settings-title .status{margin-left:auto}.settings-card form{display:grid;gap:15px}.settings-card form .button{justify-self:start}.tool-list,.security-card{display:grid}.tool-list button,.security-card button{border:0;background:#fff;display:flex;align-items:center;gap:14px;padding:15px 0;text-align:left;border-top:1px solid var(--line)}.tool-list button:first-child,.security-card button:first-child{border-top:0}.tool-list button:disabled{opacity:.5}.tool-list button>span,.security-card button>span{width:42px;height:42px;border-radius:14px;background:#f4f1f7;display:grid;place-items:center;color:var(--purple)}.tool-list button>div,.security-card button>div{display:grid}.tool-list small,.security-card small{color:var(--muted)}.tool-list button>svg,.security-card button>svg{margin-left:auto;color:#aaa}.admin-list>a small{color:var(--muted)}.stat-grid--admin{margin-top:25px}.filter-pills{display:flex;background:#eeeaf2;padding:4px;border-radius:14px}.filter-pills button{border:0;background:transparent;min-height:40px;padding:0 15px;border-radius:10px;text-transform:capitalize}.filter-pills button.active{background:#fff;color:var(--purple);box-shadow:0 4px 12px #210f3b12}.admin-table{display:grid;gap:10px}.application-row,.account-row{display:grid;grid-template-columns:auto 1.4fr 1fr .8fr auto;align-items:center;gap:16px;padding:16px 18px}.account-row{grid-template-columns:auto 1.5fr .5fr .5fr auto}.application-row>div,.account-row>div{display:grid}.application-row small,.account-row small{color:var(--muted);font-size:11px}.row-actions{display:flex!important;flex-direction:row;gap:7px}.application-notice,.application-review-note{display:flex;align-items:flex-start;gap:12px;margin:16px 0;padding:15px;border:1px solid #f0cf8a;border-radius:16px;color:#684300;background:#fff7e6}.application-notice>svg,.application-review-note>svg{flex:0 0 auto;margin-top:2px}.application-notice p,.application-review-note p{margin:4px 0 0}.application-notice>div>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.application-notice span{padding:5px 9px;border-radius:999px;font-size:11px;font-weight:700;background:#fff}.application-flow{display:grid;gap:20px}.application-stepper{margin:0 auto;width:min(390px,100%)}.application-stepper svg{width:15px}.application-stepper>span small,.application-stepper>span.active small{color:#4f4759}.setup-loading{padding:40px 16px;color:var(--muted);text-align:center}.application-summary{display:grid;gap:18px}.summary-intro{display:flex;align-items:center;gap:13px;padding:17px;border-radius:18px;background:#f0eaff}.summary-intro>svg{color:var(--purple)}.summary-intro h3,.summary-intro p{margin:0}.summary-intro p{color:var(--muted)}.application-summary dl{display:grid;gap:10px;margin:0}.application-summary dl>div{padding:14px 16px;border:1px solid var(--line);border-radius:15px;background:#fff}.application-summary dt{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.application-summary dd{margin:4px 0 0;font-weight:700}.application-summary__file{display:flex;align-items:center;gap:6px;margin-top:8px;color:var(--muted);font-size:12px;font-weight:500}.application-summary__file svg{width:15px}.application-summary__actions,.admin-review__actions{display:flex;justify-content:flex-end;gap:9px}.admin-review{display:grid;gap:18px}.admin-review__identity{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;border-radius:18px;background:#f0eaff}.admin-review__identity>div{display:grid}.admin-review__identity small,.admin-review__facts small,.admin-review__facts span{color:var(--muted)}.admin-review__facts{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.admin-review__facts>div{display:grid;gap:3px;padding:13px;border:1px solid var(--line);border-radius:15px;background:#fff}.admin-review__documents{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.admin-review__documents>strong{grid-column:1 / -1}.admin-review__documents .button{min-width:0}.admin-review__request{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:14px;border:1px solid #f0cf8a;border-radius:16px;background:#fff9ed}.admin-review__request legend{display:flex;align-items:center;gap:7px;padding:0 6px;color:#684300;font-weight:700}.admin-review__request legend svg{width:17px}.admin-review__request label{display:flex;align-items:center;gap:7px;padding:8px 11px;border-radius:11px;background:#fff}.admin-review__decision{padding:14px 16px;border-radius:15px;background:#f4f1f8}.admin-review__decision p{margin:5px 0 0}.search-box{display:flex;align-items:center;border:1px solid var(--line);background:#fff;border-radius:15px;padding-left:13px;min-width:300px}.search-box svg{color:#aaa}.search-box input{border:0;box-shadow:none}.app-loader{position:fixed;inset:0;display:grid;place-items:center;align-content:center;gap:20px;background:#fbfaff;z-index:999}.app-loader img{width:180px}.app-loader span{width:180px;height:4px;border-radius:9px;background:linear-gradient(90deg,var(--purple) 0 35%,#e5dffc 35%);background-size:250% 100%;animation:loader 1.3s infinite}.app-loader p{font-size:12px}@keyframes loader{to{background-position:-250% 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:1100px){.hero{grid-template-columns:1fr 1fr}.hero h1{font-size:62px}.hero__visual{height:540px}.floating-card--driver{right:10px}.resource-grid{grid-template-columns:1fr 1fr}.tracking-layout{grid-template-columns:300px 1fr}.application-row{grid-template-columns:auto 1fr 1fr}.application-row>div:nth-child(4){display:none}.application-row .row-actions{grid-column:2/4}.account-row{grid-template-columns:auto 1fr auto}.account-row>.status:nth-of-type(1){display:none}.account-row .row-actions{grid-column:3}}@media(max-width:900px){.landing-nav nav{display:none}.hero{grid-template-columns:1fr;padding-top:70px}.hero__copy{text-align:center}.hero__copy>p{margin-left:auto;margin-right:auto}.hero__actions,.hero__proof{justify-content:center}.hero__visual{height:500px}.trust-strip{margin-left:20px;margin-right:20px;flex-wrap:wrap;gap:24px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:250px}.safety{margin-left:20px;margin-right:20px;grid-template-columns:1fr}.safety__art{min-height:500px}.app-shell{padding-left:0;padding-top:65px;padding-bottom:76px}.sidebar{display:none}.mobile-head{display:flex;position:fixed;top:0;left:0;right:0;height:66px;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:40;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line)}.mobile-head button{border:0;background:transparent;width:44px;height:44px;display:grid;place-items:center}.mobile-head img{width:115px}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:76px;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:40;align-items:center;justify-content:space-around;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{display:grid;justify-items:center;gap:4px;color:#968e9f;min-width:68px}.bottom-nav a span{height:28px}.bottom-nav small{font-size:9px;font-weight:700}.bottom-nav a.active{color:var(--purple)}.drawer-backdrop{position:fixed;inset:0;background:#140a2480;z-index:100}.drawer{position:absolute;left:0;top:0;bottom:0;width:min(330px,88vw);background:#fff;padding:24px;display:flex;flex-direction:column}.drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:35px}.drawer__top img{width:130px}.drawer__top button{border:0;background:#f0edf4;width:44px;height:44px;border-radius:50%;display:grid;place-items:center}.drawer>.button{margin-top:auto}.app-content{padding:25px 22px 45px}.dashboard-grid,.trip-layout,.tracking-layout{grid-template-columns:1fr}.delivery-list{display:flex;overflow:auto;padding-bottom:5px}.delivery-list button{min-width:300px}.profile-layout{grid-template-columns:1fr}.profile-layout>aside{grid-template-columns:1fr 1fr}.match-list{grid-template-columns:1fr 1fr}}@media(max-width:640px){.button{min-height:50px}.landing-nav{height:72px;padding:0 18px}.landing-nav .brand img{width:116px}.landing-nav .nav-login{display:none}.landing-nav .button{min-height:44px;padding:0 15px;font-size:12px}.hero{padding:55px 18px 65px}.hero h1{font-size:53px}.hero__copy>p{font-size:15px}.hero__actions{display:grid}.hero__actions .button{width:100%}.hero__proof{margin-top:26px}.hero__visual{height:390px;border-radius:32px 32px 90px}.floating-card--parcel{left:8px;bottom:25px}.floating-card--driver{top:25px}.route-art__parcel{width:57px;height:46px}.trust-strip{margin-bottom:100px;padding:22px;display:grid;grid-template-columns:1fr 1fr}.trust-strip>span{grid-column:1/3}.trust-strip>div{padding-left:22px}.trust-strip strong{font-size:20px}.how{padding:0 18px;margin-bottom:100px}.section-heading h2,.safety__copy h2{font-size:39px}.feature-grid{margin-top:32px}.feature-card{min-height:275px}.safety{margin:0 12px 100px;border-radius:34px}.safety__art{min-height:380px}.safety__art:before{inset:40px}.safety__art:after{inset:90px}.safety__ring{width:165px;height:165px}.safety__ring>svg{width:45px}.mini-badge--one{top:30px;right:15px}.mini-badge--two{bottom:35px;left:15px}.safety__copy{padding:36px 24px}.cta{margin:0 12px 70px;height:380px;border-radius:34px;padding:20px}.cta h2{font-size:40px}.landing footer{margin:0 18px;padding-bottom:90px;display:grid;gap:10px}.landing footer span{margin:0}.auth-page{display:block}.auth-art{display:none}.auth-form-wrap{min-height:100vh;padding:32px 20px;align-content:center}.auth-mobile-logo{display:block;width:125px;margin-bottom:48px}.auth-form h1{font-size:36px}.simple-auth>img{left:20px;top:20px;width:115px}.simple-auth>a{right:20px;font-size:12px}.simple-auth h1{font-size:34px}.app-content{padding:22px 14px 35px}.page-head{align-items:flex-start;display:grid;margin-bottom:25px}.page-head h1{font-size:34px;margin:6px 0}.page-head .button{width:100%}.dashboard-hero{height:360px;padding:29px 24px;align-items:flex-start}.dashboard-hero h1{font-size:37px}.dashboard-hero .route-art{left:20%;top:30%}.dashboard-hero>div:first-child{max-width:290px}.quick-actions{grid-template-columns:1fr 1fr}.quick-actions a:last-child{grid-column:1/3}.resource-grid{grid-template-columns:1fr}.resource-card{min-height:260px}.dashboard-grid{gap:35px}.request-row{padding:13px}.request-row .route-pins{display:none}.request-row>.status{align-self:flex-start}.request-row strong{font-size:12px}.welcome-head{padding:25px;align-items:flex-start}.welcome-head h1{font-size:34px}.welcome-head .progress-ring,.welcome-head .admin-shield{width:65px;height:65px;flex:none}.stat-grid{grid-template-columns:1fr 1fr}.stat-grid .card:last-child{grid-column:1/3}.active-trip{grid-template-columns:auto 1fr}.active-trip .button{grid-column:1/3}.modal-backdrop{padding:0;align-items:end}.modal{width:100%;max-height:92vh;border-radius:28px 28px 0 0;padding:22px 17px;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.inline-fields,.inline-fields--three{grid-template-columns:1fr}.wizard-panel .stop-editor .inline-fields{grid-template-columns:1fr 1fr}.stepper>i{width:52px}.offer-card__foot{align-items:flex-start;display:grid;gap:15px}.offer-card__foot>div{width:100%;display:grid;grid-template-columns:1fr 1fr}.offer-card__foot>div .button:last-child{grid-column:1/3}.trip-layout{gap:18px}.trip-card__main .status{font-size:0;padding:8px}.trip-card__main .status i{width:7px;height:7px}.matches-panel{padding:17px}.match-list{grid-template-columns:1fr}.tracking-layout{display:block}.delivery-list{margin-bottom:14px}.delivery-list button{min-width:270px}.live-map{height:300px;border-radius:24px}.tracking-summary{align-items:flex-start}.tracking-summary h2{font-size:20px}.timeline{overflow:auto;padding:16px 8px}.timeline>div{min-width:72px}.driver-actions{display:grid}.profile-layout>aside{grid-template-columns:1fr}.settings-card{padding:20px}.filter-pills{width:100%;overflow:auto}.filter-pills button{flex:1}.search-box{min-width:0;width:100%}.application-row,.account-row{display:grid;grid-template-columns:auto 1fr!important;gap:12px}.application-row>div:nth-child(3),.application-row>div:nth-child(4){display:none}.application-row .row-actions,.account-row .row-actions{grid-column:1/3;width:100%}.application-row .row-actions .button,.account-row .row-actions .button{flex:1}.application-summary__actions,.admin-review__actions,.admin-review__documents{display:grid;grid-template-columns:1fr}.admin-review__facts{grid-template-columns:1fr}.account-row>.status{display:inline-flex!important;grid-column:1;justify-self:start}.account-row .row-actions{grid-column:2;align-self:center}.toast-stack{left:12px;right:12px;bottom:90px}.toast{min-width:0;max-width:none}.profile-layout{gap:16px}}:root{--purple: #5b18d8;--purple-2: #7817f7;--deep-purple: #1f034d;--pink: #ff2678;--coral: #ff5e5b;--ink: #171026;--muted: #5f5868;--lavender: #f1edff;--lavender-2: #e2d9ff;--surface: rgba(255, 255, 255, .78);--line: rgba(68, 40, 104, .1);--shadow: 0 24px 70px rgba(52, 16, 105, .14);--radius: 26px}.negotiation-backdrop{position:fixed;inset:0;z-index:1200;background:#120a217a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:flex-end;justify-content:center;padding:18px}.negotiation-sheet{width:min(720px,100%);max-height:min(88dvh,900px);overflow:hidden;display:flex;flex-direction:column;background:#fcfafff0;border:1px solid rgba(255,255,255,.82);box-shadow:0 30px 90px #2d114e52;border-radius:32px 32px 22px 22px}.negotiation-head{display:flex;justify-content:space-between;gap:20px;padding:24px 26px 18px;border-bottom:1px solid rgba(72,40,95,.09);background:linear-gradient(135deg,#ffffffe0,#f1e7ffcc)}.negotiation-head h2{margin:4px 0;font-size:clamp(1.4rem,5vw,2rem)}.negotiation-head p{margin:0;color:var(--muted)}.negotiation-head>button{width:42px;height:42px;border:0;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 8px 22px #3a195a1f}.negotiation-body{padding:20px 24px 30px;overflow:auto;overscroll-behavior:contain}.negotiation-thread{display:flex;flex-direction:column;gap:13px}.negotiation-message{width:min(86%,500px);padding:16px;border-radius:20px 20px 20px 7px;background:#fff;border:1px solid rgba(72,40,95,.09);box-shadow:0 10px 30px #2f194512}.negotiation-message.is-mine{align-self:flex-end;border-radius:20px 20px 7px;background:linear-gradient(145deg,#6f20dd,#4f0dad);color:#fff}.negotiation-message__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.negotiation-message>strong{display:block;font-size:1.75rem}.negotiation-message>small,.negotiation-message time{display:flex;align-items:center;gap:5px;margin-top:4px;opacity:.75}.negotiation-message time svg{width:14px}.negotiation-message.is-mine .status{background:#ffffff29;color:#fff}.negotiation-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap;margin-top:14px}.negotiation-accepted{display:flex;align-items:center;gap:12px;margin-top:16px;padding:15px 16px;border:1px solid rgba(24,163,107,.22);border-radius:18px;background:#18a36b14;color:#0d6545}.negotiation-accepted>svg{flex:none;width:21px}.negotiation-accepted>div{display:grid;gap:2px}.negotiation-accepted span{color:var(--muted);font-size:.82rem}.negotiation-compose{padding:18px;margin-bottom:18px;border-radius:22px;background:linear-gradient(145deg,#fff,#f5edff);border:1px solid rgba(104,23,220,.15)}.negotiation-compose>div:first-child{display:flex;gap:10px;align-items:center}.negotiation-compose>div:first-child>svg{color:#6817dc}.negotiation-compose span{display:flex;flex-direction:column}.negotiation-compose small{color:var(--muted)}.price-selector{margin:16px 0}.price-selector header,.price-selector__split{display:flex;justify-content:space-between;gap:14px}.price-selector header span,.price-selector__split span{display:flex;flex-direction:column}.price-selector output{font-size:2rem;font-weight:800;color:#6817dc}.price-selector__control{display:grid;grid-template-columns:44px 1fr 44px;gap:10px;align-items:center;margin:18px 0}.price-selector__control button{height:44px;border:1px solid rgba(104,23,220,.18);border-radius:14px;background:#fff;color:#6817dc}.price-selector input[type=range]{width:100%;accent-color:#6817dc}.price-selector__split{padding:12px;border-radius:14px;background:#6817dc0f}.negotiation-launcher{position:fixed;right:24px;bottom:28px;z-index:800;border:0;border-radius:999px;padding:13px 17px;background:linear-gradient(135deg,#761ce4,#5010ab);color:#fff;box-shadow:0 15px 40px #5413ab4d;display:flex;align-items:center;gap:8px;font-weight:800}.negotiation-launcher b,.mobile-notification b{min-width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#ff4b91;color:#fff;font-size:.72rem}.resource-card__actions{display:flex;gap:10px;flex-wrap:wrap}.resource-card__actions button{display:flex;align-items:center;gap:4px}.resource-card__actions svg{width:15px}.current-location{margin:4px 0 14px}.current-location>button{width:100%;display:flex;align-items:center;gap:12px;text-align:left;border:1px solid rgba(104,23,220,.15);background:#6817dc0b;padding:12px;border-radius:16px}.current-location>button>span:first-child{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#fff;color:#6817dc}.current-location>button>span:last-child{display:flex;flex-direction:column}.current-location small{color:var(--muted)}.current-location p{color:#b32651;font-size:.82rem;margin:7px 4px}.current-location.is-captured>button{border-color:#1a98654d;background:#1a986512}.tracking-map-wrap{position:relative}.leaflet-route-map{height:clamp(280px,43vw,410px);border-radius:26px;overflow:hidden;background:#eee5f8}.leaflet-route-map__canvas{height:100%;width:100%;z-index:1}.tracking-map-wrap .map-badge{z-index:500}.yasgo-marker-shell{background:transparent;border:0}.yasgo-map-marker{display:block;width:28px;height:28px;border:5px solid #fff;border-radius:50%;background:#6817dc;box-shadow:0 5px 18px #2e0c5352}.yasgo-map-marker--destination{background:#ff2475}.yasgo-map-marker--live{width:40px;height:40px;background:#15101c;border-width:7px;animation:mapPulse 2s infinite}@keyframes mapPulse{50%{box-shadow:0 0 0 14px #6817dc21,0 7px 20px #2e0c534d}}.driver-availability{padding:18px;margin-top:16px}.driver-availability__main{display:flex;align-items:center;gap:13px}.driver-availability__main>div{flex:1}.driver-availability__main h2{margin:2px 0}.driver-availability__main p{margin:0;color:var(--muted)}.driver-availability__signal{position:relative;width:44px;height:44px;border-radius:14px;background:#f0e4ff;color:#6817dc;display:grid;place-items:center}.driver-availability__signal i{position:absolute;right:2px;bottom:2px;width:11px;height:11px;border:2px solid #fff;border-radius:50%;background:#999}.driver-availability.is-online .driver-availability__signal i{background:#1a9865}.availability-notice,.availability-ready{display:flex;align-items:center;gap:10px;margin-top:14px;padding:11px;border-radius:14px;background:#fff4df;color:#7a5110}.availability-notice span{display:flex;flex-direction:column;flex:1}.availability-ready{background:#eaf8f2;color:#116942}.audit-list{display:grid;gap:10px}.audit-row{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:13px}.audit-row>span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#f0e4ff;color:#6817dc}.audit-row strong{text-transform:capitalize}.audit-row p{margin:3px 0;color:var(--muted)}.audit-row time{font-size:.82rem;color:#5f5868}.audit-row p{color:#5f5868}.match-distance{color:#0d6545}.cold-badge{color:#075985}.arrival-guidance{display:flex;align-items:center;gap:8px;flex-basis:100%;margin:2px 0 0;padding:11px 13px;border-radius:13px;background:#fff4df;color:#694500;font-size:.86rem;font-weight:650}.arrival-guidance svg{width:18px;flex:none}.bottom-nav a{color:#5f5868}.bottom-nav small{font-size:10px!important}@media(max-width:760px){.negotiation-backdrop{padding:0}.negotiation-sheet{border-radius:28px 28px 0 0;max-height:92dvh}.negotiation-head{padding:20px}.negotiation-body{padding:16px 16px calc(26px + env(safe-area-inset-bottom))}.negotiation-launcher{right:16px;bottom:calc(83px + env(safe-area-inset-bottom));padding:13px}.negotiation-launcher span{display:none}.driver-availability__main{align-items:flex-start;flex-wrap:wrap}.driver-availability__main .button{width:100%}.audit-row{grid-template-columns:38px 1fr}.audit-row time{grid-column:2}.resource-card__foot{align-items:flex-start}.resource-card__actions{justify-content:flex-end}}body{background:radial-gradient(circle at 4% 0%,rgba(118,28,245,.09),transparent 30rem),#faf9fd}::selection{background:var(--lavender-2);color:var(--deep-purple)}.glass-panel{background:var(--surface);border:1px solid rgba(255,255,255,.72);box-shadow:0 18px 55px #2a135417;-webkit-backdrop-filter:blur(22px) saturate(150%);backdrop-filter:blur(22px) saturate(150%)}.brand--truck{display:inline-flex;align-items:center}.brand--truck img{width:146px;height:62px;object-fit:contain}.button{letter-spacing:-.01em}.button--primary{background:linear-gradient(135deg,#4c0cc0,#7a1cf3 72%,#9c42ff)}.button--light{color:#4d10b3}.card{box-shadow:0 12px 38px #3217530e}.landing--app{overflow:hidden;background:transparent}.landing--app .landing-nav{position:sticky;top:14px;z-index:20;width:min(1180px,calc(100% - 34px));height:74px;margin:14px auto 0;padding:0 18px 0 24px;border-radius:24px}.landing--app .landing-nav nav{gap:28px}.app-hero{width:min(1180px,calc(100% - 40px));min-height:760px;margin:0 auto;padding:70px 10px 90px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(450px,1.08fr);align-items:center;gap:56px}.app-hero__copy{position:relative;z-index:3}.app-hero__copy h1{margin:20px 0 26px;max-width:650px;font-size:clamp(60px,6.8vw,98px);line-height:.93}.app-hero__copy h1 em{color:var(--purple);font-style:normal}.app-hero__copy>p{max-width:560px;font-size:18px}.app-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.app-hero__trust{display:flex;flex-wrap:wrap;gap:19px;margin-top:32px;color:#625a70;font-size:12px;font-weight:700}.app-hero__trust span{display:flex;align-items:center;gap:6px}.app-hero__trust svg{width:17px;color:var(--purple)}.phone-stage{min-height:650px;position:relative;display:grid;place-items:center;border-radius:56px 56px 140px;background:radial-gradient(circle at 75% 5%,rgba(255,255,255,.3),transparent 28%),linear-gradient(145deg,#4a08bb,#7d16f2 66%,#981fef);box-shadow:0 48px 100px #4c0cb240;isolation:isolate}.phone-stage:before{content:"";position:absolute;inset:24px;border:1px solid rgba(255,255,255,.18);border-radius:40px 40px 118px}.phone-stage>.route-art{opacity:.42}.phone-shell{position:relative;z-index:2;width:335px;min-height:588px;padding:28px 17px 18px;border:8px solid rgba(246,243,255,.92);border-radius:42px;color:var(--ink);background:#fffffff0;box-shadow:0 35px 90px #1c044d59;transform:rotate(2.8deg);overflow:hidden}.phone-island{position:absolute;top:9px;left:50%;width:78px;height:18px;transform:translate(-50%);background:#170628;border-radius:20px}.phone-top{display:flex;justify-content:space-between;align-items:center;padding:15px 5px 13px}.phone-top>div{display:grid}.phone-top small{color:var(--muted);font-size:10px}.phone-top strong{font-size:15px}.phone-top>span,.phone-nav span{display:grid;place-items:center;width:34px;height:34px;color:#fff;background:linear-gradient(145deg,var(--pink),var(--purple));border-radius:12px;font-size:10px;font-weight:800}.phone-promo{height:150px;padding:20px;display:flex;align-items:center;overflow:hidden;color:#fff;border-radius:25px;background:linear-gradient(135deg,#24045b,#6315d8 70%,#9b3cff)}.phone-promo div{position:relative;z-index:2;min-width:150px}.phone-promo small{color:#ffffffa8;font-size:9px}.phone-promo h2{margin:7px 0 0;font-size:23px;line-height:1.02}.phone-promo img{width:165px;height:110px;object-fit:contain;filter:drop-shadow(0 13px 12px rgba(0,0,0,.2))}.phone-services{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:15px 0}.phone-services>div{display:grid;justify-items:center;gap:4px;text-align:center}.phone-services span{width:53px;height:53px;display:grid;place-items:center;color:var(--purple);background:var(--lavender);border-radius:18px}.phone-services svg{width:21px}.phone-services b{font-size:10px}.phone-services small{font-size:7px;color:var(--muted)}.phone-activity{padding:16px;border:1px solid var(--line);border-radius:21px;background:#fff}.phone-activity>.eyebrow{font-size:7px}.phone-activity>div{display:flex;align-items:center;gap:11px;margin-top:11px}.phone-activity>div>i{width:10px;height:10px;border-radius:50%;background:var(--pink);box-shadow:0 0 0 7px #ff26781a}.phone-activity section{display:grid;flex:1}.phone-activity section small{font-size:8px;color:var(--muted)}.phone-activity section b{font-size:11px}.phone-activity>div>strong{color:var(--purple);font-size:13px}.phone-nav{position:absolute;bottom:0;left:0;right:0;height:57px;display:flex;align-items:center;justify-content:space-around;color:#8b8494;border-top:1px solid var(--line);background:#fffffff0}.phone-nav svg{width:18px}.phone-nav svg:first-child{color:var(--purple);fill:#5b18d821}.phone-nav span{width:28px;height:28px;border-radius:10px}.stage-chip{position:absolute;z-index:4;display:flex;align-items:center;gap:10px;padding:12px 14px;color:var(--ink);border-radius:18px}.stage-chip>svg{color:var(--purple)}.stage-chip span{display:grid}.stage-chip small{color:var(--muted);font-size:9px}.stage-chip b{font-size:11px}.stage-chip--one{left:-34px;bottom:95px}.stage-chip--two{right:-26px;top:105px}.app-proof{width:min(1120px,calc(100% - 40px));margin:0 auto 130px;padding:28px 34px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:28px;background:#ffffffb3}.app-proof>div{display:flex;align-items:center;justify-content:center;gap:12px}.app-proof>div+div{border-left:1px solid var(--line)}.app-proof strong{color:var(--purple);font:800 30px Manrope,sans-serif}.app-proof span{color:var(--muted);font-size:11px;line-height:1.2}.app-how{width:min(1120px,calc(100% - 40px));margin:0 auto 135px}.app-how .feature-grid{margin-top:48px}.app-how .feature-card{overflow:hidden}.app-how .feature-card:after{content:"";position:absolute;width:130px;height:130px;right:-65px;bottom:-65px;border-radius:50%;background:var(--lavender)}.app-safety{width:min(1120px,calc(100% - 40px));min-height:570px;margin:0 auto 130px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:48px;background:#f0ebff}.app-safety__visual{min-height:520px;position:relative;overflow:hidden;background:linear-gradient(145deg,#3d079d,#7519eb)}.app-safety__visual>.route-art{opacity:.6}.safety-orbit{position:absolute;left:50%;top:50%;width:190px;height:190px;transform:translate(-50%,-50%);display:grid;place-items:center;color:var(--purple);background:#ffffffed;border:1px solid white;border-radius:50%;box-shadow:0 25px 70px #1d044e59}.safety-orbit:before,.safety-orbit:after{content:"";position:absolute;inset:-60px;border:1px dashed rgba(255,255,255,.27);border-radius:50%}.safety-orbit:after{inset:-120px}.safety-orbit svg{width:60px;height:60px}.safety-pill{position:absolute;z-index:2;display:flex;align-items:center;gap:7px;padding:12px 14px;color:var(--ink);background:#ffffffe0;border-radius:15px;box-shadow:var(--shadow);font-size:11px;font-weight:700;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.safety-pill svg{width:16px;color:var(--purple)}.safety-pill--one{right:27px;top:65px}.safety-pill--two{left:28px;bottom:65px}.app-safety__copy{padding:60px;align-self:center}.app-safety__copy h2{margin:14px 0 20px;font-size:clamp(40px,4.8vw,60px);line-height:1.04}.app-safety__copy ul{list-style:none;padding:0;display:grid;gap:13px;margin:27px 0;font-weight:700}.app-safety__copy li{display:flex;align-items:center;gap:9px}.app-safety__copy li svg{width:18px;color:var(--green)}.app-cta{width:min(1120px,calc(100% - 40px));min-height:390px;margin:0 auto 80px;padding:60px;display:grid;grid-template-columns:1fr 420px;align-items:center;overflow:hidden;color:#fff;border-radius:48px;background:radial-gradient(circle at 80% 10%,#9146ff,transparent 33%),linear-gradient(135deg,#220458,#6816db)}.app-cta h2{max-width:670px;margin:12px 0 28px;font-size:clamp(39px,5vw,65px);line-height:1.02}.app-cta>div{position:relative;z-index:2}.app-cta>img{width:520px;filter:drop-shadow(0 30px 30px rgba(0,0,0,.25))}.landing--app footer img{width:155px;height:70px;object-fit:contain}.auth-art>img{width:190px;height:125px;object-fit:contain;filter:none;margin-top:22px}.auth-mobile-logo img{width:160px;height:92px;object-fit:contain}.auth-form-wrap{background:radial-gradient(circle at 90% 5%,rgba(115,27,241,.08),transparent 24rem),#fff}.app-shell{background:transparent}.app-ambient{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none}.app-ambient i{position:absolute;width:450px;height:450px;border-radius:50%;filter:blur(20px);opacity:.4;background:radial-gradient(circle,rgba(119,27,242,.14),transparent 70%)}.app-ambient i:first-child{right:-180px;top:-220px}.app-ambient i:last-child{left:10%;bottom:-270px;background:radial-gradient(circle,rgba(255,38,120,.08),transparent 70%)}.sidebar,.app-content{position:relative;z-index:2}.sidebar{border:0;border-right:1px solid rgba(255,255,255,.7)}.sidebar>.brand{margin:0 7px 32px;padding:0}.sidebar__profile{background:#f5f2fbd1;border:1px solid white}.mobile-brand{display:inline-flex;align-items:center;justify-content:center}.mobile-brand img{width:100px;height:50px;object-fit:contain}.mobile-notification{position:relative;width:44px;height:44px;display:grid;place-items:center;color:var(--ink)}.mobile-notification i{position:absolute;right:8px;top:7px;width:8px;height:8px;border:2px solid white;border-radius:50%;background:var(--pink)}.drawer__top img{width:145px;height:70px;object-fit:contain}.drawer__identity{display:flex;align-items:center;gap:12px;margin:-12px 0 28px;padding:14px;border-radius:18px;background:var(--lavender)}.drawer__identity>div{display:grid}.drawer__identity small{color:var(--muted);text-transform:capitalize}.dashboard-page{width:100%}.mobile-welcome{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.mobile-welcome>div{display:grid}.mobile-welcome small{color:var(--muted);font-size:12px}.mobile-welcome h1{margin:2px 0 0;font-size:25px;letter-spacing:-.045em}.welcome-avatar{width:47px;height:47px;display:grid;place-items:center;color:#fff;border:3px solid rgba(255,255,255,.85);border-radius:17px;background:linear-gradient(145deg,var(--pink),var(--purple));box-shadow:0 8px 24px #5b18d838;font-size:11px;font-weight:800;overflow:hidden}.mobile-home-hero{position:relative;min-height:360px;margin-bottom:32px;padding:36px;overflow:hidden;color:#fff;border-radius:38px;background:radial-gradient(circle at 82% 12%,rgba(255,255,255,.25),transparent 27%),linear-gradient(145deg,#350884,#6816e1 68%,#8a2df5);box-shadow:0 28px 65px #4b10b13d;isolation:isolate}.mobile-home-hero:after{content:"";position:absolute;width:360px;height:360px;right:-190px;bottom:-210px;border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 45px #ffffff09,0 0 0 90px #ffffff06}.mobile-home-hero--driver{background:radial-gradient(circle at 82% 12%,rgba(237,38,122,.3),transparent 27%),linear-gradient(145deg,#1d0a3b,#461066 62%,#6a186d)}.mobile-home-hero__copy{position:relative;z-index:3;max-width:500px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;color:#ffffffb8;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.hero-kicker i{width:7px;height:7px;border-radius:50%;background:#ff8ab1;box-shadow:0 0 0 5px #ffffff17}.hero-kicker i.is-online{background:#3de5a0}.mobile-home-hero h2{margin:15px 0 14px;font-size:clamp(42px,6vw,59px);line-height:.98}.mobile-home-hero h2 em{color:#ff91bd;font-style:normal}.mobile-home-hero p{max-width:410px;margin-bottom:24px;color:#ffffffb3;font-size:13px;line-height:1.55}.hero-truck{position:absolute;z-index:2;right:-18px;bottom:0;width:390px;pointer-events:none}.hero-truck img{width:100%;height:220px;object-fit:contain;filter:drop-shadow(0 22px 26px rgba(14,2,40,.34))}.hero-glass-stat{position:absolute;z-index:4;right:25px;top:25px;display:flex;align-items:center;gap:9px;padding:10px 12px;color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:15px;background:#ffffff24;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px)}.hero-glass-stat svg{width:18px}.hero-glass-stat span{display:grid}.hero-glass-stat strong{font-size:13px}.hero-glass-stat small{color:#ffffffa6;font-size:8px}.home-section{margin-top:38px}.section-row--mobile{margin-bottom:14px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.service-tile{min-height:150px;padding:17px;display:grid;align-content:space-between;border:1px solid var(--line);border-radius:24px;background:#ffffffd6;box-shadow:0 12px 35px #3115530e;transition:transform .2s var(--ease),box-shadow .2s}.service-tile:hover{transform:translateY(-3px);box-shadow:0 18px 38px #3115531a}.service-tile>span{width:49px;height:49px;display:grid;place-items:center;color:var(--purple);border-radius:17px;background:var(--lavender)}.service-tile--pink>span{color:#d91868;background:#fff0f6}.service-tile--blue>span{color:#1675bc;background:#eaf6ff}.service-tile--amber>span{color:#b16b00;background:#fff6df}.service-tile svg{width:21px}.service-tile strong{margin-top:18px;font-size:13px}.service-tile small{color:var(--muted);font-size:10px}.request-list--mobile .request-row{min-height:84px;background:#ffffffdb}.soft-empty{display:flex;align-items:center;gap:15px}.soft-empty>svg{width:47px;height:47px;padding:12px;color:var(--purple);border-radius:16px;background:var(--lavender)}.soft-empty>div{flex:1}.soft-empty h3{margin:0 0 3px;font-size:15px}.soft-empty p{margin:0;font-size:11px}.soft-empty>a{width:40px;height:40px;display:grid;place-items:center;color:var(--purple);border-radius:50%;background:var(--lavender)}.delivery-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.delivery-strip .delivery-mini{height:100%;margin:0}.driver-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.driver-metrics .card{min-height:120px;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:11px}.driver-metrics .card>span{grid-row:1 / 3;width:45px;height:45px;display:grid;place-items:center;color:var(--purple);border-radius:15px;background:var(--lavender)}.driver-metrics small{color:var(--muted)}.driver-metrics strong{font:800 23px Manrope,sans-serif}.app-loader img{width:250px;height:145px;object-fit:contain}@media(max-width:1000px){.app-hero{grid-template-columns:1fr 460px;gap:24px}.app-hero__copy h1{font-size:63px}.phone-stage{min-height:610px}.stage-chip--one{left:6px}.stage-chip--two{right:6px}}@media(max-width:900px){.landing--app .landing-nav{top:8px;width:calc(100% - 20px);margin-top:8px}.app-hero{min-height:auto;grid-template-columns:1fr;padding-top:72px}.app-hero__copy{text-align:center}.app-hero__copy>p{margin-left:auto;margin-right:auto}.app-hero__actions,.app-hero__trust{justify-content:center}.phone-stage{width:min(590px,100%);margin:0 auto}.app-safety{grid-template-columns:1fr}.app-safety__visual{min-height:460px}.app-cta{grid-template-columns:1fr 300px}.app-shell{padding-top:calc(68px + env(safe-area-inset-top));padding-bottom:calc(82px + env(safe-area-inset-bottom))}.mobile-head{height:calc(68px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 16px 0;background:#ffffffc7;border:0;border-bottom:1px solid rgba(68,40,104,.08)}.mobile-head>button{border-radius:15px;background:#f2eef9d1}.bottom-nav{height:calc(78px + env(safe-area-inset-bottom));padding:7px 8px env(safe-area-inset-bottom);background:#ffffffd6;border:0;border-top:1px solid rgba(68,40,104,.09)}.bottom-nav a{min-width:55px;gap:2px}.bottom-nav a span{width:40px;height:34px;display:grid;place-items:center;border-radius:14px;transition:background .2s,transform .2s}.bottom-nav a.active span{background:var(--lavender);transform:translateY(-2px)}.bottom-nav small{font-size:8px}.app-content{width:min(680px,100%);padding:25px 18px 44px}.drawer{background:#fffffff5;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}}@media(max-width:640px){body{background:#fbfafd}.landing--app .landing-nav{height:64px;padding:0 12px;border-radius:20px}.landing--app .landing-nav .brand img{width:102px;height:52px}.landing--app .landing-nav>div{gap:7px}.landing--app .landing-nav .button{min-height:42px;padding:0 13px}.app-hero{width:calc(100% - 28px);padding:56px 0 76px;gap:50px}.app-hero__copy h1{font-size:clamp(49px,15vw,66px)}.app-hero__copy>p{font-size:15px}.app-hero__actions{display:grid}.app-hero__trust{gap:10px 14px}.phone-stage{min-height:550px;border-radius:38px 38px 92px}.phone-stage:before{inset:13px;border-radius:29px 29px 80px}.phone-shell{width:292px;min-height:520px;transform:rotate(1.6deg);padding:27px 13px 14px;border-width:6px;border-radius:37px}.phone-promo{height:132px;padding:17px}.phone-promo h2{font-size:20px}.phone-promo img{width:143px}.phone-services span{width:45px;height:45px}.stage-chip{padding:10px}.stage-chip--one{left:5px;bottom:57px}.stage-chip--two{right:5px;top:57px}.app-proof{width:calc(100% - 28px);margin-bottom:95px;padding:23px 10px}.app-proof strong{font-size:22px}.app-proof span{font-size:8px}.app-how{width:calc(100% - 30px);margin-bottom:95px}.app-how .feature-grid{margin-top:30px}.app-how .feature-card{min-height:245px}.app-safety{width:calc(100% - 24px);margin-bottom:95px;border-radius:35px}.app-safety__visual{min-height:380px}.safety-orbit{width:145px;height:145px}.safety-orbit:before{inset:-45px}.safety-orbit:after{inset:-90px}.safety-pill--one{right:12px;top:34px}.safety-pill--two{left:12px;bottom:34px}.app-safety__copy{padding:36px 24px 42px}.app-safety__copy h2{font-size:39px}.app-cta{width:calc(100% - 24px);min-height:510px;padding:36px 24px;grid-template-columns:1fr;align-content:start;border-radius:35px}.app-cta h2{font-size:39px}.app-cta>img{width:360px;margin:-5px auto -75px}.landing--app footer img{width:130px}.auth-mobile-logo{margin-bottom:30px}.auth-mobile-logo img{width:145px;height:85px}.auth-form-wrap{align-content:start;padding-top:max(28px,env(safe-area-inset-top))}.app-content{padding:20px 14px 35px}.mobile-head{padding-left:12px;padding-right:12px}.mobile-brand img{width:92px;height:48px}.mobile-welcome{margin:2px 4px 18px}.mobile-welcome h1{max-width:245px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:22px}.mobile-home-hero{min-height:405px;margin-bottom:28px;padding:27px 24px;border-radius:32px}.mobile-home-hero h2{font-size:42px}.mobile-home-hero p{max-width:260px}.hero-truck{right:-82px;bottom:-4px;width:345px}.hero-truck img{height:190px}.hero-glass-stat{top:auto;right:18px;bottom:22px}.home-section{margin-top:32px}.section-row h2{font-size:22px}.service-grid{grid-template-columns:repeat(2,1fr);gap:10px}.service-tile{min-height:138px;padding:15px;border-radius:22px}.request-list--mobile .request-row{display:grid;grid-template-columns:1fr auto}.request-list--mobile .request-row>div{grid-column:1}.request-list--mobile .request-row>.status{grid-column:2;grid-row:1}.soft-empty{padding:18px}.delivery-strip{display:flex;overflow-x:auto;margin:0 -14px;padding:0 14px 8px;scroll-snap-type:x mandatory}.delivery-strip>*{min-width:255px;scroll-snap-align:start}.driver-metrics{gap:8px}.driver-metrics .card{min-height:118px;padding:14px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.driver-metrics .card>span{width:40px;height:40px}.driver-metrics small{font-size:9px}.driver-metrics strong{font-size:19px}.welcome-head{border:1px solid rgba(255,255,255,.75)}.active-trip{padding:18px}.app-loader img{width:220px;height:130px}}@media(prefers-reduced-motion:reduce){.service-tile:hover{transform:none}.landing [style*=opacity],.dashboard-page[style*=opacity]{opacity:1!important;transform:none!important;filter:none!important}}.status--positive{color:#09643f}.leaflet-control-attribution{color:#000!important}.leaflet-control-attribution a{color:#06c!important;text-decoration:underline;text-underline-offset:2px}
