:root{font-family:Georgia,serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh}button{border:none;font-family:inherit;cursor:pointer}button:focus,button:focus-visible{outline:2px solid #8b4513;outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;min-height:100vh}body{margin:0;padding:0;font-family:Georgia,serif}@media (max-width: 768px){.speech-bubble{font-size:16px;padding:20px;margin:15px}.game-button{font-size:18px;padding:12px 24px}.character-label{font-size:20px}}.game-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background-color:#f4e4c1;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><rect fill="%23f4e4c1" width="100" height="100"/><path d="M0 0L100 100M100 0L0 100" stroke="%23e8d4a8" stroke-width="0.5" opacity="0.3"/></svg>')}.speech-bubble{background:#fff9e6;border:3px solid #8b4513;border-radius:20px;padding:25px;margin:20px;max-width:600px;position:relative;box-shadow:0 4px 8px #0000004d;font-family:Georgia,serif;font-size:18px;line-height:1.6}.speech-bubble:before{content:"";position:absolute;top:-20px;left:50px;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #8b4513}.speech-bubble:after{content:"";position:absolute;top:-14px;left:53px;width:0;height:0;border-left:17px solid transparent;border-right:17px solid transparent;border-bottom:17px solid #fff9e6}.speech-bubble.pirate{border-color:#8b4513}.speech-bubble.parrot{border-color:#8b4513;background:#fff9e6}.speech-bubble.parrot:before{border-bottom-color:#8b4513}.speech-bubble.parrot:after{border-bottom-color:#fff9e6}.speech-bubble.bandit{border-color:#8b4513;background:#fff9e6}.speech-bubble.bandit:before{border-bottom-color:#8b4513}.speech-bubble.bandit:after{border-bottom-color:#fff9e6}.game-button{background:linear-gradient(to bottom,#d4a76a,#b8860b);border:3px solid #8b4513;border-radius:10px;padding:15px 30px;font-size:20px;font-family:Georgia,serif;font-weight:700;color:#fff;cursor:pointer;margin:10px;box-shadow:0 4px 6px #0000004d;transition:all .2s;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.game-button:hover{background:linear-gradient(to bottom,#e5b87b,#c9971b);transform:translateY(-2px);box-shadow:0 6px 8px #0006}.game-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000004d}.button-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}.character-container{margin:20px 0;text-align:center}.character-label{font-family:Georgia,serif;font-size:24px;font-weight:700;color:#8b4513;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.character-image{max-width:200px;height:auto;display:block;margin:0 auto}
