/* CamperPilot mockup master UI — sharp, no backdrop blur */
:root{--cp-ui-bg:rgba(7,11,15,.97);--cp-ui-bg2:rgba(13,19,25,.98);--cp-ui-border:rgba(151,171,188,.28);--cp-ui-blue:#2d91ff;--cp-ui-red:#ff3b43;--cp-ui-text:#fff;--cp-ui-muted:#b9c2ca}
body.cp-route-active,body.cp-navigation-active{overflow:hidden}
body.cp-route-active .top,body.cp-navigation-active .top{display:none!important}
body.cp-route-active .rightCtl,body.cp-navigation-active .rightCtl{display:none!important}
body.cp-route-active .bottomnav,body.cp-navigation-active .bottomnav{display:none!important}
body.cp-route-active .speed,body.cp-navigation-active .speed{display:none!important}
body.cp-route-active #maneuverToast,body.cp-navigation-active #maneuverToast{display:none!important}
.cp-mockup-ui{position:fixed;inset:0;z-index:500;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;color:var(--cp-ui-text);text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}
.cp-mockup-ui *{box-sizing:border-box;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important}
.cp-mock-topbar{position:absolute;left:0;right:0;top:0;height:94px;padding:calc(12px + env(safe-area-inset-top)) 24px 12px;display:flex;align-items:center;gap:24px;background:#05080b;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 4px 16px rgba(0,0,0,.26);pointer-events:auto}
.cp-mock-brand{display:flex;align-items:center;gap:13px;font-size:31px;font-weight:800;white-space:nowrap}.cp-mock-pin{width:35px;height:35px;border:4px solid #fff;border-radius:50% 50% 50% 0;transform:rotate(-45deg);position:relative}.cp-mock-pin:after{content:"";position:absolute;width:9px;height:9px;border:3px solid #fff;border-radius:50%;left:8px;top:8px}
.cp-mock-divider{height:38px;width:1px;background:rgba(255,255,255,.18)}
.cp-mock-status{display:flex;align-items:center;gap:9px;font-weight:700;font-size:17px;white-space:nowrap}.cp-mock-dot{width:13px;height:13px;border-radius:50%}.cp-mock-dot.green{background:#23c553}.cp-mock-dot.blue{background:var(--cp-ui-blue)}
.cp-mock-rest{margin-left:auto;min-width:232px;height:64px;padding:0 18px;border-radius:19px;background:#080d12;border:2px solid #34414b;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 8px 20px rgba(0,0,0,.28);font-size:18px;font-weight:700}.cp-mock-rest strong{font-size:31px;color:var(--cp-ui-blue);line-height:1}
.cp-mock-top-actions{display:flex;gap:14px}.cp-mock-iconbtn{width:64px;height:64px;border-radius:16px;border:1px solid #33404a;background:linear-gradient(#182027,#11171c);color:#fff;font-size:27px;display:grid;place-items:center;box-shadow:0 8px 18px rgba(0,0,0,.28);cursor:pointer}
.cp-mock-card{background:linear-gradient(145deg,var(--cp-ui-bg),var(--cp-ui-bg2));border:1px solid var(--cp-ui-border);box-shadow:0 13px 30px rgba(0,0,0,.40);border-radius:20px}
.cp-mock-instructions{position:absolute;left:22px;top:116px;width:405px;max-height:calc(100vh - 290px);padding:20px 20px 16px;pointer-events:auto;overflow:hidden}.cp-mock-mainstep{display:grid;grid-template-columns:98px 1fr;gap:18px;align-items:center;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.17)}.cp-mock-arrow{font-size:74px;line-height:1;color:var(--cp-ui-blue);font-weight:300;text-align:center}.cp-mock-steptext{font-size:24px;line-height:1.34;font-weight:700}.cp-mock-steptext .cp-num,.cp-mock-summary .cp-num{color:var(--cp-ui-blue)}
.cp-mock-next{display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.14)}.cp-mock-next:last-child{border-bottom:0}.cp-mock-next-icon{font-size:43px;text-align:center}.cp-mock-next-text{font-size:18px;line-height:1.35}.cp-mock-next-text strong{font-size:22px;color:var(--cp-ui-blue)}
.cp-mock-summary{display:flex;align-items:center;gap:18px;padding:18px 8px 2px;font-size:19px}.cp-mock-summary .flag{font-size:38px}.cp-mock-summary strong{font-size:27px}
.cp-mock-right{position:absolute;right:22px;top:122px;display:flex;flex-direction:column;gap:13px;pointer-events:auto}.cp-mock-sidebtn{width:108px;min-height:82px;padding:10px;border:1px solid #34404a;border-radius:18px;background:#11171c;color:#fff;font-size:18px;font-weight:700;box-shadow:0 9px 22px rgba(0,0,0,.34);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}.cp-mock-sidebtn .big{font-size:31px;line-height:1}.cp-mock-zoom{overflow:hidden;padding:0}.cp-mock-zoom button{width:100%;height:66px;border:0;background:transparent;color:#fff;font-size:38px}.cp-mock-zoom button+button{border-top:1px solid rgba(255,255,255,.16)}
.cp-mock-route-actions{position:absolute;right:22px;bottom:168px;display:flex;flex-direction:column;gap:10px;pointer-events:auto}.cp-mock-routebtn{width:214px;height:76px;border:1px solid #34404a;border-radius:18px;background:#11171c;color:#fff;font-size:17px;font-weight:700;display:flex;align-items:center;gap:15px;padding:0 20px;box-shadow:0 10px 24px rgba(0,0,0,.34);cursor:pointer}.cp-mock-routebtn .red{color:var(--cp-ui-red);font-size:29px}
.cp-mock-speed{position:absolute;left:22px;bottom:157px;width:278px;height:112px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;pointer-events:auto}.cp-mock-speed-label{font-size:17px}.cp-mock-speed-value{font-size:31px;font-weight:800;color:var(--cp-ui-blue)}.cp-mock-speed-value small{font-size:16px;color:#fff}.cp-mock-limit{width:67px;height:67px;border-radius:50%;background:#fff;border:8px solid #ef3038;color:#111;display:grid;place-items:center;font-size:27px;font-weight:800}
.cp-mock-progress{position:absolute;left:22px;right:22px;bottom:22px;height:108px;padding:0 20px;display:flex;align-items:center;gap:22px;pointer-events:auto}.cp-mock-pause{width:64px;height:64px;border:1px solid #34404a;border-radius:14px;background:#10161b;color:#fff;font-size:30px}.cp-mock-track{height:9px;background:#273139;border-radius:99px;flex:1;position:relative;overflow:visible}.cp-mock-fill{height:100%;width:0;background:var(--cp-ui-blue);border-radius:99px;transition:width .25s linear}.cp-mock-knob{position:absolute;top:50%;width:28px;height:28px;border-radius:50%;background:var(--cp-ui-blue);transform:translate(-50%,-50%);left:0;transition:left .25s linear}.cp-mock-time{font-size:25px;font-weight:800;color:var(--cp-ui-blue);min-width:84px;text-align:right}
.cp-mock-reopen{display:none;position:absolute;right:18px;bottom:120px;width:58px;height:58px;border-radius:50%;border:1px solid #34404a;background:#11171c;color:#fff;font-size:25px;pointer-events:auto}
body.cp-route-ui-collapsed .cp-mock-instructions,body.cp-route-ui-collapsed .cp-mock-route-actions,body.cp-route-ui-collapsed .cp-mock-speed,body.cp-route-ui-collapsed .cp-mock-progress{display:none}.cp-route-ui-collapsed .cp-mock-reopen{display:block}
@media(max-width:900px){.cp-mock-topbar{height:78px;padding:calc(8px + env(safe-area-inset-top)) 14px 8px;gap:11px}.cp-mock-brand{font-size:22px}.cp-mock-pin{width:28px;height:28px}.cp-mock-divider,.cp-mock-status:nth-of-type(2){display:none}.cp-mock-status{font-size:13px}.cp-mock-rest{min-width:150px;height:52px;font-size:13px;padding:0 12px}.cp-mock-rest strong{font-size:23px}.cp-mock-top-actions{display:none}.cp-mock-instructions{left:12px;top:calc(92px + env(safe-area-inset-top));width:min(330px,calc(100vw - 94px));max-height:310px;padding:14px}.cp-mock-mainstep{grid-template-columns:68px 1fr;gap:10px}.cp-mock-arrow{font-size:52px}.cp-mock-steptext{font-size:19px}.cp-mock-next{display:none}.cp-mock-summary{padding-top:13px;font-size:15px}.cp-mock-summary strong{font-size:22px}.cp-mock-right{right:12px;top:calc(92px + env(safe-area-inset-top));gap:9px}.cp-mock-sidebtn{width:66px;min-height:58px;border-radius:16px;font-size:12px}.cp-mock-sidebtn .big{font-size:23px}.cp-mock-zoom button{height:48px;font-size:30px}.cp-mock-route-actions{right:12px;bottom:140px}.cp-mock-routebtn{width:170px;height:58px;font-size:14px}.cp-mock-speed{left:12px;bottom:132px;width:210px;height:88px;padding:12px 14px}.cp-mock-speed-value{font-size:26px}.cp-mock-limit{width:56px;height:56px;border-width:6px;font-size:22px}.cp-mock-progress{left:12px;right:12px;bottom:12px;height:94px;padding:0 14px;gap:14px}.cp-mock-pause{width:52px;height:52px}.cp-mock-time{font-size:20px;min-width:65px}}
@media(max-width:600px) and (orientation:portrait){.cp-mock-brand{font-size:19px}.cp-mock-status{display:none}.cp-mock-rest{margin-left:auto}.cp-mock-instructions{max-height:245px}.cp-mock-route-actions{bottom:118px}.cp-mock-routebtn{width:148px;height:52px;padding:0 12px}.cp-mock-speed{width:180px;height:78px;bottom:112px}.cp-mock-progress{height:84px}}
