[data-astro-cid-vpodj6gq]{margin:0;padding:0;box-sizing:border-box}html,body{height:100vh;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);color:#222;display:flex;flex-direction:column}.header[data-astro-cid-vpodj6gq]{padding:.8rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);flex-shrink:0}.nav[data-astro-cid-vpodj6gq]{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo[data-astro-cid-vpodj6gq]{font-size:1.4rem;font-weight:700;text-decoration:none;color:#fff}.logo[data-astro-cid-vpodj6gq] .puzzle-part[data-astro-cid-vpodj6gq]{color:#3b82f6}.logo[data-astro-cid-vpodj6gq] .unlimited-part[data-astro-cid-vpodj6gq]{color:#ffffffb3;font-weight:300}.nav-links[data-astro-cid-vpodj6gq]{display:flex;gap:2rem;list-style:none}.nav-links[data-astro-cid-vpodj6gq] a[data-astro-cid-vpodj6gq]{color:#ffffffe6;text-decoration:none;transition:color .2s;font-weight:500}.nav-links[data-astro-cid-vpodj6gq] a[data-astro-cid-vpodj6gq]:hover,.nav-links[data-astro-cid-vpodj6gq] a[data-astro-cid-vpodj6gq].active{color:#fff;text-shadow:0 0 8px rgba(255,255,255,.3)}.main-container[data-astro-cid-vpodj6gq]{flex:1;display:flex;justify-content:center;align-items:center;padding:1rem;overflow:hidden}.game-flex-unified[data-astro-cid-vpodj6gq]{display:flex;flex-direction:row;align-items:stretch;justify-content:center;width:100%;max-width:1200px;height:100%;max-height:calc(100vh - 80px);box-shadow:0 8px 32px #0000001a;border-radius:1.2rem;background:#fffffff7;overflow:hidden}.side-inline[data-astro-cid-vpodj6gq]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:140px;max-width:160px;background:none;box-shadow:none;border-radius:0;padding:2rem 1rem;color:#333;gap:1.5rem;flex-shrink:0}.panel-title[data-astro-cid-vpodj6gq]{font-weight:700;font-size:1.1rem;color:#6366f1;margin-bottom:.5rem}.stats-inline[data-astro-cid-vpodj6gq] .stat-item[data-astro-cid-vpodj6gq]{margin-bottom:1rem;text-align:center}.stat-value[data-astro-cid-vpodj6gq]{font-size:1.8rem;font-weight:700;color:#3b82f6;display:block}.stat-label[data-astro-cid-vpodj6gq]{font-size:.9rem;color:#64748b;margin-top:.2rem}.center-main[data-astro-cid-vpodj6gq]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1.5rem .5rem;overflow:hidden}.game-title[data-astro-cid-vpodj6gq]{font-size:1.8rem;font-weight:700;color:#6366f1;margin-bottom:.3rem;text-align:center}.game-subtitle[data-astro-cid-vpodj6gq]{color:#64748b;font-size:1rem;margin-bottom:1rem;text-align:center}.game-container[data-astro-cid-vpodj6gq]{width:100%;max-width:700px;flex:1;background:#fff;border-radius:1rem;box-shadow:0 4px 16px #00000012;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.game-iframe[data-astro-cid-vpodj6gq]{width:100%;height:100%;border:none;background:#fff}.action-inline[data-astro-cid-vpodj6gq]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:140px;max-width:160px;padding:2rem 1rem;gap:1rem;flex-shrink:0}.btn[data-astro-cid-vpodj6gq]{display:inline-block;width:100%;padding:.8rem .5rem;background:#6366f1;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .2s;border:none;cursor:pointer;font-size:.9rem;text-align:center;margin-bottom:.5rem}.btn[data-astro-cid-vpodj6gq]:hover{background:#5855eb;box-shadow:0 4px 12px #6366f133;transform:translateY(-1px)}.btn-secondary[data-astro-cid-vpodj6gq]{background:#64748b}.btn-secondary[data-astro-cid-vpodj6gq]:hover{background:#475569}.btn-success[data-astro-cid-vpodj6gq]{background:#10b981}.btn-success[data-astro-cid-vpodj6gq]:hover{background:#059669}.loading-overlay[data-astro-cid-vpodj6gq]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:10;transition:opacity .5s ease}.loading-spinner[data-astro-cid-vpodj6gq]{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-text[data-astro-cid-vpodj6gq]{color:#fff;font-size:1.125rem;text-align:center}.loading-progress[data-astro-cid-vpodj6gq]{width:200px;height:4px;background:#ffffff4d;border-radius:2px;margin-top:1rem;overflow:hidden}.loading-bar[data-astro-cid-vpodj6gq]{height:100%;background:#fff;border-radius:2px;animation:progress 3s ease-in-out}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes progress{0%{width:0%}50%{width:60%}to{width:100%}}.score-notification[data-astro-cid-vpodj6gq]{position:fixed;top:20px;right:20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1rem 1.5rem;border-radius:.5rem;box-shadow:0 8px 25px #10b9814d;z-index:1000;transform:translate(100%);transition:transform .3s ease;font-weight:600}.score-notification[data-astro-cid-vpodj6gq].show{transform:translate(0)}.error-state[data-astro-cid-vpodj6gq]{text-align:center;color:#ef4444;padding:2rem}.error-state[data-astro-cid-vpodj6gq] h3[data-astro-cid-vpodj6gq]{font-size:1.25rem;margin-bottom:.5rem}.error-state[data-astro-cid-vpodj6gq] p[data-astro-cid-vpodj6gq]{color:#64748b;margin-bottom:1rem}@media (max-width: 1100px){.side-inline[data-astro-cid-vpodj6gq],.action-inline[data-astro-cid-vpodj6gq]{min-width:100px;max-width:120px;padding:1.5rem .8rem}.btn[data-astro-cid-vpodj6gq]{font-size:.8rem;padding:.7rem .3rem}}@media (max-width: 900px){html,body{overflow:auto}.game-flex-unified[data-astro-cid-vpodj6gq]{flex-direction:column;align-items:stretch;max-height:none;height:auto}.side-inline[data-astro-cid-vpodj6gq],.action-inline[data-astro-cid-vpodj6gq]{flex-direction:row;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;padding:1rem;gap:2rem}.action-inline[data-astro-cid-vpodj6gq]{gap:1rem}.action-inline[data-astro-cid-vpodj6gq] .btn[data-astro-cid-vpodj6gq]{width:auto;min-width:100px;margin-bottom:0}.center-main[data-astro-cid-vpodj6gq]{padding:1rem .5rem}.game-container[data-astro-cid-vpodj6gq]{min-height:500px}}@media (max-width: 600px){.header[data-astro-cid-vpodj6gq]{padding:.5rem 1rem}.logo[data-astro-cid-vpodj6gq]{font-size:1.2rem}.nav-links[data-astro-cid-vpodj6gq]{gap:1rem}.main-container[data-astro-cid-vpodj6gq]{padding:.5rem}.game-title[data-astro-cid-vpodj6gq]{font-size:1.5rem}.game-container[data-astro-cid-vpodj6gq]{min-height:400px}.side-inline[data-astro-cid-vpodj6gq],.action-inline[data-astro-cid-vpodj6gq]{gap:1rem}.action-inline[data-astro-cid-vpodj6gq] .btn[data-astro-cid-vpodj6gq]{min-width:80px;font-size:.8rem}}.game-iframe[data-astro-cid-vpodj6gq]{scrollbar-width:none;-ms-overflow-style:none}.game-iframe[data-astro-cid-vpodj6gq]::-webkit-scrollbar{display:none}
