: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}}.card-container{display:flex;flex-direction:column;gap:1rem;width:100%;padding:1rem}@media(min-width:768px){.card-container{flex-direction:row}}.card{background:#333;padding:1rem;border-radius:8px;flex:1}body,html{margin:0;padding:0;font-family:Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;overflow:hidden;background-color:#1a1a1a;color:#fff}.screen{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px;box-sizing:border-box}.home{background:linear-gradient(135deg,#2c3e50,#000)}.theme-select{background:linear-gradient(135deg,#1e3c72,#2a5298)}.title{font-size:3.5rem;margin-bottom:50px;color:#fc0;text-shadow:0 0 20px rgba(255,204,0,.6)}.start-btn,.theme-btn{padding:20px 40px;font-size:1.8rem;font-weight:700;border-radius:100px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;margin:10px}.start-btn{background:linear-gradient(to bottom,#ffeb3b,#fbc02d);box-shadow:0 8px #947a00;color:#333}.theme-btn{background:#fff;color:#333;box-shadow:0 8px #999;min-width:200px}.game-screen{width:100vw;height:100vh;position:relative}.split-screen{display:flex;flex-direction:row;width:100%;height:100%}.card-section{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;border:10px solid transparent;padding:10px}.left{background:linear-gradient(to bottom,indigo,#000)}.right{background:linear-gradient(to bottom,#001f3f,#000)}.en-word{font-size:4rem;margin:0;color:#fff;text-align:center}.visual-emoji{font-size:12rem;margin:10px 0}.jp-word{font-size:2rem;color:#ccc;margin:0}@media(max-width:768px){.split-screen{flex-direction:column}.title{font-size:2.2rem;margin-bottom:30px}.en-word{font-size:2.5rem}.visual-emoji{font-size:7rem;margin:5px 0}.jp-word{font-size:1.5rem}.ok-badge{top:10px;font-size:1.5rem;padding:5px 20px}.fusion-card{padding:30px;width:85%}.fusion-en-name{font-size:2.8rem}.fusion-visual-mix{font-size:5rem}.fusion-jp-name{font-size:2rem}}.card-section.selected{border-color:#0f0;transform:scale(.95)}.ok-badge{position:absolute;top:40px;background:#0f0;color:#000;padding:10px 30px;font-size:2rem;font-weight:700;border-radius:50px;animation:pop .3s ease-out}@keyframes pop{0%{transform:scale(0)}to{transform:scale(1)}}.fusion-result-screen{width:100vw;height:100vh;background:radial-gradient(circle,#444,#000);display:flex;justify-content:center;align-items:center}.fusion-card{background:#fffffff2;border-radius:50px;text-align:center;color:#333;box-shadow:0 0 100px #fff3;animation:bounceIn .8s cubic-bezier(.68,-.55,.27,1.55)}@keyframes bounceIn{0%{transform:scale(0) rotate(-10deg)}to{transform:scale(1) rotate(0)}}.next-btn{padding:20px 50px;font-size:2rem;background:linear-gradient(45deg,#f0f,#0ff);color:#fff;border:none;border-radius:100px;cursor:pointer}
