*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}#app{min-height:100vh;padding:20px}.container{max-width:1000px;margin:0 auto}h1{text-align:center;margin-bottom:10px;color:#2c3e50}.total{text-align:center;color:#666;margin-bottom:30px;font-size:14px}.questions-list{display:flex;flex-direction:column;gap:20px}.question-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.question-header{background:#3498db;color:#fff;padding:12px 20px;font-weight:600;font-size:14px}.question-text{padding:20px;border-bottom:2px solid #e0e0e0;white-space:pre-wrap}.answer-header-toggle{background:#2ecc71;color:#fff;padding:12px 20px;font-weight:600;font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.answer-header-toggle:hover{background:#27ae60}.toggle-icon{display:inline-block;width:20px}.answer-text{padding:20px;border-bottom:1px solid #e0e0e0;overflow:hidden;transition:max-height .3s ease}.answer-text.collapsed{max-height:0;padding:0 20px;border-bottom:none}.answer-text h1,.answer-text h2,.answer-text h3{margin-top:16px;margin-bottom:8px}.answer-text h1{font-size:1.5em}.answer-text h2{font-size:1.3em}.answer-text h3{font-size:1.1em}.answer-text p{margin-bottom:12px}.answer-text ul,.answer-text ol{margin-left:20px;margin-bottom:12px}.answer-text li{margin-bottom:6px}.answer-text strong{font-weight:600}.answer-text code{background:#f4f4f4;padding:2px 6px;border-radius:3px;font-family:monospace}.passages{padding:12px 20px;background:#f8f9fa;font-size:13px;color:#555}.loading,.error{text-align:center;padding:50px;font-size:18px}.error{color:#e74c3c}
