#juice-myth-wrapper .warning-box{background:#fff3cd;border-left:5px solid #ffc107;padding:20px;margin:25px 0;border-radius:8px;color:#856404}#juice-myth-wrapper .choice-btn{display:block;width:100%;padding:15px;margin:12px 0;border:2px solid #3498db;background:#fff;color:#3498db;border-radius:8px;font-size:1.05em;cursor:pointer;transition:all .3s ease;font-weight:500}#juice-myth-wrapper .choice-btn:hover{background:#3498db;color:white;transform:translateY(-2px);box-shadow:0 5px 15px rgba(52,152,219,.3)}#juice-myth-wrapper .result-box{margin-top:20px;padding:20px;border-radius:10px;display:none;animation:fadeIn .5s ease}#juice-myth-wrapper .flip-card.flipped .flip-card-inner{transform:rotateY(180deg)}#juice-myth-wrapper .quiz-option{display:block;padding:15px;margin:10px 0;border:2px solid #bdc3c7;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s ease;font-size:1em;text-align:left}#juice-myth-wrapper .quiz-option:hover{border-color:#3498db;background:#ebf5fb;transform:translateX(5px)}#juice-myth-wrapper .quiz-option.correct{background:#d5f4e6;border-color:#27ae60}#juice-myth-wrapper .quiz-option.incorrect{background:#fadbd8;border-color:#e74c3c}#juice-myth-wrapper .progress-tracker{display:flex;justify-content:space-between;margin:30px 0;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1)}#juice-myth-wrapper .progress-item{text-align:center;flex:1;padding:10px}#juice-myth-wrapper .progress-circle{width:60px;height:60px;border-radius:50%;background:#ecf0f1;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2em;transition:all .5s ease}#juice-myth-wrapper .progress-circle.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;transform:scale(1.1)}@media (max-width:768px){#juice-myth-wrapper .progress-tracker{flex-direction:column}#juice-myth-wrapper .progress-item{margin-bottom:15px}}