.dtp{position:relative;width:100%}.dtp__label{display:block;font-weight:600;font-size:12px;color:#141b2b;margin-bottom:6px}.dtp__trigger{width:100%;height:46px;padding:0 14px;border-radius:12px;background:#f1f3ff;border:none;display:flex;align-items:center;gap:8px;cursor:pointer;font-family:inherit}.dtp__trigger span{flex:1;text-align:left;font-size:13px;color:#141b2b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dtp__trigger:hover{background:#e1e8fd}.dtp__panel{z-index:1000;background:#fff;border-radius:16px;box-shadow:0 20px 40px -12px #00000040;padding:14px;max-height:calc(100vh - 16px);overflow-y:auto}.dtp__nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.dtp__nav span{font-weight:700;font-size:13px;color:#141b2b}.dtp__nav button{width:28px;height:28px;border-radius:8px;border:none;background:#f1f3ff;color:#141b2b;display:flex;align-items:center;justify-content:center}.dtp__nav button:hover{background:#e1e8fd;color:#0034a8}.dtp__weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.dtp__weekdays span{text-align:center;font-size:10px;font-weight:700;color:#747686;text-transform:uppercase}.dtp__days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.dtp__day{aspect-ratio:1;border:none;background:none;border-radius:8px;font-size:12px;font-weight:500;color:#141b2b;cursor:pointer;display:flex;align-items:center;justify-content:center}.dtp__day:hover:not(:disabled){background:#f1f3ff}.dtp__day--empty{cursor:default}.dtp__day--today{font-weight:700;color:#0034a8;box-shadow:inset 0 0 0 1px #0034a8}.dtp__day--selected{background:#0034a8!important;color:#fff!important;font-weight:700}.dtp__day:disabled{color:#c4c5d7;cursor:not-allowed}.dtp__time{display:flex;align-items:center;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid #f1f3ff}.dtp__time select{height:34px;padding:0 6px;border-radius:8px;background:#f1f3ff;border:none;font-size:13px;font-weight:600;color:#141b2b;outline:none}.dtp__time select:disabled{opacity:.5}.dtp__time>span{font-weight:700;color:#747686}.dtp__period{display:flex;align-items:center;gap:2px;background:#f1f3ff;border-radius:8px;padding:2px;margin-left:auto}.dtp__period-btn{height:30px;padding:0 8px;border:none;background:none;border-radius:6px;font-size:11px;font-weight:700;color:#747686}.dtp__period-btn--active{background:#fff;color:#0034a8;box-shadow:0 1px 2px #00000014}.dtp__period-btn:disabled{opacity:.5}.dtp__done{width:100%;height:38px;margin-top:12px;border:none;border-radius:10px;background:#1a4bd1;color:#fff;font-weight:600;font-size:13px}.dtp__done:hover{background:#0034a8}.lp{position:relative;width:100%}.lp__trigger{width:100%;height:46px;padding:0 14px;border-radius:12px;background:none;border:none;display:flex;align-items:center;gap:8px;cursor:pointer;font-family:inherit}.lp__trigger span{flex:1;text-align:left;font-size:14px;font-weight:600;color:#141b2b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp__trigger:hover{background:#ffffff80}.lp__panel{z-index:1000;background:#fff;border-radius:18px;box-shadow:0 24px 48px -12px #0f2f8a47;padding:0;display:flex;flex-direction:column;max-height:380px;overflow:hidden}.lp__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 12px;background:linear-gradient(160deg,#0034a8,#1a4bd1);flex-shrink:0}.lp__head-title{display:block;font-size:15px;font-weight:700;color:#fff}.lp__head-sub{display:block;font-size:11px;color:#ffffffbf;margin-top:2px}.lp__close{width:26px;height:26px;border-radius:9999px;border:none;background:#ffffff26;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp__close:hover{background:#ffffff47}.lp__search{display:flex;align-items:center;gap:8px;margin:12px 12px 4px;padding:0 12px;height:42px;border-radius:12px;background:#f1f3ff;flex-shrink:0}.lp__search input{flex:1;border:none;background:none;outline:none;font-size:16px;color:#141b2b;font-family:inherit}.lp__list{padding:6px 8px 10px;overflow-y:auto;display:flex;flex-direction:column;gap:1px}.lp__section-label{display:block;padding:10px 8px 4px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#747686}.lp__item{display:flex;align-items:center;gap:10px;height:40px;padding:0 8px;border-radius:10px;border:none;background:none;font-size:13px;font-weight:600;color:#141b2b;text-align:left}.lp__item:hover{background:#f1f3ff}.lp__item-icon{width:26px;height:26px;border-radius:8px;background:#f1f3ff;color:#747686;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp__item:hover .lp__item-icon{background:#e1e8fd;color:#0034a8}.lp__item-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp__item--active{background:#e1e8fd;color:#0034a8}.lp__item--active .lp__item-icon{background:#0034a8;color:#fff}.lp__empty{padding:24px 10px;text-align:center;font-size:12px;color:#747686}.am-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#29304099;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px}.am-modal{background:#fff;border-radius:16px;max-width:400px;width:100%;padding:28px;box-shadow:0 25px 50px -12px #0000004d;display:flex;flex-direction:column;gap:20px}.am-head{display:flex;align-items:flex-start;gap:14px}.am-icon{width:48px;height:48px;border-radius:12px;background:#e1e8fd;display:flex;align-items:center;justify-content:center;flex-shrink:0}.am-head h4{font-size:17px;font-weight:700;color:#141b2b;margin:0}.am-head span{font-size:13px;color:#747686}.am-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.am-cancel{height:44px;padding:0 20px;border-radius:12px;border:none;background:#f1f3ff;color:#141b2b;font-weight:600;font-size:13px}.am-cancel:hover{background:#e1e8fd}.am-login{display:flex;align-items:center;gap:6px;height:44px;padding:0 20px;border-radius:12px;border:none;background:#1a4bd1;color:#fff;font-weight:600;font-size:13px}.am-login:hover{background:#0034a8}@media (max-width: 640px){.am-actions{flex-direction:column-reverse}.am-cancel,.am-login{width:100%;justify-content:center}}.hm-page{min-height:100vh}.hm-header{position:fixed;top:0;left:0;right:0;z-index:50;height:76px;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px 8px #0000000a}.hm-header__inner{position:relative;max-width:1200px;height:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:32px}.hm-header__left{display:flex;align-items:center;gap:40px;min-width:0}.hm-brand{display:flex;align-items:center;gap:8px;flex-shrink:0;background:none;border:none;padding:0;font-family:inherit;cursor:pointer}.hm-hamburger{display:none;width:38px;height:38px;border-radius:10px;border:none;background:#f1f3ff;color:#141b2b;align-items:center;justify-content:center;flex-shrink:0}.hm-hamburger:hover{background:#e1e8fd}.hm-mobile-overlay{display:none}.hm-mobile-drawer{position:fixed;left:0;top:0;height:100%;width:260px;background:#fff;z-index:60;display:flex;flex-direction:column;justify-content:space-between;padding:20px 0;transform:translate(-100%);transition:transform .2s ease}.hm-mobile-drawer__brand{display:flex;align-items:center;gap:8px;padding:0 20px 20px}.hm-mobile-drawer__brand-name{font-size:17px;font-weight:700;color:#0034a8;letter-spacing:-.3px}.hm-mobile-drawer__nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:0 12px}.hm-mobile-drawer__link{display:flex;align-items:center;gap:8px;padding:12px 10px;border-radius:10px;border:none;background:none;text-align:left;font-size:14px;font-weight:600;color:#141b2b;text-decoration:none;font-family:inherit}.hm-mobile-drawer__link:hover{background:#f1f3ff}.hm-mobile-drawer__link--active{color:#0034a8}.hm-mobile-drawer__link--muted{color:#747686;cursor:default}.hm-mobile-drawer__link--muted:hover{background:none}.hm-mobile-drawer__footer{padding:12px 20px 0;border-top:1px solid #f1f3ff}.hm-mobile-drawer__logout{border:none;background:none;text-align:left;padding:8px 4px;font-size:13px;font-weight:600;color:#ba1a1a;width:100%}.hm-mobile-drawer__login{border:none;background:none;text-align:left;padding:8px 4px;font-size:13px;font-weight:700;color:#0034a8;width:100%}.hm-brand__icon{width:36px;height:36px;border-radius:12px;background:#1a4bd1;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.hm-brand__name{font-size:20px;font-weight:700;letter-spacing:-.3px;color:#0034a8}.hm-location-pill{display:flex;align-items:center;gap:4px;padding:7px 12px;border-radius:9999px;background:#f1f3ff;border:none;font-size:13px;font-weight:600;color:#141b2b;flex-shrink:0}.hm-location-pill:hover{background:#e1e8fd}.hm-nav{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:24px}.hm-nav__link{font-size:14px;font-weight:500;color:#747686;cursor:default}.hm-nav__link--btn{background:none;border:none;padding:0;font-family:inherit;cursor:pointer}.hm-nav__link--btn:hover{color:#141b2b}.hm-nav__link--active{color:#0034a8;font-weight:700}.hm-header__right{display:flex;align-items:center;gap:12px;flex-shrink:0}.hm-help-link{display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:10px;color:#ba1a1a;text-decoration:none;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.hm-help-link:hover{background:#f1f3ff}.hm-profile-chip{display:flex;align-items:center;gap:8px;padding:5px 10px 5px 5px;border-radius:9999px;background:none;border:none}.hm-profile-chip:hover{background:#f1f3ff}.hm-profile-chip__avatar{width:32px;height:32px;border-radius:9999px;background:#0034a8;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.hm-profile-chip__name{font-size:13px;font-weight:600;color:#141b2b}.hm-login-btn{height:38px;padding:0 18px;border-radius:9999px;border:none;background:#1a4bd1;color:#fff;font-size:13px;font-weight:700}.hm-login-btn:hover{background:#0034a8}.hm-main{padding-top:76px}.hm-container{max-width:1200px;margin:0 auto;padding:32px 24px 64px;display:flex;flex-direction:column;gap:40px}.hm-hero{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;max-width:640px;margin:0 auto}.hm-hero__badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:9999px;background:#e1e8fd;color:#0034a8;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px}.hm-hero h1{font-size:32px;font-weight:700;letter-spacing:-.5px;color:#141b2b;margin:0}.hm-hero p{font-size:15px;color:#747686;margin:0;max-width:480px}.hm-search-card{background:#fff;border-radius:20px;box-shadow:0 4px 24px #0f2f8a14;padding:20px;display:flex;flex-direction:column;gap:16px}.hm-search-grid{display:grid;grid-template-columns:4fr 3fr 3fr 2fr;gap:12px;align-items:end}.hm-search-cell{display:flex;flex-direction:column;gap:6px;min-width:0}.hm-search-cell--location{background:#f1f3ff;border-radius:12px;padding:8px 10px;justify-content:center;min-height:68px}.hm-search-cell__label{font-size:11px;font-weight:700;letter-spacing:.3px;color:#747686;text-transform:uppercase;padding-left:2px}.hm-search-cell__label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.hm-duration-badge{padding:2px 8px;border-radius:6px;background:#1a4bd11f;color:#0034a8;font-size:11px;font-weight:700;white-space:nowrap}.hm-search-btn{height:48px;border:none;border-radius:12px;background:#0034a8;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px 8px #0034a840}.hm-search-btn:hover{background:#002d8f}.hm-search-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:4px}.hm-search-footer__notes{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;color:#747686}.hm-search-footer__notes span{display:inline-flex;align-items:center;gap:4px}.hm-search-footer__dot{color:#c4c5d7}.hm-spots{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:12px}.hm-spots__label{color:#747686}.hm-spot-btn{padding:3px 10px;border-radius:8px;background:#f1f3ff;border:none;color:#0034a8;font-size:12px;font-weight:600}.hm-spot-btn:hover{background:#e1e8fd}.hm-section-eyebrow{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#0034a8}.hm-section-title{font-size:22px;font-weight:700;color:#141b2b;margin:0}.hm-why{background:#fff;border-radius:20px;box-shadow:0 1px 2px #0000000d;padding:32px;display:flex;flex-direction:column;gap:24px}.hm-why__head{text-align:center;max-width:460px;margin:0 auto;display:flex;flex-direction:column;gap:4px}.hm-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hm-why-card{display:flex;align-items:flex-start;gap:14px;padding:16px;border-radius:14px;background:#f9f9ff}.hm-why-card__icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 2px #00000014}.hm-why-card__body{display:flex;flex-direction:column;gap:3px;min-width:0}.hm-why-card__title{font-size:14px;font-weight:700;color:#141b2b}.hm-why-card__desc{font-size:12px;color:#747686;line-height:1.5}.hm-why-card__tag{display:flex;align-items:center;gap:3px;font-size:11px;font-weight:700;margin-top:2px}.hm-trust-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:16px;padding:18px 24px;border-radius:16px;background:#e1e8fd}.hm-trust-bar__item{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#434654}.hm-why-grid--steps{grid-template-columns:repeat(2,1fr)}@media (max-width: 720px){.hm-why-grid--steps{grid-template-columns:1fr}}.hiw-cta{background:#1a4bd1;border-radius:20px;padding:28px 32px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;color:#fff}.hiw-cta h2{margin:0 0 4px;font-size:20px;font-weight:700}.hiw-cta p{margin:0;font-size:13px;color:#ffffffd9}.hiw-cta button,.hiw-cta a{display:flex;align-items:center;gap:8px;height:46px;padding:0 20px;border-radius:12px;border:none;background:#fff;color:#0034a8;font-size:14px;font-weight:700;flex-shrink:0;text-decoration:none}.hiw-cta button:hover,.hiw-cta a:hover{background:#e1e8fd}.hm-why-card--link{text-decoration:none;transition:box-shadow .15s ease}.hm-why-card--link:hover{box-shadow:0 4px 14px #0f2f8a1f}.sup-faq-list{display:flex;flex-direction:column;gap:14px}.sup-faq-item{padding:14px 16px;border-radius:12px;background:#f9f9ff}.sup-faq-item__q{display:flex;align-items:flex-start;gap:8px;font-size:13px;font-weight:700;color:#141b2b}.sup-faq-item__a{margin:6px 0 0 23px;font-size:12px;color:#747686;line-height:1.5}.hm-footer{background:#fff;border-top:1px solid #f1f3ff}.hm-footer__inner{max-width:1200px;margin:0 auto;padding:40px 24px 24px}.hm-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:32px;padding-bottom:24px}.hm-footer-col{display:flex;flex-direction:column;gap:10px}.hm-footer-brand{display:flex;align-items:center;gap:8px;color:#0034a8}.hm-footer-brand__icon{width:30px;height:30px;border-radius:9px;background:#0034a8;display:flex;align-items:center;justify-content:center;color:#fff}.hm-footer-brand span{font-size:17px;font-weight:700}.hm-footer-col p{font-size:12px;color:#747686;line-height:1.6;margin:0}.hm-footer-verified{display:flex;align-items:center;gap:6px;color:#004c1d;font-size:12px;font-weight:600;margin-top:4px}.hm-footer-col__title{font-size:13px;font-weight:700;color:#141b2b}.hm-footer-link{font-size:12px;color:#747686;cursor:default}.hm-footer-hotline{padding:14px;border-radius:12px;background:#ffdad6;display:flex;flex-direction:column;gap:4px}.hm-footer-hotline__head{display:flex;align-items:center;gap:6px;color:#93000a;font-size:13px;font-weight:700}.hm-footer-hotline__number{font-size:18px;font-weight:700;color:#ba1a1a;margin:0}.hm-footer-hotline p{font-size:11px;color:#434654;margin:0;line-height:1.5}.hm-footer-bottom{padding-top:20px;border-top:1px solid #f1f3ff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:#747686}.hm-footer-bottom__links{display:flex;gap:20px}@media (max-width: 1024px){.hm-nav{display:none}.hm-hamburger{display:flex}.hm-brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.hm-mobile-drawer--open{transform:translate(0);box-shadow:0 0 24px #00000026}.hm-mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#141b2b66;z-index:55}.hm-why-grid{grid-template-columns:1fr}.hm-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 780px){.hm-search-grid{grid-template-columns:1fr}.hm-hero h1{font-size:24px}}@media (max-width: 640px){.hm-header__inner{padding:0 16px}.hm-location-pill,.hm-help-link,.hm-profile-chip__name{display:none}.hm-container{padding:24px 16px 48px;gap:32px}.hm-why{padding:20px}.hm-trust-bar{justify-content:flex-start;flex-direction:column;align-items:flex-start}.hm-footer-grid{grid-template-columns:1fr}.hm-search-footer{flex-direction:column;align-items:flex-start}}.sr-ribbon{background:#fff;box-shadow:0 1px 2px #0000000d}.sr-ribbon__inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.sr-ribbon__loc{display:flex;align-items:center;gap:14px}.sr-ribbon__icon{width:40px;height:40px;border-radius:12px;background:#f1f3ff;display:flex;align-items:center;justify-content:center;color:#0034a8;flex-shrink:0}.sr-ribbon__title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sr-ribbon__title-row strong{font-size:15px;font-weight:700;color:#141b2b}.sr-ribbon__dot{color:#747686}.sr-ribbon__dates{font-size:13px;font-weight:600;color:#434654}.sr-ribbon__badge{padding:2px 10px;border-radius:9999px;background:#dce1ff;color:#001552;font-size:11px;font-weight:700}.sr-ribbon__sub{font-size:12px;color:#747686}.sr-modify-btn{display:flex;align-items:center;gap:6px;padding:9px 16px;border-radius:12px;background:#e1e8fd;border:none;color:#0034a8;font-size:13px;font-weight:700;text-decoration:none}.sr-modify-btn:hover{background:#dce1ff}.sr-toolbar{max-width:1200px;margin:0 auto;padding:24px 24px 8px;display:flex;flex-direction:column;gap:12px}.sr-toolbar__row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.sr-cat-pills{display:flex;align-items:center;gap:8px;overflow-x:auto;padding-bottom:2px}.sr-cat-pill{display:flex;align-items:center;gap:6px;padding:7px 14px;border-radius:9999px;background:#fff;box-shadow:0 1px 2px #00000014;border:none;color:#434654;font-size:13px;font-weight:600;white-space:nowrap;flex-shrink:0}.sr-cat-pill:hover{background:#f1f3ff}.sr-cat-pill--active{background:#1a4bd1;color:#fff}.sr-cat-pill span:last-child{opacity:.75;font-size:12px}.sr-sort{position:relative}.sr-sort select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;box-shadow:0 1px 2px #00000014;border:none;padding:9px 32px 9px 14px;border-radius:12px;color:#141b2b;font-size:13px;font-weight:600;cursor:pointer}.sr-sort svg{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:#747686}.sr-count-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:4px}.sr-count-row__main{display:flex;align-items:baseline;gap:6px}.sr-count-row__main strong{font-size:18px;font-weight:700;color:#141b2b}.sr-count-row__main span{font-size:13px;color:#747686}.sr-assurance{display:flex;align-items:center;gap:16px;font-size:12px;font-weight:600;color:#434654}.sr-assurance span{display:inline-flex;align-items:center;gap:4px}.sr-empty{max-width:1200px;margin:0 auto;padding:48px 24px;text-align:center;color:#747686;font-size:13px}.sr-grid{max-width:1200px;margin:0 auto;padding:8px 24px 16px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.sr-card{background:#fff;border-radius:16px;padding:12px;box-shadow:0 1px 2px #0000000f;display:flex;flex-direction:column;gap:10px;text-align:left;border:none;cursor:pointer}.sr-card:hover{box-shadow:0 8px 20px #0f2f8a1a}.sr-card--soldout{cursor:default}.sr-card--soldout .sr-card__name,.sr-card--soldout .sr-card__spec,.sr-card--soldout .sr-card__meta,.sr-card--soldout .sr-card__price{opacity:.55}.sr-card__media{position:relative;height:140px;border-radius:12px;background:linear-gradient(160deg,#e1e8fd,#f1f3ff);display:flex;align-items:center;justify-content:center}.sr-card__soldout-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:linear-gradient(160deg,#1e2233b8,#1e223373);display:flex;align-items:center;justify-content:center;z-index:1}.sr-card__soldout-stamp{padding:5px 16px;border:1.5px solid rgba(255,255,255,.7);border-radius:6px;color:#fff;font-size:12px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;transform:rotate(-8deg)}.sr-card__badges{position:absolute;top:8px;left:8px;display:flex;gap:4px;z-index:2}.sr-card__badge{display:flex;align-items:center;gap:4px;padding:3px 9px;border-radius:9999px;font-size:10px;font-weight:700;white-space:nowrap}.sr-card__badge--available{background:#62df7de6;color:#002109}.sr-card__badge--soldout{background:#ba1a1aeb;color:#fff}.sr-card__badge--ev{background:#869efd;color:#fff}.sr-card__fav{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:9999px;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;display:flex;align-items:center;justify-content:center;color:#747686}.sr-card__fav:hover,.sr-card__fav--active{color:#ba1a1a}.sr-card__body{display:flex;flex-direction:column;gap:4px;padding:2px 4px 0}.sr-card__name-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.sr-card__name{font-size:16px;font-weight:700;color:#141b2b}.sr-card__spec{font-size:12px;color:#747686}.sr-card__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px;padding:6px 8px;border-radius:10px;background:#f1f3ff}.sr-card__shop{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#141b2b;min-width:0}.sr-card__shop span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-card__shop small{color:#747686;font-weight:500;flex-shrink:0}.sr-card__rating{display:flex;align-items:center;gap:3px;font-size:12px;font-weight:700;color:#141b2b;flex-shrink:0}.sr-card__price{margin-top:6px;padding-top:8px;border-top:1px solid #f1f3ff;display:flex;flex-direction:column}.sr-card__price-line{display:flex;align-items:baseline;gap:4px}.sr-card__price-line strong{font-size:20px;font-weight:700;color:#141b2b}.sr-card__price-line span{font-size:12px;color:#747686}.sr-card__total{font-size:15px;font-weight:700;color:#0034a8;margin-top:2px}.sr-card__book-btn{margin-top:8px;width:100%;height:42px;border-radius:12px;border:none;background:#1a4bd1;color:#fff;font-size:14px;font-weight:600}.sr-card__book-btn:hover{background:#0034a8}.sr-pagination{max-width:1200px;margin:0 auto;padding:20px 24px 48px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.sr-pagination__count{font-size:13px;color:#747686}.sr-pagination__count strong{color:#141b2b;font-weight:700}.sr-pagination__pages{display:flex;align-items:center;gap:6px}.sr-page-btn{width:38px;height:38px;border-radius:10px;background:#fff;box-shadow:0 1px 2px #00000014;border:none;color:#434654;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center}.sr-page-btn:hover:not(:disabled){background:#f1f3ff}.sr-page-btn:disabled{opacity:.4;cursor:not-allowed}.sr-page-btn--active{background:#1a4bd1;color:#fff}.sr-page-ellipsis{padding:0 4px;color:#747686;font-size:13px}@media (max-width: 1024px){.sr-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.sr-ribbon__inner{padding:14px 16px}.sr-toolbar{padding:20px 16px 8px}.sr-grid{grid-template-columns:1fr;padding:8px 16px 16px}.sr-pagination{padding:16px 16px 40px;justify-content:center}.sr-assurance{flex-wrap:wrap;gap:8px}}.vd-container{max-width:1200px;margin:0 auto;padding:16px 24px 64px}.vd-breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:#747686;margin-bottom:16px;flex-wrap:wrap}.vd-breadcrumb a{color:#747686;text-decoration:none;cursor:pointer}.vd-breadcrumb a:hover{color:#0034a8}.vd-breadcrumb__current{color:#141b2b;font-weight:600}.vd-grid{display:grid;grid-template-columns:8fr 4fr;gap:20px;align-items:start}.vd-col-left{display:flex;flex-direction:column;gap:20px;min-width:0}.vd-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 2px #0000000d}.vd-hero{position:relative;height:340px;border-radius:12px;background:linear-gradient(160deg,#e1e8fd,#f1f3ff);display:flex;align-items:center;justify-content:center}.vd-hero__badge{position:absolute;top:16px;left:16px;display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 1px 2px #00000014;font-size:12px;font-weight:600;color:#141b2b}.vd-hero__fav{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:9999px;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;display:flex;align-items:center;justify-content:center;color:#747686;box-shadow:0 1px 2px #00000014}.vd-hero__fav:hover,.vd-hero__fav--active{color:#ba1a1a}.vd-headline{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.vd-headline__badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.vd-badge-chip{padding:3px 10px;border-radius:9999px;background:#e1e8fd;color:#0034a8;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.vd-headline h1{font-size:26px;font-weight:700;color:#141b2b;margin:8px 0 0;letter-spacing:-.3px}.vd-headline__price{display:flex;flex-direction:column;align-items:flex-end}.vd-headline__price-row{display:flex;align-items:baseline;gap:4px;color:#0034a8}.vd-headline__price-row strong{font-size:26px;font-weight:700}.vd-headline__price-row span:first-of-type{font-size:14px;color:#747686;font-weight:500}.vd-headline__price-row .vd-hr-sep{color:#c4c5d7;margin:0 2px}.vd-headline__price-row .vd-hourly{font-size:16px;font-weight:600}.vd-headline__price-sub{font-size:11px;color:#747686;margin-top:2px}.vd-spec-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#141b2b;margin:0 0 12px}.vd-spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.vd-spec-cell{padding:12px;border-radius:12px;background:#f1f3ff;display:flex;flex-direction:column;gap:2px}.vd-spec-cell__head{display:flex;align-items:center;justify-content:space-between}.vd-spec-cell__label{font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#747686}.vd-spec-cell__value{font-size:15px;font-weight:700;color:#141b2b;margin-top:2px}.vd-spec-cell__note{font-size:11px;color:#747686}.vd-shop{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.vd-shop__left{display:flex;align-items:flex-start;gap:12px}.vd-shop__icon{width:48px;height:48px;border-radius:12px;background:#e1e8fd;display:flex;align-items:center;justify-content:center;color:#0034a8;flex-shrink:0}.vd-shop__name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.vd-shop__name{font-size:15px;font-weight:700;color:#141b2b}.vd-shop__instant{display:flex;align-items:center;gap:4px;padding:2px 8px;border-radius:6px;background:#004c1d14;color:#004c1d;font-size:11px;font-weight:700}.vd-shop__addr{display:flex;align-items:center;gap:5px;font-size:12px;color:#747686;margin-top:3px}.vd-shop__meta{display:flex;align-items:center;gap:8px;font-size:12px;margin-top:4px}.vd-shop__meta strong{display:flex;align-items:center;gap:3px;color:#141b2b;font-weight:700}.vd-shop__meta strong span{color:#747686;font-weight:400}.vd-shop__meta .vd-shop__dot{color:#c4c5d7}.vd-shop__meta .vd-shop__open{display:flex;align-items:center;gap:4px;color:#004c1d;font-weight:600}.vd-shop__dot-sm{width:6px;height:6px;border-radius:9999px;background:#62df7d}.vd-call-btn{display:flex;align-items:center;gap:6px;height:40px;padding:0 16px;border-radius:12px;background:#f1f3ff;color:#0034a8;font-size:13px;font-weight:700;text-decoration:none;flex-shrink:0}.vd-call-btn:hover{background:#e1e8fd}.vd-col-right{position:sticky;top:92px;display:flex;flex-direction:column;gap:16px}.vd-widget-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.vd-widget-head h2{font-size:15px;font-weight:700;color:#141b2b;margin:0}.vd-modify-link{display:flex;align-items:center;gap:4px;border:none;background:none;color:#0034a8;font-size:12px;font-weight:700}.vd-modify-link:hover{text-decoration:underline}.vd-alert{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;background:#004c1d14;margin-bottom:14px}.vd-alert span{font-size:12px;font-weight:700;color:#004c1d}.vd-timeline{position:relative;background:#f1f3ff;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:12px;margin-bottom:14px}.vd-timeline:before{content:"";position:absolute;left:23px;top:34px;bottom:46px;width:2px;background:#c4c5d7}.vd-timeline__point{display:flex;align-items:flex-start;gap:10px;position:relative;z-index:1}.vd-timeline__dot{width:24px;height:24px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.vd-timeline__dot--pickup{background:#0034a8;color:#fff}.vd-timeline__dot--drop{background:#dce2f7;color:#434654}.vd-timeline__label{font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#747686}.vd-timeline__value{font-size:14px;font-weight:700;color:#141b2b;line-height:1.3}.vd-timeline__sub{font-size:12px;color:#747686}.vd-timeline__footer{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#747686;padding-top:4px}.vd-timeline__footer strong{display:flex;align-items:center;gap:4px;color:#0034a8;font-weight:700}.vd-price-breakdown{display:flex;flex-direction:column;gap:10px;padding-bottom:14px}.vd-price-breakdown__title{font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#747686}.vd-price-line{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px}.vd-price-line__label{display:flex;align-items:center;gap:5px;color:#747686}.vd-price-line__value{font-weight:700;color:#141b2b}.vd-price-line__value--good{color:#004c1d}.vd-price-line--stacked{align-items:flex-start}.vd-price-line__label--stacked{flex-direction:column;align-items:flex-start;gap:4px}.vd-price-line__note{display:inline-flex;align-items:center;font-size:11px;font-weight:700;color:#0034a8;background:#0034a814;padding:2px 8px;border-radius:6px}.vd-price-line__value--deposit{color:#0034a8}.vd-total-bar{margin-top:4px;padding:10px 12px;border-radius:10px;background:#e1e8fd;display:flex;align-items:center;justify-content:space-between}.vd-total-bar__label{display:flex;flex-direction:column}.vd-total-bar__label span:first-child{font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#747686}.vd-total-bar__label span:last-child{font-size:11px;color:#747686}.vd-total-bar__value{font-size:22px;font-weight:700;color:#0034a8}.vd-pay-btn{width:100%;height:48px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px 6px #0000001a}.vd-pay-btn:hover{background:#0034a8}.vd-cancel-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;font-size:12px;color:#747686}.vd-trust-row{display:flex;align-items:center;justify-content:space-around;text-align:center}.vd-trust-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px}.vd-trust-item span:nth-child(2){font-size:11px;font-weight:700;color:#141b2b}.vd-trust-item span:nth-child(3){font-size:10px;color:#747686}.vd-trust-divider{width:1px;height:32px;background:#e1e8fd}@media (max-width: 1024px){.vd-grid{grid-template-columns:1fr}.vd-col-right{position:static}.vd-spec-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.vd-container{padding:12px 16px 48px}.vd-hero{height:220px}.vd-headline{flex-direction:column;align-items:flex-start}.vd-headline__price{align-items:flex-start}.vd-spec-grid{grid-template-columns:1fr 1fr}.vd-shop{flex-direction:column;align-items:flex-start}.vd-call-btn{width:100%;justify-content:center}}.bp-container{max-width:560px;margin:0 auto;padding:32px 24px 64px}.bp-breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:#747686;margin-bottom:16px;flex-wrap:wrap}.bp-breadcrumb a{color:#747686;text-decoration:none}.bp-breadcrumb a:hover{color:#0034a8}.bp-breadcrumb__current{color:#141b2b;font-weight:600}.bp-card{background:#fff;border-radius:16px;box-shadow:0 1px 2px #0000000d;padding:28px;display:flex;flex-direction:column;gap:20px}.bp-summary{display:flex;align-items:center;gap:14px}.bp-summary__icon{width:48px;height:48px;border-radius:12px;background:#f1f3ff;display:flex;align-items:center;justify-content:center;color:#0034a8;flex-shrink:0}.bp-summary__name{font-size:16px;font-weight:700;color:#141b2b}.bp-summary__dates{font-size:12px;color:#747686}.bp-lines{display:flex;flex-direction:column;gap:8px}.bp-line{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#434654}.bp-line__value{font-weight:600;color:#141b2b}.bp-line--stacked{align-items:flex-start}.bp-line__label-stack{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.bp-deposit-note{display:inline-flex;align-items:center;font-size:11px;font-weight:700;color:#0034a8;background:#0034a814;padding:2px 8px;border-radius:6px}.bp-total{margin-top:4px;padding:12px 14px;border-radius:12px;background:#e1e8fd;display:flex;align-items:center;justify-content:space-between}.bp-total span:first-child{font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#747686}.bp-total strong{font-size:22px;font-weight:700;color:#0034a8}.bp-razorpay{border:1.5px dashed #c4c5d7;border-radius:14px;padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;background:#f9f9ff}.bp-razorpay__icon{width:44px;height:44px;border-radius:9999px;background:#fff;box-shadow:0 1px 2px #00000014;display:flex;align-items:center;justify-content:center;color:#0034a8}.bp-razorpay h3{font-size:14px;font-weight:700;color:#141b2b;margin:0}.bp-razorpay p{font-size:12px;color:#747686;margin:0;max-width:360px}.bp-razorpay__badge{margin-top:4px;padding:3px 10px;border-radius:9999px;background:#e1e8fd;color:#0034a8;font-size:11px;font-weight:700}.bp-pay-btn{width:100%;height:50px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px 6px #0000001f}.bp-pay-btn:hover{background:#0034a8}.bp-pay-btn:disabled{opacity:.6;cursor:not-allowed}.bp-secure-note{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:#747686}@media (max-width: 640px){.bp-container{padding:20px 16px 48px}.bp-card{padding:20px}}.bc-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f9f9ff,#f1f3ff);padding:40px 0 8px}.bc-hero__glow{position:absolute;top:-96px;left:50%;transform:translate(-50%);width:620px;height:320px;background:#1a4bd11a;border-radius:9999px;filter:blur(60px);pointer-events:none}.bc-hero__inner{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.bc-banner{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:640px;margin:0 auto 32px}.bc-banner__icon{position:relative;margin-bottom:14px}.bc-banner__icon-circle{width:80px;height:80px;border-radius:9999px;background:#1a4bd1;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 30px -10px #1a4bd166}.bc-banner__icon-badge{position:absolute;bottom:-2px;right:-2px;width:28px;height:28px;border-radius:9999px;background:#004c1d;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003}.bc-banner__pill{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:9999px;background:#e1e8fd;color:#004c1d;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:8px}.bc-banner__dot{width:6px;height:6px;border-radius:9999px;background:#004c1d}.bc-banner h1{font-size:28px;font-weight:700;color:#141b2b;margin:0;letter-spacing:-.4px}.bc-banner p{font-size:16px;color:#747686;margin:8px 0 0;line-height:1.5}.bc-banner p strong{color:#141b2b;font-weight:600}.bc-banner p span{color:#0034a8;font-weight:600}.bc-otp-card{max-width:520px;margin:0 auto 32px;background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;padding:28px;text-align:center;position:relative;overflow:hidden}.bc-otp-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:#1a4bd1}.bc-otp-card__label{display:flex;align-items:center;justify-content:center;gap:6px;color:#0034a8;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px}.bc-otp-card__value{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#f1f3ff;padding:14px 32px;border-radius:14px}.bc-otp-card__digit{font-size:32px;font-weight:700;color:#0034a8;letter-spacing:2px}.bc-otp-card__note{font-size:13px;color:#747686;margin:12px auto 0;max-width:380px}.bc-otp-card__actions{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:16px}.bc-otp-btn{display:flex;align-items:center;gap:6px;height:40px;padding:0 16px;border-radius:10px;border:none;background:#f1f3ff;color:#0034a8;font-size:13px;font-weight:600}.bc-otp-btn:hover{background:#e1e8fd}.bc-otp-btn--copied{background:#004c1d1f;color:#004c1d}.bc-otp-btn--whatsapp{background:#004c1d;color:#fff;text-decoration:none}.bc-otp-btn--whatsapp:hover{opacity:.9}.bc-details-grid{display:grid;grid-template-columns:7fr 5fr;gap:20px;margin-bottom:24px}.bc-col-left{display:flex;flex-direction:column;gap:20px;min-width:0}.bc-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 2px #0000000d}.bc-vehicle-card{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.bc-vehicle-card__left{display:flex;align-items:center;gap:14px}.bc-vehicle-card__media{width:96px;height:80px;border-radius:12px;background:linear-gradient(160deg,#e1e8fd,#f1f3ff);display:flex;align-items:center;justify-content:center;flex-shrink:0}.bc-vehicle-card__badges{display:flex;align-items:center;gap:8px}.bc-status-pill{padding:2px 9px;border-radius:9999px;background:#dce1ff;color:#001552;font-size:10px;font-weight:700;text-transform:uppercase}.bc-vehicle-card__ref{font-size:12px;color:#747686}.bc-vehicle-card__name{font-size:18px;font-weight:700;color:#141b2b;margin:4px 0 2px}.bc-vehicle-card__meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#747686}.bc-vehicle-card__meta strong{color:#141b2b}.bc-vehicle-card__deposit{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.bc-vehicle-card__deposit-label{font-size:11px;color:#747686}.bc-vehicle-card__deposit-value{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:700;color:#004c1d;margin-top:2px}.bc-vehicle-card__deposit-sub{font-size:11px;color:#747686}.bc-schedule-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.bc-schedule-cell{padding:12px;border-radius:12px;background:#f1f3ff}.bc-schedule-cell__head{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;margin-bottom:6px}.bc-schedule-cell__value{font-size:15px;font-weight:700;color:#141b2b}.bc-schedule-cell__sub{font-size:12px;color:#747686;margin-top:2px}.bc-hub-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:12px;background:#f9f9ff;margin-bottom:12px}.bc-hub-row__left{display:flex;align-items:flex-start;gap:10px}.bc-hub-row__icon{width:38px;height:38px;border-radius:10px;background:#e1e8fd;display:flex;align-items:center;justify-content:center;color:#0034a8;flex-shrink:0}.bc-hub-row__name{font-size:14px;font-weight:700;color:#141b2b}.bc-hub-row__addr{font-size:12px;color:#747686;max-width:320px}.bc-hub-row__actions{display:flex;gap:8px}.bc-hub-btn{display:flex;align-items:center;gap:5px;height:36px;padding:0 12px;border-radius:9px;font-size:12px;font-weight:600;text-decoration:none}.bc-hub-btn--ghost{background:#f1f3ff;color:#141b2b}.bc-hub-btn--ghost:hover{background:#e1e8fd}.bc-hub-btn--primary{background:#1a4bd1;color:#fff}.bc-hub-btn--primary:hover{background:#0034a8}.bc-addon-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:#747686}.bc-addon-row strong{color:#141b2b}.bc-addon-row__tag{padding:2px 8px;border-radius:9999px;background:#f1f3ff;color:#004c1d;font-weight:600;font-size:11px}.bc-payment-card{display:flex;flex-direction:column;height:100%}.bc-payment-card__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;margin-bottom:12px}.bc-payment-card__title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#141b2b}.bc-paid-badge{padding:3px 10px;border-radius:9999px;background:#004c1d;color:#fff;font-size:11px;font-weight:700}.bc-payment-lines{display:flex;flex-direction:column;gap:9px;font-size:13px}.bc-payment-line{display:flex;align-items:center;justify-content:space-between;color:#747686}.bc-payment-line__value{font-weight:600;color:#141b2b}.bc-payment-line--stacked{align-items:flex-start}.bc-payment-line__label-stack{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.bc-deposit-note{display:inline-flex;align-items:center;font-size:11px;font-weight:700;color:#0034a8;background:#0034a814;padding:2px 8px;border-radius:6px}.bc-payment-total{margin-top:14px;padding:14px;border-radius:12px;background:#f1f3ff;display:flex;align-items:baseline;justify-content:space-between}.bc-payment-total__label{display:flex;flex-direction:column}.bc-payment-total__label span:first-child{font-size:11px;font-weight:700;text-transform:uppercase;color:#747686}.bc-payment-total__label span:last-child{font-size:11px;color:#747686}.bc-payment-total__value{text-align:right}.bc-payment-total__value strong{font-size:24px;font-weight:700;color:#0034a8}.bc-payment-total__value span{display:block;font-size:11px;color:#747686;margin-top:2px}.bc-payment-actions{display:flex;flex-direction:column;gap:8px;margin-top:20px}.bc-view-booking-btn{width:100%;height:46px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.bc-view-booking-btn:hover{background:#0034a8}.bc-secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bc-secondary-btn{height:40px;border-radius:10px;border:none;background:#f1f3ff;color:#141b2b;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:5px;text-decoration:none}.bc-secondary-btn:hover{background:#e1e8fd}.bc-guidelines{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-radius:16px;background:#e1e8fd}.bc-guidelines__left{display:flex;align-items:center;gap:14px}.bc-guidelines__icon{width:40px;height:40px;border-radius:9999px;background:#0034a8;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.bc-guidelines__title{font-size:14px;font-weight:700;color:#141b2b}.bc-guidelines__desc{font-size:12px;color:#434654;max-width:480px}.bc-guidelines__checks{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.bc-guidelines__checks span{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#0034a8}@media (max-width: 1024px){.bc-details-grid{grid-template-columns:1fr}}@media (max-width: 640px){.bc-hero{padding:24px 0 8px}.bc-hero__inner{padding:0 16px}.bc-banner h1{font-size:22px}.bc-otp-card{padding:20px}.bc-otp-card__value{padding:12px 20px}.bc-otp-card__digit{font-size:26px}.bc-otp-card__actions{flex-direction:column}.bc-otp-btn,.bc-otp-btn--whatsapp{width:100%;justify-content:center}.bc-schedule-grid{grid-template-columns:1fr}.bc-hub-row{flex-direction:column;align-items:flex-start}.bc-hub-row__actions{width:100%}.bc-hub-btn{flex:1;justify-content:center}.bc-vehicle-card__deposit{align-items:flex-start;text-align:left}.bc-guidelines{flex-direction:column;align-items:flex-start}}.mb-hero{background:linear-gradient(180deg,rgba(225,232,253,.4) 0%,rgba(241,243,255,.2) 60%,transparent 100%);padding-bottom:24px}.mb-hero__inner{max-width:1280px;margin:0 auto;padding:20px 24px 0;display:flex;flex-direction:column;gap:20px}.mb-hero__top{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px}.mb-hero__eyebrow{display:flex;align-items:center;gap:6px;color:#0034a8;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.mb-hero__title{font-size:32px;font-weight:700;color:#141b2b;margin:4px 0 0;letter-spacing:-.5px}.mb-hero__sub{font-size:14px;color:#747686;max-width:560px;margin:4px 0 0}.mb-stats-box{display:flex;align-items:center;background:#fff;border-radius:14px;box-shadow:0 1px 2px #0000000f;padding:4px;flex-shrink:0}.mb-stat{display:flex;flex-direction:column;align-items:center;padding:8px 18px}.mb-stat__label{font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#747686}.mb-stat__value{font-size:15px;font-weight:700;color:#141b2b;margin-top:2px}.mb-stat__value--good{color:#004c1d}.mb-stat-divider{width:1px;height:32px;background:#e1e8fd}.mb-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;background:#fff;border-radius:14px;box-shadow:0 1px 2px #0000000f;padding:6px}.mb-tabs{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.mb-tab{display:flex;align-items:center;gap:6px;padding:9px 14px;border-radius:10px;border:none;background:none;color:#747686;font-size:13px;font-weight:600}.mb-tab:hover{background:#f1f3ff;color:#141b2b}.mb-tab--active{background:#1a4bd1;color:#fff}.mb-tab__count{padding:1px 7px;border-radius:9999px;background:#e1e8fd;color:#434654;font-size:10px;font-weight:700}.mb-tab--active .mb-tab__count{background:#ffffff40;color:#fff}.mb-tab__count--live{background:#004c1d24;color:#004c1d}.mb-toolbar__right{display:flex;align-items:center;gap:8px;padding:0 4px}.mb-search-wrap{position:relative;display:flex;align-items:center}.mb-search-wrap svg{position:absolute;left:10px;color:#747686;pointer-events:none}.mb-search-wrap input{width:200px;height:36px;padding:0 10px 0 32px;border-radius:10px;background:#f1f3ff;border:none;font-size:12px;color:#141b2b;outline:none}.mb-search-wrap input:focus{background:#e1e8fd}.mb-filter-btn{width:36px;height:36px;border-radius:10px;background:#f1f3ff;border:none;color:#747686;display:flex;align-items:center;justify-content:center}.mb-filter-btn:hover{background:#e1e8fd;color:#141b2b}.mb-content{max-width:1280px;margin:0 auto;padding:20px 24px 80px;display:grid;grid-template-columns:7fr 5fr;gap:20px;align-items:start}.mb-list{display:flex;flex-direction:column;gap:16px;min-width:0}.mb-side{position:sticky;top:92px;display:flex;flex-direction:column;gap:16px;min-width:0}.mb-side-card{background:#fff;border-radius:16px;padding:18px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:12px}.mb-side-card__title{font-size:13px;font-weight:700;color:#141b2b}.mb-rider-row{display:flex;align-items:center;gap:12px}.mb-rider-avatar{width:44px;height:44px;border-radius:12px;background:#e1e8fd;color:#0034a8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mb-rider-name{font-size:14px;font-weight:700;color:#141b2b}.mb-rider-tier{display:inline-block;margin-top:2px;padding:2px 8px;border-radius:9999px;background:#dce1ff;color:#001552;font-size:10px;font-weight:700}.mb-side-link{display:flex;align-items:center;justify-content:center;gap:6px;height:38px;border-radius:10px;border:none;background:#f1f3ff;color:#0034a8;font-size:12px;font-weight:700}.mb-side-link:hover{background:#e1e8fd}.mb-help-desc{font-size:12px;color:#747686;margin:-4px 0 0}.mb-help-actions{display:flex;gap:8px}.mb-help-actions a{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;height:40px;border-radius:10px;font-size:12px;font-weight:700;text-decoration:none}.mb-help-actions a:first-child{background:#f1f3ff;color:#141b2b}.mb-help-actions a:first-child:hover{background:#e1e8fd}.mb-help-actions a:last-child{background:#004c1d;color:#fff}.mb-help-actions a:last-child:hover{opacity:.9}.mb-promo-card{background:linear-gradient(160deg,#1a4bd1,#0034a8);color:#fff;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:10px}.mb-promo-card__title{font-size:15px;font-weight:700}.mb-promo-card__desc{font-size:12px;color:#ffffffd9;margin:0}.mb-promo-card__btn{display:flex;align-items:center;justify-content:center;gap:6px;height:40px;border-radius:10px;border:none;background:#fff;color:#0034a8;font-size:12px;font-weight:700;margin-top:4px}.mb-promo-card__btn:hover{background:#e1e8fd}.mb-empty{background:#fff;border-radius:16px;padding:48px 24px;text-align:center;color:#747686;font-size:13px;box-shadow:0 1px 2px #0000000d}.mb-card{position:relative;overflow:hidden;background:#fff;border-radius:18px;box-shadow:0 1px 2px #0000000f;padding:20px;display:flex;flex-direction:column;gap:14px}.mb-card:hover{box-shadow:0 8px 20px #0f2f8a14}.mb-card--active:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#62df7d,#7ffc97,#1a4bd1)}.mb-card--active{padding-top:22px}.mb-card__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.mb-card__head-left{display:flex;align-items:center;gap:8px}.mb-status-badge{display:flex;align-items:center;gap:6px;padding:4px 12px;border-radius:9999px;font-size:11px;font-weight:700}.mb-status-badge__dot{width:6px;height:6px;border-radius:9999px}.mb-status-badge--active{background:#004c1d1a;color:#004c1d}.mb-status-badge--active .mb-status-badge__dot{background:#004c1d;animation:mb-pulse 1.4s infinite}@keyframes mb-pulse{0%,to{opacity:1}50%{opacity:.3}}.mb-status-badge--confirmed{background:#dce1ff;color:#001552}.mb-status-badge--completed{background:#004c1d1a;color:#004c1d}.mb-status-badge--cancelled{background:#ba1a1a1a;color:#ba1a1a}.mb-order-id{font-size:12px;color:#747686}.mb-order-id-btn{font-size:12px;color:#747686;background:none;border:none;cursor:pointer}.mb-order-id-btn:hover{color:#0034a8;text-decoration:underline}.mb-tag-good{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:#004c1d}.mb-tag-muted{font-size:12px;color:#747686}.mb-vehicle-row{display:flex;align-items:center;gap:14px;background:#f9f9ff;border-radius:14px;padding:12px}.mb-vehicle-media{position:relative;width:128px;height:96px;border-radius:12px;background:linear-gradient(160deg,#e1e8fd,#f1f3ff);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mb-vehicle-media__tag{position:absolute;bottom:6px;right:6px;padding:2px 7px;border-radius:6px;background:#ffffffe6;font-size:10px;font-weight:700;color:#141b2b}.mb-vehicle-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.mb-vehicle-name-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.mb-vehicle-name{font-size:15px;font-weight:700;color:#141b2b}.mb-vehicle-price{font-size:14px;font-weight:700;color:#0034a8;text-align:right;white-space:nowrap}.mb-vehicle-price span{font-size:11px;font-weight:400;color:#747686}.mb-vehicle-price-sub{display:block;font-size:11px;font-weight:700;color:#004c1d}.mb-vehicle-price-sub--warn{color:#ba1a1a}.mb-vehicle-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#747686;flex-wrap:wrap}.mb-vehicle-meta strong{padding:1px 6px;border-radius:6px;background:#e1e8fd;color:#141b2b;font-weight:700}.mb-telemetry-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mb-telemetry-cell{background:#fff;border-radius:8px;padding:6px 9px}.mb-telemetry-cell__head{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#747686}.mb-telemetry-cell__value{font-size:12px;font-weight:700;color:#141b2b;margin-top:2px}.mb-telemetry-cell__value--good{color:#004c1d}.mb-trip-times{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mb-trip-time{display:flex;align-items:center;gap:8px}.mb-trip-time__icon{width:30px;height:30px;border-radius:9px;background:#f1f3ff;display:flex;align-items:center;justify-content:center;color:#0034a8;flex-shrink:0}.mb-trip-time__label{font-size:10px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:#747686}.mb-trip-time__value{font-size:13px;font-weight:700;color:#141b2b}.mb-schedule-row{display:flex;align-items:center;gap:14px;background:#f1f3ff;padding:10px 12px;border-radius:10px;font-size:12px}.mb-schedule-point{display:flex;align-items:center;gap:6px}.mb-schedule-point__label{display:block;font-size:10px;color:#747686}.mb-schedule-point__value{font-weight:700;color:#141b2b}.mb-schedule-sep{width:16px;height:1px;background:#c4c5d7}.mb-otp-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;background:#dce1ff66;border-radius:12px;padding:12px}.mb-otp-banner__left{display:flex;align-items:center;gap:10px}.mb-otp-banner__icon{width:36px;height:36px;border-radius:10px;background:#fff;box-shadow:0 1px 2px #00000014;display:flex;align-items:center;justify-content:center;color:#0034a8;flex-shrink:0}.mb-otp-banner__label{font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#747686}.mb-otp-banner__value{font-size:20px;font-weight:700;letter-spacing:3px;color:#0034a8}.mb-otp-copy-btn{display:flex;align-items:center;gap:4px;height:30px;padding:0 10px;border-radius:8px;border:none;background:#fff;color:#0034a8;font-size:11px;font-weight:700;box-shadow:0 1px 2px #00000014}.mb-otp-copy-btn:hover{background:#e1e8fd}.mb-stats-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;background:#f1f3ff;padding:9px 12px;border-radius:10px;font-size:12px;color:#434654}.mb-stats-row strong{color:#141b2b}.mb-stats-row__good{color:#004c1d;font-weight:700}.mb-card__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding-top:4px}.mb-footer-note{display:flex;align-items:center;gap:6px;font-size:12px;color:#434654}.mb-footer-actions{display:flex;align-items:center;gap:8px}.mb-btn-primary{display:flex;align-items:center;gap:6px;height:38px;padding:0 16px;border-radius:10px;border:none;background:#1a4bd1;color:#fff;font-size:12px;font-weight:700}.mb-btn-primary:hover{background:#0034a8}.mb-btn-ghost{height:38px;padding:0 16px;border-radius:10px;border:none;background:#f1f3ff;color:#141b2b;font-size:12px;font-weight:700}.mb-btn-ghost:hover{background:#e1e8fd}.mb-btn-tag{height:38px;padding:0 16px;border-radius:10px;border:none;background:#dce1ff;color:#001552;font-size:12px;font-weight:700}.mb-btn-tag:hover{background:#b7c4ff}.mb-btn-danger{height:38px;padding:0 16px;border-radius:10px;border:none;background:#ba1a1a1a;color:#ba1a1a;font-size:12px;font-weight:700}.mb-btn-danger:hover{background:#ba1a1a2e}.mb-btn-danger:disabled,.mb-btn-primary:disabled,.mb-invoice-link:disabled{opacity:.6;cursor:default}.mb-invoice-link{display:flex;align-items:center;gap:6px;border:none;background:none;color:#0034a8;font-size:12px;font-weight:700;padding:0}.mb-invoice-link:hover{text-decoration:underline}.mb-toast{position:fixed;bottom:24px;right:24px;z-index:80;display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:12px;background:#293040;color:#edf0ff;font-size:12px;font-weight:500;box-shadow:0 12px 24px #0003;transform:translateY(20px);opacity:0;pointer-events:none;transition:all .25s ease}.mb-toast--visible{transform:translateY(0);opacity:1}@media (max-width: 900px){.mb-content{grid-template-columns:1fr}.mb-side{position:static}}@media (max-width: 640px){.mb-hero__inner{padding:16px 16px 0}.mb-hero__title{font-size:24px}.mb-stats-box{width:100%;justify-content:space-around}.mb-toolbar{flex-direction:column;align-items:stretch}.mb-tabs{justify-content:space-between}.mb-toolbar__right{justify-content:stretch}.mb-search-wrap{flex:1}.mb-search-wrap input{width:100%}.mb-content{padding:16px 16px 64px}.mb-vehicle-row{flex-direction:column;align-items:stretch}.mb-vehicle-media{width:100%;height:140px}.mb-trip-times{grid-template-columns:1fr}.mb-card__footer{flex-direction:column;align-items:stretch}.mb-footer-actions{justify-content:stretch}.mb-footer-actions button,.mb-footer-actions a{flex:1;justify-content:center}.mb-toast{left:16px;right:16px;bottom:16px}}.pf-container{max-width:1280px;margin:0 auto;padding:20px 24px 64px;display:flex;flex-direction:column;gap:24px}.pf-breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:#747686;flex-wrap:wrap}.pf-breadcrumb a{color:#747686;text-decoration:none}.pf-breadcrumb a:hover{color:#0034a8}.pf-breadcrumb__current{color:#0034a8;font-weight:600}.pf-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.pf-title-row h1{font-size:30px;font-weight:700;color:#141b2b;margin:0;letter-spacing:-.4px}.pf-shield-badge{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:9999px;background:#004c1d1a;color:#004c1d;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.pf-grid{display:grid;grid-template-columns:5fr 7fr;gap:20px;align-items:start}.pf-col{display:flex;flex-direction:column;gap:20px;min-width:0}.pf-card{position:relative;background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 2px #0000000d;overflow:hidden}.pf-identity-head{display:flex;align-items:flex-start;gap:14px;position:relative;z-index:1}.pf-avatar{position:relative;width:76px;height:76px;border-radius:16px;background:#e1e8fd;display:flex;align-items:center;justify-content:center;color:#0034a8;flex-shrink:0}.pf-avatar__badge{position:absolute;bottom:-6px;right:-6px;width:26px;height:26px;border-radius:9999px;background:#004c1d;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #00000026}.pf-identity-body{flex:1;min-width:0}.pf-identity-name-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.pf-identity-name-row h2{font-size:20px;font-weight:700;color:#141b2b;margin:0}.pf-identity-sub{font-size:12px;color:#747686;margin:3px 0 0}.pf-identity-stat{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#3f58b2;margin-top:10px}.pf-edit-icon-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;border:none;background:#f1f3ff;flex-shrink:0}.pf-edit-icon-btn:hover{background:#e1e8fd}.pf-inline-edit{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.pf-inline-edit input{flex:1;min-width:0;height:32px;padding:0 10px;border-radius:8px;border:1px solid #d6dbea;font-size:13px;font-family:inherit}.pf-inline-edit input:focus{outline:none;border-color:#1a4bd1}.pf-inline-edit button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;border:none;background:#f1f3ff;flex-shrink:0}.pf-inline-edit button:hover{background:#e1e8fd}.pf-shield-badge--pending{background:#ba1a1a14;color:#ba1a1a}.pf-contact-strip{margin-top:18px;display:flex;flex-direction:column;gap:8px}.pf-contact-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:10px;background:#f1f3ff}.pf-contact-row__left{display:flex;align-items:center;gap:10px;min-width:0}.pf-contact-row__icon{width:32px;height:32px;border-radius:9px;background:#fff;display:flex;align-items:center;justify-content:center;color:#434654;flex-shrink:0}.pf-contact-row__label{display:block;font-size:10px;color:#747686}.pf-contact-row__value{font-size:14px;font-weight:600;color:#141b2b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pf-contact-row__change{border:none;background:none;color:#0034a8;font-size:12px;font-weight:700;flex-shrink:0}.pf-contact-row__change:hover{text-decoration:underline}.pf-contact-row__verified{display:flex;align-items:center;gap:3px;font-size:11px;font-weight:700;color:#004c1d;flex-shrink:0}.pf-kyc-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.pf-kyc-head__left{display:flex;align-items:center;gap:10px}.pf-kyc-icon{width:36px;height:36px;border-radius:12px;background:#ffdad6;color:#ba1a1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pf-kyc-head h3{font-size:15px;font-weight:700;color:#141b2b;margin:0}.pf-kyc-head span{font-size:12px;color:#747686}.pf-kyc-status-pill{display:flex;align-items:center;gap:4px;padding:5px 10px;border-radius:9999px;background:#ffdad6;color:#93000a;font-size:11px;font-weight:700}.pf-kyc-status-pill--verified{background:#004c1d1a;color:#004c1d}.pf-kyc-warning{background:#ba1a1a0f;padding:12px;border-radius:12px;display:flex;flex-direction:column;gap:4px}.pf-kyc-warning__title{display:flex;align-items:center;gap:6px;color:#ba1a1a;font-size:13px;font-weight:700}.pf-kyc-warning p{font-size:12px;color:#434654;margin:0}.pf-kyc-cta{margin-top:12px;background:#f1f3ff;padding:14px;border-radius:12px;display:flex;flex-direction:column;gap:10px}.pf-dl-field{display:flex;flex-direction:column;gap:6px}.pf-dl-field label{font-size:11px;font-weight:700;color:#747686;text-transform:uppercase;letter-spacing:.4px}.pf-dl-field__row{display:flex;gap:8px}.pf-dl-field__row input{flex:1;min-width:0;height:38px;padding:0 12px;border-radius:10px;border:1px solid #d6dbea;background:#fff;font-size:13px;font-family:inherit}.pf-dl-field__row input:focus{outline:none;border-color:#1a4bd1}.pf-dl-field__row button{padding:0 16px;border-radius:10px;border:none;background:#1a4bd1;color:#fff;font-size:12px;font-weight:700;white-space:nowrap}.pf-dl-field__row button:hover:not(:disabled){background:#0034a8}.pf-dl-field__row button:disabled{opacity:.5}.pf-kyc-cta__head{display:flex;align-items:center;gap:10px}.pf-kyc-cta__icon{width:40px;height:40px;border-radius:10px;background:#dce1ff;color:#001552;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.pf-kyc-cta__title{font-size:14px;font-weight:700;color:#141b2b}.pf-kyc-cta__desc{font-size:12px;color:#747686;margin:2px 0 0}.pf-kyc-cta__perk{display:flex;align-items:center;gap:4px;font-size:11px;color:#747686}.pf-kyc-btn{width:100%;height:44px;border:none;border-radius:12px;background:#c4c5d7;color:#fff;font-weight:600;font-size:13px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:not-allowed}.pf-kyc-coming-soon{text-align:center;font-size:11px;color:#747686}.pf-kyc-alt{text-align:center;font-size:12px;color:#434654;padding-top:4px;border-top:1px dashed #dce2f7;margin-top:2px}.pf-kyc-alt strong{color:#004c1d}.pf-danger-card{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.pf-danger-left{display:flex;align-items:center;gap:10px}.pf-danger-title{font-size:14px;font-weight:700;color:#141b2b}.pf-danger-sub{font-size:12px;color:#747686}.pf-logout-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;border-radius:12px;border:none;background:none;color:#ba1a1a;font-size:13px;font-weight:700}.pf-logout-btn:hover{background:#ba1a1a14}.pf-stats-title{font-size:15px;font-weight:700;color:#141b2b;margin:0 0 14px}.pf-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pf-stat-cell{background:#f1f3ff;border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:4px}.pf-stat-cell__head{display:flex;align-items:center;gap:5px;font-size:12px;color:#747686}.pf-stat-cell__value{font-size:24px;font-weight:700;color:#141b2b}.pf-stat-cell__value span{font-size:14px;font-weight:500}.pf-stat-cell__sub{font-size:11px;color:#747686;font-weight:600}.pf-stat-cell__sub--good{color:#004c1d}.pf-recent-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.pf-recent-head .pf-stats-title{margin:0}.pf-recent-viewall{display:flex;align-items:center;gap:4px;border:none;background:none;color:#0034a8;font-size:12px;font-weight:700}.pf-recent-viewall:hover{text-decoration:underline}.pf-recent-empty{font-size:13px;color:#747686;margin:0}.pf-recent-empty button{border:none;background:none;color:#0034a8;font-weight:700;font-size:13px;padding:0}.pf-recent-list{display:flex;flex-direction:column;gap:8px}.pf-recent-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px;border-radius:12px;border:none;background:#f9f9ff;text-align:left}.pf-recent-item:hover{background:#f1f3ff}.pf-recent-item__icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(160deg,#e1e8fd,#f1f3ff);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pf-recent-item__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.pf-recent-item__name{font-size:13px;font-weight:700;color:#141b2b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pf-recent-item__meta{font-size:11px;color:#747686;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pf-recent-badge{flex-shrink:0;padding:3px 9px;border-radius:9999px;font-size:10px;font-weight:700;background:#dce1ff;color:#001552}.pf-recent-badge--active,.pf-recent-badge--completed{background:#004c1d1a;color:#004c1d}.pf-recent-badge--cancelled{background:#ba1a1a1a;color:#ba1a1a}.pf-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#29304099;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px}.pf-modal{background:#fff;border-radius:16px;max-width:420px;width:100%;padding:28px;box-shadow:0 25px 50px -12px #0000004d;display:flex;flex-direction:column;gap:18px}.pf-modal-head{display:flex;align-items:flex-start;gap:14px}.pf-modal-icon{width:48px;height:48px;border-radius:12px;background:#ffdad6;color:#ba1a1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pf-modal-head h4{font-size:17px;font-weight:700;color:#141b2b;margin:0}.pf-modal-head span{font-size:12px;color:#747686}.pf-modal-note{display:flex;align-items:center;gap:8px;padding:12px;border-radius:12px;background:#f1f3ff;font-size:12px;color:#434654}.pf-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.pf-modal-cancel{height:44px;padding:0 20px;border-radius:12px;border:none;background:#e1e8fd;color:#141b2b;font-weight:600;font-size:13px}.pf-modal-cancel:hover{background:#dce1ff}.pf-modal-confirm{display:flex;align-items:center;gap:6px;height:44px;padding:0 20px;border-radius:12px;border:none;background:#ba1a1a;color:#fff;font-weight:600;font-size:13px}.pf-modal-confirm:hover{background:#93000a}@media (max-width: 1024px){.pf-grid{grid-template-columns:1fr}.pf-stats-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.pf-container{padding:16px 16px 48px}.pf-title-row h1{font-size:24px}.pf-stats-grid{grid-template-columns:1fr 1fr}.pf-danger-card{flex-direction:column;align-items:flex-start}.pf-logout-btn{width:100%;justify-content:center}.pf-modal-actions{flex-direction:column-reverse}.pf-modal-cancel,.pf-modal-confirm{width:100%;justify-content:center}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.login-card{width:100%;max-width:1152px;display:flex;background:#fff;border-radius:var(--radius-lg);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;overflow:hidden}@media (max-width: 860px){.login-card{flex-direction:column}.login-page{padding:16px}.brand-panel{padding:24px}.brand-panel:not(.brand-panel--otp) .brand-subtext,.brand-panel:not(.brand-panel--otp) .perks,.brand-panel:not(.brand-panel--otp) .brand-graphic{display:none}.brand-panel:not(.brand-panel--otp) .brand-heading{font-size:24px;line-height:1.3;margin-top:12px}.form-panel{padding:28px 20px}.trust-row{flex-wrap:wrap;justify-content:center;gap:8px 12px}.trust-item{white-space:normal}.otp-inputs-row{gap:6px}.otp-input-box{width:44px;height:48px;font-size:18px}}@media (max-width: 480px){.otp-inputs-row{gap:6px}.otp-input-box{width:38px;height:44px;font-size:16px;border-radius:6px}}@media (max-width: 360px){.otp-inputs-row{gap:4px}.otp-input-box{width:32px;height:40px;font-size:15px}}.brand-panel{position:relative;flex:0 0 45%;display:flex;flex-direction:column;justify-content:space-between;padding:32px;color:#fff;overflow:hidden;background:linear-gradient(135deg,#0f2f8a,#1a4bd1)}.brand-panel--otp{background:linear-gradient(135deg,#0034a8,#1a4bd1,#3f58b2)}.brand-panel__glow-1,.brand-panel__glow-2{position:absolute;border-radius:9999px;pointer-events:none}.brand-panel__glow-1{width:256px;height:256px;right:-64px;top:-64px;background:#869efd33;filter:blur(32px)}.brand-panel__glow-2{width:192px;height:192px;left:-48px;bottom:80px;background:#2452d74d;filter:blur(20px)}.brand-panel__content{position:relative;z-index:2}.brand-top-strip{display:flex;align-items:center;justify-content:space-between}.logo-row{display:flex;align-items:center;gap:8px}.logo-badge{width:40px;height:40px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.logo-badge--ghost{background:#ffffff26;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.wordmark{font-weight:700;font-size:20px;letter-spacing:-.5px;line-height:1}.tagline-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#ffffff1a;border-radius:9999px;font-weight:600;font-size:11px;letter-spacing:.55px;text-transform:uppercase;color:#dce1ff;margin-top:4px;width:fit-content}.live-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#ffffff1a;border-radius:9999px;font-weight:600;font-size:11px;letter-spacing:.22px;color:#f9f9ff}.live-dot{width:8px;height:8px;border-radius:9999px;background:#7ffc97}.brand-heading{font-weight:700;font-size:36px;line-height:1.25;letter-spacing:-.9px;margin:16px 0 0}.brand-subtext{font-size:14px;line-height:20px;color:#dce1ff;opacity:.9;max-width:384px;margin-top:8px}.perks{display:flex;flex-direction:column;gap:16px;margin-top:24px}.perk{display:flex;gap:8px;align-items:flex-start}.perk-icon{width:28px;height:28px;border-radius:8px;background:#ffffff26;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.perk-title{font-weight:600;font-size:16px;color:#fff;letter-spacing:-.08px}.perk-text{font-size:12px;color:#b7c4ff;margin-top:2px}.brand-graphic{position:relative;z-index:2;margin-top:32px;height:176px;border-radius:12px;overflow:hidden;background:#dce2f71a;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.brand-graphic__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#0f2f8a,#0f2f8a00 60%)}.brand-graphic__overlay-row{position:absolute;left:12px;right:12px;bottom:12px;display:flex;justify-content:space-between;align-items:center}.overlay-tag{display:flex;align-items:center;gap:4px;font-weight:600;font-size:11px;letter-spacing:.22px;color:#f9f9ff}.overlay-badge{padding:2px 8px;background:#fff3;border-radius:4px;font-weight:600;font-size:11px;color:#f9f9ff}.stat-row{display:flex;gap:8px;margin-top:16px;position:relative;z-index:2}.stat-card{flex:1;background:#ffffff1a;border-radius:8px;padding:8px}.stat-label{font-weight:600;font-size:11px;letter-spacing:.22px;color:#dce1ff}.stat-value{font-weight:700;font-size:16px;letter-spacing:-.16px;color:#f9f9ff;margin-top:4px}.progress-wrap{position:relative;z-index:2;margin-top:24px;display:flex;flex-direction:column;gap:6px}.progress-labels{display:flex;justify-content:space-between;font-weight:600;font-size:11px;letter-spacing:.22px}.progress-labels span:first-child{color:#dce1ff}.progress-labels span:last-child{color:#f9f9ff;font-weight:500}.progress-track{height:6px;background:#fff3;border-radius:9999px;position:relative;overflow:hidden}.progress-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:9999px}.form-panel{flex:1 1 55%;display:flex;align-items:center;justify-content:center;padding:48px;background:#fff}.form-inner{width:100%;max-width:420px;display:flex;flex-direction:column;gap:20px}.eyebrow-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#e9edff;border-radius:9999px;font-weight:600;font-size:11px;letter-spacing:.22px;color:#0034a8;width:fit-content}.form-title{font-weight:700;font-size:28px;line-height:36px;letter-spacing:-.7px;color:#141b2b;margin:4px 0 0}.form-title--lg{font-size:36px;line-height:44px;letter-spacing:-.9px}.form-desc{font-size:14px;line-height:20px;color:#434654}.field-group{display:flex;flex-direction:column;gap:6px}.field-label{font-weight:600;font-size:12px;color:#141b2b}.phone-input-row{display:flex;align-items:center;height:48px;background:#f1f3ff;border-radius:12px;overflow:hidden}.phone-input-row__code{height:100%;display:flex;align-items:center;gap:4px;padding:0 14px;background:#e9edff;font-weight:600;font-size:16px;color:#141b2b;white-space:nowrap}.phone-input-row__input{flex:1;height:100%;border:none;outline:none;background:transparent;padding:0 14px;font-weight:600;font-size:16px;letter-spacing:.8px;color:#141b2b;min-width:0}.phone-input-row__input::placeholder{color:#747686;font-weight:600}.btn-primary{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:6px;background:#1a4bd1;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:14px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:opacity .15s ease}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.trust-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f1f3ff;border-radius:12px;gap:8px}.trust-item{display:flex;align-items:center;gap:6px;font-weight:600;font-size:11px;letter-spacing:.22px;color:#434654;white-space:nowrap}.footer-text{font-size:12px;line-height:20px;color:#434654;text-align:center}.otp-header-row{display:flex;align-items:center;gap:8px}.back-btn{width:32px;height:32px;border-radius:9999px;background:#f1f3ff;border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#141b2b}.otp-eyebrow{font-weight:600;font-size:11px;letter-spacing:.55px;text-transform:uppercase;color:#747686}.otp-subtext-row{display:flex;align-items:center;gap:6px;font-size:14px;color:#434654;flex-wrap:wrap}.otp-subtext-row strong{color:#141b2b;font-weight:600}.link-btn{border:none;background:none;padding:0;color:#0034a8;font-weight:600;font-size:14px}.error-alert__text{font-size:12px;color:#93000acc;margin-top:2px}.otp-inputs-row{display:flex;justify-content:center;gap:8px}.otp-input-box{width:48px;height:48px;border-radius:8px;background:#fff;border:none;outline:none;box-shadow:0 0 0 2px #e4e7f5;text-align:center;font-weight:700;font-size:20px;color:#141b2b;transition:box-shadow .15s ease}.otp-input-box:focus{box-shadow:0 0 0 2px #1a4bd1}.resend-row{text-align:center;font-size:14px;color:#434654}.resend-row .link-btn:disabled{color:#9aa1b8;cursor:not-allowed}.dev-otp-hint{font-size:12px;color:#0034a8;background:#e9edff;border-radius:8px;padding:8px 10px;text-align:center}.profile-page{min-height:100vh;display:flex;flex-direction:column;background:#f9f9ff}.profile-topbar{height:64px;background:#fff;box-shadow:0 1px 8px #0000000a;display:flex;align-items:center;justify-content:space-between;padding:0 40px;position:sticky;top:0;z-index:10}.profile-topbar__brand{display:flex;align-items:center;gap:8px}.profile-topbar__logo{width:36px;height:36px;border-radius:8px;background:#1a4bd1;display:flex;align-items:center;justify-content:center}.profile-topbar__wordmark{font-weight:600;font-size:20px;letter-spacing:-.5px;color:#0034a8}.profile-topbar__pill{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f1f3ff;border-radius:9999px;border:none;font-weight:500;font-size:14px;color:#141b2b}.profile-main{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:40px 64px 24px}.profile-columns{display:flex;gap:48px;align-items:flex-start}@media (max-width: 980px){.profile-columns{flex-direction:column}}.profile-left{flex:1 1 544px;min-width:0;display:flex;flex-direction:column;gap:24px}.profile-right{flex:0 0 520px;max-width:520px;width:100%}@media (max-width: 640px){.profile-topbar{padding:0 16px}.profile-main{padding:24px 16px 16px}.profile-heading{font-size:28px;line-height:34px}.profile-subtext{font-size:14px;max-width:none}.trust-panel{padding:16px}.trust-panel__row{gap:12px}.trust-metrics{flex-wrap:wrap}.trust-metric{flex:1 1 45%}.profile-card__body{padding:16px}.site-footer{padding:16px;justify-content:center;text-align:center}}.step-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#e1e8fd;border-radius:9999px;width:fit-content}.step-pill__label{font-weight:700;font-size:11px;letter-spacing:.55px;text-transform:uppercase;color:#0034a8}.step-pill__dot{width:6px;height:6px;border-radius:9999px;background:#0034a8}.step-pill__sub{font-weight:600;font-size:11px;letter-spacing:.22px;color:#434654}.profile-heading{font-weight:700;font-size:36px;line-height:44px;letter-spacing:-.9px;color:#141b2b;margin:0}.profile-subtext{font-size:16px;line-height:24px;color:#434654;max-width:448px;margin:4px 0 0}.trust-panel{position:relative;overflow:hidden;background:#e9edff;border-radius:12px;padding:24px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:16px}.trust-panel__glow{position:absolute;width:160px;height:160px;right:-32px;bottom:-32px;background:#dce1ff;opacity:.6;filter:blur(20px);border-radius:9999px}.trust-panel__row{position:relative;z-index:1;display:flex;gap:16px;align-items:flex-start}.trust-panel__icon{width:48px;height:48px;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-panel__title{display:flex;align-items:center;gap:6px;font-weight:600;font-size:16px;letter-spacing:-.08px;color:#141b2b}.trust-panel__desc{font-size:14px;line-height:20px;color:#434654;margin-top:4px}.trust-metrics{position:relative;z-index:1;display:flex;justify-content:center;gap:8px;padding:16px 8px 8px;background:#fff9;border-radius:8px}.trust-metric{flex:1;display:flex;flex-direction:column;gap:2px}.trust-metric__value{font-weight:700;font-size:16px;letter-spacing:-.16px}.trust-metric__label{font-weight:600;font-size:11px;letter-spacing:.22px;color:#434654}.showcase-block{height:176px;border-radius:12px;overflow:hidden;position:relative;background:#dce2f7;box-shadow:0 1px 2px #0000000d}.showcase-block__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#141b2bcc,#141b2b33,#141b2b00);display:flex;align-items:flex-end;justify-content:space-between;padding:16px}.showcase-block__caption{font-weight:600;font-size:11px;letter-spacing:1.1px;text-transform:uppercase;color:#fff;opacity:.8}.showcase-block__badge{display:flex;align-items:center;gap:4px;padding:4px 10px;background:#fff3;border-radius:9999px;font-weight:500;font-size:12px;color:#fff}.profile-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;overflow:hidden}.profile-card__header{background:#f1f3ff80;padding:12px 24px;display:flex;justify-content:space-between;align-items:center}.profile-card__header-left{display:flex;align-items:center;gap:6px}.profile-card__header-dot{width:10px;height:10px;border-radius:9999px;background:#0034a8}.profile-card__header-label{font-weight:600;font-size:12px;letter-spacing:.3px;color:#0034a8}.profile-card__header-right{font-size:12px;color:#434654}.profile-card__body{padding:24px;display:flex;flex-direction:column;gap:16px}.error-alert{display:flex;gap:8px;padding:10px;background:#ffdad699;border-radius:8px;align-items:flex-start}.error-alert__icon{color:#ba1a1a;flex-shrink:0;margin-top:2px}.error-alert__title{font-weight:600;font-size:14px;color:#93000a}.pf-field{display:flex;flex-direction:column;gap:6px}.pf-field__label-row{display:flex;justify-content:space-between;align-items:center}.pf-field__label{font-weight:500;font-size:14px;color:#141b2b}.pf-field__hint{font-size:11px;color:#434654}.pf-input-wrap{position:relative}.pf-input-wrap__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#434654;display:flex}.pf-input{width:100%;height:48px;background:#f1f3ff;border:none;border-radius:8px;padding:0 16px 0 44px;font-size:14px;color:#141b2b;outline:none}.pf-input::placeholder{color:#747686}.identity-section{display:flex;flex-direction:column;gap:8px;margin-top:4px}.identity-section__header{display:flex;justify-content:space-between;align-items:center}.identity-section__title{font-weight:600;font-size:16px;letter-spacing:-.08px;color:#141b2b}.identity-section__hint{font-weight:600;font-size:11px;letter-spacing:.22px;color:#434654}.id-option{border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;border:none;text-align:left;width:100%;background:#fff;cursor:pointer;font-family:inherit}.id-option--selected{background:#f1f3ff}.id-option--locked{cursor:not-allowed;background:#f9f9ff;opacity:.7}.id-option--locked .id-option__title{color:#747686}.id-option__top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:8px}.id-option__left{display:flex;gap:8px;align-items:flex-start}.id-option__radio{width:20px;height:20px;border-radius:9999px;border:1px solid #767676;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.id-option__radio--selected{border-color:#0034a8}.id-option__radio-dot{width:12px;height:12px;border-radius:9999px;background:#0034a8}.id-option__body{display:flex;flex-direction:column;gap:4px}.id-option__title-row{display:flex;align-items:center;gap:8px}.id-option__title{font-weight:600;font-size:16px;letter-spacing:-.08px;color:#141b2b}.id-option__desc{font-size:12px;line-height:16px;color:#434654}.id-option__badge{padding:2px 8px;border-radius:9999px;font-weight:600;font-size:11px;letter-spacing:.275px;white-space:nowrap;flex-shrink:0}.id-option__badge--primary{background:#1a4bd1;color:#fff}.id-option__badge--neutral{background:#e1e8fd;color:#434654;display:flex;align-items:center;gap:4px}.id-option__badge--locked{background:#e9e9f0;color:#747686;display:flex;align-items:center;gap:4px}.id-option__meta{margin-top:8px;background:#fff;border-radius:8px;padding:8px 10px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px}.id-option__meta-left{display:flex;align-items:center;gap:6px;font-weight:500;font-size:12px;color:#141b2b}.id-option__meta-right{display:flex;align-items:center;gap:3px;font-weight:600;font-size:11px;color:#004c1d;white-space:nowrap}.id-option__notice{display:flex;align-items:center;gap:6px;font-size:12px;color:#434654;margin-top:8px}.summary-pill{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:8px 10px;background:#f1f3ff;border-radius:8px;gap:8px}.summary-pill__left{display:flex;align-items:center;gap:6px;font-size:12px;color:#141b2b}.summary-pill__link{font-weight:600;font-size:11px;color:#0034a8;white-space:nowrap}.btn-primary-dark{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:6px;background:#0034a8;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:14px;box-shadow:0 1px 2px #0000000d}.btn-primary-dark:disabled{opacity:.6;cursor:not-allowed}.profile-footer-note{font-size:12px;line-height:16px;text-align:center;color:#434654;margin:0}.site-footer{background:#fff;box-shadow:0 -1px 8px #00000005;padding:24px 64px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.site-footer__brand{display:flex;align-items:center;gap:8px;font-size:12px;color:#434654}.site-footer__logo{width:24px;height:24px;border-radius:6px;background:#0034a8;display:flex;align-items:center;justify-content:center}.site-footer__links{display:flex;gap:24px;font-size:12px;color:#434654}.admin-shell{min-height:100vh;background:#eef2f7}.admin-sidebar{position:fixed;left:0;top:0;height:100%;width:240px;background:#fff;border-right:1px solid rgba(196,197,215,.3);z-index:60;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease}.admin-sidebar-overlay{display:none}.admin-topbar__menu-btn{display:none;border:none;background:none;padding:8px;border-radius:8px;color:#141b2b}.admin-topbar__menu-btn:hover{background:#f1f3ff}.admin-sidebar__brand{height:64px;padding:0 16px;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid rgba(196,197,215,.2);gap:4px}.admin-sidebar__brand-row{display:flex;align-items:baseline;gap:6px}.admin-sidebar__logo{font-weight:700;font-size:20px;color:#0034a8;letter-spacing:-.3px}.admin-sidebar__role{font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#434654}.admin-sidebar__badge{width:fit-content;padding:2px 8px;border-radius:9999px;background:#e1e8fd;color:#0034a8;font-weight:600;font-size:11px}.admin-sidebar__nav{display:flex;flex-direction:column;gap:4px;padding:8px}.admin-sidebar__link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#434654;font-weight:500;font-size:14px;text-decoration:none}.admin-sidebar__link:hover{background:#f1f3ff;color:#141b2b}.admin-sidebar__link--active{background:#e1e8fd;color:#0034a8;font-weight:600}.admin-sidebar__link--locked{color:#c4c5d7;cursor:not-allowed;-webkit-user-select:none;user-select:none}.admin-sidebar__link--locked:hover{background:none;color:#c4c5d7}.admin-sidebar__lock-icon{margin-left:auto}.admin-sidebar__footer{padding:8px;border-top:1px solid rgba(196,197,215,.2);display:flex;flex-direction:column;gap:8px}.admin-sidebar__version{padding:8px 12px;border-radius:8px;background:#f1f3ff;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#434654}.admin-sidebar__logout{border:none;background:none;text-align:left;padding:8px 12px;font-size:13px;font-weight:600;color:#ba1a1a}.admin-content-area{margin-left:240px}.admin-topbar{position:fixed;top:0;left:240px;right:0;height:64px;background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid rgba(196,197,215,.3);z-index:40;padding:0 24px;display:flex;align-items:center;justify-content:flex-end;box-shadow:0 1px 8px #00000005}.admin-topbar__right{display:flex;align-items:center;gap:16px}.admin-topbar__status{display:flex;align-items:center;gap:6px;background:#f1f3ff;padding:6px 12px;border-radius:9999px;font-weight:500;font-size:12px;color:#141b2b}.admin-topbar__status-dot{width:8px;height:8px;border-radius:9999px;background:#7ffc97}.admin-topbar__divider{width:1px;height:24px;background:#c4c5d766}.admin-topbar__user{display:flex;align-items:center;gap:8px}.admin-topbar__user-text{text-align:right}.admin-topbar__user-name{font-weight:600;font-size:14px;color:#141b2b;line-height:1.2}.admin-topbar__user-role{font-size:12px;color:#434654}.admin-topbar__avatar{width:32px;height:32px;border-radius:9999px;background:#0034a8;display:flex;align-items:center;justify-content:center}.admin-main{min-height:100vh;padding:64px 24px 24px}@media (max-width: 900px){.admin-sidebar{transform:translate(-100%);box-shadow:0 0 24px #00000026}.admin-sidebar--open{transform:translate(0)}.admin-sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#141b2b66;z-index:55}.admin-content-area{margin-left:0}.admin-topbar{left:0;padding:0 16px;justify-content:space-between}.admin-topbar__menu-btn{display:flex}.admin-main{padding-left:16px;padding-right:16px}}@media (max-width: 480px){.admin-topbar__user-text{display:none}}.loc-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;margin-bottom:24px}.loc-header__eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:4px}.loc-header__eyebrow-primary{font-weight:700;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#0034a8}.loc-header__eyebrow-dot{color:#c4c5d7}.loc-header__eyebrow-secondary{font-weight:500;font-size:11px;color:#434654}.loc-header h1{font-size:32px;font-weight:700;letter-spacing:-.5px;color:#141b2b;margin:0}.loc-header p{font-size:14px;color:#434654;margin:4px 0 0}.loc-add-btn{height:48px;padding:0 20px;border:none;border-radius:12px;background:#0034a8;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px #0000000d}.loc-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:24px}.loc-stat-card{position:relative;overflow:hidden;background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;justify-content:space-between}.loc-stat-card__top{display:flex;align-items:center;justify-content:space-between}.loc-stat-card__label{font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#434654}.loc-stat-card__icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.loc-stat-card__value-row{display:flex;align-items:baseline;gap:8px;margin-top:16px}.loc-stat-card__value{font-size:28px;font-weight:700;letter-spacing:-.5px;color:#141b2b}.loc-stat-card__unit{font-size:15px;color:#434654}.loc-stat-card__chips{margin-top:12px;gap:6px}.loc-chip{padding:4px 10px;border-radius:6px;background:#f1f3ff;color:#141b2b;font-weight:500;font-size:11px;white-space:nowrap;flex-shrink:0}.loc-stat-card__meta{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:12px;color:#434654;font-weight:500}.loc-stat-card__meta strong{color:#004c1d;font-weight:500}.loc-stat-card__glow{position:absolute;right:-24px;bottom:-24px;width:96px;height:96px;border-radius:9999px;pointer-events:none}.loc-toolbar{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d;margin-bottom:24px;display:flex;flex-wrap:nowrap;align-items:center;gap:28px}.loc-search{position:relative;flex:0 0 280px}.loc-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#747686}.loc-search input{width:100%;height:48px;padding:0 16px 0 40px;border-radius:12px;background:#f1f3ff;border:none;font-size:14px;color:#141b2b;outline:none}.loc-filter-row{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}.loc-filter-label{font-size:13px;color:#434654;white-space:nowrap;margin-right:4px;flex-shrink:0}.loc-filter-chip{height:40px;padding:0 16px;border-radius:9999px;border:none;background:#f1f3ff;color:#141b2b;font-weight:500;font-size:13px;white-space:nowrap;flex-shrink:0}.loc-filter-chip--active{background:#0034a8;color:#fff;font-weight:600;box-shadow:0 1px 2px #0000000d}.scroll-row-wrap{position:relative;min-width:0;width:100%}.scroll-row{display:flex;align-items:center;overflow-x:auto;min-width:0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.scroll-row::-webkit-scrollbar{display:none}.scroll-row-fade{position:absolute;top:0;bottom:0;width:36px;pointer-events:none;z-index:1}.scroll-row-fade--left{left:0;background:linear-gradient(to right,#fff,#fff0)}.scroll-row-fade--right{right:0;background:linear-gradient(to left,#fff,#fff0)}.scroll-row-btn{position:absolute;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:9999px;border:1px solid rgba(196,197,215,.5);background:#fff;box-shadow:0 1px 4px #00000026;display:flex;align-items:center;justify-content:center;color:#0034a8;z-index:2}.scroll-row-btn--left{left:0}.scroll-row-btn--right{right:0}.loc-hub-list{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.loc-hub-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 2px #0000000d;display:flex;flex-wrap:wrap;align-items:center;gap:16px}.loc-hub-card__info{flex:1 1 260px}.loc-hub-card__badges{display:flex;align-items:center;gap:8px;margin-bottom:4px}.loc-hub-card__city-badge{padding:2px 8px;border-radius:9999px;background:#dce1ff;color:#0034a8;font-weight:700;font-size:11px}.loc-hub-card__status-badge{display:flex;align-items:center;gap:4px;padding:2px 10px;border-radius:9999px;background:#7ffc97;color:#002109;font-weight:700;font-size:11px}.loc-hub-card__status-dot{width:6px;height:6px;border-radius:9999px;background:#004c1d}.loc-hub-card__title{font-size:18px;font-weight:600;color:#141b2b;margin:0}.loc-hub-card__stats{flex:1 1 320px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;background:#f1f3ff;border-radius:12px;padding:12px 16px}.loc-hub-stat__label{font-size:11px;font-weight:500;letter-spacing:.3px;text-transform:uppercase;color:#434654}.loc-hub-stat__value{font-size:15px;font-weight:700;margin-top:2px}.loc-hub-stat__sub{font-size:12px;color:#747686}.loc-hub-card__actions{display:flex;align-items:center;gap:8px;margin-left:auto}.loc-edit-btn{height:40px;padding:0 14px;border:none;border-radius:8px;background:#f1f3ff;color:#141b2b;font-weight:500;font-size:13px;display:flex;align-items:center;gap:6px}.loc-delete-btn{width:40px;height:40px;border-radius:8px;border:none;background:#fff0ef;color:#ba1a1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.loc-delete-btn:disabled{opacity:.5;cursor:not-allowed}.loc-empty{background:#fff;border-radius:12px;padding:32px;text-align:center;color:#747686;font-size:14px}.loc-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;background:#fff;border-radius:12px;padding:14px 20px;box-shadow:0 1px 2px #0000000d;margin-bottom:32px}.loc-pagination__summary{font-size:14px;color:#434654}.loc-pagination__summary strong{color:#141b2b;font-weight:700}.loc-pagination__pages{display:flex;align-items:center;gap:2px}.loc-pagination__arrow,.loc-pagination__num{border:none;background:transparent;border-radius:8px;font-size:14px}.loc-pagination__arrow{width:32px;height:32px;color:#434654;display:flex;align-items:center;justify-content:center}.loc-pagination__arrow:disabled{opacity:.3;cursor:not-allowed}.loc-pagination__arrow:not(:disabled):hover{background:#f1f3ff}.loc-pagination__num{min-width:32px;height:32px;padding:0 8px;color:#141b2b;font-weight:500}.loc-pagination__num:hover{background:#f1f3ff}.loc-pagination__num--active{background:#0034a8;color:#fff;font-weight:700}.loc-pagination__ellipsis{min-width:24px;text-align:center;color:#747686;font-size:14px}.loc-error{font-size:13px;font-weight:600;color:#93000a;background:#ffdad699;border-radius:8px;padding:10px 14px;margin-bottom:16px}.loc-map-link{display:inline-flex;align-items:center;gap:4px;color:#0034a8;font-weight:600;font-size:12px;text-decoration:none;margin-top:4px}.loc-map-link:hover{text-decoration:underline}.loc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;background:#141b2b66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loc-modal{background:#fff;border-radius:12px;max-width:640px;width:100%;padding:24px;box-shadow:0 25px 50px -12px #00000040;position:relative;max-height:90vh;overflow-y:auto}.loc-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:12px;margin-bottom:16px;border-bottom:1px solid #f1f3ff}.loc-modal__eyebrow{font-weight:700;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#0034a8}.loc-modal__title{font-size:24px;font-weight:700;color:#141b2b;margin:4px 0 0}.loc-modal__close{width:40px;height:40px;border-radius:9999px;border:none;background:#f1f3ff;color:#141b2b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.loc-modal form{display:flex;flex-direction:column;gap:16px}.loc-modal label{display:block;font-weight:600;font-size:13px;color:#141b2b;margin-bottom:6px}.loc-modal input[type=text],.loc-modal select{width:100%;height:48px;padding:0 16px;border-radius:12px;background:#f1f3ff;border:none;font-size:14px;color:#141b2b;outline:none}.loc-modal__select-wrap{position:relative}.loc-modal__select-wrap svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#747686}.loc-modal__select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px}.loc-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:8px}.loc-modal__cancel-btn{height:48px;padding:0 20px;border:none;border-radius:12px;background:#f1f3ff;color:#141b2b;font-weight:600;font-size:14px}.loc-modal__save-btn{height:48px;padding:0 24px;border:none;border-radius:12px;background:#0034a8;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px #0000000d}@media (max-width: 900px){.loc-hub-card__stats{grid-template-columns:repeat(3,1fr);flex-basis:100%}}@media (max-width: 640px){.loc-header{margin-top:16px}.loc-header h1{font-size:24px}.loc-add-btn{width:100%;justify-content:center}.loc-stats-grid{grid-template-columns:1fr}.loc-toolbar{flex-direction:column;align-items:stretch}.loc-search{flex:1 1 auto;max-width:none}.loc-filter-row{justify-content:flex-start}.loc-hub-card{flex-direction:column;align-items:stretch}.loc-hub-card__info,.loc-hub-card__stats{flex:1 1 auto}.loc-hub-card__stats{grid-template-columns:repeat(3,1fr)}.loc-hub-card__actions{margin-left:0;justify-content:flex-end}.loc-modal{padding:16px}.loc-modal__title{font-size:20px}}@media (max-width: 400px){.loc-hub-card__stats{grid-template-columns:1fr 1fr}}.so-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;margin-bottom:24px}.so-header__eyebrow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.so-eyebrow-badge{padding:2px 8px;border-radius:4px;background:#0034a8;color:#fff;font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase}.so-eyebrow-secondary{font-size:12px;color:#747686}.so-header h1{font-size:32px;font-weight:700;letter-spacing:-.5px;color:#141b2b;margin:4px 0 0}.so-header p{font-size:14px;color:#434654;margin:4px 0 0}.so-create-btn{height:48px;padding:0 20px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px #0000000d}.so-create-btn:hover{background:#0034a8}.so-stat-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:320px;margin-bottom:24px}.so-stat-card__label{font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686}.so-stat-card__value{font-size:24px;font-weight:700;color:#141b2b;margin-top:4px}.so-stat-card__trend{display:flex;align-items:center;gap:2px;font-weight:600;font-size:11px;color:#004c1d;margin-top:2px}.so-stat-card__icon{width:48px;height:48px;border-radius:12px;background:#f1f3ff;color:#0034a8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.so-toolbar{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d;margin-bottom:24px}.so-search{position:relative;max-width:384px}.so-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#747686}.so-search input{width:100%;height:48px;padding:0 16px 0 40px;border-radius:12px;background:#f1f3ff;border:none;font-size:14px;color:#141b2b;outline:none}.so-table-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;overflow:hidden;margin-bottom:24px}.so-table-scroll{overflow-x:auto}.so-table{width:100%;border-collapse:collapse;text-align:left}.so-table thead{background:#f1f3ff}.so-table th{padding:12px 16px;font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686;white-space:nowrap}.so-table th:last-child{text-align:right}.so-sort-btn{display:inline-flex;align-items:center;gap:3px;border:none;background:none;padding:0;font:inherit;font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686;cursor:pointer}.so-sort-btn:hover{color:#0034a8}.so-table tbody tr{border-top:1px solid #f1f3ff}.so-table tbody tr:hover{background:#f1f3ff66}.so-table td{padding:14px 16px;vertical-align:middle;font-size:13px;color:#141b2b}.so-owner-cell{display:flex;align-items:center;gap:12px}.so-avatar{width:40px;height:40px;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.so-owner-name{font-weight:600;font-size:14px;color:#141b2b}.so-owner-role{font-size:12px;color:#747686;margin-top:1px}.so-phone-cell{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.so-phone-value{font-weight:600;font-size:13px;color:#141b2b}.so-login-badge{display:flex;align-items:center;gap:4px;padding:2px 6px;border-radius:4px;background:#0034a814;color:#0034a8;font-weight:600;font-size:11px}.so-login-badge--pending{background:#f1f3ff;color:#747686}.so-shop-cell{display:flex;align-items:center;gap:8px}.so-shop-name{font-weight:600;font-size:13px;color:#141b2b}.so-shop-meta{font-size:11px;color:#747686;margin-top:1px}.so-date-cell{color:#434654;font-size:13px;white-space:nowrap}.so-mobile-label{display:none}.so-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.so-icon-btn{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#747686;display:flex;align-items:center;justify-content:center}.so-icon-btn:hover{background:#f1f3ff;color:#0034a8}.so-icon-btn--danger:hover{background:#ba1a1a14;color:#ba1a1a}.so-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;background:#fff;border-radius:12px;padding:14px 20px;box-shadow:0 1px 2px #0000000d;margin-bottom:32px}.so-pagination__summary{font-size:14px;color:#434654}.so-pagination__summary strong{color:#141b2b;font-weight:700}.so-pagination__pages{display:flex;align-items:center;gap:2px}.so-pagination__arrow,.so-pagination__num{border:none;background:transparent;border-radius:8px;font-size:14px}.so-pagination__arrow{width:32px;height:32px;color:#434654;display:flex;align-items:center;justify-content:center}.so-pagination__arrow:disabled{opacity:.3;cursor:not-allowed}.so-pagination__num{min-width:32px;height:32px;padding:0 8px;color:#141b2b;font-weight:500}.so-pagination__num--active{background:#0034a8;color:#fff;font-weight:700}.so-pagination__ellipsis{min-width:24px;text-align:center;color:#747686;font-size:14px}.so-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;background:#141b2b66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.so-modal{background:#fff;border-radius:12px;max-width:760px;width:100%;padding:24px;box-shadow:0 25px 50px -12px #00000040;position:relative;max-height:90vh;overflow-y:auto}.so-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid #f1f3ff}.so-modal__header-left{display:flex;align-items:flex-start;gap:12px}.so-modal__icon{width:40px;height:40px;border-radius:12px;background:#0034a8;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.so-modal__title{font-size:20px;font-weight:700;color:#141b2b;margin:0}.so-modal__desc{font-size:13px;color:#434654;margin:4px 0 0;max-width:480px}.so-modal__close{width:40px;height:40px;border-radius:9999px;border:none;background:#f1f3ff;color:#141b2b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.so-modal form{display:flex;flex-direction:column;gap:16px}.so-modal__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.so-modal__col{display:flex;flex-direction:column;gap:16px}.so-field-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.so-field-label{font-weight:600;font-size:13px;color:#141b2b}.so-field-label .so-required{color:#ba1a1a}.so-field-hint{font-size:11px;color:#747686;white-space:nowrap}.so-field-hint--live{display:flex;align-items:center;gap:3px;color:#004c1d;font-weight:600}.so-input-wrap{position:relative}.so-input-wrap svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#747686;pointer-events:none}.so-input-wrap input,.so-input-wrap select{width:100%;height:48px;padding:0 16px 0 44px;border-radius:12px;background:#f1f3ff;border:none;font-size:14px;color:#141b2b;outline:none}.so-input-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;cursor:pointer}.so-input-wrap__chevron{left:auto!important;right:14px!important}.so-field-note{display:flex;align-items:flex-start;gap:6px;font-size:12px;color:#434654;margin-top:6px}.so-field-note svg{flex-shrink:0;margin-top:2px;color:#0034a8}.so-create-shop-link{border:none;background:none;color:#0034a8;font-weight:600;font-size:12px;display:flex;align-items:center;gap:4px;text-decoration:none}.so-error{font-size:13px;font-weight:600;color:#93000a;background:#ffdad699;border-radius:8px;padding:10px 14px}.so-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:8px;border-top:1px solid #f1f3ff;margin-top:4px}.so-modal__cancel-btn{height:48px;padding:0 20px;border:none;border-radius:12px;background:#f1f3ff;color:#141b2b;font-weight:600;font-size:14px}.so-modal__save-btn{height:48px;padding:0 24px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px #0000000d}.so-modal__save-btn:hover{background:#0034a8}@media (max-width: 900px){.so-modal__grid{grid-template-columns:1fr}}@media (max-width: 640px){.so-header h1{font-size:24px}.so-create-btn{width:100%;justify-content:center}.so-stat-card{max-width:none}.so-modal{padding:16px}}@media (max-width: 800px){.so-table-scroll{overflow-x:visible}.so-table thead{display:none}.so-table,.so-table tbody,.so-table tbody tr,.so-table td{display:block;width:100%}.so-table tbody tr{border-top:none;border:1px solid #f1f3ff;border-radius:12px;margin:12px;padding:4px 0}.so-table tbody tr:hover{background:transparent}.so-table td{padding:8px 16px;display:flex;flex-direction:column;gap:4px}.so-mobile-label{display:block;font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686}.so-row-actions{justify-content:flex-start}}.vh-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:24px;margin-bottom:20px}.vh-header__eyebrow{display:flex;align-items:center;gap:6px;font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#0034a8}.vh-header h1{font-size:28px;font-weight:700;letter-spacing:-.5px;color:#141b2b;margin:4px 0}.vh-header p{font-size:14px;color:#434654;margin:0;max-width:560px}.vh-stat-pills{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.vh-stat-pill{background:#fff;border-radius:12px;padding:10px 14px;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;gap:10px}.vh-stat-pill__icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vh-stat-pill__label{font-size:11px;font-weight:500;color:#747686}.vh-stat-pill__value{font-size:15px;font-weight:700;color:#141b2b}.vh-toolbar{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d;margin-bottom:20px;display:flex;flex-direction:column;gap:14px}.vh-toolbar__row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.vh-search{position:relative;flex:1 1 320px;max-width:480px}.vh-search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#747686}.vh-search input{width:100%;height:48px;padding:0 16px 0 42px;border-radius:12px;background:#f1f3ff;border:none;font-size:14px;color:#141b2b;outline:none}.vh-toolbar__actions{display:flex;align-items:center;gap:10px}.vh-view-toggle{display:flex;align-items:center;background:#f1f3ff;padding:4px;border-radius:12px}.vh-view-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:none;background:transparent;color:#747686;font-weight:500;font-size:13px}.vh-view-btn--active{background:#fff;color:#0034a8;font-weight:600;box-shadow:0 1px 2px #0000000f}.vh-add-btn{height:48px;padding:0 18px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px #0000000d;white-space:nowrap}.vh-add-btn:hover{background:#0034a8}.vh-chip-row{display:flex;align-items:center;gap:6px;overflow-x:auto;padding-bottom:2px}.vh-chip{flex-shrink:0;height:32px;padding:0 14px;border-radius:9999px;border:none;background:#f1f3ff;color:#747686;font-weight:500;font-size:12px;white-space:nowrap}.vh-chip--active{background:#e1e8fd;color:#0034a8;font-weight:700}.vh-table-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;overflow:hidden}.vh-table-scroll{overflow-x:auto}.vh-table{width:100%;border-collapse:collapse;text-align:left}.vh-table thead{background:#f1f3ff}.vh-table th{padding:12px 16px;font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686;white-space:nowrap}.vh-table__actions-head{text-align:right}.vh-table tbody tr{border-top:1px solid #f1f3ff}.vh-table tbody tr:hover{background:#f1f3ff66}.vh-table td{padding:12px 16px;vertical-align:middle;font-size:13px;color:#141b2b}.vh-empty-cell{text-align:center;color:#747686;padding:32px 16px}.vh-model-cell{display:flex;align-items:center;gap:10px}.vh-thumb{width:56px;height:44px;border-radius:10px;background:#f1f3ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vh-model-name{font-weight:600;font-size:14px;color:#141b2b;display:flex;align-items:center;gap:5px}.vh-model-brand{font-size:11px;color:#747686;margin-top:1px}.vh-badge-chip{display:inline-flex;padding:1px 6px;border-radius:4px;background:#dcfce3;color:#004c1d;font-weight:700;font-size:9px;text-transform:uppercase;letter-spacing:.3px}.vh-category-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;font-weight:600;font-size:11px;white-space:nowrap}.vh-spec-main{font-weight:600;font-size:13px;color:#141b2b}.vh-spec-sub{font-size:11px;color:#747686;margin-top:1px}.vh-reach-label{display:flex;align-items:center;gap:5px;color:#0034a8;font-weight:600;font-size:12px;white-space:nowrap}.vh-reach-bar{width:120px;height:5px;background:#e9edff;border-radius:9999px;margin-top:5px;overflow:hidden}.vh-reach-bar__fill{height:100%;background:#0034a8;border-radius:9999px}.vh-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:3px}.vh-icon-btn{height:32px;padding:0 8px;border-radius:8px;border:none;background:transparent;color:#747686;display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500}.vh-icon-btn__count{font-size:11px}.vh-icon-btn:hover{background:#f1f3ff;color:#0034a8}.vh-icon-btn--danger:hover{background:#ba1a1a14;color:#ba1a1a}.vh-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:14px 20px;font-size:13px;color:#747686}.vh-footer strong{color:#141b2b;font-weight:700}.vh-footer--standalone{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;margin-top:16px}.vh-pagination__pages{display:flex;align-items:center;gap:2px}.vh-pagination__arrow,.vh-pagination__num{border:none;background:transparent;border-radius:8px;font-size:13px}.vh-pagination__arrow{width:30px;height:30px;color:#434654;display:flex;align-items:center;justify-content:center}.vh-pagination__arrow:disabled{opacity:.3;cursor:not-allowed}.vh-pagination__num{min-width:30px;height:30px;padding:0 6px;color:#141b2b;font-weight:500}.vh-pagination__num--active{background:#0034a8;color:#fff;font-weight:700}.vh-pagination__ellipsis{min-width:20px;text-align:center;color:#747686}.vh-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.vh-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column}.vh-card__top{display:flex;align-items:center;justify-content:space-between}.vh-card__year{font-size:11px;font-weight:600;color:#747686}.vh-card__thumb{height:140px;border-radius:12px;background:#f1f3ff;display:flex;align-items:center;justify-content:center;margin:14px 0}.vh-card__brand{font-size:11px;font-weight:500;color:#747686}.vh-card__name{font-size:18px;font-weight:700;color:#141b2b;margin:2px 0 12px}.vh-card__specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#f1f3ff;border-radius:10px;padding:10px}.vh-spec-label{font-size:10px;color:#747686}.vh-spec-val{font-size:13px;font-weight:600;color:#141b2b;margin-top:1px}.vh-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid #f1f3ff}.vh-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;background:#141b2b66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vh-modal{background:#fff;border-radius:12px;max-width:640px;width:100%;padding:24px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;overflow-y:auto}.vh-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid #f1f3ff}.vh-modal__eyebrow{font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#0034a8}.vh-modal__title{font-size:20px;font-weight:700;color:#141b2b;margin:4px 0 0}.vh-modal__close{width:36px;height:36px;border-radius:9999px;border:none;background:#f1f3ff;color:#141b2b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vh-modal form{display:flex;flex-direction:column;gap:16px}.vh-modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.vh-modal__grid label{display:block;font-weight:600;font-size:13px;color:#141b2b;margin-bottom:6px}.vh-modal__grid input,.vh-modal__select-wrap select{width:100%;height:46px;padding:0 14px;border-radius:10px;background:#f1f3ff;border:none;font-size:14px;color:#141b2b;outline:none}.vh-modal__select-wrap{position:relative}.vh-modal__select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:36px;cursor:pointer}.vh-modal__select-wrap svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#747686;pointer-events:none}.vh-modal__preview{background:#f1f3ff;border-radius:10px;padding:12px 14px}.vh-modal__preview-title{font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#0034a8;margin-bottom:10px}.vh-modal__preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.vh-error{font-size:13px;font-weight:600;color:#93000a;background:#ffdad699;border-radius:8px;padding:10px 14px}.vh-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:8px;border-top:1px solid #f1f3ff;margin-top:4px}.vh-modal__cancel-btn{height:46px;padding:0 18px;border:none;border-radius:10px;background:#f1f3ff;color:#141b2b;font-weight:600;font-size:14px}.vh-modal__save-btn{height:46px;padding:0 22px;border:none;border-radius:10px;background:#1a4bd1;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px}.vh-modal__save-btn:hover{background:#0034a8}@media (max-width: 900px){.vh-modal__grid{grid-template-columns:1fr}}@media (max-width: 800px){.vh-table-scroll{overflow-x:visible}.vh-table thead{display:none}.vh-table,.vh-table tbody,.vh-table tbody tr,.vh-table td{display:block;width:100%}.vh-table tbody tr{border-top:none;border:1px solid #f1f3ff;border-radius:12px;margin:12px;padding:4px 0}.vh-table tbody tr:hover{background:transparent}.vh-table td{padding:8px 16px;display:flex;flex-direction:column;gap:4px}.vh-table td:before{content:attr(data-label);font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686}.vh-table__actions-head{display:none}.vh-row-actions{justify-content:flex-start}.vh-reach-bar{width:100%}}@media (max-width: 640px){.vh-header h1{font-size:22px}.vh-stat-pills{width:100%}.vh-stat-pill{flex:1 1 auto}.vh-toolbar__row{flex-direction:column;align-items:stretch}.vh-search{max-width:none;flex:1 1 auto}.vh-toolbar__actions{justify-content:space-between}.vh-add-btn{flex:1 1 auto;justify-content:center}.vh-modal{padding:16px}}.shop-shell{min-height:100vh;background:#f9f9ff}.shop-sidebar{position:fixed;left:0;top:0;height:100%;width:240px;background:#fff;box-shadow:0 1px 8px #0000000a;z-index:60;display:flex;flex-direction:column;justify-content:space-between;padding:20px 0;transition:transform .2s ease}.shop-sidebar-overlay{display:none}.shop-sidebar__brand{display:flex;align-items:center;gap:10px;padding:0 16px;margin-bottom:24px}.shop-sidebar__brand-icon{width:36px;height:36px;border-radius:10px;background:#1a4bd1;display:flex;align-items:center;justify-content:center;flex-shrink:0}.shop-sidebar__brand-text{display:flex;flex-direction:column;line-height:1.2}.shop-sidebar__logo{font-weight:700;font-size:16px;color:#141b2b;letter-spacing:-.2px}.shop-sidebar__role{font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686}.shop-sidebar__nav{display:flex;flex-direction:column;gap:4px;padding:0 8px}.shop-sidebar__link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;color:#434654;font-weight:500;font-size:14px;text-decoration:none}.shop-sidebar__link:hover{background:#f1f3ff;color:#141b2b}.shop-sidebar__link--active{background:#1a4bd1;color:#fff;font-weight:600}.shop-sidebar__link--locked{color:#c4c5d7;cursor:not-allowed;-webkit-user-select:none;user-select:none}.shop-sidebar__link--locked:hover{background:none;color:#c4c5d7}.shop-sidebar__lock-icon{margin-left:auto}.shop-sidebar__footer{padding:0 16px;display:flex;flex-direction:column;gap:8px}.shop-sidebar__status{padding:8px 12px;border-radius:12px;background:#f1f3ff;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#141b2b}.shop-sidebar__status-left{display:flex;align-items:center;gap:6px}.shop-sidebar__status-dot{width:8px;height:8px;border-radius:9999px;background:#62df7d}.shop-sidebar__version{color:#747686;font-size:11px}.shop-sidebar__logout{border:none;background:none;text-align:left;padding:8px 4px;font-size:13px;font-weight:600;color:#ba1a1a}.shop-content-area{margin-left:240px}.shop-topbar{position:fixed;top:0;left:240px;right:0;height:64px;background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 1px 8px #0000000a;z-index:40;padding:0 24px;display:flex;align-items:center;justify-content:flex-end}.shop-topbar__menu-btn{display:none;border:none;background:none;padding:8px;border-radius:8px;color:#141b2b;margin-right:auto}.shop-topbar__menu-btn:hover{background:#f1f3ff}.shop-topbar__shop-pill{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:12px;background:#f1f3ff;color:#141b2b;font-weight:600;font-size:14px;margin-right:auto}.shop-topbar__right{display:flex;align-items:center;gap:16px}.shop-topbar__bell{width:40px;height:40px;border-radius:12px;border:none;background:transparent;color:#434654;display:flex;align-items:center;justify-content:center;position:relative}.shop-topbar__bell:hover{background:#f1f3ff}.shop-topbar__bell-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;border-radius:9999px;background:#ba1a1a}.shop-topbar__divider{width:1px;height:24px;background:#c4c5d766}.shop-topbar__user{display:flex;align-items:center;gap:8px}.shop-topbar__user-text{text-align:right}.shop-topbar__user-name{font-weight:600;font-size:14px;color:#141b2b;line-height:1.2}.shop-topbar__user-role{font-size:12px;color:#747686}.shop-topbar__avatar{width:32px;height:32px;border-radius:9999px;background:#0034a8;display:flex;align-items:center;justify-content:center}.shop-main{min-height:100vh;padding:64px 24px 24px}.admin-placeholder{margin-top:24px;background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;padding:48px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.admin-placeholder__icon{width:56px;height:56px;border-radius:9999px;background:#f1f3ff;display:flex;align-items:center;justify-content:center}.admin-placeholder h1{font-size:20px;font-weight:700;color:#141b2b;margin:0}.admin-placeholder p{font-size:14px;color:#434654;max-width:380px;margin:0}@media (max-width: 900px){.shop-sidebar{transform:translate(-100%);box-shadow:0 0 24px #00000026}.shop-sidebar--open{transform:translate(0)}.shop-sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#141b2b66;z-index:55}.shop-content-area{margin-left:0}.shop-topbar{left:0;padding:0 16px;justify-content:space-between}.shop-topbar__menu-btn{display:flex}.shop-topbar__shop-pill{display:none}.shop-main{padding-left:16px;padding-right:16px}}@media (max-width: 480px){.shop-topbar__user-text{display:none}}.sb-page{padding-bottom:24px}.sb-stats-grid{margin-top:16px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.sb-stat-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.sb-stat-card__text{display:flex;flex-direction:column;gap:6px;min-width:0}.sb-stat-card__label{font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686}.sb-stat-card__value-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.sb-stat-card__value{font-size:30px;font-weight:700;color:#141b2b;line-height:1}.sb-stat-card__value--error{color:#ba1a1a}.sb-stat-card__trend{display:flex;align-items:center;gap:2px;font-weight:600;font-size:11px;color:#004c1d}.sb-stat-card__sub-inline{font-size:11px;color:#747686}.sb-stat-card__sub-inline--secondary{color:#3f58b2;font-weight:600}.sb-stat-card__sub-inline--error{color:#ba1a1a;font-weight:600}.sb-stat-card__sub{font-size:12px;color:#747686}.sb-stat-card__sub--live{display:flex;align-items:center;gap:5px;color:#004c1d;font-weight:600}.sb-live-dot{width:6px;height:6px;border-radius:9999px;background:#62df7d}.sb-stat-card__icon{width:48px;height:48px;border-radius:12px;background:#e1e8fd;color:#0034a8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sb-stat-card__icon--secondary{background:#dce1ff;color:#243f99}.sb-stat-card__icon--error{background:#ffdad6;color:#ba1a1a}.sb-main-card{margin-top:20px;background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;overflow:hidden}.sb-controls{padding:16px;display:flex;flex-direction:column;gap:12px}.sb-controls__row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.sb-controls__pickers{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sb-picker{display:flex;align-items:center;gap:8px;height:44px;padding:0 14px;border-radius:12px;background:#f1f3ff;color:#141b2b;font-weight:500;font-size:13px;white-space:nowrap}.sb-preset-row{display:flex;align-items:center;gap:6px;padding-left:4px}.sb-preset{height:32px;padding:0 14px;border-radius:9999px;border:none;background:#f1f3ff;color:#747686;font-weight:500;font-size:12px;white-space:nowrap}.sb-preset--active{background:#0034a8;color:#fff;font-weight:600}.sb-walkin-btn{height:44px;padding:0 18px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px #0000000d;flex-shrink:0}.sb-walkin-btn:hover{background:#0034a8}.sb-controls__row--secondary{padding-top:4px}.sb-tabs{display:flex;align-items:center;gap:4px;overflow-x:auto}.sb-tab{display:flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:10px;border:none;background:transparent;color:#747686;font-weight:500;font-size:13px;white-space:nowrap;flex-shrink:0}.sb-tab--active{background:#e1e8fd;color:#0034a8;font-weight:700}.sb-tab__count{padding:1px 6px;border-radius:9999px;background:#e1e8fd;color:#747686;font-size:10px;font-weight:700}.sb-tab--active .sb-tab__count{background:#0034a8;color:#fff}.sb-search{position:relative;flex:1 1 280px;max-width:380px;min-width:0}.sb-search svg:first-child{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#747686}.sb-search input{width:100%;height:44px;padding:0 36px 0 42px;border-radius:12px;background:#f1f3ff;border:none;font-size:14px;color:#141b2b;outline:none}.sb-search__clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:9999px;border:none;background:transparent;color:#747686;display:flex;align-items:center;justify-content:center}.sb-search__clear:hover{background:#e1e8fd}.sb-table-scroll{overflow-x:auto}.sb-table{width:100%;border-collapse:collapse;text-align:left}.sb-table thead{background:#f1f3ff}.sb-table th{padding:12px 16px;font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686;white-space:nowrap}.sb-table__actions-head{text-align:right}.sb-table tbody tr{border-top:1px solid #f1f3ff}.sb-table tbody tr:hover{background:#f1f3ff66}.sb-table td{padding:12px 16px;vertical-align:middle;font-size:13px;color:#141b2b}.sb-renter-cell{display:flex;align-items:center;gap:10px}.sb-avatar{width:38px;height:38px;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:13px;flex-shrink:0}.sb-renter-name-row{display:flex;align-items:center;gap:6px}.sb-renter-name{font-weight:600;font-size:14px;color:#141b2b}.sb-verified-badge{display:flex;align-items:center;gap:2px;padding:1px 6px;border-radius:9999px;background:#004c1d1a;color:#004c1d;font-weight:600;font-size:10px}.sb-unverified-badge{display:flex;align-items:center;gap:2px;padding:1px 6px;border-radius:9999px;background:#e9edff;color:#3f58b2;font-weight:600;font-size:10px}.sb-renter-phone{font-size:12px;color:#747686;margin-top:1px}.sb-vehicle-cell{display:flex;align-items:center;gap:10px}.sb-vehicle-thumb{width:36px;height:32px;border-radius:8px;background:#f1f3ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sb-vehicle-name{font-weight:600;font-size:13px;color:#141b2b}.sb-vehicle-meta{display:flex;align-items:center;gap:4px;font-size:11px;color:#747686;margin-top:1px}.sb-plate{font-family:monospace;padding:0 4px;border-radius:4px;background:#f1f3ff;color:#141b2b;letter-spacing:.3px}.sb-plate--pending{font-family:inherit;font-style:italic;background:none;color:#747686;padding:0;letter-spacing:normal}.sb-schedule-main{font-weight:600;font-size:13px;color:#141b2b;display:flex;align-items:center;gap:6px}.sb-schedule-main--error{color:#ba1a1a}.sb-schedule-sub{font-size:11px;color:#747686;margin-top:1px}.sb-schedule-sub--error{color:#ba1a1a}.sb-today-badge{padding:1px 6px;border-radius:4px;background:#dce1ff;color:#0039b5;font-weight:700;font-size:9px;text-transform:uppercase}.sb-amount-main{font-weight:700;font-size:14px;color:#141b2b}.sb-amount-sub{font-size:11px;margin-top:1px}.sb-amount-sub--good{color:#004c1d}.sb-amount-sub--neutral{color:#747686}.sb-status-pill{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:9999px;font-weight:600;font-size:11px;white-space:nowrap}.sb-status-dot{width:6px;height:6px;border-radius:9999px}.sb-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.sb-action-btn{height:32px;padding:0 14px;border-radius:10px;border:none;background:#0034a8;color:#fff;font-weight:600;font-size:12px;white-space:nowrap}.sb-action-btn:hover{background:#0039b5}.sb-chevron-btn{width:32px;height:32px;border-radius:10px;border:none;background:transparent;color:#747686;display:flex;align-items:center;justify-content:center}.sb-chevron-btn:hover{background:#f1f3ff;color:#141b2b}.sb-empty-cell{padding:0!important}.sb-empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 16px;gap:6px}.sb-empty-state__title{font-size:16px;font-weight:600;color:#141b2b;margin-top:6px}.sb-empty-state__desc{font-size:13px;color:#747686;max-width:320px;margin:0}.sb-empty-state__reset{margin-top:8px;height:36px;padding:0 16px;border:none;border-radius:10px;background:#f1f3ff;color:#0034a8;font-weight:600;font-size:13px}.sb-footer{padding:14px 20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;border-top:1px solid #f1f3ff}.sb-footer__summary{font-size:13px;color:#747686}.sb-footer__summary strong{color:#141b2b;font-weight:700}.sb-footer__pagination{display:flex;align-items:center;gap:8px}.sb-rows-select{display:flex;align-items:center;gap:6px;font-size:12px;color:#747686;margin-right:8px}.sb-rows-select select{border:none;background:#f1f3ff;border-radius:8px;padding:4px 8px;color:#141b2b;font-size:12px}.sb-pagination__arrow{width:32px;height:32px;border-radius:10px;border:none;background:#f1f3ff;color:#747686;display:flex;align-items:center;justify-content:center}.sb-pagination__arrow:disabled{opacity:.4;cursor:not-allowed}.sb-pagination__page{font-size:13px;font-weight:600;color:#141b2b;padding:0 4px}.sb-error{font-size:13px;font-weight:600;color:#93000a;background:#ffdad699;border-radius:8px;padding:10px 14px}.sb-category-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:9999px;font-weight:600;font-size:11px;white-space:nowrap}.sb-walkin-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;background:#141b2b80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sb-walkin-modal{background:#fff;border-radius:16px;max-width:720px;width:100%;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #0000004d;overflow:hidden}.sb-walkin-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 20px 0}.sb-walkin-modal__header h2{font-size:19px;font-weight:700;color:#141b2b;margin:0}.sb-walkin-modal__header p{font-size:13px;color:#747686;margin:4px 0 0}.sb-walkin-modal__close{width:34px;height:34px;border-radius:9999px;border:none;background:#f1f3ff;color:#141b2b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sb-walkin-modal__window{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 20px 0}.sb-walkin-modal__window-error{margin:10px 20px 0}.sb-walkin-modal__search{position:relative;margin:16px 20px 0}.sb-walkin-modal__search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#747686}.sb-walkin-modal__search input{width:100%;height:46px;padding:0 16px 0 42px;border-radius:12px;background:#f1f3ff;border:none;font-size:14px;color:#141b2b;outline:none;box-sizing:border-box}.sb-walkin-modal__body{padding:16px 20px;overflow-y:auto;flex:1}.sb-walkin-empty{text-align:center;color:#747686;padding:32px 16px}.sb-walkin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.sb-fleet-card{text-align:left;border:none;background:#f1f3ff;border-radius:12px;padding:12px;cursor:pointer;display:flex;flex-direction:column;gap:6px}.sb-fleet-card:hover{background:#e1e8fd}.sb-fleet-card--selected{background:#e1e8fd;box-shadow:0 0 0 2px #0034a8}.sb-fleet-card--disabled{cursor:not-allowed;opacity:.55}.sb-fleet-card--disabled:hover{background:#f1f3ff}.sb-fleet-card__top{display:flex;align-items:center;justify-content:space-between}.sb-fleet-card__check{color:#0034a8;display:flex}.sb-fleet-card__thumb{height:64px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center}.sb-fleet-card__name{font-weight:700;font-size:13px;color:#141b2b}.sb-fleet-card__meta{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:11px;color:#747686}.sb-fleet-card__units{font-size:11px;font-weight:600;color:#004c1d}.sb-fleet-card__units--none{color:#ba1a1a}.sb-walkin-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-top:1px solid #f1f3ff;flex-wrap:wrap}.sb-walkin-modal__selected{display:flex;align-items:center;gap:8px;font-size:13px;color:#434654}.sb-walkin-modal__selected strong{color:#141b2b}.sb-walkin-modal__hint{font-size:13px;color:#747686}.sb-walkin-modal__actions{display:flex;align-items:center;gap:10px}.sb-walkin-modal__cancel-btn{height:44px;padding:0 18px;border:none;border-radius:10px;background:#f1f3ff;color:#141b2b;font-weight:600;font-size:14px}.sb-walkin-modal__start-btn{height:44px;padding:0 20px;border:none;border-radius:10px;background:#1a4bd1;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px}.sb-walkin-modal__start-btn:hover{background:#0034a8}@media (max-width: 1100px){.sb-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.sb-controls__row{flex-direction:column;align-items:stretch;flex-wrap:nowrap}.sb-walkin-btn{justify-content:center}.sb-controls__row--secondary{align-items:stretch}.sb-search{max-width:none;flex:1 1 auto}}@media (max-width: 640px){.sb-picker span{overflow:hidden;text-overflow:ellipsis}.sb-walkin-modal__window{grid-template-columns:1fr}.sb-walkin-modal__footer{flex-direction:column;align-items:stretch;flex-wrap:nowrap}.sb-walkin-modal__actions{justify-content:stretch}.sb-walkin-modal__actions button{flex:1 1 auto;justify-content:center}.sb-walkin-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 800px){.sb-table-scroll{overflow-x:visible}.sb-table thead{display:none}.sb-table,.sb-table tbody,.sb-table tbody tr,.sb-table td{display:block;width:100%}.sb-table tbody tr{border-top:none;border:1px solid #f1f3ff;border-radius:12px;margin:12px;padding:4px 0}.sb-table tbody tr:hover{background:transparent}.sb-table td{padding:8px 16px;display:flex;flex-direction:column;gap:4px}.sb-table td:before{content:attr(data-label);font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686}.sb-table__actions-head{display:none}.sb-row-actions{justify-content:flex-start}}.bd-page{padding-bottom:100px}.bd-breadcrumb{display:flex;align-items:center;gap:6px;padding:16px 0 4px;font-size:13px;color:#747686;flex-wrap:wrap}.bd-breadcrumb a{display:flex;align-items:center;gap:4px;color:#747686;text-decoration:none}.bd-breadcrumb a:hover{color:#0034a8}.bd-breadcrumb__current{color:#141b2b}.bd-breadcrumb__active{color:#0034a8;font-weight:600}.bd-header-bar{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 2px #0000000d;margin:12px 0 20px}.bd-header-bar__id-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.bd-header-bar__id{font-size:30px;font-weight:700;letter-spacing:-.5px;color:#141b2b}.bd-header-bar__status{display:flex;align-items:center;gap:6px;padding:5px 12px;border-radius:9999px;background:#e9edff;color:#0034a8;font-weight:600;font-size:12px}.bd-header-bar__status-dot{width:8px;height:8px;border-radius:9999px;background:#0034a8}.bd-header-bar__created{display:flex;align-items:center;gap:6px;margin-top:8px;color:#747686;font-size:13px}.bd-grid{display:grid;grid-template-columns:7fr 5fr;gap:20px;align-items:start}.bd-col-left,.bd-col-right{display:flex;flex-direction:column;gap:20px;min-width:0}.bd-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:14px}.bd-log-title{font-size:17px;font-weight:700;color:#141b2b}.bd-profile-row{display:flex;align-items:flex-start;gap:14px;flex-wrap:wrap}.bd-profile-avatar-wrap{position:relative;flex-shrink:0}.bd-profile-avatar{width:64px;height:64px;border-radius:9999px;background:#e1e8fd;display:flex;align-items:center;justify-content:center}.bd-profile-avatar__badge{position:absolute;bottom:0;right:0;width:18px;height:18px;border-radius:9999px;background:#004c1d;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff}.bd-profile-info{flex:1 1 200px;min-width:0}.bd-profile-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bd-profile-name{font-size:20px;font-weight:700;color:#141b2b}.bd-profile-verified{padding:2px 10px;border-radius:9999px;background:#f1f3ff;color:#004c1d;font-weight:600;font-size:11px}.bd-profile-contact-row{display:flex;align-items:center;gap:16px;margin-top:6px;color:#747686;font-size:13px;flex-wrap:wrap}.bd-profile-contact-row span{display:flex;align-items:center;gap:5px}.bd-profile-uid{padding:4px 12px;border-radius:8px;background:#f1f3ff;color:#747686;font-weight:600;font-size:12px;white-space:nowrap}.bd-vehicle-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.bd-vehicle-label{font-size:11px;font-weight:600;letter-spacing:.4px;color:#747686;display:block}.bd-vehicle-name{font-size:19px;font-weight:700;color:#141b2b;margin:2px 0 0}.bd-vehicle-rate{padding:5px 12px;border-radius:8px;background:#0034a814;color:#0034a8;font-weight:600;font-size:13px;white-space:nowrap}.bd-vehicle-body{display:grid;grid-template-columns:5fr 7fr;gap:16px;align-items:center}.bd-vehicle-thumb{height:176px;border-radius:12px;background:#f1f3ff;display:flex;align-items:center;justify-content:center}.bd-vehicle-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.bd-vehicle-spec{background:#f1f3ff;border-radius:12px;padding:10px 6px;text-align:center;display:flex;flex-direction:column;gap:2px}.bd-vehicle-spec__label{font-size:11px;color:#747686}.bd-vehicle-spec__value{font-size:14px;font-weight:700;color:#141b2b}.bd-log-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.bd-log-header__left{display:flex;align-items:center;gap:8px}.bd-log-header__step{font-size:12px;color:#747686}.bd-log-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.bd-log-deck{background:#f1f3ff;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}.bd-log-deck--disabled{opacity:.75}.bd-log-deck__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.bd-log-deck__title{display:flex;align-items:center;gap:6px;font-weight:700;font-size:14px;color:#141b2b}.bd-log-deck__dot{width:8px;height:8px;border-radius:9999px;background:#c4c5d7}.bd-log-deck__dot--active{background:#0034a8}.bd-log-deck__dot--done{background:#004c1d}.bd-log-deck__badge{padding:2px 8px;border-radius:9999px;background:#e1e8fd;color:#0034a8;font-weight:600;font-size:11px;white-space:nowrap}.bd-log-deck__badge--neutral{color:#747686}.bd-log-deck__badge--done{background:#004c1d1a;color:#004c1d}.bd-log-deck__rows{display:flex;flex-direction:column;gap:5px;font-size:12px;color:#747686}.bd-log-deck__rows div{display:flex;align-items:center;justify-content:space-between;gap:8px}.bd-log-deck__rows span:last-child{color:#141b2b;font-weight:600}.bd-muted{color:#747686!important;font-weight:500!important}.bd-log-deck__btn{height:38px;border:none;border-radius:8px;background:#e1e8fd;color:#0034a8;font-weight:600;font-size:13px;display:flex;align-items:center;justify-content:center;gap:6px}.bd-log-deck__btn:hover{background:#0034a8;color:#fff}.bd-log-deck__btn--disabled{background:#e9e9f0;color:#a9a9b8;cursor:not-allowed}.bd-log-deck__btn--disabled:hover{background:#e9e9f0;color:#a9a9b8}.bd-telemetry-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.bd-telemetry-header__left{display:flex;align-items:center;gap:8px}.bd-live-pill{display:flex;align-items:center;gap:6px;padding:4px 10px;border-radius:9999px;background:#f1f3ff;color:#004c1d;font-weight:600;font-size:11px}.bd-live-dot{width:7px;height:7px;border-radius:9999px;background:#62df7d}.bd-map{height:224px;border-radius:12px;background:linear-gradient(135deg,#dce1ff,#b7c4ff);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:10px}.bd-map__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.bd-map__location{padding:4px 10px;border-radius:8px;background:#ffffffe6;color:#141b2b;font-weight:600;font-size:12px}.bd-map__navbtn{width:32px;height:32px;border-radius:8px;border:none;background:#ffffffe6;color:#141b2b;display:flex;align-items:center;justify-content:center}.bd-map__pin-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.bd-map__pin-pulse{position:absolute;width:48px;height:48px;border-radius:9999px;background:#0034a833;animation:bd-pulse 1.6s infinite}@keyframes bd-pulse{0%{transform:scale(.8);opacity:.8}to{transform:scale(1.6);opacity:0}}.bd-map__pin{position:relative;width:32px;height:32px;border-radius:9999px;background:#0034a8;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;box-shadow:0 2px 8px #0003}.bd-map__coords{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#ffffffe6;padding:6px 10px;border-radius:8px;font-size:11px;color:#141b2b}.bd-map__coords span:last-child{color:#747686;flex-shrink:0}.bd-schedule-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.bd-schedule-header__badge{padding:3px 10px;border-radius:9999px;background:#f1f3ff;color:#0034a8;font-weight:600;font-size:12px}.bd-timeline{position:relative;padding-left:24px;display:flex;flex-direction:column;gap:16px}.bd-timeline__line{position:absolute;left:10px;top:8px;bottom:8px;width:2px;background:#e1e8fd}.bd-timeline__point{position:relative;display:flex;flex-direction:column;gap:2px}.bd-timeline__dot{position:absolute;left:-24px;top:4px;width:12px;height:12px;border-radius:9999px;background:#747686;box-shadow:0 0 0 4px #f1f3ff}.bd-timeline__dot--primary{background:#0034a8}.bd-timeline__label{font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:#747686}.bd-timeline__date{font-size:15px;font-weight:700;color:#141b2b}.bd-timeline__place{font-size:12px;color:#747686}.bd-payment{display:flex;flex-direction:column;gap:8px}.bd-payment__label{font-size:11px;font-weight:600;letter-spacing:.4px;color:#747686}.bd-payment__box{background:#f1f3ff;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:8px}.bd-payment__row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px}.bd-payment__row-label{display:flex;align-items:center;gap:4px;color:#747686}.bd-payment__row-label--good{color:#004c1d;font-weight:600}.bd-payment__row-value{font-weight:600;color:#141b2b}.bd-payment__row-value--good{color:#004c1d}.bd-payment__divider{height:1px;background:#dce1ff;margin:4px 0}.bd-payment__total{display:flex;align-items:center;justify-content:space-between;gap:8px}.bd-payment__total-label{display:block;font-weight:700;font-size:15px;color:#141b2b}.bd-payment__total-sub{display:block;font-size:11px;color:#004c1d}.bd-payment__total-value{font-size:22px;font-weight:700;color:#0034a8}.bd-deposit{background:#e9edff;border-radius:12px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.bd-deposit__left{display:flex;align-items:center;gap:10px}.bd-deposit__title{display:block;font-weight:700;font-size:13px;color:#141b2b}.bd-deposit__sub{display:block;font-size:11px;color:#747686}.bd-deposit__value{font-weight:700;font-size:15px;color:#0034a8;white-space:nowrap}.bd-sticky-bar{position:fixed;left:240px;right:0;bottom:0;background:#fffffff7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 -4px 20px #0000000f;z-index:40;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.bd-sticky-bar__left{display:flex;flex-direction:column;min-width:0}.bd-sticky-bar__label{font-size:11px;font-weight:600;letter-spacing:.4px;color:#747686}.bd-sticky-bar__title{font-size:15px;font-weight:700;color:#141b2b}.bd-sticky-bar__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.bd-cancel-btn{height:48px;padding:0 18px;border:none;border-radius:12px;background:#f1f3ff;color:#141b2b;font-weight:600;font-size:14px;display:flex;align-items:center;gap:6px}.bd-cancel-btn:hover{background:#e1e8fd}.bd-continue-btn{height:48px;padding:0 22px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px #0000000d;text-decoration:none;cursor:pointer}.bd-continue-btn:hover{background:#0034a8}.bd-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;background:#141b2b80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bd-modal{background:#fff;border-radius:16px;max-width:480px;width:100%;padding:24px;box-shadow:0 25px 50px -12px #0000004d;display:flex;flex-direction:column;gap:14px;max-height:90vh;overflow-y:auto}.bd-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.bd-modal__header-left{display:flex;align-items:center;gap:8px}.bd-modal__title{font-size:18px;font-weight:700;color:#141b2b}.bd-modal__close{width:32px;height:32px;border-radius:9999px;border:none;background:#f1f3ff;color:#141b2b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bd-modal__desc{font-size:14px;color:#434654;margin:0}.bd-modal__checklist{background:#f1f3ff;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:12px}.bd-modal__check-row{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px;color:#141b2b}.bd-modal__check-row input{width:18px;height:18px;accent-color:#0034a8;cursor:pointer;flex-shrink:0}.bd-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:10px}.bd-modal__cancel-btn{height:44px;padding:0 18px;border:none;border-radius:12px;background:#f1f3ff;color:#141b2b;font-weight:600;font-size:14px}.bd-modal__proceed-btn{height:44px;padding:0 20px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:600;font-size:14px}.bd-modal__proceed-btn:hover{background:#0034a8}.bd-modal__proceed-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1100px){.bd-grid{grid-template-columns:1fr}}@media (max-width: 900px){.bd-sticky-bar{left:0}}@media (max-width: 640px){.bd-header-bar__id{font-size:24px}.bd-vehicle-body{grid-template-columns:1fr}.bd-vehicle-thumb{height:140px}.bd-log-grid{grid-template-columns:1fr}.bd-sticky-bar{flex-direction:column;align-items:stretch;gap:10px;flex-wrap:nowrap}.bd-sticky-bar__actions{justify-content:stretch}.bd-sticky-bar__actions button{flex:1 1 auto;justify-content:center}.bd-profile-uid{order:3}}.pk-page{padding-bottom:100px}.pk-breadcrumb{display:flex;align-items:center;gap:6px;padding:16px 0 4px;font-size:13px;color:#747686;flex-wrap:wrap}.pk-breadcrumb a{color:#747686;text-decoration:none}.pk-breadcrumb a:hover{color:#0034a8}.pk-breadcrumb__chip{background:#e1e8fd;color:#0034a8!important;padding:2px 8px;border-radius:8px;font-weight:600}.pk-breadcrumb__current{color:#141b2b}.pk-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin:12px 0 20px}.pk-header__left{display:flex;align-items:center;gap:14px}.pk-header__icon{width:44px;height:44px;border-radius:12px;background:#0034a8;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0034a833;flex-shrink:0}.pk-header h1{font-size:24px;font-weight:700;letter-spacing:-.4px;color:#141b2b;margin:0}.pk-header p{font-size:13px;color:#747686;margin:2px 0 0}.pk-header__status{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0000000d;color:#004c1d;font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;white-space:nowrap}.pk-live-dot{width:9px;height:9px;border-radius:9999px;background:#62df7d}.pk-grid{display:grid;grid-template-columns:7fr 5fr;gap:20px;align-items:start}.pk-col-left,.pk-col-right{display:flex;flex-direction:column;gap:20px;min-width:0}.pk-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:16px}.pk-step-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.pk-step-head__left{display:flex;align-items:flex-start;gap:10px}.pk-step-num{width:28px;height:28px;border-radius:8px;background:#e1e8fd;color:#0034a8;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pk-step-head h2{font-size:15px;font-weight:700;color:#141b2b;margin:0}.pk-step-desc{font-size:12px;color:#747686;margin:2px 0 0}.pk-required{font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:#747686}.pk-progress-badge{padding:3px 10px;border-radius:9999px;background:#0034a814;color:#0034a8;font-weight:700;font-size:12px;white-space:nowrap}.pk-step1-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center}.pk-field label{display:block;font-weight:600;font-size:13px;color:#141b2b;margin-bottom:6px}.pk-field label.pk-field__label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.pk-input-wrap{position:relative;display:flex;align-items:center}.pk-input-wrap svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#747686;pointer-events:none}.pk-input-wrap input{width:100%;height:46px;padding:0 16px 0 42px;border-radius:12px;background:#f1f3ff;border:none;font-size:14px;color:#141b2b;outline:none}.pk-hint{font-size:11px;color:#747686;margin:6px 0 0;display:flex;align-items:center;gap:4px}.pk-hint--good{color:#004c1d;font-weight:600}.pk-hint--error{color:#ba1a1a;font-weight:600}.pk-quick-vehicle{background:#f1f3ff;border-radius:12px;padding:12px;display:flex;align-items:center;gap:12px}.pk-quick-vehicle__thumb{width:52px;height:52px;border-radius:10px;background:#e1e8fd;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pk-quick-vehicle__body{display:flex;flex-direction:column;gap:1px;min-width:0}.pk-quick-vehicle__name{font-weight:700;font-size:14px;color:#141b2b}.pk-quick-vehicle__spec{font-size:12px;color:#747686}.pk-quick-vehicle__ready{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#004c1d;margin-top:2px}.pk-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pk-photo-slot{border-radius:12px;overflow:hidden;height:156px;display:flex;flex-direction:column}.pk-photo-slot--done{background:#fff;box-shadow:0 1px 2px #0000000d}.pk-photo-slot__preview{flex:1;background:#f1f3ff;display:flex;align-items:center;justify-content:center;position:relative}.pk-photo-slot__check{position:absolute;top:8px;right:8px;width:20px;height:20px;border-radius:9999px;background:#004c1d;display:flex;align-items:center;justify-content:center}.pk-photo-slot__footer{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;font-size:12px;font-weight:600;color:#141b2b}.pk-photo-slot__footer button{border:none;background:none;color:#747686;display:flex;align-items:center;cursor:pointer}.pk-photo-slot__footer button:hover{color:#0034a8}.pk-photo-slot--empty{border:none;background:#f1f3ff99;align-items:center;justify-content:center;gap:6px;cursor:pointer}.pk-photo-slot--empty:hover{background:#e1e8fd}.pk-photo-slot__camera{width:44px;height:44px;border-radius:9999px;background:#fff;box-shadow:0 1px 2px #00000014;display:flex;align-items:center;justify-content:center}.pk-photo-slot__label{font-size:12px;font-weight:600;color:#141b2b}.pk-photo-slot__cta{font-size:11px;font-weight:600;color:#0034a8}.pk-step3-grid{display:grid;grid-template-columns:5fr 7fr;gap:16px;align-items:center}.pk-capture-box{height:130px;border:none;border-radius:12px;background:#f1f3ff99;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer}.pk-capture-box:hover{background:#e1e8fd}.pk-capture-box--done{background:#f1f3ff}.pk-capture-box__badge{display:flex;align-items:center;gap:4px;padding:3px 8px;border-radius:8px;background:#fff;color:#141b2b;font-weight:600;font-size:11px}.pk-capture-box__cta{font-size:12px;font-weight:600;color:#0034a8}.pk-ocr-badge{font-size:11px;font-weight:600;color:#004c1d}.pk-recalibrate-btn{position:absolute;right:8px;height:30px;padding:0 10px;border:none;border-radius:8px;background:#e1e8fd;color:#0034a8;font-weight:600;font-size:11px}.pk-recalibrate-btn:hover{background:#0034a8;color:#fff}.pk-summary-card{position:sticky;top:84px}.pk-summary-title{font-size:16px;font-weight:700;color:#141b2b;margin:0}.pk-license{border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px}.pk-license--pending{background:#ffdad6}.pk-license--verified{background:#004c1d14}.pk-license__top{display:flex;align-items:center;gap:10px}.pk-license__icon{width:36px;height:36px;border-radius:9999px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pk-license__body{display:flex;flex-direction:column;min-width:0;flex:1}.pk-license__title{font-weight:700;font-size:13px;color:#141b2b}.pk-license__dl{font-size:11px;color:#747686;font-family:monospace}.pk-license__status{display:flex;align-items:center;gap:4px;font-weight:700;font-size:11px;white-space:nowrap;flex-shrink:0}.pk-license--pending .pk-license__status{color:#ba1a1a}.pk-license--verified .pk-license__status{color:#004c1d}.pk-license__note{font-size:12px;color:#93000a;margin:0}.pk-license__note--good{display:flex;align-items:center;gap:4px;color:#004c1d;font-weight:600}.pk-license__verify-btn{height:38px;border:none;border-radius:8px;background:#ba1a1a;color:#fff;font-weight:600;font-size:13px;display:flex;align-items:center;justify-content:center;gap:6px}.pk-license__verify-btn:hover{background:#93000a}.pk-summary-renter,.pk-summary-vehicle{display:flex;align-items:center;gap:10px;background:#f1f3ff;border-radius:12px;padding:10px 12px}.pk-summary-avatar{width:36px;height:36px;border-radius:9999px;background:#e1e8fd;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pk-summary-renter__name,.pk-summary-vehicle__name{display:block;font-weight:700;font-size:13px;color:#141b2b}.pk-summary-renter__phone,.pk-summary-vehicle__plate{display:block;font-size:11px;color:#747686;margin-top:1px}.pk-progress-list{display:flex;flex-direction:column;gap:8px}.pk-progress-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;background:#f9f9ff;color:#747686;font-size:13px;font-weight:500}.pk-progress-row--done{background:#004c1d0f;color:#004c1d;font-weight:600}.pk-progress-row__icon{display:flex;align-items:center}.pk-summary-note{font-size:12px;color:#747686;margin:0;text-align:center}.pk-sticky-bar{position:fixed;left:240px;right:0;bottom:0;background:#fffffff7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 -4px 20px #0000000f;z-index:40;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.pk-sticky-bar__left{display:flex;flex-direction:column;min-width:0}.pk-sticky-bar__label{font-size:11px;font-weight:600;letter-spacing:.4px;color:#747686}.pk-sticky-bar__title{font-size:15px;font-weight:700;color:#141b2b}.pk-sticky-bar__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.pk-back-btn{height:48px;padding:0 18px;border-radius:12px;background:#f1f3ff;color:#141b2b;font-weight:600;font-size:14px;display:flex;align-items:center;gap:6px;text-decoration:none}.pk-back-btn:hover{background:#e1e8fd}.pk-complete-btn{height:48px;padding:0 22px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px #0000000d}.pk-complete-btn:hover{background:#0034a8}.pk-complete-btn:disabled{opacity:.5;cursor:not-allowed}.pk-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;background:#141b2b80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pk-success-card{background:#fff;border-radius:16px;padding:32px;text-align:center;box-shadow:0 25px 50px -12px #0000004d;max-width:320px}.pk-success-icon{width:64px;height:64px;border-radius:9999px;background:#004c1d1a;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.pk-success-card h2{font-size:18px;font-weight:700;color:#141b2b;margin:0 0 4px}.pk-success-card p{font-size:13px;color:#747686;margin:0}@media (max-width: 1100px){.pk-grid{grid-template-columns:1fr}.pk-summary-card{position:static}}@media (max-width: 900px){.pk-sticky-bar{left:0}}@media (max-width: 640px){.pk-header{flex-direction:column;align-items:flex-start;flex-wrap:nowrap}.pk-header h1{font-size:20px}.pk-step1-grid,.pk-step3-grid{grid-template-columns:1fr}.pk-photo-grid{grid-template-columns:repeat(2,1fr)}.pk-recalibrate-btn{position:static;margin-top:8px;width:fit-content}.pk-input-wrap{flex-wrap:wrap}.pk-input-wrap input{width:100%}.pk-sticky-bar{flex-direction:column;align-items:stretch;gap:10px;flex-wrap:nowrap}.pk-sticky-bar__actions{justify-content:stretch}.pk-sticky-bar__actions a,.pk-sticky-bar__actions button{flex:1 1 auto;justify-content:center}}.rt-schedule-box{background:#f1f3ff;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:6px;justify-content:center}.rt-schedule-box div{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px}.rt-schedule-box div>span:first-child{color:#747686}.rt-schedule-box div>span:last-child{font-weight:600;color:#141b2b}.rt-schedule-box__good{display:flex;align-items:center;gap:4px;color:#004c1d!important}.rt-badge{display:flex;align-items:center;gap:4px;padding:3px 10px;border-radius:9999px;font-weight:700;font-size:12px;white-space:nowrap}.rt-badge--error{background:#ffdad6;color:#ba1a1a}.rt-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.rt-metric{background:#f1f3ff;border-radius:12px;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.rt-metric span{font-size:11px;color:#747686}.rt-metric strong{font-size:15px;color:#141b2b}.rt-metric--highlight{background:#e1e8fd}.rt-metric--highlight span,.rt-metric--highlight strong{color:#0034a8}.rt-bar-block{margin-top:14px;display:flex;flex-direction:column;gap:6px}.rt-bar-block__top{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#747686}.rt-bar-block__pct{font-weight:700;color:#141b2b}.rt-bar-block__pct--error{color:#ba1a1a}.rt-bar{height:10px;border-radius:9999px;background:#f1f3ff;overflow:hidden;display:flex}.rt-bar__fill{height:100%;background:#1a4bd1}.rt-bar__over{height:100%;background:#ba1a1a}.rt-overage-box{margin-top:14px;background:#ba1a1a14;border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:12px}.rt-overage-box div{flex:1;min-width:0}.rt-overage-box p{margin:0;font-weight:700;font-size:13px;color:#93000a}.rt-overage-box span{font-size:12px;color:#93000a}.rt-overage-box strong{font-size:16px;color:#ba1a1a;white-space:nowrap}.rt-fuel-grid{display:grid;grid-template-columns:5fr 7fr;gap:16px;align-items:center}.rt-fuel-gauge{background:#f1f3ff;border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:4px}.rt-fuel-gauge__value{font-size:28px;font-weight:700;color:#0034a8}.rt-fuel-gauge__label{font-size:11px;color:#747686}.rt-fuel-slider{width:100%;margin-top:8px;accent-color:#0034a8}.rt-fuel-gauge__ticks{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#747686;margin-top:2px}.rt-fuel-details{display:flex;flex-direction:column;gap:8px}.rt-fuel-row{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#f1f3ff;border-radius:10px;padding:8px 10px;font-size:13px}.rt-fuel-row span:first-child{display:flex;align-items:center;gap:6px;color:#141b2b}.rt-fuel-row strong{color:#141b2b}.rt-fuel-dot{width:9px;height:9px;border-radius:9999px;flex-shrink:0}.rt-fuel-dot--good{background:#62df7d}.rt-fuel-dot--primary{background:#0034a8}.rt-fuel-row--total{background:#e1e8fd}.rt-fuel-row--total div{text-align:right;display:flex;flex-direction:column}.rt-fuel-row--total div span{font-size:11px;color:#747686}.rt-vehicle-summary{display:flex;flex-direction:column;gap:4px}.rt-vehicle-summary__top{display:flex;align-items:center;gap:10px}.rt-vehicle-summary__top div{flex:1;min-width:0;display:flex;flex-direction:column}.rt-vehicle-summary__top span{font-size:11px;color:#747686}.rt-vehicle-summary__top strong{font-size:14px;color:#141b2b}.rt-plate{padding:3px 8px;border-radius:8px;background:#f1f3ff;font-family:monospace;font-weight:700;font-size:12px;color:#141b2b;white-space:nowrap}.rt-vehicle-summary__spec{font-size:11px;color:#747686}.rt-checklist-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.rt-checklist-head>span:first-child{font-weight:700;font-size:14px;color:#141b2b}.rt-checklist-head__status{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#747686}.rt-checklist-head__status--good{color:#004c1d}.rt-checklist{display:flex;flex-direction:column;gap:8px}.rt-checklist-row{display:flex;align-items:center;gap:10px;background:#f1f3ff;border-radius:10px;padding:10px;cursor:pointer}.rt-checklist-row input{width:18px;height:18px;accent-color:#0034a8;cursor:pointer;flex-shrink:0}.rt-checklist-row div{flex:1;min-width:0;display:flex;flex-direction:column}.rt-checklist-row div span:first-child{font-weight:600;font-size:13px;color:#141b2b}.rt-checklist-row div span:last-child{font-size:11px;color:#747686}.rt-quick-pills{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rt-quick-pill{display:flex;align-items:center;gap:10px;background:#fff;box-shadow:0 1px 2px #0000000d;border-radius:12px;padding:8px 14px}.rt-quick-pill div{display:flex;flex-direction:column}.rt-quick-pill span{font-size:11px;color:#747686}.rt-quick-pill strong{font-size:13px;color:#141b2b;white-space:nowrap}.rt-quick-pill__good{color:#004c1d!important}.rt-waive-btn{display:flex;align-items:center;gap:4px;border:none;background:none;color:#0034a8;font-weight:600;font-size:12px;padding:6px 10px;border-radius:8px}.rt-waive-btn:hover{background:#f1f3ff}.rt-charge-list{display:flex;flex-direction:column;gap:10px}.rt-charge-row{background:#f1f3ff;border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.rt-charge-row__left{display:flex;align-items:flex-start;gap:10px;flex:1 1 220px;min-width:0}.rt-charge-row__icon{width:32px;height:32px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rt-charge-row__title{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.rt-charge-row__title span:first-child{font-weight:700;font-size:14px;color:#141b2b}.rt-charge-row__tag{padding:1px 8px;border-radius:6px;background:#e1e8fd;color:#0034a8;font-weight:600;font-size:11px}.rt-charge-row__note{font-size:12px;color:#747686;display:block;margin-top:2px}.rt-charge-row__right{display:flex;align-items:center;gap:4px;flex-shrink:0}.rt-charge-input{position:relative;display:flex;align-items:center}.rt-charge-input span{position:absolute;left:12px;color:#747686;font-weight:600}.rt-charge-input input{width:110px;height:44px;padding:0 12px 0 26px;border-radius:10px;background:#fff;border:none;font-size:15px;font-weight:700;color:#141b2b;text-align:right;outline:none}.rt-charge-row__right button{width:36px;height:36px;border-radius:8px;border:none;background:transparent;color:#747686;display:flex;align-items:center;justify-content:center}.rt-charge-row__right button:hover{background:#e1e8fd;color:#ba1a1a}.rt-settlement-list{display:flex;flex-direction:column;gap:8px}.rt-settlement-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;color:#747686}.rt-settlement-row span:last-child{font-weight:600;color:#141b2b}.rt-settlement-divider{height:1px;background:#e1e8fd;margin:2px 0}.rt-settlement-row--total span{font-size:15px!important;font-weight:700!important;color:#141b2b!important}.rt-net-box{border-radius:12px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.rt-net-box--refund{background:#004c1d14}.rt-net-box--collect{background:#ba1a1a14}.rt-net-box div span{display:block;font-weight:700;font-size:13px;color:#141b2b}.rt-net-box div p{margin:2px 0 0;font-size:11px;color:#747686}.rt-net-box strong{font-size:20px;white-space:nowrap}.rt-net-box--refund strong{color:#004c1d}.rt-net-box--collect strong{color:#ba1a1a}@media (max-width: 900px){.rt-fuel-grid{grid-template-columns:1fr}}@media (max-width: 640px){.rt-metric-grid{grid-template-columns:repeat(2,1fr)}.rt-charge-row{flex-direction:column;align-items:stretch;flex-wrap:nowrap}.rt-charge-row__right{justify-content:flex-end}.pk-header__left{flex-wrap:wrap}}.wk-page{padding-bottom:60px}.wk-breadcrumb{display:flex;align-items:center;gap:6px;padding:16px 0 4px;font-size:13px;color:#747686;flex-wrap:wrap}.wk-breadcrumb a{color:#747686;text-decoration:none}.wk-breadcrumb a:hover{color:#0034a8}.wk-breadcrumb__current{color:#0034a8;font-weight:600}.wk-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:6px 0 20px}.wk-title-row h1{font-size:24px;font-weight:700;letter-spacing:-.4px;color:#141b2b;margin:0}.wk-title-dot{width:5px;height:5px;border-radius:9999px;background:#c4c5d7}.wk-title-vehicle{font-size:15px;font-weight:600;color:#0034a8}.wk-title-plate{padding:2px 10px;border-radius:9999px;background:#dce1ff;color:#001552;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.wk-stepper{display:flex;align-items:center;justify-content:center;gap:0;background:#fff;border-radius:16px;padding:18px 24px;box-shadow:0 1px 2px #0000000d;margin-bottom:24px}.wk-stepper__step{display:flex;align-items:center;gap:10px;position:relative}.wk-stepper__badge{width:30px;height:30px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;background:#e1e8fd;color:#747686}.wk-stepper__step--active .wk-stepper__badge{background:#0034a8;color:#fff;box-shadow:0 0 0 4px #0034a826}.wk-stepper__step--done .wk-stepper__badge{background:#004c1d1f;color:#004c1d}.wk-stepper__text{display:flex;flex-direction:column}.wk-stepper__num{font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#747686}.wk-stepper__step--active .wk-stepper__num{color:#0034a8}.wk-stepper__step--done .wk-stepper__num{color:#004c1d}.wk-stepper__label{font-size:14px;font-weight:600;color:#747686}.wk-stepper__step--active .wk-stepper__label,.wk-stepper__step--done .wk-stepper__label{color:#141b2b}.wk-stepper__connector{width:64px;height:2px;background:#e1e8fd;margin:0 18px}.wk-stepper__step--done .wk-stepper__connector{background:#62df7d}.wk-body{display:flex;justify-content:center}.wk-card{width:100%;max-width:520px;background:#fff;border-radius:16px;box-shadow:0 1px 2px #0000000d;padding:32px;display:flex;flex-direction:column;gap:24px}.wk-vehicle-snapshot{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;background:#f1f3ff}.wk-vehicle-snapshot__icon{width:40px;height:40px;border-radius:10px;background:#e1e8fd;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wk-vehicle-snapshot__body{display:flex;flex-direction:column;min-width:0}.wk-vehicle-snapshot__name{font-size:14px;font-weight:700;color:#141b2b}.wk-vehicle-snapshot__meta{font-size:12px;color:#747686}.wk-vehicle-snapshot__rate{margin-left:auto;text-align:right;flex-shrink:0}.wk-vehicle-snapshot__rate strong{font-size:16px;font-weight:700;color:#0034a8}.wk-vehicle-snapshot__rate span{display:block;font-size:11px;color:#747686}.wk-card__head{display:flex;flex-direction:column;gap:4px}.wk-card__head-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.wk-card__title{font-size:18px;font-weight:700;color:#141b2b}.wk-card__subtitle{font-size:13px;color:#747686;margin:0}.wk-mode-switch{display:flex;align-items:center;gap:2px;background:#f1f3ff;padding:3px;border-radius:9999px}.wk-mode-switch button{padding:6px 12px;border:none;background:none;border-radius:9999px;font-size:12px;font-weight:600;color:#747686}.wk-mode-switch button.wk-mode-switch__active{background:#fff;color:#0034a8;box-shadow:0 1px 2px #00000014}.wk-field{display:flex;flex-direction:column;gap:6px}.wk-field label{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;color:#141b2b}.wk-field label .wk-required{color:#ba1a1a}.wk-field-row{display:flex;gap:8px;align-items:center}.wk-phone-prefix{height:48px;padding:0 12px;border-radius:12px;background:#f1f3ff;display:flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:#141b2b;flex-shrink:0}.wk-input-wrap{position:relative;flex:1;display:flex;align-items:center}.wk-input-wrap svg{position:absolute;right:14px;color:#747686;pointer-events:none}.wk-input-wrap input{width:100%;height:48px;padding:0 40px 0 14px;border-radius:12px;background:#f1f3ff;border:none;font-size:14px;color:#141b2b;outline:none;box-sizing:border-box}.wk-input-wrap input:focus{background:#fff;box-shadow:0 0 0 2px #869efd}.wk-input-wrap--icon-left input{padding-left:40px}.wk-input-wrap--icon-left svg{left:14px;right:auto}.wk-hint{font-size:12px;color:#747686;margin:0}.wk-user-banner{display:flex;align-items:flex-start;gap:10px;padding:14px;border-radius:12px}.wk-user-banner--verified{background:#62df7d2e}.wk-user-banner--new{background:#e1e8fd}.wk-user-banner__icon{width:32px;height:32px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.wk-user-banner--verified .wk-user-banner__icon{background:#004c1d;color:#fff}.wk-user-banner--new .wk-user-banner__icon{background:#3f58b2;color:#fff}.wk-user-banner__body{display:flex;flex-direction:column;gap:3px;min-width:0}.wk-user-banner__title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wk-user-banner__title{font-size:14px;font-weight:600;color:#141b2b}.wk-user-banner__badge{padding:2px 8px;border-radius:9999px;font-size:11px;font-weight:600}.wk-user-banner--verified .wk-user-banner__badge{background:#004c1d;color:#fff}.wk-user-banner--new .wk-user-banner__badge{background:#dce1ff;color:#11308b}.wk-user-banner__note{font-size:12px;color:#434654;margin:0}.wk-primary-btn{width:100%;height:48px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 1px 2px #00000014}.wk-primary-btn:hover{background:#0034a8}.wk-primary-btn:disabled{opacity:.5;cursor:not-allowed}.wk-back-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#0034a8;text-decoration:none;width:fit-content}.wk-back-link:hover{text-decoration:underline}.wk-otp-head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.wk-otp-icon{width:56px;height:56px;border-radius:9999px;background:#f1f3ff;display:flex;align-items:center;justify-content:center}.wk-otp-icon svg{color:#0034a8}.wk-otp-head h2{font-size:18px;font-weight:700;color:#141b2b;margin:0}.wk-otp-head p{font-size:13px;color:#747686;margin:0;max-width:340px}.wk-otp-head strong{color:#141b2b;white-space:nowrap}.wk-otp-boxes{display:flex;align-items:center;justify-content:center;gap:8px}.wk-otp-box{width:44px;height:52px;border-radius:12px;background:#f1f3ff;border:none;text-align:center;font-size:20px;font-weight:700;color:#141b2b;outline:none}.wk-otp-box:focus{background:#fff;box-shadow:0 0 0 2px #0034a8}.wk-otp-timer{display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;color:#747686}.wk-otp-timer strong{color:#141b2b;font-weight:700}.wk-otp-resend{background:none;border:none;color:#0034a8;font-size:13px;font-weight:700;cursor:pointer}.wk-otp-resend:disabled{color:#c4c5d7;cursor:not-allowed}.wk-pay-grid{display:grid;grid-template-columns:7fr 5fr;gap:20px;align-items:start}.wk-pay-col{display:flex;flex-direction:column;gap:16px;min-width:0}.wk-vehicle-card{display:flex;align-items:center;gap:14px}.wk-vehicle-card__icon{width:48px;height:48px;border-radius:12px;background:#f1f3ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wk-vehicle-card__body{display:flex;flex-direction:column;min-width:0}.wk-vehicle-card__name-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.wk-vehicle-card__name{font-size:16px;font-weight:700;color:#141b2b}.wk-vehicle-card__rate{font-size:14px;font-weight:700;color:#0034a8;white-space:nowrap}.wk-vehicle-card__meta{font-size:12px;color:#747686}.wk-window-row{display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:12px;background:#f1f3ff}.wk-window-row__item{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.wk-window-row__item svg{flex-shrink:0}.wk-window-row__item div{display:flex;flex-direction:column;min-width:0}.wk-window-row__label{font-size:11px;color:#747686}.wk-window-row__value{font-size:13px;font-weight:600;color:#141b2b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wk-window-badge{padding:3px 10px;border-radius:9999px;background:#e1e8fd;color:#0034a8;font-size:11px;font-weight:700;white-space:nowrap}.wk-addon-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;background:#f1f3ff}.wk-addon-row__left{display:flex;align-items:center;gap:12px;min-width:0}.wk-addon-row__icon{width:36px;height:36px;border-radius:10px;background:#e1e8fd;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#0034a8}.wk-addon-row__body{display:flex;flex-direction:column}.wk-addon-row__title{font-size:13px;font-weight:600;color:#141b2b}.wk-addon-row__sub{font-size:11px;color:#747686}.wk-stepper-control{display:flex;align-items:center;gap:6px;background:#fff;padding:4px;border-radius:10px;box-shadow:0 1px 2px #00000014;flex-shrink:0}.wk-stepper-control button{width:26px;height:26px;border-radius:8px;border:none;background:#e1e8fd;color:#141b2b;display:flex;align-items:center;justify-content:center}.wk-stepper-control button:disabled{opacity:.4}.wk-stepper-control span{width:20px;text-align:center;font-weight:700;font-size:14px}.wk-coupon-row{display:flex;gap:8px}.wk-coupon-row .wk-input-wrap input{text-transform:uppercase;letter-spacing:.5px;font-weight:600}.wk-coupon-apply-btn{height:48px;padding:0 18px;border-radius:12px;border:none;background:#e1e8fd;color:#0034a8;font-weight:600;font-size:13px;flex-shrink:0}.wk-coupon-apply-btn:hover{background:#dce1ff}.wk-coupon-status{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border-radius:8px;font-size:12px;font-weight:600}.wk-coupon-status--ok{background:#62df7d33;color:#004c1d}.wk-coupon-status--error{background:#ffdad6;color:#93000a}.wk-pay-method{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:12px;background:#f1f3ff}.wk-pay-method__left{display:flex;align-items:center;gap:10px}.wk-pay-method__title{font-size:14px;font-weight:700;color:#141b2b}.wk-pay-method__badge{padding:3px 10px;border-radius:9999px;background:#62df7d40;color:#004c1d;font-size:11px;font-weight:700}.wk-cash-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wk-cash-grid label{font-size:12px;font-weight:600;color:#747686;margin-bottom:4px;display:block}.wk-cash-input{position:relative}.wk-cash-input span{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-weight:700;color:#141b2b}.wk-cash-input input{width:100%;height:46px;padding:0 12px 0 26px;border-radius:10px;background:#fff;border:none;font-size:16px;font-weight:700;color:#141b2b;outline:none;box-sizing:border-box;box-shadow:0 1px 2px #00000014}.wk-change-box{height:46px;border-radius:10px;background:#e1e8fd;display:flex;align-items:center;justify-content:space-between;padding:0 12px}.wk-change-box strong{font-size:16px;font-weight:700;color:#141b2b}.wk-change-box strong.wk-change-box__short{color:#ba1a1a}.wk-change-box span{font-size:11px;font-weight:600;color:#004c1d}.wk-summary-card{position:sticky;top:20px}.wk-summary-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.wk-summary-head__title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#141b2b}.wk-summary-head__ref{font-size:11px;color:#747686}.wk-summary-lines{display:flex;flex-direction:column;gap:10px}.wk-summary-line{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.wk-summary-line__label{display:flex;flex-direction:column}.wk-summary-line__label span:first-child{font-size:13px;color:#141b2b}.wk-summary-line__sub{font-size:11px;color:#747686}.wk-summary-line__sub--good{color:#004c1d}.wk-summary-line__value{font-size:14px;font-weight:600;color:#141b2b;white-space:nowrap}.wk-summary-line__value--discount{color:#004c1d}.wk-summary-divider{height:1px;background:#e1e8fd;margin:2px 0}.wk-summary-total{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.wk-summary-total__label{display:flex;flex-direction:column}.wk-summary-total__label span:first-child{font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#747686}.wk-summary-total__value{font-size:26px;font-weight:700;color:#1a4bd1}.wk-summary-note{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;background:#f1f3ff;font-size:12px;color:#434654;font-weight:500}.wk-confirm-btn{width:100%;height:50px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:600;font-size:15px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px 6px #0000001f}.wk-confirm-btn:hover{background:#0034a8}.wk-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.wk-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;background:#141b2b80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wk-success-card{background:#fff;border-radius:16px;padding:32px;text-align:center;box-shadow:0 25px 50px -12px #0000004d;max-width:320px}.wk-success-icon{width:64px;height:64px;border-radius:9999px;background:#004c1d1a;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.wk-success-card h2{font-size:18px;font-weight:700;color:#141b2b;margin:0 0 4px}.wk-success-card p{font-size:13px;color:#747686;margin:0}@media (max-width: 1100px){.wk-pay-grid{grid-template-columns:1fr}.wk-summary-card{position:static}}@media (max-width: 640px){.wk-stepper{padding:14px 10px}.wk-stepper__connector{width:16px;margin:0 6px;flex-shrink:0}.wk-stepper__label{font-size:12px}.wk-stepper__step:not(.wk-stepper__step--active) .wk-stepper__text{display:none}.wk-card{padding:20px}.wk-field-row{flex-wrap:wrap}.wk-field-row .wk-phone-prefix{order:1}.wk-field-row .wk-input-wrap{order:2;min-width:100%}.wk-otp-boxes{gap:6px}.wk-otp-box{width:38px;height:46px;font-size:17px}.wk-cash-grid{grid-template-columns:1fr}.wk-coupon-row{flex-direction:column}.wk-coupon-apply-btn{width:100%}}.sf-page{padding-bottom:24px}.sf-summary{margin-top:16px;background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.sf-summary__left{display:flex;align-items:center;gap:14px;min-width:0}.sf-summary__icon{width:48px;height:48px;border-radius:12px;background:#e1e8fd;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sf-summary__label{font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686}.sf-summary__value{font-size:22px;font-weight:700;color:#141b2b;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.sf-summary__sub{font-size:13px;font-weight:500;color:#747686}.sf-add-btn{height:48px;padding:0 20px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px #0000000d;flex-shrink:0}.sf-add-btn:hover{background:#0034a8}.sf-header{margin-top:24px;margin-bottom:16px}.sf-header h1{font-size:26px;font-weight:700;letter-spacing:-.4px;color:#141b2b;margin:0}.sf-header p{font-size:14px;color:#434654;margin:4px 0 0}.sf-error{font-size:13px;font-weight:600;color:#93000a;background:#ffdad699;border-radius:8px;padding:10px 14px;margin-bottom:16px}.sf-toolbar{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.sf-search{position:relative;flex:1 1 280px;max-width:400px;min-width:0}.sf-search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#747686}.sf-search input{width:100%;height:46px;padding:0 16px 0 42px;border-radius:12px;background:#f1f3ff;border:none;font-size:14px;color:#141b2b;outline:none}.sf-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sf-select-wrap{position:relative}.sf-select-wrap select{height:46px;padding:0 32px 0 14px;border-radius:12px;background:#f1f3ff;border:none;font-size:13px;font-weight:500;color:#141b2b;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.sf-select-wrap svg{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#747686;pointer-events:none}.sf-view-toggle{display:flex;align-items:center;background:#f1f3ff;padding:4px;border-radius:12px}.sf-view-btn{width:38px;height:38px;border-radius:8px;border:none;background:transparent;color:#747686;display:flex;align-items:center;justify-content:center}.sf-view-btn--active{background:#fff;color:#0034a8;box-shadow:0 1px 2px #0000000f}.sf-table-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;overflow:hidden}.sf-table-scroll{overflow-x:auto}.sf-table{width:100%;border-collapse:collapse;text-align:left}.sf-table thead{background:#f1f3ff}.sf-table th{padding:12px 16px;font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686;white-space:nowrap}.sf-table__actions-head{text-align:right}.sf-table tbody tr{border-top:1px solid #f1f3ff}.sf-table tbody tr:hover{background:#f1f3ff66}.sf-table td{padding:12px 16px;vertical-align:middle;font-size:13px;color:#141b2b}.sf-empty-cell{text-align:center;color:#747686;padding:32px 16px}.sf-model-cell{display:flex;align-items:center;gap:10px}.sf-thumb{width:44px;height:40px;border-radius:10px;background:#f1f3ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sf-model-name{font-weight:600;font-size:14px;color:#141b2b}.sf-model-brand{font-size:11px;color:#747686;margin-top:1px}.sf-category-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;font-weight:600;font-size:11px;white-space:nowrap}.sf-spec-main{font-weight:600;font-size:13px;color:#141b2b}.sf-spec-sub{font-size:11px;color:#747686;margin-top:1px}.sf-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:3px}.sf-icon-btn{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#747686;display:flex;align-items:center;justify-content:center}.sf-icon-btn:hover{background:#f1f3ff;color:#0034a8}.sf-icon-btn--danger:hover{background:#ba1a1a14;color:#ba1a1a}.sf-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:14px 20px;font-size:13px;color:#747686}.sf-footer strong{color:#141b2b;font-weight:700}.sf-footer--standalone{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;margin-top:16px}.sf-pagination__pages{display:flex;align-items:center;gap:2px}.sf-pagination__arrow,.sf-pagination__num{border:none;background:transparent;border-radius:8px;font-size:13px}.sf-pagination__arrow{width:30px;height:30px;color:#434654;display:flex;align-items:center;justify-content:center}.sf-pagination__arrow:disabled{opacity:.3;cursor:not-allowed}.sf-pagination__num{min-width:30px;height:30px;padding:0 6px;color:#141b2b;font-weight:500}.sf-pagination__num--active{background:#0034a8;color:#fff;font-weight:700}.sf-pagination__ellipsis{min-width:20px;text-align:center;color:#747686}.sf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.sf-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column}.sf-card__top{display:flex;align-items:center;justify-content:space-between}.sf-card__year{font-size:11px;font-weight:600;color:#747686}.sf-card__thumb{height:120px;border-radius:10px;background:#f1f3ff;display:flex;align-items:center;justify-content:center;margin:12px 0}.sf-card__brand{font-size:11px;font-weight:500;color:#747686}.sf-card__name{font-size:17px;font-weight:700;color:#141b2b;margin:2px 0 12px}.sf-card__specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#f1f3ff;border-radius:10px;padding:10px}.sf-spec-label{font-size:10px;color:#747686}.sf-spec-val{font-size:13px;font-weight:600;color:#141b2b;margin-top:1px}.sf-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid #f1f3ff}.sf-card__rate{font-weight:700;font-size:14px;color:#0034a8}.sf-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;background:#141b2b66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sf-confirm-modal{background:#fff;border-radius:12px;max-width:360px;width:100%;padding:24px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.sf-confirm-modal__icon{width:48px;height:48px;border-radius:9999px;background:#ba1a1a1a;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.sf-confirm-modal__title{font-size:18px;font-weight:700;color:#141b2b;margin:0}.sf-confirm-modal__desc{font-size:13px;color:#434654;margin:6px 0 4px}.sf-confirm-modal__desc strong{color:#141b2b}.sf-confirm-modal__actions{display:flex;align-items:center;gap:8px;width:100%;margin-top:16px}.sf-confirm-modal__cancel-btn{flex:1;height:44px;border:none;border-radius:10px;background:#f1f3ff;color:#141b2b;font-weight:600;font-size:14px}.sf-confirm-modal__delete-btn{flex:1;height:44px;border:none;border-radius:10px;background:#ba1a1a;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:6px}.sf-confirm-modal__delete-btn:hover{background:#93000a}.sf-confirm-modal__cancel-btn:disabled,.sf-confirm-modal__delete-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 900px){.sf-summary{flex-direction:column;align-items:stretch;flex-wrap:nowrap}.sf-add-btn{justify-content:center}}@media (max-width: 640px){.sf-header h1{font-size:22px}.sf-toolbar{flex-direction:column;align-items:stretch;flex-wrap:nowrap}.sf-search{max-width:none;flex:1 1 auto}.sf-filters{justify-content:space-between}}@media (max-width: 800px){.sf-table-scroll{overflow-x:visible}.sf-table thead{display:none}.sf-table,.sf-table tbody,.sf-table tbody tr,.sf-table td{display:block;width:100%}.sf-table tbody tr{border-top:none;border:1px solid #f1f3ff;border-radius:12px;margin:12px;padding:4px 0}.sf-table tbody tr:hover{background:transparent}.sf-table td{padding:8px 16px;display:flex;flex-direction:column;gap:4px}.sf-table td:before{content:attr(data-label);font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686}.sf-table__actions-head{display:none}.sf-row-actions{justify-content:flex-start}}.fa-page{padding-bottom:100px}.fa-breadcrumb{display:flex;align-items:center;gap:6px;padding:16px 0 4px;font-size:12px;color:#747686}.fa-breadcrumb__link{display:flex;align-items:center;gap:4px;color:#747686;text-decoration:none}.fa-breadcrumb__link:hover{color:#0034a8}.fa-breadcrumb__current{color:#0034a8;font-weight:600}.fa-progress{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d;margin-bottom:24px}.fa-progress__inner{max-width:640px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.fa-progress__step{display:flex;align-items:center;gap:10px;opacity:.6}.fa-progress__step:first-child{opacity:1}.fa-progress__circle{width:36px;height:36px;border-radius:9999px;background:#e1e8fd;color:#747686;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}.fa-progress__circle--active{background:#0034a8;color:#fff;box-shadow:0 1px 2px #0000001a}.fa-progress__circle--done{background:#004c1d;color:#fff}.fa-progress__step-label{font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686}.fa-progress__step-label--active{color:#0034a8}.fa-progress__step-title{font-weight:600;font-size:14px;color:#141b2b}.fa-progress__step-title--pending{color:#747686}.fa-progress__bar{flex:1;margin:0 16px;height:4px;background:#e1e8fd;border-radius:9999px;overflow:hidden}.fa-progress__bar-fill{height:100%;background:#0034a8;border-radius:9999px}.fa-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.fa-header__eyebrow{display:flex;align-items:center;gap:5px;padding:3px 10px;border-radius:9999px;background:#e9edff;color:#0034a8;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.3px;width:fit-content;margin-bottom:8px}.fa-header h1{font-size:30px;font-weight:700;letter-spacing:-.5px;color:#141b2b;margin:0}.fa-header p{font-size:14px;color:#434654;margin:6px 0 0;max-width:640px}.fa-header__count{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;background:#f1f3ff;color:#434654;font-size:13px;white-space:nowrap}.fa-header__count strong{color:#141b2b}.fa-toolbar{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.fa-search{position:relative;flex:1 1 320px;max-width:420px;min-width:0}.fa-search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#747686}.fa-search input{width:100%;height:48px;padding:0 16px 0 42px;border-radius:12px;background:#f1f3ff;border:none;font-size:14px;color:#141b2b;outline:none}.fa-chip-row{display:flex;align-items:center;gap:6px;overflow-x:auto;min-width:0;flex:1 1 auto}.fa-chip{flex-shrink:0;height:36px;padding:0 16px;border-radius:9999px;border:none;background:#f1f3ff;color:#747686;font-weight:500;font-size:13px;white-space:nowrap}.fa-chip--active{background:#0034a8;color:#fff;font-weight:600}.fa-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.fa-empty{grid-column:1 / -1;text-align:center;color:#747686;padding:32px 16px}.fa-card{cursor:pointer;border-radius:12px;background:#fff;padding:16px;box-shadow:0 1px 2px #0000000d;transition:box-shadow .15s ease,transform .15s ease}.fa-card:hover{box-shadow:0 4px 12px #00000014}.fa-card--selected{background:#e9edff;box-shadow:0 0 0 2px #0034a8,0 4px 12px #00000014;transform:scale(1.01)}.fa-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:8px}.fa-card__verified-badge{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:9999px;background:#0034a814;color:#0034a8;font-weight:600;font-size:11px}.fa-card__verified-badge--ev{background:#004c1d1a;color:#004c1d}.fa-card__selected-badge{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:9999px;background:#0034a8;color:#fff;font-weight:600;font-size:11px}.fa-card__thumb{height:160px;border-radius:10px;background:#f1f3ff;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:12px}.fa-card__thumb-label{position:absolute;bottom:8px;left:8px;padding:3px 8px;border-radius:6px;background:#293040cc;color:#fff;font-size:11px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.fa-card__brand{font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686}.fa-card__name{font-size:20px;font-weight:700;color:#141b2b;margin:2px 0 12px}.fa-card__specs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.fa-card__spec{display:flex;align-items:center;gap:4px;padding:5px 8px;border-radius:8px;background:#f1f3ff;color:#434654;font-size:11px}.fa-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid #f1f3ff;font-size:11px;color:#747686}.fa-card__footer-class{font-weight:600;color:#0034a8}.fa-sticky-bar{position:fixed;left:240px;right:0;bottom:0;background:#fffffff7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 -4px 20px #0000000f;z-index:40;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.fa-sticky-bar__left{display:flex;align-items:center;gap:14px;min-width:0}.fa-sticky-bar__icon{width:44px;height:44px;border-radius:12px;background:#0034a81a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fa-sticky-bar__label{font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#747686}.fa-sticky-bar__value{font-weight:600;font-size:15px;color:#141b2b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fa-sticky-bar__sub{margin-left:8px;padding:2px 8px;border-radius:6px;background:#f1f3ff;color:#747686;font-weight:500;font-size:12px}.fa-sticky-bar__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.fa-cancel-btn{height:48px;padding:0 20px;border:none;border-radius:12px;background:transparent;color:#434654;font-weight:600;font-size:14px;display:flex;align-items:center;gap:6px}.fa-cancel-btn:hover{background:#f1f3ff;color:#141b2b}.fa-continue-btn{height:48px;padding:0 24px;border:none;border-radius:12px;background:#1a4bd1;color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px #0000000d}.fa-continue-btn:hover{background:#0034a8}.fa-continue-btn:disabled{opacity:.5;cursor:not-allowed}.fa-selected-vehicle{display:flex;align-items:center;gap:14px;background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 1px 2px #0000000d;margin-bottom:20px}.fa-charges-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:20px}.fa-charges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.fa-charges-grid label{display:block;font-weight:600;font-size:13px;color:#141b2b;margin-bottom:6px}.fa-input-wrap{position:relative}.fa-input-wrap svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#747686;pointer-events:none}.fa-input-wrap input{width:100%;height:48px;padding:0 16px 0 42px;border-radius:12px;background:#f1f3ff;border:none;font-size:14px;color:#141b2b;outline:none}.fa-charges-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:12px;border-top:1px solid #f1f3ff}.fa-error{font-size:13px;font-weight:600;color:#93000a;background:#ffdad699;border-radius:8px;padding:10px 14px;margin-bottom:16px}@media (max-width: 900px){.fa-sticky-bar{left:0}.fa-charges-grid{grid-template-columns:1fr}}@media (max-width: 640px){.fa-header h1{font-size:24px}.fa-progress__step-title{display:none}.fa-toolbar{flex-direction:column;align-items:stretch;flex-wrap:nowrap}.fa-search{max-width:none;flex:1 1 auto}.fa-sticky-bar{flex-direction:column;align-items:stretch;gap:10px}.fa-sticky-bar__actions{justify-content:stretch}.fa-sticky-bar__actions button{flex:1 1 auto;justify-content:center}.fa-charges-card{padding:16px}}:root{--color-primary: #1a4bd1;--color-primary-deep: #0034a8;--color-page: #eef2f7;--color-ink: #141b2b;--color-muted: #434654;--radius-lg: 16px;--radius-md: 12px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--color-page);color:var(--color-ink)}button{font-family:inherit;cursor:pointer}input{font-family:inherit}
