:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}body{color:#111114;background:#fff;margin:0;font-family:ui-rounded,-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif}.devmode-page{place-items:center;min-height:100dvh;padding:32px 20px;display:grid}.devmode-card{text-align:center;flex-direction:column;align-items:stretch;width:min(100%,390px);display:flex}.devmode-card h1{letter-spacing:-.035em;margin:28px 0 8px;font-size:30px;font-weight:650;line-height:1.08}.devmode-card p{color:#6e6e73;max-width:320px;margin:0 auto;font-size:15px;line-height:1.45}.phone-glyph{border:3px solid #1d1d1f;border-radius:22px;width:96px;height:126px;margin:0 auto;transition:transform .32s cubic-bezier(.16,1,.3,1);position:relative}.phone-glyph span{background:#1d1d1f;border-radius:5px;width:34px;height:5px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.phone-glyph.working{animation:1.4s ease-in-out infinite breathe}.devmode-card button,.probe-actions a{color:#fff;width:100%;font:inherit;cursor:pointer;background:#007aff;border:0;border-radius:12px;margin-top:34px;padding:14px 18px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .1s ease-out,opacity .16s}.devmode-card button:active,.probe-actions a:active{transform:scale(.98)}.devmode-card button:disabled{opacity:.55;cursor:default}.guide-step{flex-direction:column;align-items:stretch;gap:14px;margin-top:24px;display:flex}.guide-step>img{object-fit:contain;border-radius:18px;width:auto;max-width:min(100%,270px);height:min(46dvh,390px);margin:0 auto;display:block}.guide-step>p{min-height:44px}.guide-step>button{margin-top:2px}.guide-dots{justify-content:center;gap:6px;display:flex}.guide-dots i{background:#d7d7dc;border-radius:99px;width:6px;height:6px;transition:width .18s,background-color .18s}.guide-dots i.active{background:#111114;width:18px}.devmode-card .fine{margin-top:20px;font-size:12px}details{text-align:left;color:#6e6e73;margin-top:24px;font-size:12px}pre{background:#f5f5f7;border-radius:10px;max-height:140px;padding:12px;font:11px/1.45 ui-monospace,SFMono-Regular,monospace;overflow:auto}@keyframes breathe{50%{opacity:.72;transform:scale(.97)}}@media (prefers-reduced-motion:reduce){.phone-glyph.working{animation:none}}