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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.entry-container{align-items:center;background:linear-gradient(135deg,#f8fafc,#e0e7ff);display:flex;flex-direction:column;justify-content:center;min-height:100vh}.entry-title{color:#3730a3;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:2rem}.role-buttons{display:flex;gap:1.5rem}.role-btn{background:#6366f1;border:none;border-radius:8px;box-shadow:0 2px 8px #6366f114;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;padding:1rem 2.5rem;transition:background .2s,transform .2s}.role-btn:hover{background:#3730a3;transform:translateY(-2px) scale(1.04)}.chat-widget{bottom:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:fixed;right:20px;z-index:1000}.chat-toggle-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;box-shadow:0 4px 20px #00000026;color:#fff;cursor:pointer;display:flex;font-size:24px;height:60px;justify-content:center;transition:all .3s ease;width:60px}.chat-toggle-btn:hover{box-shadow:0 6px 25px #0003;transform:scale(1.1)}.chat-window{animation:slideIn .3s ease;background:#fff;border-radius:16px;bottom:80px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;height:500px;overflow:hidden;position:absolute;right:0;width:350px}.chat-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:16px 20px}.chat-header h3{font-size:16px;font-weight:600;margin:0}.chat-user-info{font-size:12px;opacity:.9}.chat-empty{color:#6c757d;font-size:14px;margin-top:50px;text-align:center}.chat-message{margin-bottom:12px;max-width:80%}.chat-message.own-message{margin-left:auto}.chat-message.other-message{margin-right:auto}.message-header{align-items:center;display:flex;font-size:11px;justify-content:space-between;margin-bottom:4px}.message-sender{color:#495057;font-weight:600}.message-time{color:#6c757d;font-size:10px}.message-content{word-wrap:break-word;border-radius:12px;font-size:14px;line-height:1.4;padding:8px 12px}.own-message .message-content{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-right-radius:4px;color:#fff}.other-message .message-content{background:#fff;border:1px solid #e9ecef;border-bottom-left-radius:4px;color:#495057}.chat-input-form{background:#fff;border-top:1px solid #e9ecef;display:flex;gap:8px;padding:16px}.chat-input{border:1px solid #e9ecef;border-radius:20px;flex:1 1;font-size:14px;outline:none;padding:10px 12px;transition:border-color .2s}.chat-input:focus{border-color:#667eea}.chat-send-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:40px;justify-content:center;transition:all .2s;width:40px}.chat-send-btn:hover:not(:disabled){transform:scale(1.05)}.chat-send-btn:disabled{cursor:not-allowed;opacity:.5}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:480px){.chat-window{bottom:70px;height:400px;right:10px;width:300px}.chat-toggle-btn{font-size:20px;height:50px;width:50px}}.chat-tabs{background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex}.chat-tab{background:none;border:none;border-bottom:2px solid #0000;color:#6c757d;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:12px 16px;transition:all .2s}.chat-tab:hover{background:#e9ecef;color:#495057}.chat-tab.active{background:#fff;border-bottom-color:#667eea;color:#667eea}.participants-container{display:flex;flex-direction:column;height:100%}.participants-header{background:#fff;border-bottom:1px solid #e9ecef;padding:16px 20px}.participants-header h4{color:#495057;font-size:16px;font-weight:600;margin:0}.participants-stats{margin-top:8px}.connected-count{background:#e9ecef;border-radius:12px;color:#6c757d;font-size:12px;padding:4px 8px}.participants-list{flex:1 1;overflow-y:auto;padding:8px}.participants-empty{color:#6c757d;font-size:14px;margin-top:50px;text-align:center}.participant-item{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;justify-content:space-between;margin:4px 0;padding:12px 16px;transition:all .2s}.participant-item:hover{background:#f8f9fa;border-color:#667eea}.participant-item.disconnected{background:#f8f9fa;opacity:.6}.participant-item.disconnected:hover{opacity:.8}.participant-info{align-items:center;display:flex;flex:1 1;gap:8px}.participant-icon{font-size:16px}.participant-name{color:#495057;font-size:14px;font-weight:600}.participant-type{background:#e9ecef;border-radius:12px;color:#6c757d;font-size:12px;padding:2px 8px;text-transform:capitalize}.connection-status{border-radius:8px;font-size:11px;font-weight:500;padding:2px 6px}.connection-status.connected{background:#d1fae5;color:#065f46}.connection-status.disconnected{background:#fee2e2;color:#991b1b}.remove-student-btn{background:none;border:none;border-radius:4px;color:#dc3545;cursor:pointer;font-size:16px;padding:4px 8px;transition:all .2s}.remove-student-btn:hover{background:#fee2e2;transform:scale(1.1)}.chat-window{height:550px}.chat-messages{background:#f8f9fa;flex:1 1;max-height:410px;overflow-y:auto;padding:16px}@media (max-width:480px){.chat-window{height:450px}.chat-messages{max-height:310px}.participant-item{padding:10px 12px}.participant-name{font-size:13px}.participant-type{font-size:11px}}.removal-modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.removal-modal{animation:slideIn .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 40px #0003;max-width:400px;padding:2rem;text-align:center;width:90%}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.removal-modal-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.removal-icon{font-size:4rem;margin-bottom:.5rem}.removal-modal h2{color:#dc3545;font-size:1.5rem;font-weight:600;margin:0}.removal-modal p{color:#6c757d;font-size:1rem;line-height:1.5;margin:0}.countdown-timer{color:#495057;font-size:1rem;font-weight:500;margin:1rem 0}.countdown-number{animation:pulse 1s infinite;color:#dc3545;font-size:1.2rem;font-weight:700}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.removal-ok-btn{background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem 2rem;transition:background .2s,transform .2s}.removal-ok-btn:hover{background:#c82333;transform:translateY(-2px)}@media (max-width:480px){.removal-modal{margin:1rem;padding:1.5rem}.removal-icon{font-size:3rem}.removal-modal h2{font-size:1.3rem}}.student-container{align-items:center;background:linear-gradient(135deg,#f0f4ff,#e0ffe7);display:flex;flex-direction:column;justify-content:center;min-height:100vh}.student-name-form,.student-poll-section{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000012;margin-top:2rem;min-width:320px;padding:2.5rem 2rem}.student-name-input{border:1px solid #bdbdbd;border-radius:8px;font-size:1.1rem;margin-top:1rem;padding:.7rem 1.2rem;width:80%}.student-submit-btn{background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1.5rem;padding:.8rem 2.2rem;transition:background .2s,transform .2s}.student-submit-btn:disabled{background:#a7f3d0;cursor:not-allowed}.student-submit-btn:hover:not(:disabled){background:#059669;transform:translateY(-2px) scale(1.03)}.student-poll-form{margin-top:1.5rem}.student-option-row{align-items:center;display:flex;margin-bottom:.7rem}.student-option-radio{margin-right:.7rem}.student-submitted-section{margin-top:2rem;text-align:center}.student-feedback{align-items:center;border-radius:12px;display:flex;flex-direction:column;font-weight:600;margin-bottom:1.5rem;padding:1.5rem}.student-feedback.correct{background:#dcfce7;border:2px solid #22c55e;color:#166534}.student-feedback.incorrect{background:#fee2e2;border:2px solid #ef4444;color:#991b1b}.feedback-icon{font-size:2rem;margin-bottom:.5rem}.student-feedback p{font-size:1.1rem;margin:0}.timeout-message{background:#fef3c7;border:2px solid #f59e0b;border-radius:12px;color:#92400e;font-size:1.1rem;font-weight:600;margin:1rem 0;padding:1.5rem;text-align:center}.history-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.history-modal{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;max-height:90vh;max-width:800px;overflow:hidden;width:90%}.history-modal-header{align-items:center;background:linear-gradient(135deg,#fbbf24,#b45309);color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem}.history-modal-header h2{font-size:1.5rem;font-weight:600;margin:0}.history-close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;padding:0;transition:background .2s;width:40px}.history-close-btn:hover{background:#fff3}.history-modal-content{max-height:calc(90vh - 100px);overflow-y:auto;padding:2rem}.history-empty{color:#666;font-size:1.1rem;padding:3rem;text-align:center}.history-list{display:flex;flex-direction:column;gap:2rem}.history-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.history-item-header{align-items:center;border-bottom:2px solid #fbbf24;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.history-item-header h3{color:#b45309;font-size:1.2rem;margin:0}.history-timestamp{color:#666;font-size:.9rem}.history-question{background:#fff;border-left:4px solid #fbbf24;border-radius:8px;margin-bottom:1rem;padding:1rem}.history-options{margin-bottom:1.5rem}.history-options ul{list-style:none;margin:.5rem 0;padding:0}.history-options li{background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin:.25rem 0;padding:.5rem 1rem}.history-options li.correct-option{background:#dcfce7;border-color:#22c55e;color:#166534;font-weight:600}.history-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:1.5rem}.history-stat-item{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;padding:1rem}.history-stat-item.correct{background:#f0fdf4;border-color:#22c55e}.history-stat-item.incorrect{background:#fef2f2;border-color:#ef4444}.stat-label{color:#666;font-size:.9rem;margin-bottom:.5rem}.stat-value{color:#1f2937;font-size:1.5rem;font-weight:700}.history-answers{margin-top:1rem}.history-answers-list{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:.5rem}.history-answer{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;font-size:.9rem;justify-content:space-between;padding:.5rem 1rem}.history-answer.correct{background:#f0fdf4;border-color:#22c55e}.history-answer.incorrect{background:#fef2f2;border-color:#ef4444}.student-name{color:#374151;font-weight:600}.student-answer{color:#6b7280;font-style:italic}.answer-result{font-size:1.1rem}@media (max-width:768px){.history-modal{margin:1rem;width:95%}.history-modal-header{padding:1rem 1.5rem}.history-modal-content{padding:1.5rem}.history-stats{grid-template-columns:repeat(2,1fr)}.history-answers-list{grid-template-columns:1fr}}.teacher-container{align-items:center;background:linear-gradient(135deg,#f8fafc,#fef9c3);display:flex;flex-direction:column;min-height:100vh}.teacher-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;max-width:1200px;padding:2rem 2rem 0 5rem;width:100%}.teacher-title{color:#b45309;font-size:2.3rem;font-weight:700;letter-spacing:1px;margin:0}.teacher-history-btn{background:#fbbf24;border:none;border-radius:8px;box-shadow:0 2px 8px #fbbf244d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:background .2s,transform .2s}.teacher-history-btn:hover{background:#b45309;transform:translateY(-2px) scale(1.05)}.teacher-create-form,.teacher-poll-section{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000012;margin-top:2rem;min-width:340px;padding:2.5rem 2rem}.teacher-question-input{border:1px solid #fbbf24;border-radius:8px;font-size:1.1rem;margin-bottom:1.2rem;padding:.8rem 1.2rem;width:80%}.teacher-options-section{margin-bottom:1.2rem;margin-top:1.2rem}.teacher-options-list{list-style-type:disc;padding-left:1.5rem}.teacher-option-item{align-items:center;display:flex;margin-bottom:.7rem}.teacher-option-input{border:1px solid #fbbf24;border-radius:6px;margin-right:.7rem;padding:.5rem .8rem;width:70%}.teacher-remove-option-btn{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1.2rem;margin-left:.5rem}.teacher-add-option-btn{background:#fde68a;border:none;border-radius:6px;color:#b45309;cursor:pointer;font-weight:600;margin-top:.7rem;padding:.5rem 1.2rem;transition:background .2s}.teacher-add-option-btn:hover{background:#fbbf24}.teacher-create-btn{background:#fbbf24;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1.5rem;padding:.8rem 2.2rem;transition:background .2s,transform .2s}.teacher-create-btn:hover{background:#b45309;transform:translateY(-2px) scale(1.03)}.teacher-current-poll-title{color:#b45309;margin-bottom:1.2rem}.teacher-summary-list{margin-bottom:1.2rem;margin-top:1.2rem}.teacher-new-poll-btn-section{margin:1.5rem 0}.teacher-view-details-btn{background:#fbbf24;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-top:1.2rem;padding:.5rem 1.2rem;transition:background .2s}.teacher-view-details-btn:hover{background:#b45309}.teacher-details-section{margin-top:1.5rem}.teacher-answers-table{border-collapse:collapse;margin:auto auto 2rem;width:90%}.teacher-answers-table td,.teacher-answers-table th{border:1px solid #fbbf24;padding:8px 12px;text-align:center}.teacher-bar-chart-section{margin-top:2rem;margin-inline:auto;width:90%}.teacher-bar-chart-row{margin-bottom:12px}.teacher-bar-chart-bar{background-color:#fbbf24;border-radius:5px;height:20px;margin-top:4px;transition:width .4s ease}.teacher-correct-radio{margin-left:.5rem;margin-right:.3rem}.teacher-correct-label{color:#b45309;font-size:.9rem;font-weight:600;margin-right:.5rem}.teacher-answer-stats{background:#fef9c3;border:2px solid #fbbf24;border-radius:12px;margin-top:2rem;padding:1.5rem}.teacher-stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:1rem}.teacher-stat-item{align-items:center;border-radius:8px;display:flex;flex-direction:column;font-weight:600;padding:1rem}.teacher-stat-item.correct{background:#dcfce7;border:2px solid #22c55e;color:#166534}.teacher-stat-item.incorrect{background:#fee2e2;border:2px solid #ef4444;color:#991b1b}.teacher-stat-label{font-size:.9rem;margin-bottom:.5rem}.teacher-stat-value{font-size:1.5rem;font-weight:700}.correct-answer{color:#166534;font-weight:600}.incorrect-answer{color:#991b1b;font-weight:600}
/*# sourceMappingURL=main.aa5eec4e.css.map*/