:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.cube-net-input{--cell:clamp(1.15rem, 6.5vw, 2rem);flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.palette{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.swatch{cursor:pointer;border:2px solid #0003;border-radius:.375rem;width:clamp(1.8rem,8vw,2.5rem);height:clamp(1.8rem,8vw,2.5rem);padding:0;position:relative}.swatch-active{border-color:#333;box-shadow:0 0 0 2px #333}.swatch-badge{color:#fff;border:1.5px solid var(--bg);background:#333;border-radius:999px;justify-content:center;align-items:center;min-width:1.15rem;height:1.15rem;padding:0 .2rem;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;bottom:-.4rem;right:-.4rem}.swatch-badge-done{background:#1a7f37}.net{grid-template-rows:repeat(3,auto);grid-template-columns:repeat(4,auto);gap:.5rem;display:grid}.face-grid{grid-template-columns:repeat(3, var(--cell));grid-template-rows:repeat(3, var(--cell));background:#999;border-radius:.25rem;gap:2px;padding:2px;display:grid}.facelet{width:var(--cell);height:var(--cell);cursor:pointer;background:#ddd;border:none;padding:0}.facelet:hover:not(:disabled){outline-offset:-2px;outline:2px solid #333}.facelet-center{cursor:default}.solution-display .move-list{font-family:var(--mono);word-break:break-word;max-width:40rem;margin:.5rem auto 0;font-size:.85rem}.cube-canvas{touch-action:none;overscroll-behavior:contain;border:1px solid var(--border,#444);border-radius:.5rem}.solve-walkthrough{flex-direction:column;align-items:center;display:flex}.walkthrough-instruction{align-items:center;gap:.5rem;margin-top:.75rem;font-size:1rem;display:flex}.instruction-swatch{border:1px solid #80808080;border-radius:.25rem;width:1rem;height:1rem;display:inline-block}.walkthrough-slider{width:min(100%,22rem);accent-color:var(--accent);cursor:pointer;margin-top:.75rem}.walkthrough-slider:disabled{cursor:default;opacity:.6}.walkthrough-controls{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.75rem;display:flex}.walkthrough-controls button{min-height:2.75rem;padding:.5rem .9rem}.walkthrough-speed{align-items:center;gap:.4rem;margin-top:.6rem;font-size:.85rem;display:flex}.walkthrough-speed button{padding:.15rem .5rem}.speed-active{box-shadow:0 0 0 1px #333;border-color:#333!important}.walkthrough-status{margin-top:.5rem;font-size:.9rem}.step-tracker{max-width:26rem;margin:1rem auto 1.5rem}.step-row{align-items:flex-start;margin:0;padding:0;list-style:none;display:flex}.step{flex-direction:column;flex:1;align-items:center;gap:.35rem;padding:0 .25rem;display:flex;position:relative}.step:not(:first-child):before{content:"";background:var(--border);z-index:0;width:100%;height:2px;position:absolute;top:.7rem;left:-50%}.step-active:not(:first-child):before,.step-done:not(:first-child):before{background:var(--accent)}.step-dot{z-index:1;border:2px solid var(--border);background:var(--bg);width:1.5rem;height:1.5rem;color:var(--text);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:flex;position:relative}.step-active .step-dot{border-color:var(--accent);color:var(--accent)}.step-done .step-dot{border-color:var(--accent);background:var(--accent);color:#fff}.step-label{color:var(--text);text-align:center;font-size:.8rem;line-height:1.25}.step-active .step-label{color:var(--text-h);font-weight:600}.step-done .step-label{color:var(--text-h)}.step-detail{color:var(--text);min-height:1.3em;margin-top:.75rem;font-size:.9rem}.step-detail-error{color:#b3261e;font-weight:500}@media (width<=480px){.step-label{font-size:.7rem}}.feedback{text-align:center;max-width:26rem;margin:2.5rem auto 0;font-size:.9rem}.feedback summary{cursor:pointer;color:var(--text)}.feedback summary:hover{color:var(--text-h)}.feedback-form{flex-direction:column;gap:.6rem;margin-top:.75rem;display:flex}.feedback-form textarea{box-sizing:border-box;resize:vertical;border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text-h);font:inherit;border-radius:.375rem;padding:.6rem}.feedback-actions{justify-content:center;align-items:center;gap:.75rem;display:flex}.feedback-actions button{min-height:2.25rem;padding:.4rem 1.25rem}.feedback-error{color:#b3261e;font-size:.85rem}.feedback-thanks{color:#1a7f37;margin-top:.75rem;font-weight:600}.feedback-botfield{height:0;position:absolute;left:-9999px;overflow:hidden}.app-container{padding:2rem}@media (width<=480px){.app-container{padding:1.25rem .75rem}}.method-toggle{border:1px solid var(--border);border-radius:999px;gap:.2rem;margin-top:1rem;padding:.2rem;display:inline-flex}.method-toggle button{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.4rem .9rem;font-size:.85rem}.method-active{background:var(--accent);color:#fff;font-weight:600}.paint-layout{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:1rem;display:flex}.paint-layout-net{flex:20rem;max-width:26rem}.paint-layout-preview{flex:none}.action-buttons{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1.5rem;display:flex}.action-buttons button{min-height:2.75rem;padding:.5rem 1rem}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:600}.btn-primary:disabled{opacity:.6;background:#888;border-color:#888}.error-page{text-align:center;max-width:32rem;margin:4rem auto;padding:0 1.5rem}.error-page h1{margin-bottom:.5rem;font-size:2rem}.error-page button{margin-top:1rem;padding:.5rem 1.25rem}.error-details{text-align:left;color:var(--text);margin-top:1.5rem;font-size:.85rem}.error-details pre{white-space:pre-wrap;word-break:break-word;background:var(--code-bg);border-radius:.375rem;margin-top:.5rem;padding:.75rem}
