@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Uncial+Antiqua&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%;width:100%;margin:0;padding:0;overflow-x:hidden}#root{height:100%;width:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Cinzel,serif;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#f0f0f0;min-height:100vh;overflow-x:hidden}.app{min-height:100vh;position:relative;display:flex;flex-direction:column}.app:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 20%,rgba(255,215,0,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(138,43,226,.1) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(0,191,255,.1) 0%,transparent 50%);pointer-events:none;z-index:-1}.home-button,.reset-button,.play-button,.control-button,.submit-button{font-family:Cinzel,serif;font-weight:600;padding:12px 24px;border:2px solid #d4af37;border-radius:8px;background:linear-gradient(135deg,#2c1810,#4a2c17);color:#d4af37;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:14px}.home-button:hover,.reset-button:hover,.play-button:hover,.control-button:hover,.submit-button:hover{background:linear-gradient(135deg,#d4af37,gold);color:#2c1810;transform:translateY(-2px);box-shadow:0 8px 20px #d4af374d}.home-button:active,.reset-button:active,.play-button:active,.control-button:active,.submit-button:active{transform:translateY(0);box-shadow:0 4px 10px #d4af3733}.home-button:disabled,.reset-button:disabled,.control-button:disabled,.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.home-button:disabled:hover,.reset-button:disabled:hover,.control-button:disabled:hover,.submit-button:disabled:hover{background:linear-gradient(135deg,#2c1810,#4a2c17);color:#d4af37;transform:none;box-shadow:none}.game-message{text-align:center;padding:20px;margin:20px;border-radius:12px;font-weight:600;animation:fadeIn .5s ease-in}.game-message.victory{background:linear-gradient(135deg,#2d5016,#4a7c59);border:2px solid #90ee90;color:#90ee90}.game-message.defeat{background:linear-gradient(135deg,#5d1a1a,#8b2635);border:2px solid #ff6b6b;color:#ff6b6b}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.app-footer{position:fixed;bottom:0;left:0;width:100%;background:#000c;color:#d4af37;text-align:center;padding:10px;font-family:Cinzel,serif;font-size:12px;font-weight:600;border-top:1px solid rgba(212,175,55,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.home-button,.reset-button,.play-button,.control-button,.submit-button{padding:10px 20px;font-size:12px}.app-footer{font-size:10px;padding:8px}}.start-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:radial-gradient(circle at 30% 30%,rgba(255,215,0,.15) 0%,transparent 60%),radial-gradient(circle at 70% 70%,rgba(138,43,226,.15) 0%,transparent 60%);position:relative;overflow:hidden}.special-note-link{position:absolute;top:30px;right:30px;display:flex;align-items:center;gap:8px;padding:12px 18px;background:#0006;border:2px solid rgba(212,175,55,.6);border-radius:25px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;animation:pulseGlow 3s ease-in-out infinite}.special-note-link:hover{background:#d4af371a;border-color:#d4af37;transform:scale(1.05);box-shadow:0 8px 25px #d4af374d}.note-icon{font-size:1.2rem;animation:bounce 2s ease-in-out infinite}.note-text{font-family:Cinzel,serif;font-size:.9rem;color:#d4af37;font-weight:600;letter-spacing:.5px}@keyframes pulseGlow{0%,to{box-shadow:0 0 10px #d4af3733}50%{box-shadow:0 0 20px #d4af3766}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.start-screen:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></svg>') repeat;animation:sparkle 4s ease-in-out infinite;pointer-events:none}@keyframes sparkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.start-content{text-align:center;padding:40px;background:#0006;border-radius:20px;border:2px solid rgba(212,175,55,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px #0000004d;max-width:600px;animation:fadeInUp 1s ease-out}.title{font-family:Uncial Antiqua,serif;font-size:3.5rem;color:#d4af37;margin-bottom:20px;text-shadow:0 0 10px rgba(212,175,55,.5),0 0 20px rgba(212,175,55,.3),0 0 30px rgba(212,175,55,.2);animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:0 0 10px rgba(212,175,55,.5),0 0 20px rgba(212,175,55,.3),0 0 30px rgba(212,175,55,.2)}to{text-shadow:0 0 15px rgba(212,175,55,.8),0 0 25px rgba(212,175,55,.5),0 0 35px rgba(212,175,55,.3)}}.subtitle{font-size:1.3rem;color:#e0e0e0;margin-bottom:40px;line-height:1.6;font-style:italic;opacity:.9}.play-button{font-size:1.2rem;padding:16px 40px;background:linear-gradient(135deg,#4a2c17,#6b3e07,#8b5a2b);border:3px solid #d4af37;border-radius:12px;color:#d4af37;font-family:Cinzel,serif;font-weight:700;text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:all .4s ease;position:relative;overflow:hidden}.play-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.play-button:hover:before{left:100%}.play-button:hover{background:linear-gradient(135deg,#d4af37,gold,#ffed4e);color:#2c1810;transform:translateY(-3px) scale(1.05);box-shadow:0 15px 35px #d4af3766,0 0 20px #d4af374d}.play-button:active{transform:translateY(-1px) scale(1.02)}@media (max-width: 768px){.special-note-link{top:20px;right:20px;padding:10px 15px}.note-text{font-size:.8rem}.note-icon{font-size:1rem}.start-content{padding:30px 20px;margin:20px}.title{font-size:2.5rem}.subtitle{font-size:1.1rem}.play-button{font-size:1rem;padding:14px 30px}}@media (max-width: 480px){.special-note-link{top:15px;right:15px;padding:8px 12px;flex-direction:column;gap:4px}.note-text{font-size:.7rem;text-align:center}.title{font-size:2rem}.subtitle{font-size:1rem}}.game-selection{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px;position:relative;overflow:hidden}.game-selection:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 25% 25%,rgba(255,215,0,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(138,43,226,.1) 0%,transparent 50%);pointer-events:none}.selection-content{text-align:center;max-width:1200px;width:100%;animation:fadeInUp 1s ease-out}.selection-title{font-family:Uncial Antiqua,serif;font-size:3rem;color:#d4af37;margin-bottom:40px;text-shadow:0 0 10px rgba(212,175,55,.5),0 0 20px rgba(212,175,55,.3);animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:0 0 10px rgba(212,175,55,.5),0 0 20px rgba(212,175,55,.3)}to{text-shadow:0 0 15px rgba(212,175,55,.8),0 0 25px rgba(212,175,55,.5)}}.game-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:40px}.game-card{background:#0009;border:2px solid rgba(212,175,55,.3);border-radius:15px;padding:30px;cursor:pointer;transition:all .4s ease;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);min-height:200px;display:flex;flex-direction:column;justify-content:center}.game-card:hover{transform:translateY(-10px) scale(1.05);border-color:#d4af37;box-shadow:0 20px 40px #0000004d,0 0 30px #d4af3733}.game-card h3{font-family:Cinzel,serif;font-size:1.8rem;color:#d4af37;margin-bottom:15px;font-weight:700}.game-card p{font-size:1.1rem;color:#e0e0e0;margin-bottom:15px;line-height:1.5}.game-subtitle{font-size:.9rem;color:#b8860b;font-style:italic;font-weight:600;text-transform:uppercase;letter-spacing:1px}.lotr-card{background:#0009,linear-gradient(135deg,#8b45131a,#a0522d1a)}.lotr-card:hover{background:#0009,linear-gradient(135deg,#8b451333,#a0522d33)}.stormlight-card{background:#0009,linear-gradient(135deg,#1919701a,#483d8b1a)}.stormlight-card:hover{background:#0009,linear-gradient(135deg,#19197033,#483d8b33)}.hp-card{background:#0009,linear-gradient(135deg,#8000801a,#4b00821a)}.hp-card:hover{background:#0009,linear-gradient(135deg,#80008033,#4b008233)}.home-button{margin-top:20px;font-size:1.1rem;padding:14px 32px}@media (max-width: 768px){.game-options{grid-template-columns:1fr;gap:20px}.selection-title{font-size:2.5rem}.game-card{padding:25px;min-height:180px}.game-card h3{font-size:1.5rem}.game-card p{font-size:1rem}}@media (max-width: 480px){.selection-title{font-size:2rem}.game-card{padding:20px;min-height:160px}.game-card h3{font-size:1.3rem}}.lotr-wordle{display:flex;flex-direction:column;align-items:center;min-height:100vh;padding:20px;background:radial-gradient(circle at 30% 30%,rgba(139,69,19,.1) 0%,transparent 60%),radial-gradient(circle at 70% 70%,rgba(160,82,45,.1) 0%,transparent 60%);position:relative;overflow-x:hidden}.lotr-wordle:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="50" y="50" font-size="20" fill="rgba(212,175,55,0.02)" text-anchor="middle">⚔️</text></svg>') repeat;background-size:120px 120px;animation:float 8s ease-in-out infinite;pointer-events:none}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.game-header{text-align:center;margin-bottom:20px;animation:fadeInDown 1s ease-out}.game-header h1{font-family:Uncial Antiqua,serif;font-size:2.5rem;color:#d4af37;margin-bottom:10px;text-shadow:0 0 10px rgba(212,175,55,.5),0 0 20px rgba(212,175,55,.3)}.game-grid{display:flex;flex-direction:column;gap:5px;margin-bottom:20px;animation:fadeInUp 1s ease-out .2s both}.guess-row{display:flex;gap:5px;justify-content:center}.letter-box{width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#fff;background:#0006;border:2px solid rgba(212,175,55,.3);border-radius:8px;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-family:Cinzel,serif}.letter-box.filled{border-color:#d4af37;background:#d4af371a;animation:pulse .3s ease}.letter-box.correct{background:linear-gradient(135deg,#2d5016,#4a7c59);border-color:#90ee90;color:#90ee90;animation:bounce .5s ease}.letter-box.present{background:linear-gradient(135deg,#b8860b,#daa520);border-color:gold;color:#2c1810;animation:bounce .5s ease}.letter-box.absent{background:linear-gradient(135deg,#2c2c2c,#4a4a4a);border-color:#666;color:#999;animation:bounce .5s ease}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.keyboard{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;animation:fadeInUp 1s ease-out .4s both;width:100%;max-width:500px}.keyboard-row{display:flex;gap:6px;justify-content:center}.key{min-width:40px;height:50px;display:flex;align-items:center;justify-content:center;font-family:Cinzel,serif;font-size:14px;font-weight:600;color:#d4af37;background:linear-gradient(135deg,#2c1810,#4a2c17);border:2px solid rgba(212,175,55,.3);border-radius:6px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.key:hover{background:linear-gradient(135deg,#4a2c17,#6b3e07);border-color:#d4af37;transform:translateY(-2px)}.key:active{transform:translateY(0)}.key.wide-key{min-width:80px;font-size:12px}.key.correct{background:linear-gradient(135deg,#2d5016,#4a7c59);border-color:#90ee90;color:#90ee90}.key.correct:hover{background:linear-gradient(135deg,#4a7c59,#5d9e73);border-color:#90ee90}.key.present{background:linear-gradient(135deg,#b8860b,#daa520);border-color:gold;color:#2c1810}.key.present:hover{background:linear-gradient(135deg,#daa520,gold);border-color:gold}.key.absent{background:linear-gradient(135deg,#2c2c2c,#4a4a4a);border-color:#666;color:#999}.key.absent:hover{background:linear-gradient(135deg,#4a4a4a,#5a5a5a);border-color:#666;transform:translateY(-1px)}.game-controls{display:flex;gap:15px;flex-wrap:wrap;justify-content:center;animation:fadeInUp 1s ease-out .6s both;margin-bottom:20px}@media (max-width: 768px){.lotr-wordle{padding:10px;min-height:100vh;justify-content:flex-start}.lotr-wordle:before{display:none}.game-header{margin-bottom:15px}.game-header h1{font-size:1.8rem}.game-header p{font-size:1rem}.game-grid{margin-bottom:15px}.letter-box{width:45px;height:45px;font-size:1.4rem}.keyboard{margin-bottom:15px;gap:6px}.keyboard-row{gap:4px}.key{min-width:32px;height:42px;font-size:12px}.key.wide-key{min-width:65px;font-size:10px}.game-controls{margin-bottom:10px}.game-message{margin-bottom:15px;padding:0 10px}}@media (max-width: 480px){.lotr-wordle{padding:8px;gap:0}.lotr-wordle:before{display:none}.game-header{margin-bottom:10px}.game-header h1{font-size:1.6rem}.game-header p{font-size:.9rem}.game-grid{margin-bottom:10px}.letter-box{width:40px;height:40px;font-size:1.2rem}.keyboard{margin-bottom:10px;gap:4px}.keyboard-row{gap:3px}.key{min-width:28px;height:38px;font-size:11px}.key.wide-key{min-width:55px;font-size:9px}.game-controls{flex-direction:column;align-items:center;gap:10px;margin-bottom:10px}.game-message{margin-bottom:10px;padding:0 5px}.game-message h2{font-size:1.4rem}}@media (max-width: 390px){.lotr-wordle{padding:5px}.lotr-wordle:before{display:none}.game-header h1{font-size:1.4rem}.game-header p{font-size:.8rem}.letter-box{width:35px;height:35px;font-size:1rem}.key{min-width:25px;height:35px;font-size:10px}.key.wide-key{min-width:50px;font-size:8px}}@media (max-height: 500px) and (orientation: landscape){.lotr-wordle{padding:5px}.game-header{margin-bottom:5px}.game-header h1{font-size:1.2rem}.game-header p{font-size:.8rem}.game-grid{margin-bottom:5px}.letter-box{width:30px;height:30px;font-size:.9rem}.keyboard{margin-bottom:5px;gap:2px}.keyboard-row{gap:2px}.key{min-width:22px;height:30px;font-size:9px}.key.wide-key{min-width:45px;font-size:7px}.game-controls{margin-bottom:5px}}.stormlight-connections{display:flex;flex-direction:column;align-items:center;min-height:100vh;padding:20px;background:radial-gradient(circle at 30% 30%,rgba(25,25,112,.1) 0%,transparent 60%),radial-gradient(circle at 70% 70%,rgba(72,61,139,.1) 0%,transparent 60%);position:relative}.stormlight-connections:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="50" y="50" font-size="20" fill="rgba(100,149,237,0.02)" text-anchor="middle">⚡</text></svg>') repeat;background-size:120px 120px;animation:float 6s ease-in-out infinite;pointer-events:none}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-15px) rotate(1deg)}66%{transform:translateY(-5px) rotate(-1deg)}}.game-header h1{font-family:Uncial Antiqua,serif;font-size:2.5rem;color:#6495ed;margin-bottom:10px;text-shadow:0 0 10px rgba(100,149,237,.5),0 0 20px rgba(100,149,237,.3)}.game-info{display:flex;justify-content:center;margin-bottom:20px;animation:fadeInUp 1s ease-out .2s both}.mistakes-counter{font-family:Cinzel,serif;font-size:1.1rem;color:#ff6b6b;font-weight:600;padding:10px 20px;background:#0006;border:2px solid rgba(255,107,107,.3);border-radius:8px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.game-message{max-width:500px;margin:0 auto 20px;animation:fadeInUp 1s ease-out .4s both}.found-categories{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;width:100%;max-width:600px;animation:fadeInUp 1s ease-out .6s both}.found-category{padding:15px;border-radius:10px;border:2px solid rgba(255,255,255,.2);animation:slideIn .5s ease-out}.category-name{font-family:Cinzel,serif;font-size:1.2rem;font-weight:700;color:#2c1810;margin-bottom:5px;text-align:center}.category-items{font-size:.9rem;color:#2c1810;text-align:center;font-weight:600;opacity:.8}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.word-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:30px;max-width:600px;width:100%;animation:fadeInUp 1s ease-out .8s both}.word-button{padding:15px 10px;font-family:Cinzel,serif;font-size:.9rem;font-weight:600;color:#6495ed;background:#0006;border:2px solid rgba(100,149,237,.3);border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-user-select:none;user-select:none;min-height:60px;display:flex;align-items:center;justify-content:center}.word-button:hover{background:#6495ed1a;border-color:#6495ed;transform:translateY(-2px);box-shadow:0 8px 20px #6495ed33}.word-button.selected{background:linear-gradient(135deg,#483d8b,#6495ed);border-color:#87ceeb;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #6495ed4d}.word-button.selected:hover{background:linear-gradient(135deg,#6495ed,#87ceeb)}.game-controls{display:flex;gap:15px;flex-wrap:wrap;justify-content:center;margin-bottom:20px;animation:fadeInUp 1s ease-out 1s both}.control-button{font-size:.9rem;padding:10px 20px;color:#6495ed;border-color:#6495ed}.control-button:hover{background:linear-gradient(135deg,#6495ed,#87ceeb);color:#2c1810}.submit-button{background:linear-gradient(135deg,#483d8b,#6495ed);color:#fff;font-weight:700}.submit-button:hover{background:linear-gradient(135deg,#6495ed,#87ceeb);color:#2c1810}.bottom-controls{display:flex;gap:15px;flex-wrap:wrap;justify-content:center;animation:fadeInUp 1s ease-out 1.2s both}.bottom-controls .home-button{color:#6495ed;border-color:#6495ed}.bottom-controls .home-button:hover{background:linear-gradient(135deg,#6495ed,#87ceeb);color:#2c1810}.bottom-controls .reset-button{color:#6495ed;border-color:#6495ed}.bottom-controls .reset-button:hover{background:linear-gradient(135deg,#6495ed,#87ceeb);color:#2c1810}@media (max-width: 768px){.stormlight-connections{padding:10px}.stormlight-connections:before{display:none}.game-header h1{font-size:2rem}.word-grid{grid-template-columns:repeat(2,1fr);gap:8px}.word-button{padding:12px 8px;font-size:.8rem;min-height:55px}.game-controls{flex-direction:column;align-items:center}.control-button,.submit-button{width:150px}}@media (max-width: 480px){.stormlight-connections{padding:8px}.stormlight-connections:before{display:none}.game-header h1{font-size:1.8rem}.word-button{padding:10px 6px;font-size:.7rem;min-height:50px}.found-categories{margin-bottom:15px}.found-category{padding:12px}.category-name{font-size:1rem}.category-items{font-size:.8rem}}@media (max-width: 390px){.stormlight-connections:before{display:none}.word-button{padding:8px 4px;font-size:.6rem;min-height:45px}}.mobile-keyboard-input{position:absolute;left:-9999px;top:-9999px;opacity:0;pointer-events:none;z-index:-1}.harry-potter-crossword{display:flex;flex-direction:column;align-items:center;min-height:100vh;padding:20px;background:radial-gradient(circle at 30% 30%,rgba(128,0,128,.1) 0%,transparent 60%),radial-gradient(circle at 70% 70%,rgba(75,0,130,.1) 0%,transparent 60%);position:relative}.harry-potter-crossword:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="50" y="50" font-size="20" fill="rgba(138,43,226,0.02)" text-anchor="middle">🪄</text></svg>') repeat;background-size:120px 120px;animation:float 10s ease-in-out infinite;pointer-events:none}@keyframes magic{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-10px) rotate(2deg)}50%{transform:translateY(-5px) rotate(-1deg)}75%{transform:translateY(-8px) rotate(1deg)}}.game-header{text-align:center;margin-bottom:30px;animation:fadeInDown 1s ease-out}.game-header h1{font-family:Uncial Antiqua,serif;font-size:2.5rem;color:#9370db;margin-bottom:10px;text-shadow:0 0 10px rgba(147,112,219,.5),0 0 20px rgba(147,112,219,.3)}.game-header p{font-size:1.1rem;color:#e0e0e0;font-style:italic}.puzzle-indicator{font-size:.9rem;color:#b8860b;font-weight:600;margin-top:5px;font-style:normal}.crossword-container{display:flex;flex-direction:column;align-items:center;gap:30px;margin-bottom:30px;animation:fadeInUp 1s ease-out .2s both}.crossword-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;background:#0000004d;padding:10px;border-radius:10px;border:2px solid rgba(147,112,219,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.crossword-row{display:contents}.crossword-cell{width:60px;height:60px;background:#2c2c2c;border:2px solid #555;border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:all .3s ease;font-family:Cinzel,serif}.crossword-cell.inactive{background:#1a1a1a;border-color:#333;cursor:default}.crossword-cell.selected{background:#9370db4d;border-color:#9370db;box-shadow:0 0 15px #9370db66}.crossword-cell.correct{background:linear-gradient(135deg,#2d5016,#4a7c59);border-color:#90ee90;color:#90ee90}.crossword-cell:hover:not(.inactive){background:#9370db1a;border-color:#9370db}.cell-number{position:absolute;top:2px;left:4px;font-size:.7rem;color:#9370db;font-weight:700}.cell-letter{font-size:1.5rem;font-weight:700;color:#fff;text-transform:uppercase}.crossword-clues{display:flex;flex-direction:column;align-items:center;max-width:400px;width:100%}.toggle-clues-button{font-family:Cinzel,serif;font-weight:600;padding:10px 20px;border:2px solid #9370db;border-radius:8px;background:linear-gradient(135deg,#2c1810,#4a2c17);color:#9370db;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;margin-bottom:20px}.toggle-clues-button:hover{background:linear-gradient(135deg,#9370db,#ba55d3);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #9370db4d}.clues-container{display:flex;flex-direction:column;gap:20px;width:100%}.clues-section{background:#0006;padding:20px;border-radius:10px;border:2px solid rgba(147,112,219,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.clues-section h3{font-family:Cinzel,serif;font-size:1.3rem;color:#9370db;margin-bottom:15px;text-align:center;font-weight:700}.clue{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.clue-number{font-family:Cinzel,serif;font-weight:700;color:#9370db;font-size:1rem;min-width:20px}.clue-text{font-size:1rem;color:#e0e0e0;line-height:1.4}.game-instructions{text-align:center;margin-bottom:20px;padding:15px;background:#0000004d;border-radius:8px;border:1px solid rgba(147,112,219,.2);max-width:500px;animation:fadeInUp 1s ease-out .4s both}.game-instructions p{font-size:.9rem;color:#b0b0b0;font-style:italic;margin:0}.game-controls{display:flex;gap:15px;flex-wrap:wrap;justify-content:center;animation:fadeInUp 1s ease-out .6s both}.game-controls .home-button{color:#9370db;border-color:#9370db}.game-controls .home-button:hover{background:linear-gradient(135deg,#9370db,#ba55d3);color:#fff}.game-controls .reset-button{color:#9370db;border-color:#9370db}.game-controls .reset-button:hover{background:linear-gradient(135deg,#9370db,#ba55d3);color:#fff}.game-controls .next-button{color:#9370db;border-color:#9370db}.game-controls .next-button:hover{background:linear-gradient(135deg,#9370db,#ba55d3);color:#fff}.game-message{max-width:500px;margin:0 auto 20px;animation:fadeInUp 1s ease-out .8s both}.game-message h2{font-family:Uncial Antiqua,serif;font-size:1.8rem;margin-bottom:10px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.harry-potter-crossword{padding:10px}.harry-potter-crossword:before{display:none}.game-header h1{font-size:2rem}.crossword-container{flex-direction:column;gap:20px}.crossword-cell{width:55px;height:55px;border-width:3px}.crossword-cell.selected{background:#9370db66;border-color:#9370db;box-shadow:0 0 20px #9370db99}.cell-letter{font-size:1.4rem}.crossword-clues{max-width:100%}.clues-container{flex-direction:column}.clues-section{padding:15px}.game-controls{flex-direction:column;align-items:center}.game-instructions p{font-size:1rem;color:#d4af37;font-weight:600}}@media (max-width: 480px){.harry-potter-crossword{padding:8px}.harry-potter-crossword:before{display:none}.game-header h1{font-size:1.8rem}.crossword-cell{width:50px;height:50px;border-width:2px}.cell-letter{font-size:1.3rem}.cell-number{font-size:.6rem}.clues-section{padding:12px}.clues-section h3{font-size:1.1rem}.clue-text,.game-instructions p{font-size:.9rem}}@media (max-width: 390px){.harry-potter-crossword:before{display:none}.game-header h1{font-size:1.6rem}.crossword-cell{width:40px;height:40px}.cell-letter{font-size:1.1rem}.cell-number{font-size:.5rem}.clues-section{padding:10px}.clues-section h3{font-size:.9rem}.clue-text{font-size:.8rem}}.letter-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;background:radial-gradient(circle at 30% 30%,rgba(139,69,19,.15) 0%,transparent 60%),radial-gradient(circle at 70% 70%,rgba(160,82,45,.15) 0%,transparent 60%);position:relative;overflow-x:hidden}.letter-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="50" y="50" font-size="15" fill="rgba(212,175,55,0.02)" text-anchor="middle">📖</text></svg>') repeat;background-size:200px 200px;animation:float 12s ease-in-out infinite;pointer-events:none;z-index:1}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.book-container{perspective:1000px;margin-bottom:20px;animation:fadeInUp 1s ease-out;width:100%;max-width:800px;display:flex;justify-content:center;position:relative;z-index:2}.book-cover{display:flex;position:relative;transform-style:preserve-3d;transition:transform .6s ease}.book-spine{width:30px;height:500px;background:linear-gradient(135deg,#8b4513,sienna,#d2691e);border:2px solid #654321;border-radius:5px 0 0 5px;box-shadow:inset 0 0 20px #0000004d,-5px 0 20px #0003;position:relative}.book-spine:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);width:200px;height:20px;background:#d4af374d;border-radius:10px}.book-pages{display:flex;box-shadow:0 10px 30px #0000004d}.page-left,.page-right{width:350px;height:500px;background:#fefefe;border:2px solid #d4af37;position:relative;overflow:hidden}.page-left{background:linear-gradient(135deg,#fefefe,#f8f8f8);border-radius:0 5px 5px 0;box-shadow:inset 10px 0 20px #d4af371a}.page-right{background:linear-gradient(135deg,#fefefe,#f8f8f8);border-radius:5px 0 0 5px;border-left:none;box-shadow:inset -10px 0 20px #d4af371a}.page-decoration{height:100%;display:flex;align-items:center;justify-content:center;padding:30px}.decorative-border{width:100%;height:100%;border:3px solid #d4af37;border-radius:15px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at center,rgba(212,175,55,.1) 0%,transparent 70%);position:relative}.decorative-border:before{content:"";position:absolute;inset:10px;border:1px solid rgba(212,175,55,.4);border-radius:10px}.letter-title{font-family:Uncial Antiqua,serif;font-size:2rem;color:#8b4513;text-align:center;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.magical-flourish{font-size:1.5rem;color:#d4af37;text-align:center;animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:0 0 5px rgba(212,175,55,.5);transform:scale(1)}to{text-shadow:0 0 15px rgba(212,175,55,.8);transform:scale(1.05)}}.letter-content{height:100%;padding:20px;display:flex;flex-direction:column;position:relative;z-index:3}.letter-text{width:100%;background:transparent;font-family:Cinzel,serif;font-size:11px;line-height:1.7;color:#2c1810;padding:15px;border-radius:5px;white-space:pre-wrap;overflow-y:auto;text-align:left;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word;position:relative;z-index:4}.page-navigation{position:absolute;bottom:50px;right:15px;display:flex;gap:10px}.nav-arrow{width:40px;height:40px;border:2px solid #d4af37;border-radius:50%;background:#d4af371a;color:#d4af37;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-size:24px;font-weight:700;font-family:Cinzel,serif}.nav-arrow:hover{background:#d4af37;color:#2c1810;transform:scale(1.1);box-shadow:0 4px 15px #d4af374d}.nav-arrow:active{transform:scale(.95)}.page-indicator{position:absolute;bottom:15px;right:15px;font-family:Cinzel,serif;font-size:12px;color:#8b4513;font-style:italic;opacity:.8}.letter-instructions{text-align:center;margin-bottom:20px;animation:fadeInUp 1s ease-out .3s both;position:relative;z-index:3}.letter-instructions p{font-family:Cinzel,serif;font-size:1rem;color:#d4af37;margin:5px 0;font-style:italic}.letter-controls{animation:fadeInUp 1s ease-out .6s both;position:relative;z-index:3}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.letter-page{padding:15px;justify-content:flex-start}.letter-page:before{display:none}.book-container{margin-bottom:15px;max-width:100%}.book-cover{display:none}.book-container{display:flex;flex-direction:column;align-items:center;width:100%}.mobile-letter-container{width:100%;max-width:400px;background:linear-gradient(135deg,#fefefe,#f8f8f8);border:2px solid #d4af37;border-radius:15px;box-shadow:0 8px 25px #0003;padding:20px;position:relative;z-index:5;margin:0 auto;min-height:500px;display:flex;flex-direction:column}.mobile-letter-title{font-family:Uncial Antiqua,serif;font-size:1.6rem;color:#8b4513;text-align:center;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,.1);flex-shrink:0}.mobile-letter-text{font-family:Cinzel,serif;font-size:14px;line-height:1.6;color:#2c1810;white-space:pre-wrap;text-align:left;position:relative;z-index:6;flex:1;overflow-y:auto;max-height:calc(100% - 120px);padding-right:5px;margin-bottom:0}.mobile-page-navigation{display:flex;justify-content:center;gap:15px;padding:15px 0;border-top:1px solid rgba(212,175,55,.2);margin-top:15px;flex-shrink:0;position:relative;z-index:10}.mobile-nav-arrow{width:45px;height:45px;border:2px solid #d4af37;border-radius:50%;background:#d4af371a;color:#d4af37;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:22px;font-weight:700;font-family:Cinzel,serif;box-shadow:0 2px 8px #0000001a;position:relative;z-index:11;flex-shrink:0}.mobile-nav-arrow:hover{background:#d4af37;color:#2c1810;transform:scale(1.05);box-shadow:0 4px 12px #d4af374d}.mobile-nav-arrow:active{transform:scale(.95)}.mobile-page-indicator{text-align:center;font-family:Cinzel,serif;font-size:12px;color:#8b4513;font-style:italic;margin-top:10px;flex-shrink:0;position:relative;z-index:10}.letter-instructions p{font-size:.9rem}}@media (max-width: 480px){.letter-page{padding:10px}.letter-page:before{display:none}.mobile-letter-container{max-width:100%;padding:15px;margin:0 10px;min-height:450px}.mobile-letter-title{font-size:1.4rem;margin-bottom:12px}.mobile-letter-text{font-size:13px;line-height:1.5;max-height:calc(100% - 110px)}.mobile-nav-arrow{width:40px;height:40px;font-size:20px}.letter-instructions p{font-size:.8rem}}@media (max-width: 390px){.letter-page{padding:8px}.letter-page:before{display:none}.mobile-letter-container{padding:12px;margin:0 5px;min-height:400px}.mobile-letter-title{font-size:1.2rem;margin-bottom:10px}.mobile-letter-text{font-size:12px;line-height:1.4;max-height:calc(100% - 100px)}.mobile-nav-arrow{width:38px;height:38px;font-size:18px}.letter-instructions p{font-size:.7rem}}@media (min-width: 769px){.mobile-letter-container,.mobile-letter-title,.mobile-letter-text,.mobile-page-navigation,.mobile-nav-arrow,.mobile-page-indicator{display:none}.book-cover{display:flex}.book-pages{display:flex;box-shadow:0 10px 30px #0000004d}.page-left,.page-right{width:350px;height:500px;background:#fefefe;border:2px solid #d4af37;position:relative;overflow:hidden}.page-left{background:linear-gradient(135deg,#fefefe,#f8f8f8);border-radius:0 5px 5px 0;box-shadow:inset 10px 0 20px #d4af371a}.page-right{background:linear-gradient(135deg,#fefefe,#f8f8f8);border-radius:5px 0 0 5px;border-left:none;box-shadow:inset -10px 0 20px #d4af371a}.book-spine{width:30px;height:500px;background:linear-gradient(135deg,#8b4513,sienna,#d2691e);border:2px solid #654321;border-radius:5px 0 0 5px;box-shadow:inset 0 0 20px #0000004d,-5px 0 20px #0003;position:relative}.book-spine:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);width:200px;height:20px;background:#d4af374d;border-radius:10px}.page-decoration{height:100%;display:flex;align-items:center;justify-content:center;padding:30px}.decorative-border{width:100%;height:100%;border:3px solid #d4af37;border-radius:15px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at center,rgba(212,175,55,.1) 0%,transparent 70%);position:relative}.decorative-border:before{content:"";position:absolute;inset:10px;border:1px solid rgba(212,175,55,.4);border-radius:10px}.letter-title{font-family:Uncial Antiqua,serif;font-size:2rem;color:#8b4513;text-align:center;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.magical-flourish{font-size:1.5rem;color:#d4af37;text-align:center;animation:glow 2s ease-in-out infinite alternate}.page-navigation{position:absolute;bottom:50px;right:15px;display:flex;gap:10px}.nav-arrow{width:40px;height:40px;border:2px solid #d4af37;border-radius:50%;background:#d4af371a;color:#d4af37;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-size:24px;font-weight:700;font-family:Cinzel,serif}.nav-arrow:hover{background:#d4af37;color:#2c1810;transform:scale(1.1);box-shadow:0 4px 15px #d4af374d}.nav-arrow:active{transform:scale(.95)}.page-indicator{position:absolute;bottom:15px;right:15px;font-family:Cinzel,serif;font-size:12px;color:#8b4513;font-style:italic;opacity:.8}}
