@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Inter,sans-serif}body{background-color:#f8f9fa;margin:0;padding:0}.App{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px}.quiz-container{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;max-width:600px;padding:30px;width:100%}h2{color:#333;font-weight:600;margin-bottom:30px;text-align:center}.progress-bar-container{margin-bottom:25px}.progress-stats{color:#666;display:flex;font-size:14px;justify-content:space-between;margin-bottom:8px}.progress-bar{background-color:#e9ecef;border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-fill{background-color:#3b82f6;border-radius:4px;height:100%;transition:width .5s ease}.question-text{font-size:18px;font-style:italic;line-height:1.5;margin-bottom:20px}.answer-buttons{display:flex;gap:15px;margin-bottom:20px}.answer-buttons button{background-color:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;flex:1 1;font-size:16px;font-weight:500;padding:12px;transition:all .2s}.answer-buttons button:first-child{background-color:#f1f8e9;border-color:#c8e6c9}.answer-buttons button:first-child:hover{background-color:#e8f5e9}.answer-buttons button:last-child{background-color:#fff8f8;border-color:#ffcdd2}.answer-buttons button:last-child:hover{background-color:#ffebee}.explanation{animation:fadeIn .5s;background-color:#e6f2ff;border:1px solid #cce5ff;border-radius:5px;margin-top:20px;padding:15px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.results-section{text-align:center}.results-section h3{font-size:22px;margin-bottom:15px}.score{font-size:36px;font-weight:700;margin:10px 0}.feedback{font-weight:500;margin-bottom:30px}.responses-list{margin:30px 0;text-align:left}.responses-list h4{font-weight:600;margin-bottom:15px}.response-item{border-bottom:1px solid #eee;margin-bottom:15px;padding-bottom:15px}.response-question{font-style:italic;margin-bottom:8px}.response-answer{align-items:flex-start;display:flex}.response-answer span.yes{color:#2e7d32}.response-answer span.no,.response-answer span.yes{display:inline-block;font-weight:600;min-width:60px}.response-answer span.no{color:#c62828}.response-explanation{color:#555;font-size:14px}.reset-button{background-color:#3b82f6;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:background-color .2s}.reset-button:hover{background-color:#2563eb}
/*# sourceMappingURL=main.76deeb57.css.map*/