@keyframes fadeInUp-3d70f45c{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft-3d70f45c{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-3d70f45c{0%,to{opacity:1}50%{opacity:.7}}@keyframes spin-3d70f45c{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes slideIn-3d70f45c{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.layout[data-v-3d70f45c]{display:flex;min-height:100vh;background:var(--bg-primary);font-family:var(--font-sans)}.sidebar[data-v-3d70f45c]{width:250px;background:var(--glass-bg);border-right:1px solid var(--border-color);display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;z-index:100;transition:transform .35s cubic-bezier(.16,1,.3,1);animation:fadeInLeft-3d70f45c .5s ease}.sidebar-header[data-v-3d70f45c]{padding:1.25rem;border-bottom:1px solid var(--border-color);animation:fadeInUp-3d70f45c .4s ease}.brand[data-v-3d70f45c]{gap:.75rem}.brand[data-v-3d70f45c],.brand-icon[data-v-3d70f45c]{display:flex;align-items:center}.brand-icon[data-v-3d70f45c]{width:42px;height:42px;justify-content:center;color:var(--text-primary);transition:transform .3s ease}.brand-icon[data-v-3d70f45c]:hover{transform:scale(1.1) rotate(5deg)}.brand-text[data-v-3d70f45c]{display:flex;flex-direction:column;gap:.125rem}.brand-name[data-v-3d70f45c]{font-size:.95rem;font-weight:600;color:var(--text-primary)}.brand-sub[data-v-3d70f45c]{font-size:.7rem;color:var(--text-muted)}.sidebar-nav[data-v-3d70f45c]{flex:1;padding:1rem;overflow-y:auto}.nav-section[data-v-3d70f45c]{display:flex;flex-direction:column;gap:.5rem;animation:fadeInUp-3d70f45c .5s ease .1s backwards}.nav-label[data-v-3d70f45c]{font-size:.7rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding:0 .5rem}.nav-list[data-v-3d70f45c]{display:flex;flex-direction:column;gap:.25rem}.nav-item[data-v-3d70f45c]{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;color:var(--text-secondary);text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);position:relative;animation:slideIn-3d70f45c .4s ease backwards}.nav-item[data-v-3d70f45c]:first-child{animation-delay:.15s}.nav-item[data-v-3d70f45c]:nth-child(2){animation-delay:.2s}.nav-item[data-v-3d70f45c]:nth-child(3){animation-delay:.25s}.nav-item[data-v-3d70f45c]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:var(--teacher-primary,#7c3aed);border-radius:0 2px 2px 0;transition:height .25s cubic-bezier(.16,1,.3,1)}.nav-item[data-v-3d70f45c]:hover{background:rgba(var(--teacher-primary-rgb,124,58,237),.05);color:var(--text-primary);transform:translate(4px)}.nav-item[data-v-3d70f45c]:hover:before{height:20px}.nav-item.active[data-v-3d70f45c]{background:rgba(var(--teacher-primary-rgb,124,58,237),.1);color:var(--teacher-primary,#7c3aed)}.nav-item.active[data-v-3d70f45c]:before{height:28px}.nav-icon[data-v-3d70f45c]{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s cubic-bezier(.16,1,.3,1);color:var(--text-secondary)}.nav-item:hover .nav-icon[data-v-3d70f45c]{color:var(--text-primary);transform:scale(1.1)}.nav-item.active .nav-icon[data-v-3d70f45c]{color:inherit}.nav-content[data-v-3d70f45c]{flex:1;display:flex;flex-direction:column;gap:.125rem}.nav-title[data-v-3d70f45c]{font-size:.85rem;font-weight:500}.nav-desc[data-v-3d70f45c]{font-size:.7rem;color:var(--text-muted)}.nav-arrow[data-v-3d70f45c]{opacity:0;transform:translate(-4px);transition:all .25s cubic-bezier(.16,1,.3,1);color:var(--teacher-primary,#7c3aed)}.nav-item.active .nav-arrow[data-v-3d70f45c],.nav-item:hover .nav-arrow[data-v-3d70f45c]{opacity:1;transform:translate(0)}.sidebar-footer[data-v-3d70f45c]{padding:1rem;border-top:1px solid var(--border-color);animation:fadeInUp-3d70f45c .5s ease .3s backwards}.user-card[data-v-3d70f45c]{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-tertiary);border-radius:10px;transition:all .25s ease}.user-card[data-v-3d70f45c]:hover{background:var(--bg-elevated)}.user-avatar[data-v-3d70f45c]{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--text-primary);flex-shrink:0;transition:transform .3s ease}.user-card:hover .user-avatar[data-v-3d70f45c]{transform:scale(1.1)}.user-info[data-v-3d70f45c]{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}.user-name[data-v-3d70f45c]{font-size:.8rem;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role[data-v-3d70f45c]{font-size:.7rem;color:var(--teacher-primary,#7c3aed)}.admin-tag[data-v-3d70f45c]{margin-left:.3rem;padding:.1rem .35rem;border-radius:4px;background:#7c3aed1f;font-style:normal;font-weight:700}.logout-btn[data-v-3d70f45c]{width:32px;height:32px;border-radius:8px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);flex-shrink:0}.logout-btn[data-v-3d70f45c]:hover{background:#ef44441a;color:#ef4444;transform:scale(1.1)}.main[data-v-3d70f45c]{flex:1;margin-left:250px;display:flex;flex-direction:column;min-height:100vh;animation:fadeInUp-3d70f45c .5s ease .2s backwards}.topbar[data-v-3d70f45c]{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 1.5rem;background:var(--glass-bg);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:50;animation:fadeInUp-3d70f45c .4s ease}.menu-btn[data-v-3d70f45c],.topbar[data-v-3d70f45c]{align-items:center}.menu-btn[data-v-3d70f45c]{display:none;width:36px;height:36px;border-radius:8px;background:var(--bg-tertiary);border:1px solid var(--border-color);justify-content:center;color:var(--text-secondary);cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1)}.menu-btn[data-v-3d70f45c]:hover{border-color:var(--teacher-primary,#7c3aed);color:var(--teacher-primary,#7c3aed);transform:scale(1.05)}.topbar-left[data-v-3d70f45c]{gap:.75rem}.page-icon[data-v-3d70f45c],.topbar-left[data-v-3d70f45c]{display:flex;align-items:center}.page-icon[data-v-3d70f45c]{width:38px;height:38px;justify-content:center;color:var(--text-primary);transition:transform .3s ease}.page-icon[data-v-3d70f45c]:hover{transform:scale(1.1)}.page-info[data-v-3d70f45c]{display:flex;flex-direction:column;gap:.125rem}.page-title[data-v-3d70f45c]{font-size:.95rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.2}.page-desc[data-v-3d70f45c]{font-size:.7rem;color:var(--text-muted)}.topbar-right[data-v-3d70f45c]{display:flex;align-items:center;gap:1rem}.greeting[data-v-3d70f45c]{padding:.5rem .875rem;background:rgba(var(--teacher-primary-rgb,124,58,237),.1);border-radius:100px;font-size:.8rem;font-weight:500;color:var(--teacher-primary,#7c3aed)}.content[data-v-3d70f45c]{flex:1;padding:1.5rem}.overlay[data-v-3d70f45c]{display:none;position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90}.fade-enter-active[data-v-3d70f45c],.fade-leave-active[data-v-3d70f45c]{transition:opacity .3s ease}.fade-enter-from[data-v-3d70f45c],.fade-leave-to[data-v-3d70f45c]{opacity:0}@media(max-width:768px){.sidebar[data-v-3d70f45c]{transform:translate(-100%);width:270px}.sidebar.open[data-v-3d70f45c]{transform:translate(0)}.main[data-v-3d70f45c]{margin-left:0}.menu-btn[data-v-3d70f45c]{display:flex}.overlay[data-v-3d70f45c]{display:block}.topbar[data-v-3d70f45c]{padding:.75rem 1rem}.content[data-v-3d70f45c]{padding:1rem}.greeting[data-v-3d70f45c]{display:none}}.layout[data-v-3d70f45c]{--teacher-ink:#241a4f;--teacher-muted:#6d668b;--teacher-line:rgba(124,58,237,.16);--teacher-panel:hsla(0,0%,100%,.9);--teacher-panel-strong:#fff;--teacher-soft:#f3eeff;--teacher-primary:#7c3aed;--teacher-primary-rgb:124,58,237;--teacher-primary-strong:#4f46e5;--teacher-primary-soft:#a78bfa;--teacher-accent:#c084fc;--teacher-accent-rgb:192,132,252;--teacher-shadow:0 18px 46px rgba(76,29,149,.12);color:var(--teacher-ink);background:linear-gradient(90deg,rgba(var(--teacher-primary-rgb),.045) 1px,transparent 1px),linear-gradient(0deg,rgba(var(--teacher-primary-rgb),.04) 1px,transparent 1px),linear-gradient(135deg,#fbfaff 0,#f2f0ff 48%,#e9ecff);background-size:42px 42px,42px 42px,auto}.layout[data-v-3d70f45c] .theme-toggle{--toggle-accent:var(--teacher-primary)}.sidebar[data-v-3d70f45c]{width:268px;background:linear-gradient(180deg,#ffffff94,#ffffff6b),#ffffff75;border-right:1px solid rgba(var(--teacher-primary-rgb),.08);box-shadow:18px 0 45px #4c1d950f;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.sidebar-footer[data-v-3d70f45c],.sidebar-header[data-v-3d70f45c]{border-color:rgba(var(--teacher-primary-rgb),.1)}.brand-icon[data-v-3d70f45c],.user-avatar[data-v-3d70f45c]{color:var(--teacher-primary);background:rgba(var(--teacher-primary-rgb),.06);border:1px solid rgba(var(--teacher-primary-rgb),.1);border-radius:12px}.brand-name[data-v-3d70f45c],.user-name[data-v-3d70f45c]{color:var(--teacher-ink);font-weight:750}.brand-sub[data-v-3d70f45c],.nav-desc[data-v-3d70f45c],.nav-label[data-v-3d70f45c],.user-info .user-role[data-v-3d70f45c]{color:#241a4f94}.nav-list[data-v-3d70f45c]{gap:.35rem}.nav-item[data-v-3d70f45c]{border-radius:14px;color:#241a4fad}.nav-item[data-v-3d70f45c]:before{left:.5rem;width:4px;background:var(--teacher-accent);border-radius:999px}.nav-item[data-v-3d70f45c]:hover{background:rgba(var(--teacher-primary-rgb),.06);color:var(--teacher-ink);transform:translate(3px)}.nav-item.active[data-v-3d70f45c]{background:transparent;color:var(--teacher-ink);box-shadow:none}.nav-item.active[data-v-3d70f45c]:before{height:26px}.nav-icon[data-v-3d70f45c]{color:inherit;border-radius:12px}.nav-item.active .nav-icon[data-v-3d70f45c]{background:transparent}.nav-arrow[data-v-3d70f45c],.nav-item.active .nav-icon[data-v-3d70f45c]{color:var(--teacher-accent)}.user-card[data-v-3d70f45c]{background:#ffffff4d;border:1px solid rgba(var(--teacher-primary-rgb),.09);border-radius:16px}.user-card[data-v-3d70f45c]:hover{background:rgba(var(--teacher-primary-rgb),.06)}.logout-btn[data-v-3d70f45c]:hover{background:#ef444429}.main[data-v-3d70f45c]{margin-left:268px}.topbar[data-v-3d70f45c]{margin:1rem 1rem 0;padding:.9rem 1rem;background:#fffefad1;border:1px solid var(--teacher-line);border-radius:18px;box-shadow:var(--teacher-shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.menu-btn[data-v-3d70f45c],.page-icon[data-v-3d70f45c]{color:var(--teacher-primary);background:rgba(var(--teacher-primary-rgb),.09);border:1px solid rgba(var(--teacher-primary-rgb),.16);border-radius:12px}.menu-btn[data-v-3d70f45c]:hover{border-color:var(--teacher-primary);color:var(--teacher-primary-strong)}.page-title[data-v-3d70f45c]{color:var(--teacher-ink);font-weight:780}.page-desc[data-v-3d70f45c]{color:var(--teacher-muted)}.greeting[data-v-3d70f45c]{color:var(--teacher-primary-strong);background:rgba(var(--teacher-primary-rgb),.1);border:1px solid rgba(var(--teacher-primary-rgb),.14);border-radius:12px}.content[data-v-3d70f45c]{padding:1.25rem}[data-v-3d70f45c] .welcome-section{background:linear-gradient(135deg,#7c3aedf0,#4f46e5fa)!important;border-radius:18px!important;box-shadow:var(--teacher-shadow)!important}[data-v-3d70f45c] .chart-card,[data-v-3d70f45c] .chart-section,[data-v-3d70f45c] .filter-card,[data-v-3d70f45c] .main-section,[data-v-3d70f45c] .metric-grid>div,[data-v-3d70f45c] .panel,[data-v-3d70f45c] .payment-card,[data-v-3d70f45c] .quick-action-card,[data-v-3d70f45c] .recent-section,[data-v-3d70f45c] .stat-card,[data-v-3d70f45c] .student-card,[data-v-3d70f45c] .student-detail,[data-v-3d70f45c] .table-container{background:var(--teacher-panel)!important;border-color:var(--teacher-line)!important;box-shadow:var(--teacher-shadow)!important}[data-v-3d70f45c] .chart-card,[data-v-3d70f45c] .panel,[data-v-3d70f45c] .quick-action-card,[data-v-3d70f45c] .student-card{border:1px solid var(--teacher-line)!important;border-radius:16px!important}[data-v-3d70f45c] .card-header,[data-v-3d70f45c] .filter-header,[data-v-3d70f45c] .panel-header,[data-v-3d70f45c] .section-header,[data-v-3d70f45c] .table-header{border-color:var(--teacher-line)!important}[data-v-3d70f45c] .action-link svg:first-child,[data-v-3d70f45c] .card-header svg,[data-v-3d70f45c] .panel-header svg,[data-v-3d70f45c] .section-title svg{color:var(--teacher-primary)!important}[data-v-3d70f45c] .action-icon.blue,[data-v-3d70f45c] .action-link svg:first-child,[data-v-3d70f45c] .activity-icon.blue,[data-v-3d70f45c] .btn-review:hover,[data-v-3d70f45c] .page-btn:hover:not(:disabled),[data-v-3d70f45c] .school-row .rank,[data-v-3d70f45c] .stat-card.color-blue .stat-icon,[data-v-3d70f45c] .stat-card.color-purple .stat-icon{background:#7c3aed1f!important;color:var(--teacher-primary)!important;border-color:rgba(var(--teacher-primary-rgb),.22)!important}[data-v-3d70f45c] .btn-review,[data-v-3d70f45c] .flag-badge,[data-v-3d70f45c] .pay-amount,[data-v-3d70f45c] .role-status,[data-v-3d70f45c] .user-role,[data-v-3d70f45c] .view-all{color:var(--teacher-primary)!important}[data-v-3d70f45c] .action-btn.primary,[data-v-3d70f45c] .btn-primary,[data-v-3d70f45c] .btn-review,[data-v-3d70f45c] .btn-save,[data-v-3d70f45c] .btn-submit,[data-v-3d70f45c] .tab-btn.active{background:var(--teacher-primary)!important;border-color:var(--teacher-primary)!important;color:#fff!important}[data-v-3d70f45c] .action-btn.primary:hover,[data-v-3d70f45c] .btn-primary:hover,[data-v-3d70f45c] .btn-save:hover,[data-v-3d70f45c] .btn-submit:hover,[data-v-3d70f45c] .tab-btn.active:hover{background:var(--teacher-primary-strong)!important;border-color:var(--teacher-primary-strong)!important;transform:translateY(-1px)}[data-v-3d70f45c] .activity-row .dot.new,[data-v-3d70f45c] .bar-fill.blue,[data-v-3d70f45c] .dot.blue,[data-v-3d70f45c] .dot.new{background:var(--teacher-primary)!important}[data-v-3d70f45c] .activity-row .action.new,[data-v-3d70f45c] .status-badge.incomplete,[data-v-3d70f45c] .status-badge.pending,[data-v-3d70f45c] .type-badge{background:rgba(var(--teacher-primary-rgb),.1)!important;color:var(--teacher-primary)!important}[data-v-3d70f45c] .ops-page .eyebrow,[data-v-3d70f45c] .ops-page .form-card h2 svg,[data-v-3d70f45c] .ops-page .metric-grid>div,[data-v-3d70f45c] .ops-page .qr-box.empty div,[data-v-3d70f45c] .ops-page .school-row strong{color:var(--teacher-primary)!important}[data-v-3d70f45c] .ops-page .primary{background:var(--teacher-primary)!important;color:#fff!important}[data-v-3d70f45c] .ops-page .primary:hover:not(:disabled){background:var(--teacher-primary-strong)!important}[data-v-3d70f45c] .ops-page .qr-box{background:rgba(var(--teacher-primary-rgb),.08)!important;border-color:rgba(var(--teacher-primary-rgb),.28)!important}[data-v-3d70f45c] .ops-page .search:focus-within,[data-v-3d70f45c] .ops-page input:focus,[data-v-3d70f45c] .ops-page select:focus{border-color:var(--teacher-primary)!important;box-shadow:0 0 0 3px rgba(var(--teacher-primary-rgb),.12)!important;outline:none!important}[data-v-3d70f45c] .form-group input:focus,[data-v-3d70f45c] .form-group select:focus,[data-v-3d70f45c] .form-group textarea:focus,[data-v-3d70f45c] .search-input:focus{border-color:var(--teacher-primary)!important;box-shadow:0 0 0 3px rgba(var(--teacher-primary-rgb),.12)!important}@media(max-width:768px){.main[data-v-3d70f45c]{margin-left:0}.topbar[data-v-3d70f45c]{margin:.75rem .75rem 0}.content[data-v-3d70f45c]{padding:.9rem}}.teacher-toast{position:fixed;top:16px;right:16px;z-index:9999;display:grid;grid-template-columns:28px minmax(0,1fr) 24px;align-items:start;gap:10px;width:min(360px,calc(100vw - 32px));min-height:56px;padding:12px 14px;box-sizing:border-box;background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:10px;box-shadow:0 8px 32px #0000001f;overflow:hidden}.teacher-toast.success{border-left:3px solid #22c55e}.teacher-toast.error{border-left:3px solid #ef4444}.teacher-toast.warning{border-left:3px solid #f59e0b}.teacher-toast.info{border-left:3px solid var(--teacher-primary,#7c3aed)}.teacher-toast-icon{align-self:start;width:28px;height:28px;margin-top:2px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.teacher-toast.success .teacher-toast-icon{background:#22c55e1a;color:#22c55e}.teacher-toast.error .teacher-toast-icon{background:#ef44441a;color:#ef4444}.teacher-toast.warning .teacher-toast-icon{background:#f59e0b1a;color:#f59e0b}.teacher-toast.info .teacher-toast-icon{background:rgba(var(--teacher-primary-rgb,124,58,237),.1);color:var(--teacher-primary,#7c3aed)}.teacher-toast-content{min-width:0;padding-top:1px}.teacher-toast-content h4{font-size:.85rem;font-weight:600;color:var(--text-primary);margin:0 0 4px;line-height:1.25}.teacher-toast-content p{font-size:.8rem;color:var(--text-secondary);margin:0;line-height:1.45;overflow-wrap:anywhere}.teacher-toast-close{align-self:start;width:24px;height:24px;border-radius:6px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;transition:all .2s ease;flex-shrink:0}.teacher-toast-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.toast-enter-active,.toast-leave-active{transition:all .3s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translateY(-16px)}
