.flip-reflex-game[data-astro-cid-mfditaph]{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:.5rem;min-height:420px}.game-header[data-astro-cid-mfditaph]{display:flex;justify-content:space-around;width:100%;padding:.5rem;background:var(--bg-color, #fff);border-radius:.75rem}.round-display[data-astro-cid-mfditaph],.best-display[data-astro-cid-mfditaph]{text-align:center}.round-label[data-astro-cid-mfditaph],.best-label[data-astro-cid-mfditaph]{display:block;font-size:.75rem;font-weight:500;color:var(--text-muted, #6b7280);text-transform:uppercase}.round-value[data-astro-cid-mfditaph],.best-value[data-astro-cid-mfditaph]{font-size:1.25rem;font-weight:700;color:var(--text-color, #1f2937)}.phone-visual[data-astro-cid-mfditaph]{display:flex;flex-direction:column;align-items:center;gap:.5rem}.phone-model[data-astro-cid-mfditaph]{width:80px;height:150px;background:linear-gradient(145deg,#374151,#1f2937);border-radius:16px;padding:8px;transition:transform .1s ease;box-shadow:0 10px 30px #0000004d}.phone-screen[data-astro-cid-mfditaph]{width:100%;height:100%;background:linear-gradient(145deg,#60a5fa,#3b82f6);border-radius:10px;position:relative;display:flex;align-items:center;justify-content:center}.phone-notch[data-astro-cid-mfditaph]{position:absolute;top:4px;left:50%;transform:translate(-50%);width:30px;height:8px;background:#1f2937;border-radius:4px}.screen-content[data-astro-cid-mfditaph]{font-size:2rem}.phone-model[data-astro-cid-mfditaph].flipping{animation:flip-animation .3s ease}@keyframes flip-animation{0%{transform:rotateX(0)}50%{transform:rotateX(180deg)}to{transform:rotateX(0)}}.orientation-indicator[data-astro-cid-mfditaph]{font-size:.75rem;color:var(--text-muted, #6b7280);font-family:var(--font-mono, monospace)}.instruction-area[data-astro-cid-mfditaph]{text-align:center;padding:1.5rem 2rem;background:var(--surface-color, #f9fafb);border-radius:1rem;min-height:100px;display:flex;align-items:center;justify-content:center;width:100%}.instruction-text[data-astro-cid-mfditaph]{display:flex;flex-direction:column;gap:.25rem}.main-instruction[data-astro-cid-mfditaph]{font-size:1.5rem;font-weight:700;color:var(--text-color, #1f2937)}.instruction-area[data-astro-cid-mfditaph].waiting .main-instruction[data-astro-cid-mfditaph]{color:var(--text-muted, #6b7280)}.instruction-area[data-astro-cid-mfditaph].ready .main-instruction[data-astro-cid-mfditaph]{color:#22c55e;animation:pulse-text .5s ease infinite}.instruction-area[data-astro-cid-mfditaph].flip-now{background:linear-gradient(135deg,#22c55e,#16a34a)}.instruction-area[data-astro-cid-mfditaph].flip-now .main-instruction[data-astro-cid-mfditaph]{color:#fff;font-size:2rem;animation:shake .1s ease infinite}.instruction-area[data-astro-cid-mfditaph].flip-now .sub-instruction[data-astro-cid-mfditaph]{color:#ffffffe6}.instruction-area[data-astro-cid-mfditaph].success{background:linear-gradient(135deg,#3b82f6,#2563eb)}.instruction-area[data-astro-cid-mfditaph].success .main-instruction[data-astro-cid-mfditaph]{color:#fff}.instruction-area[data-astro-cid-mfditaph].false-start{background:#fee2e2}.instruction-area[data-astro-cid-mfditaph].false-start .main-instruction[data-astro-cid-mfditaph]{color:#ef4444}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.7}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}.sub-instruction[data-astro-cid-mfditaph]{font-size:.875rem;color:var(--text-muted, #6b7280)}.timer-display[data-astro-cid-mfditaph]{text-align:center}.timer-value[data-astro-cid-mfditaph]{font-size:3rem;font-weight:800;color:var(--accent-color, #3b82f6);font-variant-numeric:tabular-nums;font-family:var(--font-mono, monospace)}.timer-unit[data-astro-cid-mfditaph]{display:block;font-size:.75rem;color:var(--text-muted, #6b7280);text-transform:uppercase}.game-controls[data-astro-cid-mfditaph]{display:flex;flex-direction:column;align-items:center;gap:1rem}.sensor-status[data-astro-cid-mfditaph]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--surface-color, #f9fafb);border-radius:.5rem;font-size:.875rem}.sensor-status[data-astro-cid-mfditaph].success{background:#dcfce7;color:#166534}.sensor-status[data-astro-cid-mfditaph].error{background:#fee2e2;color:#991b1b}.sensor-status[data-astro-cid-mfditaph].hidden{display:none}.start-btn[data-astro-cid-mfditaph]{padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;border-radius:999px;cursor:pointer;transition:all .2s;box-shadow:0 4px 15px -3px #22c55e66}.start-btn[data-astro-cid-mfditaph]:hover{transform:translateY(-2px);box-shadow:0 8px 20px -5px #22c55e80}.start-btn[data-astro-cid-mfditaph].hidden{display:none}.result-container[data-astro-cid-mfditaph]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;padding:2rem;background:var(--bg-color, #fff);border-radius:1.5rem;box-shadow:0 20px 40px #0003;z-index:10;min-width:280px;max-height:90%;overflow-y:auto}.result-container[data-astro-cid-mfditaph].hidden{display:none}.result-title[data-astro-cid-mfditaph]{font-size:1.5rem;font-weight:700;margin:0 0 1rem}.results-list[data-astro-cid-mfditaph]{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.result-item[data-astro-cid-mfditaph]{display:flex;justify-content:space-between;padding:.5rem;background:var(--surface-color, #f9fafb);border-radius:.5rem;font-size:.875rem}.result-item[data-astro-cid-mfditaph].best{background:#dcfce7;font-weight:600}.result-item[data-astro-cid-mfditaph].false-start{background:#fee2e2;color:#991b1b}.average-time[data-astro-cid-mfditaph]{padding:1rem;background:linear-gradient(135deg,#dbeafe,#ede9fe);border-radius:.75rem;margin-bottom:1rem}.avg-label[data-astro-cid-mfditaph]{display:block;font-size:.75rem;color:var(--text-muted, #6b7280);margin-bottom:.25rem}.avg-value[data-astro-cid-mfditaph]{font-size:1.5rem;font-weight:800;color:var(--accent-color, #3b82f6)}.play-again-btn[data-astro-cid-mfditaph]{padding:.75rem 1.5rem;background:var(--accent-color, #3b82f6);color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.play-again-btn[data-astro-cid-mfditaph]:hover{transform:translateY(-2px)}
