:root{--orange: #d66023;--orange-hover: #c2551c;--text: #1a1d21;--muted: #6b7280;--card: #ffffff;--panel: #f3f4f6;--border: #e5e7eb;--header-bg: #ffffff;--shadow: 0 4px 16px rgba(15, 23, 42, .06);--radius: 14px;--max: 1080px;--font: "Onest", "Segoe UI", sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100vh;font-family:var(--font);color:var(--text);background-color:#eef3f8;background-image:linear-gradient(180deg,#eef3f8f0,#f2f6faeb 45%,#f6f8fbf5),url(/assets/hero-bg-oK2XogzA.png);background-position:center top,center bottom;background-size:cover,cover;background-repeat:no-repeat;background-attachment:fixed}a{color:inherit;text-decoration:none}.site-header{position:relative;z-index:10;background:var(--header-bg);border-radius:0 0 18px 18px;box-shadow:0 2px 14px #0f172a0f}.site-header__inner{max-width:var(--max);margin:0 auto;padding:.75rem 1.25rem .85rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:1rem;row-gap:.5rem}.logo{display:inline-flex;align-items:center;grid-column:1}.logo__img{display:block;height:52px;width:auto}.site-header__text{display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:.35rem .85rem;min-width:0}.site-header__title{margin:0;font-size:clamp(.88rem,2vw,1.15rem);font-weight:800;letter-spacing:-.02em;line-height:1.25}.site-header__tagline{margin:0;color:var(--orange);font-size:clamp(.75rem,1.6vw,.9rem);font-weight:500;font-style:italic;letter-spacing:.01em;line-height:1.3}main{max-width:var(--max);margin:0 auto;padding:2.75rem 1.25rem 3.5rem}.hero{text-align:center;padding:.5rem 0 1.5rem}.hero__title{margin:0;font-size:clamp(1.15rem,2.6vw,1.55rem);font-weight:800;letter-spacing:-.02em;line-height:1.25}.hero__tagline{margin:.35rem 0 0;color:var(--orange);font-size:clamp(.88rem,1.8vw,1.05rem);font-weight:500;font-style:italic}.hero__lead{margin:0 auto 1.75rem;max-width:36rem;color:var(--muted);font-size:1.05rem;line-height:1.45}.cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem}.text-link{color:#1d4ed8;text-decoration:underline;text-underline-offset:.18em;font-weight:600}.text-link:hover{color:#1e40af}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.8rem 1.25rem;border-radius:12px;font-family:inherit;font-size:.98rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.btn:disabled{opacity:.65;cursor:wait}.btn-spinner{width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:btn-spin .7s linear infinite;flex-shrink:0}@keyframes btn-spin{to{transform:rotate(360deg)}}.btn--primary{background:var(--orange);color:#fff}.btn--primary:hover{background:var(--orange-hover)}.btn--secondary{background:#fff;color:var(--text);border-color:#cfd6de}.btn--secondary:hover{border-color:#9aa5b1}.how{margin-top:.5rem}.how h2{margin:0 0 1.35rem;text-align:center;font-size:1.45rem;font-weight:800;letter-spacing:-.02em}.how__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.step{position:relative;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.35rem 1.1rem 1.25rem;text-align:center;min-height:100%}.step__num{position:absolute;top:.85rem;left:.85rem;width:1.55rem;height:1.55rem;border-radius:999px;background:var(--orange);color:#fff;font-size:.8rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.step__icon{width:56px;height:56px;margin:.35rem auto .9rem;color:#111}.step__icon svg,.step__icon img{width:100%;height:100%;display:block;object-fit:contain}.step h3{margin:0 0 .55rem;font-size:1rem;font-weight:700;line-height:1.3}.step p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.4}.subscribe{margin-top:1.5rem}.subscribe__card{display:flex;align-items:center;gap:1.25rem;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.35rem 1.5rem}.subscribe__icon{width:64px;height:64px;flex-shrink:0;object-fit:contain}.subscribe__text{margin:0;font-size:1.05rem;font-weight:600;line-height:1.4;letter-spacing:-.01em}.info-block{margin-top:1.5rem;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.15rem 1.35rem;text-align:center}.info-block p{margin:0;color:var(--text);font-size:.98rem;line-height:1.5}.info-block a{color:var(--orange);font-weight:600;text-decoration:underline;text-underline-offset:2px}.info-block a:hover{color:var(--orange-hover)}.disclaimer{margin-top:1.5rem;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem 1.35rem}.disclaimer p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.5;text-align:center}@media(max-width:960px){.how__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.how__grid{grid-template-columns:1fr}.btn{width:100%}.site-header__nav .btn,.site-header__auth .btn{width:auto}.cta-row{flex-direction:column}.subscribe__card{flex-direction:column;text-align:center}}.site-header__nav{grid-column:2;display:flex;flex-wrap:wrap;gap:.25rem .35rem;align-items:center;justify-content:flex-end;min-width:0}.site-header__nav a:not(.btn){color:var(--text);font-weight:600;font-size:1rem;display:inline-flex;align-items:center;min-height:44px;padding:.5rem .7rem}.site-header__nav a.active:not(.btn){color:var(--orange)}.site-header__nav .btn{min-height:44px;padding:.5rem 1rem}.subscribe+.panel,.panel+.panel{margin-top:1.5rem}.search-card,.panel,.trip-card,.login-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.15rem 1.25rem}.search-card{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:1.25rem}.search-card input,.login-card input[type=text],.sub-form input{flex:1;min-width:12rem;padding:.7rem .85rem;border:1px solid var(--border);border-radius:10px;font-family:inherit;font-size:1rem}.mode-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.mode-row button{border-radius:999px;padding:.45rem .9rem;border:1px solid var(--border);background:#fff;font-family:inherit;font-weight:600;cursor:pointer}.mode-row button.active{background:var(--orange);color:#fff;border-color:var(--orange)}.trip-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.trip-card h3{margin:0 0 .35rem;font-size:1.05rem}.trip-card .muted,.muted{color:var(--muted);font-size:.9rem}.trip-card .econ{font-weight:700;margin:.5rem 0}.trip-card .cta-row,.card-actions{justify-content:flex-start;margin-top:.75rem}.channel-handoff{margin:1rem 0 0;font-size:.95rem}.intro{white-space:pre-line;margin:0 0 1.25rem;line-height:1.45}.panel .intro:last-child{margin-bottom:0}.login-card{max-width:32rem;margin:0 auto}.login-card label{display:flex;gap:.55rem;align-items:flex-start;margin:1rem 0}.widget-slot{min-height:3rem}.widget-slot.is-off{opacity:.4;pointer-events:none}.trip-map{width:100%;height:140px;background:#f1f4f7;border-radius:10px;margin:.6rem 0;overflow:hidden}.trip-map__label{font-size:9px;font-weight:600;fill:#1a1d21;paint-order:stroke fill;stroke:#f1f4f7;stroke-width:3px;stroke-linejoin:round}.ml-price{font-weight:700;margin:.35rem 0 .6rem}.guest-notice{margin:0 0 1.25rem}.guest-notice h2{margin-top:0}.stages{list-style:none;padding:0;margin:.75rem 0 0}.stages li{padding:.35rem 0;border-bottom:1px solid var(--border);font-size:.92rem}.stages summary,.more-actions summary{cursor:pointer}.more-actions{margin-top:1rem}.more-actions summary{color:var(--muted);font-size:.9rem}.more-actions p{margin:.75rem 0 0}.stages details .source-text{margin-top:.5rem}.err{color:#b42318;margin:.75rem 0}.toast-host{position:fixed;top:1rem;right:1rem;z-index:10000;display:flex;flex-direction:column;gap:.5rem;max-width:min(22rem,calc(100vw - 2rem));pointer-events:none}.toast{padding:.75rem 1rem;border-radius:10px;font-size:.95rem;font-weight:600;line-height:1.35;box-shadow:0 8px 24px #0f172a24;border:1px solid var(--border);background:#fff;color:var(--text);animation:toast-in .18s ease-out}.toast--ok{border-color:#9ed0b8;background:#f0faf5;color:#0b6e4f}.toast--err{border-color:#f0b4ae;background:#fff5f4;color:#b42318}@keyframes toast-in{0%{opacity:0;transform:translateY(-.35rem)}to{opacity:1;transform:translateY(0)}}.sub-list{list-style:none;padding:0}.sub-list li{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border)}.sub-form{display:flex;gap:.75rem;margin-bottom:1rem}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.panel-head h1,.panel-head h2,.panel-head .hero__title,.panel-head .page-title{margin:0}.orders-type-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.orders-type-tabs__btn{display:inline-flex;align-items:center;padding:.4rem .85rem;border:1px solid var(--border);border-radius:var(--radius, 8px);background:var(--surface, #fff);color:var(--text);text-decoration:none;font-size:.9rem;font-weight:500}.orders-type-tabs__btn:hover{border-color:var(--accent, #c45c26)}.orders-type-tabs__btn--active{border-color:var(--accent, #c45c26);background:color-mix(in srgb,var(--accent, #c45c26) 12%,transparent);color:var(--text)}.service-type-icons{display:flex;flex-wrap:wrap;align-items:stretch;gap:.5rem;margin:0;padding:.35rem;border:1px solid var(--border);border-radius:calc(var(--radius, 8px) + 2px);background:color-mix(in srgb,var(--surface, #fff) 88%,var(--border))}.service-type-icons__item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.35rem;min-width:4.5rem;max-width:5.5rem;padding:.45rem .4rem .5rem;border:1px solid transparent;border-radius:var(--radius, 8px);background:transparent;color:var(--text);text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.service-type-icons__pic{display:flex;align-items:center;justify-content:center;width:2.85rem;height:2.85rem;border-radius:.7rem;border:1.5px solid color-mix(in srgb,var(--accent, #c45c26) 35%,var(--border));background:var(--surface, #fff);color:var(--accent, #c45c26);box-shadow:0 1px 2px color-mix(in srgb,var(--text) 8%,transparent)}.service-type-icons__pic svg{width:1.4rem;height:1.4rem}.service-type-icons__item:hover{background:var(--surface, #fff);border-color:color-mix(in srgb,var(--accent, #c45c26) 45%,var(--border));box-shadow:0 1px 4px color-mix(in srgb,var(--text) 10%,transparent);transform:translateY(-1px)}.service-type-icons__item:hover .service-type-icons__pic{border-color:var(--accent, #c45c26);color:var(--accent, #c45c26)}.service-type-icons__item:focus-visible{outline:2px solid var(--accent, #c45c26);outline-offset:2px}.service-type-icons__item--active{background:var(--surface, #fff);border-color:var(--accent, #c45c26);box-shadow:0 0 0 1px color-mix(in srgb,var(--accent, #c45c26) 40%,transparent)}.service-type-icons__item--active .service-type-icons__pic{border-color:var(--accent, #c45c26);background:color-mix(in srgb,var(--accent, #c45c26) 16%,var(--surface, #fff));color:var(--accent, #c45c26)}.service-type-icons__item--active .service-type-icons__label{color:var(--accent, #c45c26);font-weight:700}.service-type-icons__label{font-size:.72rem;font-weight:600;line-height:1.2;text-align:center;max-width:100%;overflow-wrap:anywhere}.table-wrap{overflow-x:auto}.orders-table{width:100%;border-collapse:collapse;font-size:.95rem}.orders-table th,.orders-table td{text-align:left;padding:.65rem .5rem;border-bottom:1px solid var(--border)}.orders-table__id{white-space:nowrap;vertical-align:top}.orders-table__actions{margin-top:.2rem;white-space:nowrap;font-size:.9em}.orders-view-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.orders-view-tabs__btn{display:inline-flex;align-items:center;padding:.45rem .9rem;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--text);font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer}.orders-view-tabs__btn:hover{border-color:var(--orange)}.orders-view-tabs__btn--active{border-color:var(--orange);background:var(--orange);color:#fff}.dispatch-workplace{display:grid;gap:1.25rem}.dispatch-filters{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.dispatch-filters label{display:grid;gap:.35rem;font-weight:600;min-width:10rem}.dispatch-filters select{font:inherit;padding:.45rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}.dispatch-section-head{display:flex;align-items:center;gap:.5rem;margin:0 0 .65rem}.dispatch-section-head .dispatch-zone__title{margin:0}.dispatch-section-icon{display:inline-flex;color:var(--orange);flex-shrink:0}.dispatch-attention{padding:.85rem 1rem;border:1px solid color-mix(in srgb,var(--orange) 35%,var(--border));border-radius:var(--radius);background:color-mix(in srgb,var(--orange) 6%,transparent)}.dispatch-zone__title{display:flex;align-items:baseline;gap:.5rem;margin:0 0 .65rem;font-size:1.05rem}.dispatch-zone__count{font-size:.85rem;font-weight:600;color:var(--muted)}.dispatch-phases{display:grid;gap:.55rem}.dispatch-phase{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);overflow:hidden}.dispatch-phase__summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .85rem;cursor:pointer;font-weight:600;list-style:none}.dispatch-phase__summary::-webkit-details-marker{display:none}.dispatch-phase__count{font-size:.85rem;color:var(--muted)}.dispatch-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--border)}.dispatch-row{display:flex;flex-wrap:wrap;gap:.65rem 1rem;justify-content:space-between;padding:.75rem .85rem;border-bottom:1px solid var(--border)}.dispatch-row:last-child{border-bottom:none}.dispatch-row__main{min-width:min(100%,16rem);flex:1 1 14rem}.dispatch-row__route{font-weight:700;font-size:1.02rem;line-height:1.3}.dispatch-row__meta{margin-top:.25rem;font-size:.9rem}.dispatch-row__badges{display:flex;flex-wrap:wrap;gap:.35rem;align-content:flex-start;max-width:100%}.dispatch-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border:1px solid var(--border);border-radius:8px;font-size:.8rem;font-weight:600;background:var(--card)}.dispatch-badge--scheme{border-color:color-mix(in srgb,#3d6b8c 40%,var(--border))}.dispatch-badge--money{border-color:color-mix(in srgb,var(--orange) 45%,var(--border));background:color-mix(in srgb,var(--orange) 10%,transparent)}.dispatch-badge--attention{border-color:color-mix(in srgb,var(--orange) 50%,var(--border));background:color-mix(in srgb,var(--orange) 12%,transparent);color:color-mix(in srgb,var(--orange) 70%,var(--text))}.dispatch-empty{display:grid;gap:.75rem;padding:.5rem 0 .25rem}.dispatch-empty .cta-row{margin-top:0}.dispatch-settle-list{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.85rem}.dispatch-settle-card{padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);display:grid;gap:.75rem}.dispatch-settle-card__name{margin:0;font-size:1.1rem;font-weight:700}.dispatch-settle-card__metrics{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.dispatch-settle-metric{display:grid;gap:.1rem;min-width:5.5rem}.dispatch-settle-metric__value{font-size:1.65rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--orange)}.dispatch-settle-metric__label{font-size:.85rem;color:var(--muted);font-weight:600}.dispatch-settle-card__meta,.dispatch-settle-card__orders{font-size:.9rem}.dispatch-settle-card__actions{display:flex;flex-wrap:wrap;gap:.5rem}.dispatch-work-block{margin:1.1rem 0;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in srgb,var(--panel) 55%,var(--card));display:grid;gap:.75rem}.dispatch-work-block__badges{display:flex;flex-wrap:wrap;gap:.35rem}.dispatch-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem;list-style:none;margin:0;padding:0}.dispatch-stepper__step{padding:.45rem .4rem;border:1px solid var(--border);border-radius:8px;background:var(--card);font-size:.72rem;font-weight:600;line-height:1.25;text-align:center;color:var(--muted)}.dispatch-stepper__step--done{border-color:color-mix(in srgb,var(--orange) 30%,var(--border));color:var(--text);background:color-mix(in srgb,var(--orange) 6%,transparent)}.dispatch-stepper__step--current{border-color:var(--orange);color:var(--text);background:color-mix(in srgb,var(--orange) 12%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--orange) 25%,transparent)}.order-notes{margin:1.25rem 0}.order-chat{margin:1.25rem 0;max-width:36rem}.order-chat__messages{list-style:none;padding:.65rem;margin:.75rem 0;display:flex;flex-direction:column;gap:.55rem;max-height:20rem;overflow:auto;border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in srgb,var(--panel) 70%,var(--card))}.order-chat__msg{max-width:88%;align-self:flex-start;padding:.55rem .75rem;border:1px solid var(--border);border-radius:12px 12px 12px 4px;background:var(--card)}.order-chat__msg--mine{align-self:flex-end;border-color:color-mix(in srgb,var(--orange) 35%,var(--border));background:color-mix(in srgb,var(--orange) 10%,transparent);border-radius:12px 12px 4px}.order-chat__msg-body{white-space:pre-wrap;word-break:break-word}.order-chat__msg-meta{margin-top:.25rem;font-size:.75rem;color:var(--muted)}.order-chat__pick,.order-chat__threads{margin-top:.75rem}@media(max-width:640px){.dispatch-row{flex-direction:column;align-items:stretch}.dispatch-stepper{grid-template-columns:1fr 1fr}}.order-form{display:grid;gap:.75rem;max-width:28rem;margin:1rem 0}.order-wait-status{margin:.5rem 0 0}.order-form label{display:grid;gap:.35rem;font-weight:600}.order-form input,.order-form textarea,.order-form select{padding:.7rem .85rem;border:1px solid var(--border);border-radius:10px;font-family:inherit;font-size:1rem;font-weight:400}.dt-field{position:relative}.dt-field__row{display:grid;grid-template-columns:1fr auto;gap:.35rem;align-items:stretch}.dt-field__row input{width:100%;min-width:0}.dt-field__toggle{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;border:1px solid var(--border);border-radius:10px;background:#fff;color:#444;cursor:pointer}.dt-field__toggle:hover:not(:disabled){border-color:var(--orange);color:var(--orange)}.dt-field__toggle:disabled{opacity:.5;cursor:not-allowed}.dt-field__pop{position:absolute;z-index:40;top:calc(100% + .35rem);left:0;right:0;padding:.75rem;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:0 10px 28px #141e3224}.dt-field__nav{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.dt-field__nav-title{font-weight:600;text-transform:capitalize}.dt-field__nav-btn{width:2rem;height:2rem;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:1.2rem;line-height:1;cursor:pointer}.dt-field__weekdays,.dt-field__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.2rem;text-align:center}.dt-field__weekdays{margin-bottom:.25rem;font-size:.75rem;color:#6b7280;font-weight:500}.dt-field__day{min-height:2rem;border:0;border-radius:8px;background:transparent;font:inherit;cursor:pointer}.dt-field__day:hover:not(.dt-field__day--empty){background:color-mix(in srgb,var(--orange) 12%,transparent)}.dt-field__day--selected{background:var(--orange);color:#fff;font-weight:600}.dt-field__day--empty{cursor:default}.dt-field__time{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.75rem}.dt-field__time label{display:grid;gap:.25rem;font-size:.85rem;font-weight:600}.dt-field__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.75rem}.source-text{white-space:pre-wrap;background:#f6f8fb;padding:.85rem;border-radius:10px;font-size:.9rem}.preview{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.pager{margin-top:1rem}.inbox-body,.guidance{white-space:pre-wrap}.push-banner{background:#fff7ed;border:1px solid #fdba74;border-radius:var(--radius);padding:1rem 1.15rem;margin:0 0 1.25rem}.more-list{list-style:none;padding:0}.more-list li{padding:.75rem 0;border-bottom:1px solid var(--border);font-weight:600}.push-toggle{display:flex;gap:.5rem;align-items:center;margin:1rem 0}.avatar-link{display:inline-flex;align-items:center;min-height:44px;padding:.35rem .5rem;border-radius:999px;border:none;background:transparent;cursor:pointer;position:relative}.avatar-link.active .avatar{outline:2px solid var(--orange);outline-offset:2px}.profile-menu{position:relative}.site-header__auth{grid-column:3;display:inline-flex;align-items:center;justify-self:end}.profile-menu__badge{position:absolute;top:.35rem;right:.35rem;width:.55rem;height:.55rem;border-radius:50%;background:var(--orange);box-shadow:0 0 0 2px #fff}.profile-menu__dropdown{position:absolute;right:0;top:calc(100% + .25rem);min-width:11rem;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:.35rem 0;z-index:40;display:flex;flex-direction:column}.profile-menu__dropdown a,.profile-menu__logout{display:block;width:100%;text-align:left;padding:.65rem 1rem;color:var(--text);font-weight:600;font-size:1rem;background:transparent;border:none;cursor:pointer;text-decoration:none}.profile-menu__dropdown a:hover,.profile-menu__logout:hover{background:#0000000a}.avatar{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--orange);color:#fff;font-weight:700;font-size:.85rem;line-height:1;-webkit-user-select:none;user-select:none}.avatar--lg{width:3.5rem;height:3.5rem;font-size:1.15rem}.profile-header{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.profile-name{margin:0;font-size:1.35rem}.profile-ban{margin:0 0 1rem}.profile-purchases{margin:1rem 0}.profile-purchases h3{margin:0 0 .5rem;font-size:1rem}.profile-trip-list{list-style:none;padding:0;margin:0 0 .75rem}.profile-trip-list li+li{margin-top:.35rem}.profile-trip-link{font-weight:600}.inbox-list{list-style:none;padding:0}.inbox-item{width:100%;text-align:left;background:#fff;border:0;border-bottom:1px solid var(--border);padding:.85rem 0;font-family:inherit;font-size:.95rem;cursor:pointer;display:flex;justify-content:space-between;gap:1rem}.inbox-list .is-unread .inbox-item{font-weight:700}.inbox-list .is-stale .inbox-item{background:#f3f4f6}.inbox-stale-label{display:block;margin-top:.35rem;font-size:.85rem;color:var(--muted);font-style:normal}.service-profile-fields{margin:1rem 0}.service-profile-field{margin-bottom:.85rem}.service-profile-field dt{font-size:.85rem;color:var(--muted);margin-bottom:.2rem}.service-profile-field dd{margin:0}.service-profile-photo{max-width:min(100%,240px);max-height:240px;border-radius:8px;display:block;margin-bottom:.5rem}.service-photo-gallery{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.service-photo-item{display:grid;gap:.35rem;justify-items:start}.service-photo-item .service-profile-photo{margin-bottom:0}.service-photo-item__remove{font-size:.85rem;padding:.25rem .55rem}.service-profile-form{display:grid;gap:.85rem;max-width:28rem;margin-top:1rem}.service-profile-form__field{display:grid;gap:.35rem}.service-profile-form__field span{font-size:.9rem;color:var(--muted)}.service-profile-form input,.service-profile-form select{width:100%;padding:.45rem .65rem;border:1px solid var(--border);border-radius:6px;font:inherit}.ok{color:var(--accent, #0b6e4f)}.service-hub-list,.service-listing-list{list-style:none;padding:0;margin:1rem 0;display:grid;gap:.65rem}.service-ad-card{list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:12px;background:var(--panel, #fff);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.service-ad-card:hover{border-color:#c5ced8;box-shadow:0 2px 10px #141e2d0f}.service-ad-card__row{display:grid;grid-template-columns:10.5rem 1fr;gap:.85rem;min-height:7.5rem}@media(min-width:640px){.service-ad-card__row{grid-template-columns:14.5rem 1fr;gap:1.1rem;min-height:9.75rem}}.service-ad-card__media{background:#e8ecf1;min-height:100%;text-decoration:none;color:inherit;display:flex;align-items:center;justify-content:center;padding:.45rem;box-sizing:border-box}.service-ad-card__media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;border-radius:6px}.service-ad-card__placeholder{width:100%;height:100%;min-height:6.5rem;border-radius:6px;background:linear-gradient(145deg,#e6ebf1,#f5f7f9 48%,#dfe5ec)}.service-ad-card__body{padding:.75rem .9rem .85rem 0;min-width:0;display:flex;flex-direction:column;gap:.3rem}.service-ad-card__title{margin:0;font-size:1.12rem;line-height:1.25;font-weight:700;letter-spacing:-.01em}.service-ad-card__title-link,.service-ad-card__desc,.service-ad-card__price,.service-ad-card__meta-link{color:inherit;text-decoration:none}.service-ad-card__desc{margin:0;color:var(--muted);font-size:.92rem;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.service-ad-card__price{margin:.05rem 0 0;font-weight:600;font-size:.98rem;line-height:1.35;display:inline-block;color:var(--orange);letter-spacing:0}.service-ad-card__meta{margin:.2rem 0 0;font-size:.88rem;color:var(--muted)}.service-ad-card__author{color:inherit;text-decoration:underline;text-underline-offset:2px}.service-ad-card__badges{margin:.35rem 0 0;display:flex;flex-wrap:wrap;gap:.35rem}.page-title{font-size:1.45rem;margin:0 0 .5rem}.order-new-lead{margin:0 0 1rem;max-width:40rem}.service-ads-filters select{min-width:10rem;padding:.55rem .75rem;border:1px solid var(--border, #d0d5dd);border-radius:8px;background:#fff;font:inherit}.service-city-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 1rem}.service-city-filter input{flex:1 1 12rem;padding:.45rem .65rem;border:1px solid var(--border);border-radius:6px;font:inherit}.service-listing-cta{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.25rem}.service-section-title{font-size:1.05rem;margin:1.25rem 0 .5rem}.service-review-list{list-style:none;padding:0;margin:.5rem 0 0;display:grid;gap:1rem}.service-review-item{padding:.85rem 0;border-top:1px solid var(--border, #d5dde5)}.service-review-stars{margin:0 0 .25rem;letter-spacing:.05em}.service-review-reply{margin-top:.65rem;padding:.65rem .75rem;background:#0b6e4f0f;border-radius:8px}.service-review-form{display:grid;gap:.65rem;margin-top:1rem;max-width:28rem}.service-review-form label{display:grid;gap:.3rem;font-size:.9rem}.service-review-form textarea,.service-review-form select{width:100%;padding:.45rem .6rem;border:1px solid var(--border, #d5dde5);border-radius:6px;font:inherit}.service-pager{margin-top:1rem}.receipt-form{display:grid;gap:.75rem;margin:1rem 0;max-width:28rem}@media(max-width:720px){.site-header__inner{grid-template-columns:auto 1fr auto;grid-template-areas:"logo spacer auth" "nav nav nav"}.logo{grid-area:logo}.site-header__auth{grid-area:auth}.site-header__nav{grid-area:nav;justify-content:flex-start;gap:.2rem .15rem}.site-header__nav a:not(.btn){font-size:1.0625rem;min-height:48px;padding:.7rem .85rem}.site-header__nav .btn{min-height:48px;font-size:1.0625rem;padding:.7rem 1.1rem}}.service-badge{display:inline-block;margin-top:.35rem;font-size:.85rem;color:#0b6e4f;font-weight:600}.service-badge--inline{margin-left:.5rem;margin-top:0}.service-badge--pill{margin-top:0;margin-left:0;padding:.2rem .55rem;border-radius:999px;background:#0b6e4f1a;font-size:.78rem;font-weight:600;line-height:1.3}.service-badge-row{display:flex;flex-wrap:wrap;gap:.5rem .85rem;margin:.35rem 0 .75rem}.icon-btn-row{display:flex;flex-wrap:wrap;gap:.65rem;margin:.75rem 0 1rem}.icon-btn{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem .95rem;border:1px solid var(--border, #cfd6de);border-radius:8px;background:#fff;color:inherit;text-decoration:none;font:inherit;cursor:pointer;line-height:1.25}.icon-btn:hover{border-color:#9aa5b1}.icon-btn--primary{background:var(--orange, #e85d04);border-color:transparent;color:#fff}.icon-btn--primary:hover{background:var(--orange-hover, #d00000);color:#fff}.service-hub-actions{margin-top:1rem}.listing-card{margin:0 0 1.5rem}.listing-card--has-mobile-cta{padding-bottom:5.5rem}.listing-gallery{margin:0 0 1.1rem}.listing-gallery__main{display:block;width:min(100%,40rem,calc(min(52vh,25rem)*1.6));padding:0;border:none;border-radius:14px;overflow:hidden;background:#e8edf2;cursor:zoom-in;aspect-ratio:16 / 10}.listing-gallery__main img{display:block;width:100%;height:100%;object-fit:cover}.listing-gallery__placeholder{width:min(100%,40rem,calc(min(52vh,25rem)*1.6));aspect-ratio:16 / 10;border-radius:14px;background:linear-gradient(145deg,#e6ebf1,#f5f7f9 48%,#dfe5ec)}.listing-gallery__thumbs-wrap{position:relative;margin-top:.55rem}.listing-gallery__thumbs{display:flex;flex-wrap:nowrap;gap:.45rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;overscroll-behavior-x:contain;padding:.1rem .05rem .25rem}.listing-gallery__thumbs-nav{position:absolute;top:50%;z-index:1;transform:translateY(-55%);width:2rem;height:2rem;padding:0;border:1px solid var(--border, #d5dde5);border-radius:999px;background:#fffffff2;box-shadow:0 1px 4px #141e2824;color:var(--text, #1a2330);font-size:1.25rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.listing-gallery__thumbs-nav:hover{border-color:var(--orange, #e85d04);color:var(--orange, #e85d04)}.listing-gallery__thumbs-nav--prev{left:.15rem}.listing-gallery__thumbs-nav--next{right:.15rem}.listing-gallery__thumbs-wrap--scrollable .listing-gallery__thumbs{padding-inline:2.15rem}.listing-gallery__thumb{flex:0 0 auto;width:4.25rem;height:3.1rem;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:#e8edf2;cursor:pointer;scroll-snap-align:start}.listing-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.listing-gallery__thumb--active{border-color:var(--orange, #e85d04)}.listing-lightbox{position:fixed;inset:0;z-index:80;background:#0c1016eb;display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem 1rem}.listing-lightbox__img{max-width:min(96vw,1100px);max-height:88vh;object-fit:contain;border-radius:4px}.listing-lightbox__close{position:absolute;top:.75rem;right:.9rem;width:2.5rem;height:2.5rem;border:none;border-radius:999px;background:#ffffff1f;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer}.listing-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:2.75rem;height:2.75rem;border:none;border-radius:999px;background:#ffffff1f;color:#fff;font-size:1.75rem;line-height:1;cursor:pointer}.listing-lightbox__nav--prev{left:.75rem}.listing-lightbox__nav--next{right:.75rem}.listing-lightbox__counter{position:absolute;bottom:.85rem;left:50%;transform:translate(-50%);margin:0;color:#ffffffd9;font-size:.9rem}.listing-card__header{margin:0 0 1rem;display:flex;flex-wrap:wrap;align-items:baseline;gap:.55rem .75rem;padding:.9rem 1.05rem;border:1px solid var(--border, #d5dde5);border-radius:14px;background:var(--card, #fff)}.listing-card__title{margin:0;font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:750;letter-spacing:-.02em;line-height:1.2;flex:1 1 12rem}.listing-card__layout{display:grid;gap:1.35rem}.listing-card__seller{order:-1;padding:1rem 1.05rem;border:1px solid var(--border, #d5dde5);border-radius:14px;background:var(--card, #fff);display:grid;gap:.85rem;align-content:start}.listing-card__main{min-width:0;padding:1rem 1.05rem .35rem;border:1px solid var(--border, #d5dde5);border-radius:14px;background:var(--card, #fff)}.listing-card__section{margin:0 0 1.35rem}.listing-card__section-title{margin:0 0 .55rem;font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.listing-card__description{margin:0;font-size:1.02rem;line-height:1.55;white-space:pre-wrap}.listing-attrs{margin:0;display:grid;gap:.75rem 1.25rem}@media(min-width:560px){.listing-attrs{grid-template-columns:1fr 1fr}}.listing-attrs__item{margin:0;padding-bottom:.65rem;border-bottom:1px solid var(--border, #e4e9ef)}.listing-attrs__item dt{font-size:.82rem;color:var(--muted);margin-bottom:.2rem}.listing-attrs__item dd{margin:0;font-size:.98rem;line-height:1.35}.listing-seller__tariffs{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.listing-seller__tariffs li{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline}.listing-seller__tariff-label{color:var(--muted);font-size:.9rem}.listing-seller__tariff-value{font-weight:700;font-size:1.05rem;text-align:right}.listing-seller__city,.listing-seller__vehicle,.listing-seller__provider{margin:0;display:grid;gap:.15rem;font-size:.95rem}.listing-seller__badges{margin:.35rem 0 0;display:flex;flex-wrap:wrap;gap:.35rem}.listing-seller__edit{margin:0}.listing-seller__contact{padding-top:.5rem;border-top:1px solid var(--border, #e4e9ef)}.listing-seller__cta{display:flex;flex-direction:column;gap:.55rem;margin-top:.15rem}.listing-seller__cta .btn{width:100%;justify-content:center;text-align:center}.listing-seller__cta--desktop{display:none}.listing-mobile-cta{display:block;position:fixed;left:0;right:0;bottom:0;z-index:40;padding:.65rem .85rem calc(.65rem + env(safe-area-inset-bottom,0px));background:#fffffff5;border-top:1px solid var(--border, #d5dde5);box-shadow:0 -4px 16px #141e2d14}.listing-mobile-cta__inner{display:flex;flex-wrap:wrap;gap:.5rem;max-width:42rem;margin:0 auto}.listing-mobile-cta__inner .btn{flex:1 1 9rem;justify-content:center;text-align:center}.listing-card__moderation{margin-top:1.5rem;padding-top:1rem;border-top:1px dashed var(--border, #d5dde5)}@media(min-width:900px){.listing-card--has-mobile-cta{padding-bottom:0}.listing-card__layout{grid-template-columns:minmax(0,1fr) 19.5rem;align-items:start;gap:1.75rem}.listing-card__seller{order:0;position:sticky;top:1rem}.listing-seller__cta--desktop{display:flex}.listing-mobile-cta{display:none}}.list{list-style:none;padding:0;margin:.5rem 0 0;display:grid;gap:.65rem}.list-item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.85rem 1rem;padding:.95rem 1rem;background:#f8fafc;border:1px solid var(--border);border-radius:12px}.list-item .cta-row{justify-content:flex-start;margin:0}.groups-page .page-title,.site-page .page-title{margin:0}.groups-page__type,.site-page__type{margin:.2rem 0 0;color:var(--orange);font-weight:600;font-size:.95rem}.groups-page__lead,.site-page__lead{max-width:42rem;margin-top:.65rem}.groups-page__cta,.groups-page__footer,.site-page__cta,.site-page__footer{justify-content:flex-start;margin-top:1rem}.groups-page__footer,.site-page__footer{margin-top:1.75rem;padding-top:1.15rem;border-top:1px solid var(--border)}.groups-highlights,.site-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.75rem;margin:1.15rem 0 1.5rem}.groups-highlight,.site-highlight{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;padding:.9rem 1rem;background:linear-gradient(165deg,#fff8f3,#fff 55%);border:1px solid #f3d9c4;border-radius:12px}.groups-highlight strong,.site-highlight strong{display:block;margin-bottom:.2rem;font-size:.98rem}.groups-highlight p,.site-highlight p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.4}.groups-highlight__icon,.site-highlight__icon{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:10px;background:#d660231f;color:var(--orange);flex-shrink:0}.groups-section-head,.site-section-head{display:flex;align-items:baseline;gap:.55rem;flex-wrap:wrap;margin:1.35rem 0 .55rem}.groups-section-title,.site-section-title{margin:0;font-size:1.12rem;font-weight:700;letter-spacing:-.01em}.groups-section-count,.site-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .4rem;border-radius:999px;background:#eef2f6;color:var(--muted);font-size:.8rem;font-weight:700}.groups-section-lead,.site-section-lead{margin:0 0 .75rem}.groups-empty,.site-empty{padding:1.15rem 1.2rem;border-radius:12px;border:1px dashed #d4dde8;background:#f8fafc}.groups-empty p,.site-empty p{margin:0 0 .85rem;color:var(--muted);line-height:1.45;max-width:36rem}.groups-grid,.site-entity-list{list-style:none;padding:0;margin:0;display:grid;gap:.85rem}.group-teaser,.site-entity{display:grid;grid-template-columns:auto 1fr;gap:.85rem 1rem;align-items:start;padding:1.05rem 1.1rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.group-teaser__actions,.site-entity__actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.15rem}.group-teaser__mark,.site-entity__mark{display:grid;place-items:center;width:2.75rem;height:2.75rem;border-radius:12px;color:#fff;flex-shrink:0}.group-teaser__mark--personal,.site-entity__mark--accent{background:linear-gradient(145deg,#d66023,#e07a3a)}.group-teaser__mark--system,.site-entity__mark--info{background:linear-gradient(145deg,#3b6ea5,#5a8fc0)}.group-teaser__mark--ml,.site-entity__mark--ok{background:linear-gradient(145deg,#0b6e4f,#1a9a72)}.group-teaser__mark--other,.site-entity__mark--muted{background:#6b7280}.group-teaser__title,.site-entity__title{margin:0 0 .4rem;font-size:1.08rem;font-weight:700;letter-spacing:-.01em;line-height:1.25}.group-teaser__title-link,.site-entity__title-link{color:inherit;text-decoration:none}.group-teaser__title-link:hover,.site-entity__title-link:hover{color:var(--orange)}.group-teaser__badges,.site-entity__badges{display:flex;flex-wrap:wrap;gap:.35rem}.group-teaser__desc,.site-entity__desc{margin:.45rem 0 0;color:var(--muted);font-size:.9rem;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.group-kind,.site-pill{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;line-height:1.3;background:#eef2f6;color:#4b5563}.group-kind--personal,.site-pill--accent{background:#d660231f;color:#b45309}.group-kind--system,.site-pill--info{background:#3b6ea51f;color:#1e4d7b}.group-kind--ml,.site-pill--ok{background:#0b6e4f1f;color:#0b6e4f}.group-kind--owner,.site-pill--owner{background:#d660232e;color:#9a3412}.group-kind--role,.site-pill--role{background:#f1f5f9;color:#475569}.groups-create,.groups-block,.site-block{margin-top:1.5rem;padding:1.15rem 1.2rem 1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:#f8fafc}.groups-block--invite,.site-block--warm{background:linear-gradient(165deg,#fff8f3,#f8fafc 70%);border-color:#f3d9c4}.groups-block__head,.site-block__head{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;margin-bottom:.85rem}.groups-block__head .groups-section-title,.site-block__head .site-section-title,.site-block__head .groups-section-title{margin:0 0 .2rem}.groups-block__icon,.site-block__icon{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:10px;background:#fff;border:1px solid var(--border);color:var(--orange)}.groups-create__form{margin:.75rem 0 0;max-width:28rem}.groups-invite-url{margin:0 0 .85rem;padding:.7rem .85rem;background:#fff;border:1px solid var(--border);border-radius:10px;overflow-x:auto}.groups-invite-url code{font-size:.88rem;word-break:break-all}.groups-notify{margin:1rem 0 0;padding:.85rem 1rem;border-radius:12px;border:1px solid var(--border);background:#fff}.site-guest{display:grid;gap:.85rem}.site-guest__title{margin:0;font-size:1.45rem;font-weight:800;letter-spacing:-.02em}.check-row{display:inline-flex;align-items:center;gap:.45rem;font-weight:500;cursor:pointer}.groups-card__back{margin:0 0 .45rem;font-size:.92rem}.groups-card__badges{margin-top:.45rem}@media(min-width:720px){.group-teaser,.site-entity{grid-template-columns:auto 1fr auto;align-items:center}.group-teaser__actions,.site-entity__actions{grid-column:auto;margin-top:0;justify-content:flex-end}.group-teaser--hub .group-teaser__actions{align-self:center}}.landing__intro{padding-bottom:.75rem}.landing__intro .hero__lead{margin-bottom:0;max-width:40rem}.landing__tools{display:grid;gap:1rem;margin-top:.35rem;scroll-margin-top:1rem}.landing__section{padding:1.15rem 1.25rem 1.3rem;text-align:left;display:grid;gap:1rem 1.25rem;align-items:start}.landing__section-media{width:4.75rem;height:4.75rem;border-radius:14px;background:#fff;border:1px solid var(--border, #e5e7eb);display:grid;place-items:center;overflow:hidden}.landing__section-media img{width:3.1rem;height:3.1rem;object-fit:contain}.landing__section-body{min-width:0}.landing__section-title{margin:0 0 .45rem;font-size:clamp(1.05rem,2.2vw,1.25rem);font-weight:700;letter-spacing:-.015em}.landing__section-text{margin:0 0 1rem;color:var(--muted, #5b6570);font-size:.98rem;line-height:1.45}.landing__section-cta{justify-content:flex-start}@media(min-width:640px){.landing__section{grid-template-columns:5.25rem minmax(0,1fr)}.landing__section-media{width:5.25rem;height:5.25rem}.landing__section-media img{width:3.4rem;height:3.4rem}}
