:root{--bg: #0b0d10;--fg: #e8ebef;--muted: #8a93a0;--line: #232830;--accent: #c9d1da;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--bg);color:var(--fg);font:17px/1.4 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-text-size-adjust:100%;overscroll-behavior:none}#app{min-height:100%;display:flex;flex-direction:column;padding:max(24px,env(safe-area-inset-top)) 20px max(24px,env(safe-area-inset-bottom))}.home{flex:1;display:flex;flex-direction:column;gap:28px;max-width:420px;width:100%;margin:0 auto}.home__title{margin:8px 0 0;font-size:26px;font-weight:600;letter-spacing:.01em}.home__versions{margin:0;color:var(--muted);font-size:14px;font-variant-numeric:tabular-nums}.home__versions dt,.home__versions dd{display:inline;margin:0}.home__versions div+div{margin-top:2px}.home__actions{display:grid;gap:12px;margin-top:auto}.btn{appearance:none;width:100%;min-height:56px;border:1px solid var(--line);border-radius:12px;background:#141820;color:var(--fg);font:inherit;font-size:19px;font-weight:500;cursor:pointer;touch-action:manipulation}.btn:active{background:#1b2029}.btn--primary{background:var(--accent);color:var(--bg);border-color:var(--accent)}.home__note{color:var(--muted);font-size:13px;text-align:center;margin:0}.screen{flex:1;display:flex;flex-direction:column;gap:20px;max-width:420px;width:100%;margin:0 auto}.screen__header{display:flex;flex-direction:column;gap:6px}.screen__title{margin:0;font-size:24px;font-weight:600}.screen__body{display:flex;flex-direction:column;gap:16px}.back{color:var(--muted);text-decoration:none;font-size:16px;align-self:flex-start;padding:6px 0}.back:active{color:var(--fg)}.lead{margin:0;color:var(--fg)}.muted{color:var(--muted);font-size:14px;margin:0}.hidden{display:none!important}.probe__idle,.probe__report{display:flex;flex-direction:column;gap:16px}.probe__idle ol{margin:0;padding-left:22px;color:var(--fg)}.probe__idle li{margin:6px 0}.probe__run{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;text-align:center;min-height:60vh}.probe__prompt{font-size:34px;font-weight:600;letter-spacing:.01em}.probe__count{font-size:96px;font-weight:600;line-height:1;font-variant-numeric:tabular-nums}.probe__hint{margin:0;color:var(--muted);font-size:16px;max-width:300px}.bar{width:min(300px,80%);height:6px;border-radius:3px;background:var(--line);overflow:hidden}.bar__fill{height:100%;width:100%;background:var(--accent);transform-origin:left center;transform:scaleX(0)}.verdict{font-size:32px;font-weight:700;padding:18px 16px;border-radius:12px;text-align:center;border:1px solid var(--line)}.verdict--go{background:#163a2a;color:#b9f0cf;border-color:#1f5a3f}.verdict--nogo{background:#3a1616;color:#f5b8b8;border-color:#5a1f1f}.verdict--incomplete{background:#2d2a17;color:#efe3a8;border-color:#5a521f}.readout{margin:0;padding:14px;background:#0f1216;border:1px solid var(--line);border-radius:10px;font:12.5px/1.45 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre-wrap;word-break:break-word;color:var(--fg);-webkit-user-select:text;user-select:text}.btn--secondary{background:transparent}.screen__subtitle{margin:8px 0 0;font-size:15px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.steps{margin:0;padding-left:22px}.steps li{margin:6px 0}body.landscape-active{overflow:hidden}.landscape{position:fixed;top:0;left:0;transform-origin:top left;background:var(--bg);overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none;z-index:10}.test-canvas{position:absolute;top:0;left:0;display:block}.land__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:16px}.land__prompt{font-size:30px;font-weight:600}.land__count{font-size:64px;font-weight:600;line-height:1;font-variant-numeric:tabular-nums;min-height:64px}.land__sub{margin:0;color:var(--muted);font-size:15px;max-width:420px}.land__actions{display:flex;gap:12px}.btn--inline{width:auto;min-width:120px;min-height:48px;padding:0 22px}.land__debug{position:absolute;top:8px;left:12px;color:var(--muted);font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre;pointer-events:none}.land__exit{position:absolute;top:6px;right:8px;width:40px;height:40px;min-height:40px;border:none;background:transparent;color:var(--muted);font-size:20px;cursor:pointer}
