/* ГдеБензин — вступление v3 (20.09.2026). Живой телефон вместо GIF: карта, пины, табло, очередь
   и чат рисуются DOM/SVG и анимируются по сценарию (onb2.js). Ноль медиа, ничего не устаревает. */
:root{
  --ob-ink:#0B0F0C; --ob-paper:#F2F2F7; --ob-road:#FFFFFF; --ob-block:#E7E9EE; --ob-green:#DDEFD9; --ob-water:#CFE3F5;
  --ob-ok:#34C759; --ob-queue:#FF9500; --ob-no:#FF3B30; --ob-blue:#007AFF; --ob-text:#111;
  --ob-ease:cubic-bezier(.22,.9,.28,1); --ob-spring:cubic-bezier(.2,1.4,.4,1);
}
.onb{position:fixed;inset:0;z-index:1000;display:none;flex-direction:column;align-items:center;
  background:radial-gradient(120% 80% at 50% -10%,#173225 0%,#0B140F 45%,#050806 100%);color:#fff;
  -webkit-user-select:none;user-select:none;overflow:hidden}
.onb.show{display:flex}
.onb::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(60% 40% at 50% 62%,rgba(52,199,89,.14),transparent 70%)}
.ob-top{position:relative;z-index:3;width:100%;max-width:560px;padding:calc(14px + var(--safe-t,0px)) 18px 0;display:flex;align-items:center;gap:10px}
.ob-prog{flex:1;display:flex;gap:5px}
.ob-prog i{flex:1;height:3px;border-radius:3px;background:rgba(255,255,255,.18);overflow:hidden;position:relative}
.ob-prog i::after{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:left}
.ob-prog i.done::after{transform:scaleX(1)}
.ob-prog i.on::after{animation:obFill var(--ob-dur,6s) linear forwards}
.onb.paused .ob-prog i.on::after{animation-play-state:paused}
@keyframes obFill{to{transform:scaleX(1)}}
.ob-skip{flex:0 0 auto;border:0;background:rgba(255,255,255,.12);color:#fff;font:600 13px/1 var(--font);padding:9px 13px;border-radius:999px;cursor:pointer;
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.ob-skip:active{transform:scale(.96)}

/* сцена: телефон */
.ob-stage{position:relative;z-index:2;flex:1;width:100%;min-height:0}
/* телефон фиксированного логического размера 252×532, масштабируется целиком под свободное место (JS считает --ob-k) —
   иначе на маленьких экранах карточка и табло переверстывались и ломались */
.ob-phone{position:absolute;left:50%;top:50%;width:252px;height:532px;border-radius:40px;padding:8px;background:#0a0d0b;
  box-shadow:0 30px 70px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.08),inset 0 0 0 1.5px #262b28;
  transform:translate(-50%,-50%) scale(var(--ob-k,1));transform-origin:center;opacity:0;transition:opacity .5s ease}
.onb.show .ob-phone{opacity:1}
.ob-phone::before{content:"";position:absolute;top:16px;left:50%;transform:translateX(-50%);width:64px;height:18px;border-radius:12px;background:#000;z-index:5}
.ob-screen{position:relative;width:100%;height:100%;border-radius:32px;overflow:hidden;background:var(--ob-paper);font-family:var(--font);color:var(--ob-text)}
.ob-scene{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}
.ob-scene.on{opacity:1}

/* карта (SVG) — цвета боевого стиля */
@font-face{font-family:"DSEG7";src:url("/fonts/DSEG7Classic-Bold.woff2") format("woff2");font-weight:700;font-display:swap}
.ob-map{position:absolute;inset:0;width:100%;height:100%}
.ob-map .grn{fill:#CBE3BE} .ob-map .wtr{fill:#B5D7F1} .ob-map .bld rect{fill:#E9E7E1}
.ob-map .rdc{fill:none;stroke:#DEDBD4;stroke-width:11;stroke-linecap:round;stroke-linejoin:round}
.ob-map .rd{fill:none;stroke:#FFFFFF;stroke-width:8;stroke-linecap:round;stroke-linejoin:round}
.ob-map .rdc2{fill:none;stroke:#DEDBD4;stroke-width:6.5;stroke-linecap:round} .ob-map .rd2{fill:none;stroke:#FFFFFF;stroke-width:4.5;stroke-linecap:round}
.ob-map .hwc{fill:none;stroke:#E5C55E;stroke-width:13;stroke-linecap:round} .ob-map .hw{fill:none;stroke:#F7DC85;stroke-width:10;stroke-linecap:round}
.ob-map .lbl{font:600 8.5px var(--font);fill:#6E6E71;letter-spacing:.09em}
.ob-map .st{font:500 7.5px var(--font);fill:#6B6B6E;paint-order:stroke;stroke:#fff;stroke-width:2.5px;stroke-linejoin:round}
/* шапка приложения: логотип, поиск, тема; ряд действий; стопка кнопок справа */
.ob-hdr{position:absolute;left:8px;right:8px;top:34px;height:30px;display:flex;align-items:center;gap:6px;font:800 12px/1 var(--font)}
.ob-hdr b{color:#111;letter-spacing:-.02em;flex:0 0 auto}.ob-hdr b em{color:#34C759;font-style:normal}
.ob-srch{flex:1;min-width:0;height:26px;border-radius:13px;background:rgba(255,255,255,.9);box-shadow:0 1px 6px rgba(0,0,0,.08);display:flex;align-items:center;gap:4px;padding:0 8px;font:500 8px var(--font);color:#8E8E93;white-space:nowrap;overflow:hidden}
.ob-srch svg,.ob-sun svg,.ob-acts svg,.ob-stack svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.ob-sun{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.9);box-shadow:0 1px 6px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;color:#111;flex:0 0 auto}
.ob-acts{position:absolute;left:8px;right:8px;top:70px;height:34px;border-radius:12px;background:rgba(255,255,255,.88);box-shadow:0 1px 8px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-around;padding:0 2px}
.ob-acts i{display:flex;flex-direction:column;align-items:center;gap:2px;font:600 6.5px var(--font);color:#111;font-style:normal}
.ob-acts svg{width:13px;height:13px}
.ob-stack{position:absolute;right:8px;bottom:64px;display:flex;flex-direction:column;border-radius:12px;background:rgba(255,255,255,.9);box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden}
.ob-stack i{width:26px;height:26px;display:flex;align-items:center;justify-content:center;color:#111;border-top:1px solid #E5E5EA}
.ob-stack i:first-child{border-top:0}
/* нижняя панель вкладок как в приложении */
.ob-tabbar{position:absolute;left:10px;right:10px;bottom:10px;height:38px;border-radius:19px;background:rgba(255,255,255,.92);box-shadow:0 2px 10px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-around;font:600 8px var(--font);color:#8E8E93;z-index:5}
.ob-tabbar i{display:flex;flex-direction:column;align-items:center;gap:2px;font-style:normal}
.ob-tabbar i.on{color:#34C759;background:rgba(52,199,89,.12);border-radius:14px;padding:3px 14px}
.ob-tabbar svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
/* пины — как боевые .bz-pin: капля с иконкой и ярлыком времени сверху */
.ob-pin{position:absolute;width:26px;height:32px;margin:-30px 0 0 -13px;transform:scale(0);opacity:0;transform-origin:50% 100%;
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.35))}
.ob-pin.in{animation:obPop .55s var(--ob-spring) forwards}
.ob-pin.tap{animation:obTap .5s var(--ob-spring) forwards}
.ob-pin .body{position:absolute;left:2px;top:1px;width:22px;height:22px;border-radius:10px 10px 10px 3px;transform:rotate(-45deg);background:var(--c);
  border:2px solid rgba(255,255,255,.92);box-shadow:inset 0 0 0 1px rgba(0,0,0,.22),inset 0 7px 9px rgba(255,255,255,.18)}
.ob-pin .body::after{content:"";position:absolute;left:5px;top:4px;width:6px;height:3px;border-radius:999px;background:rgba(255,255,255,.42)}
.ob-pin .ic{position:absolute;left:5px;top:4px;width:16px;height:16px;color:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.35))}
.ob-pin .ic svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
.ob-pin .foot{position:absolute;left:9px;bottom:2px;width:8px;height:3px;border-radius:50%;background:rgba(0,0,0,.38);filter:blur(1.5px)}
.ob-pin .w{position:absolute;left:50%;top:-9px;transform:translateX(-50%);padding:1px 5px;border-radius:8px;background:var(--c);color:#fff;font:900 8px/12px var(--font);white-space:nowrap;border:1.5px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.5);z-index:4}
.ob-pin::after{content:"";position:absolute;left:-4px;top:-3px;width:34px;height:34px;border-radius:50%;border:2px solid var(--c);opacity:0}
.ob-pin.live.c-ok::after{animation:obRing 1.8s ease-out infinite}
@keyframes obPop{0%{transform:scale(0) translateY(6px);opacity:0}60%{opacity:1}100%{transform:scale(1);opacity:1}}
.ob-clu.in,.ob-car.in,.ob-pill.in,.ob-bell.in,.ob-ic.app.in{transform-origin:center}
@keyframes obTap{0%{transform:scale(1)}40%{transform:scale(1.35)}100%{transform:scale(1.15)}}
@keyframes obRing{0%{transform:scale(.6);opacity:.7}100%{transform:scale(1.9);opacity:0}}
.ob-clu{position:absolute;width:30px;height:30px;margin:-15px 0 0 -15px;border-radius:50%;background:rgba(0,122,255,.88);color:#fff;
  border:2.5px solid #fff;display:flex;align-items:center;justify-content:center;font:800 10px var(--font);transform:scale(0);opacity:0;box-shadow:0 3px 10px rgba(0,0,0,.2)}
.ob-clu.in{animation:obPop .6s var(--ob-spring) forwards}

/* «палец» */
.ob-finger{position:absolute;left:0;top:0;width:34px;height:34px;margin:-17px 0 0 -17px;border-radius:50%;
  background:rgba(255,255,255,.55);border:1.5px solid rgba(0,0,0,.18);box-shadow:0 4px 14px rgba(0,0,0,.2);opacity:0;z-index:20;pointer-events:none;
  -webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}
.ob-finger::after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(0,122,255,.6);opacity:0}
.ob-finger.press{animation:obPress .55s var(--ob-ease)}
.ob-finger.press::after{animation:obRipple .6s ease-out}
@keyframes obPress{0%{transform:scale(1)}35%{transform:scale(.72)}100%{transform:scale(1)}}
@keyframes obRipple{0%{transform:scale(.6);opacity:.9}100%{transform:scale(2.4);opacity:0}}

/* карточка АЗС: шапка как в card2 (аватар-буква, имя, адрес) и СТЕЛА — табло цен как в приложении */
.ob-card{position:absolute;left:8px;right:8px;bottom:-100%;border-radius:20px 20px 16px 16px;background:#fff;box-shadow:0 -8px 30px rgba(0,0,0,.18);padding:8px 11px 11px;
  transition:bottom .65s var(--ob-spring);z-index:10}
.ob-card.up{bottom:8px}
.ob-card .g{width:34px;height:4px;border-radius:2px;background:#D9DCE3;margin:0 auto 8px}
.ob-ch{display:flex;align-items:center;gap:8px}
.ob-ch .av{width:28px;height:28px;border-radius:9px;background:#F5B301;color:#111;font:900 13px/28px var(--font);text-align:center;flex:0 0 auto}
.ob-card h4{margin:0;font:800 12.5px/1.15 var(--font);color:#111;letter-spacing:-.01em}
.ob-card .a{font:500 8.5px var(--font);color:#8E8E93;margin-top:2px}
.ob-stela{position:relative;margin-top:9px;padding:5px 9px 0;border-radius:11px;overflow:hidden;
  background:radial-gradient(120% 80% at 50% -10%,#1A2029 0%,#0B0F14 45%,#05070A 100%);border:2px solid #1B1F26;
  box-shadow:0 0 0 1px #000 inset,0 0 18px rgba(0,0,0,.7) inset,0 8px 22px rgba(0,0,0,.45)}
.ob-stela::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(175deg,rgba(255,255,255,.07) 0%,rgba(255,255,255,.02) 22%,transparent 40%)}
.ob-stela::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.35;background:radial-gradient(circle,rgba(255,255,255,.07) 0 .5px,transparent .9px) 0 0/2.4px 2.4px}
.ob-stela .hd{display:grid;grid-template-columns:14px 1fr auto;gap:8px;font:600 6px var(--font);color:#5C6672;letter-spacing:.08em;text-transform:uppercase;padding-bottom:2px}
.ob-stela .row{display:grid;grid-template-columns:14px 1fr auto;align-items:center;gap:8px;padding:5px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.ob-stela .row:last-of-type{border-bottom:0}
.ob-stela .led{width:7px;height:7px;border-radius:50%;background:#3A4658;box-shadow:0 0 0 1.5px rgba(255,255,255,.04) inset;opacity:1}
.ob-stela .k{position:relative;font:900 15px/1 var(--font);color:#fff;letter-spacing:-.02em;text-shadow:0 0 2px #fff,0 0 5px rgba(255,255,255,.9),0 0 10px rgba(255,255,255,.45)}
.ob-stela .k.seg{font-family:"DSEG7",monospace;font-weight:400;letter-spacing:.05em;font-size:15px}
.ob-stela .k u,.ob-stela .v u{text-decoration:none;position:absolute;left:0;top:0;opacity:.14;text-shadow:none}
.ob-stela .k.seg{padding-left:0}.ob-stela .k.seg u{color:#fff}
.ob-stela .v{position:relative;font-family:"DSEG7",monospace;font-size:15px;line-height:1;letter-spacing:.05em;color:#FF3B30;white-space:nowrap}
.ob-stela .v u{color:#FF3B30}
.ob-stela .v s{text-decoration:none;color:#FF6259;text-shadow:0 0 2px #FF3B30,0 0 5px #FF3B30,0 0 11px rgba(255,59,48,.55)}
.ob-stela .v.word{font-family:var(--font);font-size:9.5px;font-weight:600;color:#FF4D5A;letter-spacing:0;text-shadow:none}
.ob-stela .row.off .k{opacity:.22;text-shadow:none}
/* до включения — всё погашено; ignite зажигает строку за строкой, как в card2 .lamps.ignite */
.ob-stela .row .led,.ob-stela .row .k,.ob-stela .row .v s,.ob-stela .row .v.word{opacity:0}
.ob-stela.ignite .row .led,.ob-stela.ignite .row .k,.ob-stela.ignite .row .v s,.ob-stela.ignite .row .v.word{animation:obLedOn .45s ease-out both;animation-delay:calc(.15s + var(--i,0) * .28s)}
.ob-stela.ignite .row.off .k{animation-name:obLedOnDim}
.ob-stela.ignite .row:not(.off) .led{background:#30D56B;box-shadow:0 0 0 2px rgba(48,213,107,.18),0 0 8px #30D56B}
.ob-stela.ignite .row.off .led{background:#FF4D5A;box-shadow:0 0 0 2px rgba(255,77,90,.18),0 0 7px #FF4D5A}
@keyframes obLedOn{0%{opacity:0}40%{opacity:1}55%{opacity:.35}100%{opacity:1}}
@keyframes obLedOnDim{0%{opacity:0}100%{opacity:.22}}
.ob-stela .tick{position:relative;height:16px;margin:3px -9px 0;border-top:1px solid rgba(255,255,255,.06);overflow:hidden}
.ob-stela .tick span{position:absolute;left:100%;top:3px;white-space:nowrap;font:800 9px/10px var(--font);letter-spacing:.06em;color:#FF8A1F;text-shadow:0 0 2px #FF8A1F,0 0 6px rgba(255,138,31,.6);opacity:0}
.ob-stela.run .tick span{opacity:1;animation:obTick 9s linear infinite}
@keyframes obTick{to{transform:translateX(calc(-100% - 236px))}}
.ob-verdict{margin-top:8px;display:flex;align-items:center;gap:7px;font:700 10px var(--font);color:#111;white-space:nowrap}
.ob-verdict i{width:9px;height:9px;border-radius:50%;background:var(--ob-ok);box-shadow:0 0 0 3px rgba(52,199,89,.2);flex:0 0 auto}
.ob-verdict em{font-style:normal;color:#8E8E93;font-weight:500}
.ob-chips{display:flex;gap:6px;margin-top:8px}
.ob-chip{flex:1;border-radius:10px;padding:7px 0;text-align:center;font:700 9.5px var(--font);background:#F2F2F7;color:#111;transition:transform .25s var(--ob-spring),background .25s,color .25s}
.ob-chip.q.on{background:var(--ob-queue);color:#fff;transform:scale(1.06)}
.ob-chip.ok.on{background:var(--ob-ok);color:#fff}
.ob-chip.no.on{background:var(--ob-no);color:#fff}

/* хвост очереди — как слои qglow/qcore/qflow на карте и машинки qcar */
.ob-tailglow{fill:none;stroke:#FF7A1A;stroke-width:18;stroke-linecap:round;opacity:0;filter:blur(4px);transition:opacity .6s}
.ob-tail{fill:none;stroke:#FF6A10;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1000;stroke-dashoffset:1000}
.ob-tail.draw{animation:obDraw 1.5s var(--ob-ease) forwards}
.ob-tail.draw ~ .ob-tailflow,.ob-over:has(.ob-tail.draw) .ob-tailglow{opacity:.22}
.ob-tailflow{fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:0 7 4;opacity:0;transition:opacity .4s .9s}
.ob-tailflow.go{opacity:.8;animation:obFlow .9s linear infinite}
@keyframes obFlow{to{stroke-dashoffset:-11}}
@keyframes obDraw{to{stroke-dashoffset:0}}
.ob-car{position:absolute;width:11px;height:19px;margin:-9px 0 0 -5.5px;border-radius:3px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.35);opacity:0;transform:scale(.4)}
.ob-car::before{content:"";position:absolute;left:1.5px;top:1.5px;right:1.5px;bottom:1.5px;border-radius:2px;background:#1C1C1E}
.ob-car i{position:absolute;left:2.5px;width:6px;height:3.5px;border-radius:1px;background:#8FD3FF;z-index:1}
.ob-car i:first-child{top:4px}.ob-car i:last-child{top:10px}
.ob-car::after{content:"";position:absolute;left:2px;right:2px;top:1px;height:1.5px;background:#FFD60A;z-index:1;border-radius:1px}
.ob-car.in{animation:obPop .4s var(--ob-spring) forwards}
.ob-pill{position:absolute;padding:5px 9px;border-radius:999px;background:#fff;color:#0f172a;font:800 10px/1 var(--font);box-shadow:0 1px 6px rgba(0,0,0,.35);border:1.5px solid rgba(15,23,42,.15);white-space:nowrap;
  transform:translate(-50%,-50%) scale(0);opacity:0;z-index:12}
.ob-pill b{color:var(--ob-queue)}
.ob-pill.in{animation:obPop .55s var(--ob-spring) forwards}

/* покупки и цены — как .card2 .pulse, лента, популярное время, «дешевле, чем рядом» */
.ob-pulse{display:flex;align-items:center;gap:8px;margin-top:9px;padding:8px 10px;border-radius:12px;background:rgba(52,199,89,.1);opacity:0;transform:translateY(6px)}
.ob-pulse.in{animation:obMsg .45s var(--ob-spring) forwards}
.ob-pulse .pd{width:9px;height:9px;border-radius:50%;background:#34C759;flex:none;box-shadow:0 0 0 3px rgba(52,199,89,.2);animation:obRec 1.4s ease-in-out infinite}
.ob-pulse .pt{flex:1;min-width:0}.ob-pulse .pt b{display:block;font:700 10px/1.2 var(--font);color:#111}.ob-pulse .pt b u{text-decoration:none;color:#1E9E4A}
.ob-pulse .pt span{display:block;font:500 8.5px var(--font);color:#8E8E93;margin-top:1px}.ob-pulse .chev{color:#C7C7CC;font-size:14px}
.ob-txns{display:flex;flex-direction:column;gap:4px;margin-top:7px}
.ob-txns .tx{display:flex;align-items:center;gap:7px;padding:5px 8px;border-radius:9px;background:#F2F2F7;font:600 9px var(--font);color:#111;opacity:0;transform:translateX(-8px)}
.ob-txns .tx.in{animation:obMsg .4s var(--ob-spring) forwards}
.ob-txns .tx i{width:16px;height:16px;border-radius:5px;font:900 9px/16px var(--font);text-align:center;color:#fff;font-style:normal}
.ob-txns .tx i.sb{background:#21A038}.ob-txns .tx i.tb{background:#FFDD2D;color:#111}
.ob-txns .tx span{margin-left:auto;font-weight:500;color:#8E8E93}
.ob-hours{margin-top:8px;opacity:0}.ob-hours.in{animation:obMsg .5s var(--ob-ease) forwards}
.ob-hours .hb{display:flex;align-items:flex-end;gap:2px;height:22px}
.ob-hours .hb i{flex:1;border-radius:2px 2px 0 0;background:#C9E9D2;height:calc(var(--h) * 100%);min-height:2px;transform-origin:bottom;animation:obBar .6s var(--ob-spring) both;animation-delay:calc(var(--k,0) * 0s)}
.ob-hours .hb i.ob-pk{background:#34C759}
@keyframes obBar{from{transform:scaleY(0)}}
.ob-hours span{display:block;font:500 7.5px var(--font);color:#8E8E93;margin-top:3px}
.ob-cmp{display:flex;align-items:center;gap:7px;margin-top:8px;padding:7px 9px;border-radius:10px;background:rgba(52,199,89,.12);font:500 9px/1.25 var(--font);color:#111;opacity:0;transform:scale(.96)}
.ob-cmp.in{animation:obMsg .45s var(--ob-spring) forwards}
.ob-cmp i{width:8px;height:8px;border-radius:50%;background:#34C759;flex:none}.ob-cmp em{margin-left:auto;font-style:normal;color:#8E8E93;font-size:13px}

/* навигатор — как HUD в приложении: наклон карты, маршрут, манёвр, камера, скорость, ETA */
.ob-navmap{position:absolute;inset:0;transform-origin:50% 100%;transition:transform 1.2s var(--ob-ease)}
.ob-navmap.tilt{transform:perspective(600px) rotateX(44deg) scale(2.35) translateY(-12%)}
.ob-navmap::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(244,243,238,.95),rgba(244,243,238,0) 55%)}
.ob-route-c{fill:none;stroke:#fff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;opacity:.9}
.ob-route{fill:none;stroke:#0A84FF;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:900;stroke-dashoffset:900}
.ob-route.draw{animation:obDraw 1.4s var(--ob-ease) forwards}
.ob-arrow{position:absolute;left:50%;top:86%;width:34px;height:34px;margin:-17px 0 0 -17px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.4)) drop-shadow(0 0 10px rgba(10,132,255,.35))}
.ob-arrow svg{width:34px;height:34px;fill:#0A84FF;stroke:#fff;stroke-width:1.5;stroke-linejoin:round}
.ob-camdot{position:absolute;width:12px;height:12px;margin:-6px 0 0 -6px;border-radius:50%;background:#fff;border:3px solid #E5281E;box-shadow:0 2px 6px rgba(0,0,0,.3)}
.ob-camdot.passed{opacity:.35}
.ob-man{position:absolute;left:8px;right:8px;top:34px;display:grid;grid-template-columns:40px 1fr;column-gap:8px;padding:8px 10px 8px 8px;border-radius:16px;background:#1C1C1E;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.35);
  opacity:0;transform:translateY(-14px);transition:opacity .5s,transform .6s var(--ob-spring)}
.ob-man.in{opacity:1;transform:none}
.ob-man .mi{grid-row:1/3;width:40px;height:40px;display:flex;align-items:center;justify-content:center}
.ob-man .mi svg{width:34px;height:34px;fill:none;stroke:#fff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.ob-man .mt b{display:block;font:700 20px/1.05 var(--font);letter-spacing:-.02em}.ob-man .mt span{display:block;font:500 9.5px var(--font);opacity:.85;margin-top:1px;white-space:nowrap}
.ob-man .nx{grid-column:2;justify-self:start;display:flex;align-items:center;gap:3px;margin-top:5px;padding:2px 7px 2px 6px;border-radius:999px;background:rgba(255,255,255,.14);font:600 7.5px var(--font)}
.ob-man .nx svg{width:10px;height:10px;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round}
.ob-cam{position:absolute;right:8px;top:118px;display:flex;align-items:center;gap:5px;padding:5px 8px 5px 7px;border-radius:999px;background:#fff;color:#111;box-shadow:0 4px 12px rgba(0,0,0,.2);font:600 10px var(--font);
  opacity:0;transform:translateX(12px);transition:opacity .4s,transform .5s var(--ob-spring),background .3s,color .3s}
.ob-cam.in{opacity:1;transform:none}
.ob-cam svg{width:15px;height:15px;fill:#FF3B30;stroke:none}
.ob-cam i{width:20px;height:20px;border-radius:50%;background:#fff;border:2.5px solid #E5281E;color:#000;font:800 9px/15px var(--font);text-align:center;font-style:normal;box-sizing:border-box}
.ob-cam.near{background:#FF3B30;color:#fff;animation:nvPulse2 .6s ease-in-out infinite}
.ob-cam.near svg{fill:#fff}
.ob-cam.passed{background:#fff;color:#8E8E93;animation:none}
@keyframes nvPulse2{50%{transform:scale(1.07)}}
.ob-spd{position:absolute;left:8px;bottom:78px;display:flex;flex-direction:column;align-items:center;gap:6px;opacity:0;transform:translateY(10px);transition:opacity .4s,transform .5s var(--ob-spring)}
.ob-spd.in{opacity:1;transform:none}
.ob-spd i{width:40px;height:40px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-style:normal;box-sizing:border-box}
.ob-spd .lim{background:#fff;border:4px solid #E5281E;color:#000;font:800 14px var(--font);box-shadow:0 3px 8px rgba(0,0,0,.25)}
.ob-spd .now{background:#fff;box-shadow:0 3px 8px rgba(0,0,0,.2);color:#111}
.ob-spd .now b{font:700 14px/1 var(--font)}.ob-spd .now span{font:500 6.5px var(--font);color:#8E8E93;margin-top:1px}
.ob-spd.go .now b{animation:obSpd 2s steps(6) forwards}
.ob-eta{position:absolute;left:8px;right:8px;bottom:8px;display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-radius:16px;background:#fff;box-shadow:0 -6px 24px rgba(0,0,0,.15);
  opacity:0;transform:translateY(16px);transition:opacity .5s,transform .6s var(--ob-spring)}
.ob-eta.in{opacity:1;transform:none}
.ob-eta .eb b{display:block;font:700 16px/1.05 var(--font);color:#111;letter-spacing:-.02em}.ob-eta .eb span{display:block;font:500 9px var(--font);color:#8E8E93;margin-top:2px}
.ob-eta .x{width:26px;height:26px;border-radius:50%;background:#F2F2F7;color:#111;font:700 11px/26px var(--font);text-align:center;font-style:normal}

/* чат */
.ob-chatbg{position:absolute;inset:0;background:#EDEEE8 url(/chat-bg-light.webp?v=1) center/cover no-repeat}
.ob-chathead{position:absolute;left:0;right:0;top:0;height:66px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #E5E5EA;display:flex;align-items:flex-end;gap:8px;padding:0 12px 8px;color:#111;white-space:nowrap}
.ob-chathead .av{width:26px;height:26px;border-radius:8px;background:#F5B301;font:900 12px/26px var(--font);text-align:center;flex:0 0 auto}
.ob-chathead b{display:block;font:800 11px/1.2 var(--font)}
.ob-chathead small{display:block;font:500 8px var(--font);color:#34C759;margin-top:1px}
.ob-chathead small{margin-left:auto;font:500 9px var(--font);color:var(--ob-ok)}
.ob-msgs{position:absolute;left:10px;right:10px;top:74px;bottom:56px;display:flex;flex-direction:column;justify-content:flex-end;gap:6px}
.ob-msg{max-width:84%;border-radius:14px;padding:7px 9px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08);font:500 9.5px/1.3 var(--font);color:#111;
  opacity:0;transform:translateY(10px) scale(.96);transform-origin:bottom left}
.ob-msg.me{align-self:flex-end;background:#DDF7D6;transform-origin:bottom right}
.ob-msg.in{animation:obMsg .45s var(--ob-spring) forwards}
@keyframes obMsg{to{opacity:1;transform:none}}
.ob-msg .who{display:block;font:700 8px var(--font);color:var(--ob-blue);margin-bottom:2px}
.ob-msg .who.o{color:#FF9500}
.ob-voice{display:flex;align-items:center;gap:6px;min-width:120px}
.ob-voice .pl{width:20px;height:20px;border-radius:50%;background:var(--ob-ok);flex:0 0 auto;position:relative}
.ob-voice .pl::after{content:"";position:absolute;left:8px;top:5px;border:5px solid transparent;border-left:8px solid #fff;border-right:0}
.ob-voice .wv{display:flex;align-items:center;gap:2px;height:16px;flex:1}
.ob-voice .wv i{width:2px;border-radius:2px;background:#34C759;height:30%;opacity:.5}
.ob-voice.play .wv i{animation:obWave .9s ease-in-out infinite;animation-delay:calc(var(--i)*.06s)}
@keyframes obWave{0%,100%{height:25%;opacity:.5}50%{height:100%;opacity:1}}
.ob-voice small{font:600 8px var(--font);color:#8E8E93}
.ob-photo{margin-top:5px;width:120px;height:74px;border-radius:9px;overflow:hidden;position:relative;background:linear-gradient(160deg,#c8d7e6,#6f8398)}
.ob-photo::before{content:"";position:absolute;left:40px;bottom:0;width:34px;height:46px;background:linear-gradient(#f4f6f8,#c9d0d8);border-radius:5px 5px 0 0;box-shadow:inset 0 -10px 0 #34C759,0 0 0 2px rgba(0,0,0,.08)}
.ob-photo i{position:absolute;left:78px;bottom:6px;width:4px;height:30px;border-radius:2px;background:#2a2f36;transform:rotate(8deg)}
.ob-photo::after{content:"АИ-95 · есть";position:absolute;left:6px;top:6px;font:800 8px var(--font);color:#fff;background:rgba(0,0,0,.45);padding:3px 6px;border-radius:999px}
.ob-input{position:absolute;left:10px;right:10px;bottom:10px;height:34px;border-radius:17px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.08);display:flex;align-items:center;padding:0 10px;font:500 9.5px var(--font);color:#8E8E93;gap:8px}
.ob-input .mic{margin-left:auto;width:22px;height:22px;border-radius:50%;background:var(--ob-ok)}
.ob-input .mic.rec{animation:obRec 1s ease-in-out infinite}
@keyframes obRec{0%,100%{box-shadow:0 0 0 0 rgba(52,199,89,.5)}50%{box-shadow:0 0 0 8px rgba(52,199,89,0)}}

/* уведомление и экран */
.ob-home{position:absolute;inset:0;background:radial-gradient(90% 60% at 50% 0%,#5b7cff 0%,#1f2d5a 60%,#0d1330 100%)}
.ob-home .ob-hgrid{position:absolute;left:18px;right:18px;top:104px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px 12px}
.ob-home .ob-ic{aspect-ratio:1;border-radius:12px;background:rgba(255,255,255,.2);position:relative}
.ob-home .ob-ic.app{background:linear-gradient(150deg,#1ea957,#34e07d);transform:scale(0);opacity:0;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(52,199,89,.45)}
.ob-home .ob-ic.app em{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:5px;font:600 8px var(--font);color:#fff;font-style:normal;white-space:nowrap}
.ob-home .ob-ic.app.in{animation:obPop .7s var(--ob-spring) forwards}
.ob-home .ob-ic.app svg{width:60%;height:60%;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ob-push{position:absolute;left:8px;right:8px;top:-90px;border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(0,0,0,.35);padding:9px 10px;display:flex;gap:9px;align-items:center;
  transition:top .7s var(--ob-spring);z-index:15}
.ob-push.in{top:36px}
.ob-push .ap{width:30px;height:30px;border-radius:8px;background:linear-gradient(150deg,#1ea957,#34e07d);flex:0 0 auto;display:flex;align-items:center;justify-content:center}
.ob-push .ap svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.ob-push>div{flex:1;min-width:0}
.ob-push b{display:block;font:800 10px/1.2 var(--font);color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ob-push span{display:block;font:500 8.5px/1.25 var(--font);color:#3a3a3c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ob-push small{margin-left:auto;align-self:flex-start;font:500 8px var(--font);color:#8E8E93}
.ob-bell{position:absolute;left:50%;top:44%;width:74px;height:74px;margin:-37px 0 0 -37px;border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;
  transform:scale(0);opacity:0}
.ob-bell.in{animation:obPop .6s var(--ob-spring) forwards}
.ob-bell svg{width:38px;height:38px;fill:none;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform-origin:50% 12%}
.ob-bell.ring svg{animation:obBell 1.1s var(--ob-ease)}
@keyframes obBell{0%,100%{transform:rotate(0)}15%{transform:rotate(18deg)}35%{transform:rotate(-14deg)}55%{transform:rotate(9deg)}75%{transform:rotate(-5deg)}}
.ob-bell .dot{position:absolute;right:-4px;top:-4px;width:20px;height:20px;border-radius:50%;background:var(--ob-no);color:#fff;font:800 10px/20px var(--font);text-align:center;border:2px solid #fff;transform:scale(0)}
.ob-bell.ring .dot{animation:obPop .5s .5s var(--ob-spring) forwards}

/* текст */
/* фиксированная высота текста — чтобы телефон не менял масштаб от сцены к сцене */
.ob-copy{position:relative;z-index:3;width:100%;max-width:560px;padding:6px 26px 0;text-align:center;min-height:152px}
.ob-copy h3{margin:0;font:800 clamp(22px,6.2vw,28px)/1.12 var(--font);letter-spacing:-.022em;color:#fff}
.ob-copy p{margin:8px 0 0;font:500 15px/1.4 var(--font);color:rgba(255,255,255,.72)}
.ob-copy p b{color:#fff;font-weight:700}
.ob-copy .k{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;padding:5px 11px;border-radius:999px;background:rgba(52,199,89,.16);color:#7CE59A;font:700 11px/1 var(--font);letter-spacing:.02em}
.ob-copy .k i{width:6px;height:6px;border-radius:50%;background:#34C759;box-shadow:0 0 0 0 rgba(52,199,89,.6);animation:obRec 1.4s ease-in-out infinite}
.ob-copy>*{opacity:0;transform:translateY(8px)}
.ob-copy.in>*{animation:obMsg .5s var(--ob-ease) forwards}
.ob-copy.in>*:nth-child(2){animation-delay:.06s}.ob-copy.in>*:nth-child(3){animation-delay:.12s}

/* низ */
.ob-bottom{position:relative;z-index:3;width:100%;max-width:560px;padding:14px 18px calc(16px + var(--safe-b,0px));display:flex;gap:10px}
.ob-btn{flex:1;border:0;border-radius:16px;padding:16px 18px;font:700 16px/1 var(--font);cursor:pointer;transition:transform .15s var(--ob-spring),background .2s}
.ob-btn:active{transform:scale(.97)}
.ob-btn.pri{background:var(--ob-ok);color:#04150a;box-shadow:0 8px 24px rgba(52,199,89,.35)}
.ob-btn.sec{flex:0 0 auto;background:rgba(255,255,255,.12);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.ob-hint{position:relative;z-index:3;padding:10px 0 0;text-align:center;font:500 11px var(--font);color:rgba(255,255,255,.35);pointer-events:none}
.ob-tapzone{position:absolute;inset:0;z-index:1}

/* мобильный: обёртка правой колонки прозрачна для раскладки */
.ob-right{display:contents}
/* десктоп: прогресс сверху, телефон слева, справа колонка «текст + кнопка», выровненная по центру телефона */
@media (min-width:900px){
  .onb{display:none;flex-direction:column;align-items:center;justify-content:center;padding:28px 40px;height:100dvh;box-sizing:border-box}
  .onb.show{display:flex}
  .ob-top{order:0;width:min(100%,952px);max-width:none;padding:0 0 18px;flex:0 0 auto}
  .ob-main{order:1;display:flex;align-items:center;gap:72px;width:min(100%,952px);flex:1;min-height:0}
  .ob-stage{flex:0 0 400px;width:400px;height:min(660px,100%);min-height:420px}
  .ob-right{display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0}
  .ob-copy{width:auto;max-width:none;text-align:left;padding:0;min-height:0}
  .ob-copy h3{font-size:40px;line-height:1.08}
  .ob-copy p{font-size:18px;max-width:440px}
  .ob-copy .k{font-size:12px}
  .ob-hint{display:none}
  .ob-bottom{width:auto;max-width:none;justify-content:flex-start;padding:22px 0 0;gap:12px}
  .ob-btn{flex:0 0 auto;min-width:200px}
  .ob-btn.sec{min-width:0}
  .ob-bottom::after{content:"← → на клавиатуре · Esc — закрыть";align-self:center;margin-left:8px;font:500 12px var(--font);color:rgba(255,255,255,.35);white-space:nowrap}
  @media (max-width:1120px){.ob-bottom::after{display:none}}
}
@media (min-width:1500px){
  .ob-main{gap:96px;width:min(100%,1100px)}.ob-top{width:min(100%,1100px)}
  .ob-stage{flex-basis:460px;width:460px;height:min(780px,100%)}
  .ob-copy h3{font-size:46px}.ob-copy p{font-size:19px;max-width:500px}
}
@media (max-height:700px) and (max-width:899px){.ob-hint{display:none}.ob-copy{min-height:124px}.ob-copy h3{font-size:21px}.ob-copy p{font-size:14px}.ob-btn{padding:14px 16px;font-size:15px}}
@media (prefers-reduced-motion:reduce){
  .onb *{animation-duration:.01ms!important;animation-delay:0s!important;transition-duration:.01ms!important}
}
.onb{-webkit-backdrop-filter:none;backdrop-filter:none;align-items:center}
.ob-main{display:contents}
@media (min-width:900px){.ob-main{display:flex}}

/* ================= ДЕСКТОП: рамка ноутбука 760×475 и интерфейс десктопа ================= */
.ob-laptop{position:absolute;left:50%;top:50%;width:760px;height:500px;transform:translate(-50%,-50%) scale(var(--ob-k,1));transform-origin:center;opacity:0;transition:opacity .5s ease}
.onb.show .ob-laptop{opacity:1}
.ob-laptop .ob-screen{position:absolute;left:0;top:0;width:760px;height:475px;border-radius:14px;border:10px solid #0a0d0b;box-sizing:border-box;background:#F4F3EE;
  box-shadow:0 30px 70px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.08);display:flex}
.ob-laptop .ob-lbase{position:absolute;left:-40px;right:-40px;top:473px;height:16px;border-radius:0 0 14px 14px;background:linear-gradient(#2a2f2c,#171a18);box-shadow:0 12px 30px rgba(0,0,0,.5)}
.ob-laptop .ob-lbase::after{content:"";position:absolute;left:50%;top:0;width:110px;height:5px;margin-left:-55px;border-radius:0 0 5px 5px;background:#0d100e}
.ob-laptop .ob-scene{display:flex}
.od-side{position:relative;width:36%;height:100%;background:#fff;border-right:1px solid #E5E5EA;overflow:hidden;display:flex;flex-direction:column;z-index:2}
.od-map{position:relative;flex:1;height:100%;overflow:hidden}
.od-map .ob-pin{margin-top:-32px}
/* боковая панель */
.od-sh{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 6px;font:800 16px/1 var(--font);color:#111}
.od-sh b em{color:#34C759;font-style:normal}.od-sh .ob-sun{width:24px;height:24px}
.od-srch{margin:4px 14px 8px;height:30px;border-radius:10px;background:#F2F2F7;display:flex;align-items:center;gap:6px;padding:0 10px;font:500 10px var(--font);color:#8E8E93}
.od-srch svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.od-tabs{display:flex;gap:4px;margin:0 14px 10px;padding:3px;border-radius:12px;background:#F2F2F7}
.od-tabs i{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:6px 0;border-radius:9px;font:600 10px var(--font);color:#8E8E93;font-style:normal}
.od-tabs i.on{background:#fff;color:#34C759;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.od-tabs svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.od-near{display:flex;align-items:center;justify-content:space-between;padding:6px 14px;font:800 14px var(--font);color:#111}
.od-near span{display:flex;align-items:center;gap:4px;padding:5px 9px;border-radius:999px;background:#F2F2F7;font:600 9px var(--font);color:#111}
.od-near svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.od-list{padding:0 14px}
.od-row{display:flex;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid #EEEEF0;opacity:0;transform:translateX(-10px)}
.od-row.in{animation:obMsg .45s var(--ob-spring) forwards}
.od-row .lg,.od-ch .lg{position:relative;width:30px;height:30px;border-radius:8px;color:#fff;font:900 13px/30px var(--font);text-align:center;flex:0 0 auto;font-style:normal}
.od-row .lg u{position:absolute;right:-2px;bottom:-2px;width:9px;height:9px;border-radius:50%;border:2px solid #fff}
.od-row .lg u.ok{background:#34C759}.od-row .lg u.queue{background:#FF9500}.od-row .lg u.no{background:#FF3B30}
.od-row .tx{flex:1;min-width:0}.od-row .tx b{display:block;font:700 11px/1.2 var(--font);color:#111}
.od-row .tx span{display:flex;align-items:center;gap:4px;font:600 9px var(--font);margin-top:2px}
.od-row .tx span.ok{color:#1E9E4A}.od-row .tx span.queue{color:#D97706}.od-row .tx span.no{color:#E0342B}
.od-row .tx em{font-style:normal;padding:1px 4px;border-radius:4px;background:#34C759;color:#fff;font:800 7.5px/1.3 var(--font)}
.od-row .km{text-align:right;font:500 8.5px var(--font);color:#8E8E93;white-space:nowrap}.od-row .km b{font:700 12px var(--font);color:#111}.od-row .km span{display:block;margin-top:2px}
/* карточка в панели */
/* карточка въезжает слева непрозрачной — иначе сквозь неё просвечивал список */
.od-card{position:absolute;inset:0;background:#fff;padding:10px 14px;transform:translateX(-102%);transition:transform .6s var(--ob-spring);z-index:3;overflow:hidden;box-shadow:6px 0 18px rgba(0,0,0,.08)}
.od-card.in{transform:none}
.od-ch{display:flex;align-items:center;gap:9px}.od-ch>div{flex:1;min-width:0}.od-ch b{display:block;font:800 15px/1.1 var(--font);color:#111}
.od-ch span{display:block;font:500 9px var(--font);color:#8E8E93;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.od-ch .x{width:22px;height:22px;border-radius:50%;background:#F2F2F7;font:700 10px/22px var(--font);text-align:center;color:#111;font-style:normal}
.od-chips{display:flex;gap:5px;margin-top:7px}.od-chips span{padding:3px 7px;border-radius:999px;font:600 8px var(--font)}
.od-chips .g{background:rgba(52,199,89,.12);color:#1E9E4A}.od-chips .y{background:rgba(255,204,0,.18);color:#8a6d00}
.od-go{display:flex;align-items:center;gap:6px;margin-top:9px}
.od-go b{flex:1;display:flex;align-items:center;gap:6px;padding:9px 12px;border-radius:12px;background:#34C759;color:#04150a;font:700 11px var(--font);transition:transform .2s var(--ob-spring)}
.od-go.on b{transform:scale(.97);background:#2DB44D}
.od-go b u{text-decoration:none;font-weight:500;opacity:.8;margin-left:auto}
.od-go svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.od-go i{width:32px;height:32px;border-radius:10px;background:#F2F2F7;display:flex;align-items:center;justify-content:center;color:#111}
.od-verd{display:flex;align-items:center;gap:9px;margin-top:10px;padding:9px 10px;border-radius:12px;background:rgba(52,199,89,.1)}
.od-verd>svg{width:26px;height:26px;fill:none;stroke:#34C759;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.od-verd b{display:block;font:800 15px/1.1 var(--font);color:#111}.od-verd span{display:block;font:500 8.5px var(--font);color:#6E6E71;margin-top:2px}
.od-verd span u{text-decoration:none;font-weight:700;color:#111}.od-verd span i{font-style:normal;color:#1E9E4A}
.od-conf{margin-top:7px;font:500 8.5px var(--font);color:#8E8E93;display:grid;grid-template-columns:1fr auto;gap:2px 8px}
.od-conf em{font-style:normal;font-weight:700;color:#1E9E4A}.od-conf .bar{grid-column:1/3;display:flex;gap:2px;height:5px}
.od-conf .bar i{flex:1;border-radius:2px;background:#34C759}
.ob-stela.od{margin-top:8px}
.ob-stela.od .k,.ob-stela.od .k.seg,.ob-stela.od .v{font-size:17px}
.od-ask{display:flex;align-items:center;gap:5px;margin-top:9px;font:600 10px var(--font);color:#111;white-space:nowrap}
.od-ask .ob-chip{flex:0 0 auto;padding:6px 8px;font-size:8.5px}
.od-hint{display:flex;align-items:center;gap:6px;margin-top:10px;padding:8px 10px;border-radius:10px;background:rgba(255,149,0,.12);color:#8a4b00;font:600 9.5px var(--font);opacity:0}
.od-hint.in{animation:obMsg .45s var(--ob-spring) forwards}
.od-hint svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2}
/* карта: ряд действий сверху, зум справа */
.od-acts{position:absolute;left:14px;top:12px;display:flex;gap:2px;padding:4px 6px;border-radius:12px;background:rgba(255,255,255,.9);box-shadow:0 2px 10px rgba(0,0,0,.1)}
.od-acts i{display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px 8px;border-radius:9px;font:600 7.5px var(--font);color:#111;font-style:normal;transition:background .25s}
.od-acts i.on{background:rgba(52,199,89,.16)}
.od-acts svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.od-zoom{position:absolute;right:12px;bottom:14px;display:flex;flex-direction:column;border-radius:10px;background:rgba(255,255,255,.92);box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden}
.od-zoom i{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#111;border-top:1px solid #E5E5EA}.od-zoom i:first-child{border-top:0}
.od-zoom svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
/* чат в панели */
.od-chat{position:relative;width:100%;height:100%}
.od-chat .ob-chathead{height:52px}.od-chat .ob-msgs{top:60px;bottom:52px}.od-chat .ob-input{height:32px}
/* навигатор поверх карты */
.ob-man.od{left:14px;right:auto;top:64px;width:220px}
.ob-cam.od{top:64px;right:14px}
.ob-spd.od{left:14px;bottom:14px}
.ob-eta.od{left:50%;right:auto;bottom:14px;width:240px;transform:translate(-50%,16px)}.ob-eta.od.in{transform:translate(-50%,0)}
/* уведомление ОС и предложение установить */
.od-toast{position:absolute;right:14px;top:-80px;width:240px;display:flex;gap:8px;align-items:center;padding:9px 10px;border-radius:12px;background:rgba(255,255,255,.97);box-shadow:0 10px 30px rgba(0,0,0,.3);transition:top .7s var(--ob-spring);z-index:6}
.od-toast.in{top:118px}
.od-toast .ap{width:26px;height:26px;border-radius:7px;background:linear-gradient(150deg,#1ea957,#34e07d);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.od-toast .ap svg{width:15px;height:15px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.od-toast>div{flex:1;min-width:0}.od-toast b{display:block;font:800 9px var(--font);color:#111}.od-toast span{display:block;font:500 8.5px/1.25 var(--font);color:#3a3a3c}
.od-toast small{align-self:flex-start;font:500 7.5px var(--font);color:#8E8E93}
.od-install{position:absolute;left:14px;top:64px;display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.25);font:600 10px var(--font);color:#111;opacity:0;transform:translateY(-8px);transition:opacity .4s,transform .5s var(--ob-spring)}
.od-install.in{opacity:1;transform:none}
.od-install svg{width:16px;height:16px;fill:none;stroke:#34C759;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.od-install b{padding:5px 10px;border-radius:8px;background:#34C759;color:#04150a;font:700 9.5px var(--font)}
/* курсор мыши вместо пальца */
.ob-cursor{position:absolute;left:0;top:0;width:22px;height:26px;margin:-2px 0 0 -2px;opacity:0;z-index:20;pointer-events:none;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M4 2l15 12-7 1 4 8-3 1.5-4-8-5 5z' fill='%23111' stroke='%23fff' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;filter:drop-shadow(0 2px 4px rgba(0,0,0,.35))}
.ob-cursor::after{content:"";position:absolute;left:-8px;top:-8px;width:20px;height:20px;border-radius:50%;border:2px solid rgba(0,122,255,.7);opacity:0}
.ob-cursor.press{animation:obCur .45s var(--ob-ease)}.ob-cursor.press::after{animation:obRipple .55s ease-out}
@keyframes obCur{35%{transform:scale(.85)}}
/* раскладка десктопа: ноутбук сверху, текст и кнопка под ним по центру */
@media (min-width:900px){
  .ob-main{flex-direction:column;align-items:center;gap:8px;width:min(100%,1100px)}
  .ob-stage{flex:1 1 auto;width:100%;height:auto;min-height:320px}
  .ob-right{flex:0 0 auto;align-items:center;width:100%}
  .ob-copy{text-align:center;max-width:720px}
  .ob-copy h3{font-size:34px}.ob-copy p{font-size:17px;max-width:640px;margin-left:auto;margin-right:auto}
  .ob-bottom{justify-content:center;padding-top:16px}
  .ob-top{width:min(100%,1100px)}
}
@media (min-width:1500px){.ob-stage{flex-basis:auto;width:100%;height:auto}.ob-copy h3{font-size:38px}}
.od-map .ob-navmap.tilt{transform:perspective(900px) rotateX(36deg) scale(1.55) translateY(-6%)}
.od-ask{font-size:9px;gap:4px}.od-ask .ob-chip{padding:5px 7px;font-size:8px}
/* навигатор на телефоне: старт из карточки с «Ехать» */
.ob-navui{position:absolute;inset:0;pointer-events:none;transition:opacity .4s}.ob-navui.off{opacity:0}
.ob-card.nav{z-index:12}
.ob-gobtn{margin-top:9px}
.ob-gobtn b{display:flex;align-items:center;gap:6px;padding:10px 12px;border-radius:12px;background:#34C759;color:#04150a;font:700 11px var(--font);transition:transform .2s var(--ob-spring)}
.ob-gobtn.on b{transform:scale(.97)}
.ob-gobtn b u{text-decoration:none;font-weight:500;opacity:.8;margin-left:auto}
.ob-gobtn svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
/* движение: карта плавно уходит под стрелку (сама стрелка стоит, как в навигаторе), камера подъезжает */
.ob-navinner{position:absolute;inset:0}
.ob-navinner.go{animation:obDrive 6.5s linear forwards}
@keyframes obDrive{to{transform:translateY(31%)}}
.ob-arrow{z-index:9}
.ob-arrow svg{animation:obSway 2.4s ease-in-out infinite}
@keyframes obSway{0%,100%{transform:rotate(-2deg)}50%{transform:rotate(2deg)}}
/* проеханный участок маршрута стирается за стрелкой: белый штрих поверх синего растёт от начала пути в темпе движения */
.ob-route-done{fill:none;stroke:#F4F3EE;stroke-width:13;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:900;stroke-dashoffset:900;opacity:.92}
.ob-route-done.m{stroke-dashoffset:820}.ob-route-done.m.go{animation:obEraseM 6.5s linear forwards}
.ob-route-done.d{stroke-dashoffset:780}.ob-route-done.d.go{animation:obEraseD 6.5s linear forwards}
@keyframes obEraseM{to{stroke-dashoffset:665}}
@keyframes obEraseD{to{stroke-dashoffset:637}}
