*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f0f1a;--bg2:#1a1a2e;--bg3:#252540;--card:#1e1e35;--border:#2d2d50;--accent:#6366f1;--accent2:#818cf8;--success:#22c55e;--warn:#f59e0b;--danger:#ef4444;--text:#e2e8f0;--muted:#94a3b8;--radius:12px;--shadow:0 4px 24px #00000073}html,body{height:100%}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}.text-muted{color:var(--muted)}.text-accent{color:var(--accent2)}.text-sm{font-size:.85rem}.text-xs{font-size:.75rem}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.flex{display:flex}.gap-8{gap:8px}.gap-12{gap:12px}.items-center{align-items:center}.justify-center{justify-content:center}.flex-wrap{flex-wrap:wrap}h1{font-size:2.2rem;font-weight:700;line-height:1.2}h2{font-size:1.45rem;font-weight:600}h3{font-size:1.05rem;font-weight:600}p{color:var(--muted);line-height:1.6}button{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;font-family:inherit;font-weight:600;transition:all .15s;display:inline-flex}button:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;padding:12px 26px;font-size:1rem}.btn-primary:hover:not(:disabled){background:var(--accent2);transform:translateY(-1px)}.btn-secondary{background:var(--bg3);color:var(--text);border:1px solid var(--border);padding:10px 20px;font-size:.9rem}.btn-secondary:hover:not(:disabled){background:var(--border)}.btn-ghost{color:var(--muted);background:0 0;padding:8px 16px;font-size:.85rem}.btn-ghost:hover:not(:disabled){color:var(--text);background:var(--bg3)}.btn-icon{background:var(--bg3);color:var(--text);border:1px solid var(--border);border-radius:8px;justify-content:center;width:40px;height:40px;padding:0;font-size:1.1rem}.btn-icon:hover:not(:disabled){background:var(--border)}.page{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:flex}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.start-page{text-align:center;width:100%;max-width:540px}.cube-icon{margin-bottom:20px;font-size:5rem;display:block}.start-page h1{margin-bottom:12px}.start-page h1 span{color:var(--accent2)}.start-page>p{margin-bottom:32px;font-size:1.05rem}.features{text-align:left;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:32px;display:grid}.feature-card{background:var(--bg3);border:1px solid var(--border);border-radius:10px;padding:14px}.feature-card h3{margin-bottom:4px;font-size:.88rem}.feature-card p{font-size:.8rem}.face-dots{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:20px;display:flex}.face-dot-step{border:2px solid var(--border);width:32px;height:32px;color:var(--muted);border-radius:8px;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;transition:all .2s;display:flex}.face-dot-step.done{border-color:var(--success);color:var(--success);background:#22c55e26}.face-dot-step.active{border-color:var(--accent);color:var(--accent2);box-shadow:0 0 8px var(--accent);background:#6366f133}.capture-page{width:100%;max-width:640px}.capture-page h2{margin-bottom:8px}.video-wrap{aspect-ratio:4/3;border-radius:var(--radius);border:1px solid var(--border);background:#000;width:100%;margin:14px 0;position:relative;overflow:hidden}.video-wrap video{object-fit:cover;width:100%;height:100%;display:block}.grid-overlay{pointer-events:none;position:absolute;inset:0}.face-badge{background:var(--bg3);border:1px solid var(--border);border-radius:10px;align-items:center;gap:12px;margin-bottom:12px;padding:12px 16px;display:flex}.face-color-dot{border:2px solid #fff3;border-radius:6px;flex-shrink:0;width:28px;height:28px}.face-badge h3{margin:0 0 2px;font-size:1rem}.face-badge p{margin:0;font-size:.82rem}.capture-preview{background:var(--bg3);border:1px solid var(--border);border-radius:10px;align-items:flex-start;gap:14px;margin:10px 0;padding:14px;display:flex}.mini-grid{flex-shrink:0;grid-template-rows:repeat(3,26px);grid-template-columns:repeat(3,26px);gap:3px;display:grid}.mini-cell{cursor:pointer;border:2px solid #ffffff1a;border-radius:4px;transition:transform .1s}.mini-cell:hover{transform:scale(1.12)}.capture-btn-row{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.color-editor{flex-direction:column;align-items:center;gap:14px;display:flex}.face-grid-edit{grid-template-rows:repeat(3,52px);grid-template-columns:repeat(3,52px);gap:6px;display:grid}.gc{cursor:pointer;border:3px solid #ffffff1f;border-radius:8px;transition:all .12s}.gc:hover{border-color:#ffffff73;transform:scale(1.06)}.gc.sel{border-color:#fff;box-shadow:0 0 10px #fff6}.gc.center{cursor:default;border-color:#ffffff4d}.swatch-row{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.swatch{cursor:pointer;border:3px solid #0000;border-radius:8px;width:34px;height:34px;transition:all .1s}.swatch:hover{transform:scale(1.1)}.swatch.sel{border-color:#fff;box-shadow:0 0 8px #fff6}.review-page{width:100%;max-width:720px}.review-page h2{margin-bottom:8px}.review-page>p{margin-bottom:20px}.faces-review{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;margin-bottom:22px;display:grid}.face-review-card{background:var(--bg3);border:1px solid var(--border);text-align:center;cursor:pointer;border-radius:10px;padding:12px;transition:border-color .15s}.face-review-card:hover{border-color:var(--accent2)}.face-review-card h3{color:var(--muted);margin-bottom:10px;font-size:.8rem}.face-grid-sm{grid-template-rows:repeat(3,32px);grid-template-columns:repeat(3,32px);gap:4px;width:fit-content;margin:0 auto;display:grid}.face-grid-sm .c{border:2px solid #ffffff1a;border-radius:5px}.error-box{color:#fca5a5;background:#ef44441a;border:1px solid #ef444466;border-radius:8px;margin-bottom:14px;padding:10px 14px;font-size:.88rem}.review-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.method-page{width:100%;max-width:500px}.method-page h2{margin-bottom:8px}.method-page>p{margin-bottom:22px}.method-cards{gap:14px;margin-bottom:26px;display:grid}.method-card{background:var(--bg3);border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;text-align:left;padding:18px 20px;transition:all .15s}.method-card:hover{border-color:var(--accent2)}.method-card.sel{border-color:var(--accent);background:#6366f114}.method-card h3{align-items:center;gap:8px;margin-bottom:4px;display:flex}.method-card p{font-size:.84rem}.overlay{z-index:999;background:#000c;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:fixed;inset:0}.spinner{border:4px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:48px;height:48px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.solve-layout{grid-template-columns:1fr 360px;align-items:start;gap:20px;width:100%;max-width:1120px;padding:20px 16px;display:grid}@media (width<=780px){.solve-layout{grid-template-columns:1fr}}.cube-panel{position:sticky;top:20px}.info-panel{flex-direction:column;gap:14px;display:flex}.stage-header{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px}.stage-header .emoji{font-size:1.8rem;line-height:1}.stage-header h2{margin:6px 0 4px}.stage-header p{font-size:.87rem}.move-box{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px}.move-box h3{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.82rem}.big-move{color:var(--accent2);text-align:center;justify-content:center;align-items:center;min-height:68px;font-family:monospace;font-size:3.8rem;font-weight:800;display:flex}.big-move.done-label{color:var(--success);font-size:2rem}.move-desc{text-align:center;color:var(--muted);margin-top:6px;font-size:.84rem}.progress-track{background:var(--bg3);border-radius:6px;height:6px;margin:12px 0;overflow:hidden}.progress-fill{background:var(--accent);border-radius:6px;height:100%;transition:width .3s}.nav-row{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px;display:flex}.moves-list{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);max-height:240px;padding:14px;overflow-y:auto}.moves-list h3{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;font-size:.82rem}.chips{flex-wrap:wrap;gap:6px;display:flex}.chip{background:var(--bg3);border:1px solid var(--border);color:var(--muted);border-radius:6px;padding:4px 10px;font-family:monospace;font-size:.8rem;font-weight:700}.chip.done{color:#86efac;background:#22c55e1a;border-color:#22c55e59}.chip.current{border-color:var(--accent);color:#fff;background:#6366f133}.stage-tabs{flex-wrap:wrap;gap:5px;display:flex}.stab{background:var(--bg3);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:6px;padding:4px 10px;font-size:.76rem;font-weight:600}.stab.done{color:#86efac;border-color:#22c55e66}.stab.current{background:var(--accent);border-color:var(--accent);color:#fff}.solved-banner{border-radius:var(--radius);text-align:center;background:#22c55e1a;border:1px solid #22c55e66;padding:22px}.solved-banner h2{color:var(--success);margin-bottom:8px}
