:root{--optix-blue: #0B3D91;--optix-blue-soft: #E8F0FB;--surface: #FFFFFF;--surface-muted: #F6F9FD;--border: #DCE4EF;--text: #1E2A3A;--text-muted: #5B6B80;--warning: #B07A10;--warning-bg: #FFF7E6;--critical: #B3261E;--critical-bg: #FDECEA;--success: #1E7B45;--success-bg: #E9F7EF;--info: #0B3D91;--info-bg: #E8F0FB}*{box-sizing:border-box}body{margin:0;background:var(--surface-muted);color:var(--text);font-family:-apple-system,SF Pro Text,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.shell-header{display:flex;align-items:center;gap:12px;padding:12px 20px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.shell-header img{width:34px;height:34px}.shell-title{font-size:19px;font-weight:600;color:var(--optix-blue)}.mode-badge{margin-left:auto;font-size:13px;font-weight:600;padding:6px 12px;border-radius:999px;background:var(--info-bg);color:var(--optix-blue)}.mode-badge.demo{background:var(--warning-bg);color:var(--warning)}.scope-line{font-size:12px;color:var(--text-muted);text-align:center;padding:6px;background:var(--surface);border-bottom:1px solid var(--border)}.page{max-width:920px;margin:0 auto;padding:20px 16px 60px}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px;margin-bottom:18px;box-shadow:0 1px 4px #1428500d}.card h3{margin:0 0 6px;font-size:20px}.card .hint{color:var(--text-muted);font-size:14px;margin-bottom:14px}.btn{font-size:17px;padding:13px 22px;border-radius:11px;border:none;background:var(--optix-blue);color:#fff;margin:5px 5px 5px 0;cursor:pointer;touch-action:manipulation;min-height:48px}.btn:disabled{opacity:.45}.btn.ghost{background:var(--surface);color:var(--optix-blue);border:1px solid var(--border)}.btn.subtle{background:var(--surface-muted);color:var(--text);border:1px solid var(--border);font-size:15px;min-height:44px}.input{font-size:17px;padding:12px;border-radius:10px;border:1px solid var(--border);margin:5px 8px 5px 0;width:280px;max-width:100%;background:var(--surface)}.note{border-radius:10px;padding:12px 14px;margin:10px 0;font-size:14px}.note.warn{background:var(--warning-bg);color:var(--warning);border:1px solid #EAD49A}.note.bad{background:var(--critical-bg);color:var(--critical);border:1px solid #E5B5B1}.note.ok{background:var(--success-bg);color:var(--success);border:1px solid #BBE2C9}.note.info{background:var(--info-bg);color:var(--optix-blue);border:1px solid #C6D8F2}.stepper{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 20px}.step{display:flex;align-items:center;gap:7px;padding:8px 13px;border-radius:999px;font-size:14px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted)}.step.current{background:var(--optix-blue);color:#fff;border-color:var(--optix-blue);font-weight:600}.step.done{background:var(--success-bg);color:var(--success);border-color:#bbe2c9}.step .n{width:20px;height:20px;border-radius:10px;background:#00000014;font-size:12px;text-align:center;line-height:20px}.step.current .n{background:#ffffff40}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.status-card{border:1px solid var(--border);border-radius:12px;padding:16px;background:var(--surface-muted)}.status-card .t{font-weight:600;font-size:15px;margin-bottom:4px}.status-card .s{font-size:14px;color:var(--text-muted)}.pill{display:inline-block;font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px;margin-bottom:8px}.pill.ok{background:var(--success-bg);color:var(--success)}.pill.warn{background:var(--warning-bg);color:var(--warning)}.pill.info{background:var(--info-bg);color:var(--optix-blue)}.launch{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#FFFFFF 0%,var(--optix-blue-soft) 100%);text-align:center;padding:24px;animation:launch-in .7s ease-out}@keyframes launch-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.launch img{width:110px;height:110px;margin-bottom:22px}.launch h1{font-size:34px;color:var(--optix-blue);margin:0}.launch .full{font-size:17px;color:var(--text);margin:8px 0 2px}.launch .tag{font-size:14px;color:var(--text-muted);letter-spacing:.04em}.launch .scope{font-size:13px;color:var(--text-muted);margin:16px 0 28px}.cover{border:1px solid var(--border);border-radius:14px;padding:28px;background:linear-gradient(180deg,#fff 0%,var(--optix-blue-soft) 140%);margin-bottom:16px}.cover img{width:56px;height:56px}.cover h2{color:var(--optix-blue);margin:10px 0 16px;font-size:23px}.cover .row{font-size:15px;margin:4px 0}.cover .row b{display:inline-block;min-width:130px;color:var(--text-muted);font-weight:500}.mdpre{white-space:pre-wrap;font-family:ui-monospace,SF Mono,monospace;font-size:13px;background:var(--surface-muted);border:1px solid var(--border);border-radius:10px;padding:16px;line-height:1.55}.trust{display:flex;align-items:center;gap:14px;border-radius:12px;padding:16px 18px}.trust.ok{background:var(--success-bg);border:1px solid #BBE2C9}.trust.bad{background:var(--warning-bg);border:1px solid #EAD49A}.trust .badge{font-size:30px}.trust .t{font-weight:700;font-size:16px}.trust .d{font-size:13px;color:var(--text-muted)}.maphelp{font-size:13px;color:var(--text-muted);margin:6px 0 10px}.mapwrap{position:relative;display:inline-block;touch-action:none;border-radius:10px;overflow:hidden;border:1px solid var(--border);max-width:100%}.mapwrap img{max-width:100%;display:block}.refdot,.polydot{position:absolute;pointer-events:none;border-radius:50%;color:#fff;text-align:center;font-weight:700}.refdot{width:22px;height:22px;line-height:22px;font-size:12px;background:var(--critical);border:2px solid #fff;box-shadow:0 1px 3px #0006}.polydot{width:16px;height:16px;line-height:16px;font-size:10px;background:var(--optix-blue);border:2px solid #fff}.polydot.fp{background:#7c3aed}.done-list{list-style:none;padding:0;margin:14px 0}.done-list li{padding:7px 0;font-size:15px}.page{max-width:840px;padding:16px 14px 80px}.card{padding:18px;border-radius:14px;margin-bottom:14px}.card h3{font-size:18px}.btn{font-size:16px;padding:11px 18px;min-height:46px;border-radius:10px}.btn.subtle{min-height:40px;font-size:14px;padding:8px 14px}.input{font-size:16px;padding:11px;border-radius:9px}.zoomwrap{position:relative;width:100%;height:min(60vh,440px);overflow:hidden;border:1px solid var(--border);border-radius:12px;background:#0a1424;touch-action:none;display:flex;align-items:center;justify-content:center}.zoomstage{position:relative;transform-origin:center center;will-change:transform;line-height:0}.zoomstage img{max-width:100%;max-height:min(60vh,440px);display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.polyoverlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.zoomwrap .refdot,.zoomwrap .polydot{position:absolute;transform:translate(-50%,-50%);pointer-events:none;border-radius:50%;color:#fff;text-align:center;font-weight:700;box-shadow:0 1px 4px #00000080}.zoomwrap .refdot{width:26px;height:26px;line-height:22px;font-size:13px;background:var(--critical);border:2px solid #fff}.zoomwrap .polydot{width:18px;height:18px;line-height:14px;font-size:10px;background:var(--optix-blue);border:2px solid #fff}.zoomwrap .polydot.fp{background:#7c3aed}.zoombar{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-top:10px}.zoomhint{font-size:12px;color:var(--text-muted);margin-right:auto}.maphelp{font-size:13.5px;color:var(--text-muted);margin:4px 0 10px;line-height:1.7}.coordrow{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:6px 0}.coordrow .lbl{font-weight:700;color:var(--critical);min-width:18px}.coordpaste{width:100%;max-width:520px}.recbar{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-muted);background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;padding:5px 12px;margin-bottom:10px}.recdot{width:8px;height:8px;border-radius:50%;background:var(--critical);flex:none}.camstage{position:relative;width:100%;border-radius:12px;overflow:hidden;background:#000;border:1px solid var(--border)}.camstage video{width:100%;display:block;max-height:min(58vh,460px);object-fit:cover}.cambtns{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.shutter{font-size:16px;padding:13px 26px;border-radius:10px;border:none;background:var(--optix-blue);color:#fff;min-height:50px}.terms{max-width:460px;margin:10px 0;text-align:right}.terms summary{cursor:pointer;color:var(--optix-blue);font-size:14px;font-weight:600;list-style:none}.terms summary:before{content:"» "}.terms-body{font-size:13px;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;margin-top:8px;line-height:2}.camflash{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;opacity:.85;z-index:99;pointer-events:none;animation:flashout .45s ease-out forwards}@keyframes flashout{to{opacity:0}}.verifying{font-weight:600;color:var(--optix-blue);padding:8px 0}
