:root{--primary: #11735C;--primary-dark: #0d5c49;--primary-light: #1a8f72;--primary-pale: rgba(17,115,92,.08);--gold: #eace6a;--gold-dim: #c9a84c;--gold-pale: rgba(234,206,106,.12);--black: #080f0d;--charcoal: #131a18;--off-white: #f8f6f0;--gray-light: #f2efe8;--gray-mid: #dedad0;--white: #ffffff;--text-muted: #5a6360;--text-light: rgba(255,255,255,.55);--border-dark: rgba(255,255,255,.08);--border-light: rgba(0,0,0,.07);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 26px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0,0,0,.07);--shadow-md: 0 8px 32px rgba(0,0,0,.1);--shadow-lg: 0 24px 64px rgba(0,0,0,.15);--shadow-gold: 0 8px 30px rgba(234,206,106,.3);--shadow-teal: 0 8px 30px rgba(17,115,92,.25);--nav-h: 68px;--bottom-h: 68px;--max-w: 480px;--max-w-full: 1280px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body.c-body{font-family:var(--font-body);background:var(--off-white);color:var(--black);-webkit-font-smoothing:antialiased;overflow-x:hidden}body.c-body--dark{background:var(--black);color:var(--white)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea,select{font-family:inherit}img{display:block;max-width:100%}ul,ol{list-style:none}.c-display{font-family:var(--font-display)}.c-heading{font-family:var(--font-display);font-weight:600;line-height:1.1;color:var(--black)}.c-heading-xl{font-size:clamp(2.5rem,6vw,4.5rem)}.c-heading-lg{font-size:clamp(2rem,4.5vw,3.5rem)}.c-heading-md{font-size:clamp(1.4rem,3vw,2rem)}.c-heading-sm{font-size:1.2rem}.c-eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:13px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--primary)}.c-eyebrow:before,.c-eyebrow:after{content:"";height:1px;background:var(--primary)}.c-eyebrow:before{width:28px}.c-eyebrow:after{width:14px}.c-eyebrow--white{color:#ffffff73}.c-eyebrow--white:before,.c-eyebrow--white:after{background:rgba(255,255,255,.3)}.c-gold-text{color:var(--gold-dim)}.c-teal-text{color:var(--primary)}.c-muted-text{color:var(--text-muted)}.c-shell{min-height:100dvh;display:flex;flex-direction:column;padding-top:var(--nav-h);padding-bottom:calc(var(--bottom-h) + env(safe-area-inset-bottom))}.c-shell--no-bottom{padding-bottom:0}.c-shell--navless{padding-top:0}.c-container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 20px}.c-container--wide{max-width:var(--max-w-full)}.c-nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);background:var(--black);display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:900;border-bottom:1px solid rgba(17,115,92,.2)}.c-nav__logo{display:flex;align-items:center;gap:12px;text-decoration:none}.c-nav__logo-img{width:80px;height:80px;object-fit:contain;border-radius:8px}.c-nav__logo-img--arrive{width:196px;height:58px;border-radius:0;object-fit:contain}.c-nav__logo-text{display:flex;flex-direction:column;line-height:1.15}.c-nav__logo-brand{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--white);letter-spacing:.02em}.c-nav__logo-sub{font-size:9px;font-weight:400;letter-spacing:.2em;color:#fff6;text-transform:uppercase}.c-nav__right{display:flex;align-items:center;gap:10px}.c-nav__icon-btn{width:38px;height:38px;border-radius:var(--radius-full);background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;color:var(--white);text-decoration:none;transition:background .2s}.c-nav__icon-btn:hover{background:rgba(255,255,255,.12)}.c-nav__desktop-links{display:none;align-items:center;gap:4px}.c-nav__desktop-link{padding:7px 16px;border-radius:var(--radius-full);font-size:13px;color:#ffffffa6;font-weight:500;text-decoration:none;transition:all .2s;letter-spacing:.02em}.c-nav__desktop-link:hover{color:var(--white);background:rgba(255,255,255,.07)}.c-nav__desktop-link--active{color:var(--gold)}@media (min-width: 640px){.c-nav__desktop-links{display:flex}.c-nav{padding:0 32px}}.c-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:calc(var(--bottom-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--black);border-top:1px solid rgba(17,115,92,.18);display:flex;align-items:stretch;z-index:900}.c-bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#fff6;font-size:10px;font-weight:500;letter-spacing:.03em;text-decoration:none;transition:color .2s;padding:8px 4px;position:relative}.c-bottom-nav__item svg{width:22px;height:22px}.c-bottom-nav__item--active{color:var(--gold)}.c-bottom-nav__item--active:before{content:"";position:absolute;top:0;left:20%;right:20%;height:2px;background:var(--gold);border-radius:0 0 var(--radius-full) var(--radius-full)}@media (min-width: 640px){.c-bottom-nav{display:none}.c-shell{padding-bottom:0}}body:has(.c-shell--app-booking) .c-bottom-nav,body:has(.c-shell--app-home) .c-bottom-nav{left:50%;right:auto;bottom:calc(8px + env(safe-area-inset-bottom));width:min(430px,calc(100% - 28px));height:62px;padding:0 14px;border-radius:22px;background:rgba(255,255,255,.96);border:1px solid rgba(8,15,13,.06);box-shadow:0 20px 50px #080f0d2e;transform:translate(-50%);display:flex;z-index:960}body:has(.c-shell--app-booking) .c-bottom-nav__item,body:has(.c-shell--app-home) .c-bottom-nav__item{color:#080f0d6b;font-size:10px;font-weight:600;letter-spacing:0}body:has(.c-shell--app-booking) .c-bottom-nav__item svg,body:has(.c-shell--app-home) .c-bottom-nav__item svg{width:22px;height:22px}body:has(.c-shell--app-booking) .c-bottom-nav__item--active,body:has(.c-shell--app-home) .c-bottom-nav__item--active{color:var(--primary)}body:has(.c-shell--app-booking) .c-bottom-nav__item--active:before,body:has(.c-shell--app-home) .c-bottom-nav__item--active:before{display:none}.c-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:52px;padding:0 28px;border-radius:var(--radius-full);font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;text-decoration:none;white-space:nowrap;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.c-btn:disabled{opacity:.5;cursor:not-allowed}.c-btn--primary{background:var(--gold);color:var(--black);box-shadow:var(--shadow-gold)}.c-btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 48px #eace6a73}.c-btn--dark{background:var(--black);color:var(--white);box-shadow:var(--shadow-md)}.c-btn--dark:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-lg)}.c-btn--teal{background:var(--primary);color:var(--white);box-shadow:var(--shadow-teal)}.c-btn--teal:hover:not(:disabled){background:var(--primary-light);transform:translateY(-2px)}.c-btn--outline{background:transparent;color:var(--gold);border:1.5px solid var(--gold)}.c-btn--outline:hover:not(:disabled){background:rgba(234,206,106,.08)}.c-btn--ghost{background:rgba(0,0,0,.05);color:var(--black)}.c-btn--ghost:hover:not(:disabled){background:rgba(0,0,0,.09)}.c-btn--danger{background:#fdecea;color:#c0392b;border:1px solid rgba(192,57,43,.2)}.c-btn--danger:hover:not(:disabled){background:#c0392b;color:#fff}.c-btn--full{width:100%}.c-btn--sm{height:40px;padding:0 20px;font-size:12px}.c-btn--lg{height:58px;padding:0 40px;font-size:14px}.c-btn-loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid transparent;border-top-color:currentColor;border-radius:var(--radius-full);animation:spin .7s linear infinite}.c-field{margin-bottom:20px}.c-label-text{display:block;font-size:12px;font-weight:600;color:var(--text-muted);margin-bottom:8px;letter-spacing:.04em;text-transform:uppercase}.c-input{width:100%;height:52px;padding:0 16px;border:1.5px solid var(--gray-mid);border-radius:var(--radius-md);font-size:15px;font-family:var(--font-body);color:var(--black);background:var(--white);transition:border-color .2s,box-shadow .2s;-webkit-appearance:none}.c-input::placeholder{color:var(--gray-mid)}.c-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #11735c1f}.c-input--error{border-color:#c0392b;box-shadow:0 0 0 3px #c0392b1a}.c-textarea{width:100%;min-height:96px;padding:14px 16px;border:1.5px solid var(--gray-mid);border-radius:var(--radius-md);font-size:15px;font-family:var(--font-body);color:var(--black);background:var(--white);resize:vertical;transition:border-color .2s}.c-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #11735c1f}.c-select{width:100%;height:52px;padding:0 40px 0 16px;border:1.5px solid var(--gray-mid);border-radius:var(--radius-md);font-size:15px;font-family:var(--font-body);color:var(--black);background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235a6360' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;-webkit-appearance:none;cursor:pointer;transition:border-color .2s}.c-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #11735c1f}.c-input-group{display:flex;gap:10px}.c-input-group .c-select--country{width:110px;flex-shrink:0}.c-input-group .c-input{flex:1}.c-field-error{font-size:12px;color:#c0392b;margin-top:6px;display:flex;align-items:center;gap:4px}.c-field-hint{font-size:12px;color:var(--text-muted);margin-top:6px}.c-location-input-wrap{position:relative}.c-location-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--primary);pointer-events:none}.c-location-input-wrap .c-input{padding-left:44px;padding-right:126px}.c-use-location{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:11px;color:var(--primary);font-weight:600;cursor:pointer;background:rgba(17,115,92,.08);border:none;border-radius:6px;padding:4px 8px;letter-spacing:.02em;white-space:nowrap;transition:background .2s}.c-use-location:hover{background:rgba(17,115,92,.15)}.c-otp-single-wrap{display:flex;justify-content:center;margin:18px 0 10px}.c-otp-single{width:100%;max-width:300px;height:64px;border:2px solid var(--gray-mid);border-radius:16px;background:#ffffff;text-align:center;font-size:28px;font-weight:700;letter-spacing:.22em;color:var(--black);font-family:var(--font-body);transition:border-color .2s,box-shadow .2s;padding:0 12px;-webkit-text-security:none}.c-otp-single:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #11735c1f}.c-otp-single.is-filled{border-color:var(--primary);background:rgba(17,115,92,.04)}.c-otp-single::placeholder{color:var(--gray-mid);letter-spacing:.15em;font-size:22px;font-weight:400}.c-otp-hint{text-align:center;font-size:12px;color:var(--text-muted);margin-bottom:20px;line-height:1.4}.c-otp-group{display:flex;gap:10px;justify-content:center;margin:24px 0}.c-otp-digit{width:50px;height:58px;border:1.5px solid var(--gray-mid);border-radius:var(--radius-md);font-size:1.6rem;font-weight:700;text-align:center;color:var(--black);background:var(--white);transition:border-color .2s,box-shadow .2s;-webkit-appearance:none}.c-otp-digit:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #11735c1f}.c-otp-digit--filled{border-color:var(--primary);background:rgba(17,115,92,.04)}.c-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.06);overflow:hidden}.c-card--teal{background:rgba(17,115,92,.04);border-color:#11735c1f}.c-card--dark{background:var(--charcoal);border-color:var(--border-dark);color:var(--white)}.c-card__body{padding:24px}.c-card__body--sm{padding:16px}.c-card__body--lg{padding:32px}.c-card__header{padding:20px 24px 0}.c-card__title{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--black)}.c-card__divider{height:1px;background:var(--gray-mid);margin:16px 0}.c-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:var(--radius-full);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.c-badge:before{content:"";width:5px;height:5px;border-radius:50%}.c-badge--warning{background:#FFF8E1;color:#b8860b}.c-badge--warning:before{background:#B8860B}.c-badge--success{background:#E8F5E9;color:#1a7a4a}.c-badge--success:before{background:#1A7A4A}.c-badge--danger{background:#FDECEA;color:#c0392b}.c-badge--danger:before{background:#c0392b}.c-badge--info{background:#E3F0FF;color:#1565c0}.c-badge--info:before{background:#1565C0}.c-badge--gold{background:rgba(234,206,106,.15);color:var(--gold-dim)}.c-badge--gold:before{background:var(--gold-dim)}.c-badge--teal{background:rgba(17,115,92,.1);color:var(--primary)}.c-badge--teal:before{background:var(--primary)}.c-badge--muted{background:var(--gray-light);color:var(--text-muted)}.c-badge--muted:before{background:var(--text-muted)}.c-alert{padding:14px 18px;border-radius:var(--radius-md);font-size:14px;display:flex;align-items:flex-start;gap:10px;margin-bottom:18px}.c-alert--success{background:#E8F5E9;color:#155724;border-left:3px solid #1A7A4A}.c-alert--error{background:#FDECEA;color:#721c24;border-left:3px solid #c0392b}.c-alert--info{background:#E3F0FF;color:#0c2461;border-left:3px solid #1565C0}.c-alert--gold{background:rgba(234,206,106,.12);color:var(--black);border-left:3px solid var(--gold-dim)}.c-alert--teal{background:rgba(17,115,92,.08);color:var(--primary-dark);border-left:3px solid var(--primary)}.c-alert svg{width:18px;height:18px;flex-shrink:0;margin-top:1px}.c-page-header{padding:28px 0 18px}.c-page-header__eyebrow{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--primary);margin-bottom:6px}.c-page-header__title{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--black);line-height:1.15}.c-page-header__sub{margin-top:6px;color:var(--text-muted);font-size:14px}.c-booking-card{background:var(--white);border-radius:var(--radius-xl);border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-sm);padding:20px;margin-bottom:14px;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden}.c-booking-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--gold-dim));transform:scaleX(0);transform-origin:left;transition:transform .4s;border-radius:var(--radius-xl) var(--radius-xl) 0 0}.c-booking-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.c-booking-card:hover:before{transform:scaleX(1)}.c-booking-card__code{font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--text-muted);text-transform:uppercase;margin-bottom:10px}.c-booking-card__store{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--black);margin-bottom:8px}.c-booking-card__meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.c-booking-card__meta-item{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-muted)}.c-booking-card__meta-item svg{width:13px;height:13px;color:var(--primary);flex-shrink:0}.c-booking-card__actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px;padding-top:14px;border-top:1px solid var(--gray-mid)}.c-tabs{display:flex;background:var(--gray-light);border-radius:var(--radius-full);padding:4px;margin-bottom:22px}.c-tab{flex:1;text-align:center;padding:9px 12px;border-radius:var(--radius-full);font-size:13px;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .2s;text-decoration:none;display:block;letter-spacing:.03em}.c-tab--active{background:var(--white);color:var(--black);box-shadow:var(--shadow-sm)}.c-timeline{display:flex;align-items:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:16px 0}.c-timeline::-webkit-scrollbar{display:none}.c-timeline__step{flex:1;min-width:70px;text-align:center;position:relative;padding:0 4px}.c-timeline__step:before{content:"";position:absolute;top:13px;left:calc(-50% + 13px);right:calc(50% + 13px);height:1px;background:var(--gray-mid)}.c-timeline__step:first-child:before{display:none}.c-timeline__step--done:before{background:var(--primary)}.c-timeline__dot{width:26px;height:26px;border-radius:50%;background:var(--gray-light);border:2px solid var(--gray-mid);margin:0 auto 6px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.c-timeline__step--done .c-timeline__dot{background:var(--primary);border-color:var(--primary)}.c-timeline__step--current .c-timeline__dot{background:var(--white);border-color:var(--primary);box-shadow:0 0 0 4px #11735c26}.c-timeline__dot svg{width:12px;height:12px;color:var(--white)}.c-timeline__step--current .c-timeline__dot svg{color:var(--primary)}.c-timeline__label{font-size:10px;font-weight:600;color:var(--text-muted);line-height:1.3;letter-spacing:.03em}.c-timeline__step--done .c-timeline__label{color:var(--primary)}.c-timeline__step--current .c-timeline__label{color:var(--black);font-weight:700}.c-info-row{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid var(--gray-light)}.c-info-row:last-child{border-bottom:none}.c-info-row__icon{width:38px;height:38px;background:rgba(17,115,92,.08);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.c-info-row__icon svg{width:18px;height:18px;color:var(--primary)}.c-info-row__label{font-size:11px;color:var(--text-muted);margin-bottom:2px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.c-info-row__value{font-size:14px;color:var(--black);font-weight:500;line-height:1.5}.c-map{width:100%;height:300px;background:var(--gray-light);border-radius:var(--radius-lg);overflow:hidden;position:relative}.c-map--full{height:100%;border-radius:0}.c-map iframe,.c-map #map{width:100%;height:100%;border:none}.c-driver-card{background:var(--white);border-radius:var(--radius-xl);padding:18px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:14px}.c-driver-avatar{width:50px;height:50px;background:var(--black);border-radius:var(--radius-full);border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--gold);flex-shrink:0;text-transform:uppercase}.c-driver-name{font-weight:700;font-size:15px;color:var(--black)}.c-driver-vehicle{font-size:12px;color:var(--text-muted);margin-top:2px}.c-driver-call{width:44px;height:44px;background:rgba(17,115,92,.08);color:var(--primary);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem;text-decoration:none;transition:background .2s}.c-driver-call:hover{background:rgba(17,115,92,.16)}.c-steps{display:flex;align-items:center;margin-bottom:28px;gap:0}.c-step-dot{width:30px;height:30px;border-radius:var(--radius-full);background:var(--gray-light);border:2px solid var(--gray-mid);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--text-muted);flex-shrink:0}.c-step-dot--active{background:var(--primary);border-color:var(--primary);color:#fff}.c-step-dot--done{background:var(--black);border-color:var(--black);color:#fff}.c-step-line{flex:1;height:1px;background:var(--gray-mid)}.c-step-line--done{background:var(--primary)}.c-confirm-icon{width:72px;height:72px;background:rgba(17,115,92,.1);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.c-confirm-icon svg{width:36px;height:36px;color:var(--primary)}.c-confirm-code{font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--primary);text-align:center;margin-bottom:6px}.c-confirm-title{font-family:var(--font-display);font-size:2rem;font-weight:600;text-align:center;color:var(--black);margin-bottom:10px;line-height:1.15}.c-confirm-sub{text-align:center;color:var(--text-muted);font-size:14px;margin-bottom:28px;line-height:1.7}.c-auth-shell{min-height:100dvh;display:flex;flex-direction:column;background:var(--off-white)}.c-auth-hero{background:linear-gradient(145deg,#040e0b 0%,#091a14 35%,#0a2018 60%,#071610 100%);text-align:center;padding:48px 24px 60px;position:relative;overflow:hidden}.c-auth-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:52px;background:var(--off-white);border-radius:52px 52px 0 0}.c-auth-hero__mark{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.c-auth-hero__mark img{width:64px;height:64px;object-fit:contain;border-radius:16px}.c-auth-hero__mark .c-auth-logo{width:250px;max-width:82vw;height:auto;border-radius:0}.c-auth-hero__title{font-family:var(--font-display);font-size:2rem;color:var(--white);font-weight:600;margin-bottom:8px}.c-auth-hero__sub{color:#ffffff8c;font-size:14px;line-height:1.7}.c-auth-body{padding:32px 20px;flex:1}.c-profile-avatar{width:80px;height:80px;background:var(--black);border-radius:var(--radius-full);border:3px solid var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--gold);margin:0 auto 16px;text-transform:uppercase}.c-toast-area{position:fixed;top:calc(var(--nav-h) + 10px);left:50%;transform:translate(-50%);width:calc(100% - 32px);max-width:440px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.c-toast{background:var(--black);color:var(--white);padding:14px 18px;border-radius:var(--radius-lg);font-size:14px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:10px;pointer-events:all;animation:slideDown .3s ease;border-left:3px solid var(--primary)}.c-toast--success{border-left-color:#1a7a4a}.c-toast--error{border-left-color:#c0392b}.c-toast svg{width:18px;height:18px;flex-shrink:0}.c-empty{text-align:center;padding:60px 20px}.c-empty__icon{width:64px;height:64px;background:var(--gray-light);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.c-empty__icon svg{width:28px;height:28px;color:var(--gray-mid)}.c-empty__title{font-family:var(--font-display);font-size:1.3rem;color:var(--black);margin-bottom:8px}.c-empty__sub{color:var(--text-muted);font-size:14px;max-width:240px;margin:0 auto 20px;line-height:1.7}.c-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--text-muted);font-size:12px}.c-divider:before,.c-divider:after{content:"";flex:1;height:1px;background:var(--gray-mid)}.c-slot-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.c-slot-btn{padding:9px 16px;border:1.5px solid var(--gray-mid);border-radius:var(--radius-full);background:var(--white);color:var(--black);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;font-family:var(--font-body)}.c-slot-btn:hover{border-color:var(--primary);color:var(--primary)}.c-slot-btn--active{background:var(--primary);border-color:var(--primary);color:#fff;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes slideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.c-pulse{animation:pulse 2s ease-in-out infinite}.c-hidden{display:none!important}.c-text-center{text-align:center}.c-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.c-skeleton{background:linear-gradient(90deg,var(--gray-light) 25%,var(--off-white) 50%,var(--gray-light) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}.c-shell--app-home{background:linear-gradient(180deg,#e8eeee 0%,#f1f3f2 46%,#f4f2ec 100%);padding-bottom:calc(72px + env(safe-area-inset-bottom))}.c-app-home{width:100%;max-width:430px;margin:0 auto;min-height:100dvh;padding-bottom:calc(72px + env(safe-area-inset-bottom));background:#f4f5f2;position:relative;overflow:hidden}.c-app-home__hero{position:relative;min-height:280px;padding:34px 28px 0;background:linear-gradient(145deg,#0f785f 0%,#09614f 52%,#07513f 100%)}.c-app-home__top{display:flex;align-items:center;justify-content:space-between;gap:18px}.c-app-home__brand{font-family:var(--font-display);color:var(--gold);font-size:1.58rem;line-height:1;font-weight:700;letter-spacing:.04em}.c-app-home__actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}.c-app-home__bell{position:relative;width:50px;height:50px;border-radius:18px;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.18);color:var(--white);display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffff38}.c-app-home__bell svg{width:22px;height:22px}.c-app-home__badge{position:absolute;right:8px;top:7px;min-width:20px;height:20px;border-radius:999px;background:#ee4055;color:var(--white);border:2px solid rgba(255,255,255,.9);font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.c-app-home__avatar{width:50px;height:50px;border-radius:999px;background:var(--white);color:var(--primary);border:4px solid rgba(234,206,106,.85);display:inline-flex;align-items:center;justify-content:center;font-size:19px;font-weight:800;box-shadow:0 10px 25px #080f0d1f}.c-app-home__slider{position:absolute;left:28px;right:28px;bottom:-92px;border-radius:22px}.c-app-carousel{position:relative;overflow:hidden;border-radius:22px;background:var(--white);box-shadow:0 18px 44px #080f0d29}.c-app-carousel__track{display:flex;transition:transform .45s ease;will-change:transform}.c-app-carousel__slide{position:relative;min-width:100%;height:188px;background:#eadfc8}.c-app-carousel__slide img{width:100%;height:100%;object-fit:cover}.c-app-carousel__slide:after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(0deg,rgba(8,15,13,.42),transparent)}.c-app-carousel__caption{position:absolute;left:18px;bottom:14px;z-index:2;color:var(--white);font-size:15px;line-height:1.05;font-weight:800;text-shadow:0 2px 10px rgba(8,15,13,.24)}.c-app-carousel__nav{position:absolute;z-index:3;top:50%;width:36px;height:36px;border-radius:999px;background:rgba(255,255,255,.92);color:var(--primary);transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #080f0d1f}.c-app-carousel__nav svg{width:18px;height:18px}.c-app-carousel__nav--prev{left:12px}.c-app-carousel__nav--next{right:12px}.c-app-carousel__dots{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:10px}.c-app-carousel__dot{width:8px;height:8px;border-radius:999px;background:#e0e4e2;transition:width .25s ease,background .25s ease}.c-app-carousel__dot.is-active{width:26px;background:var(--primary)}.c-app-home__body{padding:106px 28px 0}.c-pickup-pill{width:100%;min-height:66px;border-radius:34px;padding:9px 18px;background:linear-gradient(90deg,#08604d 0%,var(--primary) 100%);color:var(--white);display:grid;grid-template-columns:44px 1fr 28px;align-items:center;gap:10px;box-shadow:0 22px 38px #11735c42;text-decoration:none}.c-pickup-pill__icon{width:44px;height:44px;border-radius:999px;background:rgba(0,0,0,.14);display:inline-flex;align-items:center;justify-content:center}.c-pickup-pill__icon svg,.c-pickup-pill__arrow{width:22px;height:22px}.c-pickup-pill__label{text-align:center;font-size:16px;font-weight:800;letter-spacing:.01em}.c-home-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 12px}.c-home-section-title h2{font-size:21px;line-height:1;font-weight:800;color:#171d1b}.c-home-section-title a{color:var(--primary);font-size:16px;font-weight:700}.c-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.c-quick-card{min-height:88px;border-radius:18px;background:var(--white);color:#161c1a;border:1px solid rgba(8,15,13,.04);box-shadow:0 14px 28px #080f0d14;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:10px 6px;text-decoration:none}.c-quick-card__icon{width:40px;height:40px;border-radius:14px;background:rgba(17,115,92,.08);color:var(--primary);display:inline-flex;align-items:center;justify-content:center}.c-quick-card__icon svg{width:22px;height:22px}.c-quick-card span:last-child{font-size:11px;line-height:1.12;font-weight:800}.c-visit-card{background:var(--white);border-radius:22px;padding:14px;box-shadow:0 14px 34px #080f0d14;border:1px solid rgba(8,15,13,.05)}.c-visit-card__head{display:grid;grid-template-columns:52px minmax(0,1fr);gap:12px;align-items:start}.c-visit-card__main{min-width:0}.c-visit-card__topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.c-visit-date{width:52px;height:62px;border-radius:15px;background:var(--primary);color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center}.c-visit-date strong{font-size:22px;line-height:1;font-weight:800}.c-visit-date span{font-size:11px;margin-top:4px}.c-visit-code{color:#6b7571;font-size:12px;font-weight:700;letter-spacing:.08em}.c-visit-store{font-size:15px;line-height:1.18;font-weight:800;color:#101614;margin-top:8px}.c-visit-meta{display:flex;align-items:center;gap:9px;margin-top:9px;color:#66706c;font-size:12px;line-height:1.45}.c-visit-meta svg,.c-visit-address svg,.c-visit-action svg{width:18px;height:18px;flex:0 0 auto}.c-visit-address{color:#66706c;font-size:12px;line-height:1.48;margin-top:9px;display:grid;grid-template-columns:22px 1fr;gap:11px}.c-visit-status{display:inline-flex;align-items:center;gap:8px;padding:6px 9px;border-radius:14px;background:#fff8ef;border:1px solid #eadccd;color:#9b7644;font-size:11px;font-weight:800}.c-visit-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px}.c-visit-action{min-height:40px;border-radius:13px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:13px;font-weight:800}.c-visit-action--details{background:#eef0ee;color:#111715}.c-visit-action--cancel{background:#fff5f5;color:#b84e56;border:1px solid #f0d4d7}.c-app-state--home{background:var(--white);border-radius:24px;padding:34px 22px;text-align:center;box-shadow:0 14px 34px #080f0d14}.c-app-state--home h2{margin-top:14px;font-size:20px;font-weight:800}.c-app-state--home p{margin-top:8px;color:var(--text-muted);font-size:14px;line-height:1.5}@media (max-width: 430px){.c-app-home{max-width:none}.c-app-home__hero{padding:32px 24px 0;min-height:268px}.c-app-home__brand{font-size:1.42rem}.c-app-home__bell,.c-app-home__avatar{width:48px;height:48px;border-radius:18px}.c-app-home__avatar{border-radius:999px;font-size:18px}.c-app-home__slider{left:24px;right:24px;bottom:-84px}.c-app-carousel__slide{height:178px}.c-app-home__body{padding:96px 24px 0}.c-pickup-pill{min-height:64px;grid-template-columns:42px 1fr 26px}.c-pickup-pill__icon{width:42px;height:42px}.c-pickup-pill__label{font-size:15px}.c-quick-grid{gap:8px}.c-quick-card{min-height:82px;border-radius:17px}.c-quick-card__icon{width:38px;height:38px;border-radius:14px}.c-quick-card span:last-child{font-size:10.5px}.c-visit-card{padding:13px}.c-visit-card__head{grid-template-columns:50px minmax(0,1fr)}.c-visit-status{justify-self:end;margin-top:0}.c-visit-date{width:50px;height:60px}.c-visit-store{font-size:14.5px}}@font-face{font-family:Rider DM Sans;src:url(/customer/mobile-assets/DMSans.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.mi{font-family:Material Symbols Rounded;font-weight:400;font-style:normal;font-size:22px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-flex;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-feature-settings:"liga"}.c-shell--app-booking{min-height:100dvh;padding:0;background:#e7ebe8;font-family:Rider DM Sans,DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.c-booking-shell{width:100%;max-width:430px;min-height:100dvh;margin:0 auto;padding:0;background:#f1f3f2}.c-mobile-screen{position:relative;min-height:100dvh;background:#f1f3f2;color:#1d2422;overflow:hidden}.c-mobile-screen--wizard{display:flex;flex-direction:column}.c-rider-form{min-height:calc(100dvh - 80px);display:flex;flex:1;flex-direction:column}.c-rider-content{flex:1;overflow-y:auto;padding:16px 20px 20px}.c-rider-appbar{position:relative;height:59px;background:#ffffff;display:flex;align-items:center;padding:0 56px 3px;border-bottom:1px solid rgba(232,236,234,.9);flex:0 0 auto}.c-rider-appbar__back{position:absolute;left:4px;top:6px;width:48px;height:48px;color:#1d2422;display:inline-flex;align-items:center;justify-content:center}.c-rider-appbar__back .mi{font-size:18px}.c-rider-appbar h1{width:100%;color:#1d2422;font-size:17px;line-height:1.2;font-weight:600;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-rider-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:#e8ecea}.c-rider-progress span{display:block;height:100%;background:#0f6c57}.c-rider-dots{margin:14px 16px 10px;padding:12px 14px;border-radius:18px;background:#ffffff;border:1px solid #e2ece7;display:flex;align-items:center;justify-content:center;gap:8px}.c-rider-dots span{width:8px;height:8px;border-radius:4px;background:#e2ece7;transition:width .25s ease,background .25s ease}.c-rider-dots span.is-active,.c-rider-dots span:first-child{background:#0f6c57}.c-rider-dots span.is-active{width:20px}.c-rider-heading{margin-bottom:16px}.c-rider-heading h2{margin:0;color:#1d2422;font-size:22px;line-height:1.18;font-weight:600}.c-rider-heading p{margin-top:6px;color:#7c8783;font-size:13px;line-height:1.4}.c-rider-mini-chip{width:fit-content;margin-bottom:16px;padding:6px 10px;border-radius:999px;background:#f4f6f5;border:1px solid #e2ece7;color:#4d5a56;display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:600}.c-rider-mini-chip .mi{color:#0f6c57;font-size:13px}.c-rider-panel{width:100%;padding:16px;border-radius:22px;border:1px solid #e2ece7;background:#ffffff;box-shadow:0 6px 14px #0000000a}.c-rider-label{display:block;margin:0 0 8px;color:#1d2422;font-size:13px;line-height:1.2;font-weight:600;letter-spacing:0;text-transform:none}.c-rider-divider{height:1px;margin:16px 0;background:#e2ece7}.c-rider-select,.c-rider-input-with-icon input,.c-rider-search-field input{width:100%;min-width:0;height:50px;border:1px solid #e2ece7;border-radius:10px;background:#ffffff;color:#0f6c57;font-family:inherit;font-size:13px;font-weight:600;outline:none}.c-rider-select{padding:0 38px 0 14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%237C8783' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.c-rider-search-field,.c-rider-input-with-icon{position:relative;display:flex;align-items:center}.c-rider-search-field{min-height:48px;padding:0 12px;border:1px solid #e2ece7;border-radius:14px;background:#ffffff;box-shadow:0 4px 10px #00000008}.c-rider-search-field input{height:46px;padding:0 8px;border:0;color:#1d2422;font-size:13.5px;font-weight:500}.c-rider-search-field>.mi:first-child{color:#0f6c57;font-size:18px}.c-rider-search-field__chev{color:#0f6c57;font-size:20px}.c-rider-input-with-icon .mi{position:absolute;left:14px;color:#7c8783;font-size:20px;pointer-events:none}.c-rider-input-with-icon input{padding:0 14px 0 46px;margin-bottom:12px}.c-rider-input-with-icon input[readonly]{color:#1d2422;background:#fbfcfb}.c-rider-action-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.c-rider-action-btn{min-height:48px;padding:12px 10px;border-radius:14px;border:1px solid #e2ece7;background:#ffffff;color:#1d2422;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12.5px;font-weight:700}.c-rider-action-btn.c-use-location{position:static;right:auto;top:auto;transform:none;min-height:48px;border-radius:14px;padding:12px 10px;color:#1d2422;background:#ffffff}.c-rider-action-btn .mi{color:#0f6c57;font-size:18px}.c-rider-action-btn--filled{border-color:#0f6c57}.c-rider-bottom-bar{flex:0 0 auto;padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #e2ece7;background:#ffffff;box-shadow:0 -4px 12px #00000014}.c-rider-primary,.c-rider-secondary,.c-rider-outline{width:100%;min-height:54px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;font-size:16px;line-height:1.1;font-weight:600;letter-spacing:.5px;text-decoration:none}.c-rider-primary{border:0;background:#0f6c57;color:#fff}.c-rider-primary:disabled{background:#e2ece7;color:#7c8783}.c-rider-primary--link{min-height:52px;border-radius:14px}.c-rider-secondary{background:#f5f5f5;color:#1d2422}.c-rider-outline{border:1.5px solid #0f6c57;background:#ffffff;color:#0f6c57}.c-btn-loading .c-btn__text{visibility:hidden}.c-rider-primary.c-btn-loading:after{content:"";position:absolute;width:18px;height:18px;border-radius:999px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;animation:spin .7s linear infinite}.c-rider-alert{margin:0 20px 10px;padding:12px 14px;border-radius:14px;display:flex;gap:9px;align-items:flex-start;font-size:12.5px;font-weight:600;line-height:1.35}.c-rider-alert--error{color:#c44b3f;background:#fff4f3;border:1px solid #ffd8d2}.c-rider-alert .mi{font-size:18px}.c-rider-note{margin-top:18px;padding:14px;border-radius:12px;border:1px solid rgba(15,108,87,.2);background:rgba(15,108,87,.06);color:#666f6c;display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.4}.c-rider-note .mi{color:#0f6c57;font-size:18px}.c-rider-summary-card{margin-bottom:16px}.c-rider-summary-card__chip{display:inline-flex;max-width:190px;margin-bottom:7px;padding:4px 9px;border-radius:999px;border:1px solid rgba(15,108,87,.16);background:rgba(15,108,87,.09);color:#0f6c57;font-size:10.4px;font-weight:800}.c-rider-summary-card__row{padding:14px;border-radius:14px;border:1px solid #e2ece7;background:#ffffff;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px}.c-rider-summary-card__icon,.c-rider-summary-item>.mi,.c-rider-summary-panel__icon{width:42px;height:42px;border-radius:12px;background:rgba(15,108,87,.1);color:#0f6c57;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.c-rider-summary-card strong{display:block;color:#1d2422;font-size:14px;font-weight:700;line-height:1.2}.c-rider-summary-card small{display:block;margin-top:4px;color:#7c8783;font-size:12px;line-height:1.35}.c-rider-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.c-rider-choice{position:relative;min-height:92px;padding:12px 10px;border-radius:14px;border:1px solid #e2ece7;background:#ffffff;color:#1d2422;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.c-rider-choice input{position:absolute;opacity:0;pointer-events:none}.c-rider-choice>.mi:first-of-type{color:#8d9692;font-size:24px}.c-rider-choice strong{font-size:12.5px;font-weight:600}.c-rider-choice__check{display:none;color:#0f6c57;font-size:16px}.c-rider-choice:has(input:checked),.c-rider-choice.is-active{border-width:2px;border-color:#0f6c57;background:rgba(15,108,87,.08);color:#0f6c57}.c-rider-choice:has(input:checked)>.mi:first-of-type,.c-rider-choice.is-active>.mi:first-of-type{color:#0f6c57}.c-rider-choice:has(input:checked) .c-rider-choice__check,.c-rider-choice.is-active .c-rider-choice__check{display:inline-flex}.c-rider-guest-fields{margin-top:14px}.c-rider-services-header{height:74px;padding:16px 22px 14px;background:#ffffff;display:flex;align-items:center;gap:16px}.c-rider-services-header h1{flex:1;color:#1d2422;font-size:21px;line-height:1.2;font-weight:700}.c-rider-notify{width:44px;height:44px;border-radius:14px;border:1px solid rgba(15,108,87,.08);background:#ffffff;color:#0f6c57;box-shadow:0 6px 12px #0f6c570a;display:inline-flex;align-items:center;justify-content:center}.c-rider-services-list{padding:18px 20px 108px;display:grid;gap:14px}.c-rider-service-card{width:100%;padding:12px;border-radius:22px;border:1px solid #e2ece7;background:#ffffff;box-shadow:0 8px 16px #0000000d;display:grid;grid-template-columns:45fr 55fr;gap:16px;color:#1d2422;text-align:left;text-decoration:none}.c-rider-service-card__art{position:relative;height:126px;border-radius:18px;overflow:hidden;background:rgba(235,248,242,.54);box-shadow:0 4px 10px #0000000a}.c-rider-service-card__art img{width:100%;height:100%;object-fit:cover}.c-rider-art-chip{position:absolute;left:8px;top:8px;max-width:calc(100% - 16px);padding:5px 8px;border-radius:999px;background:#0f6c57;color:#fff;display:inline-flex;align-items:center;gap:4px;font-size:8.4px;font-weight:700;white-space:nowrap;box-shadow:0 3px 8px #0f6c573d}.c-rider-art-chip .mi{font-size:11px}.c-rider-service-card__copy{min-width:0;height:126px;display:flex;flex-direction:column}.c-rider-service-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.c-rider-service-card__icon{width:36px;height:36px;border-radius:999px;background:rgba(15,108,87,.1);color:#0f6c57;display:inline-flex;align-items:center;justify-content:center}.c-rider-service-card__icon .mi{font-size:18px}.c-rider-service-card__arrow{margin-top:8px;color:#0f6c57;font-size:18px}.c-rider-service-card strong{margin-top:8px;color:#1d2422;font-size:15.5px;line-height:1.2;font-weight:700}.c-rider-service-card small{margin-top:6px;color:#4d5a56;font-size:11.8px;line-height:1.25;font-weight:500}.c-rider-panel--calendar{border-radius:18px}.c-rider-date-strip{display:grid;grid-auto-flow:column;grid-auto-columns:74px;gap:9px;overflow-x:auto;padding:2px 2px 12px;margin:0 -2px 10px;scrollbar-width:none}.c-rider-date-strip::-webkit-scrollbar{display:none}.c-rider-date-tile{min-height:76px;border-radius:18px;border:1.5px solid #e2ece7;background:#ffffff;color:#1d2422;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:inherit;text-align:center}.c-rider-date-tile span,.c-rider-date-tile small{font-size:10px;line-height:1.1;font-weight:800;text-transform:uppercase}.c-rider-date-tile strong{margin-top:5px;color:inherit;font-size:22px;line-height:1.1;font-weight:800}.c-rider-date-tile small{margin-top:4px;font-weight:700}.c-rider-date-tile.c-date-chip--active,.c-rider-date-tile.c-slot-btn--active{border-color:#0f6c57;background:#0f6c57;color:#fff}.c-rider-slot-grid,.c-slot-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.c-slot-btn__check{display:none;align-self:flex-end;color:#0f6c57;font-size:16px;margin-bottom:6px}.c-slot-btn--active .c-slot-btn__check{display:inline-flex}.c-rider-loading-row,.c-app-state{grid-column:1 / -1;padding:16px;border-radius:16px;border:1px solid #e2ece7;background:#ffffff;color:#4d5a56;display:flex;align-items:center;gap:12px;font-size:12.5px;font-weight:600}.c-rider-loading-row span{width:18px;height:18px;border-radius:999px;border:2px solid rgba(15,108,87,.18);border-top-color:#0f6c57;animation:spin .7s linear infinite}.c-rider-field-hint{margin-top:8px;color:#7c8783;font-size:12px;line-height:1.35}.c-rider-summary-panel{padding:16px;border-radius:18px;border:1px solid #e2ece7;background:#ffffff;box-shadow:0 4px 10px #0000000a}.c-rider-summary-panel__head{display:grid;grid-template-columns:42px minmax(0,1fr) 36px;gap:12px;align-items:center;margin-bottom:18px}.c-rider-summary-panel__head strong{color:#1d2422;font-size:18px;font-weight:700}.c-rider-summary-panel__head button{width:36px;height:36px;border-radius:999px;color:#0f6c57;display:inline-flex;align-items:center;justify-content:center}.c-rider-summary-items{display:grid;gap:14px}.c-rider-summary-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px}.c-rider-summary-item small{display:block;color:#7c8783;font-size:12px;font-weight:500}.c-rider-summary-item strong{display:block;margin-top:4px;color:#0f6c57;font-size:15px;line-height:1.3;font-weight:700;overflow-wrap:anywhere}.c-mobile-screen--success{background:#ffffff}.c-rider-success{min-height:100dvh;padding:32px 24px 16px;display:flex;flex-direction:column;align-items:stretch;text-align:center}.c-rider-success__spacer{flex:1;min-height:24px}.c-rider-success__icon{width:120px;height:120px;margin:0 auto 32px;border-radius:999px;background:rgba(15,108,87,.1);color:#0f6c57;display:inline-flex;align-items:center;justify-content:center}.c-rider-success__icon .mi{font-size:72px}.c-rider-success h1{color:#0f6c57;font-size:22px;line-height:1.25;font-weight:600}.c-rider-success p{margin:16px 0 24px;color:#8a7a5a;font-size:14px;line-height:1.5}.c-rider-booking-id{width:fit-content;max-width:100%;margin:0 auto 16px;padding:16px 20px;border-radius:16px;border:1px solid rgba(15,108,87,.2);background:rgba(15,108,87,.05);display:inline-flex;align-items:center;gap:10px;color:#0f6c57;text-align:left}.c-rider-booking-id .mi{font-size:22px}.c-rider-booking-id small{display:block;color:#8d9692;font-size:11px}.c-rider-booking-id strong{display:block;color:#0f6c57;font-size:16px;font-weight:800}.c-rider-success .c-rider-secondary,.c-rider-success .c-rider-outline{margin-top:12px;min-height:52px;border-radius:14px;font-size:15px}body:has(.c-shell--app-booking) .c-bottom-nav{width:min(430px,100%);height:84px;padding:10px 20px calc(10px + env(safe-area-inset-bottom));bottom:0;border-radius:0;box-shadow:none;border-top:1px solid rgba(226,236,231,.95)}body:has(.c-shell--app-booking) .c-bottom-nav__item{gap:4px}@media (min-width: 700px){.c-shell--app-booking{padding:0}.c-booking-shell{box-shadow:0 22px 70px #080f0d29}.c-mobile-screen{min-height:100dvh}}.c-shell--app-booking{background:radial-gradient(circle at 50% -10%,rgba(17,115,92,.11),transparent 34rem),linear-gradient(180deg,#f7f4ed 0%,var(--off-white) 42%,#f3f0e8 100%)}.c-booking-shell{width:100%;max-width:520px;margin:0 auto;padding:14px 16px calc(92px + env(safe-area-inset-bottom))}.c-mobile-screen{position:relative;min-height:calc(100dvh - var(--nav-h) - 28px)}.c-app-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 0 16px}.c-app-back{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.78);border:1px solid rgba(17,115,92,.1);display:inline-flex;align-items:center;justify-content:center;color:var(--primary);box-shadow:0 8px 22px #080f0d0f;transition:transform .2s ease,background .2s ease}.c-app-back:hover{background:var(--white);transform:translateY(-1px)}.c-app-title-block{flex:1;min-width:0}.c-app-kicker{font-size:10px;line-height:1.1;font-weight:800;letter-spacing:.22em;color:var(--primary);text-transform:uppercase}.c-app-title{font-family:var(--font-display);font-size:2.15rem;line-height:.98;color:var(--black);font-weight:700;margin-top:4px;text-wrap:balance}.c-app-subtitle{color:var(--text-muted);font-size:13.5px;line-height:1.55;margin-top:8px;max-width:34rem}.c-app-mini-chip{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 12px;border-radius:16px;background:var(--gold);color:var(--black);font-size:12px;font-weight:800;letter-spacing:.03em}.c-app-stepper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:2px 0 18px}.c-app-step{min-width:0;padding:10px 8px;border-radius:16px;background:rgba(255,255,255,.72);border:1px solid rgba(8,15,13,.06);color:var(--text-muted)}.c-app-step__num{width:24px;height:24px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;background:var(--gray-light);color:var(--text-muted);margin-bottom:7px}.c-app-step__label{display:block;font-size:10.5px;line-height:1.2;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-app-step--done,.c-app-step--active{background:rgba(17,115,92,.08);border-color:#11735c2e;color:var(--primary)}.c-app-step--done .c-app-step__num,.c-app-step--active .c-app-step__num{background:var(--primary);color:var(--white)}.c-app-section{display:grid;gap:14px}.c-app-panel{background:rgba(255,255,255,.92);border:1px solid rgba(8,15,13,.06);border-radius:22px;padding:16px;box-shadow:0 14px 36px #080f0d12}.c-app-panel--soft{background:rgba(17,115,92,.06);border-color:#11735c21;box-shadow:none}.c-app-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.c-app-panel__title{font-size:12px;line-height:1.1;font-weight:800;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase}.c-app-panel__hint{font-size:12.5px;line-height:1.45;color:var(--text-muted);margin-top:5px}.c-service-list{display:grid;gap:14px}.c-service-card{position:relative;display:flex;align-items:center;gap:14px;min-height:128px;padding:18px;border-radius:23px;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,255,255,.78)),radial-gradient(circle at 0 0,rgba(234,206,106,.18),transparent 55%);border:1px solid rgba(8,15,13,.06);box-shadow:0 16px 38px #080f0d14;color:var(--black);text-decoration:none;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.c-service-card:hover{transform:translateY(-2px);border-color:#11735c38;box-shadow:0 20px 44px #080f0d1f}.c-service-card--active{border-color:#11735c61;background:linear-gradient(135deg,rgba(17,115,92,.12),rgba(255,255,255,.92)),radial-gradient(circle at 100% 0,rgba(234,206,106,.22),transparent 56%)}.c-service-card--disabled{opacity:.74;cursor:not-allowed}.c-service-icon{width:56px;height:56px;border-radius:19px;flex:0 0 auto;background:rgba(17,115,92,.11);color:var(--primary);display:inline-flex;align-items:center;justify-content:center}.c-service-icon--gold{background:rgba(234,206,106,.18);color:var(--gold-dim)}.c-service-icon--muted{background:var(--gray-light);color:var(--text-muted)}.c-service-copy{flex:1;min-width:0}.c-service-copy h2{font-family:var(--font-display);font-size:1.45rem;line-height:1.05;font-weight:700;color:var(--black)}.c-service-copy p{margin-top:6px;font-size:13px;line-height:1.45;color:var(--text-muted)}.c-service-arrow{width:32px;height:32px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;color:var(--primary);background:rgba(17,115,92,.08);flex:0 0 auto}.c-selectable-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.c-selectable-card{position:relative;display:flex;align-items:flex-start;gap:10px;min-height:106px;padding:14px;border-radius:18px;border:1.5px solid var(--gray-mid);background:var(--white);color:var(--black);cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.c-selectable-card:hover{transform:translateY(-1px);border-color:#11735c59}.c-selectable-card--active,.c-selectable-card:has(input:checked){border-color:var(--primary);background:rgba(17,115,92,.08)}.c-selectable-card input{position:absolute;opacity:0;pointer-events:none}.c-selectable-card__icon{width:38px;height:38px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:rgba(17,115,92,.1);color:var(--primary)}.c-selectable-card__title{display:block;font-size:14px;line-height:1.15;font-weight:800;color:var(--black)}.c-selectable-card__text{display:block;font-size:12px;line-height:1.4;color:var(--text-muted);margin-top:5px}.c-field-stack{display:grid;gap:14px}.c-field-stack .c-field{margin-bottom:0}.c-location-input-wrap .c-use-location{min-height:30px;border-radius:10px}.c-app-summary{display:grid;gap:10px;padding:14px;border-radius:18px;background:rgba(17,115,92,.06);border:1px solid rgba(17,115,92,.12)}.c-app-summary__main{font-family:var(--font-display);font-size:1.25rem;line-height:1.1;font-weight:700;color:var(--black)}.c-app-summary__sub{font-size:12.5px;line-height:1.45;color:var(--text-muted)}.c-review-list{display:grid;gap:9px}.c-review-row{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px;font-size:13px;line-height:1.45}.c-review-row span:first-child{color:var(--text-muted);font-weight:700}.c-review-row span:last-child{color:var(--black);font-weight:600;overflow-wrap:anywhere}.c-date-strip{display:grid;grid-auto-flow:column;grid-auto-columns:74px;gap:9px;overflow-x:auto;padding:2px 2px 8px;margin:0 -2px 14px;scrollbar-width:none}.c-date-strip::-webkit-scrollbar{display:none}.c-date-chip{min-height:76px;border:1.5px solid var(--gray-mid);border-radius:18px;background:var(--white);color:var(--black);padding:9px 8px;text-align:center;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.c-date-chip:hover{transform:translateY(-1px);border-color:#11735c5c}.c-date-chip--active,.c-date-chip.c-slot-btn--active{background:var(--primary);border-color:var(--primary);color:var(--white)}.c-date-chip__day{display:block;font-size:10px;line-height:1.1;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.c-date-chip__date{display:block;font-size:22px;line-height:1.1;font-weight:800;margin-top:5px}.c-date-chip__month{display:block;font-size:10px;line-height:1.1;font-weight:700;margin-top:4px;text-transform:uppercase}.c-slot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.c-slot-btn{min-height:48px;border-radius:16px;font-weight:800}.c-slot-btn:disabled{opacity:.42;cursor:not-allowed;text-decoration:line-through}.c-app-state{padding:14px;border-radius:16px;background:var(--gray-light);color:var(--text-muted);font-size:13px;line-height:1.5}.c-sticky-cta{position:sticky;bottom:calc(12px + env(safe-area-inset-bottom));z-index:20;margin-top:16px;padding:10px;border-radius:999px;background:rgba(248,246,240,.76);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.c-sticky-cta .c-btn{height:58px;box-shadow:0 18px 44px #11735c47}.c-app-confirm-hero{text-align:center;padding:24px 18px 18px}.c-app-confirm-icon{width:78px;height:78px;border-radius:26px;background:rgba(17,115,92,.1);border:1px solid rgba(17,115,92,.16);color:var(--primary);display:inline-flex;align-items:center;justify-content:center;margin-bottom:15px}.c-app-confirm-code{font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--primary);text-transform:uppercase;margin-bottom:8px}.c-app-confirm-title{font-family:var(--font-display);font-size:2.15rem;line-height:1;font-weight:700;color:var(--black)}.c-app-confirm-sub{color:var(--text-muted);font-size:13.5px;line-height:1.6;margin-top:10px}@media (min-width: 700px){.c-shell--app-booking{padding-bottom:32px}.c-booking-shell{padding-top:24px}.c-mobile-screen{padding:18px;border-radius:34px;background:rgba(255,255,255,.3);border:1px solid rgba(255,255,255,.52);box-shadow:0 24px 80px #080f0d1a}}@media (max-width: 420px){.c-booking-shell{padding-left:12px;padding-right:12px}.c-app-title{font-size:1.95rem}.c-selectable-grid{grid-template-columns:1fr}.c-review-row{grid-template-columns:94px minmax(0,1fr)}}body:has(.c-shell--app-booking){background:#e7ebe8}.c-shell--app-booking{padding:0;background:#e7ebe8}.c-booking-shell{max-width:430px;min-height:100dvh;padding:0;background:#f1f3f2}.c-mobile-screen{min-height:100dvh;padding:0;border:0;border-radius:0;background:#f1f3f2;box-shadow:none}.c-slot-btn{min-height:64px;padding:10px 12px;border-radius:14px;border:1px solid #e2ece7;background:#ffffff;color:#1d2422;box-shadow:0 4px 10px #00000006;font-size:12.5px;line-height:1.25;font-weight:700;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.c-slot-btn--active{border-width:1.5px;border-color:#0f6c57;background:rgba(15,108,87,.1)}.c-app-state{grid-column:1 / -1;padding:16px;border-radius:16px;border:1px solid #e2ece7;background:#ffffff;color:#4d5a56;font-size:12.5px;line-height:1.35;font-weight:600}body:has(.c-shell--app-booking) .c-bottom-nav{left:50%;right:auto;bottom:0;width:min(430px,100%);height:calc(84px + env(safe-area-inset-bottom));padding:10px 20px calc(10px + env(safe-area-inset-bottom));border-radius:0;background:#ffffff;border:0;border-top:1px solid rgba(226,236,231,.95);box-shadow:none;transform:translate(-50%)}body:has(.c-shell--app-booking) .c-bottom-nav__item .mi{font-size:24px}.c-rider-action-wrap{padding:24px 0 8px}@media (min-width: 700px){.c-shell--app-booking{padding:0}.c-booking-shell{padding-top:0;box-shadow:0 22px 70px #080f0d29}.c-mobile-screen{min-height:100dvh;padding:0;border:0;border-radius:0;background:#f1f3f2;box-shadow:none}}body:has(.c-shell--app-home){background:#e7ebe8}.c-shell--app-home{min-height:100dvh;padding:0;background:#e7ebe8;font-family:Rider DM Sans,DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;display:block}.c-app-home{width:min(430px,100vw);max-width:430px;min-height:100dvh;margin:0 auto;padding-bottom:calc(96px + env(safe-area-inset-bottom));overflow:hidden;background:#f7f8f6;color:#1d2422;font-family:Rider DM Sans,DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.c-app-home__hero{min-height:auto;padding:6px 0 0;display:flex;flex-direction:column;background:linear-gradient(145deg,#0f785f 0%,#09614f 52%,#07513f 100%)}.c-app-home__top{padding:0 16px;gap:14px}.c-app-home__brand{font-family:Cormorant Garamond,Georgia,serif;font-size:25px;line-height:1.1;font-weight:700;letter-spacing:.04em;color:#f3dc8a;white-space:nowrap}.c-app-home__brand-logo{width:min(220px,calc(100vw - 176px));height:56px;object-fit:contain;object-position:left center;flex:1 1 auto}.c-app-home__actions{gap:12px}.c-app-home__bell{width:50px;height:50px;border-radius:16px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #ffffff38}.c-app-home__bell .mi{color:#fff;font-size:25px}.c-app-home__avatar{width:52px;height:52px;border-radius:999px;border:4px solid #d9bf56;background:#ffffff;color:#0f6c57;font-size:20px;font-weight:800}.c-app-home__slider{position:relative;left:auto;right:auto;bottom:auto;width:calc(100% - 32px);margin:8px auto -83px;border-radius:16px}.c-app-carousel{border-radius:16px;background:#ffffff;box-shadow:0 20px 42px #080f0d21}.c-app-carousel__slide{height:178px;background:#eadfc8}.c-app-carousel__slide img{object-fit:cover}.c-app-carousel__slide img[src*=Home-Page-3],.c-app-carousel__slide img[src*=Services-Page-4]{object-position:center 20%}.c-app-carousel__slide:after{height:34%;background:linear-gradient(0deg,rgba(5,50,39,.64),transparent)}.c-app-carousel__caption{left:14px;bottom:11px;color:#fff;font-size:16px;font-weight:700;letter-spacing:.01em;text-transform:lowercase}.c-app-carousel__nav{display:none}.c-app-carousel__dots{position:relative;z-index:3;margin-top:84px;padding-top:0;height:10px;gap:7px}.c-app-carousel__dot{width:8px;height:8px;background:#dfe6e2}.c-app-carousel__dot.is-active{width:22px;background:#0f6c57}.c-app-home__body{padding:11px 16px 0}.c-pickup-pill{min-height:67px;padding:10px 15px;grid-template-columns:44px 1fr 28px;border-radius:999px;background:linear-gradient(90deg,#075642 0%,#0f6c57 52%,#178164 100%);box-shadow:0 20px 34px #0f6c573b}.c-pickup-pill__icon{width:44px;height:44px;background:rgba(0,0,0,.16)}.c-pickup-pill__icon .mi,.c-pickup-pill__arrow{color:#fff;font-size:25px}.c-pickup-pill__label{color:#fff;font-size:15px;font-weight:700;letter-spacing:0}.c-home-section-title{margin:27px 0 13px}.c-home-section-title h2{color:#1d2422;font-size:22px;line-height:1.05;font-weight:700;letter-spacing:0}.c-home-section-title a{color:#0f6c57;font-size:15px;font-weight:700}.c-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.c-quick-card{min-height:101px;padding:10px 6px;border-radius:16px;border:0;background:#ffffff;box-shadow:0 12px 26px #080f0d12}.c-quick-card__icon{width:45px;height:45px;border-radius:14px;background:#e7f4f0}.c-quick-card__icon .mi{color:#0f6c57;font-size:23px}.c-quick-card span:last-child{color:#1d2422;font-size:12px;line-height:1.14;font-weight:700}.c-visit-card{padding:16px;border-radius:22px;border:1px solid #dce8e2;background:#ffffff;box-shadow:0 14px 30px #080f0d12}.c-visit-card__head{grid-template-columns:57px minmax(0,1fr);gap:13px}.c-visit-date{width:57px;height:64px;border-radius:13px;background:#117a62}.c-visit-date strong{font-size:26px;font-weight:800}.c-visit-date span{font-size:13px;font-weight:700}.c-visit-code{color:#83918c;font-size:12px;font-weight:800;letter-spacing:.07em}.c-visit-store{margin-top:5px;color:#1d2422;font-size:14px;line-height:1.2;font-weight:700}.c-visit-status{min-height:22px;padding:3px 8px;border-radius:999px;border:1px solid #ead7bf;background:#fff9f0;color:#a7712f;font-size:11px;line-height:1;font-weight:700;white-space:nowrap}.c-visit-status .mi{font-size:13px}.c-visit-meta,.c-visit-address{color:#66736f;font-size:14px;line-height:1.45}.c-visit-meta{margin-top:10px}.c-visit-meta .mi,.c-visit-address .mi{color:#7c8783;font-size:19px}.c-visit-address{margin-top:9px;grid-template-columns:24px 1fr;gap:10px}.c-visit-actions{margin-top:18px}.c-visit-action{min-height:45px;padding:0 16px;border-radius:12px;font-size:14px;font-weight:700}.c-visit-action .mi{font-size:21px}.c-visit-action--details{border:1px solid #c9cdca;background:#eef0ee;color:#1d2422}.c-visit-action--track{border:1px solid rgba(15,108,87,.18);background:rgba(15,108,87,.08);color:#0f6c57}.c-visit-action--cancel{border:1px solid #efcfd1;background:#fff7f7;color:#c44c4f}.c-mobile-tab{background:#f7f8f6}.c-rider-tab-header{height:74px;padding:16px 18px 14px;background:#ffffff;display:flex;align-items:center;justify-content:space-between;gap:14px}.c-rider-tab-header h1{flex:1 1 auto;color:#1d2422;font-size:21px;line-height:1.2;font-weight:700;letter-spacing:0}.c-rider-back,.c-rider-tab-header__spacer{width:50px;height:50px;flex:0 0 50px}.c-rider-back{margin-left:-4px;border-radius:17px;color:#1d2422;display:inline-flex;align-items:center;justify-content:center}.c-rider-back .mi{font-size:30px}.c-rider-tab-header__bell{width:50px;height:50px;border-radius:17px;border:1px solid #e0ece7;background:#ffffff;color:#0f6c57;display:inline-flex;align-items:center;justify-content:center}.c-rider-tab-header__bell .mi{font-size:26px}.c-rider-tab-body{padding:18px 16px 0}.c-history-tabs{padding:4px;border-radius:18px;background:#ffffff;box-shadow:0 12px 26px #080f0d0f;display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.c-history-tabs a{min-height:45px;border-radius:14px;color:#0f6c57c7;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:700}.c-history-tabs a.is-active{background:#117a62;color:#fff}.c-history-list{padding-top:24px}.c-history-card{margin-bottom:10px}.c-history-empty{min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.c-history-empty img{width:210px;max-width:70%;filter:sepia(1) saturate(1.2) hue-rotate(95deg);opacity:.9}.c-history-empty h2{margin-top:22px;color:#1d2422;font-size:17px;font-weight:700}.c-history-empty p{max-width:260px;margin-top:8px;color:#919893;font-size:13px;line-height:1.4;font-weight:500}.c-settings-body{padding-top:25px}.c-settings-profile-card{min-height:142px;padding:23px 20px;border-radius:22px;border:1px solid #e2ece7;background:#ffffff;box-shadow:0 14px 30px #080f0d0f;display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:18px}.c-settings-avatar{width:74px;height:74px;border-radius:999px;background:#117a62;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:36px;font-weight:700}.c-settings-profile-card h2{color:#1d2422;font-size:28px;line-height:1.08;font-weight:700}.c-settings-profile-card p{margin-top:10px;color:#7c8783;font-size:16px;line-height:1.2;font-weight:600;display:flex;align-items:center;gap:6px;min-width:0;overflow-wrap:anywhere}.c-settings-profile-card p .mi{font-size:18px}.c-settings-section-title{margin:32px 0 14px;color:#1d2422;font-size:25px;line-height:1;font-weight:700}.c-settings-group{border-radius:22px;border:1px solid #e2ece7;background:#ffffff;box-shadow:0 14px 30px #080f0d0e;overflow:hidden}.c-settings-row{width:100%;min-height:74px;padding:12px 17px;background:#ffffff;color:#1d2422;display:grid;grid-template-columns:58px minmax(0,1fr) 24px;align-items:center;gap:15px;text-align:left;border-bottom:1px solid #dfe8e3}.c-settings-row:last-child{border-bottom:0}.c-settings-row__icon{width:46px;height:46px;border-radius:999px;background:#f1f3f2;color:#0f6c57;display:inline-flex;align-items:center;justify-content:center}.c-settings-row__icon .mi{font-size:24px}.c-settings-row>span:nth-child(2){color:#1d2422;font-size:19px;line-height:1.18;font-weight:600}.c-settings-row__chevron{color:#7c8783;font-size:30px}.c-settings-row--danger{color:#c44c4f}.c-settings-row--danger .c-settings-row__icon{background:#fff1f1;color:#c44c4f}.c-settings-edit{margin-top:26px;padding:18px;border-radius:22px;border:1px solid #e2ece7;background:#ffffff}.c-settings-edit h2{margin-bottom:14px;color:#1d2422;font-size:20px;font-weight:700}.c-settings-edit label{display:block;margin-bottom:12px}.c-settings-edit label span{display:block;margin-bottom:7px;color:#4d5a56;font-size:12px;font-weight:700}.c-settings-edit input{width:100%;height:50px;padding:0 14px;border-radius:12px;border:1px solid #e2ece7;color:#1d2422;font:inherit;font-weight:600}.c-settings-save{width:100%;height:54px;margin-top:6px;border-radius:999px;background:#0f6c57;color:#fff;font-size:15px;font-weight:700}.c-settings-logout{display:flex;justify-content:center;margin:25px 0 8px}.c-settings-logout button{color:#0f6c57;font-size:18px;font-weight:700}.c-saved-addresses-body{padding-top:25px}.c-saved-address-card{min-height:96px;margin-bottom:14px;padding:16px;border-radius:22px;border:1px solid #e2ece7;background:#ffffff;box-shadow:0 14px 30px #080f0d0e;display:grid;grid-template-columns:50px minmax(0,1fr);gap:14px;align-items:start}.c-saved-address-card__icon{width:46px;height:46px;border-radius:999px;background:#e7f4f0;color:#0f6c57;display:inline-flex;align-items:center;justify-content:center}.c-saved-address-card__icon .mi{font-size:25px}.c-saved-address-card h2{color:#1d2422;font-size:18px;line-height:1.15;font-weight:700}.c-saved-address-card p{margin-top:7px;color:#66736f;font-size:14px;line-height:1.45}.c-saved-address-card small{display:block;margin-top:6px;color:#0f6c57;font-size:12px;font-weight:700}.c-saved-addresses-empty{min-height:560px}.c-saved-addresses-cta{width:100%;margin-top:22px}body:has(.c-shell--app-home) .c-bottom-nav{left:50%;right:auto;bottom:calc(10px + env(safe-area-inset-bottom));width:min(398px,calc(100% - 32px));height:64px;padding:8px 18px;border-radius:32px;border:0;background:#ffffff;box-shadow:0 18px 48px #080f0d26;transform:translate(-50%);display:flex}body:has(.c-shell--app-home) .c-bottom-nav__item{color:#7c8783;font-size:12px;font-weight:500}body:has(.c-shell--app-home) .c-bottom-nav__item .mi{font-size:27px}body:has(.c-shell--app-home) .c-bottom-nav__item--active{color:#0f6c57;font-weight:700}@media (min-width: 700px){.c-app-home{box-shadow:0 22px 70px #080f0d29}}@media (max-width: 390px){.c-app-home__brand{font-size:22px}.c-app-home__bell,.c-app-home__avatar{width:48px;height:48px}.c-settings-profile-card{grid-template-columns:64px minmax(0,1fr);gap:14px}.c-settings-avatar{width:64px;height:64px;font-size:31px}.c-settings-profile-card h2{font-size:24px}}.c-app-home[data-rider-tab=settings] .c-rider-tab-header{height:76px;padding:16px 16px 13px}.c-app-home[data-rider-tab=settings] .c-rider-tab-header h1{font-size:21px;line-height:1.15}.c-app-home[data-rider-tab=settings] .c-rider-tab-header__bell{width:48px;height:48px;border-radius:16px}.c-app-home[data-rider-tab=settings] .c-settings-body{padding:18px 16px 0}.c-app-home[data-rider-tab=settings] .c-settings-profile-card{min-height:110px;padding:16px 18px;grid-template-columns:72px minmax(0,1fr);gap:16px;border-radius:20px}.c-app-home[data-rider-tab=settings] .c-settings-avatar{width:72px;height:72px;font-size:34px}.c-app-home[data-rider-tab=settings] .c-settings-profile-card h2{font-size:23px;line-height:1.12;font-weight:600}.c-app-home[data-rider-tab=settings] .c-settings-profile-card p{margin-top:8px;font-size:13px;line-height:1.25;font-weight:500}.c-app-home[data-rider-tab=settings] .c-settings-profile-card p .mi{font-size:16px}.c-app-home[data-rider-tab=settings] .c-settings-section-title{margin:26px 0 13px;font-size:21px;line-height:1.08;font-weight:700}.c-app-home[data-rider-tab=settings] .c-settings-group{border-radius:20px}.c-app-home[data-rider-tab=settings] .c-settings-row{min-height:58px;padding:9px 16px;grid-template-columns:48px minmax(0,1fr) 22px;gap:12px}.c-app-home[data-rider-tab=settings] .c-settings-row__icon{width:42px;height:42px}.c-app-home[data-rider-tab=settings] .c-settings-row__icon .mi{font-size:22px}.c-app-home[data-rider-tab=settings] .c-settings-row>span:nth-child(2){font-size:16px;line-height:1.18;font-weight:600}.c-app-home[data-rider-tab=settings] .c-settings-row__chevron{font-size:27px}.c-app-home[data-rider-tab=settings] .c-settings-edit{margin-top:22px;padding:16px}@media (max-width: 390px){.c-app-home[data-rider-tab=settings] .c-settings-profile-card{grid-template-columns:64px minmax(0,1fr);gap:14px}.c-app-home[data-rider-tab=settings] .c-settings-avatar{width:64px;height:64px;font-size:30px}.c-app-home[data-rider-tab=settings] .c-settings-profile-card h2{font-size:21px}.c-app-home[data-rider-tab=settings] .c-settings-row>span:nth-child(2){font-size:15px}}.c-booking-detail__header{border-bottom:1px solid #edf2ef}.c-booking-detail__body{padding-top:18px}.c-booking-detail__summary{margin-bottom:18px}.c-booking-detail__summary h2{margin-top:6px;color:#1d2422;font-size:21px;line-height:1.18;font-weight:700}.c-booking-detail__summary .c-visit-status{margin-top:11px;display:inline-flex}.c-visit-status--success{border-color:#cfe8da;background:#f1fbf5;color:#137a4f}.c-visit-status--danger{border-color:#efcfd1;background:#fff7f7;color:#c44c4f}.c-visit-status--info{border-color:#cfe5f0;background:#f3fbff;color:#1d6f8f}.c-booking-card{margin-bottom:16px;padding:18px;border-radius:22px;border:1px solid #e2ece7;background:#ffffff;box-shadow:0 14px 30px #080f0d0e}.c-booking-card h2{margin-bottom:15px;color:#1d2422;font-size:18px;line-height:1.18;font-weight:700}.c-booking-progress{padding-bottom:16px}.c-booking-progress__track{display:grid;grid-auto-flow:column;grid-auto-columns:66px;gap:4px;overflow-x:auto;padding:6px 0 2px;scrollbar-width:none}.c-booking-progress__track::-webkit-scrollbar{display:none}.c-booking-progress__step{position:relative;color:#8a928e;display:grid;justify-items:center;gap:7px;text-align:center;font-size:10px;line-height:1.15;font-weight:700}.c-booking-progress__step:not(:last-child):after{content:"";position:absolute;top:16px;left:calc(50% + 16px);width:36px;height:2px;background:#e5e1d8}.c-booking-progress__dot{width:34px;height:34px;border-radius:999px;border:2px solid #e5e1d8;background:#f6f2e9;color:#b4aaa0;display:inline-flex;align-items:center;justify-content:center}.c-booking-progress__dot .mi{font-size:18px}.c-booking-progress__step.is-done,.c-booking-progress__step.is-current{color:#0f6c57}.c-booking-progress__step.is-done:after,.c-booking-progress__step.is-current:after{background:#0f6c57}.c-booking-progress__step.is-done .c-booking-progress__dot,.c-booking-progress__step.is-current .c-booking-progress__dot{border-color:#0f6c5740;background:#e7f4f0;color:#0f6c57}.c-booking-progress__step.is-current .c-booking-progress__dot{box-shadow:0 0 0 4px #0f6c571a}.c-booking-actions{margin-bottom:16px;display:grid;gap:10px}.c-booking-action{min-height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.c-booking-action .mi{font-size:22px}.c-booking-action--track{background:#0f6c57;color:#fff}.c-booking-action--cancel{border:1px solid #efc7c7;background:#fff2f1;color:#c74343}.c-booking-info-row{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;padding:15px 0;border-top:1px solid #e8eeea}.c-booking-info-row:nth-of-type(1){border-top:0;padding-top:0}.c-booking-info-row:last-child{padding-bottom:0}.c-booking-info-row small{display:block;margin-bottom:5px;color:#596660;font-size:10px;line-height:1.1;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.c-booking-info-row strong,.c-booking-driver strong{display:block;color:#1d2422;font-size:14px;line-height:1.35;font-weight:700}.c-booking-info-row>div>span,.c-booking-driver span,.c-booking-note,.c-booking-help p{display:block;margin-top:4px;color:#5f6b67;font-size:13px;line-height:1.45}.c-booking-driver{display:grid;grid-template-columns:54px minmax(0,1fr) 42px;align-items:center;gap:12px}.c-booking-driver .c-settings-avatar{width:54px;height:54px;font-size:22px}.c-booking-driver--empty{grid-template-columns:46px minmax(0,1fr)}.c-booking-call{width:42px;height:42px;border-radius:999px;background:#e7f4f0;color:#0f6c57;display:inline-flex;align-items:center;justify-content:center}.c-booking-alert{margin-bottom:16px;padding:15px;border-radius:18px;border:1px solid #efcfd1;background:#fff7f7;color:#c44c4f;display:grid;grid-template-columns:28px 1fr;gap:10px}.c-booking-alert strong,.c-booking-alert span,.c-booking-alert small{display:block}.c-booking-alert span{margin-top:3px;font-size:13px}.c-booking-alert small{margin-top:4px;opacity:.75}.c-booking-help{display:flex;align-items:center;justify-content:space-between;gap:14px}.c-booking-help h2{margin-bottom:4px}.c-booking-help a{flex:0 0 auto;min-height:40px;padding:0 14px;border-radius:999px;background:#e7f4f0;color:#0f6c57;display:inline-flex;align-items:center;font-size:13px;font-weight:800}.c-notification-body{padding-top:18px}.c-notification-card{margin-bottom:12px;padding:14px;border-radius:20px;border:1px solid #e2ece7;background:#ffffff;box-shadow:0 12px 24px #080f0d0b;display:grid;grid-template-columns:44px minmax(0,1fr) 24px;align-items:center;gap:12px}.c-notification-card__icon{width:42px;height:42px;border-radius:999px;background:#e7f4f0;color:#0f6c57;display:inline-flex;align-items:center;justify-content:center}.c-notification-card__copy strong{display:block;color:#1d2422;font-size:15px;line-height:1.2;font-weight:700}.c-notification-card__copy span,.c-notification-card__copy small{display:block;margin-top:5px;color:#66736f;font-size:12px;line-height:1.35}.c-notification-card__copy small{color:#0f6c57;font-weight:700}.c-notification-empty{min-height:560px}.c-modal-open{overflow:hidden}.c-rider-map-modal[hidden],.c-rider-sheet[hidden]{display:none!important}.c-rider-map-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#f1f3f2;display:flex;justify-content:center}.c-rider-map-modal__panel{width:min(430px,100%);min-height:100dvh;background:#f1f3f2;display:flex;flex-direction:column}.c-rider-map-modal__bar{flex:0 0 auto}.c-rider-map-info{margin:12px 16px 10px;padding:14px;border-radius:18px;border:1px solid #e2ece7;background:#ffffff}.c-rider-map-info strong,.c-rider-map-info span{display:block}.c-rider-map-info strong{color:#1d2422;font-size:15px;font-weight:700}.c-rider-map-info span{margin-top:5px;color:#4d5a56;font-size:12px;line-height:1.35;font-weight:600}.c-rider-map-info span.is-danger{color:#b4232f}.c-rider-map-search{margin:0 16px 10px;min-height:52px;padding:0 8px 0 13px;border-radius:15px;border:1px solid #e2ece7;background:#ffffff;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px}.c-rider-map-search .mi{color:#7c8783;font-size:22px}.c-rider-map-search input{min-width:0;height:48px;border:0;outline:0;color:#1d2422;font:inherit;font-size:13px;font-weight:600}.c-rider-map-search button{height:36px;padding:0 12px;border-radius:999px;background:#0f6c57;color:#fff;font-size:12px;font-weight:700}.c-rider-map-canvas{flex:1 1 auto;min-height:330px;margin:0 16px;border-radius:18px;overflow:hidden;border:1px solid #e2ece7;background:#dfe8e4}.c-rider-map-actions{padding:14px 16px calc(16px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 1.25fr;gap:12px}.c-rider-map-actions .c-rider-primary{min-height:54px}.c-rider-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1180;display:flex;align-items:flex-end;justify-content:center}.c-rider-sheet__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(8,15,13,.42)}.c-rider-sheet__panel{position:relative;width:min(430px,100%);max-height:74dvh;overflow-y:auto;padding:10px 18px calc(18px + env(safe-area-inset-bottom));border-radius:28px 28px 0 0;background:#ffffff;box-shadow:0 -20px 50px #080f0d2e}.c-rider-sheet__handle{width:46px;height:4px;margin:0 auto 18px;border-radius:999px;background:#dfe8e3}.c-rider-sheet h2{color:#1d2422;font-size:22px;font-weight:700}.c-rider-sheet p{margin-top:5px;color:#7c8783;font-size:13px;line-height:1.4}.c-rider-saved-list{margin-top:16px}.c-rider-saved-item{width:100%;margin-bottom:12px;padding:14px;border-radius:14px;border:1px solid #e2ece7;background:#ffffff;color:#1d2422;display:grid;grid-template-columns:42px minmax(0,1fr) 24px;gap:12px;align-items:center;text-align:left}.c-rider-saved-item__icon{width:42px;height:42px;border-radius:999px;background:rgba(15,108,87,.1);color:#0f6c57;display:inline-flex;align-items:center;justify-content:center}.c-rider-saved-item strong,.c-rider-saved-item small{display:block}.c-rider-saved-item strong{color:#0f6c57;font-size:14px;font-weight:700}.c-rider-saved-item small{margin-top:3px;color:#6f7b77;font-size:11px;line-height:1.35}
