@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);.gpt3__features{display:flex;flex-direction:row;justify-content:space-between;width:100%}.gpt3__features-heading{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin-right:5rem;text-align:left}.gpt3__features-heading h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px;text-align:left}.gpt3__features-heading p{color:var(--color-subtext);font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px;margin-top:2rem}.gpt2__features-container{align-items:center;display:flex;flex:1.5 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:1050px){.gpt3__features{flex-direction:column}.gpt3__features-heading{margin:0 0 2rem}}@media screen and (max-width:650px){.gpt3__features-heading h1{font-size:28px;line-height:38px}}@media screen and (max-width:550px){.gpt3__features-heading h1{font-size:24px;line-height:32px}}.gpt3__blog-container__article{background:var(--color-footer);display:flex;flex-direction:column;height:100%;width:100%}.gpt3__blog-container__article img{height:100%;width:100%}.gpt3__blog-container__article-content{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:1rem 1.5rem}.gpt3__blog-container__article-content p{color:#fff;font-family:var(--font-family);font-size:12px;font-weight:700;line-height:35px;text-align:left}.gpt3__blog-container__article-content h3{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:25px;font-weight:800;line-height:30px;margin-bottom:5rem;text-align:left}.gpt3__blog-container__article-content p:last-child{cursor:pointer}@media screen and (max-width:650px){.gpt3__blog-container__article-content h3{margin-bottom:2rem}}@media screen and (max-width:550px){.gpt3__blog-container__article-content h3{font-size:18px;line-height:24px;margin-bottom:1.5rem}}.gpt3__features-container__feature{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin:1rem;width:100%}.gpt3__features-container__feature-title{flex:1 1;margin-right:2rem;width:180px}.gpt3__features-container__feature-title h1{color:#fff;font-family:var(--font-family);font-size:18px;font-weight:800;letter-spacing:-.04rem;line-height:24px}.gpt3__features-container__feature-title div{background:var(--gradient-bar);box-shadow:0 4px 4px #00000040;height:3px;margin-bottom:.25rem;width:38px}.gpt3__features-container__feature-text{display:flex;flex:2 1;max-width:390px}.gpt3__features-container__feature-text p{color:var(--color-text);font-family:var(--font-family);font-size:14px;font-weight:500;line-height:24px}@media screen and (max-width:550px){.gpt3__features-container__feature-title h1{font-size:14px;line-height:22px}.gpt3__features-container__feature-title p{font-size:12px;line-height:18px}.gpt3__features-container__feature{margin:1rem 0}}.sr__topbar{align-items:center;display:flex;justify-content:space-between;left:0;padding:calc(1rem + env(safe-area-inset-top, 0px)) 1.25rem 1rem;position:fixed;right:0;top:0;z-index:100}.sr__topbar-hamburger{align-items:center;background:none;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;transition:opacity .2s ease;width:44px}.sr__topbar-hamburger:hover{opacity:.7}.sr__topbar-right{align-items:center;display:flex;gap:8px}.sr__drawer-overlay{animation:sr-overlay-in .25s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#00000073;inset:0;position:fixed;z-index:200}@keyframes sr-overlay-in{0%{opacity:0}to{opacity:1}}.sr__drawer{background:#1a2538;bottom:0;box-shadow:8px 0 40px #0000004d;display:flex;flex-direction:column;left:0;max-width:82vw;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:300px;z-index:201}.sr__drawer--open{transform:translateX(0)}.sr__drawer-header{align-items:flex-start;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding:calc(1.5rem + env(safe-area-inset-top, 0px)) 1.25rem 1.25rem}.sr__drawer-title{color:#fff;font-family:var(--font-family);font-size:1.2rem;font-weight:800;letter-spacing:-.01em}.sr__drawer-close{align-items:center;background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;color:#fff9;cursor:pointer;display:flex;flex-shrink:0;padding:6px;transition:background .15s ease,color .15s ease}.sr__drawer-close:hover{background:#ffffff1a;color:#fff}.sr__drawer-profile{align-items:center;display:flex;flex:1 1;gap:12px;margin-right:12px;min-width:0;text-decoration:none}.sr__drawer-avatar{background:#ffffff0f;border:2px solid #ffffff1f;border-radius:50%;flex-shrink:0;height:42px;object-fit:cover;width:42px}.sr__drawer-profile-info{display:flex;flex-direction:column;gap:2px;min-width:0}.sr__drawer-profile-name{color:#fff;font-size:15px;font-weight:700;text-transform:capitalize}.sr__drawer-profile-email,.sr__drawer-profile-name{font-family:var(--font-family);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr__drawer-profile-email{color:#fff6;font-size:12px;font-weight:500}.sr__drawer-links{display:flex;flex:1 1;flex-direction:column;gap:4px;overflow-y:auto;padding:1rem .75rem}.sr__drawer-link{align-items:center;border-bottom:1px solid #ffffff0d;border-radius:12px;color:#ffffffbf;display:flex;font-family:var(--font-family);font-size:14px;font-weight:600;gap:14px;padding:.8rem .85rem;text-decoration:none;transition:background .15s ease,color .15s ease}.sr__drawer-link:last-child{border-bottom:none}.sr__drawer-link:hover{background:#ffffff0f;color:#fff}.sr__drawer-link svg{stroke-width:1.8;background:#ffffff0f;border-radius:9px;box-sizing:initial;color:#ffffff80;flex-shrink:0;height:18px;padding:7px;transition:background .15s ease,color .15s ease;width:18px}.sr__drawer-link:hover svg{background:#ffffff1a;color:#ffffffbf}.sr__drawer-footer{border-top:1px solid #ffffff0f;padding:.75rem .75rem calc(1.5rem + env(safe-area-inset-bottom, 0px))}.sr__drawer-footer-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-family:var(--font-family);font-size:14px;font-weight:700;gap:8px;justify-content:center;padding:.8rem 1.25rem;text-align:center;text-decoration:none;transition:background .15s ease,transform .1s ease;width:100%}.sr__drawer-footer-btn:active{transform:scale(.97)}.sr__drawer-footer-btn svg{height:14px;width:14px}.sr__drawer-footer-btn--logout{background:#ff48201a;border:1px solid #ff48202e;color:#ff6b45}.sr__drawer-footer-btn--logout:hover{background:#ff48202e;border-color:#ff482040}.sr__drawer-footer-btn--signin{background:#ff4820;box-shadow:0 4px 16px #ff482040;color:#fff}.sr__drawer-footer-btn--signin:hover{background:#e63e18;box-shadow:0 4px 20px #ff482059}.sr__mobile-nav{align-items:center;background:linear-gradient(180deg,#22304c,#1a2538);border-top:1px solid #ffffff14;bottom:0;display:flex;justify-content:space-around;left:0;margin:0 auto;max-width:1440px;padding:.75rem 0 calc(.75rem + env(safe-area-inset-bottom, 0px));position:fixed;right:0;z-index:100}.sr__mobile-nav-item{-webkit-tap-highlight-color:transparent;align-items:center;border-radius:8px;color:#ffffff8c;display:flex;flex-direction:column;font-family:var(--font-family);font-size:10px;font-weight:600;gap:.25rem;letter-spacing:.02em;padding:.3rem .6rem;position:relative;text-decoration:none;transition:color .2s ease,transform .15s ease}.sr__mobile-nav-item svg{stroke-width:1.8;color:inherit;height:24px;margin:0;transition:transform .2s ease;width:24px!important}.sr__mobile-nav-item span{color:inherit;font-size:10px}.sr__mobile-nav-publish-btn{align-items:center;background:#ffffff1f;border:1.5px solid #ffffff40;border-radius:50%;display:flex;height:36px;justify-content:center;width:36px}.sr__mobile-nav-publish-btn svg{stroke-width:2.5!important;color:#fff;height:20px!important;width:20px!important}.sr__mobile-nav-item--active .sr__mobile-nav-publish-btn{background:#fff;border-color:#fff}.sr__mobile-nav-item--active .sr__mobile-nav-publish-btn svg{color:#1a2538!important}.sr__mobile-nav-item--active{color:#fff}.sr__mobile-nav-item--active:before{background:#ffffff1f;border-radius:50%;content:"";height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px;z-index:-1}.sr__mobile-nav-item--active:after{display:none}.sr__mobile-nav-item:active{transform:scale(.92)}.sr__mobile-nav-badge{background:#ff4820;border-radius:50%;height:8px;position:absolute;right:50%;top:2px;transform:translateX(12px);width:8px}.sr__notification-bell{align-items:center;display:flex;margin-right:1rem;position:relative}.sr__notification-bell button{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:36px;justify-content:center;padding:0;position:relative;transition:background .2s ease;width:36px}.sr__notification-bell button:hover{background:#fff3}.sr__notification-bell__badge{align-items:center;background:#ff4820;border-radius:9px;color:#fff;display:flex;font-family:var(--font-family);font-size:11px;font-weight:700;height:18px;justify-content:center;line-height:1;min-width:18px;padding:0 4px;position:absolute;right:0;top:2px}.sr__notification-panel{background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;max-height:480px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:360px;z-index:201}.sr__notification-panel__header{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;padding:.875rem 1rem}.sr__notification-panel__header-right{align-items:center;display:flex;gap:.5rem}.sr__notification-panel__close{display:none}.sr__notification-panel__header h3{color:#1a1a2e;font-family:var(--font-family);font-size:16px;font-weight:600;margin:0}.sr__notification-panel__header button{background:none;border:none;border-radius:4px;color:#ff4820;cursor:pointer;font-family:var(--font-family);font-size:13px;font-weight:600;padding:.25rem .5rem}.sr__notification-panel__header button:hover{background:#ff48201a}.sr__notification-panel__list{flex:1 1;overflow-y:auto;padding:.25rem 0}.sr__notification-panel__empty{color:#999;font-family:var(--font-family);font-size:14px;padding:2rem 1rem;text-align:center}.sr__notification-item{align-items:flex-start;background:none;border:none;cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;text-align:left;text-decoration:none;transition:background .15s ease;width:100%}.sr__notification-item:hover{background:#f5f5f5}.sr__notification-item--unread{background:#ff48200d}.sr__notification-item--unread:hover{background:#ff482014}.sr__notification-item__icon{align-items:center;background:#ff482026;border-radius:50%;color:#ff4820;display:flex;flex-shrink:0;font-size:14px;height:36px;justify-content:center;width:36px}.sr__notification-item__content{flex:1 1;min-width:0}.sr__notification-item__title{color:#1a1a2e;font-family:var(--font-family);font-size:14px;font-weight:600;margin:0 0 .15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr__notification-item__message{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-family:var(--font-family);font-size:13px;margin:0 0 .25rem;overflow:hidden}.sr__notification-item__time{color:#999;font-family:var(--font-family);font-size:11px;margin:0}.sr__notification-overlay{inset:0;position:fixed;z-index:200}@media screen and (max-width:550px){.sr__notification-panel{border:none;border-radius:0;bottom:0;left:0;max-height:100%;position:fixed;right:0;top:0;width:100%}.sr__notification-panel__header{padding:calc(1rem + env(safe-area-inset-top, 0px)) 1rem 1rem}.sr__notification-panel__close{align-items:center;color:#1a1a2e;display:flex;font-size:18px;justify-content:center;min-height:44px;min-width:44px}}.sr-login{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-login__top{background:var(--page-bg);border-radius:0 0 28px 28px;overflow:hidden;padding:4.5rem 1.5rem 2rem;position:sticky;text-align:center;top:0;width:100%;z-index:5}.sr-login__title{color:#fff;font-family:var(--font-family);font-size:36px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}.sr-login__subtitle{color:var(--color-text);font-family:var(--font-family);font-size:16px;font-weight:500;margin-top:6px;opacity:.5}.sr-login__body{max-width:440px;padding:1.5rem 1.5rem 6rem;width:100%}.sr-login__form-wrap{overflow:hidden}.sr-login__slide-controls{background:#fff;border:1px solid #e0e0e0;border-radius:14px;display:flex;height:50px;justify-content:space-between;margin-bottom:1.5rem;overflow:hidden;position:relative;width:100%}.sr-login__slide-controls .slide{color:#888;cursor:pointer;font-family:var(--font-family);font-size:16px;font-weight:600;height:100%;line-height:48px;text-align:center;transition:color .6s ease;width:100%;z-index:1}.sr-login__slide-controls input[type=radio]{display:none}.sr-login__slide-controls input#login:checked~label[for=login],.sr-login__slide-controls input#signup:checked~label[for=signup]{color:#fff}.sr-login__slide-controls .slider-tab{background:#22304c;border-radius:14px;height:100%;left:0;position:absolute;transition:all .6s cubic-bezier(.68,-.55,.265,1.55);width:50%;z-index:0}.shift-right-slider{transform:translateX(100%)}.sr-login__form-container{display:flex;justify-content:space-between;transition:transform .6s cubic-bezier(.68,-.55,.265,1.55);width:200%}.sr-login__form-panel{padding:0 4px;width:50%}.shift-right{transform:translateX(-50%)}.hide{display:none}.sr-login__form-panel input,.sr-login__form-panel select{background:#fff;border:1px solid #e0e0e0;border-radius:10px;color:#1a1a2e;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:24px;margin:.35rem 0;min-height:50px;outline:none;padding:0 1rem;transition:border-color .15s ease;width:100%}.sr-login__form-panel input::placeholder{color:#aaa}.sr-login__form-panel input:focus,.sr-login__form-panel select:focus{border-color:#ff4820}.sr-login__form-panel button{background:#22304c;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:16px;font-weight:700;line-height:24px;margin:.5rem 0;min-height:50px;outline:none;padding:0 1rem;transition:background .15s ease;width:100%}.sr-login__form-panel button:hover{background:#1a2538}.sr-login__form-panel p{color:#666;font-family:var(--font-family);font-size:14px;font-weight:500;line-height:22px;margin:.5rem 0;text-align:center}.sr-login__form-panel a{color:#ff4820;font-weight:600;text-decoration:none}.sr-login__error{color:#e53e3e;display:block;font-family:var(--font-family);font-size:13px;font-weight:500;line-height:18px;margin:0;padding:0 .25rem}.sr-login__forgot{margin-top:.25rem}.sr-login__verify-msg{background:#eee;border:1px solid #ddd;color:#444;font-size:14px;font-weight:500;line-height:20px;margin-bottom:1rem;padding:.75rem 1rem;text-align:center}.sr-login__google-btn,.sr-login__verify-msg{border-radius:10px;font-family:var(--font-family)}.sr-login__google-btn{align-items:center;background:#fff;border:1px solid #22304c;color:#1a1a2e;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:center;line-height:24px;margin:.5rem 0;min-height:50px;transition:background .15s ease}.sr-login__google-btn:hover{background:#f5f5f5}.sr-login__google-btn img{height:24px;margin-right:.75rem;width:auto}.sr-login__separator{--text-divider-gap:1rem;align-items:center;display:flex;margin:.5rem 0}.sr-login__separator p{color:#aaa;font-size:13px}.sr-login__separator:after,.sr-login__separator:before{background-color:#e0e0e0;content:"";flex-grow:1;height:1px}.sr-login__separator:before{margin-right:var(--text-divider-gap)}.sr-login__separator:after{margin-left:var(--text-divider-gap)}@media screen and (max-width:650px){.sr-login__title{font-size:28px}.sr-login__body{padding:1.25rem 1rem 5rem}.sr-login__form-panel{padding:0 2px}}@media screen and (max-width:490px){.sr-login__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.5rem}.sr-login__title{font-size:24px}.sr-login__subtitle{font-size:14px}}.sr-message{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-message__top{background:var(--page-bg);border-radius:0 0 28px 28px;padding:4.5rem 1.5rem 2rem;position:relative;text-align:center;width:100%}.sr-message__title{color:#fff;font-family:var(--font-family);font-size:36px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}.sr-message__body{max-width:560px;padding:2rem 1.5rem 6rem;text-align:center;width:100%}.sr-message__text{color:#555;font-family:var(--font-family);font-size:16px;line-height:1.6}@media screen and (max-width:650px){.sr-message__title{font-size:28px}.sr-message__text{font-size:14px}}@media screen and (max-width:490px){.sr-message__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.5rem}.sr-message__body{padding:1.5rem 1rem 5rem}.sr-message__title{font-size:24px}}.sr-ride{align-items:center;background:#f3f4f6;display:flex;flex-direction:column}.sr-ride__top{background:linear-gradient(175deg,#1e293b,#0f172a);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4rem 1.5rem 1rem;width:100%}.sr-ride__body,.sr-ride__top-content{display:flex;flex-direction:column;max-width:560px;width:100%}.sr-ride__body{padding:1rem 1.5rem}.sr-ride__status{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:20dvh}.sr-ride__status-text{color:var(--color-text);font-family:var(--font-family);font-size:18px;font-weight:700}.sr-ride__spinner{animation:sr-ride-spin .7s linear infinite;border:3px solid #ffffff14;border-radius:50%;border-top-color:#ff4820;height:36px;width:36px}@keyframes sr-ride-spin{to{transform:rotate(1turn)}}@keyframes sr-ride-fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sr-ride__card{animation:sr-ride-fadeUp .35s ease both;animation-delay:.05s}.sr-ride__map-wrapper{animation:sr-ride-fadeUp .35s ease both;animation-delay:.15s}.sr-ride__passengers{animation:sr-ride-fadeUp .35s ease both;animation-delay:.2s}.sr-ride__review{animation:sr-ride-fadeUp .35s ease both;animation-delay:.25s}.sr-ride__hero{align-items:center;display:flex;flex-direction:column;gap:14px;margin-bottom:.5rem}.sr-ride__type-badge{align-items:center;border-radius:100px;display:inline-flex;font-family:var(--font-family);font-size:11px;font-weight:700;gap:6px;letter-spacing:.1em;padding:5px 14px;text-transform:uppercase}.sr-ride__type-badge--offer{background:#34d3991f;border:1px solid #34d39933;color:#34d399}.sr-ride__type-badge--request{background:#ae67fa1f;border:1px solid #ae67fa33;color:#c084fc}.sr-ride__hero-poster{align-items:center;background:#ffffff0f;border:1px solid #ffffff14;border-radius:100px;display:flex;gap:8px;padding:6px 14px 6px 6px;text-decoration:none;transition:background .15s ease}.sr-ride__hero-poster:hover{background:#ffffff1a}.sr-ride__hero-poster-avatar{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.sr-ride__hero-poster-avatar svg{color:#ffffff80;height:12px;width:12px}.sr-ride__hero-poster-name{color:#ffffffb3;font-family:var(--font-family);font-size:13px;font-weight:600;text-transform:capitalize}.sr-ride__card-footer{align-items:center;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:12px 16px}.sr-ride__poster-link{align-items:center;display:flex;flex-shrink:1;gap:8px;min-width:0;overflow:hidden;text-decoration:none}.sr-ride__poster-avatar{border:2px solid #f3f4f6;border-radius:50%;flex-shrink:0;height:42px;object-fit:cover;width:42px}.sr-ride__poster-details{display:flex;flex-direction:column;gap:2px;min-width:0}.sr-ride__poster-name{color:#1e293b;font-size:14px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.sr-ride__poster-badge,.sr-ride__poster-name{font-family:var(--font-family);font-weight:700}.sr-ride__poster-badge{align-items:center;border-radius:100px;display:inline-flex;font-size:10px;letter-spacing:.06em;padding:2px 8px;text-transform:uppercase}.sr-ride__poster-badge--verified{background:#ffb7001f;border:1px solid #ffb70033;color:#fbbf24}.sr-ride__poster-badge--admin{background:#ff48201f;border:1px solid #ff482033;color:#ff6b45}.sr-ride__vehicle-info{align-items:center;display:flex;flex-shrink:1;gap:8px;min-width:0;overflow:hidden}.sr-ride__vehicle-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-ride__card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 3px #0000000a;margin-bottom:.75rem;overflow:hidden;transition:box-shadow .2s ease}.sr-ride__card:hover{box-shadow:0 2px 8px #00000012}.sr-ride__route-row{align-items:center;display:flex;gap:8px;padding:16px 18px}.sr-ride__route-col{display:flex;flex:1 1;flex-direction:column;gap:1px;min-width:0}.sr-ride__route-col--to{align-items:flex-end;text-align:right}.sr-ride__route-label{color:#9ca3af;font-family:var(--font-family);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sr-ride__route-city{color:#1e293b;font-family:var(--font-family);font-size:19px;font-weight:800;letter-spacing:-.01em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.sr-ride__route-arrow{align-items:center;color:#cbd5e1;display:flex;flex-shrink:0;padding-top:10px}.sr-ride__route-via{color:#9ca3af;font-family:var(--font-family);font-size:11px;font-weight:600;margin-top:-8px;padding:0 18px 4px;text-align:center}.sr-ride__stats{border-top:1px solid #f0f0f0;display:flex}.sr-ride__stat{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:4px;padding:14px 10px;text-align:center}.sr-ride__stat:not(:last-child){border-right:1px solid #f0f0f0}.sr-ride__stat-label{color:#9ca3af;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.sr-ride__stat-label,.sr-ride__stat-value{font-family:var(--font-family);font-weight:700}.sr-ride__stat-value{color:#1e293b;font-size:15px;line-height:1.3}.sr-ride__status-badge{border-radius:100px;display:inline-flex;font-size:11px;gap:5px;padding:2px 8px}.sr-ride__status-badge,.sr-ride__status-strip{align-items:center;font-family:var(--font-family);font-weight:700}.sr-ride__status-strip{display:flex;font-size:10px;justify-content:center;letter-spacing:.08em;padding:4px 0;text-transform:uppercase}.sr-ride__status-strip.sr-ride__status-badge--available{background:#fff;border-bottom:1px solid #f0f0f0;color:#059669}.sr-ride__status-strip.sr-ride__status-badge--started{background:#fff;border-bottom:1px solid #f0f0f0;color:#a16207}.sr-ride__status-strip.sr-ride__status-badge--completed{background:#fff;border-bottom:1px solid #f0f0f0;color:#6366f1}.sr-ride__status-badge--available{background:#05966914;border:1px solid #05966933;color:#059669}.sr-ride__status-badge--started{background:#fbbf241a;border:1px solid #fbbf244d;color:#a16207}.sr-ride__status-badge--completed{background:#6366f114;border:1px solid #6366f133;color:#6366f1}.sr-ride__vehicle-icon{color:#ff6b45;flex-shrink:0;height:14px;width:14px}.sr-ride__vehicle-text{color:#64748b;font-family:var(--font-family);font-size:13px;font-weight:600}.sr-ride__map-wrapper{border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 3px #0000000a;margin-bottom:.75rem;overflow:hidden}.sr-ride__map-wrapper .sr__route-map{margin:0}.sr-ride__map-wrapper .sr__route-map__container{border:none;border-radius:0}.sr-ride__action-bar{display:flex;justify-content:center;padding:.75rem 0 0}.sr-ride__action-bar-inner{align-items:center;display:flex;gap:8px;width:100%}.sr-ride__btn{align-items:center;border:1px solid #0000;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex:1 1;font-family:var(--font-family);font-size:14px;font-weight:700;gap:8px;height:46px;justify-content:center;min-width:0;outline:none;padding:0 1rem;transition:transform .1s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap}.sr-ride__btn:active{transform:scale(.97)}.sr-ride__btn svg{height:14px;width:14px}.sr-ride__btn--like{background:#f8f9fa;border:1px solid #e5e7eb;color:#888;flex:0 0 auto;min-width:46px;padding:0}.sr-ride__btn--like.is-liked{background:#ff482014;border-color:#ff482040;color:#ff4820}.sr-ride__btn--book{background:#059669;box-shadow:0 4px 16px #05966933;color:#fff}.sr-ride__btn--book:hover{background:#047857;box-shadow:0 4px 20px #0596694d}.sr-ride__btn--danger{background:#ff482014;border:1px solid #ff482033;color:#ff4820}.sr-ride__btn--danger:hover{background:#ff48201f}.sr-ride__delete-rules{border-radius:8px;color:#666;font-size:clamp(11px,.85rem,13px);line-height:1.6;list-style:disc;margin:.5rem 0 0;padding:.5rem .75rem .5rem 1.75rem}.sr-ride__delete-rules li+li{margin-top:2px}.sr-ride__btn--whatsapp{background:#f8f9fa;border:1px solid #e5e7eb;color:#25d366;flex:0 0 auto;min-width:46px;padding:0}.sr-ride__btn--whatsapp svg{height:20px;width:20px}.sr-ride__btn--whatsapp:hover{background:#f1f3f5}.sr-ride__btn--report{background:#f8f9fa;border:1px solid #e5e7eb;color:#ff4820;flex:0 0 auto;min-width:46px;padding:0}.sr-ride__btn--report:hover{background:#f1f3f5}.sr-ride__btn--primary{background:#ff4820;box-shadow:0 4px 16px #ff482033;color:#fff}.sr-ride__btn--start{background:#059669;box-shadow:0 4px 16px #05966933;color:#fff}.sr-ride__btn--start:hover{background:#047857;box-shadow:0 4px 20px #0478574d}.sr-ride__btn--edit{background:#2563eb;box-shadow:0 4px 16px #2563eb33;color:#fff}.sr-ride__btn--edit:hover{background:#1d4ed8;box-shadow:0 4px 20px #1d4ed84d}.sr-ride__btn--secondary{background:#fff;border:1px solid #e0e0e0;color:#1e293b}.sr-ride__btn--pay{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 16px #6366f133;color:#fff}.sr-ride__passengers{margin-bottom:.75rem;width:100%}.sr-ride__section-title{color:#1e293b;font-family:var(--font-family);font-size:16px;font-weight:800;margin-bottom:.5rem;padding-left:2px}.sr-ride__passenger-avatars{-webkit-overflow-scrolling:touch;display:flex;gap:10px;overflow-x:auto;padding:4px 0;scrollbar-width:none}.sr-ride__passenger-avatars::-webkit-scrollbar{display:none}.sr-ride__passenger-avatar-link{flex-shrink:0}.sr-ride__passenger-avatar-img{border:2px solid #e5e7eb;border-radius:50%;height:48px;object-fit:cover;transition:border-color .15s ease,transform .1s ease;width:48px}.sr-ride__passenger-avatar-img:hover{border-color:#059669;transform:scale(1.08)}.sr-ride__passenger-avatar-link:focus-visible .sr-ride__passenger-avatar-img{border-color:#059669;outline:2px solid #059669;outline-offset:2px;transform:scale(1.08)}.sr-ride__confirmation{background:#fffbeb;border:1px solid #fbbf24;border-radius:14px;margin-bottom:.75rem;padding:16px;width:100%}.sr-ride__confirmation-text{color:#64748b;font-family:var(--font-family);font-size:14px;margin-bottom:.75rem}.sr-ride__confirmation-actions{display:flex;gap:8px}.sr-ride__confirmation-badge{align-items:center;border-radius:10px;display:flex;font-family:var(--font-family);font-size:14px;font-weight:600;gap:8px;margin-bottom:.75rem;padding:10px 16px;width:100%}.sr-ride__confirmation-badge--confirmed{background:#d1fae5;border:1px solid #a7f3d0;color:#059669}.sr-ride__confirmation-badge--disputed{background:#fee2e2;border:1px solid #fecaca;color:#dc2626}.sr-ride__availed-section{margin-bottom:.75rem;width:100%}.sr-ride__availed-title{color:#1e293b;font-family:var(--font-family);font-size:16px;font-weight:800;margin-bottom:.5rem;padding-left:2px}.sr-ride__availed-list{display:flex;flex-direction:column;gap:8px}.sr-ride__availed-row{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;display:flex;justify-content:space-between;padding:8px 12px}.sr-ride__availed-user{align-items:center;color:#1e293b;display:flex;gap:10px;text-decoration:none}.sr-ride__availed-avatar{border:2px solid #e5e7eb;border-radius:50%;height:36px;object-fit:cover;width:36px}.sr-ride__availed-name{font-family:var(--font-family);font-size:14px;font-weight:600}.sr-ride__availed-toggle{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-family:var(--font-family);font-size:13px;font-weight:600;gap:6px;padding:6px 12px;transition:background .15s ease,color .15s ease}.sr-ride__availed-toggle--yes{background:#d1fae5;color:#059669}.sr-ride__availed-toggle--yes:hover{background:#a7f3d0}.sr-ride__availed-toggle--no{background:#fee2e2;color:#dc2626}.sr-ride__availed-toggle--no:hover{background:#fecaca}.sr-ride__availed-toggle:focus-visible{outline:2px solid #1e293b;outline-offset:2px}.sr-ride__availed-toggle--yes:focus-visible{outline-color:#059669}.sr-ride__availed-toggle--no:focus-visible{outline-color:#dc2626}.sr-ride__availed-row--expanded{align-items:stretch;flex-direction:column;gap:8px}.sr-ride__availed-row-top{align-items:center;display:flex;justify-content:space-between}.sr-ride__availed-review{display:flex;flex-direction:column;gap:6px}.sr-ride__availed-reviewed{color:#059669;font-family:var(--font-family);font-size:13px;font-weight:600;padding:4px 0}.sr-ride__textarea--small{font-size:13px;min-height:40px;padding:8px 10px}.sr-ride__submit-btn--small{align-self:flex-start;font-size:13px;padding:6px 14px}.sr-ride__review{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 3px #0000000a;margin-bottom:.75rem;padding:16px;width:100%}.sr-ride__review .sr-ride__section-title{margin-bottom:.75rem;padding-left:0}.sr-ride__review-stars{display:flex;gap:4px;margin-bottom:.75rem}.sr-ride__review-star{cursor:pointer;font-size:26px;transition:transform .1s ease}.sr-ride__review-star:hover{transform:scale(1.15)}.sr-ride__review-star--filled{color:#f59e0b}.sr-ride__review-star--empty{color:#e5e7eb}.sr-ride__textarea{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;color:#1e293b;font-family:var(--font-family);font-size:14px;line-height:1.5;margin-bottom:.75rem;min-height:72px;outline:none;padding:12px 14px;resize:vertical;transition:border-color .15s ease,background .15s ease;width:100%}.sr-ride__textarea::placeholder{color:#9ca3af}.sr-ride__textarea:focus{background:#fff;border-color:#059669}.sr-ride__submit-btn{background:#059669;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:14px;font-weight:700;min-height:44px;padding:0 1.25rem;transition:transform .1s ease,background .15s ease;width:100%}.sr-ride__submit-btn:active{transform:scale(.97)}.sr-ride__submit-btn:hover{background:#047857}.sr-ride__report-form{animation:sr-ride-slideIn .2s ease;display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}@keyframes sr-ride-slideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.sr-ride__select{appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;border:1px solid #e5e7eb;border-radius:10px;color:#1e293b;cursor:pointer;font-family:var(--font-family);font-size:14px;font-weight:600;min-height:44px;outline:none;padding:10px 36px 10px 14px;width:100%}.sr-ride__select option{background:#fff;color:#1e293b}@media screen and (max-width:490px){.sr-ride__top{border-radius:0 0 22px 22px;padding:3.25rem 1rem .75rem}.sr-ride__body{padding:.75rem 1rem 1rem}.sr-ride__route-row{gap:6px;padding:14px}.sr-ride__route-city{font-size:16px}.sr-ride__route-via{padding:0 14px 4px}.sr-ride__stat-value{font-size:13px}.sr-ride__stat-label{font-size:10px}.sr-ride__stat{padding:12px 8px}.sr-ride__btn{font-size:13px;min-height:44px}}.star-filled{color:#f59e0b}.star-empty{color:#e5e7eb}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.sr__route-map{margin:1rem 0;width:100%}.sr__route-map__container{border:1px solid #e5e7eb;border-radius:8px;height:260px;width:100%;z-index:1}@media screen and (max-width:650px){.sr__route-map__container{height:200px}}.sr__chat{animation:sr__chat-fadeIn .35s ease;background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;margin-bottom:.75rem;overflow:hidden;width:100%}@keyframes sr__chat-fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sr__chat__header{align-items:center;background:linear-gradient(135deg,#f0fdf4,#ecfdf5,#f0fdfa);border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:10px;padding:14px 16px;position:relative;transition:background .2s ease;-webkit-user-select:none;user-select:none}.sr__chat__header:before{background:linear-gradient(90deg,#059669,#10b981,#34d399);border-radius:3px 3px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.sr__chat__header:hover{background:linear-gradient(135deg,#e8faf0,#e0f8ec,#e8faf5)}.sr__chat__header-icon{align-items:center;background:#0596691a;border:1px solid #05966926;border-radius:8px;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.sr__chat__header-icon svg{color:#059669;height:14px;width:14px}.sr__chat__header h3{color:#1a2538;flex:1 1;font-size:15px;margin:0}.sr__chat__header h3,.sr__chat__header-badge{font-family:var(--font-family);font-weight:700}.sr__chat__header-badge{align-items:center;background:#059669;border-radius:100px;color:#fff;display:inline-flex;font-size:11px;height:22px;justify-content:center;min-width:22px;padding:0 6px}.sr__chat__header-toggle{align-items:center;color:#999;display:flex;flex-shrink:0;height:24px;justify-content:center;transition:transform .25s ease;width:24px}.sr__chat__header-toggle svg{height:12px;width:12px}.sr__chat--collapsed .sr__chat__header-toggle{transform:rotate(180deg)}.sr__chat--collapsed .sr__chat__header{border-bottom:none}.sr__chat__body{display:flex;flex-direction:column;max-height:500px;opacity:1;overflow:hidden;transition:max-height .3s ease,opacity .25s ease}.sr__chat--collapsed .sr__chat__body{max-height:0;opacity:0}.sr__chat__messages{background:#fafbfc;display:flex;flex:1 1;flex-direction:column;gap:6px;max-height:220px;min-height:150px;overflow-y:auto;padding:16px}.sr__chat__messages::-webkit-scrollbar{width:5px}.sr__chat__messages::-webkit-scrollbar-track{background:#0000}.sr__chat__messages::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.sr__chat__messages::-webkit-scrollbar-thumb:hover{background:#ccc}.sr__chat__empty{color:#999;font-family:var(--font-family);font-size:13px;line-height:1.5;padding:2.5rem 1rem;text-align:center}.sr__chat__empty-icon{display:block;font-size:28px;margin-bottom:8px;opacity:.4}.sr__chat__msg{animation:sr__chat-msgIn .2s ease;display:flex;gap:8px;max-width:82%}@keyframes sr__chat-msgIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.sr__chat__msg--own{align-self:flex-end;flex-direction:row-reverse}.sr__chat__msg--other{align-self:flex-start}.sr__chat__msg__avatar{border:1px solid #e8e8e8;border-radius:50%;flex-shrink:0;height:28px;object-fit:cover;width:28px}.sr__chat__msg__bubble{border-radius:12px;font-family:var(--font-family);font-size:12.5px;line-height:1.4;padding:6px 10px;word-break:break-word}.sr__chat__msg--own .sr__chat__msg__bubble{background:#059669;border-bottom-right-radius:4px;color:#fff}.sr__chat__msg--other .sr__chat__msg__bubble{background:#f0f1f3;border-bottom-left-radius:4px;color:#1a2538}.sr__chat__msg__name{color:#888;font-weight:600;margin-bottom:2px}.sr__chat__msg__name,.sr__chat__msg__time{font-family:var(--font-family);font-size:10px;padding-left:2px}.sr__chat__msg__time{align-items:center;display:flex;gap:2px;margin-top:3px}.sr__chat__msg--own .sr__chat__msg__time{color:#999;justify-content:flex-end;padding-left:0;padding-right:2px}.sr__chat__msg--other .sr__chat__msg__time{color:#aaa}.sr__chat__msg__checks{color:#ccc;font-size:11px;letter-spacing:-2px;margin-left:3px}.sr__chat__msg__checks--read{color:#059669}.sr__chat__input{background:#fff;border-top:1px solid #f0f0f0;display:flex;gap:8px;padding:12px 16px}.sr__chat__input input{background:#f5f6f8;border:1px solid #e8e8e8;border-radius:22px;color:#1a2538;flex:1 1;font-family:var(--font-family);font-size:14px;min-height:42px;outline:none;padding:0 16px;transition:border-color .15s ease,background .15s ease}.sr__chat__input input::placeholder{color:#aaa}.sr__chat__input input:focus{background:#fff;border-color:#059669}.sr__chat__input button{align-items:center;background:#059669;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:15px;height:42px;justify-content:center;transition:background .15s ease,transform .1s ease;width:42px}.sr__chat__input button:hover:not(:disabled){background:#047857}.sr__chat__input button:active:not(:disabled){transform:scale(.93)}.sr__chat__input button:disabled{background:#ccc;cursor:not-allowed;opacity:.35}@media screen and (max-width:490px){.sr__chat__messages{max-height:180px;padding:12px 12px calc(12px + env(safe-area-inset-bottom, 0px))}.sr__chat__input{padding:10px 12px}.sr__chat__input input{font-size:13px;min-height:40px;padding:0 14px}.sr__chat__input button{height:40px;width:40px}.sr__chat__header{padding:12px 14px}}.sr-payment{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-payment__top{background:var(--page-bg);border-radius:0 0 28px 28px;padding:4.5rem 1.5rem 2rem;text-align:center;width:100%}.sr-payment__title{color:#fff;font-family:var(--font-family);font-size:36px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}.sr-payment__subtitle{color:var(--color-text);font-family:var(--font-family);font-size:14px;font-weight:500;margin-top:6px;opacity:.5}.sr-payment__body{max-width:500px;padding:1.5rem 1.5rem 6rem;width:100%}.sr-payment__summary{background:#fff;border:1px solid #e8e8e8;border-radius:14px;box-shadow:0 1px 3px #0000000a;margin-bottom:1.5rem;padding:1.25rem}.sr-payment__summary p{color:#555;font-family:var(--font-family);font-size:15px;margin:.4rem 0}.sr-payment__summary p strong{color:#1a1a2e}.sr-payment__methods{margin-bottom:1.5rem}.sr-payment__methods h3{color:#1a1a2e;font-family:var(--font-family);font-size:16px;font-weight:700;margin-bottom:.75rem}.sr-payment__method{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:10px;color:#555;cursor:pointer;display:flex;font-family:var(--font-family);gap:.5rem;margin-bottom:.5rem;padding:.75rem 1rem;transition:border-color .2s,background .2s}.sr-payment__method:hover{border-color:#22304c}.sr-payment__method--active{background:#22304c0a;border-color:#22304c;color:#1a1a2e;font-weight:600}.sr-payment__method input[type=radio]{accent-color:#22304c}.sr-payment__btn{background:#22304c;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:16px;font-weight:700;min-height:50px;padding:0 1.5rem;transition:background .15s ease;width:100%}.sr-payment__btn:hover{background:#1a2538}.sr-payment__btn:disabled{cursor:not-allowed;opacity:.5}.sr-payment__link{align-items:center;background:#22304c;border-radius:10px;color:#fff;display:inline-flex;font-family:var(--font-family);font-weight:700;justify-content:center;min-height:50px;padding:0 2rem;text-decoration:none;transition:background .15s ease}.sr-payment__link:hover{background:#1a2538}.sr__stripe-form{width:100%}.sr-payment__badge{border-radius:4px;display:inline-block;font-family:var(--font-family);font-size:.75rem;font-weight:700;margin-left:.5rem;padding:.15rem .5rem}.sr-payment__badge--paid{background:#48c78e1a;border:1px solid #07a85d4d;color:#07a85d}.sr-payment__badge--pending{background:#ffb74d1a;border:1px solid #e6a23c4d;color:#e6a23c}.sr-payment__badge--unpaid{background:#f5f5f5;border:1px solid #e0e0e0;color:#888}@media screen and (max-width:650px){.sr-payment__title{font-size:28px}.sr-payment__body{padding:1.25rem 1rem 5rem}.sr-payment__summary{padding:1rem}.sr-payment__method{min-height:48px;padding:.75rem}.sr-payment__btn,.sr-payment__link{font-size:15px;min-height:48px}}@media screen and (max-width:490px){.sr-payment__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.5rem}.sr-payment__title{font-size:24px}.sr-payment__summary p{font-size:14px}.sr-payment__methods h3{font-size:15px}}.driver-active *,.driver-active .driver-overlay{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;background-color:#fff;border-radius:5px;box-shadow:0 1px 10px #0006;box-sizing:border-box;color:#2d2d2d;margin:0;max-width:300px;min-width:250px;padding:15px;position:fixed;right:0;top:0;z-index:1000000000}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.driver-popover-title{zoom:1;display:block;font:19px/normal sans-serif;font-weight:700;line-height:1.5;margin:0;position:relative}.driver-popover-close-btn{all:unset;color:#d2d2d2;cursor:pointer;font-size:18px;font-weight:500;height:28px;position:absolute;right:0;text-align:center;top:0;transition:color;transition-duration:.2s;width:32px;z-index:1}.driver-popover-close-btn:focus,.driver-popover-close-btn:hover{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;font:14px/normal sans-serif;font-weight:400;line-height:1.5;margin-bottom:0}.driver-popover-footer{zoom:1;align-items:center;display:flex;justify-content:space-between;margin-top:15px;text-align:right}.driver-popover-progress-text{zoom:1;color:#727272;font-size:13px;font-weight:400}.driver-popover-footer button{zoom:1;all:unset;background-color:#fff;border:1px solid #ccc;border-radius:3px;box-sizing:border-box;color:#2d2d2d;cursor:pointer;display:inline-block;font:12px/normal sans-serif;line-height:1.3;outline:0;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:focus,.driver-popover-footer button:hover{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{border:5px solid #fff;content:"";position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-bottom-color:#0000;border-right-color:#0000;border-top-color:#0000;left:100%}.driver-popover-arrow-side-right{border-bottom-color:#0000;border-left-color:#0000;border-top-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-left-color:#0000;border-right-color:#0000;border-top-color:#0000;bottom:100%}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start,.driver-popover-arrow-side-top.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end,.driver-popover-arrow-side-top.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{margin-top:-5px;top:50%}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center,.driver-popover-arrow-side-top.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.driver-popover{background:#e2e3e8!important;border:1px solid #c8cbd2!important;border-radius:14px!important;box-shadow:0 8px 32px #0000002e,0 2px 8px #0000001a!important;max-width:360px!important;padding:22px 24px 18px!important}.driver-popover,.driver-popover *{font-family:"Manrope",var(--font-family),sans-serif!important}.driver-popover-close-btn{align-items:center!important;background:#0000!important;border:1px solid #e2e5ea!important;border-radius:8px!important;color:#999!important;display:flex!important;font-size:.95rem!important;font-weight:400!important;height:28px!important;justify-content:center!important;line-height:1!important;padding:0!important;transition:background .15s ease,color .15s ease!important;width:28px!important}.driver-popover-close-btn:hover{background:#f5f5f5!important;color:#333!important;opacity:1!important}.driver-popover-title{color:#111827!important;font-size:1.1rem!important;font-weight:800!important;letter-spacing:-.02em!important;line-height:1.3!important;margin-bottom:6px!important}.driver-popover-description{color:#5a6577!important;font-size:.9rem!important;font-weight:400!important;letter-spacing:.005em!important;line-height:1.6!important}.driver-popover-footer{border-top:1px solid #dddfe3!important;margin-top:16px!important;padding-top:14px!important}.driver-popover-progress-text{color:#b0b8c4!important;font-size:.75rem!important;font-weight:600!important;letter-spacing:.03em!important}.driver-popover-navigation-btns{gap:8px!important}.driver-popover-next-btn{background:#111827!important;border:none!important;border-radius:10px!important;box-shadow:0 2px 8px #00000026!important;color:#fff!important;font-size:.825rem!important;font-weight:700!important;letter-spacing:.01em!important;padding:9px 22px!important;transition:transform .15s ease,box-shadow .15s ease,background .15s ease!important}.driver-popover-next-btn:hover{background:#1f2937!important;box-shadow:0 4px 14px #0003!important;opacity:1!important;transform:translateY(-1px)!important}.driver-popover-prev-btn{background:#e4e5e9!important;border:1px solid #d1d5db!important;border-radius:10px!important;color:#374151!important;font-size:.825rem!important;font-weight:600!important;padding:9px 20px!important;transition:background .15s ease,border-color .15s ease!important}.driver-popover-prev-btn:hover{background:#d8d9dd!important;border-color:#9ca3af!important}.driver-popover-arrow,.driver-popover-arrow-side-bottom,.driver-popover-arrow-side-left,.driver-popover-arrow-side-right,.driver-popover-arrow-side-top{border:none!important}.driver-popover-arrow-side-bottom .driver-popover-arrow,.driver-popover-arrow-side-left .driver-popover-arrow,.driver-popover-arrow-side-right .driver-popover-arrow,.driver-popover-arrow-side-top .driver-popover-arrow{background:#e2e3e8!important}.driver-overlay{background:#000!important;opacity:.45!important}.driver-active-element{border-radius:12px!important;box-shadow:0 0 0 4px #ae67fa80,0 0 24px 4px #ae67fa33!important}.sr-tour-btn{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#1a2538d9;border:1px solid #ffffff1f;border-radius:50%;bottom:90px;box-shadow:0 4px 20px #0000004d;color:#e2e8f0;cursor:pointer;display:flex;font-family:var(--font-family);font-size:1.125rem;font-weight:700;height:42px;justify-content:center;position:fixed;right:20px;transition:transform .15s ease,background .15s ease;width:42px;z-index:150}.sr-tour-btn:hover{background:#1a2538f2;transform:scale(1.1)}.sr-tour-btn:active{transform:scale(.95)}@media (max-width:700px){.sr-tour-btn{bottom:80px;font-size:1rem;height:38px;right:16px;width:38px}}.field__content{display:flex;flex:1 1;flex-direction:column;flex-wrap:wrap;width:250px}.field__content-div{align-items:center;border-bottom:.1rem solid #ffffff5e;border-radius:.25rem;display:flex;flex-direction:row;margin:.5rem 0;padding:.25rem .5rem}.field__content-div h3{color:var(--color-text)}.field__content-div h3,.field__content-div p{font-family:var(--font-family);font-size:18px;font-weight:700;line-height:28px}.field__content-div p{color:#fff;margin-left:.5rem;text-transform:capitalize}@media screen and (max-width:650px){.field__content-div h3,.field__content-div p{font-size:16px;line-height:24px}}@media screen and (max-width:490px){.field__content{flex-direction:column;width:100%}.field__content h3,.field__content p{font-size:14px;line-height:24px}}.sr-admin{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-admin__top{background:var(--page-bg);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 1.5rem;position:sticky;top:0;width:100%;z-index:5}.sr-admin__top-content{max-width:560px;width:100%}.sr-admin__title{color:#fff;font-size:26px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}.sr-admin__subtitle,.sr-admin__title{font-family:var(--font-family);text-align:center}.sr-admin__subtitle{color:#ffffff80;font-size:13px;font-weight:500;margin-top:4px}.sr-admin__search{margin-top:1rem;position:relative}.sr-admin__search-icon{color:#ffffff59;font-size:13px;left:14px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.sr-admin__search-input{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;color:#fff;font-family:var(--font-family);font-size:16px;font-weight:500;outline:none;padding:11px 14px 11px 38px;transition:border-color .15s ease,background .15s ease;width:100%}.sr-admin__search-input::placeholder{color:#ffffff4d}.sr-admin__search-input:focus{background:#ffffff1a;border-color:#ffffff40}.sr-admin__sort-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.sr-admin__sort-label{color:#888;font-family:var(--font-family);font-size:13px;font-weight:600}.sr-admin__sort-clear{background:none;border:none;color:#ff4820;font-size:12px;font-weight:700;margin-left:4px;padding:0}.sr-admin__sort-clear,.sr-admin__sort-select{cursor:pointer;font-family:var(--font-family)}.sr-admin__sort-select{background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#333;font-size:16px;font-weight:600;outline:none;padding:6px 10px}.sr-admin__chips{-ms-overflow-style:none;display:flex;gap:8px;margin-bottom:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.sr-admin__chips::-webkit-scrollbar{display:none}.sr-admin__chip{background:#fff;border:1px solid #e0e0e0;border-radius:20px;color:#666;cursor:pointer;flex-shrink:0;font-family:var(--font-family);font-size:13px;font-weight:600;padding:7px 16px;transition:all .15s ease;white-space:nowrap}.sr-admin__chip:hover{background:#f5f5f5;border-color:#ccc;color:#333}.sr-admin__chip--active{background:#ff4820;border-color:#ff4820;color:#fff}.sr-admin__chip--active:hover{background:#e63e18;color:#fff}.sr-admin__body{display:flex;flex-direction:column;max-width:560px;padding:1.25rem 1.5rem 6rem;width:100%}.sr-admin__error{background:#e53e3e0f;border:1px solid #e53e3e1f;border-radius:12px;color:#e53e3e;font-family:var(--font-family);font-size:14px;font-weight:600;margin-bottom:10px;padding:12px 16px;text-align:center}.sr-admin__list{display:flex;flex-direction:column;gap:10px}.sr-admin__card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 1px 3px #0000000a;padding:16px;transition:border-color .15s ease,box-shadow .15s ease,opacity .2s ease}.sr-admin__card:hover{border-color:#d0d0d0;box-shadow:0 2px 8px #00000014}.sr-admin__card--banned{background:#fffbfb;border-color:#e53e3e33}.sr-admin__card--deleting{opacity:.5;pointer-events:none}.sr-admin__card-header,.sr-admin__card-user{align-items:center;display:flex;gap:12px}.sr-admin__card-user{cursor:pointer;flex:1 1;min-width:0;text-decoration:none}.sr-admin__card-user:hover .sr-admin__card-name{color:#ff4820}.sr-admin__avatar{align-items:center;color:#fff;display:flex;font-family:var(--font-family);font-size:15px;font-weight:800;justify-content:center;letter-spacing:.02em}.sr-admin__avatar,.sr-admin__avatar-img{border-radius:50%;flex-shrink:0;height:42px;width:42px}.sr-admin__avatar-img{background:#f0f0f0;border:2px solid #e8e8e8;object-fit:cover}.sr-admin__card-details{display:flex;flex:1 1;flex-direction:column;gap:1px;min-width:0}.sr-admin__card-name{color:#1a1a2e;font-size:15px;font-weight:700;text-transform:capitalize}.sr-admin__card-email,.sr-admin__card-name{font-family:var(--font-family);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-admin__card-email{color:#999;font-size:12px;font-weight:500}.sr-admin__card-badges{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:4px}.sr-admin__badge{align-items:center;border-radius:100px;display:inline-flex;font-family:var(--font-family);font-size:11px;font-weight:700;gap:4px;letter-spacing:.02em;padding:3px 9px}.sr-admin__badge svg{font-size:10px}.sr-admin__badge--approved{background:#22c55e1a;border:1px solid #22c55e33;color:#16a34a}.sr-admin__badge--pending{background:#f59e0b1a;border:1px solid #f59e0b33;color:#d97706}.sr-admin__badge--banned{background:#e53e3e1a;border:1px solid #e53e3e33;color:#dc2626}.sr-admin__card-actions{border-top:1px solid #f0f0f0;display:flex;gap:8px;margin-top:12px;padding-top:12px}.sr-admin__btn{align-items:center;border:1px solid #0000;border-radius:10px;cursor:pointer;display:flex;flex:1 1;font-family:var(--font-family);font-size:13px;font-weight:600;gap:6px;justify-content:center;min-height:36px;padding:0 10px;transition:all .15s ease}.sr-admin__btn:active{transform:scale(.97)}.sr-admin__btn--approve,.sr-admin__btn--ban,.sr-admin__btn--unban{background:#fff;border-color:#e0e0e0;color:#1a2538}.sr-admin__btn--approve:hover,.sr-admin__btn--ban:hover,.sr-admin__btn--unban:hover{background:#f0f0f0}.sr-admin__btn--delete{background:#e53e3e0f;border-color:#e53e3e26;color:#e53e3e}.sr-admin__btn--delete:hover{background:#e53e3e1f}.sr-admin__empty{align-items:center;display:flex;flex-direction:column;gap:8px;padding:3rem 1rem;text-align:center}.sr-admin__empty-text{color:#999;font-family:var(--font-family);font-size:15px;font-weight:600}.sr-admin__modal-overlay{background:#00000080;inset:0;position:fixed;z-index:200}.sr-admin__modal{align-items:center;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;gap:8px;left:50%;max-width:360px;padding:1.5rem;position:fixed;top:50%;transform:translate(-50%,-50%);width:calc(100% - 2rem);z-index:201}.sr-admin__modal-icon{align-items:center;background:#e53e3e14;border-radius:50%;color:#e53e3e;display:flex;font-size:20px;height:48px;justify-content:center;margin-bottom:4px;width:48px}.sr-admin__modal-icon--approve,.sr-admin__modal-icon--ban{background:#ff482014;color:#ff4820}.sr-admin__modal-title{color:#1a2538;font-family:var(--font-family);font-size:18px;font-weight:800;margin:0}.sr-admin__modal-text{color:#888;font-family:var(--font-family);font-size:14px;line-height:1.5;margin:0;text-align:center}.sr-admin__modal-actions{display:flex;gap:10px;margin-top:8px;width:100%}.sr-admin__modal-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;flex:1 1;font-family:var(--font-family);font-size:15px;font-weight:700;gap:8px;justify-content:center;min-height:48px;padding:0 1.25rem;transition:all .15s ease}.sr-admin__modal-btn:active{transform:scale(.97)}.sr-admin__modal-btn--cancel{background:#f5f5f5;border:1px solid #e0e0e0;color:#666}.sr-admin__modal-btn--cancel:hover{background:#e8e8e8}.sr-admin__modal-btn--confirm{background:#e53e3e;box-shadow:0 4px 16px #e53e3e40;color:#fff}.sr-admin__modal-btn--confirm:hover{background:#dc2626;box-shadow:0 4px 20px #e53e3e59}.sr-admin__modal-btn--approve,.sr-admin__modal-btn--ban{background:#ff4820;box-shadow:0 4px 16px #ff482040;color:#fff}.sr-admin__modal-btn--approve:hover,.sr-admin__modal-btn--ban:hover{background:#e63e18;box-shadow:0 4px 20px #ff482059}@media screen and (max-width:490px){.sr-admin__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.25rem}.sr-admin__body{padding:1rem 1rem 5rem}.sr-admin__title{font-size:22px}.sr-admin__card{padding:14px}.sr-admin__avatar,.sr-admin__avatar-img{height:38px;width:38px}.sr-admin__avatar{font-size:13px}.sr-admin__card-name{font-size:14px}.sr-admin__card-email{font-size:11px}.sr-admin__btn{font-size:12px;gap:4px;min-height:34px;padding:0 8px}.sr-admin__chips{gap:6px}.sr-admin__chip{font-size:11px;padding:6px 12px}}.gpt3__footer{align-items:center;background:var(--color-footer);display:flex;flex-direction:column;justify-content:center;margin-top:auto}.gpt3__footer-heading{margin-bottom:3rem;text-align:center;width:100%}.gpt3__footer-heading h1{font-family:var(--font-family);font-size:62px;font-weight:800;letter-spacing:-.04em;line-height:75px}.gpt3__footer-button{align-items:center;border:1px solid #fff;cursor:pointer;display:flex;justify-content:center;margin-bottom:6rem;padding:1rem;text-align:center}.gpt3__footer-button p{color:#fff;font-family:var(--font-family);font-size:18px;line-height:24px;text-align:center;word-spacing:2px}.gpt3__footer-content{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;text-align:left;width:100%}.gpt3__footer-content div{margin:1rem;width:250px}.gpt3__footer-content__logo{display:flex;flex-direction:column}.gpt3__footer-content__logo img{height:64px;margin-bottom:1rem}.gpt3__footer-content__logo p{color:#fff;font-family:var(--font-family);font-size:12px;line-height:15px}.gpt3__footer-content__div{display:flex;flex-direction:column;justify-content:flex-start}.gpt3__footer-content__div h4{font-weight:700;margin-bottom:1.5rem}.gpt3__footer-content__div h4,.gpt3__footer-content__div p{color:#fff;font-family:var(--font-family);font-size:14px;line-height:16px}.gpt3__footer-content__div p{margin-bottom:.75rem;padding:.5rem 0;text-align:left}.gpt3__footer-content__div a:hover{border-left:.3rem solid #fff;padding-left:.5rem}.gpt3__footer-copyright{margin-top:2rem;text-align:center;width:100%}.gpt3__footer-copyright p{color:#fff;font-family:var(--font-family);font-size:12px;line-height:16px}@media screen and (max-width:850px){.gpt3__footer-heading h1{font-size:44px;line-height:50px}.gpt3__footer-content__logo img{height:56px}.gpt3__footer-content{align-items:center;flex-direction:column;text-align:center}.gpt3__footer-content div{margin:.5rem 0;width:100%}.gpt3__footer-content__div h4{margin-bottom:.5rem}.gpt3__footer-content__div p{margin-bottom:.25rem;padding:.2rem 0;text-align:center}.gpt3__footer-content__div a:hover{border-left:none;padding-left:0}.gpt3__footer-copyright{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:1rem}}@media screen and (max-width:550px){.gpt3__footer-heading h1{font-size:34px;line-height:42px}.gpt3__footer-content div{margin:.25rem 0}.gpt3__footer-content__logo{margin-bottom:.25rem}.gpt3__footer-content__logo img{height:36px;margin-bottom:.5rem}.gpt3__footer-button p{font-size:14px;line-height:20px}.gpt3__footer-content__div h4{font-size:13px;margin-bottom:.25rem}.gpt3__footer-content__div p{font-size:13px;margin-bottom:.15rem;padding:.15rem 0}.gpt3__footer-copyright{margin-top:.5rem}.gpt3__footer{padding-bottom:1rem}}@media screen and (max-width:400px){.gpt3__footer-heading h1{font-size:27px;line-height:38px}}.sr-header{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-header__top{background:var(--page-bg);border-radius:0 0 28px 28px;padding:4.5rem 2rem 2.5rem;position:sticky;text-align:center;top:0;width:100%;z-index:5}.sr-header__title{color:#fff;font-family:var(--font-family);font-size:42px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 auto;max-width:700px}.sr-header__subtitle{color:var(--color-text);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:1.6;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:560px;opacity:.6}.sr-header__body{align-items:center;display:flex;flex-direction:column;max-width:700px;padding:2rem 1.5rem 6rem;width:100%}.sr-header__cta{margin-bottom:2rem}.sr-header__btn{background:#22304c;border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:700;min-height:50px;padding:0 2.5rem;transition:background .15s ease}.sr-header__btn:hover{background:#1a2538}.sr-header__people{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.sr-header__people img{height:auto;width:140px}.sr-header__people p{color:#888;font-family:var(--font-family);font-size:13px;font-weight:500}.sr-header__image{width:100%}.sr-header__image img{border-radius:16px;object-fit:cover;width:100%}@media screen and (max-width:650px){.sr-header__top{padding:4rem 1.5rem 2rem}.sr-header__title{font-size:30px}.sr-header__subtitle{font-size:14px}.sr-header__people{flex-direction:column;gap:.5rem;text-align:center}.sr-header__btn{border-radius:10px;font-size:16px;min-height:48px;padding:0 2rem}}@media screen and (max-width:490px){.sr-header__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.5rem}.sr-header__body{padding:1.5rem 1rem 5rem}.sr-header__title{font-size:26px}.sr-header__subtitle{font-size:13px}.sr-header__image img{border-radius:12px}}.sr-feed{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-feed__top{background:var(--page-bg);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 1.5rem;position:sticky;top:0;width:100%;z-index:5}.sr-feed__body,.sr-feed__top-content{max-width:560px;width:100%}.sr-feed__body{display:flex;flex-direction:column;padding:1.25rem 1.5rem 6rem}.sr-feed__header{margin-bottom:1rem;text-align:center}.sr-feed__title{color:#fff;font-family:var(--font-family);font-size:26px;font-weight:800;letter-spacing:-.02em;line-height:1.2}.sr-feed__subtitle{color:var(--color-text);font-family:var(--font-family);font-size:13px;font-weight:500;margin-top:4px;opacity:.6}.sr-feed__search{margin-bottom:10px;position:relative}.sr-feed__search-bar{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;display:flex;gap:8px;padding:10px 14px;transition:border-color .15s ease,box-shadow .15s ease}.sr-feed__search-bar:focus-within{border-color:#ff4820;box-shadow:0 0 0 3px #ff482014}.sr-feed__search-icon{color:#999;flex-shrink:0}.sr-feed__search-bar:focus-within .sr-feed__search-icon{color:#ff4820}.sr-feed__search-input{background:#0000;border:none;color:#333;flex:1 1;font-family:var(--font-family);font-size:16px;font-weight:500;outline:none}.sr-feed__search-input::placeholder{color:#aaa;font-weight:500}.sr-feed__search-dropdown{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 8px 24px #0000001a;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:20}.sr-feed__search-item{background:#0000;border:none;color:#333;cursor:pointer;display:block;font-family:var(--font-family);font-size:14px;font-weight:500;padding:10px 14px;text-align:left;transition:background .1s ease;width:100%}.sr-feed__search-item:first-child{border-radius:12px 12px 0 0}.sr-feed__search-item:last-child{border-radius:0 0 12px 12px}.sr-feed__search-item:only-child{border-radius:12px}.sr-feed__search-item:hover{background:#f5f5f5}.sr-feed__search-match{color:#ff4820;font-weight:700}.sr-feed__chips{-ms-overflow-style:none;display:flex;gap:8px;margin-bottom:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.sr-feed__chips::-webkit-scrollbar{display:none}.sr-feed__chip{background:#fff;border:1px solid #e0e0e0;border-radius:20px;color:#666;cursor:pointer;flex-shrink:0;font-family:var(--font-family);font-size:13px;font-weight:600;padding:7px 16px;transition:all .15s ease;white-space:nowrap}.sr-feed__chip:hover{background:#f5f5f5;border-color:#ccc;color:#333}.sr-feed__chip--active{background:#ff4820;border-color:#ff4820;color:#fff}.sr-feed__chip--active:hover{background:#e63e18;color:#fff}.sr-feed__chip--extra{align-items:center;display:inline-flex;gap:6px}.sr-feed__chip-close{font-size:16px;font-weight:400;line-height:1;opacity:.8}.sr-feed__sort-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.sr-feed__sort-label{color:#888;font-family:var(--font-family);font-size:13px;font-weight:600}.sr-feed__sort-clear{background:none;border:none;color:#ff4820;font-weight:700;margin-left:4px;padding:0}.sr-feed__sort-clear,.sr-feed__sort-select{cursor:pointer;font-family:var(--font-family);font-size:12px}.sr-feed__sort-select{background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#333;font-weight:600;outline:none;padding:6px 10px}.sr-feed__rides{display:flex;flex-direction:column;gap:10px}.sr-feed__error{background:#ff48200f;border:1px solid #ff48201f;border-radius:12px;color:#ff4820;font-family:var(--font-family);font-size:14px;font-weight:600;padding:12px 16px;text-align:center}.sr-feed__empty{align-items:center;display:flex;flex-direction:column;gap:12px;padding:3rem 1rem;text-align:center}.sr-feed__empty-text{color:#666;font-family:var(--font-family);font-size:15px}.sr-feed__empty-btn{align-items:center;background:#ff4820;border-radius:10px;color:#fff;display:inline-flex;font-family:var(--font-family);font-size:14px;font-weight:700;gap:8px;padding:10px 20px;text-decoration:none;transition:background .15s ease}.sr-feed__empty-btn:hover{background:#e63e18}.sr-feed__card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 1px 4px #1a25380f;display:flex;flex-direction:column;overflow:hidden;position:relative;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.sr-feed__card-inner{align-items:flex-start;display:flex;gap:14px;min-height:76px;padding:14px 18px 14px 22px}.sr-feed__card:hover{box-shadow:0 8px 28px #1a25381f;transform:translateY(-2px)}.sr-feed__card:active{transform:translateY(0) scale(.985)}.sr-feed__card-dots{align-items:center;align-self:stretch;display:flex;flex-direction:column;gap:0;padding:2px 0}.sr-feed__card-dot{border-radius:50%;flex-shrink:0}.sr-feed__card-dot--from{background:#fff;border:2.5px solid #1a2538;box-shadow:none;height:10px;width:10px}.sr-feed__card-dot--to{background:#8b9bb5;box-shadow:none;height:8px;width:8px}.sr-feed__card-connector{background:none;border-left:1.5px dashed #c5cdd8;border-radius:0;flex:1 1;min-height:6px;width:0}.sr-feed__card-route{align-self:stretch;display:flex;flex:1 1;flex-direction:column;min-width:0}.sr-feed__card-cities{display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.sr-feed__card-city{color:#1a2538;font-size:14px;line-height:1.4}.sr-feed__card-city,.sr-feed__card-via{font-family:var(--font-family);font-weight:600;text-transform:capitalize}.sr-feed__card-via{color:#a0aec0;font-size:11px;letter-spacing:.01em;padding:2px 0}.sr-feed__card-via:before{color:#bcc5d1;content:"via ";font-weight:500}.sr-feed__card-user{align-items:center;align-self:center;display:flex;flex-direction:column;flex-shrink:0;gap:5px;text-decoration:none}.sr-feed__card-avatar{background:#f0f3f7;border:none;border-radius:12px;box-shadow:0 1px 4px #1a25381a;height:40px;object-fit:cover;transition:box-shadow .15s ease;width:40px}.sr-feed__card:hover .sr-feed__card-avatar{box-shadow:0 2px 8px #1a253829}.sr-feed__card-avatar-wrap{display:inline-block;position:relative}.sr-feed__card-badge-icon{align-items:center;border:2px solid #fff;border-radius:50%;bottom:-2px;color:#fff;display:flex;font-size:9px;height:16px;justify-content:center;line-height:1;position:absolute;right:-4px;width:16px}.sr-feed__card-badge-icon--trusted{background:#059669}.sr-feed__card-badge-icon--admin{background:#f59e0b}.sr-feed__card-username{color:#6b7a8d;max-width:56px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.sr-feed__card-strip,.sr-feed__card-username{font-family:var(--font-family);font-size:10px;font-weight:700}.sr-feed__card-strip{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:8px;justify-content:center;letter-spacing:.08em;padding:4px 0;text-transform:uppercase}.sr-feed__card-strip--offer{color:#059669}.sr-feed__card-strip--request{color:#8b5cf6}.sr-feed__card-popular{background:#ff482014;border:1px solid #ff482026;border-radius:100px;color:#ff6b45;font-size:9px;font-weight:700;letter-spacing:.04em;padding:1px 6px;text-transform:uppercase}.sr-feed__card-meta{align-items:center;border-top:1px solid #f0f0f0;display:flex;gap:0}.sr-feed__card-meta-item{color:#64748b;flex:1 1;font-family:var(--font-family);font-size:11px;font-weight:600;padding:8px 4px;text-align:center}.sr-feed__card-meta-item:not(:last-child){border-right:1px solid #f0f0f0}.sr-feed__pagination{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:1.25rem}.sr-feed__pagination-btn{background:#fff;border:1px solid #e0e0e0;border-radius:10px;color:#333;cursor:pointer;font-family:var(--font-family);font-size:13px;font-weight:700;min-height:40px;padding:0 1.25rem;transition:background .15s ease}.sr-feed__pagination-btn:hover{background:#f0f0f0}.sr-feed__pagination-btn:disabled{cursor:not-allowed;opacity:.3}.sr-feed__pagination-text{color:#888;font-family:var(--font-family);font-size:13px;font-weight:600}@keyframes sr-feed-pulse{0%,to{opacity:.15}50%{opacity:.35}}.sr-feed__card--skeleton{cursor:default;pointer-events:none}.sr-feed__card--skeleton .sr-feed__card-dots{display:none}.sr-feed__skeleton{animation:sr-feed-pulse 1.2s ease-in-out infinite;background:#d0d0d0;border-radius:6px}.sr-feed__skeleton--city{height:16px;margin-bottom:4px;width:110px}.sr-feed__skeleton--city-short{width:80px}.sr-feed__skeleton--meta{height:12px;width:70px}.sr-feed__skeleton--meta-short{width:50px}.sr-feed__skeleton--avatar{border-radius:50%;height:44px;width:44px}.sr-feed__skeleton--username{height:10px;width:40px}@media screen and (max-width:490px){.sr-feed__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.25rem}.sr-feed__body{padding:1rem 1rem 5rem}.sr-feed__title{font-size:22px}.sr-feed__card-city{font-size:14px}.sr-feed__chips{gap:6px}.sr-feed__chip{font-size:12px;padding:6px 12px}.sr-feed__search-bar{padding:9px 12px}}.sr-feed__pull-indicator{align-items:center;color:#81afdd;display:flex;font-size:.85rem;justify-content:center;overflow:hidden;transition:height .2s ease}.sr-city-picker{flex:1 1;position:relative}.sr-city-picker__trigger{background:#0000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:none;color:#1a2538;cursor:pointer;font-family:var(--font-family);font-size:14px;font-weight:600;min-height:40px;outline:none;padding:0 32px 0 0;text-align:left;width:100%}.sr-city-picker__dropdown{animation:sr-city-picker-fadeIn .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f;left:-16px;min-width:200px;overflow:hidden;position:absolute;right:-4px;top:calc(100% + 6px);z-index:100}@keyframes sr-city-picker-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.sr-city-picker__header{color:#999;font-family:var(--font-family);font-size:11px;font-weight:700;letter-spacing:.08em;padding:12px 16px 6px;text-transform:uppercase}.sr-city-picker__search{align-items:center;background:#f5f5f5;border:1px solid #0000;border-radius:10px;display:flex;gap:8px;margin:4px 10px 2px;padding:0 8px;transition:border-color .15s ease,background .15s ease}.sr-city-picker__search:focus-within{background:#fff;border-color:#d1d5db}.sr-city-picker__search-icon{fill:#999;flex-shrink:0;height:15px;width:15px}.sr-city-picker__search-input{background:#0000;border:none;color:#1a2538;flex:1 1;font-family:var(--font-family);font-size:14px;font-weight:500;outline:none;padding:9px 0}.sr-city-picker__search-input::placeholder{color:#bbb}.sr-city-picker__match{background:#fef08a;border-radius:2px;color:inherit;padding:0 1px}.sr-city-picker__empty{color:#999;font-family:var(--font-family);font-size:13px;padding:16px;text-align:center}.sr-city-picker__list{list-style:none;margin:0;max-height:280px;overflow-y:auto;padding:4px 0}.sr-city-picker__item{align-items:center;color:#1a2538;cursor:pointer;display:flex;font-family:var(--font-family);font-size:14px;font-weight:500;justify-content:space-between;padding:11px 16px;transition:background .1s ease}.sr-city-picker__item:hover{background:#f5f5f5}.sr-city-picker__item--selected{color:#059669;font-weight:600}.sr-city-picker__item--selected:hover{background:#f0fdf4}.sr-city-picker__check{fill:#059669;flex-shrink:0;height:16px;width:16px}.sr-city-picker__overlay{align-items:flex-end;animation:sr-city-picker-overlayIn .2s ease;background:#0006;display:flex;inset:0;position:fixed;z-index:300}@keyframes sr-city-picker-overlayIn{0%{opacity:0}to{opacity:1}}.sr-city-picker__sheet{animation:sr-city-picker-slideUp .3s ease;background:#fff;border-radius:20px 20px 0 0;max-height:70vh;overflow-y:auto;padding-bottom:env(safe-area-inset-bottom,16px);transform:translateY(0);width:100%}@keyframes sr-city-picker-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sr-city-picker__sheet-handle{background:#d1d5db;border-radius:2px;height:4px;margin:10px auto 4px;width:36px}.sr-city-picker__sheet .sr-city-picker__header{padding:12px 20px 6px}.sr-city-picker__sheet .sr-city-picker__search{margin:4px 14px 2px}.sr-city-picker__sheet .sr-city-picker__search-input{font-size:16px;padding:11px 0}.sr-city-picker__sheet .sr-city-picker__item{font-size:16px;padding:14px 20px}.sr-publish{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-publish__top{background:var(--page-bg);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 1.5rem;position:sticky;top:0;width:100%;z-index:5}.sr-publish__body,.sr-publish__top-content{max-width:480px;width:100%}.sr-publish__body{display:flex;flex-direction:column;gap:1rem;padding:1.1rem 1.5rem 6rem}.sr-publish__header{margin-bottom:1.25rem;text-align:center}.sr-publish__title{color:#fff;font-family:var(--font-family);font-size:28px;font-weight:800;letter-spacing:-.02em;line-height:1.2}.sr-publish__subtitle{color:var(--color-text);font-family:var(--font-family);font-size:14px;font-weight:500;margin-top:6px;opacity:.7}.sr-publish__toggle{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;height:48px;overflow:hidden;position:relative;width:100%}.sr-publish__toggle input[type=radio]{display:none}.sr-publish__toggle-label{align-items:center;color:#9ca3af;cursor:pointer;display:flex;flex:1 1;font-family:var(--font-family);font-size:15px;font-weight:700;gap:8px;justify-content:center;transition:color .3s ease;-webkit-user-select:none;user-select:none;z-index:1}.sr-publish__toggle-label--active{color:#fff;font-weight:700}.sr-publish__toggle-label svg{fill:currentColor;height:18px;width:18px}.sr-publish__toggle-slider{background:var(--page-bg);border:none;border-radius:9px;height:calc(100% - 6px);left:3px;position:absolute;top:3px;transition:transform .35s cubic-bezier(.4,0,.2,1);width:calc(50% - 3px)}.sr-publish__toggle-slider--right{transform:translateX(100%)}.sr-publish__form{display:flex;flex-direction:column;gap:0}.sr-publish__section{margin-bottom:.85rem}.sr-publish__section-label{align-items:center;color:#888;display:flex;font-family:var(--font-family);font-size:11px;font-weight:700;gap:8px;letter-spacing:.08em;margin-bottom:8px;padding-left:2px;text-transform:uppercase}.sr-publish__section-label svg{fill:currentColor;height:14px;width:14px}.sr-publish__route-pair{background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;gap:0;overflow:hidden}.sr-publish__route-field{align-items:center;display:flex;gap:12px;padding:4px 4px 4px 16px}.sr-publish__route-field:first-child{border-bottom:1px solid #f0f0f0}.sr-publish__route-dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.sr-publish__route-dot--from{background:#fff;border:2.5px solid #1a2538;box-shadow:none}.sr-publish__route-dot--to{background:#8b9bb5;box-shadow:none;height:8px;width:8px}.sr-publish__field-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 1px 3px #0000000a;overflow:hidden}.sr-publish__field-row{align-items:center;display:flex;gap:12px;padding:4px 4px 4px 16px}.sr-publish__field-row:not(:last-child){border-bottom:1px solid #f0f0f0}.sr-publish__field-icon{fill:#999;flex-shrink:0;height:14px;width:14px}.sr-publish__field-row input,.sr-publish__field-row select{appearance:none;background:#0000;border:none;color:#1a2538;flex:1 1;font-family:var(--font-family);font-size:14px;font-weight:600;min-height:40px;outline:none}.sr-publish__field-row input::placeholder{color:#bbb}.sr-publish__field-row input[type=date],.sr-publish__field-row input[type=datetime-local],.sr-publish__field-row input[type=time]{color-scheme:light}.sr-publish__field-row input[type=number]{-moz-appearance:textfield}.sr-publish__field-row input[type=number]::-webkit-inner-spin-button,.sr-publish__field-row input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sr-publish__inline-pair{display:flex;gap:10px}.sr-publish__inline-pair .sr-publish__field-card{flex:1 1}.sr-publish__vehicle-toggle{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:8px;padding:10px 0 4px;-webkit-user-select:none;user-select:none;width:100%}.sr-publish__vehicle-toggle-text{color:#ff4820;font-family:var(--font-family);font-size:13px;font-weight:600}.sr-publish__vehicle-toggle-chevron{fill:#ff4820;height:14px;transition:transform .2s ease;width:14px}.sr-publish__vehicle-toggle-chevron--open{transform:rotate(180deg)}.sr-publish__vehicle-fields{animation:sr-publish-slideIn .2s ease;margin-top:8px}@keyframes sr-publish-slideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.sr-publish__error{animation:sr-publish-slideIn .2s ease;border-radius:14px;font-family:var(--font-family);font-size:14px;font-weight:600;margin-top:4px;padding:14px 18px;text-align:center}.sr-publish__error--fail{background:#fff5f5;border:1px solid #fecaca;color:#d32f2f}.sr-publish__error--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.sr-publish__submit{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-family:var(--font-family);font-size:15px;font-weight:700;gap:8px;justify-content:center;margin-top:.75rem;min-height:46px;outline:none;padding:0 1.25rem;transition:transform .1s ease,box-shadow .15s ease,background .15s ease;width:100%}.sr-publish__submit:active{transform:scale(.97)}.sr-publish__submit--offer{background:#059669;box-shadow:0 4px 20px #05966940;color:#fff}.sr-publish__submit--offer:hover{background:#047857;box-shadow:0 4px 24px #04785759}.sr-publish__submit--request{background:linear-gradient(135deg,#ae67fa,#7c3aed);box-shadow:0 4px 20px #ae67fa33;color:#fff}.sr-publish__submit--request:hover{box-shadow:0 4px 24px #ae67fa4d}.sr-publish__submit svg{fill:currentColor;height:18px;width:18px}@media screen and (max-width:490px){.sr-publish__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.25rem}.sr-publish__body{padding:1rem 1rem 5rem}.sr-publish__title{font-size:24px}.sr-publish__inline-pair{gap:8px}}.sr-profile{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column;min-height:100dvh}.sr-profile__top{background:var(--page-bg);border-radius:0 0 28px 28px;display:flex;flex-shrink:0;justify-content:center;padding:calc(2.5rem + env(safe-area-inset-top, 0px)) 1.5rem 1.25rem;width:100%;z-index:5}.sr-profile__top-content{align-items:center}.sr-profile__body,.sr-profile__top-content{display:flex;flex-direction:column;max-width:480px;width:100%}.sr-profile__body{flex:1 1;padding:1.5rem 1.5rem 6rem}.sr-profile__hero{align-items:center;display:flex;flex-direction:column;margin-bottom:.25rem;position:relative}.sr-profile__avatar-ring{background:linear-gradient(135deg,#ff4820,#f49867 50%,#ae67fa);border-radius:50%;box-shadow:0 0 30px #ff482026,0 8px 32px #0000004d;height:88px;padding:3px;position:relative;width:88px}.sr-profile__avatar-ring img{background:#1a2538;border:3px solid #1a2538;border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}.sr-profile__avatar-upload{align-items:center;background:#ff4820;border:3px solid #1a2538;border-radius:50%;bottom:2px;box-shadow:0 2px 8px #ff482066;cursor:pointer;display:flex;height:34px;justify-content:center;position:absolute;right:2px;transition:transform .15s ease,background .15s ease;width:34px}.sr-profile__avatar-upload:hover{background:#e63e18;transform:scale(1.1)}.sr-profile__avatar-upload svg{fill:#fff;height:15px;width:15px}.sr-profile__avatar-upload input{display:none}.sr-profile__name{color:#fff;font-size:22px;font-weight:800;letter-spacing:-.01em;line-height:1.2}.sr-profile__bio,.sr-profile__name{font-family:var(--font-family);margin-top:.5rem;text-align:center}.sr-profile__bio{color:#fff9;font-size:14px;font-weight:500;letter-spacing:.01em}.sr-profile__badges{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:.75rem}.sr-profile__badge{align-items:center;border-radius:100px;display:inline-flex;font-family:var(--font-family);font-size:11px;font-weight:700;gap:4px;letter-spacing:.02em;padding:4px 10px}.sr-profile__badge svg{fill:currentColor;height:12px;width:12px}.sr-profile__badge--admin{background:#ff48201f;border:1px solid #ff482033;color:#ff6b45}.sr-profile__badge--trusted{background:#ffb7001f;border:1px solid #ffb70033;color:#fbbf24}.sr-profile__rating{align-items:center;background:#ffd70014;border:1px solid #ffd7001f;border-radius:100px;display:flex;gap:8px;margin-top:.75rem;padding:6px 16px}.sr-profile__rating-heading{color:#aaa;font-family:var(--font-family);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.sr-profile__rating-stars{display:flex;font-size:14px;gap:2px;line-height:1}.sr-profile__rating-star--filled{color:gold}.sr-profile__rating-star--empty{color:#ffd70040}.sr-profile__rating-text{color:#ffd700d9;font-family:var(--font-family);font-size:13px;font-weight:600}.sr-profile__fields-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;margin-top:1.25rem;padding:0 4px;width:100%}.sr-profile__fields-title{color:#1a2538;font-family:var(--font-family);font-size:16px;font-weight:800}.sr-profile__edit-link{align-items:center;background:none;border:none;border-radius:8px;color:#ff4820;cursor:pointer;display:inline-flex;font-family:var(--font-family);font-size:13px;font-weight:700;gap:5px;padding:4px 8px;transition:background .15s ease}.sr-profile__edit-link:hover{background:#ff482014}.sr-profile__edit-link svg{fill:#ff4820;height:13px;width:13px}.sr-profile__fields{background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;gap:2px;margin-top:0;overflow:hidden;width:100%}.sr-profile__field{align-items:center;display:flex;gap:14px;padding:16px 20px;transition:background .15s ease}.sr-profile__field:not(:last-child){border-bottom:1px solid #f0f0f0}.sr-profile__field-row{display:flex}.sr-profile__field-row .sr-profile__field{flex:1 1;min-width:0}.sr-profile__field-row .sr-profile__field--wide{flex:2 1}.sr-profile__field-row .sr-profile__field:first-child{border-right:1px solid #f0f0f0}.sr-profile__field-icon{align-items:center;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:8px;display:flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.sr-profile__field-icon svg{fill:#888;height:14px;width:14px}.sr-profile__field-body{flex:1 1;min-width:0}.sr-profile__field-label{color:#999;font-family:var(--font-family);font-size:11px;font-weight:700;letter-spacing:.06em;margin-bottom:2px;text-transform:uppercase}.sr-profile__field-value{align-items:center;color:#1a2538;display:flex;font-family:var(--font-family);font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.sr-profile__copy-btn{background:none;border:none;cursor:pointer;flex-shrink:0;margin-left:6px;opacity:.4;padding:2px;transition:opacity .15s ease}.sr-profile__copy-btn:hover{opacity:.7}.sr-profile__copy-btn svg{fill:#1a2538;display:block;height:13px;width:13px}.sr-profile__field-value--lowercase{text-transform:lowercase}.sr-profile__field-value--nil{color:#bbb;font-style:italic}.sr-profile__stats{background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 1px 3px #0000000a;display:flex;gap:2px;margin-top:0;overflow:hidden;width:100%}.sr-profile__stat{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:4px;padding:16px 8px}.sr-profile__stat:not(:last-child){border-right:1px solid #f0f0f0}.sr-profile__stat-value{color:#1a2538;font-family:var(--font-family);font-size:22px;font-weight:800;line-height:1}.sr-profile__stat-label{color:#999;font-family:var(--font-family);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.sr-profile__stat--good .sr-profile__stat-label,.sr-profile__stat--good .sr-profile__stat-value{color:#059669}.sr-profile__stat--warning .sr-profile__stat-label,.sr-profile__stat--warning .sr-profile__stat-value{color:#f59e0b}.sr-profile__stat--danger .sr-profile__stat-label,.sr-profile__stat--danger .sr-profile__stat-value{color:#e53e3e}.sr-profile__actions{display:flex;flex-direction:column;gap:10px;margin-top:1.5rem;width:100%}.sr-profile__btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-family:var(--font-family);font-size:15px;font-weight:700;gap:8px;justify-content:center;min-height:48px;outline:none;padding:0 1.25rem;transition:transform .1s ease,box-shadow .15s ease,background .15s ease;width:100%}.sr-profile__btn:active{transform:scale(.97)}.sr-profile__btn--primary{background:#ff4820;box-shadow:0 4px 16px #ff482040;color:#fff}.sr-profile__btn--primary:hover{background:#e63e18;box-shadow:0 4px 20px #ff482059}.sr-profile__btn--secondary{background:#fff;border:1px solid #e0e0e0;color:#1a2538}.sr-profile__btn--secondary:hover{background:#f0f0f0}.sr-profile__btn svg{fill:currentColor;height:16px;width:16px}.sr-profile__reviews{margin-top:1rem;width:100%}.sr-profile__reviews-header{color:#1a2538;font-family:var(--font-family);font-size:18px;font-weight:800;margin-bottom:1rem;padding-left:4px}.sr-profile__review-list{background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;gap:2px;overflow:hidden}.sr-profile__review{padding:16px 20px}.sr-profile__review:not(:last-child){border-bottom:1px solid #f0f0f0}.sr-profile__review-top{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.sr-profile__review-author{color:#1a2538;font-family:var(--font-family);font-size:14px;font-weight:700;text-decoration:none;transition:color .15s ease}.sr-profile__review-author:hover{color:#ff4820}.sr-profile__review-author-row{align-items:center;display:flex;gap:6px}.sr-profile__review-badge{border-radius:4px;font-family:var(--font-family);font-size:11px;font-weight:600;padding:2px 6px}.sr-profile__review-badge--driver{background:#dbeafe;color:#2563eb}.sr-profile__review-badge--passenger{background:#f3e8ff;color:#7c3aed}.sr-profile__review-stars{display:flex;font-size:13px;gap:1px}.sr-profile__review-comment{color:#666;font-family:var(--font-family);font-size:14px;line-height:1.5;margin-top:6px}.sr-profile__review-date{color:#bbb;font-family:var(--font-family);font-size:12px;margin-top:6px}.sr-profile__reviews-empty{align-items:center;background:#fff;border:1px dashed #e0e0e0;border-radius:16px;display:flex;flex-direction:column;padding:2rem 1.5rem}.sr-profile__reviews-empty-stars{color:#e0e0e0;font-size:22px;letter-spacing:4px;margin-bottom:.75rem}.sr-profile__reviews-empty-text{color:#999;font-family:var(--font-family);font-size:15px;font-weight:700}.sr-profile__reviews-empty-sub{margin-top:4px;text-align:center}.sr-profile__report-btn,.sr-profile__reviews-empty-sub{color:#bbb;font-family:var(--font-family);font-size:13px}.sr-profile__report-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-weight:600;gap:6px;justify-content:center;margin-top:2rem;padding:12px;transition:color .15s ease;width:100%}.sr-profile__report-btn:hover{color:#d32f2f}.sr-profile__report-btn svg{fill:currentColor;height:14px;width:14px}.sr-profile__modal-overlay{background:#00000080;inset:0;position:fixed;z-index:200}.sr-profile__modal{background:#fff;border-radius:20px 20px 0 0;bottom:0;box-shadow:0 -4px 24px #00000026;display:flex;flex-direction:column;gap:1rem;left:0;margin:0 auto;max-width:480px;padding:1.5rem;position:fixed;right:0;z-index:201}.sr-profile__modal-title{color:#1a2538;font-family:var(--font-family);font-size:18px;font-weight:800;text-align:center}.sr-profile__btn--danger{background:#d32f2f;box-shadow:0 4px 16px #d32f2f40;color:#fff}.sr-profile__btn--danger:hover{background:#b71c1c;box-shadow:0 4px 20px #d32f2f59}.sr-profile__edit{align-items:center;display:flex;flex-direction:column;max-width:480px;width:100%}.sr-profile__edit-title{color:#fff;font-family:var(--font-family);font-size:24px;font-weight:800;margin-bottom:0;text-align:center}.sr-profile__edit-form{display:flex;flex-direction:column;gap:.75rem;width:100%}.sr-profile__edit-row{display:flex;gap:10px}.sr-profile__edit-row>.sr-profile__edit-group{flex:1 1;min-width:0}.sr-profile__edit-group{display:flex;flex-direction:column;gap:4px}.sr-profile__edit-label{color:#888;font-family:var(--font-family);font-size:12px;font-weight:700;letter-spacing:.06em;padding-left:2px;text-transform:uppercase}.sr-profile__edit-input,.sr-profile__edit-select{appearance:none;background:#fff;border:1px solid #e8e8e8;border-radius:12px;color:#1a2538;font-family:var(--font-family);font-size:15px;font-weight:600;outline:none;padding:12px 14px;transition:border-color .15s ease;width:100%}.sr-profile__edit-textarea{line-height:1.4;resize:none}.sr-profile__edit-input::placeholder,.sr-profile__edit-textarea::placeholder{color:#bbb}.sr-profile__edit-input:focus,.sr-profile__edit-select:focus{border-color:#ff4820}.sr-profile__edit-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;cursor:pointer;padding-right:40px}.sr-profile__edit-select option{background:#fff;color:#1a2538}.sr-profile__edit-password-link{align-items:center;border:1px dashed #e0e0e0;border-radius:10px;color:#ff4820;display:flex;font-family:var(--font-family);font-size:13px;font-weight:700;justify-content:center;padding:10px;text-decoration:none;transition:background .15s ease,border-color .15s ease}.sr-profile__edit-password-link:hover{background:#ff48200d;border-color:#ff4820}.sr-profile__edit-charcount{color:#bbb;font-family:var(--font-family);font-size:11px;font-weight:600;padding-right:2px;text-align:right}.sr-profile__edit-error{background:#fff5f5;border:1px solid #fecaca;border-radius:14px;color:#d32f2f;font-family:var(--font-family);font-size:14px;font-weight:600;padding:14px 18px;text-align:center}.sr-profile__edit-actions{display:flex;gap:10px;margin-top:.25rem}.sr-profile__edit-actions .sr-profile__btn{flex:1 1}@keyframes sr-profile-pulse{0%,to{opacity:.15}50%{opacity:.3}}.sr-profile__skeleton{animation:sr-profile-pulse 1.2s ease-in-out infinite;border-radius:8px}.sr-profile__skeleton--avatar{background:#fff;border-radius:50%;height:100%;width:100%}.sr-profile__skeleton--name{background:#fff;height:24px;margin-top:1rem;width:140px}.sr-profile__skeleton--badge{background:#fff;border-radius:100px;height:22px;margin-top:.75rem;width:100px}.sr-profile__skeleton--section-title{background:#d0d0d0;height:16px;margin-bottom:10px;width:80px}.sr-profile__skeleton--icon{background:#e0e0e0;border-radius:10px;flex-shrink:0;height:38px;width:38px}.sr-profile__skeleton--label{background:#e0e0e0;height:10px;margin-bottom:4px;width:50px}.sr-profile__skeleton--value{background:#e0e0e0;height:14px;width:130px}.sr-profile__skeleton--stat-num{background:#e0e0e0;height:22px;width:28px}.sr-profile__skeleton--stat-label{background:#e0e0e0;height:10px;width:52px}@media screen and (max-width:490px){.sr-profile__top{border-radius:0 0 22px 22px;padding:calc(2rem + env(safe-area-inset-top, 0px)) 1rem 1rem}.sr-profile__body{padding:1.25rem 1rem 5rem}.sr-profile__avatar-ring{height:80px;width:80px}.sr-profile__name{font-size:20px}.sr-profile__field{gap:12px;padding:14px 16px}.sr-profile__field-icon{border-radius:7px;height:28px;width:28px}.sr-profile__field-icon svg{height:13px;width:13px}.sr-profile__field-value{font-size:14px}}.sr-listing{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-listing__top{background:var(--page-bg);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 1.5rem;position:sticky;top:0;width:100%;z-index:5}.sr-listing__body,.sr-listing__top-content{max-width:560px;width:100%}.sr-listing__body{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem 6rem}.sr-listing__title{color:#fff;font-size:26px;font-weight:800;letter-spacing:-.02em;line-height:1.2}.sr-listing__subtitle,.sr-listing__title{font-family:var(--font-family);text-align:center}.sr-listing__subtitle{color:var(--color-text);font-size:13px;font-weight:500;margin-bottom:1rem;margin-top:4px;opacity:.6}.sr-listing__toggle{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;height:48px;overflow:hidden;position:relative;width:100%}.sr-listing__toggle input[type=radio]{display:none}.sr-listing__toggle-label{align-items:center;color:#9ca3af;cursor:pointer;display:flex;flex:1 1;font-family:var(--font-family);font-size:15px;font-weight:700;gap:8px;justify-content:center;transition:color .3s ease;-webkit-user-select:none;user-select:none;z-index:1}.sr-listing__toggle-label--active{color:#fff;font-weight:700}.sr-listing__toggle-slider{background:var(--page-bg);border:none;border-radius:9px;height:calc(100% - 6px);left:3px;position:absolute;top:3px;transition:transform .35s cubic-bezier(.4,0,.2,1);width:calc(50% - 3px)}.sr-listing__toggle-slider--right{transform:translateX(100%)}.sr-listing__rides{display:flex;flex-direction:column;gap:10px}.sr-listing__empty{color:#888;font-family:var(--font-family);font-size:14px;font-weight:600;padding:2rem 1rem;text-align:center}.sr-listing__card{align-items:center;background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 1px 4px #1a25380f;cursor:pointer;display:flex;gap:14px;min-height:88px;overflow:hidden;padding:18px 18px 18px 22px;position:relative;transition:transform .2s ease,box-shadow .2s ease}.sr-listing__card:before{background:linear-gradient(180deg,#1a2538,#8b9bb5);border-radius:16px 0 0 16px;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.sr-listing__card:hover{box-shadow:0 8px 28px #1a25381f;transform:translateY(-2px)}.sr-listing__card:active{transform:translateY(0) scale(.985)}.sr-listing__card--completed{background:#fafbfc;opacity:.5}.sr-listing__card--completed:hover{opacity:.7}.sr-listing__card-badge{align-items:center;border-radius:20px;display:flex;flex-shrink:0;font-family:var(--font-family);font-size:10px;font-weight:700;gap:4px;letter-spacing:.02em;padding:5px 10px;white-space:nowrap}.sr-listing__card-badge--completed{background:#34d3991a;color:#15803d}.sr-listing__card-badge--completed svg{height:10px;width:10px}.sr-listing__card-dots{align-items:center;align-self:stretch;display:flex;flex-direction:column;gap:0;padding:2px 0}.sr-listing__card-dot{border-radius:50%;flex-shrink:0}.sr-listing__card-dot--from{background:#fff;border:2.5px solid #1a2538;box-shadow:none;height:10px;width:10px}.sr-listing__card-dot--to{background:#8b9bb5;box-shadow:none;height:8px;width:8px}.sr-listing__card-connector{background:none;border-left:1.5px dashed #c5cdd8;border-radius:0;flex:1 1;min-height:6px;width:0}.sr-listing__card-route{flex:1 1;min-width:0}.sr-listing__card-cities,.sr-listing__card-route{align-self:stretch;display:flex;flex-direction:column}.sr-listing__card-cities{justify-content:space-between}.sr-listing__card-city{color:#1a2538;font-size:14px;line-height:1.4}.sr-listing__card-city,.sr-listing__card-via{font-family:var(--font-family);font-weight:600;text-transform:capitalize}.sr-listing__card-via{color:#a0aec0;font-size:11px;letter-spacing:.01em;padding:2px 0}.sr-listing__card-via:before{color:#bcc5d1;content:"via ";font-weight:500}.sr-listing__card-date{align-self:center;background:#f0f3f7;border-radius:8px;color:#1a2538;flex-shrink:0;font-family:var(--font-family);font-size:13px;font-weight:500;padding:5px 10px}@keyframes sr-listing-pulse{0%,to{opacity:.15}50%{opacity:.35}}.sr-listing__card--skeleton{cursor:default;pointer-events:none}.sr-listing__card--skeleton .sr-listing__card-dots{display:none}.sr-listing__skeleton{animation:sr-listing-pulse 1.2s ease-in-out infinite;background:#d0d0d0;border-radius:6px}.sr-listing__skeleton--city{height:16px;margin-bottom:4px;width:110px}.sr-listing__skeleton--city-short{width:80px}.sr-listing__skeleton--meta{height:12px;width:70px}.sr-listing__skeleton--meta-short{width:50px}@media screen and (max-width:490px){.sr-listing__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.25rem}.sr-listing__body{padding:1rem 1rem 5rem}.sr-listing__title{font-size:22px}.sr-listing__card-city{font-size:14px}}.sr-listing__pull-indicator{align-items:center;color:#81afdd;display:flex;font-size:.85rem;justify-content:center;overflow:hidden;transition:height .2s ease}.sr-faqs{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-faqs__top{background:var(--page-bg);border-radius:0 0 28px 28px;padding:4.5rem 1.5rem 2rem;position:sticky;text-align:center;top:0;width:100%;z-index:5}.sr-faqs__title{color:#fff;font-family:var(--font-family);font-size:36px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}.sr-faqs__subtitle{color:var(--color-text);font-family:var(--font-family);font-size:14px;font-weight:500;margin-top:6px;opacity:.5}.sr-faqs__body{max-width:700px;padding:1.5rem 1.5rem 6rem;width:100%}.sr-faqs__container{display:flex;flex-direction:column}.sr-faqs__item{-webkit-tap-highlight-color:transparent;border-bottom:1px solid #e8e8e8;border-radius:8px;cursor:pointer;padding:0 1rem;transition:background-color .2s ease}.sr-faqs__item:active{background-color:#00000005}.sr-faqs__item h2{align-items:center;color:#1a1a2e;display:flex;font-family:var(--font-family);font-size:16px;font-weight:700;letter-spacing:-.02em;line-height:24px;margin:0;padding:1rem 0 .5rem;text-align:left}.sr-faqs__item h2:before{color:#ff4820;content:"+";display:inline-block;flex-shrink:0;font-size:1.2em;font-weight:400;width:1.5em}.sr-faqs__item p{color:#666;font-family:var(--font-family);font-size:14px;line-height:22px;padding-bottom:1rem;padding-left:1.5em;text-align:left}@media screen and (max-width:650px){.sr-faqs__title{font-size:28px}.sr-faqs__item{padding:0 .5rem}.sr-faqs__item h2{font-size:15px;line-height:22px;padding:.75rem 0 .5rem}.sr-faqs__item p{font-size:13px;line-height:20px;padding-bottom:.75rem}}@media screen and (max-width:490px){.sr-faqs__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.5rem}.sr-faqs__body{padding:1rem 1rem 5rem}.sr-faqs__title{font-size:24px}.sr-faqs__item h2{font-size:14px;line-height:20px}.sr-faqs__item p{font-size:13px;line-height:18px}}.sr-chgpw{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-chgpw__top{background:var(--page-bg);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 2rem;position:sticky;top:0;width:100%;z-index:5}.sr-chgpw__top-content{align-items:center;display:flex;flex-direction:column;max-width:480px;width:100%}.sr-chgpw__title{color:#fff;font-family:var(--font-family);font-size:24px;font-weight:800;text-align:center}.sr-chgpw__body{max-width:480px;padding:1.5rem 1.5rem 6rem;width:100%}.sr-chgpw__form{gap:.75rem}.sr-chgpw__form,.sr-chgpw__group{display:flex;flex-direction:column}.sr-chgpw__group{gap:4px}.sr-chgpw__label{color:#888;font-family:var(--font-family);font-size:12px;font-weight:700;letter-spacing:.06em;padding-left:2px;text-transform:uppercase}.sr-chgpw__input{appearance:none;background:#fff;border:1px solid #e8e8e8;border-radius:12px;color:#1a2538;font-family:var(--font-family);font-size:15px;font-weight:600;outline:none;padding:12px 14px;transition:border-color .15s ease;width:100%}.sr-chgpw__input::placeholder{color:#bbb}.sr-chgpw__input:focus{border-color:#ff4820}.sr-chgpw__error{background:#fff5f5;border:1px solid #fecaca;border-radius:14px;color:#d32f2f;font-family:var(--font-family);font-size:14px;font-weight:600;padding:14px 18px;text-align:center}.sr-chgpw__actions{display:flex;gap:10px;margin-top:.25rem}.sr-chgpw__btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;flex:1 1;font-family:var(--font-family);font-size:15px;font-weight:700;gap:8px;justify-content:center;min-height:48px;outline:none;padding:0 1.25rem;transition:transform .1s ease,box-shadow .15s ease,background .15s ease}.sr-chgpw__btn:active{transform:scale(.97)}.sr-chgpw__btn:disabled{cursor:not-allowed;opacity:.6}.sr-chgpw__btn--primary{background:#ff4820;box-shadow:0 4px 16px #ff482040;color:#fff}.sr-chgpw__btn--primary:hover:not(:disabled){background:#e63e18;box-shadow:0 4px 20px #ff482059}.sr-chgpw__btn--secondary{background:#fff;border:1px solid #e0e0e0;color:#1a2538}.sr-chgpw__btn--secondary:hover{background:#f0f0f0}@media screen and (max-width:490px){.sr-chgpw__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.5rem}.sr-chgpw__body{padding:1.25rem 1rem 5rem}}.sr-discussion{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column;min-height:100vh}.sr-discussion__top{background:var(--page-bg);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 1.5rem;position:sticky;top:0;width:100%;z-index:5}.sr-discussion__top-content{max-width:700px;text-align:center;width:100%}.sr-discussion__title{color:#fff;font-family:var(--font-family);font-size:26px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}.sr-discussion__subtitle{color:var(--color-text);font-family:var(--font-family);font-size:13px;font-weight:500;margin:.35rem 0 1rem}.sr-discussion__back{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-family:var(--font-family);font-size:16px;font-weight:700;gap:8px;padding:0;transition:opacity .15s ease}.sr-discussion__back:hover{opacity:.7}.sr-discussion__back svg{stroke-width:2.5}.sr-discussion__body{display:flex;flex-direction:column;max-width:700px;padding:1.25rem 1.5rem 6rem;width:100%}.sr-discussion__new-btn{align-items:center;background:#fff;border:2px dashed #d0d5dd;border-radius:14px;color:#2d3142;cursor:pointer;display:flex;font-family:var(--font-family);font-size:14px;font-weight:700;gap:8px;justify-content:center;margin-bottom:1rem;padding:.85rem;transition:border-color .15s ease,background .15s ease;width:100%}.sr-discussion__new-btn:hover{background:#fff5f2;border-color:#ff4820}.sr-discussion__form{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1.25rem}.sr-discussion__form-header{align-items:center;display:flex;justify-content:space-between}.sr-discussion__form-label{color:#1a2538;font-family:var(--font-family);font-size:15px;font-weight:700}.sr-discussion__form-close{align-items:center;background:none;border:none;border-radius:6px;color:#888;cursor:pointer;display:flex;padding:4px;transition:background .15s ease}.sr-discussion__form-close:hover{background:#f0f0f0}.sr-discussion__form-input{border:1.5px solid #e0e0e0;border-radius:10px;color:#1a2538;font-family:var(--font-family);font-size:16px;font-weight:600;outline:none;padding:.75rem .85rem;transition:border-color .15s ease}.sr-discussion__form-input:focus{border-color:#ff4820}.sr-discussion__form-textarea{border:1.5px solid #e0e0e0;border-radius:10px;color:#1a2538;font-family:var(--font-family);font-size:16px;font-weight:500;min-height:80px;outline:none;padding:.75rem .85rem;resize:vertical;transition:border-color .15s ease}.sr-discussion__form-textarea:focus{border-color:#ff4820}.sr-discussion__form-error{color:#e53e3e;font-family:var(--font-family);font-size:13px;font-weight:500;margin:0}.sr-discussion__form-submit{background:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:14px;font-weight:700;padding:.75rem;transition:background .15s ease,transform .1s ease}.sr-discussion__form-submit:hover:not(:disabled){background:#1d4ed8}.sr-discussion__form-submit:active:not(:disabled){transform:scale(.97)}.sr-discussion__form-submit:disabled{cursor:not-allowed;opacity:.5}.sr-discussion__list{display:flex;flex-direction:column;gap:.5rem}.sr-discussion__card{background:#fff;border-radius:14px;box-shadow:0 1px 3px #0000000a;cursor:pointer;padding:1rem 1.15rem;transition:transform .1s ease,box-shadow .15s ease}.sr-discussion__card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.sr-discussion__card:active{transform:scale(.99)}.sr-discussion__card--pinned{border-left:3px solid #ff4820}.sr-discussion__card-content{display:flex;flex-direction:column;gap:.5rem}.sr-discussion__pin-badge{align-items:center;color:#ff4820;display:inline-flex;font-family:var(--font-family);font-size:11px;font-weight:700;gap:4px;letter-spacing:.04em;text-transform:uppercase}.sr-discussion__card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a2538;display:-webkit-box;font-family:var(--font-family);font-size:15px;font-weight:700;line-height:1.35;margin:0;overflow:hidden}.sr-discussion__card-meta{align-items:center;color:#888;display:flex;flex-wrap:wrap;font-family:var(--font-family);font-size:12px;font-weight:500;gap:6px}.sr-discussion__meta-dot{background:#ccc;border-radius:50%;height:3px;width:3px}.sr-discussion__avatar{border-radius:50%;flex-shrink:0;object-fit:cover}.sr-discussion__avatar--sm{height:28px;width:28px}.sr-discussion__avatar--xs{height:22px;width:22px}.sr-discussion__author-name{color:#2d3142;font-family:var(--font-family);font-size:12px;font-weight:600;text-transform:capitalize}.sr-discussion__time{color:#999;font-size:12px}.sr-discussion__detail-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f;margin-bottom:1rem;padding:1.25rem}.sr-discussion__detail-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.sr-discussion__detail-title{color:#1a2538;font-family:var(--font-family);font-size:20px;font-weight:800;line-height:1.3;margin:0}.sr-discussion__detail-meta{align-items:center;display:flex;gap:8px}.sr-discussion__detail-body{color:#3d4663;font-family:var(--font-family);font-size:14px;font-weight:500;line-height:1.65;margin:0;white-space:pre-wrap;word-break:break-word}.sr-discussion__detail-actions{border-top:1px solid #f0f0f0;display:flex;gap:.5rem;margin-top:1rem;padding-top:.75rem}.sr-discussion__action-btn{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#555;cursor:pointer;display:flex;font-family:var(--font-family);font-size:12px;font-weight:600;gap:5px;padding:.4rem .75rem;transition:background .15s ease,color .15s ease}.sr-discussion__action-btn:hover{background:#f5f5f5;color:#1a2538}.sr-discussion__action-btn--danger:hover{background:#fff5f5;border-color:#fecaca;color:#e53e3e}.sr-discussion__comments-section{margin-bottom:1rem}.sr-discussion__comments-title{color:#1a2538;font-family:var(--font-family);font-size:15px;font-weight:700;margin:0 0 .75rem}.sr-discussion__comments-list{display:flex;flex-direction:column;gap:.6rem}.sr-discussion__comment{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000a;display:flex;gap:10px;padding:.75rem 1rem}.sr-discussion__comment-body{flex:1 1;min-width:0}.sr-discussion__comment-header{align-items:center;display:flex;gap:8px;margin-bottom:4px}.sr-discussion__comment-delete{align-items:center;background:none;border:none;border-radius:4px;color:#ccc;cursor:pointer;display:flex;margin-left:auto;padding:2px;transition:color .15s ease}.sr-discussion__comment-delete:hover{color:#e53e3e}.sr-discussion__comment-text{color:#3d4663;font-family:var(--font-family);font-size:13px;font-weight:500;line-height:1.5;margin:0;word-break:break-word}.sr-discussion__comment-form{background:#f5f5f5;bottom:0;display:flex;gap:.5rem;padding:.75rem 0;position:sticky}.sr-discussion__comment-input{background:#fff;border:1.5px solid #e0e0e0;border-radius:12px;color:#1a2538;flex:1 1;font-family:var(--font-family);font-size:16px;font-weight:500;outline:none;padding:.75rem 1rem;transition:border-color .15s ease}.sr-discussion__comment-input:focus{border-color:#ff4820}.sr-discussion__comment-submit{align-items:center;background:#ff4820;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:background .15s ease,transform .1s ease;width:44px}.sr-discussion__comment-submit:hover:not(:disabled){background:#e63e18}.sr-discussion__comment-submit:active:not(:disabled){transform:scale(.93)}.sr-discussion__comment-submit:disabled{cursor:not-allowed;opacity:.4}.sr-discussion__empty{align-items:center;color:#aaa;display:flex;flex-direction:column;gap:.75rem;padding:3rem 1rem;text-align:center}.sr-discussion__empty p{font-family:var(--font-family);font-size:14px;font-weight:500;margin:0}.sr-discussion__empty-comments{color:#aaa;padding:1.5rem 0}.sr-discussion__empty-comments,.sr-discussion__error{font-family:var(--font-family);font-size:13px;font-weight:500;text-align:center}.sr-discussion__error{color:#e53e3e;padding:1rem 0}.sr-discussion__loading{color:#999;font-family:var(--font-family);font-size:13px;font-weight:500;padding:1.5rem 0;text-align:center}.sr-discussion__load-more{background:#fff;border:1.5px solid #e0e0e0;border-radius:10px;color:#2d3142;cursor:pointer;font-family:var(--font-family);font-size:13px;font-weight:700;margin-top:1rem;padding:.7rem;transition:background .15s ease}.sr-discussion__load-more:hover:not(:disabled){background:#f5f5f5}.sr-discussion__load-more:disabled{cursor:not-allowed;opacity:.5}.sr-discussion__skeleton-list{display:flex;flex-direction:column;gap:.5rem}.sr-discussion__skeleton-card{background:#fff;border-radius:14px;display:flex;flex-direction:column;gap:.65rem;padding:1.15rem}.sr-discussion__skeleton-line{animation:sr-discussion-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:6px}.sr-discussion__skeleton-line--title{height:16px;width:75%}.sr-discussion__skeleton-line--meta{height:12px;width:45%}@keyframes sr-discussion-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media screen and (max-width:490px){.sr-discussion__top{padding:3.5rem 1rem 1.25rem}.sr-discussion__title{font-size:22px}.sr-discussion__body{padding:1rem 1rem 6rem}.sr-discussion__detail-title{font-size:18px}}.sr-discussion__pull-indicator{color:#81afdd;font-size:.85rem;overflow:hidden;transition:height .2s ease}.splash-screen,.sr-discussion__pull-indicator{align-items:center;display:flex;justify-content:center}.splash-screen{background:#f5f5f5;inset:0;position:fixed;transition:opacity .5s ease-out;z-index:9999}.splash-screen--fade-out{opacity:0;pointer-events:none}.splash-screen__logo{height:120px;width:120px}.splash-screen__logo svg{height:100%;width:100%}.sr-offline-banner{background:#ff6b35;color:#fff;font-family:Manrope,sans-serif;font-family:var(--font-family,"Manrope",sans-serif);font-size:.85rem;font-weight:500;left:0;padding:calc(.5rem + env(safe-area-inset-top, 0px)) 1rem .5rem;position:fixed;right:0;text-align:center;top:0;z-index:400}.sr-error{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-error__top{background:var(--page-bg);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 2.5rem;position:sticky;top:0;width:100%;z-index:5}.sr-error__top-content{align-items:center;display:flex;flex-direction:column;max-width:480px;text-align:center;width:100%}.sr-error__icon{align-items:center;background:#ff48201f;border-radius:50%;color:#ff4820;display:flex;font-size:24px;height:56px;justify-content:center;margin-bottom:1.25rem;width:56px}.sr-error__title{color:#fff;font-family:var(--font-family);font-size:26px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}.sr-error__subtitle{color:#ffffff80;font-family:var(--font-family);font-size:14px;font-weight:500;line-height:1.5;margin-top:8px}.sr-error__body{align-items:center;display:flex;flex-direction:column;max-width:480px;padding:2rem 1.5rem 6rem;text-align:center;width:100%}.sr-error__btn{align-items:center;background:#ff4820;border:none;border-radius:12px;box-shadow:0 4px 16px #ff482040;color:#fff;cursor:pointer;display:inline-flex;font-family:var(--font-family);font-size:15px;font-weight:700;gap:8px;justify-content:center;min-height:48px;padding:0 2rem;transition:transform .1s ease,box-shadow .15s ease,background .15s ease}.sr-error__btn:hover{background:#e63e18;box-shadow:0 4px 20px #ff482059}.sr-error__btn:active{transform:scale(.97)}@media screen and (max-width:490px){.sr-error__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 2rem}.sr-error__icon{font-size:20px;height:48px;width:48px}.sr-error__title{font-size:22px}.sr-error__body{padding:1.5rem 1rem 5rem}}.sr-notfound{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-notfound__top{background:var(--page-bg);border-radius:0 0 28px 28px;padding:4.5rem 1.5rem 2rem;position:sticky;text-align:center;top:0;width:100%;z-index:5}.sr-notfound__title{color:#fff;font-family:var(--font-family);font-size:96px;font-weight:800;line-height:1;margin:0}.sr-notfound__subtitle{color:var(--color-text);font-family:var(--font-family);font-size:22px;font-weight:700;margin-top:8px;opacity:.5}.sr-notfound__body{max-width:560px;padding:2rem 1.5rem 6rem;text-align:center;width:100%}.sr-notfound__text{color:#666;margin-bottom:2rem}.sr-notfound__btn,.sr-notfound__text{font-family:var(--font-family);font-size:16px}.sr-notfound__btn{align-items:center;background:#22304c;border:none;border-radius:10px;color:#fff;display:inline-flex;font-weight:700;justify-content:center;min-height:48px;padding:0 2rem;text-decoration:none;transition:background .15s ease}.sr-notfound__btn:hover{background:#1a2538}@media screen and (max-width:650px){.sr-notfound__title{font-size:64px}.sr-notfound__subtitle{font-size:18px}.sr-notfound__text{font-size:14px}}@media screen and (max-width:490px){.sr-notfound__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.5rem}.sr-notfound__body{padding:1.5rem 1rem 5rem}.sr-notfound__title{font-size:48px}.sr-notfound__subtitle{font-size:16px}.sr-notfound__btn{font-size:14px;padding:0 1.5rem}}.sr-reset{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-reset__top{background:var(--page-bg);border-radius:0 0 28px 28px;padding:4.5rem 1.5rem 2rem;text-align:center;width:100%}.sr-reset__title{color:#fff;font-family:var(--font-family);font-size:36px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}.sr-reset__subtitle{color:var(--color-text);font-family:var(--font-family);font-size:14px;font-weight:500;margin-top:6px;opacity:.5}.sr-reset__body{max-width:400px;padding:2rem 1.5rem 6rem;width:100%}.sr-reset__form{display:flex;flex-direction:column;gap:.75rem}.sr-reset__form input{background:#fff;border:1px solid #e0e0e0;border-radius:10px;color:#1a1a2e;font-family:var(--font-family);font-size:16px;font-weight:500;min-height:50px;outline:none;padding:0 1rem;transition:border-color .15s ease}.sr-reset__form input::placeholder{color:#aaa}.sr-reset__form input:focus{border-color:#22304c}.sr-reset__form button{background:#22304c;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:16px;font-weight:700;min-height:50px;padding:0 1rem;transition:background .15s ease}.sr-reset__form button:hover{background:#1a2538}.sr-reset__form button:disabled{cursor:not-allowed;opacity:.6}.sr-reset__error{color:#e53e3e}.sr-reset__error,.sr-reset__success{font-family:var(--font-family);font-size:13px;font-weight:500}.sr-reset__success{color:#07a85d}.sr-reset__link{color:#666;font-family:var(--font-family);font-size:14px;margin-top:.5rem;text-align:center}.sr-reset__link a{color:#ff4820;font-weight:600;text-decoration:none}@media screen and (max-width:650px){.sr-reset__title{font-size:28px}.sr-reset__body{padding:1.5rem 1rem 5rem}}@media screen and (max-width:490px){.sr-reset__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.5rem}.sr-reset__title{font-size:24px}}.sr-terms{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-terms__top{background:var(--page-bg);border-radius:0 0 28px 28px;padding:4.5rem 1.5rem 2rem;position:sticky;text-align:center;top:0;width:100%;z-index:5}.sr-terms__title{color:#fff;font-family:var(--font-family);font-size:26px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}.sr-terms__subtitle{color:var(--color-text);font-family:var(--font-family);font-size:13px;font-weight:500;margin-bottom:1rem;margin-top:4px;opacity:.6}.sr-terms__body{max-width:700px;padding:1.5rem 1.5rem 6rem;width:100%}.sr-terms__content{width:100%}.sr-terms__section{margin-bottom:1.5rem}.sr-terms__section h2{color:#1a1a2e;font-family:var(--font-family);font-size:18px;font-weight:700;margin-bottom:.5rem}.sr-terms__section p{color:#555;font-family:var(--font-family);font-size:15px;line-height:1.6}.sr-terms__section a{color:#ff4820}@media screen and (max-width:650px){.sr-terms__title{font-size:24px}.sr-terms__section{margin-bottom:1.25rem}.sr-terms__section h2{font-size:16px;margin-bottom:.35rem}.sr-terms__section p{font-size:14px}}@media screen and (max-width:490px){.sr-terms__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.5rem}.sr-terms__body{padding:1rem 1rem 5rem}.sr-terms__title{font-size:22px}.sr-terms__section h2{font-size:15px}.sr-terms__section p{font-size:14px;line-height:1.5}}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body,html{background:var(--page-bg);background-attachment:fixed}body{display:block;margin:0 auto;max-width:1440px}#root{background:#f5f5f5;display:flex;flex-direction:column;min-height:100dvh}a{color:inherit;text-decoration:none}.gradient__bg{background:radial-gradient(circle at 3% 25%,#002853 0,#040c18 25%)}.gradient__text{-webkit-text-fill-color:#0000;background:var(--gradient-text);background-clip:text;-webkit-background-clip:text}.section__padding{padding:4rem 6rem}.section__margin{margin:4rem 6rem}.scale-up-center{animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}label.error{color:#ff4820;font-size:13px;line-height:18px;padding:.25rem 0}@keyframes scale-up-center{0%{transform:scale(.5)}to{transform:scale(1)}}@media screen and (max-width:1050px){#root{padding-bottom:calc(64px + env(safe-area-inset-bottom, 0px))}}@media screen and (max-width:700px){.section__padding{padding:2rem 1.25rem}.section__margin{margin:2rem 1.25rem}}@media screen and (max-width:550px){.section__padding{padding:1.5rem 1rem}.section__margin{margin:2rem 1rem}}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.visible{visibility:visible}.static{position:static}.relative{position:relative}.table{display:table}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.rounded{border-radius:.25rem}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:1;opacity:var(--tw-enter-opacity,1);transform:translateZ(0) scaleX(1) rotate(0);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:1;opacity:var(--tw-exit-opacity,1);transform:translateZ(0) scaleX(1) rotate(0);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.fade-out{--tw-exit-opacity:0}.running{animation-play-state:running}body>iframe[style]{max-width:100vw!important;overflow-x:auto!important}body,html{-webkit-overflow-scrolling:touch;overflow-x:hidden}html{background:radial-gradient(ellipse at 50% 0,#1e3a5f80 0,#0000 60%),linear-gradient(180deg,#22304c,#1a2538);background:var(--page-bg);background-attachment:fixed}:root{--font-family:"Manrope",sans-serif;--gradient-text:linear-gradient(89.97deg,#ae67fa 1.84%,#f49867 102.67%);--gradient-bar:linear-gradient(103.22deg,#ae67fa -13.86%,#f49867 99.55%);--page-bg:radial-gradient(ellipse at 50% 0%,#1e3a5f80 0%,#0000 60%),linear-gradient(180deg,#22304c,#1a2538);--color-bg:#040c18;--color-footer:#031b34;--color-blog:#042c54;--color-text:#81afdd;--color-subtext:#ff8a71;--background:213 53% 5%;--foreground:210 20% 98%;--card:215 60% 11%;--card-foreground:210 20% 98%;--popover:213 53% 5%;--popover-foreground:210 20% 98%;--primary:14 100% 56%;--primary-foreground:0 0% 100%;--secondary:215 60% 11%;--secondary-foreground:210 20% 98%;--muted:215 40% 15%;--muted-foreground:207 50% 68%;--accent:215 60% 11%;--accent-foreground:210 20% 98%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:215 20% 25%;--input:215 20% 25%;--ring:14 100% 56%;--radius:0.5rem}
/*# sourceMappingURL=main.296ecbf8.css.map*/