*{box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#111827;background-color:#f9fafb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#f9fafb}#root{width:100%;min-height:100vh;background-color:#f9fafb}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}button,input,textarea,select{font-family:inherit}.sidebar{position:fixed;left:0;top:0;height:100vh;width:280px;background-color:#fff;color:#111827;display:flex;flex-direction:column;z-index:1000;transform:translate(-100%);transition:transform .3s ease-in-out;box-shadow:2px 0 8px #0000001a}.sidebar.open{transform:translate(0)}.sidebar-content{display:flex;flex-direction:column;height:100%;padding:2rem 1.5rem}.sidebar-logo{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.logo-text{font-size:2rem;font-weight:600;margin:0;line-height:1.2;font-family:system-ui,-apple-system,sans-serif}.logo-text-white{color:#111827;text-transform:lowercase}.logo-text-green{color:#22c55e;text-transform:uppercase}.logo-subtitle{font-size:.875rem;color:#22c55e;margin:.5rem 0 0;font-weight:500;font-family:system-ui,-apple-system,sans-serif}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:.5rem}.sidebar-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;color:#374151;text-decoration:none;border-radius:.5rem;transition:all .2s ease-in-out;background:none;border:none;width:100%;text-align:left;font-size:1rem;cursor:pointer;font-family:inherit}.sidebar-item:hover{background-color:#f3f4f6}.sidebar-item.active{background-color:#f5f5f5;color:#111827;font-weight:600}.sidebar-icon{font-size:1.25rem;display:flex;align-items:center;justify-content:center;width:24px}.sidebar-text{flex:1}.sidebar-footer{padding-top:1rem;border-top:1px solid #e5e7eb}.logout-button{color:#ef4444}.logout-button:hover{background-color:#fef2f2;color:#dc2626}.sidebar-toggle{position:fixed;top:1rem;left:1rem;z-index:1001;background:#fff;border:1px solid #e5e7eb;width:48px;height:48px;border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a}.sidebar-toggle:hover{background:#f9fafb;box-shadow:0 2px 4px #0000001a}.hamburger{width:24px;height:2px;background:#374151;transition:all .3s ease-in-out;border-radius:2px}.hamburger.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.open:nth-child(2){opacity:0}.hamburger.open:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}@media(min-width:1024px){.sidebar{position:fixed;transform:translate(0)}.sidebar-toggle,.sidebar-overlay{display:none}}@media(max-width:1023px){.sidebar{box-shadow:2px 0 10px #00000026}}.layout{display:flex;min-height:100vh;background-color:#f9fafb}.layout-main{flex:1;margin-left:0;padding:2rem;width:100%;transition:margin-left .3s ease-in-out}@media(min-width:1024px){.layout-main{margin-left:280px;padding:2rem 3rem}}@media(max-width:1023px){.layout-main{padding:4rem 1.5rem 2rem}}.input-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.input-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.input-wrapper{position:relative;width:100%}.input-field{width:100%;padding:.75rem 1rem;font-size:1rem;border:1.5px solid #e5e7eb;border-radius:.5rem;background-color:#fff;color:#111827;transition:all .2s ease-in-out;box-sizing:border-box}.input-field::placeholder{color:#9ca3af}.input-field:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed;opacity:.6}.password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;padding:.25rem;transition:color .2s ease-in-out}.password-toggle:hover{color:#374151}.input-error{font-size:.75rem;color:#ef4444;margin-top:.25rem}.button{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem;box-sizing:border-box}.button:disabled{opacity:.6;cursor:not-allowed}.button--primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.button--primary:hover:not(:disabled){background:linear-gradient(135deg,#5568d3,#6a3f8f);transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.button--primary:active:not(:disabled){transform:translateY(0)}.button--secondary{background:#fff;color:#374151;border:1.5px solid #e5e7eb}.button--secondary:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.button-icon{display:flex;align-items:center;justify-content:center}.forgot-password-actions{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.reset-password-actions{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:transparent}.login-card{width:100%;max-width:450px;background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2.5rem;position:relative}.login-header{position:absolute;top:1.5rem;right:1.5rem}.login-content{margin-top:1rem}.login-logo{margin-bottom:2rem;text-align:center}.login-logo-text{font-size:2.5rem;font-weight:600;margin:0;line-height:1.2;font-family:system-ui,-apple-system,sans-serif}.login-logo-text-white{color:#111827;text-transform:lowercase}.login-logo-text-green{color:#22c55e;text-transform:uppercase}.login-logo-subtitle{font-size:.875rem;color:#22c55e;margin:.5rem 0 0;font-weight:500;font-family:system-ui,-apple-system,sans-serif}.login-title{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .5rem;text-align:center}.login-subtitle{font-size:.875rem;color:#6b7280;text-align:center;margin:0 0 2rem}.login-form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}.error-message{padding:.75rem 1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem;text-align:center}.login-footer{margin-top:1.5rem;text-align:center}.login-footer-text{font-size:.875rem;color:#6b7280;margin:0}.login-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .2s ease-in-out}.login-link:hover{color:#5568d3;text-decoration:underline}@media(max-width:640px){.login-card{padding:2rem 1.5rem}.login-title{font-size:1.5rem}.login-header{top:1rem;right:1rem}}.success-message{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#d1fae5;border:1px solid #10b981;border-radius:.5rem;color:#065f46;font-size:.875rem;margin-bottom:1rem}.success-message svg{flex-shrink:0;color:#10b981}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fee2e2;border:1px solid #ef4444;border-radius:.5rem;color:#991b1b;font-size:.875rem;margin-bottom:1rem}.error-message svg{flex-shrink:0;color:#ef4444}.schedule-action-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.schedule-action-modal{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;width:90%;max-height:90vh;overflow:hidden;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.schedule-action-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.schedule-action-modal-title{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.schedule-action-modal-close{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.375rem;transition:all .2s}.schedule-action-modal-close:hover{background:#f3f4f6;color:#111827}.schedule-action-modal-info{padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.schedule-action-info-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.schedule-action-info-item:not(:last-child){border-bottom:1px solid #e5e7eb}.schedule-action-info-label{font-size:.875rem;color:#6b7280;font-weight:500}.schedule-action-info-value{font-size:.875rem;color:#111827;font-weight:600}.schedule-action-modal-actions{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.schedule-action-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;width:100%}.schedule-action-btn--edit{background:#6366f1;color:#fff}.schedule-action-btn--edit:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 6px -1px #6366f14d}.schedule-action-btn--edit:active{transform:translateY(0)}.schedule-action-btn--delete{background:#ef4444;color:#fff}.schedule-action-btn--delete:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px -1px #ef44444d}.schedule-action-btn--delete:active{transform:translateY(0)}.schedule-action-btn svg{flex-shrink:0}.schedule-action-modal-students{padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#fff;max-height:300px;overflow-y:auto}.schedule-action-students-header{margin-bottom:1rem}.schedule-action-students-title{font-size:.875rem;font-weight:600;color:#374151}.schedule-action-students-list{display:flex;flex-direction:column;gap:.5rem}.schedule-action-student-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;color:#111827;transition:all .2s}.schedule-action-student-item:hover{background:#f3f4f6;border-color:#d1d5db}.schedule-action-student-item svg{color:#6366f1;flex-shrink:0}.schedule-action-students-empty{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem;font-style:italic;background:#f9fafb;border-radius:.5rem;border:1px dashed #d1d5db}.confirm-dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.confirm-dialog{background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:500px;display:flex;flex-direction:column;animation:dialogFadeIn .2s ease-out}@keyframes dialogFadeIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-dialog-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb}.confirm-dialog-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.confirm-dialog-body{padding:1.5rem;flex:1}.confirm-dialog-message{color:#374151;font-size:.9375rem;line-height:1.6}.confirm-dialog-message p{margin:0}.confirm-dialog-actions{padding:1rem 1.5rem 1.5rem;display:flex;gap:.75rem;justify-content:flex-end}.confirm-dialog-cancel,.confirm-dialog-confirm{min-width:100px}.confirm-dialog-confirm--danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.confirm-dialog-confirm--danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #ef444466}@media(max-width:640px){.confirm-dialog{max-width:100%}.confirm-dialog-header{padding:1.25rem 1.25rem .75rem}.confirm-dialog-body{padding:1.25rem}.confirm-dialog-actions{padding:.75rem 1.25rem 1.25rem;flex-direction:column-reverse}.confirm-dialog-cancel,.confirm-dialog-confirm{width:100%}}.page-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;min-height:400px;display:flex;align-items:center;justify-content:center}.page-content--table{padding:0;display:block;min-height:auto}.table-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:1rem}.table-header .add-button{width:auto;padding:.625rem 1.25rem;font-size:.875rem;white-space:nowrap}@media(max-width:768px){.table-header{flex-direction:column;align-items:stretch}.table-header .add-button{width:100%}}.account-card{width:100%;max-width:600px}.account-card h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 1.5rem}.account-field{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.account-field:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.account-field label{display:block;font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.5rem}.account-field p{font-size:1rem;color:#111827;margin:0}.account-role{text-transform:capitalize;color:#22c55e;font-weight:600}.table-cell-name{font-weight:500;color:#111827}.table-error-container,.table-loading-container{padding:3rem 1.5rem;display:flex;align-items:center;justify-content:center;min-height:200px}.table-error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1.5rem;color:#dc2626;font-size:.875rem;text-align:center;max-width:500px;display:flex;flex-direction:column;gap:1rem;align-items:center}.table-error-message p{margin:0}.table-error-message .error-icon{width:24px;height:24px;flex-shrink:0;color:#dc2626}.table-error-message .error-text{flex:1;margin:0}.table-error-message .error-actions{display:flex;gap:1rem;margin-top:.5rem;flex-wrap:wrap;justify-content:center}@media(max-width:768px){.table-error-message .error-actions{flex-direction:column;width:100%}.table-error-message .error-actions button{width:100%}}.retry-button{width:auto;padding:.625rem 1.5rem;font-size:.875rem;background:#dc2626}.retry-button:hover:not(:disabled){background:#b91c1c}.table-loading-container{flex-direction:column;gap:1rem}.error-message-form,.success-message{border-radius:.5rem;padding:1rem 1.5rem;font-size:.875rem;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem}.error-message-form{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.success-message{background-color:#d1fae5;border:1px solid #86efac;color:#065f46}.error-message-form svg,.success-message svg{width:20px;height:20px;flex-shrink:0;margin-top:.125rem}.error-message-form span,.success-message span{flex:1;line-height:1.5}.page-header{margin-bottom:2rem}.page-header-with-button{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.page-header-buttons{display:flex;gap:.75rem;align-items:center}.page-header-with-button .add-button,.page-header-with-button .add-unavailable-button{width:auto;padding:.625rem 1.25rem;font-size:.875rem;white-space:nowrap}@media(max-width:768px){.page-header-with-button{flex-direction:column;align-items:stretch}.page-header-with-button .add-button,.page-header-with-button .add-unavailable-button{width:100%}.page-header-buttons{flex-direction:column;width:100%}}.teacher-tabs-container{background:#fff;border-radius:1rem;padding:1rem 1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.teacher-tabs-loading{display:flex;justify-content:center;align-items:center;padding:1rem}.teacher-tabs{display:flex;gap:.75rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.teacher-tabs::-webkit-scrollbar{height:6px}.teacher-tabs::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.teacher-tabs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.teacher-tabs::-webkit-scrollbar-thumb:hover{background:#94a3b8}.teacher-tab{background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.teacher-tab:hover{border-color:#667eea;color:#667eea;background:#f9fafb}.teacher-tab-active{background:#667eea;border-color:#667eea;color:#fff}.teacher-tab-active:hover{background:#5568d3;border-color:#5568d3}.schedules-content{display:block;min-height:auto;padding:0;overflow-x:auto}.weekly-schedule-table{width:100%;overflow-x:auto}.schedule-table{width:100%;border-collapse:collapse;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.schedule-table thead{background:#f9fafb}.schedule-time-header{padding:1rem;text-align:left;font-size:.875rem;font-weight:600;color:#111827;border-right:1px solid #e5e7eb;min-width:100px;background:#f9fafb}.schedule-day-header{padding:1rem;text-align:center;font-size:.875rem;font-weight:600;color:#111827;border-right:1px solid #e5e7eb;min-width:150px;background:#f9fafb;position:relative}.schedule-day-header:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(0,0,0,.03) 10px,rgba(0,0,0,.03) 20px);pointer-events:none}.schedule-day-header:last-child{border-right:none}.schedule-time-cell{padding:.75rem 1rem;text-align:right;font-size:.875rem;font-weight:500;color:#6b7280;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background:#f9fafb;vertical-align:top;width:100px}.schedule-cell{padding:.5rem;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;vertical-align:top;min-height:60px;position:relative}.schedule-cell:last-child{border-right:none}.schedule-cell-empty{min-height:40px}.schedule-cell--unavailable{background:#e9d5ff;position:relative}.schedule-cell-unavailable-indicator{display:flex;align-items:center;justify-content:center;min-height:40px;padding:.5rem}.schedule-cell-unavailable-label{color:#7c3aed;font-size:.75rem;font-weight:500;text-align:center;opacity:.8}.schedule-cell-content{display:flex;flex-direction:column;gap:.5rem}.schedule-item{display:flex;flex-direction:column;gap:.25rem;position:relative}.schedule-item-clickable{cursor:pointer;transition:all .2s ease;border-radius:.375rem;padding:.5rem;margin:-.5rem}.schedule-item-clickable:hover{background:#f3f4f6;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.schedule-item--guitar:hover{background-color:#f9a82540!important;border-left-color:#f9a825!important}.schedule-item--bass:hover{background-color:#388e3c40!important;border-left-color:#388e3c!important}.schedule-item--drums:hover{background-color:#e64a1940!important;border-left-color:#e64a19!important}.schedule-item--violin:hover{background-color:#8e24aa40!important;border-left-color:#8e24aa!important}.schedule-item--vocal:hover{background-color:#f0629240!important;border-left-color:#f06292!important}.schedule-item--piano:hover{background-color:#1976d240!important;border-left-color:#1976d2!important}.schedule-item--ukulele:hover{background-color:#fbc02d40!important;border-left-color:#fbc02d!important}.schedule-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;gap:.5rem}.schedule-instrument-name{font-size:.8125rem;font-weight:700;white-space:nowrap;flex-shrink:0;padding:.25rem 0}.schedule-edit-btn{display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.375rem;padding:.25rem .5rem;cursor:pointer;color:#6b7280;transition:all .2s ease;width:24px;height:24px}.schedule-edit-btn:hover{background:#e5e7eb;border-color:#d1d5db;color:#374151;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.schedule-student{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.375rem;padding:.5rem .75rem;font-size:.8125rem;color:#1e40af;font-weight:500;cursor:default;-webkit-user-select:none;user-select:none}.table-loading-container{padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:1rem}.table-loading-message{color:#6b7280;font-size:1rem;text-align:center;margin:0}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.teacher-tabs-container{padding:.75rem 1rem;margin-bottom:1rem}.teacher-tab{padding:.625rem 1.25rem;font-size:.8125rem}.schedule-time-header,.schedule-time-cell{min-width:80px;padding:.5rem .75rem;font-size:.8125rem}.schedule-day-header{min-width:120px;padding:.75rem;font-size:.8125rem}.schedule-cell{padding:.375rem}.schedule-student{padding:.375rem .5rem;font-size:.75rem}}.delete-confirmation-content{display:flex;flex-direction:column;gap:1rem}.delete-confirmation-warning{color:#dc2626;font-weight:500;margin:0;padding:.75rem;background:#fef2f2;border-left:3px solid #ef4444;border-radius:.375rem}.delete-confirmation-details{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.delete-confirmation-detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.delete-confirmation-detail-item:last-child{border-bottom:none}.delete-confirmation-label{font-size:.875rem;color:#6b7280;font-weight:500}.delete-confirmation-value{font-size:.875rem;color:#111827;font-weight:600}.delete-confirmation-students{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.delete-confirmation-students-list{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.25rem}.delete-confirmation-student-name{font-size:.875rem;color:#111827;font-weight:500}.input-group select.input-field{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.weekdays-checkboxes{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.weekday-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.weekday-checkbox input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#6366f1}.weekday-checkbox span{font-size:.875rem;color:#374151}.weekday-checkbox:hover span{color:#6366f1}.hour-slot--unavailable{border-color:#c084fc;background:#e9d5ff;opacity:.9;cursor:not-allowed}.hour-slot--unavailable .hour-slot-time{color:#7c3aed;text-decoration:line-through}.hour-slot--unavailable .hour-slot-label{color:#8b5cf6;text-decoration:line-through}.hour-slot--unavailable .hour-slot-icon{color:#7c3aed}.hours-legend-unavailable{background:#f3e8ff;border-color:#c084fc}.students-placeholder{padding:1.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;text-align:center}.students-placeholder-text{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}.students-placeholder-warning{color:#f59e0b;font-weight:500}.schedule-form{display:flex;flex-direction:column;gap:1.5rem}.input-group select.input-field{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.selected-students{margin-top:.75rem}.selected-students-list{display:flex;flex-wrap:wrap;gap:.5rem}.selected-student-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;font-size:.875rem;color:#1e40af}.remove-student-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#1e40af;cursor:pointer;padding:0;width:16px;height:16px;transition:color .2s}.remove-student-btn:hover:not(:disabled){color:#dc2626}.remove-student-btn:disabled{opacity:.5;cursor:not-allowed}.hours-selector-placeholder{padding:2rem;text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-top:.5rem}.hours-placeholder-text{color:#6b7280;font-size:.875rem;margin:0}.hours-placeholder-error{color:#ef4444}.hours-selector-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.75rem;margin-top:.5rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem}.hour-slot{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.75rem .5rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:pointer;transition:all .2s ease;position:relative;min-height:70px}.hour-slot:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.hour-slot:disabled{cursor:not-allowed;opacity:.6}.hour-slot--available{border-color:#d1d5db;background:#fff}.hour-slot--available:hover:not(:disabled){border-color:#6366f1;background:#f0f4ff}.hour-slot--selected{border-color:#6366f1;background:#eef2ff;box-shadow:0 0 0 3px #6366f11a}.hour-slot--selected:hover:not(:disabled){border-color:#4f46e5;background:#e0e7ff}.hour-slot--occupied{border-color:#fecaca;background:#fef2f2;opacity:.7}.hour-slot-time{font-size:.875rem;font-weight:600;color:#111827}.hour-slot--occupied .hour-slot-time{color:#991b1b}.hour-slot--selected .hour-slot-time{color:#4338ca}.hour-slot-label{font-size:.75rem;color:#6b7280;font-weight:500}.hour-slot--occupied .hour-slot-label{color:#dc2626}.hour-slot--selected .hour-slot-label{color:#6366f1}.hour-slot-icon{position:absolute;top:.25rem;right:.25rem;color:currentColor}.hour-slot--occupied .hour-slot-icon{color:#dc2626}.hour-slot--selected .hour-slot-icon{color:#6366f1}.hours-selector-legend{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding:.75rem;background:#f9fafb;border-radius:.5rem;font-size:.875rem}.hours-legend-item{display:flex;align-items:center;gap:.5rem;color:#374151}.hours-legend-color{width:16px;height:16px;border-radius:.25rem;border:2px solid}.hours-legend-available{background:#fff;border-color:#d1d5db}.hours-legend-occupied{background:#fef2f2;border-color:#fecaca}.hours-legend-selected{background:#eef2ff;border-color:#6366f1}.table-container{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.table{width:100%;border-collapse:collapse}.table thead{background-color:#f9fafb}.table th{padding:1rem;text-align:center;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb}.table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .15s ease-in-out}.table tbody tr:hover{background-color:#f9fafb}.table tbody tr:last-child{border-bottom:none}.table td{padding:1rem;font-size:.875rem;color:#111827}.table-empty{text-align:center;padding:3rem 1rem;color:#6b7280}@media(max-width:768px){.table-container{overflow-x:auto}.table{min-width:800px}}.avatar{display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;flex-shrink:0}.avatar--small{width:32px;height:32px}.avatar--medium{width:40px;height:40px}.avatar--large{width:80px;height:80px}.avatar-image{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.75rem;font-weight:600}.avatar--small .avatar-placeholder{font-size:.625rem}.avatar--large .avatar-placeholder{font-size:1.5rem}.action-buttons{display:flex;align-items:center;gap:.5rem}.action-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease-in-out;background:none;padding:0}.action-button svg{width:16px;height:16px;stroke-width:2}.action-button--view{color:#6366f1}.action-button--view:hover{background-color:#eef2ff;color:#4f46e5}.action-button--edit{color:#6366f1}.action-button--edit:hover{background-color:#eef2ff;color:#4f46e5}.action-button--delete{color:#ef4444}.action-button--delete:hover{background-color:#fef2f2;color:#dc2626}.search-input-container{position:relative;display:flex;align-items:center;width:100%;max-width:400px}.search-icon{position:absolute;left:1rem;color:#6b7280;pointer-events:none;z-index:1}.search-input{width:100%;padding:.75rem 1rem .75rem 3rem;font-size:.875rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;color:#111827;transition:all .2s ease-in-out}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.search-input::placeholder{color:#9ca3af}.search-clear{position:absolute;right:.75rem;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;color:#6b7280;cursor:pointer;padding:0;transition:color .2s ease-in-out}.search-clear:hover{color:#374151}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:capitalize}.status-badge--active{background-color:#d1fae5;color:#065f46}.status-badge--inactive{background-color:#fee2e2;color:#991b1b}.specialization-badges-column{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:flex-start;align-content:flex-start;width:100%}.specialization-badge{display:inline-flex;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;background-color:#dbeafe;color:#1e40af;white-space:nowrap;flex-shrink:0;box-sizing:border-box}.no-specialization{color:#6b7280;font-style:italic;font-size:.875rem}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.teacher-credentials-modal{background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-title-container{display:flex;align-items:center;gap:.75rem}.modal-success-icon{color:#10b981;flex-shrink:0}.modal-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.modal-body{padding:1.5rem;flex:1;overflow-y:auto}.modal-intro{color:#374151;font-size:.875rem;line-height:1.5;margin:0 0 1.5rem}.modal-intro strong{color:#111827;font-weight:600}.credentials-section{margin-bottom:1.5rem}.credentials-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .75rem}.credentials-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-bottom:.75rem}.credential-item{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.credential-item:last-child{margin-bottom:0}.credential-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.credential-value{font-size:1rem;font-weight:600;color:#111827;font-family:Courier New,monospace}.credential-value-with-toggle{display:flex;align-items:center;gap:.5rem}.password-value{flex:1}.password-toggle-btn{background:none;border:none;cursor:pointer;padding:.25rem;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:color .2s}.password-toggle-btn:hover{color:#111827}.credential-note{font-size:.75rem;color:#6b7280;font-style:italic}.credentials-warning{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:.5rem;color:#92400e;font-size:.875rem;line-height:1.5}.credentials-warning svg{flex-shrink:0;color:#f59e0b;margin-top:.125rem}.credentials-warning strong{font-weight:600}.instructions-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.instructions-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .75rem}.instructions-list{margin:0 0 1rem;padding-left:1.5rem;color:#374151;font-size:.875rem;line-height:1.75}.instructions-list li{margin-bottom:.5rem}.instructions-list ul{margin:.5rem 0 0 1.25rem;padding-left:1rem;list-style-type:disc}.instructions-list ul li{margin-bottom:.25rem}.instructions-note{padding:.75rem;background:#eff6ff;border:1px solid #93c5fd;border-radius:.5rem;color:#1e40af;font-size:.875rem;line-height:1.5}.instructions-note strong{font-weight:600}.modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap}.copy-credentials-btn{display:flex;align-items:center;gap:.5rem}@media(max-width:640px){.teacher-credentials-modal{max-width:100%;margin:0}.modal-header,.modal-body,.modal-footer{padding:1rem}.modal-title{font-size:1.25rem}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}.input-group select.input-field{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.form-actions .button{width:auto;min-width:150px}.input-group select.input-field{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.input-group select.input-field:disabled{cursor:not-allowed;opacity:.6}.view-teacher-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.back-button{width:auto;padding:.625rem 1.25rem;font-size:.875rem}.account-header-specializations{display:flex;justify-content:flex-start;margin:.5rem 0;flex-wrap:wrap;gap:.5rem}.account-field-value.specialization-field{display:flex;justify-content:flex-start;flex-wrap:wrap}.specialization-badges{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.specialization-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;background-color:#dbeafe;color:#1e40af;white-space:nowrap}.no-specialization{color:#6b7280;font-style:italic}@media(max-width:1024px){.account-field-item{flex:1 1 calc(50% - .75rem)}}@media(max-width:768px){.view-teacher-header{flex-direction:column;align-items:flex-start;gap:1rem}.back-button{width:100%}.account-fields-grid{flex-direction:column;gap:1rem}.account-field-item{flex:1 1 100%;min-width:100%}.account-header-specializations,.specialization-badges{justify-content:center}.account-header-name-row{flex-direction:column;align-items:flex-start;gap:1rem}.account-edit-button{width:100%;justify-content:center}.account-section-header{flex-direction:column;align-items:flex-start;gap:1rem}}.form-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.form-section-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1.5rem}.form-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.add-instrument-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem}.instruments-list{display:flex;flex-direction:column;gap:1.5rem}.instrument-item{padding:1.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem}.instrument-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.instrument-item-title{font-size:1rem;font-weight:600;color:#111827;margin:0}.remove-instrument-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#ef4444;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .2s}.remove-instrument-btn:hover:not(:disabled){background:#fef2f2;color:#dc2626}.instrument-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.no-instruments-message{padding:1.5rem;text-align:center;color:#6b7280;font-size:.875rem;background:#f9fafb;border-radius:.5rem;border:1px dashed #d1d5db;margin:0}.input-field{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.9375rem;color:#111827;background:#fff;transition:all .2s}.input-field--error{border-color:#ef4444}.input-field--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}@media(max-width:768px){.instrument-fields{grid-template-columns:1fr}.form-section-header{flex-direction:column;align-items:stretch;gap:1rem}.add-instrument-btn{width:100%;justify-content:center}}.account-section-card{display:flex;flex-direction:column;width:100%}.account-header-name-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%}.account-header-name{flex:1;margin:0}.account-section-header{display:flex;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb;width:100%}.account-field-value{display:flex;align-items:center;font-size:1rem;color:#111827;font-weight:400;margin:0;word-break:break-word;min-height:1.5rem}.instruments-display-list{display:flex;flex-direction:column;gap:1rem;width:100%}.instrument-display-item{display:flex;flex-direction:column;padding:1.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;transition:all .2s;width:100%}.instrument-display-item:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.instrument-display-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:.75rem}.instrument-display-name{font-size:1.125rem;font-weight:600;color:#111827;margin:0;flex:1;min-width:150px}.instrument-display-level{display:flex;align-items:center;justify-content:center;padding:.375rem .75rem;background:#6366f1;color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:500;white-space:nowrap;flex-shrink:0}.instrument-display-details{display:flex;flex-wrap:wrap;gap:1rem;width:100%}.instrument-display-detail-item{display:flex;flex-direction:column;gap:.25rem;flex:1 1 calc(50% - .5rem);min-width:150px}.instrument-detail-label{display:flex;align-items:center;font-size:.875rem;color:#6b7280;font-weight:500}.instrument-detail-value{display:flex;align-items:center;font-size:.9375rem;color:#111827;font-weight:400;word-break:break-word}@media(max-width:1024px){.account-field-item{flex:1 1 calc(50% - .75rem)}.instrument-display-detail-item{flex:1 1 100%}}@media(max-width:768px){.my-account-content{gap:1rem}.account-fields-grid{flex-direction:column;gap:1rem}.account-field-item{flex:1 1 100%;min-width:100%}.instrument-display-header{flex-direction:column;align-items:flex-start;gap:.5rem}.instrument-display-name{width:100%}.instrument-display-level{align-self:flex-start}.instrument-display-details{flex-direction:column}.instrument-display-detail-item{flex:1 1 100%;min-width:100%}}@media(max-width:768px){.account-header-name-row{flex-direction:column;align-items:flex-start;gap:1rem}.account-edit-button{width:100%;justify-content:center}.account-section-header{flex-direction:column;align-items:flex-start;gap:1rem}}.page-container{max-width:1200px;margin:0 auto}.page-title{font-size:2rem;font-weight:700;color:#111827;margin:0 0 2rem;text-align:left}.my-account-content{display:flex;flex-direction:column;gap:1.5rem;width:100%}.account-header-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;display:flex;align-items:center;gap:1.5rem;width:100%}.account-header-card .avatar{flex-shrink:0}.account-header-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.account-header-name{font-size:1.75rem;font-weight:700;color:#111827;margin:0;line-height:1.2}.account-header-role{font-size:1rem;color:#6b7280;margin:0;font-weight:500}.account-header-location{font-size:.875rem;color:#9ca3af;margin:0}.account-section-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;display:flex;flex-direction:column;width:100%}.account-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb;width:100%}.account-section-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.account-edit-button{width:auto;padding:.625rem 1.25rem;background:#f97316;color:#fff;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease-in-out;flex-shrink:0}.account-edit-button:hover{background:#ea580c;transform:translateY(-1px);box-shadow:0 4px 12px #f9731666}.account-edit-button:active{transform:translateY(0)}.account-fields-grid{display:flex;flex-wrap:wrap;gap:1.5rem;width:100%}.account-field-item{display:flex;flex-direction:column;flex:1 1 calc(33.333% - 1rem);min-width:200px;gap:.5rem}.account-fields-grid--address .account-field-item{flex:1 1 calc(33.333% - 1rem)}.account-field-label{display:flex;align-items:center;font-size:.875rem;font-weight:500;color:#6b7280;margin:0}.account-field-value{display:flex;align-items:center;font-size:1rem;font-weight:400;color:#111827;margin:0;word-break:break-word;min-height:1.5rem}.account-role-value{color:#22c55e;font-weight:600;text-transform:capitalize}@media(max-width:1024px){.account-field-item,.account-fields-grid--address .account-field-item{flex:1 1 calc(50% - .75rem)}}@media(max-width:768px){.account-header-card{flex-direction:column;text-align:center}.account-fields-grid{flex-direction:column;gap:1rem}.account-field-item{flex:1 1 100%;min-width:100%}.account-fields-grid--address{flex-direction:column}.account-fields-grid--address .account-field-item{flex:1 1 100%;min-width:100%}.account-section-header{flex-direction:column;align-items:flex-start;gap:1rem}.account-edit-button{width:100%;justify-content:center}}@media(max-width:480px){.account-field-item{min-width:100%}}.unavailable-slots-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.unavailable-slots-description{color:#6b7280;font-size:.875rem;margin:0;line-height:1.5}.add-slot-btn{display:flex;align-items:center;gap:.5rem;align-self:flex-start}.no-slots-message{text-align:center;padding:3rem 2rem;color:#6b7280;background:#f9fafb;border-radius:.5rem;border:1px dashed #d1d5db}.no-slots-hint{margin-top:.5rem;font-size:.875rem;color:#9ca3af}.slots-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.slot-item{border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;background:#fff;box-shadow:0 1px 2px #0000000d}.slot-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.slot-item-title{font-size:1rem;font-weight:600;color:#111827;margin:0}.remove-slot-btn{background:transparent;border:none;color:#dc2626;cursor:pointer;padding:.5rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.remove-slot-btn:hover:not(:disabled){background:#fee2e2}.remove-slot-btn:disabled{opacity:.5;cursor:not-allowed}.slot-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-label{font-size:.875rem;font-weight:500;color:#374151}.required-asterisk{color:#dc2626}.input-field{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;color:#111827;background:#fff;transition:border-color .2s,box-shadow .2s;font-family:inherit}.input-field:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.input-field:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.error-message-form{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#991b1b;margin-bottom:1rem;font-size:.875rem}.success-message{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;color:#166534;margin-bottom:1rem;font-size:.875rem}.form-container{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;max-width:600px;margin:0 auto}.teacher-form{display:flex;flex-direction:column;gap:1.5rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.form-actions .button{width:auto;min-width:120px}.input-group select.input-field{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.input-group select.input-field:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.input-group select.input-field[multiple]{background-image:none;padding-right:1rem;padding:.75rem}.input-group select.input-field[multiple] option{padding:.5rem}.input-group select.input-field--error{border-color:#ef4444}.input-group select.input-field--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.input-error{display:block;color:#ef4444;font-size:.875rem;margin-top:.25rem}.input-hint{display:block;color:#6b7280;font-size:.875rem;margin-top:.25rem}.required-asterisk{color:#ef4444}.instrument-selector{display:flex;gap:.5rem;align-items:flex-start}.instrument-selector select{flex:1}.selected-instruments{margin-top:1rem}.selected-instruments-list{display:flex;flex-wrap:wrap;gap:.5rem}.selected-instrument-tag{display:flex;align-items:center;gap:.5rem;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem}.selected-instrument-tag span{color:#374151}.remove-instrument-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#6b7280;padding:.25rem;border-radius:.25rem;transition:all .2s}.remove-instrument-btn:hover:not(:disabled){background-color:#fee2e2;color:#ef4444}.remove-instrument-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.form-container{padding:1.5rem}.form-actions{flex-direction:column-reverse}.form-actions .button{width:100%}}.admin-info-box{background:#eff6ff;border:1px solid #93c5fd;border-radius:.5rem;padding:1.25rem;margin:0 auto 20px;max-width:600px;width:100%}.info-box-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.info-box-header svg{color:#2563eb;flex-shrink:0}.info-box-header h3{font-size:1rem;font-weight:600;color:#1e40af;margin:0}.admin-info-box p{color:#1e40af;font-size:.875rem;line-height:1.6;margin:.5rem 0}.admin-info-box p:first-of-type{margin-top:0}.admin-info-box strong{font-weight:600}.teacher-note-box{margin-top:1rem;padding:1rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:.5rem;display:flex;gap:.75rem;align-items:flex-start}.teacher-note-box svg{color:#f59e0b;flex-shrink:0;margin-top:.125rem}.teacher-note-box>div{flex:1}.teacher-note-box p{color:#92400e;margin:.5rem 0}.teacher-note-box ol{margin:.5rem 0;padding-left:1.5rem;color:#92400e}.teacher-note-box li{margin:.25rem 0}.go-to-teachers-btn{margin-top:.75rem}.role-note{display:flex;align-items:flex-start;gap:.5rem;margin-top:.5rem;padding:.75rem;background:#f3f4f6;border-radius:.375rem;font-size:.875rem;color:#6b7280}.role-note svg{flex-shrink:0;color:#6b7280;margin-top:.125rem}.password-hint{font-size:.875rem;color:#6b7280;margin:-1rem 0 0;font-style:italic}.admin-form{display:flex;flex-direction:column;gap:1.5rem}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
