@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:1rem 1.25rem;position:absolute;right:0;top:0;z-index:10}.sr__topbar-hamburger{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background .2s ease,border-color .2s ease;width:40px}.sr__topbar-hamburger:hover{background:#ffffff1f;border-color:#ffffff2e}.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:999}@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:1000}.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:1.5rem 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{background:#ffffff0f;border-radius:9px;box-sizing:initial;color:#ffffff80;flex-shrink:0;height:17px;padding:7px;transition:background .15s ease,color .15s ease;width:17px}.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{display:none}@media screen and (max-width:1050px){.sr__mobile-nav{align-items:center;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#031b34eb;border-top:1px solid #ffffff0f;bottom:0;box-shadow:0 -4px 30px #0006;display:flex;justify-content:space-around;left:0;margin:0 auto;max-width:1440px;padding:.5rem 0 calc(.5rem + env(safe-area-inset-bottom, 0px));position:fixed;right:0;z-index:900}.sr__mobile-nav-item{-webkit-tap-highlight-color:transparent;align-items:center;border-radius:8px;color:#ffffffd9;display:flex;flex-direction:column;font-family:var(--font-family);font-size:10px;font-weight:600;gap:.2rem;letter-spacing:.03em;padding:.35rem 1rem;position:relative;text-decoration:none;transition:color .25s ease,transform .15s ease}.sr__mobile-nav-item svg{color:inherit;font-size:18px;margin:0;transition:transform .2s ease;width:18px!important}.sr__mobile-nav-item span{color:inherit;font-size:10px}.sr__mobile-nav-item--active{color:#ff4820}.sr__mobile-nav-item--active svg{transform:scale(1.12)}.sr__mobile-nav-item--active:after{background:#ff4820;border-radius:0 0 3px 3px;content:"";height:3px;left:50%;position:absolute;top:-.5rem;transform:translateX(-50%);width:20px}.sr__mobile-nav-item:active{transform:scale(.9)}}.sr__notification-bell{align-items:center;display:flex;margin-right:1rem;position:relative}.sr__notification-bell button{background:none;border:none;cursor:pointer;font-size:20px;min-height:44px;min-width:44px;padding:.4rem;position:relative}.sr__notification-bell button,.sr__notification-bell__badge{align-items:center;color:#fff;display:flex;justify-content:center}.sr__notification-bell__badge{background:#ff4820;border-radius:9px;font-family:var(--font-family);font-size:11px;font-weight:700;height:18px;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:1001}.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-left{align-items:center;display:flex;gap:.75rem}.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:1000}@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:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;overflow:hidden;padding:4.5rem 1.5rem 2rem;text-align:center;width:100%}.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__google-btn{align-items:center;background:#fff;border:1px solid #22304c;border-radius:10px;color:#1a1a2e;cursor:pointer;display:flex;font-family:var(--font-family);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:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;padding:4.5rem 1.5rem 2rem;position:relative;text-align:center;width:100%}.sr-message__close{align-items:center;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background .15s ease;width:36px}.sr-message__close:hover{background:#fff3}.sr-message__close svg{fill:#fff;height:18px;width:18px}.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:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-ride__top{background:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 1.5rem;width:100%}.sr-ride__body,.sr-ride__top-content{display:flex;flex-direction:column;max-width:560px;width:100%}.sr-ride__body{padding:1.25rem 1.5rem 6rem}.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)}}.sr-ride__hero{align-items:center;display:flex;flex-direction:column;margin-bottom:1.5rem}.sr-ride__poster-avatar{background:#1a2538;border:2px solid #ffffff26;border-radius:50%;height:56px;margin-bottom:.75rem;object-fit:cover;width:56px}.sr-ride__type-badge{align-items:center;border-radius:100px;display:inline-flex;font-family:var(--font-family);font-size:12px;font-weight:700;gap:6px;letter-spacing:.08em;padding:5px 14px;text-transform:uppercase}.sr-ride__type-badge--offer{background:#34d3991a;border:1px solid #34d39933;color:#34d399}.sr-ride__type-badge--request{background:#ae67fa1a;border:1px solid #ae67fa33;color:#c084fc}.sr-ride__route{align-items:stretch;background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 1px 3px #0000000a;display:flex;gap:14px;margin-bottom:1rem;padding:20px;width:100%}.sr-ride__route-line{align-items:center;display:flex;flex-direction:column;gap:4px;padding:4px 0}.sr-ride__route-dot{border-radius:50%;flex-shrink:0;height:12px;width:12px}.sr-ride__route-dot--from{background:#34d399;box-shadow:0 0 8px #34d39966}.sr-ride__route-dot--to{background:#ff4820;box-shadow:0 0 8px #ff482066}.sr-ride__route-connector{background:linear-gradient(180deg,#34d399,#e0e0e0 40%,#e0e0e0 60%,#ff4820);border-radius:1px;flex:1 1;min-height:20px;width:2px}.sr-ride__route-stops{display:flex;flex:1 1;flex-direction:column;gap:16px;justify-content:space-between}.sr-ride__route-stop{display:flex;flex-direction:column;gap:2px}.sr-ride__route-label{color:#999;font-family:var(--font-family);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.sr-ride__route-city{color:#1a2538;font-family:var(--font-family);font-size:18px;font-weight:800;text-transform:capitalize}.sr-ride__route-via{color:#888;font-family:var(--font-family);font-size:12px;font-weight:600;margin-top:2px}.sr-ride__info{grid-gap:2px;background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 1px 3px #0000000a;display:grid;gap:2px;grid-template-columns:1fr 1fr;margin-bottom:1rem;overflow:hidden}.sr-ride__info-cell{display:flex;flex-direction:column;gap:4px;padding:12px 16px}.sr-ride__info-cell:not(:nth-last-child(-n+2)){border-bottom:1px solid #f0f0f0}.sr-ride__info-cell:nth-child(odd){border-right:1px solid #f0f0f0}.sr-ride__info-cell--full{border-right:none!important;grid-column:1/-1}.sr-ride__info-label{color:#999;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.sr-ride__info-label,.sr-ride__info-value{font-family:var(--font-family);font-weight:700}.sr-ride__info-value{color:#1a2538;font-size:16px;text-transform:capitalize}.sr-ride__info-value a{color:#1a2538;text-decoration:none;transition:color .15s ease}.sr-ride__info-value a:hover{color:#ff4820}.sr-ride__status-badge{align-items:center;border-radius:100px;display:inline-flex;font-family:var(--font-family);font-size:12px;font-weight:700;gap:5px;padding:3px 10px}.sr-ride__status-badge--available{background:#34d3991a;border:1px solid #34d3994d;color:#15803d}.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{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:14px;box-shadow:0 1px 3px #0000000a;display:flex;gap:14px;margin-bottom:1rem;padding:14px 16px}.sr-ride__vehicle-icon{align-items:center;background:#ff482014;border:1px solid #ff482026;border-radius:10px;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.sr-ride__vehicle-icon svg{fill:#ff6b45;height:18px;width:18px}.sr-ride__vehicle-text{color:#1a2538;font-family:var(--font-family);font-size:14px;font-weight:600;line-height:1.4}.sr-ride__actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.5rem}.sr-ride__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;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:15px;width:15px}.sr-ride__btn--like{background:#fff;border:1px solid #e0e0e0;color:#888;flex:0 0 auto;min-width:72px}.sr-ride__btn--like.is-liked{background:#ff482014;border-color:#ff482040;color:#ff4820}.sr-ride__btn--book{background:#07a85d;box-shadow:0 4px 16px #07a85d33;color:#fff}.sr-ride__btn--book:hover{box-shadow:0 4px 20px #07a85d4d}.sr-ride__btn--danger{background:#ff482014;border:1px solid #ff482033;color:#ff4820}.sr-ride__btn--danger:hover{background:#ff48201f}.sr-ride__btn--primary{background:#ff4820;box-shadow:0 4px 16px #ff482033;color:#fff}.sr-ride__btn--secondary{background:#fff;border:1px solid #e0e0e0;color:#1a2538}.sr-ride__btn--pay{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 16px #6366f133;color:#fff}.sr-ride__passengers{margin-bottom:1.5rem;width:100%}.sr-ride__section-title{color:#1a2538;font-family:var(--font-family);font-size:18px;font-weight:800;margin-bottom:.75rem;padding-left:2px}.sr-ride__passenger-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-ride__passenger{align-items:center;display:flex;justify-content:space-between;padding:12px 16px}.sr-ride__passenger:not(:last-child){border-bottom:1px solid #f0f0f0}.sr-ride__passenger-info{align-items:center;display:flex;gap:10px;min-width:0}.sr-ride__passenger-number{align-items:center;background:#f5f5f5;border-radius:6px;color:#888;display:flex;flex-shrink:0;font-family:var(--font-family);font-size:12px;font-weight:700;height:24px;justify-content:center;width:24px}.sr-ride__passenger-name{color:#1a2538;font-family:var(--font-family);font-size:15px;font-weight:600;text-decoration:none;text-transform:capitalize;transition:color .15s ease}.sr-ride__passenger-name:hover{color:#ff4820}.sr-ride__passenger-actions{align-items:center;display:flex;gap:4px}.sr-ride__passenger-action-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#999;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background .15s ease,color .15s ease;width:36px}.sr-ride__passenger-action-btn:hover{background:#f0f0f0;color:#1a2538}.sr-ride__passenger-action-btn svg{height:16px;width:16px}.sr-ride__passenger-action-btn--check{color:#34d399}.sr-ride__passenger-action-btn--uncheck{color:#ff4820}.sr-ride__review{margin-bottom:1.5rem;width:100%}.sr-ride__review-stars{display:flex;gap:6px;margin-bottom:.75rem}.sr-ride__review-star{cursor:pointer;font-size:28px;transition:transform .1s ease}.sr-ride__review-star:hover{transform:scale(1.15)}.sr-ride__review-star--filled{color:gold}.sr-ride__review-star--empty{color:#ddd}.sr-ride__textarea{background:#fff;border:1px solid #e8e8e8;border-radius:12px;color:#1a2538;font-family:var(--font-family);font-size:14px;line-height:1.5;margin-bottom:.75rem;min-height:80px;outline:none;padding:14px 16px;resize:vertical;transition:border-color .15s ease;width:100%}.sr-ride__textarea::placeholder{color:#bbb}.sr-ride__textarea:focus{border-color:#ff4820}.sr-ride__submit-btn{background:#ff4820;border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:15px;font-weight:700;min-height:48px;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:#e63e18}.sr-ride__report{margin-bottom:1.5rem;width:100%}.sr-ride__report-toggle{align-items:center;background:#0000;border:1px solid #ff482040;border-radius:10px;color:#ff4820;cursor:pointer;display:flex;font-family:var(--font-family);font-size:14px;font-weight:600;gap:8px;padding:10px 16px;transition:background .15s ease}.sr-ride__report-toggle:hover{background:#ff48200a}.sr-ride__report-toggle svg{height:14px;width:14px}.sr-ride__report-form{animation:sr-ride-slideIn .2s ease;display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}@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 16px center;background-repeat:no-repeat;border:1px solid #e8e8e8;border-radius:12px;color:#1a2538;cursor:pointer;font-family:var(--font-family);font-size:14px;font-weight:600;min-height:48px;outline:none;padding:12px 40px 12px 16px;width:100%}.sr-ride__select option{background:#fff;color:#1a2538}@media screen and (max-width:490px){.sr-ride__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.25rem}.sr-ride__body{padding:1rem 1rem 5rem}.sr-ride__route-city{font-size:16px}.sr-ride__info-value{font-size:15px}.sr-ride__btn{font-size:14px;min-height:44px}}.star-filled{color:gold}.star-empty{color:#ddd}.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 #555;border-radius:8px;height:300px;width:100%;z-index:1}@media screen and (max-width:650px){.sr__route-map__container{height:200px}}.sr__chat{background:#042c5480;border:1px solid #ffffff1a;border-radius:12px;display:flex;flex-direction:column;margin:1.5rem auto 0;max-width:600px;overflow:hidden;width:100%}.sr__chat__header{align-items:center;border-bottom:1px solid #ffffff14;display:flex;gap:.5rem;padding:.75rem 1rem}.sr__chat__header h3{color:#fff;font-family:var(--font-family);font-size:16px;font-weight:600;margin:0}.sr__chat__header svg{color:#ffffff80;font-size:14px}.sr__chat__messages{display:flex;flex:1 1;flex-direction:column;gap:.5rem;max-height:400px;min-height:200px;overflow-y:auto;padding:1rem}.sr__chat__empty{color:#ffffff59;font-family:var(--font-family);font-size:14px;padding:2rem 0;text-align:center}.sr__chat__msg{display:flex;gap:.5rem;max-width:80%}.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-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:14px;line-height:1.4;padding:.5rem .75rem;word-break:break-word}.sr__chat__msg--own .sr__chat__msg__bubble{background:#ff4820;border-bottom-right-radius:4px;color:#fff}.sr__chat__msg--other .sr__chat__msg__bubble{background:#ffffff1a;border-bottom-left-radius:4px;color:#fff}.sr__chat__msg__name{color:#ffffff80;font-size:11px;font-weight:600;margin-bottom:.15rem}.sr__chat__msg__time{color:#ffffff4d;font-size:10px;margin-top:.2rem}.sr__chat__msg__checks{color:#ffffff59;letter-spacing:-2px;margin-left:.25rem}.sr__chat__msg__checks--read{color:#4fc3f7}.sr__chat__input{border-top:1px solid #ffffff14;display:flex;gap:.5rem;padding:.75rem 1rem}.sr__chat__input input{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;color:#fff;flex:1 1;font-family:var(--font-family);font-size:14px;min-height:44px;outline:none;padding:.6rem 1rem}.sr__chat__input input::placeholder{color:#ffffff4d}.sr__chat__input input:focus{border-color:#ff482080}.sr__chat__input button{align-items:center;background:#ff4820;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:44px;justify-content:center;width:44px}.sr__chat__input button:disabled{cursor:not-allowed;opacity:.4}@media screen and (max-width:550px){.sr__chat__messages{max-height:300px;padding-bottom:calc(.75rem + env(safe-area-inset-bottom, 0px))}}.sr-payment{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-payment__top{background:linear-gradient(180deg,#22304c,#1a2538);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}}.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:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 1.5rem;width:100%}.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:14px;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__chips{display:flex;gap:8px;margin-top:12px}.sr-admin__chip{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;color:#ffffff80;cursor:pointer;font-family:var(--font-family);font-size:12px;font-weight:600;padding:7px 14px;transition:all .15s ease;white-space:nowrap}.sr-admin__chip:hover{background:#ffffff1a;color:#ffffffb3}.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{background:#22c55e14;border-color:#22c55e33;color:#16a34a}.sr-admin__btn--approve:hover{background:#22c55e26}.sr-admin__btn--ban{background:#f59e0b0f;border-color:#f59e0b2e;color:#d97706}.sr-admin__btn--ban:hover{background:#f59e0b24}.sr-admin__btn--unban{background:#22c55e14;border-color:#22c55e33;color:#16a34a}.sr-admin__btn--unban:hover{background:#22c55e26}.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:999}.sr-admin__modal{align-items:center;background:#fff;border-radius:20px 20px 0 0;bottom:0;box-shadow:0 -4px 24px #00000026;display:flex;flex-direction:column;gap:8px;left:0;margin:0 auto;max-width:480px;padding:1.5rem;position:fixed;right:0;z-index:1000}.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-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}@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:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;padding:4.5rem 2rem 2.5rem;text-align:center;width:100%}.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:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 1.5rem;width:100%}.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__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__sort-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.sr-feed__sort-label{color:#888;font-size:13px}.sr-feed__sort-label,.sr-feed__sort-select{font-family:var(--font-family);font-weight:600}.sr-feed__sort-select{background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;font-size:12px;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{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:14px;box-shadow:0 1px 3px #0000000a;display:flex;gap:14px;padding:14px 16px;text-decoration:none;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.sr-feed__card:active{transform:scale(.99)}.sr-feed__card:hover{border-color:#d0d0d0;box-shadow:0 2px 8px #00000014}.sr-feed__card-dots{align-items:center;align-self:stretch;display:flex;flex-direction:column;gap:3px;padding:2px 0}.sr-feed__card-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.sr-feed__card-dot--from{background:#34d399;box-shadow:0 0 6px #34d39966}.sr-feed__card-dot--to{background:#ff4820;box-shadow:0 0 6px #ff482066}.sr-feed__card-connector{background:linear-gradient(180deg,#34d399,#e0e0e0,#ff4820);border-radius:1px;flex:1 1;min-height:10px;width:2px}.sr-feed__card-route{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.sr-feed__card-cities{display:flex;flex-direction:column;gap:0}.sr-feed__card-city{color:#1a1a2e;font-family:var(--font-family);font-size:16px;font-weight:700;line-height:1.35;text-transform:capitalize}.sr-feed__card-meta{align-items:center;display:flex;gap:12px;margin-top:4px}.sr-feed__card-meta-item{align-items:center;color:#888;display:flex;font-family:var(--font-family);font-size:12px;font-weight:600;gap:5px}.sr-feed__card-meta-item svg{fill:currentColor;height:12px;opacity:.7;width:12px}.sr-feed__card-user{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:4px;text-decoration:none}.sr-feed__card-avatar{background:#f0f0f0;border:2px solid #e8e8e8;border-radius:50%;height:44px;object-fit:cover;width:44px}.sr-feed__card-username{color:#888;font-family:var(--font-family);font-size:11px;font-weight:700;max-width:60px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.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__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:15px}.sr-feed__chips{gap:6px}.sr-feed__chip{font-size:12px;padding:6px 12px}}.sr-publish{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-publish__top{background:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 1.5rem;width:100%}.sr-publish__body,.sr-publish__top-content{max-width:480px;width:100%}.sr-publish__body{display:flex;flex-direction:column;padding:1.5rem 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:#ffffff08;border:1px solid #ffffff14;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:#ffffff80;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}.sr-publish__toggle-label svg{fill:currentColor;height:18px;width:18px}.sr-publish__toggle-slider{background:#ff482026;border:1px solid #ff48204d;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:1.25rem}.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:14px;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;gap:2px;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:#34d399;box-shadow:0 0 8px #34d3994d}.sr-publish__route-dot--to{background:#ff4820;box-shadow:0 0 8px #ff48204d}.sr-publish__route-field select{appearance:none;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;flex:1 1;font-family:var(--font-family);font-size:15px;font-weight:600;min-height:48px;outline:none;padding-right:32px}.sr-publish__route-field select option{background:#fff;color:#1a2538}.sr-publish__field-card{background:#fff;border:1px solid #e8e8e8;border-radius:14px;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:15px;font-weight:600;min-height:48px;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__seats-row{justify-content:space-between;padding:4px 8px 4px 16px}.sr-publish__seats-btn{align-items:center;background:#f8f8f8;border:1px solid #e0e0e0;border-radius:10px;color:#1a2538;cursor:pointer;display:flex;flex-shrink:0;font-family:var(--font-family);font-size:18px;font-weight:700;height:36px;justify-content:center;transition:background .15s ease,border-color .15s ease;width:36px}.sr-publish__seats-btn:hover{background:#f0f0f0;border-color:#ccc}.sr-publish__seats-btn:active{transform:scale(.95)}.sr-publish__seats-value{color:#1a2538;font-family:var(--font-family);font-size:18px;font-weight:700;min-width:28px;text-align:center}.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:14px;cursor:pointer;display:flex;font-family:var(--font-family);font-size:16px;font-weight:700;gap:10px;justify-content:center;margin-top:1.25rem;min-height:52px;outline:none;padding:0 1.5rem;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:#ff4820;box-shadow:0 4px 20px #ff482040;color:#fff}.sr-publish__submit--offer:hover{background:#e63e18;box-shadow:0 4px 24px #ff482059}.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}.sr-profile__top{background:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 2rem;width:100%}.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{padding:1.5rem 1.5rem 6rem}.sr-profile__hero{align-items:center;display:flex;flex-direction:column;margin-bottom:.5rem;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:108px;padding:3px;position:relative;width:108px}.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:24px;font-weight:800;letter-spacing:-.01em;line-height:1.2;margin-top:1rem}.sr-profile__bio,.sr-profile__name{font-family:var(--font-family);text-align:center}.sr-profile__bio{color:#fff9;font-size:14px;font-weight:500;letter-spacing:.01em;margin-top:.5rem}.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--verified{background:#22c55e1f;border:1px solid #22c55e33;color:#4ade80}.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-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;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-icon{align-items:center;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:10px;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.sr-profile__field-icon svg{fill:#888;height:18px;width:18px}.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{color:#1a2538;font-family:var(--font-family);font-size:15px;font-weight:600;text-transform:capitalize;word-break:break-word}.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:1.25rem;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--warning .sr-profile__stat-label,.sr-profile__stat--warning .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:2rem;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-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:999}.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:1000}.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:1.25rem;width:100%}.sr-profile__edit-group{display:flex;flex-direction:column;gap:6px}.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:14px 16px;transition:border-color .15s ease;width:100%}.sr-profile__edit-input::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-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:.5rem}.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:3.5rem 1rem 1.5rem}.sr-profile__body{padding:1.25rem 1rem 5rem}.sr-profile__avatar-ring{height:96px;width:96px}.sr-profile__name{font-size:22px}.sr-profile__field{gap:12px;padding:14px 16px}.sr-profile__field-icon{border-radius:8px;height:34px;width:34px}.sr-profile__field-icon svg{height:16px;width:16px}.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:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 1.5rem;width:100%}.sr-listing__body,.sr-listing__top-content{max-width:560px;width:100%}.sr-listing__body{display:flex;flex-direction:column;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:#ffffff08;border:1px solid #ffffff14;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:#ffffff80;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}.sr-listing__toggle-slider{background:#ff482026;border:1px solid #ff48204d;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 #e8e8e8;border-radius:14px;box-shadow:0 1px 3px #0000000a;cursor:pointer;display:flex;gap:14px;padding:14px 16px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.sr-listing__card:active{transform:scale(.99)}.sr-listing__card:hover{border-color:#d0d0d0;box-shadow:0 2px 8px #00000014}.sr-listing__card--completed{background:#fafafa;opacity:.55}.sr-listing__card--completed:hover{opacity:.75}.sr-listing__card-badge{align-items:center;border-radius:6px;display:flex;flex-shrink:0;font-family:var(--font-family);font-size:11px;font-weight:700;gap:4px;padding:4px 8px;white-space:nowrap}.sr-listing__card-badge--completed{background:#34d3991f;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:3px;padding:2px 0}.sr-listing__card-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.sr-listing__card-dot--from{background:#34d399;box-shadow:0 0 6px #34d39966}.sr-listing__card-dot--to{background:#ff4820;box-shadow:0 0 6px #ff482066}.sr-listing__card-connector{background:linear-gradient(180deg,#34d399,#e0e0e0,#ff4820);border-radius:1px;flex:1 1;min-height:10px;width:2px}.sr-listing__card-route{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.sr-listing__card-cities{display:flex;flex-direction:column;gap:0}.sr-listing__card-city{color:#1a1a2e;font-family:var(--font-family);font-size:16px;font-weight:700;line-height:1.35;text-transform:capitalize}.sr-listing__card-meta{align-items:center;display:flex;gap:12px;margin-top:4px}.sr-listing__card-meta-item{align-items:center;color:#888;display:flex;font-family:var(--font-family);font-size:12px;font-weight:600;gap:5px}.sr-listing__card-meta-item svg{color:#aaa;height:12px;width:12px}@keyframes sr-listing-pulse{0%,to{opacity:.15}50%{opacity:.35}}.sr-listing__card--skeleton{cursor:default;pointer-events: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:15px}}.sr-faqs{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-faqs__top{background:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;padding:4.5rem 1.5rem 2rem;text-align:center;width:100%}.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-error{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-error__top{background:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;display:flex;justify-content:center;padding:4.5rem 1.5rem 2.5rem;width:100%}.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:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;padding:4.5rem 1.5rem 2rem;text-align:center;width:100%}.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:linear-gradient(180deg,#22304c,#1a2538);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:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;padding:4.5rem 1.5rem 2rem;text-align:center;width:100%}.sr-terms__title{color:#fff;font-family:var(--font-family);font-size:36px;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:14px;font-weight:500;margin-top:6px;opacity:.5}.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:28px}.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:24px}.sr-terms__section h2{font-size:15px}.sr-terms__section p{font-size:14px;line-height:1.5}}.sr-receipt{align-items:center;background:#f5f5f5;display:flex;flex:1 1;flex-direction:column}.sr-receipt__top{background:linear-gradient(180deg,#22304c,#1a2538);border-radius:0 0 28px 28px;padding:4.5rem 1.5rem 2rem;text-align:center;width:100%}.sr-receipt__title{color:#fff;font-family:var(--font-family);font-size:36px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}.sr-receipt__body{max-width:500px;padding:1.5rem 1.5rem 6rem;width:100%}.sr-receipt__card{background:#fff;border:1px solid #e8e8e8;border-radius:14px;box-shadow:0 1px 3px #0000000a;padding:1.25rem}.sr-receipt__row{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;font-family:var(--font-family);justify-content:space-between;padding:.75rem 0}.sr-receipt__row:last-of-type{border-bottom:none}.sr-receipt__row span:first-child{color:#888;font-size:14px}.sr-receipt__row span:last-child{color:#1a1a2e;font-size:14px;font-weight:600;text-align:right}.sr-receipt__ref{font-size:12px;max-width:250px;word-break:break-all}.sr-receipt__status{border-radius:4px;font-size:13px;font-weight:700;padding:.2rem .6rem}.sr-receipt__status--completed{background:#07a85d1a;color:#07a85d}.sr-receipt__status--pending,.sr-receipt__status--processing{background:#e6a23c1a;color:#e6a23c}.sr-receipt__status--failed{background:#e53e3e1a;color:#e53e3e}.sr-receipt__status--refunded{background:#22304c1a;color:#22304c}.sr-receipt__link{background:#22304c;border-radius:10px;color:#fff;display:block;font-family:var(--font-family);font-weight:700;line-height:48px;margin-top:1.25rem;min-height:48px;padding:0 1.5rem;text-align:center;text-decoration:none;transition:background .15s ease}.sr-receipt__link:hover{background:#1a2538}@media screen and (max-width:650px){.sr-receipt__title{font-size:28px}.sr-receipt__body{padding:1.25rem 1rem 5rem}.sr-receipt__card{padding:1rem}.sr-receipt__row{align-items:flex-start;flex-direction:column;gap:.25rem}.sr-receipt__row span:last-child{text-align:left}.sr-receipt__ref{max-width:100%}}@media screen and (max-width:490px){.sr-receipt__top{border-radius:0 0 22px 22px;padding:3.5rem 1rem 1.5rem}.sr-receipt__title{font-size:24px}.sr-receipt__row span:first-child,.sr-receipt__row span:last-child{font-size:13px}}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background:#f5f5f5;display:block;margin:0 auto;max-width:1440px}#root{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}.table{display:table}.hidden{display:none}.rounded{border-radius:.25rem}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.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)}@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))}}: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%);--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.a8cfe4d7.css.map*/