.herrmann-game-container{color:#333;font-family:Proxima Nova,Arial,sans-serif;margin:0 auto;max-width:1000px}.herrmann-game-playing,.herrmann-game-results,.herrmann-game-start{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:24px}.herrmann-game-columns{display:flex;flex-direction:column;gap:24px}@media (min-width:768px){.herrmann-game-columns{display:flex;flex-direction:row;justify-content:space-between}.herrmann-game-column{flex:1;margin-right:20px}.herrmann-game-column:last-child{margin-right:0}}.herrmann-game-title{color:#214363;font-size:24px;font-weight:700;margin-bottom:8px}.herrmann-game-subtitle{color:#214363;font-size:18px;font-weight:700;margin-bottom:12px}.herrmann-game-button{background-color:#2cc3f0;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;margin-top:16px;padding:12px 24px;text-align:center;text-decoration:none;transition:background-color .2s}.herrmann-game-button:hover{background-color:#25a4ca}.herrmann-game-button-primary{background-color:#2cc3f0}.herrmann-game-button-primary:hover{background-color:#25a4ca}.herrmann-game-button-secondary{background-color:#fff;border:1px solid #ddd;color:#333}.herrmann-game-button-secondary:hover{background-color:#f5f5f5}.herrmann-game-progress{margin-bottom:16px}.herrmann-game-progress-bar{background-color:#f0f0f0;border-radius:4px;height:8px;overflow:hidden;width:100%}.herrmann-game-progress-fill{background-color:#2cc3f0;height:100%;transition:width .3s ease}.herrmann-game-progress-text{color:#777;font-size:12px;margin-top:4px}.herrmann-game-question{font-size:16px;margin-bottom:24px}.herrmann-game-choices{display:flex;flex-direction:column;gap:12px}.herrmann-game-choice{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-family:inherit;font-size:14px;padding:16px;text-align:left;transition:background-color .2s}.herrmann-game-choice:hover{background-color:#f9f9f9}.herrmann-game-result-badge{align-items:center;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.herrmann-game-result-badge span{color:#fff;font-size:28px;font-weight:700}.herrmann-game-result-title{font-size:20px;font-weight:600;margin-bottom:16px;text-align:center}.herrmann-game-result-section{margin-bottom:24px}.herrmann-game-result-label{font-weight:600;margin-bottom:8px}.herrmann-game-buttons{display:flex;flex-direction:column;gap:12px;margin-top:32px}@media (min-width:500px){.herrmann-game-buttons{flex-direction:row}.herrmann-game-button{flex:1}}