*{box-sizing:border-box;margin:0;padding:0}body{font-family:Hiragino Kaku Gothic ProN,Noto Sans JP,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:2rem 1rem}.app{max-width:960px;width:90%;background:#fff;border-radius:16px;padding:3rem 4rem;box-shadow:0 8px 32px #00000026}@media(max-width:768px){.app{width:100%;padding:2rem 1.5rem}}h1{font-size:1.8rem;text-align:center;margin-bottom:.25rem;color:#4a3f8a}.subtitle{text-align:center;font-size:.9rem;color:#999;margin-bottom:2rem}.error{background:#fff0f0;color:#d32f2f;padding:.75rem 1rem;border-radius:8px;border-left:4px solid #d32f2f;margin-bottom:1rem;font-size:.9rem}.start-screen{display:flex;flex-direction:column;align-items:center;text-align:center}.start-screen>p{margin-bottom:.75rem;line-height:1.7}.note{font-size:.8rem;color:#aaa}.rules{background:#f8f7ff;border-radius:12px;padding:1.25rem 1.5rem;margin:1rem 0 1.5rem;text-align:left;width:100%}.rules-title{font-weight:700;margin-bottom:.5rem;color:#4a3f8a}.rules ol{padding-left:1.25rem;line-height:2;font-size:.9rem;color:#555}.btn-start{padding:.9rem 2.5rem;font-size:1.1rem;border:none;border-radius:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 12px #667eea66}.btn-start:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #667eea80}.btn-start:disabled{opacity:.6;cursor:not-allowed}.question-number{font-size:.8rem;color:#999;text-align:center;margin-bottom:.5rem}.question-text{font-size:1.15rem;font-weight:700;text-align:center;margin-bottom:1.5rem;line-height:1.6;color:#333}.answer-buttons{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin-bottom:1.5rem}@media(max-width:768px){.answer-buttons{grid-template-columns:1fr}}.answer-btn{padding:.8rem .5rem;font-size:.95rem;border:2px solid #e0ddf5;border-radius:12px;background:#fff;cursor:pointer;transition:all .15s;color:#333}.answer-btn:hover:not(:disabled){background:#f0eeff;border-color:#667eea;color:#4a3f8a}.answer-btn:disabled{opacity:.5;cursor:not-allowed}.top-candidate{font-size:.8rem;color:#aaa;text-align:center;padding-top:.5rem;border-top:1px solid #f0f0f0}.song-info{background:#f8f7ff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.song-title{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:#4a3f8a;text-align:center}dl{display:grid;grid-template-columns:5rem 1fr;gap:.4rem .75rem;font-size:.9rem}dt{color:#999;font-size:.85rem}dd{margin:0}.probability{margin-top:1rem;font-size:.85rem;color:#999;text-align:center}.confirm-buttons{display:flex;gap:.75rem;justify-content:center}.confirm-buttons button{padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:50px;cursor:pointer;transition:transform .15s}.btn-correct{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.btn-wrong{background:#f0f0f0;color:#666}.confirm-buttons button:hover{transform:translateY(-1px)}.done-screen{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.done-screen p{font-size:1.1rem;line-height:1.6}.btn-restart{padding:.75rem 2rem;font-size:1rem;border:none;border-radius:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;box-shadow:0 4px 12px #667eea4d;transition:transform .15s}.btn-restart:hover{transform:translateY(-1px)}.narrowing-panel{margin-top:1.5rem;padding:1rem 1.25rem;background:#f8f7ff;border-radius:12px}.confidence-bar-container{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.confidence-label{font-size:.8rem;color:#999;white-space:nowrap}.confidence-bar{flex:1;height:8px;background:#e0ddf5;border-radius:4px;overflow:hidden}.confidence-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .5s ease}.confidence-value{font-size:.8rem;color:#4a3f8a;font-weight:700;min-width:3.5rem;text-align:right}.candidates-list{display:flex;flex-direction:column;gap:.4rem}.candidate-row{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.candidate-rank{color:#bbb;font-size:.75rem;min-width:1rem;text-align:center}.candidate-title{flex:1;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.candidate-bar-container{width:60px;height:6px;background:#e8e6f0;border-radius:3px;overflow:hidden;flex-shrink:0}.candidate-bar{height:100%;background:#667eea;border-radius:3px;transition:width .5s ease}.candidate-prob{font-size:.75rem;color:#999;min-width:3rem;text-align:right}.pick-mode{text-align:center}.pick-prompt{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#4a3f8a}.pick-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.pick-btn{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;font-size:.95rem;border:2px solid #e0ddf5;border-radius:12px;background:#fff;cursor:pointer;transition:all .15s;color:#333;text-align:left}.pick-btn:hover:not(:disabled){background:#f0eeff;border-color:#667eea;color:#4a3f8a}.pick-prob{font-size:.8rem;color:#999;margin-left:.5rem;flex-shrink:0}.pick-none-btn{padding:.6rem 1.5rem;font-size:.85rem;border:none;border-radius:50px;background:#f0f0f0;color:#666;cursor:pointer;transition:all .15s}.pick-none-btn:hover:not(:disabled){background:#e0e0e0}.pick-trigger-btn{display:block;margin:.75rem auto 0;padding:.5rem 1.25rem;font-size:.85rem;border:1px solid #d0cde5;border-radius:50px;background:#fff;color:#667eea;cursor:pointer;transition:all .15s}.pick-trigger-btn:hover:not(:disabled){background:#f0eeff;border-color:#667eea}
