@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&family=Nunito+Sans:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800;900&display=swap";.user-layout{display:flex;flex-direction:column;min-height:100vh}.user-layout__shell{display:flex;flex:1;min-height:0;overflow:hidden;height:100vh}.user-layout__content{flex:1;display:flex;flex-direction:column;max-height:100vh;overflow-y:auto;background:#f4f6fa}@media(max-width:768px){.user-layout__content{padding-top:60px}}.student-sidebar{width:273px;height:100vh;background:#1f3666;display:flex;flex-direction:column;padding:20px 16px;position:relative;overflow:hidden;box-sizing:border-box}.student-sidebar__mobile-toggle{display:none;position:fixed;top:16px;left:16px;z-index:1001;width:44px;height:44px;border:none;background:#f5a800;border-radius:8px;box-shadow:0 2px 8px #0000001a;align-items:center;justify-content:center;cursor:pointer}.student-sidebar__mobile-toggle svg{font-size:24px;color:#fff}.student-sidebar__close{display:none;position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:none;border-radius:6px;align-items:center;justify-content:center;cursor:pointer}.student-sidebar__close:hover{background-color:#fff3}.student-sidebar__close svg{font-size:24px;color:#fff}.student-sidebar__overlay{display:none;position:fixed;inset:0;background-color:#00000080;z-index:999}.student-sidebar__logo{display:flex;align-items:center;gap:10px;padding:0 8px;margin-bottom:32px}.student-sidebar__logo-img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #FFFFFF}.student-sidebar__logo-text{font-size:1.25rem;font-weight:700;color:#fff}.student-sidebar__logo-text em{color:#fff;font-style:normal}.student-sidebar__nav{display:flex;flex-direction:column;gap:4px;flex:1;min-height:0;overflow-y:auto}.student-sidebar__nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;color:#d7e0f4;font-size:.875rem;font-weight:500;transition:all .2s ease;text-decoration:none;position:relative}.student-sidebar__nav-item:hover{background-color:#fbbf2429;color:#fff}.student-sidebar__nav-item:hover .student-sidebar__nav-icon{color:#fcd34d}.student-sidebar__nav-item--active{background-color:#f4b400;color:#111827;border-radius:12px;margin-right:0;padding-right:16px}.student-sidebar__nav-item--active:hover{background-color:#f4b400}.student-sidebar__nav-item--active .student-sidebar__nav-icon,.student-sidebar__nav-item--active .student-sidebar__nav-label{color:#111827}.student-sidebar__nav-icon{display:flex;align-items:center;justify-content:center;color:#fff}.student-sidebar__nav-icon svg{font-size:20px}.student-sidebar__nav-label{font-size:.875rem}.student-sidebar__profile{display:flex;align-items:center;gap:12px;padding:16px 12px;cursor:pointer;border-radius:0;background-color:transparent;border-top:1px solid rgba(255,255,255,.12);box-shadow:none;transition:all .2s ease;margin-top:auto;margin-bottom:0}.student-sidebar__profile:hover{background-color:#ffffff0a}.student-sidebar__profile-avatar{min-width:40px;min-height:40px;width:40px;height:40px;border-radius:50%;background-color:#1a56a0;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden;flex-shrink:0}.student-sidebar__profile-avatar svg{font-size:24px}.student-sidebar__profile-img{width:100%;height:100%;object-fit:cover;border:1px solid #1A56A0;border-radius:50%}.student-sidebar__profile-info{display:flex;flex-direction:column;min-width:0;flex:1}.student-sidebar__profile-name{font-size:.875rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-sidebar__profile-role{font-size:.75rem;color:#fffc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}.student-sidebar__popover{border-radius:8px!important;box-shadow:0 4px 16px #0000001f!important;margin-top:-8px!important}.student-sidebar__popover-content{padding:8px;min-width:200px}.student-sidebar__popover-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:none;border-radius:6px;font-size:.875rem;color:#374151;cursor:pointer;transition:background-color .2s ease}.student-sidebar__popover-item:hover{background-color:#f3f4f6}.student-sidebar__popover-item svg{font-size:20px;color:#6b7280}.student-sidebar__popover-item--logout{color:#dc2626}.student-sidebar__popover-item--logout svg{color:#dc2626}.student-sidebar__popover-item--logout:hover{background:#fef2f2}@media(max-width:1024px){.student-sidebar{width:220px;padding:16px 12px}.student-sidebar__logo{margin-bottom:24px}}@media(max-width:768px){.student-sidebar{position:fixed;top:0;left:0;height:100vh;width:280px;z-index:1000;transform:translate(-100%);transition:transform .3s ease;padding:20px 16px}.student-sidebar--open{transform:translate(0)}.student-sidebar__mobile-toggle,.student-sidebar__close{display:flex}.student-sidebar__overlay{display:block}.student-sidebar__logo{margin-top:40px}.student-sidebar__nav-item--active{margin-right:-16px;border-radius:8px 0 0 8px}}.wayne-brand-logo{display:flex;align-items:center;gap:12px}.wayne-brand-logo__avatar{flex-shrink:0;border-radius:50%;object-fit:cover;border:3px solid #fbbf24}.wayne-brand-logo__copy{display:flex;flex-direction:column;align-items:center;min-width:0}.wayne-brand-logo__title{margin:0;font-family:Nunito,Nunito,sans-serif,sans-serif;font-weight:900;letter-spacing:.06em;line-height:1.1;text-transform:uppercase;white-space:nowrap}.wayne-brand-logo__tagline{margin:2px 0 0;display:flex;flex-direction:column;align-items:center;line-height:1.05}.wayne-brand-logo__your,.wayne-brand-logo__coach{font-family:cursive;font-weight:600;display:block;text-align:center}.wayne-brand-logo__your{font-size:1.05em}.wayne-brand-logo__coach{font-size:1.35em;margin-top:-2px}.wayne-brand-logo--auth{justify-content:center;margin:0 auto 28px;max-width:320px}.wayne-brand-logo--auth .wayne-brand-logo__avatar{width:56px;height:56px}.wayne-brand-logo--auth .wayne-brand-logo__title{font-size:22px;color:#1a56a0}.wayne-brand-logo--auth .wayne-brand-logo__your,.wayne-brand-logo--auth .wayne-brand-logo__coach{color:#1e3a5f}.wayne-brand-logo--sidebar-dark{padding:0 4px;margin-bottom:28px}.wayne-brand-logo--image-only{justify-content:center;width:100%}.wayne-brand-logo--image-only .wayne-brand-logo__mark{display:block;width:100%;max-width:220px;height:auto;margin:0 auto;object-fit:contain}.wayne-brand-logo--sidebar-dark.wayne-brand-logo--image-only .wayne-brand-logo__mark{max-height:72px}.wayne-brand-logo--auth.wayne-brand-logo--image-only{margin:0 auto 28px;max-width:320px}.wayne-brand-logo--auth.wayne-brand-logo--image-only .wayne-brand-logo__mark{max-width:100%;max-height:88px}.wayne-brand-logo--sidebar-light{padding:0 4px;margin-bottom:28px}.wayne-brand-logo--sidebar-light .wayne-brand-logo__avatar{width:44px;height:44px;border-color:#1a56a0}.wayne-brand-logo--sidebar-light .wayne-brand-logo__title{font-size:15px;color:#1a56a0}.wayne-brand-logo--sidebar-light .wayne-brand-logo__your,.wayne-brand-logo--sidebar-light .wayne-brand-logo__coach{color:#334155}.wayne-brand-logo--sidebar-light .wayne-brand-logo__your{font-size:.95em}.wayne-brand-logo--sidebar-light .wayne-brand-logo__coach{font-size:1.2em}.teacher-sidebar{width:273px;height:100vh;background:#1f3666;display:flex;flex-direction:column;padding:20px 16px;position:relative;overflow:hidden}.teacher-sidebar__mobile-toggle{display:none;position:fixed;top:16px;left:16px;z-index:1001;width:44px;height:44px;border:none;background:#f5a800;border-radius:8px;box-shadow:0 2px 8px #0000001a;align-items:center;justify-content:center;cursor:pointer}.teacher-sidebar__mobile-toggle svg{font-size:24px;color:#fff}.teacher-sidebar__close{display:none;position:absolute;top:16px;right:16px;width:44px;height:44px;border:none;background:none;border-radius:6px;align-items:center;justify-content:center;cursor:pointer}.teacher-sidebar__close:hover{background-color:#fff3}.teacher-sidebar__close svg{font-size:24px;color:#fff}.teacher-sidebar__overlay{display:none;position:fixed;inset:0;background-color:#00000080;z-index:999}.teacher-sidebar__logo-image{max-width:201px;width:100%;max-height:49px;margin-bottom:50px;display:none}.teacher-sidebar__logo{display:flex;align-items:center;gap:10px;padding:0 8px;margin-bottom:32px}.teacher-sidebar__logo-img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #FFFFFF}.teacher-sidebar__logo-text{font-size:1.25rem;font-weight:700;color:#fff}.teacher-sidebar__logo-wayne{color:#fbbf24}.teacher-sidebar__logo-ai{color:#fff}.teacher-sidebar__dashboard-toggle{display:flex;align-items:center;gap:10px;width:100%;margin-bottom:20px;padding:10px 12px;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:#ffffff14;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s ease}.teacher-sidebar__dashboard-toggle svg{font-size:20px;flex-shrink:0}.teacher-sidebar__dashboard-toggle span{text-align:left;line-height:1.3}.teacher-sidebar__dashboard-toggle:hover{background:#ffffff29}.teacher-sidebar__nav{display:flex;flex-direction:column;gap:4px;flex:1;min-height:0;overflow-y:auto}.teacher-sidebar__nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;color:#d7e0f4;font-size:.875rem;font-weight:500;transition:all .2s ease;text-decoration:none;position:relative}.teacher-sidebar__nav-item:hover{background-color:#fbbf2429;color:#fff}.teacher-sidebar__nav-item:hover .teacher-sidebar__nav-icon{color:#fcd34d}.teacher-sidebar__nav-item--active{background-color:#f4b400;color:#111827;border-radius:12px;margin-right:0;padding-right:16px}.teacher-sidebar__nav-item--active:hover{background-color:#f4b400}.teacher-sidebar__nav-item--active .teacher-sidebar__nav-icon,.teacher-sidebar__nav-item--active .teacher-sidebar__nav-label{color:#111827}.teacher-sidebar__nav-icon{display:flex;align-items:center;justify-content:center;color:#fff}.teacher-sidebar__nav-icon svg{font-size:20px}.teacher-sidebar__nav-label{font-size:.875rem}.teacher-sidebar__profile{display:flex;align-items:center;gap:12px;padding:16px 12px;cursor:pointer;border-radius:0;background-color:transparent;border-top:1px solid rgba(255,255,255,.12);box-shadow:none;transition:all .2s ease;margin-top:auto;margin-bottom:0}.teacher-sidebar__profile:hover{background-color:#ffffff0a}.teacher-sidebar__profile-avatar{min-width:40px;min-height:40px;width:40px;height:40px;border-radius:50%;background-color:#1a56a0;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}.teacher-sidebar__profile-avatar svg{font-size:24px}.teacher-sidebar__profile-img{width:100%;height:100%;object-fit:cover;border:1px solid #1A56A0;border-radius:50%}.teacher-sidebar__profile-info{display:flex;flex-direction:column}.teacher-sidebar__profile-name{font-size:.875rem;font-weight:600;color:#fff}.teacher-sidebar__profile-role{font-size:.75rem;color:#fffc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%;display:block}.teacher-sidebar__popover{border-radius:8px!important;box-shadow:0 4px 16px #0000001f!important;margin-top:-8px!important}.teacher-sidebar__popover-content{padding:8px;min-width:200px}.teacher-sidebar__popover-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:none;border-radius:6px;font-size:.875rem;color:#374151;transition:background-color .2s ease;cursor:pointer}.teacher-sidebar__popover-item:hover{background-color:#f3f4f6}.teacher-sidebar__popover-item svg{font-size:20px;color:#6b7280}.teacher-sidebar__popover-item--logout{color:#dc2626}.teacher-sidebar__popover-item--logout svg{color:#dc2626}.teacher-sidebar__popover-item--logout:hover{background-color:#fef2f2}@media(max-width:1024px){.teacher-sidebar{width:220px;padding:16px 12px}.teacher-sidebar__logo{margin-bottom:24px}}@media(max-width:768px){.teacher-sidebar{position:fixed;top:0;left:0;height:100vh;width:280px;z-index:1000;transform:translate(-100%);transition:transform .3s ease;padding:20px 16px}.teacher-sidebar--open{transform:translate(0)}.teacher-sidebar__mobile-toggle,.teacher-sidebar__close{display:flex}.teacher-sidebar__overlay{display:block}.teacher-sidebar__logo{margin-top:40px}.teacher-sidebar__nav-item--active{margin-right:-16px;border-radius:8px 0 0 8px}}.admin-layout{display:flex}.admin-layout__content{flex:1;display:flex;flex-direction:column;max-height:100vh;overflow-y:auto}.teacher-layout{height:100vh;display:flex;background-color:#f9fafb;overflow:hidden}.teacher-layout__content{flex:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;min-height:0;min-width:0}@media(max-width:768px){.teacher-layout__content{padding-top:60px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Nunito Sans,sans-serif;font-size:1rem;font-weight:400;color:#1a1a2e;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}button{font-family:Nunito Sans,sans-serif;cursor:pointer}input,textarea,select{font-family:Nunito Sans,sans-serif}.page-header{background:#fff;border-bottom:1px solid #E2E8F4;padding:20px 32px 18px;flex-shrink:0}.page-header h1{font-family:Nunito,sans-serif;font-size:24px;font-weight:900;color:#1a1a2e;margin:0 0 3px;line-height:1.2}.page-header p{font-size:13px;color:#6b7a99;margin:0;font-weight:400;line-height:1.4}@media(max-width:768px){.page-header{padding:16px 20px 14px}}@media(max-width:576px){.page-header{padding:12px 16px 10px}}.ql-editor .ql-font-arial{font-family:Arial,Helvetica,sans-serif!important}.ql-editor .ql-font-sans-serif{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.parent-sidebar{width:273px;min-width:273px;height:100vh;background:linear-gradient(180deg,#ffc107,#ffd54f,#ffc107);display:flex;flex-direction:column;padding:20px 16px;position:relative;overflow:hidden}.parent-sidebar__mobile-toggle{display:none;position:fixed;top:16px;left:16px;z-index:1001;width:44px;height:44px;border:none;background:#f5a800;border-radius:8px;box-shadow:0 2px 8px #0000001a;align-items:center;justify-content:center;cursor:pointer}.parent-sidebar__mobile-toggle svg{font-size:24px;color:#fff}.parent-sidebar__close{display:none;position:absolute;top:16px;right:16px;width:44px;height:44px;border:none;background:none;border-radius:6px;align-items:center;justify-content:center;cursor:pointer}.parent-sidebar__close:hover{background-color:#fff3}.parent-sidebar__close svg{font-size:24px;color:#fff}.parent-sidebar__overlay{display:none;position:fixed;inset:0;background-color:#00000080;z-index:999}.parent-sidebar__logo-image{max-width:201px;width:100%;max-height:49px;margin-bottom:32px}.parent-sidebar__children-section{position:relative;margin-bottom:8px}.parent-sidebar__children-label{display:block;font-size:11px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.8px;padding:0 8px;margin-bottom:8px;opacity:.85}.parent-sidebar__child-card{display:flex;align-items:center;gap:10px;padding:10px 32px 10px 12px;border-radius:15px;cursor:pointer;background-color:#fff;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s ease;margin-right:-30px;position:relative;z-index:2}.parent-sidebar__child-card:hover{box-shadow:0 4px 12px #0000001f}.parent-sidebar__child-avatar{min-width:34px;min-height:34px;width:34px;height:34px;border-radius:50%;background-color:#dbeafe;display:flex;align-items:center;justify-content:center;color:#2563eb;flex-shrink:0}.parent-sidebar__child-avatar svg{font-size:20px}.parent-sidebar__child-avatar--sm{min-width:30px;min-height:30px;width:30px;height:30px}.parent-sidebar__child-avatar--sm svg{font-size:18px}.parent-sidebar__child-info{display:flex;flex-direction:column;flex:1;min-width:0}.parent-sidebar__child-name{font-size:.875rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.parent-sidebar__child-grade{font-size:11px;color:#6b7280;white-space:nowrap}.parent-sidebar__child-arrow{color:#9ca3af;font-size:20px!important;flex-shrink:0;transition:transform .2s ease}.parent-sidebar__child-arrow--open{transform:rotate(180deg)}.parent-sidebar__children-dropdown{margin-top:4px;border-radius:12px;background-color:#fff;overflow:hidden;box-shadow:0 4px 12px #0000001a;position:relative;z-index:10;margin-right:-30px}.parent-sidebar__dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 16px 10px 12px;cursor:pointer;transition:background-color .15s ease}.parent-sidebar__dropdown-item:hover{background-color:#f9fafb}.parent-sidebar__dropdown-item+.parent-sidebar__dropdown-item{border-top:1px solid #F3F4F6}.parent-sidebar__nav{display:flex;flex-direction:column;gap:4px;flex:1;min-height:0;overflow-y:auto;margin-top:16px}.parent-sidebar__nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;color:#fff;font-size:.875rem;font-weight:500;transition:all .2s ease;text-decoration:none;position:relative}.parent-sidebar__nav-item:hover{background-color:#ffffff26}.parent-sidebar__nav-item--active{background-color:#fff;color:#f5a800;border-radius:15px;margin-right:-30px;padding-right:32px}.parent-sidebar__nav-item--active:hover{background-color:#fff}.parent-sidebar__nav-item--active .parent-sidebar__nav-icon{color:#f5a800}.parent-sidebar__nav-icon{display:flex;align-items:center;justify-content:center;color:#fff}.parent-sidebar__nav-icon svg{font-size:20px}.parent-sidebar__nav-label{font-size:.875rem}.parent-sidebar__profile{display:flex;align-items:center;gap:12px;padding:16px 12px;cursor:pointer;border-radius:16px;background-color:#fff;box-shadow:0 2px 8px #00000014;transition:all .2s ease;margin-top:auto;margin-bottom:20px}.parent-sidebar__profile:hover{box-shadow:0 4px 12px #0000001f}.parent-sidebar__profile-avatar{min-width:40px;min-height:40px;width:40px;height:40px;border-radius:50%;background-color:#1a56a0;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}.parent-sidebar__profile-avatar svg{font-size:24px}.parent-sidebar__profile-info{display:flex;flex-direction:column}.parent-sidebar__profile-name{font-size:.875rem;font-weight:600;color:#1f2937}.parent-sidebar__profile-role{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px;display:block}.parent-sidebar__popover{border-radius:8px!important;box-shadow:0 4px 16px #0000001f!important;margin-top:-8px!important}.parent-sidebar__popover-content{padding:8px;min-width:200px}.parent-sidebar__popover-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:none;border-radius:6px;font-size:.875rem;color:#374151;transition:background-color .2s ease;cursor:pointer}.parent-sidebar__popover-item:hover{background-color:#f3f4f6}.parent-sidebar__popover-item svg{font-size:20px;color:#6b7280}.parent-sidebar__popover-item--logout{color:#dc2626}.parent-sidebar__popover-item--logout svg{color:#dc2626}.parent-sidebar__popover-item--logout:hover{background-color:#fef2f2}@media(max-width:1024px){.parent-sidebar{width:220px;min-width:220px;padding:16px 12px}.parent-sidebar__logo-image{margin-bottom:24px}}@media(max-width:768px){.parent-sidebar{position:fixed;top:0;left:0;height:100vh;width:280px;min-width:280px;z-index:1000;transform:translate(-100%);transition:transform .3s ease;padding:20px 16px}.parent-sidebar--open{transform:translate(0)}.parent-sidebar__mobile-toggle,.parent-sidebar__close{display:flex}.parent-sidebar__overlay{display:block}.parent-sidebar__logo-image{margin-top:40px}.parent-sidebar__nav-item--active{margin-right:-16px;border-radius:8px 0 0 8px}.parent-sidebar__child-card,.parent-sidebar__children-dropdown{margin-right:-16px}}.parent-layout{display:flex}.parent-layout__content{flex:1;display:flex;flex-direction:column;max-height:100vh;overflow-y:auto}
