body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}:root{--wonderland-primary:#2c5aa0;--wonderland-secondary:#4a90e2;--wonderland-accent:#f39c12;--wonderland-success:#27ae60;--wonderland-warning:#f1c40f;--wonderland-danger:#e74c3c;--wonderland-light:#ecf0f1;--wonderland-dark:#2c3e50;--wonderland-white:#fff;--wonderland-gray:#95a5a6;--wonderland-border:#bdc3c7}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#2c5aa0cc,#4a90e2cc);padding:1rem}.modal-content{background:var(--wonderland-white);border:3px solid var(--wonderland-light);border-radius:16px;box-shadow:0 20px 60px #2c5aa04d;max-height:95vh;max-width:95vw;position:relative;width:1000px}.modal-content:before{background:linear-gradient(90deg,var(--wonderland-primary) 0,var(--wonderland-secondary) 50%,var(--wonderland-accent) 100%);content:"";height:8px;left:0;position:absolute;right:0;top:0;z-index:1}.report-card-modal{display:flex;flex-direction:column;height:100%;width:100%}.modal-header{background:linear-gradient(135deg,var(--wonderland-primary) 0,var(--wonderland-secondary) 100%);border-radius:16px 16px 0 0;color:var(--wonderland-white);flex-shrink:0;overflow:hidden;padding:2rem;position:relative}.modal-header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.modal-title{font-size:2rem;font-weight:800;margin:0;position:relative;text-shadow:2px 2px 4px #0003;z-index:1}.modal-close-button{background:#fff3;border:2px solid #ffffff4d;color:var(--wonderland-white);height:40px;position:relative;transition:all .3s ease;width:40px;z-index:1}.modal-close-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.1)}.modal-body{-webkit-overflow-scrolling:touch;background:linear-gradient(135deg,#f8f9fa,#fff);flex:1 1;overflow-x:hidden;overflow-y:auto;padding:2rem;position:relative;scrollbar-color:var(--wonderland-border) #0000;scrollbar-width:thin}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#0000}.modal-body::-webkit-scrollbar-thumb{background-color:var(--wonderland-border);border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background-color:var(--wonderland-gray)}.modal-footer{border-top:2px solid var(--wonderland-light);display:flex;flex-shrink:0;gap:1rem;justify-content:flex-end;padding:2rem}.modal-button,.modal-footer{background:var(--wonderland-white)}.modal-button{border:2px solid var(--wonderland-border);border-radius:8px;box-shadow:0 2px 8px #0000001a;color:var(--wonderland-dark);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.modal-button:hover{background:var(--wonderland-primary);border-color:var(--wonderland-primary);box-shadow:0 4px 16px #2c5aa04d;color:var(--wonderland-white);transform:translateY(-2px)}.guest-info,.reply-form,.report-content,.teacher-create,.teacher-edit{overflow:visible}.save-button{background:linear-gradient(135deg,var(--wonderland-success) 0,#2ecc71 100%);border:none;border-radius:8px;box-shadow:0 4px 12px #27ae604d;color:var(--wonderland-white);cursor:pointer;display:block;font-size:1rem;font-weight:600;margin-top:1rem;max-width:200px;padding:1rem 2rem;transition:all .3s ease;width:100%}.save-button:hover:not(:disabled){background:linear-gradient(135deg,#2ecc71 0,var(--wonderland-success) 100%);box-shadow:0 6px 20px #27ae6066;transform:translateY(-2px)}.save-button:disabled{background:var(--wonderland-gray);box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.teacher-comment-title{color:var(--wonderland-primary);font-size:1.3rem;font-weight:700;margin:0 0 1.5rem;position:relative}.teacher-comment-title:before{content:"👨‍🏫";margin-right:.5rem}.replies-section{margin-top:2rem}.replies-section h4{color:var(--wonderland-primary);font-size:1.3rem;font-weight:700;margin:0 0 1.5rem;position:relative}.replies-section h4:before{content:"💬";margin-right:.5rem}.reply-item{background:var(--wonderland-white);border:2px solid var(--wonderland-light);border-left:4px solid var(--wonderland-success);border-radius:10px;box-shadow:0 2px 8px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.reply-header{background:var(--wonderland-light);border-radius:6px;color:var(--wonderland-gray);display:flex;font-size:1rem;justify-content:space-between;margin-bottom:1rem;padding:.75rem}.reply-content{color:var(--wonderland-dark);font-size:1rem;line-height:1.6}.no-replies{background:var(--wonderland-light);border:2px dashed var(--wonderland-border);border-radius:8px;color:var(--wonderland-gray);font-style:italic;padding:2rem;text-align:center}.reply-form{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid var(--wonderland-light);border-radius:12px;box-shadow:0 4px 16px #0000000d;box-sizing:border-box;margin-top:1.5rem;padding:2rem;width:100%}.reply-form h4{color:var(--wonderland-primary);font-size:1.3rem;font-weight:700;margin:0 0 1.5rem}.reply-textarea{background:var(--wonderland-white);border:2px solid var(--wonderland-border);border-radius:8px;box-sizing:border-box;color:var(--wonderland-dark);font-family:inherit;font-size:1rem;line-height:1.6;min-height:100px;padding:1rem;resize:vertical;transition:all .3s ease;width:100%}.reply-textarea:focus{border-color:var(--wonderland-secondary);box-shadow:0 0 0 3px #4a90e21a;outline:none;transform:translateY(-1px)}.reply-actions{display:flex;gap:1rem;margin-top:1rem}.reply-button{background:linear-gradient(135deg,var(--wonderland-success) 0,#2ecc71 100%);border:none;border-radius:8px;box-shadow:0 4px 12px #27ae604d;color:var(--wonderland-white);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.reply-button:hover:not(:disabled){background:linear-gradient(135deg,#2ecc71 0,var(--wonderland-success) 100%);box-shadow:0 6px 20px #27ae6066;transform:translateY(-2px)}.reply-button:disabled{background:var(--wonderland-gray);box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.edit-reply-button{background:linear-gradient(135deg,var(--wonderland-warning) 0,#f39c12 100%);border:none;border-radius:8px;box-shadow:0 4px 12px #f1c40f4d;color:var(--wonderland-dark);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.edit-reply-button:hover{background:linear-gradient(135deg,#f39c12 0,var(--wonderland-warning) 100%);box-shadow:0 6px 20px #f1c40f66;transform:translateY(-2px)}.cancel-edit-button{background:linear-gradient(135deg,var(--wonderland-gray) 0,#7f8c8d 100%);border:none;border-radius:8px;box-shadow:0 4px 12px #6c757d4d;color:var(--wonderland-white);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.cancel-edit-button:hover{background:linear-gradient(135deg,#7f8c8d 0,var(--wonderland-gray) 100%);box-shadow:0 6px 20px #6c757d66;transform:translateY(-2px)}.year-selection{margin-bottom:2rem;text-align:center}.year-selection h3{color:var(--wonderland-primary);font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;position:relative}.year-selection h3:after{background:linear-gradient(90deg,var(--wonderland-accent) 0,var(--wonderland-success) 100%);border-radius:2px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.year-select{background:var(--wonderland-white);border:2px solid var(--wonderland-border);border-radius:10px;box-shadow:0 2px 8px #0000000d;color:var(--wonderland-gray);cursor:pointer;font-size:1.1rem;font-weight:600;min-width:150px;padding:1rem 1.5rem;transition:all .3s ease}.year-select:hover{border-color:var(--wonderland-secondary);box-shadow:0 4px 16px #4a90e233;color:var(--wonderland-secondary);transform:translateY(-2px)}.year-select:focus{border-color:var(--wonderland-primary);box-shadow:0 4px 16px #2c5aa04d}.month-selection h3{color:var(--wonderland-primary);font-size:1.5rem;font-weight:700;position:relative}.month-selection h3:after{background:linear-gradient(90deg,var(--wonderland-accent) 0,var(--wonderland-success) 100%);border-radius:2px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.latest-indicator{color:var(--wonderland-success);font-size:.8rem;font-style:italic;font-weight:500}.month-buttons{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(6,1fr)}.month-button{background:var(--wonderland-white);border:2px solid var(--wonderland-border);color:var(--wonderland-gray);font-size:1rem;padding:1rem .5rem}.month-button:hover{border-color:var(--wonderland-secondary);box-shadow:0 4px 16px #4a90e233;color:var(--wonderland-secondary)}.month-button.active{box-shadow:0 4px 16px #2c5aa04d}.month-button.active,.month-button.active.has-report{background:linear-gradient(135deg,var(--wonderland-primary) 0,var(--wonderland-secondary) 100%);border-color:var(--wonderland-primary);color:var(--wonderland-white)}.monthly-report h3{border-bottom:3px solid var(--wonderland-secondary);color:var(--wonderland-primary);font-size:1.5rem;font-weight:700;margin:0 0 2rem;padding-bottom:1rem;position:relative}.monthly-report h3:before{content:"📊";margin-right:.5rem}.report-content{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid var(--wonderland-light);border-radius:12px;box-shadow:0 4px 16px #0000000d;margin-bottom:2rem;padding:2rem}.report-header{border:1px solid var(--wonderland-light);border-radius:8px;color:var(--wonderland-gray);display:flex;font-size:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.report-header,.report-text{background:var(--wonderland-white)}.report-text{border-left:4px solid var(--wonderland-secondary);border-radius:10px;box-shadow:0 2px 8px #0000000d;color:var(--wonderland-dark);line-height:1.6;margin-bottom:2rem;padding:1.5rem}.teacher-create,.teacher-edit{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid var(--wonderland-light);border-radius:12px;box-shadow:0 4px 16px #0000000d;margin-top:2rem;padding:2rem}.teacher-create h4,.teacher-edit h4{color:var(--wonderland-primary);font-size:1.3rem;font-weight:700;margin:0 0 1.5rem;position:relative}.teacher-create h4:before,.teacher-edit h4:before{content:"✏️";margin-right:.5rem}.guest-info{background:linear-gradient(135deg,var(--wonderland-accent) 0,var(--wonderland-warning) 100%);border:2px solid #fff3;border-radius:12px;box-shadow:0 4px 16px #f39c124d;color:var(--wonderland-white);margin-top:2rem;padding:2rem;text-align:center}.guest-info h4{font-size:1.3rem;font-weight:700;margin:0 0 1rem}.guest-info p{font-size:1rem;line-height:1.6;margin:0;opacity:.95}.report-textarea{background:var(--wonderland-white);border:2px solid var(--wonderland-border);border-radius:8px;color:var(--wonderland-dark);font-family:inherit;font-size:1rem;line-height:1.6;min-height:120px;padding:1rem;resize:vertical;transition:all .3s ease;width:100%}.report-textarea:focus{border-color:var(--wonderland-secondary);box-shadow:0 0 0 3px #4a90e21a;outline:none;transform:translateY(-1px)}.no-report{background:linear-gradient(135deg,#f8f9fa,#fff);border:3px dashed var(--wonderland-border);border-radius:12px;box-shadow:0 4px 16px #0000000d;color:var(--wonderland-gray);padding:3rem;text-align:center}.no-report p{margin:0 0 2rem}.loading,.no-report p{font-size:1.2rem;font-weight:500}.loading{color:var(--wonderland-gray);padding:3rem}@media (max-width:768px){.modal-overlay{align-items:flex-start;padding:1rem .5rem .5rem}.modal-content{max-height:90vh;max-width:100%;width:100%}.modal-header{border-radius:12px 12px 0 0;padding:1.5rem}.modal-title{font-size:1.5rem}.modal-body,.modal-footer{padding:1.5rem}.month-buttons{gap:.75rem;grid-template-columns:repeat(3,1fr)}.month-button{font-size:.9rem;padding:.75rem .5rem}.month-button.has-report:after{font-size:.7rem;right:4px;top:2px}.report-content{padding:1.5rem}.reply-actions{flex-direction:column;gap:.75rem}.cancel-edit-button,.edit-reply-button,.reply-button{padding:.75rem 1.5rem;width:100%}.guest-info,.reply-form,.teacher-create,.teacher-edit{padding:1.5rem}.save-button{max-width:100%}}@media (max-width:480px){.modal-overlay{padding:.5rem .25rem .25rem}.modal-content{max-height:95vh}.modal-header{padding:1rem}.modal-title{font-size:1.3rem}.modal-body,.modal-footer{padding:1rem}.month-buttons{grid-template-columns:repeat(2,1fr)}.month-button{font-size:.8rem;padding:.5rem .25rem}.month-button.has-report:after{font-size:.6rem;right:3px;top:1px}}.dashboard-loading{align-items:center;display:flex;height:300px;justify-content:center}.loading-text{font-size:1.2rem}.dashboard-error{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin:1rem 0;padding:2rem;text-align:center}.dashboard-error h2{color:#856404;margin-bottom:1rem}.dashboard-error p{color:#856404}.guest-dashboard,.parent-dashboard,.teacher-dashboard{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:800px;padding:2rem}.parent-dashboard{border-left:4px solid #764ba2}.guest-dashboard{border-left:4px solid #f093fb}.guest-info h3,.parent-info h3,.teacher-info h3{color:#667eea;font-size:1.3rem;margin-bottom:1rem}.guest-info p,.parent-info p,.teacher-info p{color:#555;font-size:1.1rem;margin:.5rem 0}.guest-info strong,.parent-info strong,.teacher-info strong{color:#333;font-weight:600}.guest-actions,.parent-actions,.teacher-actions{border-top:1px solid #eee;margin-top:2rem;padding-top:2rem}.guest-actions h3,.parent-actions h3,.teacher-actions h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.action-buttons{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.action-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 1.5rem;transition:all .3s ease}.action-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.action-button:active{transform:translateY(0)}.code-input-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:2rem 0;padding:1.5rem}.code-input-section h3{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.code-input-container{gap:1rem}.code-input{border:2px solid #ddd}.code-input:focus{border-color:#f093fb}.code-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.code-submit-button{background:linear-gradient(135deg,#f093fb,#f5576c)}.code-submit-button:hover:not(:disabled){box-shadow:0 4px 8px #f093fb4d}.code-submit-button:disabled{box-shadow:none}.code-error{background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.student-info-display{background:#fff;border:1px solid #e9ecef;border-radius:6px;margin-top:1rem;padding:1rem}.student-info-display h4{color:#333;font-size:1.1rem;margin:0 0 .75rem}.student-details p{color:#555;font-size:1rem;margin:.5rem 0}.student-details strong{color:#333;font-weight:600}@media (max-width:768px){.parent-dashboard,.teacher-dashboard{margin:1rem;padding:1.5rem}.dashboard-title{font-size:1.5rem}.action-buttons{grid-template-columns:1fr}.action-button{font-size:.9rem;padding:.8rem 1rem}}.admin-dashboard{background:#fff;border-left:4px solid #ff6b6b;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:1000px;padding:2rem}.tab-navigation{border-bottom:2px solid #eee;display:flex;justify-content:center;margin-bottom:2rem}.tab-button{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:1.1rem;font-weight:600;margin:0 .5rem;padding:1rem 2rem;transition:all .3s ease}.tab-button:hover{color:#ff6b6b}.tab-button.active{border-bottom-color:#ff6b6b;color:#ff6b6b}.tab-content{min-height:400px}.tab-header{align-items:center;border-bottom:2px solid #eee;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.tab-header h3{color:#333;font-size:1.4rem;font-weight:600;margin:0}.tab-actions{display:flex;gap:1rem}.add-button{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.add-button:hover{background:linear-gradient(135deg,#ee5a24,#ff6b6b);box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.delete-button{background:linear-gradient(135deg,#dc3545,#c82333);border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.delete-button:hover{background:linear-gradient(135deg,#c82333,#dc3545);box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.cleanup-button{background:linear-gradient(135deg,#6c757d,#495057);border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.cleanup-button:hover:not(:disabled){background:linear-gradient(135deg,#495057,#6c757d);box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.cleanup-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.delete-modal-content{flex:1 1;overflow-y:auto;padding:2rem}.delete-form{margin-bottom:1rem}.delete-confirmation{text-align:center}.delete-warning{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.delete-warning h4{color:#856404;font-size:1.2rem;margin:0 0 .5rem}.delete-warning p{color:#856404;font-weight:600;margin:0}.item-info{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1.5rem;text-align:left}.item-info h5{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.item-info p{color:#555;font-size:.95rem;margin:.5rem 0}.item-info strong{color:#333;font-weight:600}.delete-note{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;margin-bottom:2rem;padding:1rem}.delete-note p{color:#721c24;font-size:.9rem;font-weight:600;margin:0}.delete-confirm-button{background:linear-gradient(135deg,#dc3545,#c82333);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.delete-confirm-button:hover:not(:disabled){background:linear-gradient(135deg,#c82333,#dc3545);box-shadow:0 4px 8px #dc35454d;transform:translateY(-1px)}.delete-confirm-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.admin-actions{margin-bottom:2rem;text-align:center}.add-student-button,.add-teacher-button{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-right:12px;padding:1rem 2rem;transition:all .3s ease}.add-student-button:hover,.add-teacher-button:hover{background:linear-gradient(135deg,#ee5a24,#ff6b6b);box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.students-section h3{border-bottom:2px solid #eee;font-size:1.4rem;margin-bottom:1.5rem;padding-bottom:.5rem}.loading{font-size:1.1rem}.class-filter-section{background:#f8f9fa}.student-search-section{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:1rem;margin-bottom:2rem;padding:1rem}.student-search-input{background-color:#fff;border:2px solid #e9ecef;border-radius:6px;color:#333;flex:1 1;font-size:1rem;min-width:300px;padding:.75rem 1rem;transition:all .3s ease}.student-search-input:focus{border-color:#ff6b6b;box-shadow:0 0 0 2px #ff6b6b33;outline:none}.student-search-input:hover{border-color:#ff6b6b}.student-search-input::placeholder{color:#999;font-style:italic}.class-filter-dropdown:focus{border-color:#ff6b6b;box-shadow:0 0 0 2px #ff6b6b33}.class-filter-dropdown:hover{border-color:#ff6b6b}.no-students{background:#f8f9fa;border-radius:8px;color:#999;padding:3rem}.students-table-container{border-radius:8px;box-shadow:0 2px 8px #0000001a}.teacher-filter-section{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:1rem;margin-bottom:2rem;padding:1rem}.teacher-filter-dropdown{background-color:#fff;border:2px solid #e9ecef;border-radius:6px;color:#333;cursor:pointer;font-size:1rem;min-width:200px;padding:.5rem 1rem;transition:all .3s ease}.teacher-filter-dropdown:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33;outline:none}.teacher-filter-dropdown:hover{border-color:#667eea}.teachers-grouped-container{display:flex;flex-direction:column;gap:2rem}.teacher-group{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem}.teacher-group-header{border-bottom:2px solid #dee2e6;margin-bottom:1.5rem;padding-bottom:1rem}.teacher-group-title-row{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.teacher-group-info{flex:1 1}.teacher-group-title{align-items:center;color:#333;display:flex;font-size:1.3rem;font-weight:700;gap:.5rem;margin:0 0 .5rem}.class-count{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 2px 4px #0000001a;color:#fff;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.teacher-code{color:#666;font-size:.9rem;margin:0}.code-value{color:#333;font-weight:600}.class-group{background:#f8f9fa}.class-teacher{color:#666;font-size:.9rem;font-weight:500;margin:0}.class-teacher.no-teacher{color:#999;font-style:italic}.teacher-name{color:#4ecdc4;font-weight:600}.class-group-actions{align-items:center;display:flex;gap:.5rem}.edit-button-small{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.4rem .8rem;transition:all .3s ease}.edit-button-small:hover{background:linear-gradient(135deg,#20c997,#28a745);box-shadow:0 4px 8px #28a7454d;transform:translateY(-1px)}.student-count{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.students-table{font-size:.95rem}.students-table th{background:linear-gradient(135deg,#ff6b6b,#ee5a24);font-size:.9rem;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase}.students-table th:first-child{border-top-left-radius:8px}.students-table th:last-child{border-top-right-radius:8px}.students-table td{border-bottom:1px solid #e9ecef;color:#333;padding:1rem;vertical-align:middle}.students-table tr:last-child td{border-bottom:none}.student-row{transition:background-color .2s ease}.student-row:hover{background-color:#f8f9fa}.student-row:nth-child(2n){background-color:#fafbfc}.student-row:nth-child(2n):hover{background-color:#f1f3f4}.edit-button{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;margin-right:1rem;padding:.5rem 1rem;transition:all .3s ease}.edit-button:hover{background:linear-gradient(135deg,#20c997,#28a745);box-shadow:0 4px 8px #28a7454d;transform:translateY(-1px)}.delete-button-small{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border:none;border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.delete-button-small:hover{background:linear-gradient(135deg,#ee5a24,#ff6b6b);box-shadow:0 4px 8px #ff6b6b4d;transform:translateY(-1px)}.view-button{background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.view-button:hover{background:linear-gradient(135deg,#0056b3,#007bff);box-shadow:0 4px 8px #007bff4d;transform:translateY(-1px)}.student-list-modal{max-height:calc(100vh - 4rem);max-width:800px}.student-list-content{max-height:calc(100vh - 8rem);overflow-y:auto;padding:1rem}.no-students{color:#6c757d;font-style:italic;padding:2rem;text-align:center}.students-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.student-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;transition:all .2s ease}.student-item:hover{border-color:#ff6b6b;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.student-info h4{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.student-info p{color:#555;font-size:.95rem;margin:.5rem 0}.student-info strong{color:#333;font-weight:600}.modal-content{max-width:500px}.modal-header{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.form-group input{border:2px solid #e9ecef;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus{border-color:#ff6b6b;outline:none}.form-group input.error{border-color:#dc3545}.error-message{display:block;font-size:.85rem;margin-top:.25rem}.submit-button{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.submit-button:hover:not(:disabled){box-shadow:0 4px 8px #ff6b6b4d}.teachers-section h3{border-bottom:2px solid #eee;color:#333;font-size:1.4rem;margin:2rem 0 1.5rem;padding-bottom:.5rem}.no-teachers{background:#f8f9fa;border-radius:8px;color:#999;padding:3rem;text-align:center}.teachers-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.teacher-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;transition:all .2s ease}.teacher-item:hover{border-color:#667eea;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.teacher-item.clickable{cursor:pointer}.teacher-item.clickable:hover{background:#e3f2fd;border-color:#2196f3}.click-hint{color:#2196f3;font-size:.85rem;font-style:italic;margin:.5rem 0 0}.teacher-info h4{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.teacher-info p{color:#555;font-size:.95rem;margin:.5rem 0}.teacher-manage-modal{max-height:calc(100vh - 4rem);max-width:800px}.teacher-manage-content{max-height:calc(100vh - 8rem);overflow-y:auto;padding:2rem}.add-student-section{border-bottom:2px solid #eee;margin-bottom:2rem;padding-bottom:2rem}.add-student-section h4{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.manage-student-form{align-items:flex-end;display:flex;gap:1rem}.manage-student-form .form-group{flex:1 1;margin-bottom:0}.manage-student-form .form-actions{border:none;margin:0;padding:0}.managed-students-section h4{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.managed-students-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.managed-student-item{align-items:flex-start;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;justify-content:space-between;padding:1rem;transition:all .2s ease}.managed-student-item:hover{border-color:#667eea;box-shadow:0 2px 4px #0000001a}.managed-student-info{flex:1 1}.managed-student-info h5{color:#333;font-size:1rem;font-weight:600;margin:0 0 .5rem}.managed-student-info p{color:#555;font-size:.85rem;margin:.25rem 0}.remove-student-button{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s;white-space:nowrap}.remove-student-button:hover{background:#c82333;transform:translateY(-1px)}.no-managed-students{background:#f8f9fa;border-radius:8px;color:#999;padding:2rem;text-align:center}.teacher-form{flex:1 1;overflow-y:auto;padding:2rem}.teachers-table-container{border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow-x:auto}.teachers-table{background:#fff;border-collapse:collapse;font-size:.95rem;width:100%}.teachers-table th{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff;font-size:1rem;font-weight:600;padding:1rem;text-align:left}.teachers-table td{border-bottom:1px solid #e9ecef;padding:1rem;vertical-align:middle}.teachers-table tbody tr:nth-child(2n){background-color:#f8f9fa}.teachers-table tbody tr:hover{background-color:#e8f5e8}.teacher-row{transition:background-color .2s ease}.manage-button{background:linear-gradient(135deg,#4ecdc4,#44a08d);border:none;border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.manage-button:hover{background:linear-gradient(135deg,#44a08d,#4ecdc4);box-shadow:0 4px 8px #0003;transform:translateY(-1px)}.classes-table-container{border-radius:8px;box-shadow:0 2px 8px #0000001a}.classes-table{font-size:.95rem}.classes-table th{background:linear-gradient(135deg,#667eea,#764ba2);font-size:1rem;padding:1rem;text-align:left}.classes-table td{border-bottom:1px solid #e9ecef;padding:1rem;vertical-align:middle}.classes-table tbody tr:nth-child(2n){background-color:#f8f9fa}.classes-table tbody tr:hover{background-color:#e3f2fd}.class-row{transition:background-color .2s ease}.class-form{flex:1 1;overflow-y:auto;padding:2rem}.class-form .form-group select,.student-form .form-group select{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.class-form .form-group select:focus,.student-form .form-group select:focus{border-color:#ff6b6b;box-shadow:0 0 0 2px #ff6b6b33;outline:none}.class-form .form-group select:hover,.student-form .form-group select:hover{border-color:#ff6b6b}.classes-section{margin-top:2rem}.no-classes{color:#666;font-size:1.1rem;padding:3rem;text-align:center}@media (max-width:768px){.admin-dashboard{margin:1rem;padding:1.5rem}.dashboard-title{font-size:1.5rem}.tab-navigation{align-items:center;flex-direction:column}.tab-button{margin:.25rem 0;max-width:200px;width:100%}.tab-header{align-items:flex-start;flex-direction:column;gap:1rem}.tab-actions{flex-direction:column;width:100%}.add-button,.delete-button{width:100%}.students-list,.teachers-list{grid-template-columns:1fr}.modal-content{margin:1rem;max-height:90vh;width:95%}.delete-modal-content,.student-form,.teacher-form,.teacher-manage-content{padding:1.5rem}.form-actions{flex-direction:column}.form-actions button{width:100%}.manage-student-form{align-items:stretch;flex-direction:column}.manage-student-form .form-actions{margin-top:1rem}.managed-students-list{grid-template-columns:1fr}.form-hint{color:#e74c3c;display:block;font-size:.875rem;font-weight:500;margin-top:.25rem}.warning-message{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:1px solid #fdcb6e;border-radius:8px;color:#856404;margin-bottom:1.5rem;padding:1rem}.warning-message p{font-size:.9rem;margin:.5rem 0}.warning-message p:first-child{margin-top:0}.warning-message p:last-child{margin-bottom:0}.managed-student-item{flex-direction:column;gap:1rem}.remove-student-button{width:100%}.students-grouped-container{gap:1.5rem}.student-search-section{align-items:flex-start;flex-direction:column;gap:.75rem}.student-search-input{min-width:auto;width:100%}.class-group{padding:1rem}.class-group-title-row{align-items:flex-start;flex-direction:column;gap:.75rem}.class-group-info{width:100%}.class-group-title{align-items:flex-start;flex-direction:column;font-size:1.1rem;gap:.25rem;margin-bottom:.25rem}.class-teacher{font-size:.85rem}.class-group-actions{justify-content:flex-start;width:100%}.delete-button-small,.edit-button-small{font-size:.75rem;padding:.35rem .7rem}.teacher-filter-section{align-items:flex-start;flex-direction:column;gap:.75rem}.teacher-filter-dropdown{min-width:auto;width:100%}.teachers-grouped-container{gap:1.5rem}.teacher-group{padding:1rem}.teacher-group-title-row{align-items:flex-start;flex-direction:column;gap:.75rem}.teacher-group-title{align-items:flex-start;flex-direction:column;font-size:1.1rem;gap:.25rem;margin-bottom:.25rem}.class-count{font-size:.8rem;padding:.2rem .6rem}}.classes-test-section{padding:1rem 0}.schedule-calendar{margin-top:1.5rem;overflow-x:auto}.schedule-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;width:100%}.schedule-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.schedule-table th{border:1px solid #fff3;font-size:1rem;font-weight:600;padding:1rem;text-align:center}.schedule-table th.time-header{background:#0003;min-width:120px}.schedule-table tbody tr{transition:background-color .2s ease}.schedule-table tbody tr:hover{background-color:#f8f9fa}.schedule-table td{border:1px solid #e0e0e0;min-height:60px;padding:1rem;text-align:center;vertical-align:middle}.schedule-table td.time-cell{background:#f5f5f5;border-right:2px solid #ddd;color:#555;font-weight:600}.schedule-table td.schedule-cell{background:#fff;cursor:pointer;min-width:120px;position:relative;transition:all .2s ease}.schedule-table td.schedule-cell:hover{background:#f0f0f0;box-shadow:inset 0 0 0 2px #667eea}.no-selection-message{color:#999;font-size:1.1rem;margin-top:2rem;padding:3rem;text-align:center}@media (max-width:768px){.schedule-table{font-size:.9rem}.schedule-table td,.schedule-table th{padding:.75rem .5rem}.schedule-table th.time-header{min-width:100px}.schedule-table td.schedule-cell{min-width:80px}}.reply-status-dot{border-radius:50%;display:inline-block;height:12px;margin:0 auto;width:12px}.students-table .reply-status-dot{margin:0}.reply-status-new{background-color:#dc3545}.reply-status-updated{background-color:#ff9800}.reply-status-read{background-color:#28a745}.reply-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-top:2rem;padding:1.5rem}.reply-section-header{align-items:center;display:flex;gap:8px;margin-bottom:1rem}.reply-section-header h4{color:#333;font-size:1.2rem;font-weight:600;margin:0}.reply-content-box{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem}.reply-meta{border-bottom:1px solid #e9ecef;color:#6c757d;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.reply-author{color:#495057;font-weight:600}.reply-date{color:#6c757d}.reply-text{color:#333;line-height:1.6;margin-bottom:1rem;white-space:pre-wrap}.no-reply-message{background:#fff;border:1px dashed #dee2e6;border-radius:8px;color:#6c757d;font-style:italic;padding:2rem;text-align:center}.mark-read-button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.mark-read-button:hover{background:#5568d3;transform:translateY(-1px)}.month-selection{margin-bottom:2rem;text-align:center}.month-selection h3{color:#333;font-size:1.3rem;font-weight:600;margin:0 0 1.5rem}.month-buttons{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr);max-width:100%}.month-button{align-items:center;background:#fff;border:2px solid #dee2e6;border-radius:10px;box-shadow:0 2px 8px #0000000d;color:#6c757d;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;justify-content:center;min-height:50px;padding:.75rem .5rem;position:relative;transition:all .3s ease}.month-button:hover{border-color:#667eea;box-shadow:0 4px 16px #667eea33;color:#667eea;transform:translateY(-2px)}.month-button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 16px #667eea4d;color:#fff}.month-button.has-report{background:linear-gradient(135deg,#4caf50,#45a049);border-color:#4caf50;color:#fff;position:relative}.month-button.has-report:after{content:"✓";font-size:.8rem;font-weight:700;position:absolute;right:6px;top:4px}.month-button.has-report:hover{background:linear-gradient(135deg,#45a049,#3d8b40);box-shadow:0 4px 16px #4caf504d;transform:translateY(-2px)}.month-button.active.has-report{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;color:var(--wonderland-white,#fff)}.month-button.has-reply{border-left:4px solid}.month-button.has-reply.reply-status-new{border-left-color:#dc3545}.month-button.has-reply.reply-status-updated{border-left-color:#ff9800}.month-button.has-reply.reply-status-read{border-left-color:#28a745}.month-button .month-name{display:block}.month-button .reply-status-dot{border:2px solid #fff;bottom:6px;box-shadow:0 2px 4px #0000004d;height:12px;margin:0;position:absolute;right:6px;width:12px;z-index:1}.month-button.active .reply-status-dot,.month-button.has-report .reply-status-dot{border-color:#fff}.teacher-dashboard{background:#fff;border-left:4px solid #667eea;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:800px;padding:2rem}.dashboard-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.teacher-code-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.teacher-code-section h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.managed-students-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.managed-students-section h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.managed-classes-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.managed-classes-section h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.class-filter-section{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:1rem;margin-bottom:2rem;padding:1rem}.filter-label{color:#333;font-size:1rem;font-weight:600;margin:0}.class-filter-dropdown{background-color:#fff;border:2px solid #e9ecef;border-radius:6px;color:#333;cursor:pointer;font-size:1rem;min-width:200px;padding:.5rem 1rem;transition:all .3s ease}.class-filter-dropdown:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33;outline:none}.class-filter-dropdown:hover{border-color:#667eea}.classes-grouped-container{display:flex;flex-direction:column;gap:2rem}.class-group{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem}.class-group-header{border-bottom:2px solid #dee2e6;margin-bottom:1.5rem;padding-bottom:1rem}.class-group-title-row{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.class-group-info{flex:1 1}.class-group-title{align-items:center;color:#333;display:flex;font-size:1.3rem;font-weight:700;gap:.5rem;margin:0 0 .5rem}.student-count{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 2px 4px #0000001a;color:#fff;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.classes-table-container{margin-top:1rem;overflow-x:auto}.classes-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;width:100%}.classes-table td,.classes-table th{border-bottom:1px solid #e9ecef;padding:1rem;text-align:left}.classes-table th{background:#667eea;color:#fff;font-size:.95rem;font-weight:600}.classes-table tr:hover{background:#f8f9ff}.classes-table td:last-child{text-align:center}.students-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.students-section h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.students-table-container{margin-top:1rem;overflow-x:auto}.students-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;width:100%}.students-table td,.students-table th{border-bottom:1px solid #e9ecef;padding:1rem;text-align:left}.students-table th{background:#28a745;color:#fff;font-size:.95rem;font-weight:600}.students-table tr:hover{background:#f8fff9}.students-table td:last-child{text-align:center}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.section-header h3{margin:0}.add-student-button{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:8px;box-shadow:0 2px 4px #28a74533;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.add-student-button:hover{box-shadow:0 4px 8px #28a7454d;transform:translateY(-2px)}.students-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:1rem}.student-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;position:relative;transition:all .3s ease}.student-card:hover{border-color:#667eea;box-shadow:0 8px 16px #00000026;transform:translateY(-4px)}.student-card-content{cursor:pointer}.student-card-content:hover{opacity:.9}.student-card-content h4{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.student-card-content .english-name{color:#667eea;font-size:1rem;font-weight:500;margin:0 0 .75rem}.student-card-content .class-info,.student-card-content .code-info{color:#666;font-size:.9rem;margin:.25rem 0}.student-card-content .added-date{color:#888;font-size:.85rem;font-style:italic;margin:.5rem 0 .75rem}.student-card-content .click-hint{background:#f8f9ff;border:1px dashed #667eea;border-radius:6px;color:#667eea;font-size:.9rem;font-weight:500;margin-top:.75rem;padding:.5rem;text-align:center}.student-card-actions{border-top:1px solid #eee;display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem}.delete-student-button,.edit-student-button{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.edit-student-button{background:#ffc107;color:#212529}.edit-student-button:hover{background:#e0a800;transform:translateY(-1px)}.delete-student-button{background:#dc3545;color:#fff}.delete-student-button:hover{background:#c82333;transform:translateY(-1px)}.section-actions{margin-top:1.5rem;text-align:center}.report-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s;white-space:nowrap}.report-button:hover{box-shadow:0 4px 8px #667eea4d;transform:translateY(-1px)}.close-button{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.close-button:hover{background:#5a6268;transform:translateY(-1px)}.loading,.no-classes,.no-students{color:#666;font-size:1rem;padding:2rem;text-align:center}.no-classes,.no-students{background:#fff;border:1px dashed #dee2e6;border-radius:8px}.student-code-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.student-code-section h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.code-input-container{display:flex;gap:.5rem;margin-bottom:1rem}.code-input{border:2px solid #e9ecef;border-radius:6px;flex:1 1;font-size:1rem;padding:.75rem;transition:border-color .2s}.code-input:focus{border-color:#667eea;outline:none}.code-submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s;white-space:nowrap}.code-submit-button:hover:not(:disabled){box-shadow:0 4px 8px #667eea4d;transform:translateY(-1px)}.code-submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.student-info-display,.teacher-info-display{background:#fff;border:1px solid #dee2e6;border-radius:6px;margin-top:1rem;padding:1rem}.student-info-display h4,.teacher-info-display h4{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 .75rem}.student-details p,.teacher-details p{color:#555;font-size:.95rem;margin:.5rem 0}.student-details strong,.teacher-details strong{color:#333;font-weight:600}.report-card-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.report-card-section h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.write-report-button{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:8px;box-shadow:0 2px 4px #28a74533;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.write-report-button:hover{box-shadow:0 4px 8px #28a7454d;transform:translateY(-2px)}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545}.error-message,.info-message{font-size:.9rem;margin-top:.5rem;padding:.75rem}.info-message{background:#d1ecf1;border:1px solid #bee5eb;border-radius:4px;color:#0c5460}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:90vh;max-width:600px;overflow:hidden;padding:0;width:90%}.modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h3{font-size:1.3rem;font-weight:600;margin:0}.modal-close-button{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;transition:background-color .2s;width:30px}.modal-close-button:hover{background-color:#fff3}.report-form{flex:1 1;overflow-y:auto;padding:2rem}.student-info-summary{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.student-info-summary h4{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 .75rem}.student-info-summary p{color:#555;font-size:.95rem;margin:.25rem 0}.student-info-summary strong{color:#333;font-weight:600}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.year-select{background:#fff;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;margin-bottom:1rem;padding:.75rem;transition:border-color .2s;width:100%}.year-select:focus{border-color:#667eea;outline:none}.month-select{background:#fff;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.month-select:focus{border-color:#667eea;outline:none}.content-textarea{border:2px solid #e9ecef;border-radius:6px;font-family:inherit;font-size:1rem;max-height:300px;min-height:120px;padding:.75rem;resize:vertical;transition:border-color .2s;width:100%}.content-textarea:focus{border-color:#667eea;outline:none}.form-actions{border-top:1px solid #eee;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.cancel-button{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.cancel-button:hover:not(:disabled){background:#5a6268}.submit-button{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.submit-button:hover:not(:disabled){box-shadow:0 4px 8px #28a7454d;transform:translateY(-1px)}.cancel-button:disabled,.submit-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.student-form{flex:1 1;overflow-y:auto;padding:2rem}.form-input{border:2px solid #e9ecef;border-radius:6px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-input:focus{border-color:#667eea;outline:none}@media (max-width:768px){.teacher-dashboard{margin:1rem;padding:1.5rem}.dashboard-title{font-size:1.5rem;line-height:1.4;overflow-wrap:break-word;word-break:keep-all}.managed-students-section,.teacher-code-section{margin-bottom:1.5rem;padding:1.2rem}.managed-students-section h3,.teacher-code-section h3{font-size:1.2rem;line-height:1.4;word-break:keep-all}.section-header{align-items:stretch;flex-direction:column;gap:1rem}.add-student-button{font-size:.95rem;padding:.9rem 1.2rem;width:100%}.code-input-container{flex-direction:column;gap:1rem}.code-input,.code-submit-button{width:100%}.students-grid{gap:.8rem;grid-template-columns:1fr}.student-card{padding:1.2rem}.student-card-content h4{font-size:1.1rem;word-break:keep-all}.student-card-content .english-name{font-size:.95rem;word-break:keep-all}.click-hint,.student-card-content .added-date,.student-card-content .class-info,.student-card-content .code-info{font-size:.85rem;word-break:keep-all}.click-hint{text-align:center}.student-card-actions{flex-direction:column;gap:.5rem}.delete-student-button,.edit-student-button{font-size:.9rem;padding:.7rem 1rem}.modal-content{margin:1rem;max-height:90vh;width:95%}.modal-header h3{font-size:1.3rem;line-height:1.4;word-break:keep-all}.report-form,.student-form{padding:1.5rem}.student-info-summary h4{font-size:1.1rem;word-break:keep-all}.student-info-summary p{font-size:.9rem;line-height:1.5;word-break:keep-all}.form-group label{font-size:1rem;word-break:keep-all}.form-actions{flex-direction:column;gap:.8rem}.form-actions button{font-size:.95rem;padding:.9rem 1.2rem;width:100%;word-break:keep-all}}@media (max-width:480px){.teacher-dashboard{margin:.5rem;padding:1rem}.dashboard-title{font-size:1.3rem;margin-bottom:1.5rem}.managed-students-section,.teacher-code-section{padding:1rem}.managed-students-section h3,.teacher-code-section h3{font-size:1.1rem}.section-header{gap:.8rem}.add-student-button{font-size:.9rem;padding:.8rem 1rem}.student-card{padding:1rem}.student-card-actions{gap:.4rem}.delete-student-button,.edit-student-button{font-size:.85rem;padding:.6rem .8rem}.modal-content{margin:.5rem;width:98%}.modal-header h3{font-size:1.2rem}.report-form{padding:1rem}.form-group label{font-size:.95rem}.form-actions button{font-size:.9rem;padding:.8rem 1rem}.classes-table td,.classes-table th,.students-table td,.students-table th{font-size:.85rem;padding:.6rem .4rem}.classes-table th,.report-button,.students-table th{font-size:.8rem}.report-button{padding:.3rem .6rem}.close-button{font-size:.85rem;padding:.6rem 1rem}}@media (max-width:768px){.classes-grid{gap:.8rem;grid-template-columns:1fr}.class-card{padding:1.2rem}.class-card-content h4{font-size:1.1rem;word-break:keep-all}.class-card-content .student-count{font-size:.95rem;word-break:keep-all}.class-card-content .class-info{font-size:.85rem;word-break:keep-all}.classes-table-container,.students-table-container{margin-top:.8rem}.classes-table td,.classes-table th,.students-table td,.students-table th{font-size:.9rem;padding:.8rem .6rem}.classes-table th,.report-button,.students-table th{font-size:.85rem}.report-button{padding:.4rem .8rem}.close-button{font-size:.9rem;padding:.7rem 1.2rem}}.main-test-page{background:#fff;color:#2b2b2b;font-family:Segoe UI,Malgun Gothic,Arial,sans-serif;min-height:100vh;padding:32px 40px 60px;text-align:left}.main-test-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.main-test-logo{align-items:center;display:flex;gap:14px}.main-test-logo-mark{background:linear-gradient(160deg,#f04b4b,#ffb23f,#33a7ff);border-radius:12px;height:48px;position:relative;width:48px}.main-test-logo-mark:after{background:#fff7e0;border-radius:10px;content:"";inset:8px;position:absolute}.main-test-logo-text{display:flex;flex-direction:column;line-height:1.1}.main-test-logo-title{font-size:18px;font-weight:700;letter-spacing:1px;text-transform:lowercase}.main-test-logo-sub{color:#f04b4b;font-size:14px;font-weight:600}.main-test-nav{align-items:center;display:flex;gap:14px}.main-test-link{background:#0000;border:none;color:#3a3a3a;cursor:pointer;font-size:14px;padding:6px 8px}.main-test-cta{background:linear-gradient(135deg,#7bc043,#a4d356);border:none;border-radius:18px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 14px}.main-test-hero{grid-gap:28px;align-items:stretch;display:grid;gap:28px;grid-template-columns:2fr 1fr}.main-test-hero-left{grid-gap:24px;align-items:center;display:grid;gap:24px;grid-template-columns:1.2fr 1fr}.main-test-hero-planet{background:radial-gradient(circle at 30% 30%,#fff7e6,#e9f5d0,#d8f0ff);border-radius:50%;box-shadow:inset 0 0 0 12px #f2f2f2;min-height:320px;overflow:hidden;position:relative;width:100%}.main-test-hero-sky{background:#fc6;border-radius:18px;height:90px;left:30px;opacity:.65;position:absolute;top:30px;width:90px}.main-test-hero-hill{background:linear-gradient(160deg,#7bc043,#d3e94f);border-radius:50%;bottom:-40px;height:180px;left:-10px;position:absolute;width:120%}.main-test-hero-characters{bottom:40px;display:flex;gap:14px;position:absolute;right:28px}.main-test-character{background:#ffe1c1;border-radius:18px;box-shadow:0 8px 12px #0000001a;height:140px;position:relative;width:70px}.main-test-character:after{background:#ffd6b3;border-radius:50%;content:"";height:46px;left:12px;position:absolute;top:-14px;width:46px}.main-test-character-girl{background:#ffd2da}.main-test-character-boy{background:#cbe6ff}.main-test-hero-copy h1{color:#4a4a4a;font-size:32px;margin-bottom:12px}.main-test-hero-copy p{color:#6e6e6e;font-size:14px;line-height:1.6;margin-bottom:16px}.main-test-hero-buttons{display:flex;gap:10px}.main-test-primary{background:#2f6eb3;border:none;border-radius:20px;color:#fff}.main-test-primary,.main-test-secondary{cursor:pointer;font-size:13px;padding:10px 16px}.main-test-secondary{background:#f3f3f3;border:1px solid #d7d7d7;border-radius:20px;color:#4a4a4a}.main-test-hero-right{background:#f7f7f7;border-radius:16px;display:flex;flex-direction:column;gap:12px;padding:18px 20px}.main-test-tabs{display:flex;gap:8px}.main-test-tab{background:#d7e7ff;border:none;border-radius:10px;color:#2f6eb3;cursor:pointer;font-size:12px;padding:6px 10px}.main-test-tab.active{background:#7bc043;color:#fff}.main-test-notice-list{color:#555;display:flex;flex-direction:column;font-size:13px;gap:8px;list-style:none;margin:0;padding:0}.main-test-more{align-self:flex-end;border:1px solid #cfcfcf;border-radius:12px;color:#777;font-size:12px;padding:2px 8px}.main-test-callout{background:#fff;border-radius:14px;box-shadow:0 6px 12px #00000014;padding:14px}.main-test-callout-title{color:#2f6eb3;font-weight:600;margin-bottom:4px}.main-test-callout-phone{color:#32a852;font-size:22px;font-weight:700;margin-bottom:4px}.main-test-callout-desc{color:#7a7a7a;font-size:12px}.main-test-features{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr);margin-top:32px}.main-test-feature-card{background:#f9f9f9;border-radius:16px;box-shadow:0 6px 10px #0000000d;padding:18px;text-align:center}.main-test-feature-icon{background:#ffe9c6;border-radius:16px;height:64px;margin:0 auto 12px;width:64px}.main-test-feature-icon.event{background:#ffe0ec}.main-test-feature-icon.campus{background:#e5f4ff}.main-test-feature-title{color:#2f6eb3;font-weight:700;margin-bottom:6px}.main-test-feature-card p{color:#6a6a6a;font-size:13px}.main-test-bottom{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr);margin-top:32px}.main-test-bottom-card{background:#f1f6ff;border-radius:18px;padding:18px}.main-test-bottom-card.data{background:#fff3f5}.main-test-bottom-card.connect{background:#eef8e6}.main-test-bottom-title{color:#7c4dff;font-weight:700;margin-bottom:6px}.main-test-bottom-card p{color:#6b6b6b;font-size:13px}@media (max-width:1024px){.main-test-hero,.main-test-hero-left{grid-template-columns:1fr}}@media (max-width:768px){.main-test-page{padding:20px}.main-test-header{align-items:flex-start;flex-direction:column;gap:12px}.main-test-nav{flex-wrap:wrap;justify-content:flex-start}.main-test-bottom,.main-test-features{grid-template-columns:1fr}}.App{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;text-align:center}.App.main-test{background:#fff;text-align:left}.loading-container{align-items:center;display:flex;height:100vh;justify-content:center}.loading-text{color:#666;font-size:18px}.app-container{margin:0 auto;max-width:1200px;padding:2rem}.app-title{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#e74c3c,#f39c12 50%,#3498db);-webkit-background-clip:text;background-clip:text;color:#2c3e50;display:flex;flex-wrap:wrap;font-size:3rem;font-weight:700;gap:1.5rem;justify-content:center;margin-bottom:2rem;position:relative;text-shadow:2px 2px 4px #0000001a}.app-title:after{background:linear-gradient(90deg,#e74c3c,#f39c12 50%,#3498db);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:120px}@media (max-width:768px){.app-container{padding:1rem}.app-title{flex-direction:column;font-size:2rem;gap:1rem;text-align:center}.app-title:after{width:80px}}.main-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:30px auto;max-width:600px;padding:20px}.main-content h2{color:#333;margin-bottom:15px}.main-content p{color:#666;line-height:1.6;margin-bottom:10px}
/*# sourceMappingURL=main.b75c6537.css.map*/