:root{--bg-card: rgba(15, 15, 15, .94);--border-card: #2c2c2e;--text-color: #ffffff;--font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}[data-astro-cid-geoyxjlq]{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:#7f8c8d;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;transition:background-color .3s ease;padding:40px;position:relative}#game-container[data-astro-cid-geoyxjlq]{width:100%;max-width:1200px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px;flex-grow:1}#pixel-area[data-astro-cid-geoyxjlq]{flex:1;display:flex;align-items:center;justify-content:center}#pixel-wrapper[data-astro-cid-geoyxjlq]{position:relative;width:200px;height:200px}#pixel-box[data-astro-cid-geoyxjlq]{width:100%;height:100%;background-color:#000;display:grid;grid-template-columns:repeat(15,1fr);grid-template-rows:repeat(5,1fr);gap:2px;padding:16px;border-radius:36px;transition:background-color .2s ease}#pixel-wrapper[data-astro-cid-geoyxjlq]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background-color:#000;border-radius:36px;clip-path:path("M 0,0 L 200,0 L 200,200 L 0,200 Z M 100,8 A 92,92 0 1,0 100,192 A 92,92 0 1,0 100,8 Z")}.subpixel[data-astro-cid-geoyxjlq]{border-radius:1px;transition:background-color .05s linear}#control-panel[data-astro-cid-geoyxjlq]{width:400px;height:215px;background-color:var(--bg-card);backdrop-filter:blur(10px);border:1px solid var(--border-card);border-radius:16px;padding:16px 24px;box-shadow:0 20px 40px #00000080;display:flex;flex-direction:column;justify-content:space-between;z-index:10}.interface-section[data-astro-cid-geoyxjlq]{width:100%;display:flex;flex-direction:column;height:100%;justify-content:space-between}.hidden[data-astro-cid-geoyxjlq]{display:none!important}.scale-rule[data-astro-cid-geoyxjlq]{display:flex;justify-content:space-between;width:100%;padding:0 4px;margin-bottom:2px}.scale-point[data-astro-cid-geoyxjlq]{font-size:.65rem;color:#8e8e93;font-family:monospace}.sliders-group[data-astro-cid-geoyxjlq]{display:flex;flex-direction:column;gap:18px;width:100%}.slider-wrapper[data-astro-cid-geoyxjlq]{width:100%;display:flex;flex-direction:column}input[data-astro-cid-geoyxjlq][type=range]{-webkit-appearance:none;width:100%;height:6px;border-radius:3px;outline:none;cursor:pointer}input[data-astro-cid-geoyxjlq][type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 4px #0006;cursor:pointer}#range-r[data-astro-cid-geoyxjlq]{background:linear-gradient(to right,#000,red)}#range-g[data-astro-cid-geoyxjlq]{background:linear-gradient(to right,#000,#0f0)}#range-b[data-astro-cid-geoyxjlq]{background:linear-gradient(to right,#000,#00f)}.btn-group[data-astro-cid-geoyxjlq]{display:flex;gap:12px;width:100%}button[data-astro-cid-geoyxjlq]{flex:1;background-color:#1c1c1e;color:var(--text-color);border:1px solid #3a3a3c;padding:10px 12px;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background-color .15s,border-color .15s}button[data-astro-cid-geoyxjlq]:hover{background-color:#2c2c2e;border-color:#48484a}.btn-main-action[data-astro-cid-geoyxjlq]{background-color:#fff;color:#000;border:none;font-weight:600}.btn-main-action[data-astro-cid-geoyxjlq]:hover{background-color:#e5e5ea}#results-display[data-astro-cid-geoyxjlq]{color:var(--text-color);text-align:center;display:flex;flex-direction:column;justify-content:center;flex-grow:1;gap:2px}#feedback-text[data-astro-cid-geoyxjlq]{font-size:.8rem;text-transform:uppercase;letter-spacing:2px;color:#8e8e93}#delta-value[data-astro-cid-geoyxjlq]{font-size:2.2rem;font-weight:700;font-family:monospace}.footer-credits[data-astro-cid-geoyxjlq]{display:flex;align-items:center;justify-content:center;padding-bottom:15px;opacity:.35;width:100%;z-index:5}.legend-text[data-astro-cid-geoyxjlq]{font-size:.7rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);letter-spacing:.4px;line-height:1.3;text-align:center}@media(max-width:768px){body{overflow:auto;padding:20px}#game-container[data-astro-cid-geoyxjlq]{flex-direction:column;justify-content:center;gap:30px;margin-bottom:30px}#control-panel[data-astro-cid-geoyxjlq]{width:100%;max-width:360px}}
