*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:#e8eaf0;background:radial-gradient(1200px 800px at 50% -10%,#232a3d,#12141c 60%,#0c0e14);overflow:hidden}.app{height:100%;display:flex;flex-direction:column}header{display:flex;align-items:center;gap:16px;padding:10px 18px;background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.08)}header h1{font-size:18px;margin:0;white-space:nowrap}.levels{display:flex;gap:6px}.chip{width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:transparent;color:#e8eaf0;font-weight:600;cursor:pointer}.chip.active{background:#7fb3d5;border-color:#7fb3d5;color:#10131c}.chip:disabled{opacity:.35;cursor:not-allowed}.level-name{display:flex;flex-direction:column;min-width:0;flex:1}.level-name .hint{font-size:12.5px;color:#e8eaf0a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reset{border:1px solid rgba(255,255,255,.25);background:transparent;color:#e8eaf0;border-radius:8px;padding:7px 12px;cursor:pointer;white-space:nowrap}.reset:hover,.chip:not(:disabled):hover{background:#ffffff1f}.chip.active:hover{background:#7fb3d5}.stage{position:relative;flex:1;display:flex;align-items:center;justify-content:center;min-height:0;padding:12px}.stage-canvas{max-width:100%;max-height:100%;aspect-ratio:16 / 9;width:auto;height:100%;border-radius:12px;background:#ffffff08;box-shadow:inset 0 0 0 1px #ffffff12;touch-action:none;cursor:crosshair}.overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0a0c128c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.panel{background:#1a1f2c;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:28px 34px;max-width:440px;text-align:center;box-shadow:0 20px 60px #00000080}.panel h2{margin:0 0 12px}.panel ul{text-align:left;line-height:1.9;padding-left:6px;list-style:none;margin:0 0 10px}.panel .fine{font-size:12.5px;color:#e8eaf099}.panel .fin{font-weight:600}.panel button{margin:8px 6px 0;padding:10px 22px;border-radius:10px;border:none;background:#7fb3d5;color:#10131c;font-weight:700;font-size:15px;cursor:pointer}.panel button.ghost{background:transparent;border:1px solid rgba(255,255,255,.25);color:#e8eaf0;font-weight:500}.camera-thumb{position:fixed;right:16px;top:64px;width:240px;border-radius:12px;overflow:hidden;background:#10131c;border:1px solid rgba(255,255,255,.15);box-shadow:0 10px 30px #00000073}.camera-view{position:relative;aspect-ratio:16 / 9;background:#000}.camera-view video,.camera-view canvas{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.camera-view video{transform:scaleX(-1)}.camera-status{display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:12px;color:#e8eaf0d9}.camera-status span:first-child{flex:1}.camera-status .fps{color:#e8eaf080}.camera-status button{border:1px solid rgba(255,255,255,.25);background:transparent;color:#e8eaf0;border-radius:6px;padding:4px 8px;font-size:11px;cursor:pointer}
