.ccq-quiz-container{opacity:0;transform:translateY(20px);animation:fadeInUp .5s ease forwards}.ccq-category-card{background:#fff;border-radius:8px;padding:20px;text-align:center;cursor:pointer;transition:all .3s ease;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center}.ccq-category-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.2);opacity:.9}.ccq-question-container{background:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-top:20px}.ccq-loading{text-align:center;padding:40px}.ccq-loading-spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#000;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 15px}@keyframes spin{to{transform:rotate(360deg)}}.ccq-question-container.active{opacity:1;transform:translateY(0)}.ccq-answer-option{transform:scale(1);transition:transform .2s ease}.ccq-answer-option:active{transform:scale(.98)}.ccq-feedback{padding:15px;border-radius:6px;margin:20px 0;display:none}.ccq-feedback.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.ccq-feedback.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.ccq-timer-wrapper{position:relative;width:60px;height:60px;margin:0 auto 20px}.ccq-timer{transform:rotate(-90deg);width:100%;height:100%}.ccq-timer-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.2em;font-weight:700}.ccq-timer-bg{fill:none;stroke:#eee;stroke-width:4}.ccq-timer-progress{fill:none;stroke:inherit;stroke-width:4;stroke-linecap:round;transition:stroke-dashoffset 1s linear;stroke-dasharray:283;stroke-dashoffset:283}.ccq-answer-option.highlight{animation:pulse 1s infinite;box-shadow:0 0 10px rgba(40,167,69,.5)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}.ccq-feedback.timeout{background:#fff3cd;color:#856404;border:1px solid #ffeeba}.ccq-category-info{margin-bottom:20px;padding:10px;border-radius:5px;display:flex;align-items:center;gap:10px}.ccq-category-info:before{content:'';display:inline-block;width:15px;height:15px;border-radius:50%}.ccq-question-title{font-size:1.5em;margin-bottom:15px;color:#333}.ccq-question-wrapper{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden}.ccq-category-header{padding:20px;color:#fff;display:flex;justify-content:space-between;align-items:center}.ccq-category-name{margin:0;font-size:1.4em}.ccq-question-content{padding:30px}.ccq-question-title{font-size:1.3em;margin:0 0 20px;color:#333}.ccq-question-text{font-size:1.2em;line-height:1.6;margin-bottom:30px}.ccq-answers-grid{display:grid;gap:15px;margin:20px 0}.ccq-answer-option{display:flex;align-items:center;padding:10px;border:2px solid #eee;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s ease}.ccq-answer-option:hover{border-color:currentColor;transform:translateY(-2px)}.ccq-answer-number{width:30px;height:30px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;margin-right:15px;font-weight:700}.ccq-answer-text{font-size:1.1em}.ccq-controls{padding:20px;border-top:1px solid #eee;display:flex;justify-content:space-between;gap:15px}.ccq-next-question,.ccq-change-color{padding:12px 24px;border-radius:6px;border:none;font-size:1em;cursor:pointer;transition:all .3s ease}.ccq-next-question{color:#fff}.ccq-change-color{background:#f5f5f5;color:#333}.ccq-feedback{padding:15px;margin:20px;border-radius:6px;text-align:center;font-weight:700}.ccq-feedback.success{background:#e8f5e9;color:#2e7d32}.ccq-feedback.error{background:#ffebee;color:#c62828}.ccq-feedback.timeout{background:#fff3e0;color:#ef6c00}