:root{--mp-navy: #01113E;--mp-ink: #0F172A;--mp-sub: #475569;--mp-line: #E2E8F0;--mp-bg: #EEF1F6}*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--mp-ink);background:var(--mp-bg)}.mp{min-height:100%;display:flex;flex-direction:column}.mp__bar{flex:none;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:14px 24px;background:#fff;border-bottom:1px solid var(--mp-line)}.mp__brand{display:flex;align-items:center;gap:12px}.mp__dot{width:34px;height:34px;border-radius:9px;background:var(--mp-navy);flex:none}.mp__title{font-weight:800;font-size:1.0625rem;color:var(--mp-navy)}.mp__sub{font-size:.8125rem;color:var(--mp-sub)}.mp__controls{display:flex;align-items:center;gap:12px}.mp__seg{display:inline-flex;background:#fff;border:1px solid var(--mp-line);border-radius:999px;padding:3px}.mp__seg-btn{border:0;background:none;padding:7px 16px;border-radius:999px;font:inherit;font-size:.8125rem;font-weight:700;color:var(--mp-sub);cursor:pointer;transition:background .15s ease,color .15s ease}.mp__seg-btn.is-active{background:var(--mp-navy);color:#fff}.mp__restart{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--mp-navy);background:#fff;color:var(--mp-navy);border-radius:10px;padding:8px 16px;font:inherit;font-size:.8125rem;font-weight:700;cursor:pointer}.mp__restart:hover{background:#f5f7fb}.mp__stage{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:28px 16px 36px}.mp__phone{position:relative;height:min(860px,calc(100vh - 190px));background:#0b1020;border-radius:46px;padding:11px;box-shadow:0 30px 70px #02103f47,0 6px 16px #02103f2e;flex:none}.mp__screen{position:relative;width:100%;height:100%;background:#fff;border-radius:36px;overflow:hidden;display:flex;flex-direction:column}.mp__status{position:relative;flex:none;height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 22px 0 26px;color:var(--mp-ink)}.mp__time{font-weight:700;font-size:.9375rem;letter-spacing:.02em}.mp__island{position:absolute;top:9px;left:50%;transform:translate(-50%);width:34%;height:25px;background:#0b1020;border-radius:14px}.mp__status-icons{display:inline-flex;align-items:center;gap:6px;color:var(--mp-ink)}.mp__batt{position:relative;width:22px;height:11px;border:1px solid currentColor;border-radius:3px;opacity:.9}.mp__batt:after{content:"";position:absolute;right:-2.5px;top:3px;width:2px;height:5px;background:currentColor;border-radius:0 1px 1px 0}.mp__batt-fill{position:absolute;left:1.5px;top:1.5px;bottom:1.5px;width:62%;background:currentColor;border-radius:1.5px}.mp__urlbar{flex:none;display:flex;align-items:center;gap:8px;padding:0 12px 10px}.mp__url{flex:1;min-width:0;display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 14px;background:#eff1f4;border-radius:12px;color:var(--mp-ink);font-size:.875rem;font-weight:500}.mp__url svg{color:var(--mp-sub);flex:none}.mp__reload{flex:none;width:38px;height:38px;border:0;border-radius:10px;background:#eff1f4;color:var(--mp-ink);cursor:pointer;display:flex;align-items:center;justify-content:center}.mp__reload:hover{background:#e4e8ed}.mp__frame{flex:1;width:100%;border:0;background:#fff;display:block}.mp__hint{margin:0;max-width:520px;text-align:center;color:var(--mp-sub);font-size:.875rem;line-height:1.5}@media(max-width:700px){.mp__bar{padding:10px 14px}.mp__sub,.mp__hint{display:none}.mp__stage{padding:0}.mp__phone{width:100%!important;height:100%;border-radius:0;padding:0;box-shadow:none}.mp__screen{border-radius:0}.mp__status,.mp__urlbar{display:none}}
