: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}.streak-counter{position:absolute;top:1rem;left:1rem;background:#fff3cd;color:#d9534f;padding:.6rem 1rem;border-radius:10px;font-weight:700;font-size:1.25rem;box-shadow:0 2px 6px #0003;animation:pulse 1.5s infinite ease-in-out;z-index:10}.streak-counter.mild{background:#e7f5ff;color:#007bff}.streak-counter.strong{background:#d1e7dd;color:#198754}.streak-counter.intense{background:#f8d7da;color:#dc3545;animation:pulse-glow 1.2s infinite ease-in-out}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes pulse-glow{0%{box-shadow:0 0 8px #f006;transform:scale(1)}50%{box-shadow:0 0 20px #ff0000b3;transform:scale(1.08)}to{box-shadow:0 0 8px #f006;transform:scale(1)}}.mythic-content{width:100%;max-width:420px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.75rem;padding:1rem;margin:0 auto;box-sizing:border-box;transform-origin:top center}@media (max-height: 700px),(max-width: 400px){.mythic-content{transform:scale(.9)}}@media (max-height: 600px),(max-width: 350px){.mythic-content{transform:scale(.8)}}@media (max-height: 500px),(max-width: 300px){.mythic-content{transform:scale(.7)}}.app-container{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.content-block{width:100%;display:flex;justify-content:center;align-items:center;text-align:center}.game-content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.75rem;padding:1rem;box-sizing:border-box;transform-origin:top center}@media (max-height: 700px),(max-width: 400px){.game-content{transform:scale(.9)}}@media (max-height: 600px),(max-width: 350px){.game-content{transform:scale(.8)}}@media (max-height: 500px),(max-width: 300px){.game-content{transform:scale(.7)}}.game-box{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden;background:var(--card-bg)}.game-controls{flex-shrink:0;width:100%;margin-top:1rem;display:flex;flex-direction:column;align-items:center;justify-content:space-around;min-height:30vh}.mythic-game-layout{display:flex;flex-direction:column;justify-content:space-between;min-height:90vh;width:100%}.top-question{text-align:center;margin-bottom:1rem}.middle-card{flex-grow:1;display:flex;justify-content:center;align-items:center}.bottom-options{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.card-container{width:100%;max-width:300px;aspect-ratio:3 / 4;display:flex;justify-content:center;align-items:center;perspective:1000px;flex-shrink:0;margin-bottom:1rem}.card{width:100%;max-width:300px;height:auto;aspect-ratio:3 / 4;transform-style:preserve-3d;transition:transform 1s;position:relative}.card.flipped{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;min-height:400px;background:var(--card-bg);border-radius:12px;overflow:hidden;backface-visibility:hidden;box-shadow:0 4px 8px #0000004d;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.card-front{transform:rotateY(0)}.card-back{transform:rotateY(180deg)}.creature-image{width:100%;height:auto;max-height:45vh;object-fit:contain;display:block;margin:auto}.culture-overlay{position:absolute;bottom:0;left:0;width:100%;background:var(--card-bg);color:#333;text-align:center;padding:.5rem;font-family:Cinzel,serif;box-shadow:0 -2px 6px #0000004d;display:flex;flex-direction:column;align-items:center;justify-content:center}.culture-text{font-size:1.2rem;font-weight:700;letter-spacing:1px}.trait{font-size:.9rem;font-family:Poppins,sans-serif;font-weight:400;color:#555;margin-top:.25rem}.bio-panel h2{font-family:Cinzel,serif;margin-bottom:1rem}.bio-panel p{font-size:1.2rem;text-align:center;padding:0 1rem}.button-group,.bottom-options{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem}.button-group{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}button{padding:.5rem 1rem;font-family:Poppins,sans-serif;font-size:1rem;border-radius:8px;border:2px solid #ccc;cursor:pointer;transition:background .3s,transform .2s}button:hover{background:#eef6ff;transform:translateY(-2px)}button.correct{background:#d4edda;border-color:#28a745;color:#155724}button.incorrect{background:#f8d7da;border-color:#dc3545;color:#721c24}.streak-counter{font-family:Poppins,sans-serif;margin-top:.5rem;font-size:1.2rem;font-weight:700}body{font-family:Poppins,sans-serif;color:#222;background:#fafafa;margin:0;padding:0}.prompt{font-family:Poppins,sans-serif;font-size:1.2rem}.ecosystem-container{display:flex;flex-direction:column;align-items:center;padding:20px}.ecosystem-title{font-size:24px;margin-bottom:10px}.ecosystem-world{position:relative;width:90vw;max-width:600px;height:60vh;max-height:400px;background:linear-gradient(to bottom,#b3e5fc 60%,#81c784 40%);border:2px solid #006064;border-radius:8px;overflow:hidden;margin-bottom:15px}.ecosystem-controls{display:flex;gap:10px}.creature{position:absolute;width:64px;height:32px;background-repeat:no-repeat;background-size:contain}.creature-sprite{width:100%;height:100%;object-fit:contain;pointer-events:none}.plant-container{position:absolute;width:240px;height:24px}.plant-sprite{width:24px;height:24px;object-fit:contain;pointer-events:none}.logic-detective-container{max-width:600px;margin:0 auto;padding:1rem;font-family:Arial,sans-serif;text-align:center}h2,h3,h4{margin:.5rem 0}.suspect-list,.question-list,.accuse-section{margin:1rem 0}.suspect-button,.question-button,.accuse-button,.ask-button,.restart-button{display:block;width:100%;padding:.75rem;margin:.5rem 0;font-size:1rem;border:2px solid #333;border-radius:8px;background-color:#f0f0f0;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.suspect-button:hover,.question-button:hover,.accuse-button:hover,.ask-button:hover,.restart-button:hover{background-color:#e0e0e0;transform:scale(1.02)}.suspect-button.selected,.question-button.selected{background-color:#c8e6c9;border-color:#2e7d32}.response-list{margin:1.5rem 0;padding:.5rem;background-color:#fafafa;border-radius:8px}.response-entry{text-align:left;padding:.5rem 0;border-bottom:1px solid #ddd}.response-entry:last-child{border-bottom:none}.result-section{margin-top:2rem}.correct{color:green;font-weight:700}.wrong{color:red;font-weight:700}.ask-button{margin-top:.75rem;background-color:#90caf9;border-color:#1976d2;color:#fff}.ask-button:hover{background-color:#64b5f6}.restart-button{margin-top:1.5rem;background-color:#aed581;border-color:#689f38;color:#fff}.restart-button:hover{background-color:#9ccc65}.section{margin:1rem 0}.section-header{background-color:#e0e0e0;padding:.5rem;border-radius:8px;cursor:pointer;font-weight:700}.scroll-area{overflow-y:auto;max-height:85vh;padding-right:.5rem}.question-button.asked{background-color:#d0d0d0;border-color:#999;color:#666}@media (min-width: 768px){.suspect-button,.question-button,.accuse-button,.ask-button,.restart-button{width:80%;margin:.5rem auto}}:root{--card-bg: #f5f0e6}.app-container{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow-x:hidden;padding:1rem;box-sizing:border-box}.title-screen{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-top:2rem;padding:1rem;width:100%;max-width:800px;overflow-y:auto}.mascot{width:120px;height:auto;margin-bottom:1rem}h1{font-size:2.5rem;margin-bottom:1rem}.game-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0}.game-btn{background:#f0f8ff;border:2px solid #00aaff;border-radius:8px;padding:1rem 2rem;font-size:1.5rem;font-weight:700;color:#046;cursor:pointer;transition:background .3s,transform .2s;width:250px;text-align:center}.game-btn:hover{background:#cef;transform:translateY(-3px)}.about-section{margin-top:2rem;padding:1rem;background:#f8f8f8;border-radius:8px;width:90%;max-width:600px;text-align:center}.about-btn{background:#eee;padding:.5rem 1.5rem;border-radius:8px;margin-top:1rem;cursor:pointer;border:1px solid #ccc}
