@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;scroll-behavior:smooth;font-size:16px}body{color:#2e2e2e;overscroll-behavior-y:contain;background-color:#fffceb;background-image:none;min-height:100vh;font-family:Fredoka,Space Grotesk,system-ui,sans-serif;font-size:14px;line-height:1.5}body::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar-track{background:#f5f3e9;border-radius:9999px}body::-webkit-scrollbar-thumb{background:#d3c4ad;border-radius:9999px}body::-webkit-scrollbar-thumb:hover{background:#b7a68e}h1,h2,h3,h4,h5,h6{color:#2e2e2e;letter-spacing:-.01em;font-weight:700;line-height:1.25}h1{font-family:Space Grotesk,Fredoka,system-ui,sans-serif;font-size:28px}h2{font-family:Space Grotesk,Fredoka,system-ui,sans-serif;font-size:22px}h3{font-size:18px}h4{font-size:16px}h5{font-size:15px}h6{font-size:14px}p{color:#4f4f4f;line-height:1.75}a{color:#ff5a00;text-decoration:none;transition:all .15s cubic-bezier(.25,.8,.25,1)}a:hover{color:#d94d00;text-decoration:underline}ul,ol{list-style:none}img,svg{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:Fredoka,Space Grotesk,system-ui,sans-serif}input,textarea,select{background:0 0;border:none;outline:none;font-family:Fredoka,Space Grotesk,system-ui,sans-serif}.app-layout{flex-direction:column;min-height:100vh;display:flex}.desktop-only{display:inline-block!important}@media (max-width:640px){.desktop-only{display:none!important}}.mobile-only{display:none!important}@media (max-width:640px){.mobile-only{justify-content:center;align-items:center;display:inline-flex!important}}.main-content{flex:1;width:100%;max-width:1600px;margin:24px auto;padding:0 24px}@media (max-width:640px){.main-content{margin:16px auto;padding:0 16px 96px}}.auth-content{background:#fffceb;flex-direction:column;width:100%;min-height:100vh;display:flex}.page-header{border-bottom:2px solid #eaddcb;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;padding-bottom:16px;display:flex;position:relative}@media (max-width:640px){.page-header{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:18px;padding-bottom:16px}}.page-header__titleWrap{padding-left:14px;position:relative}.page-header__titleWrap:before{content:"";background:#ffcd1f;border:1px solid #d4a800;border-radius:4px;width:4px;position:absolute;top:4px;bottom:4px;left:0;box-shadow:0 2px #0000000d}.page-header__title{color:#2e2e2e;letter-spacing:-.02em;font-family:Space Grotesk,Fredoka,system-ui,sans-serif;font-size:28px;font-weight:800}@media (max-width:640px){.page-header__title{font-size:22px}}.page-header__subtitle{color:#4f4f4f;margin-top:4px;font-size:13px}.btn-add{color:#2e2e2e;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#ffcd1f;border:1px solid #0000000d;border-bottom:3px solid #d4a800;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-family:Fredoka,Space Grotesk,system-ui,sans-serif;font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:filter .15s,transform .1s,border-bottom-width .1s;display:inline-flex;box-shadow:0 3px #0000000a}.btn-add svg{flex-shrink:0;width:16px;height:16px}.btn-add:hover:not(:disabled){filter:brightness(1.05)}.btn-add:active:not(:disabled){border-bottom-width:1px;transform:translateY(2px)}.btn-add:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}@media (max-width:640px){.btn-add{justify-content:center;width:100%;height:46px;padding:12px 20px}}.filter-bar{background:#fff;border:2px solid #eaddcb;border-radius:14px;flex-wrap:wrap;align-items:center;gap:12px;margin:12px 0 24px;padding:12px 16px;display:flex;box-shadow:0 3px #0000000a}@media (max-width:640px){.filter-bar{flex-direction:column;align-items:stretch;gap:10px;margin:8px 0 16px;padding:12px}}.filter-bar__search{background:#fffdf5;border:1px solid #eaddcb;border-radius:10px;flex:1;align-items:center;gap:10px;min-width:240px;padding:10px 14px;transition:all .15s cubic-bezier(.25,.8,.25,1);display:flex;position:relative}.filter-bar__search:focus-within{background:#fff;border-color:#ff5a00}.filter-bar__search svg{color:#4f4f4f;flex-shrink:0;width:16px;height:16px}.filter-bar__search input{color:#2e2e2e;background:0 0;border:none;outline:none;flex:1;font-family:Fredoka,Space Grotesk,system-ui,sans-serif;font-size:14px}.filter-bar__search input::placeholder{color:#7f7f7f}@media (max-width:640px){.filter-bar__search input{font-size:16px}}.filter-bar__select{flex-shrink:0;position:relative}@media (max-width:640px){.filter-bar__select{width:100%}}.filter-bar__select:after{content:"";pointer-events:none;border-top:5px solid #4f4f4f;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;transition:all .15s cubic-bezier(.25,.8,.25,1);position:absolute;top:50%;right:14px;transform:translateY(-50%)}.filter-bar__select select{appearance:none;color:#4f4f4f;cursor:pointer;background:#fffdf5;border:1px solid #eaddcb;border-radius:10px;height:42px;padding:10px 36px 10px 14px;font-family:Fredoka,Space Grotesk,system-ui,sans-serif;font-size:13px;font-weight:700;transition:all .15s cubic-bezier(.25,.8,.25,1)}.filter-bar__select select:focus{background:#fff;border-color:#ff5a00;outline:none}.filter-bar__select select:hover{border-color:#b7a68e}@media (max-width:640px){.filter-bar__select select{width:100%;height:44px;font-size:16px}}.loading-state{color:#4f4f4f;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;font-size:13px;font-weight:700;display:flex}.loading-state:before{content:"";border:3px solid #eaddcb;border-top-color:#ff5a00;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite globalSpin}@keyframes globalSpin{to{transform:rotate(360deg)}}.empty-state{text-align:center;background:#fff;border:2px dashed #eaddcb;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:16px;margin:20px 0;padding:48px 24px;display:flex}.empty-state__icon{color:#ff5a00;opacity:.8;width:56px;height:56px;margin-bottom:8px}.empty-state__title{color:#2e2e2e;font-size:16px;font-weight:700}.empty-state__desc{color:#4f4f4f;max-width:320px;margin-bottom:8px;font-size:13px;line-height:1.75}.text-primary{color:#ff5a00}.text-danger{color:#ff4136}.text-muted{color:#7f7f7f}.text-secondary{color:#4f4f4f}.font-mono{font-family:JetBrains Mono,monospace}.font-semibold{font-weight:600}.font-bold{font-weight:700}.layout-two-columns{align-items:flex-start;gap:24px;max-width:1600px;margin:24px auto;padding:0 24px;display:flex}@media (max-width:1024px){.layout-two-columns{flex-direction:column-reverse;align-items:stretch;gap:24px;margin:16px auto;padding:0 16px}}.layout-main{flex:1;min-width:0}.topics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;width:100%;display:grid}@media (max-width:640px){.topics-grid{grid-template-columns:1fr}}
@keyframes _header-module-scss-module__K27viG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes _header-module-scss-module__K27viG__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes _header-module-scss-module__K27viG__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._header-module-scss-module__K27viG__header{z-index:50;background:#ff5a00;border-bottom:none;width:100%;position:sticky;top:0;box-shadow:0 4px 10px #0000000d}._header-module-scss-module__K27viG__header__top{background:#0000000d;border-bottom:1px solid #ffffff26}._header-module-scss-module__K27viG__header__topInner{justify-content:space-between;align-items:center;gap:16px;max-width:1600px;height:54px;margin:0 auto;padding:10px 24px;display:flex}@media (max-width:640px){._header-module-scss-module__K27viG__header__topInner{height:48px;padding:10px 16px}}._header-module-scss-module__K27viG__header__logo{align-items:center;gap:10px;text-decoration:none;transition:transform .15s;display:flex}._header-module-scss-module__K27viG__header__logo:hover{transform:scale(1.02)}._header-module-scss-module__K27viG__header__logo-icon{color:#ff5a00;background:#fff;border:2px solid #eaddcb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 2px #00000026}._header-module-scss-module__K27viG__header__logo-icon svg{width:18px;height:18px}._header-module-scss-module__K27viG__header__logo-text{letter-spacing:-.01em;text-transform:uppercase;align-items:center;gap:6px;font-family:Fredoka,Space Grotesk,system-ui,sans-serif;font-size:22px;font-weight:800;display:inline-flex;color:#fff!important}@media (max-width:640px){._header-module-scss-module__K27viG__header__logo-text{font-size:16px}}._header-module-scss-module__K27viG__header__logo-text span{color:#ffcd1f}._header-module-scss-module__K27viG__header__logo .kidsTag{color:#2e2e2e;text-transform:uppercase;background:#ffcd1f;border-radius:4px;margin-left:2px;padding:2px 6px;font-family:Fredoka,Space Grotesk,system-ui,sans-serif;font-size:10px;font-weight:800;box-shadow:0 1.5px #0000001a}@media (max-width:640px){._header-module-scss-module__K27viG__header__logo .kidsTag{padding:1px 4px;font-size:8px}}._header-module-scss-module__K27viG__header__topActions{align-items:center;gap:14px;display:flex}@media (max-width:640px){._header-module-scss-module__K27viG__header__topActions{gap:8px}}._header-module-scss-module__K27viG__header__adminTag{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#b24bf3;border-bottom:2px solid #8d23cf;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:800;text-decoration:none;transition:all .15s cubic-bezier(.25,.8,.25,1)}._header-module-scss-module__K27viG__header__adminTag:hover{filter:brightness(1.08)}@media (max-width:640px){._header-module-scss-module__K27viG__header__adminTag{padding:3px 6px;font-size:10px}}._header-module-scss-module__K27viG__header__guestActions{align-items:center;gap:14px;display:flex}._header-module-scss-module__K27viG__header__loginBtn{color:#fff;font-size:13px;font-weight:700;text-decoration:none}._header-module-scss-module__K27viG__header__loginBtn:hover{text-decoration:underline}._header-module-scss-module__K27viG__header__registerBtn{color:#2e2e2e;background:#ffcd1f;border-bottom:2.5px solid #d4a800;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:all .15s cubic-bezier(.25,.8,.25,1)}._header-module-scss-module__K27viG__header__registerBtn:hover{filter:brightness(1.05)}._header-module-scss-module__K27viG__header__userPill{color:#fff;align-items:center;gap:8px;display:flex}._header-module-scss-module__K27viG__header__userPill-avatar{color:#2e2e2e;background:#ffcd1f;border:1px solid #d4a800;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:800;display:flex}._header-module-scss-module__K27viG__header__userPill-email{text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:11px;font-weight:700;overflow:hidden}@media (max-width:1024px){._header-module-scss-module__K27viG__header__userPill-email{display:none}}._header-module-scss-module__K27viG__header__logout{color:#fff;cursor:pointer;text-transform:uppercase;background:#ffffff1f;border:1px solid #fff3;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:800;transition:all .15s cubic-bezier(.25,.8,.25,1)}._header-module-scss-module__K27viG__header__logout:hover{background:#ff4136;border-color:#c0271e}@media (max-width:640px){._header-module-scss-module__K27viG__header__logout{padding:3px 6px;font-size:10px}}._header-module-scss-module__K27viG__header__translateBtn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s cubic-bezier(.25,.8,.25,1);display:flex}._header-module-scss-module__K27viG__header__translateBtn svg{width:15px;height:15px}._header-module-scss-module__K27viG__header__translateBtn:hover{color:#2e2e2e;background:#ffcd1f;border-color:#d4a800;transform:scale(1.05)}._header-module-scss-module__K27viG__header__translateBtn:active{transform:scale(.95)}._header-module-scss-module__K27viG__header__navRow{background:0 0;padding:8px 24px 0}@media (max-width:640px){._header-module-scss-module__K27viG__header__navRow{display:none}}._header-module-scss-module__K27viG__header__navInner{align-items:flex-end;max-width:1600px;margin:0 auto;display:flex}._header-module-scss-module__K27viG__header__nav{align-items:flex-end;gap:6px;width:100%;display:flex}._header-module-scss-module__K27viG__header__nav-link{z-index:1;border:2px solid #0000001f;border-bottom:none;border-radius:12px 12px 0 0;align-items:center;gap:8px;padding:10px 18px;font-family:Fredoka,Space Grotesk,system-ui,sans-serif;font-size:13px;font-weight:800;text-decoration:none;transition:transform .15s,filter .15s;display:inline-flex;position:relative;bottom:-2px;color:#fff!important}@media (max-width:640px){._header-module-scss-module__K27viG__header__nav-link{border-radius:8px 8px 0 0;padding:8px 12px;font-size:12px}}._header-module-scss-module__K27viG__header__nav-link svg{width:16px;height:16px;color:inherit}._header-module-scss-module__K27viG__header__nav-link:first-child{background:#ff4136}._header-module-scss-module__K27viG__header__nav-link:nth-child(2){background:#b24bf3}._header-module-scss-module__K27viG__header__nav-link:nth-child(3){background:#0074d9}._header-module-scss-module__K27viG__header__nav-link:nth-child(4){background:#2ecc40}._header-module-scss-module__K27viG__header__nav-link:nth-child(5){background:#d4a800}._header-module-scss-module__K27viG__header__nav-link:hover{filter:brightness(1.06);text-decoration:none;transform:translateY(-2px);color:#fff!important}._header-module-scss-module__K27viG__header__nav-link--active{z-index:3;box-shadow:none;color:#2e2e2e!important;background:#ffcd1f!important;border:2px solid #d4a800!important;border-bottom:3px solid #ffcd1f!important;transform:none!important}._header-module-scss-module__K27viG__header__nav-link--active:hover{filter:brightness(1.02);color:#2e2e2e!important;background:#ffcd1f!important;transform:none!important}._header-module-scss-module__K27viG__header__nav-link--active svg{color:#2e2e2e!important}._header-module-scss-module__K27viG__header__nav-icon{justify-content:center;align-items:center;display:flex}._header-module-scss-module__K27viG__header__subBar{z-index:2;background:#ffcd1f;border-bottom:4px solid #d4a800;align-items:center;height:42px;display:flex;position:relative;box-shadow:0 2px 4px #0000000d}._header-module-scss-module__K27viG__header__subBarInner{justify-content:space-between;align-items:center;width:100%;max-width:1600px;margin:0 auto;padding:0 24px;display:flex}@media (max-width:640px){._header-module-scss-module__K27viG__header__subBarInner{padding:0 16px}}._header-module-scss-module__K27viG__header__breadcrumbs{color:#4f4f4f;text-transform:capitalize;align-items:center;gap:4px;font-size:12px;font-weight:800;display:flex}._header-module-scss-module__K27viG__header__parentsTab{color:#fff;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:#b24bf3;border-bottom:3.5px solid #8d23cf;border-radius:8px;align-items:center;padding:4px 14px 3px;font-size:11px;font-weight:800;transition:all .15s cubic-bezier(.25,.8,.25,1);display:inline-flex;box-shadow:0 1px 2px #0000000d}._header-module-scss-module__K27viG__header__parentsTab:hover{filter:brightness(1.05)}._header-module-scss-module__K27viG__header__parentsTab:active{border-bottom-width:1px;transform:translateY(1.5px)}@media (max-width:640px){._header-module-scss-module__K27viG__header__parentsTab{padding:3px 10px;font-size:10px}}._header-module-scss-module__K27viG__bottomNav{display:none}@media (max-width:640px){._header-module-scss-module__K27viG__bottomNav{z-index:50;background:#fff;border:2px solid #eaddcb;border-bottom:4px solid #d3c4ad;border-radius:16px;justify-content:space-around;align-items:center;height:64px;padding:0 6px;display:flex;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 4px 12px #0000000d}}._header-module-scss-module__K27viG__bottomNav__link{color:#4f4f4f;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;height:100%;padding:4px 2px;text-decoration:none;transition:all .15s cubic-bezier(.25,.8,.25,1);display:flex;position:relative}._header-module-scss-module__K27viG__bottomNav__link:hover{text-decoration:none}._header-module-scss-module__K27viG__bottomNav__link--active{color:#ff5a00}._header-module-scss-module__K27viG__bottomNav__link--active ._header-module-scss-module__K27viG__bottomNav__icon{color:#ff5a00;background:#ff5a000f;transform:translateY(-2px)}._header-module-scss-module__K27viG__bottomNav__link--active ._header-module-scss-module__K27viG__bottomNav__label{color:#ff5a00;font-weight:700}._header-module-scss-module__K27viG__bottomNav__icon{width:32px;height:32px;color:inherit;border-radius:8px;justify-content:center;align-items:center;transition:all .25s cubic-bezier(.25,.8,.25,1);display:flex}._header-module-scss-module__K27viG__bottomNav__icon svg{width:18px;height:18px}._header-module-scss-module__K27viG__bottomNav__label{color:#4f4f4f;letter-spacing:.01em;font-size:9px;font-weight:700;transition:all .15s cubic-bezier(.25,.8,.25,1)}._header-module-scss-module__K27viG__bottomNav__dot{background:#ff5a00;border-radius:9999px;width:4px;height:4px;position:absolute;bottom:2px}
