:root{font-family:Nunito,system-ui,sans-serif;color:#123f48;background:#dceff0;font-synthesis:none;--ink:#123f48;--teal:#096879;--deep:#084d5a;--coral:#f05f4f;--cream:#fff7e6;--sun:#f2b643;--sky:#8bd1dd}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:4px solid #fff;outline-offset:3px;box-shadow:0 0 0 7px var(--deep)}.app-shell{min-height:100vh}.map-screen,.lesson-screen,.quiz-screen,.adventure-screen{min-height:100vh;position:relative;overflow:hidden}.map-screen{width:min(100%,980px);margin:0 auto;background:#90d6df url(/assets/grimm-academie-map.jpg) center/cover no-repeat;isolation:isolate}.map-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#084d5a14}.app-header{height:86px;display:grid;grid-template-columns:52px 1fr 52px;align-items:center;gap:12px;padding:14px clamp(16px,4vw,40px);position:relative;z-index:10}.header-spacer{width:52px}.logo-button{border:0;background:transparent;cursor:pointer;justify-self:center}.brand{display:inline-flex;flex-direction:column;align-items:center;line-height:.9;color:var(--deep)}.brand__pod{font:900 34px/1 "Baloo 2";letter-spacing:-1.5px;text-shadow:0 2px 0 white}.brand__academy{margin-top:5px;font-size:10px;font-weight:900;letter-spacing:2px;background:var(--cream);padding:5px 10px;border-radius:999px}.brand--compact .brand__pod{font-size:clamp(25px,4vw,32px)}.round-button{border:2px solid rgba(255,255,255,.8);background:#fff7e6eb;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;cursor:pointer;color:var(--deep);box-shadow:0 5px #084d5a2e}.round-button svg{width:23px;height:23px}.welcome-card{margin:4px clamp(18px,5vw,52px);width:max-content;max-width:calc(100% - 36px);display:flex;align-items:center;gap:10px;background:#fff7e6f0;border:2px solid white;padding:7px 12px 7px 7px;border-radius:999px;box-shadow:0 8px 24px #084d5a2e}.avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--coral);font:800 22px "Baloo 2"}.welcome-card div:nth-child(2){display:flex;gap:4px}.welcome-card div:nth-child(2) span{font-size:13px}.welcome-card div:nth-child(2) strong{font-size:14px}.stars{margin-left:8px;padding-left:11px;border-left:1px solid #d8d0bf;font-weight:900;color:#9b6510;display:flex;align-items:center;gap:3px}.stars svg{color:var(--sun)}.map-title{margin:12px auto 2px;width:max-content;display:flex;align-items:center;gap:9px;background:#084d5ae6;color:#fff;border:2px solid rgba(255,255,255,.65);border-radius:999px;padding:6px 7px 6px 15px;font-size:13px}.map-title strong{color:var(--deep);background:var(--cream);border-radius:999px;padding:4px 9px}.course-path{position:relative;min-height:630px;width:min(92%,740px);margin:0 auto}.course-path:before{content:"";position:absolute;left:50%;top:45px;height:500px;border-left:8px dotted rgba(255,247,230,.95);filter:drop-shadow(0 2px 0 rgba(8,77,90,.25))}.path-card{position:absolute;width:min(370px,75vw)}.path-card button{width:100%;display:grid;grid-template-columns:54px 1fr 40px;align-items:center;gap:10px;padding:10px;text-align:left;border:3px solid #fff;background:#fff7e6f5;border-radius:22px;box-shadow:0 10px #084d5a47,0 18px 28px #084d5a33;cursor:pointer}.path-card button:disabled{cursor:not-allowed}.path-card--1{top:35px;left:2%}.path-card--2{top:235px;left:50%;transform:translate(-50%);z-index:3}.path-card--3{top:455px;right:2%}.path-card__number{width:50px;height:50px;border-radius:18px;background:var(--teal);color:#fff;display:grid;place-items:center;font:800 24px "Baloo 2"}.path-card__number svg{width:27px;height:27px}.path-card__copy{display:flex;flex-direction:column;min-width:0}.path-card__copy small{color:var(--coral);text-transform:uppercase;font-weight:900;font-size:10px;letter-spacing:1px}.path-card__copy strong{font:800 19px/1.1 "Baloo 2"}.path-card__copy em{font-style:normal;font-size:11px;color:#58767b}.path-card__action{display:grid;place-items:center;width:38px;height:38px;color:#fff;background:var(--coral);border-radius:50%}.path-card.is-current button{border-color:#fff4be;background:#fff8dc;transform:scale(1.06);box-shadow:0 11px #b84f43,0 20px 35px #084d5a4d}.path-card.is-current .path-card__number{background:var(--coral)}.path-card.is-done .path-card__number,.path-card.is-done .path-card__action{background:#3b9b74}.path-card.is-locked button{opacity:.82;filter:saturate(.4)}.current-label{position:absolute;right:20px;bottom:-37px;color:#fff;background:var(--coral);padding:5px 11px;border-radius:999px;font:800 12px "Baloo 2";transform:rotate(-3deg)}.hero-duo{position:absolute;width:clamp(210px,31vw,320px);left:-25px;bottom:18px;z-index:2;filter:drop-shadow(0 12px 9px rgba(8,77,90,.28));pointer-events:none}.adventure-teaser{position:absolute;z-index:5;bottom:22px;right:clamp(18px,4vw,40px);width:min(390px,calc(100% - 180px));border:2px solid #fff;border-radius:20px;padding:12px 15px;background:#084d5af0;color:#fff;display:flex;align-items:center;gap:11px;text-align:left;box-shadow:0 8px #04313959;cursor:pointer}.adventure-teaser>svg:first-child{color:var(--sun);width:24px;height:24px}.adventure-teaser>svg:last-child{margin-left:auto}.adventure-teaser span{display:flex;flex-direction:column}.adventure-teaser small{color:#ffcf75;text-transform:uppercase;font-size:9px;font-weight:900;letter-spacing:1.5px}.adventure-teaser strong{font:700 15px "Baloo 2"}.lesson-screen,.quiz-screen,.adventure-screen{max-width:980px;margin:auto;background:#f6eee0}.lesson-screen .app-header,.quiz-screen .app-header,.adventure-screen .app-header{background:var(--sky);border-bottom:2px solid rgba(255,255,255,.7)}.lesson-hero{position:relative;min-height:360px;display:grid;align-items:end;overflow:hidden}.lesson-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 35%}.lesson-hero__veil{position:absolute;top:45%;right:0;bottom:0;left:0;background:#084d5ac7}.lesson-hero__copy{position:relative;z-index:1;padding:34px clamp(22px,7vw,72px);color:#fff;max-width:720px}.lesson-hero__copy span,.quiz-kicker,.panel-kicker{text-transform:uppercase;letter-spacing:1.5px;font-weight:900;font-size:12px;color:#ffe192}.lesson-hero h1,.quiz-shell h1,.result-card h1,.adventure-card h1{font:800 clamp(31px,6vw,54px)/.98 "Baloo 2";margin:4px 0 8px}.lesson-hero p{margin:0;line-height:1.5}.audio-card{margin:-10px auto 0;position:relative;z-index:3;width:min(86%,700px);border:3px solid #fff;background:var(--cream);border-radius:26px;padding:16px;display:grid;grid-template-columns:62px 1fr 36px;gap:15px;align-items:center;box-shadow:0 10px #084d5a1f}.audio-play{width:62px;height:62px;border:0;border-radius:50%;background:var(--coral);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px #b84f43}.audio-play svg{width:29px;height:29px}.audio-info{min-width:0}.audio-info>span{font-weight:900}.audio-info small{color:#5b7377}.audio-track{height:9px;margin:7px 0;border-radius:999px;background:#d5dcda;overflow:hidden}.audio-track i{display:block;height:100%;background:var(--coral);border-radius:inherit}.audio-card>svg{width:32px;height:32px;color:var(--teal)}.lesson-tip{width:min(86%,700px);margin:25px auto 12px;display:flex;align-items:center;gap:13px;background:#d8ece7;padding:13px 16px;border-radius:18px}.lesson-tip>svg{min-width:25px;color:#c28318}.lesson-tip p{margin:0;display:flex;flex-direction:column;font-size:13px}.lesson-tip strong{font-size:15px}.text-unlock{display:block;margin:12px auto;background:transparent;border:0;color:var(--teal);text-decoration:underline;cursor:pointer;font-weight:800}.primary-cta,.secondary-cta{border:0;border-radius:16px;min-height:54px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:900;cursor:pointer}.primary-cta{background:var(--coral);color:#fff;box-shadow:0 6px #b84f43}.secondary-cta{background:var(--cream);color:var(--deep);border:2px solid var(--teal)}.primary-cta:disabled,.secondary-cta:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.lesson-cta{display:flex;width:min(86%,700px);margin:18px auto 40px}.quiz-shell{width:min(88%,720px);margin:30px auto}.quiz-progress{display:flex;align-items:center;gap:16px;color:#567176;font-weight:800;font-size:13px}.quiz-progress>div{display:flex;flex:1;gap:5px}.quiz-progress i{height:7px;flex:1;background:#d6d2c8;border-radius:99px}.quiz-progress i.active{background:var(--coral)}.quiz-kicker{display:inline-flex;align-items:center;gap:6px;color:var(--coral);margin-top:42px}.quiz-shell h1{color:var(--deep);max-width:650px}.answers{display:grid;gap:11px;margin:25px 0}.answers button{display:grid;grid-template-columns:40px 1fr 28px;align-items:center;gap:12px;border:2px solid #cad5d2;background:#fffdf7;border-radius:18px;padding:12px 14px;text-align:left;cursor:pointer;font-weight:800}.answers button>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#e1eeeb;color:var(--teal)}.answers button.selected{border-color:var(--teal);background:#e9f5f0;box-shadow:0 5px #084d5a2e}.answers button>svg{color:var(--teal);width:26px;height:26px}.hint-button{border:0;background:transparent;color:#9b6510;font-weight:900;display:flex;align-items:center;gap:6px;cursor:pointer}.hint-copy{background:#fff1c8;border-radius:14px;padding:11px 14px}.quiz-cta{width:100%;margin-top:25px}.result-screen{min-height:100vh;background:var(--sky);display:grid;place-items:center;padding:25px;overflow:hidden}.result-sky{position:absolute;display:flex;justify-content:space-between;width:min(90%,700px);color:var(--sun)}.result-sky svg:nth-child(2){width:80px;height:80px;transform:translateY(-180px)}.result-card{position:relative;width:min(100%,620px);background:var(--cream);border:4px solid #fff;border-radius:34px;padding:42px;text-align:center;box-shadow:0 16px #084d5a38}.result-medal{width:100px;height:100px;margin:-92px auto 15px;display:grid;place-items:center;border-radius:50%;background:var(--sun);border:6px solid #fff4bf;color:var(--deep)}.result-medal svg{width:68px;height:68px}.result-card>span{color:var(--coral);font-weight:900;text-transform:uppercase;letter-spacing:1px}.result-card h1{color:var(--deep)}.result-card p{line-height:1.6}.result-actions{display:flex;gap:12px;justify-content:center;margin-top:24px;flex-wrap:wrap}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#043139b8;display:grid;place-items:center;padding:18px}.parent-panel{position:relative;width:min(100%,560px);max-height:calc(100vh - 36px);overflow:auto;background:#f9f3e7;border:3px solid #fff;border-radius:28px;padding:clamp(24px,5vw,42px);box-shadow:0 18px #04313952}.panel-close{position:absolute;right:16px;top:16px;width:42px;height:42px;border-radius:50%;border:0;background:#e4ecea;display:grid;place-items:center;cursor:pointer}.parent-gate{text-align:center}.gate-icon{width:86px;height:86px;display:grid;place-items:center;margin:5px auto 15px;border-radius:50%;background:#d9eee8;color:var(--teal)}.gate-icon svg{width:58px;height:58px}.parent-gate>span{text-transform:uppercase;color:var(--coral);font-weight:900;letter-spacing:1.5px}.parent-gate h2,.parent-content h2{font:800 34px/1 "Baloo 2";margin:6px 0 10px}.parent-gate input{display:block;width:100%;border:2px solid #bacbc7;background:#fff;border-radius:15px;padding:14px;text-align:center;margin:20px 0 12px}.parent-gate .primary-cta{width:100%}.parent-gate small{display:block;margin-top:10px;color:#b2483d;font-weight:800}.panel-kicker{color:var(--coral);display:flex;align-items:center;gap:6px}.parent-summary{display:grid;grid-template-columns:50px 1fr 50px 1fr;align-items:center;background:#dcefeb;padding:14px;border-radius:17px;gap:6px}.parent-summary strong{font:800 27px "Baloo 2";color:var(--teal)}.parent-summary span{font-size:12px}.parent-courses{margin:20px 0;display:grid;gap:10px}.parent-courses>div{display:flex;gap:12px;align-items:center}.parent-courses>div>span{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;background:#d8dedc;border-radius:12px;font-weight:900}.parent-courses>div>span.done{background:#3b9b74;color:#fff}.parent-courses p{margin:0;display:flex;flex-direction:column}.parent-courses small{color:#688085}.wide{width:100%}.admin-box{border-top:1px solid #d7d0c2;margin-top:24px;padding-top:18px}.admin-box>span{display:flex;align-items:center;gap:6px;font-weight:900;margin-bottom:8px}.admin-box label{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:13px}.admin-box input{width:20px;height:20px;accent-color:var(--teal)}.reset-button{border:0;color:#9c4038;background:transparent;text-decoration:underline;font-size:12px;margin-top:15px;cursor:pointer}.diploma{position:relative;width:min(100%,760px);background:var(--cream);border:12px double var(--teal);padding:45px;text-align:center}.diploma-medal{width:95px;height:95px;display:block;margin:28px auto 12px;color:var(--sun)}.diploma>span{color:var(--coral);font-weight:900;letter-spacing:2px}.diploma h1{font:800 52px/1 "Baloo 2";margin:12px 0}.diploma p{max-width:540px;margin:0 auto 20px;line-height:1.6}.diploma>strong{display:block;font:800 24px "Baloo 2";color:var(--teal)}.diploma .primary-cta{margin-top:25px}.adventure-screen{background:#0a5360}.adventure-card{min-height:calc(100vh - 86px);display:grid;grid-template-columns:1.2fr 1fr}.adventure-card>img{width:100%;height:100%;min-height:500px;object-fit:cover}.adventure-card>div{align-self:center;padding:clamp(28px,6vw,65px);color:#fff}.adventure-card>div>span{color:#ffd887;text-transform:uppercase;letter-spacing:1px;font-weight:900;font-size:11px}.adventure-card p{line-height:1.7}.choice-grid{display:grid;gap:12px;margin-top:24px}.choice-grid button{border:2px solid #fff;border-radius:16px;padding:16px;background:var(--cream);color:var(--deep);text-align:left;font-weight:900;cursor:pointer}@media(max-width:620px){.app-header{height:76px;grid-template-columns:46px 1fr 46px;padding:10px 12px}.round-button{width:44px;height:44px}.course-path{min-height:590px}.course-path:before{left:50%;height:460px}.path-card{width:min(330px,82vw)}.path-card--1{top:27px;left:0}.path-card--2{top:215px}.path-card--3{top:420px;right:0}.path-card button{grid-template-columns:47px 1fr 36px;gap:8px}.path-card__number{width:45px;height:45px}.path-card__copy strong{font-size:17px}.hero-duo{width:195px;left:-50px;bottom:34px}.adventure-teaser{width:calc(100% - 115px);bottom:16px;right:13px}.adventure-teaser strong{font-size:13px}.lesson-hero{min-height:330px}.audio-card{grid-template-columns:56px 1fr}.audio-play{width:56px;height:56px}.audio-card>svg{display:none}.result-card{padding:36px 22px}.adventure-card{grid-template-columns:1fr}.adventure-card>img{min-height:330px;height:42vh}.parent-summary{grid-template-columns:45px 1fr}}@media(min-width:981px){body{background:#153f47}.app-shell{box-shadow:0 0 70px #00000047;max-width:980px;margin:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}@media print{body *{visibility:hidden}.diploma,.diploma *{visibility:visible}.diploma{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-color:#123f48}.no-print{display:none!important}}.map-heading{position:absolute;top:112px;left:50%;transform:translate(-50%);z-index:2;text-align:center;color:var(--deep);width:max-content;text-shadow:0 2px 0 rgba(255,255,255,.5)}.map-heading span{font-weight:900;text-transform:uppercase;letter-spacing:2px;font-size:11px}.map-heading h1{font:800 clamp(43px,7vw,70px)/.78 "Baloo 2";margin:5px 0 10px}.map-heading svg{color:#b17a21;width:24px;height:24px}.course-path{min-height:850px}.course-path:before{top:575px;height:135px;border-left-width:7px}.path-card button{transition:transform .2s ease}.path-card--1{top:660px;left:1%;width:240px}.path-card--2{top:660px;right:1%;left:auto;transform:none;width:240px}.path-card--3{top:660px;right:1%;width:240px}.path-card.is-current{top:245px;left:50%;right:auto;transform:translate(-50%);width:min(440px,76vw);z-index:4}.path-card.is-current button{display:grid;grid-template-columns:56px 1fr 46px;padding:0 16px 16px;overflow:hidden;border-radius:30px}.path-card__art{grid-column:1/-1;width:calc(100% + 32px);height:235px;margin:0 -16px 14px;object-fit:cover;object-position:center}.path-card.is-current .path-card__copy strong{font-size:25px}.path-card.is-current .path-card__action{width:46px;height:46px}.path-card.is-current .current-label{right:25px;bottom:-37px;padding:8px 18px;font-size:14px}.path-card.is-done button,.path-card.is-locked button{grid-template-columns:50px 1fr;padding:12px}.path-card.is-done .path-card__action,.path-card.is-locked .path-card__action{display:none}.path-card.is-done .path-card__copy strong,.path-card.is-locked .path-card__copy strong{font-size:15px}.map-count{position:absolute;left:50%;bottom:86px;transform:translate(-50%);background:var(--cream);border:2px solid #fff;border-radius:999px;padding:8px 24px;font-weight:900;color:var(--teal);box-shadow:0 5px #084d5a2e}.adventure-teaser{bottom:18px}.welcome-card{position:absolute;top:92px;left:clamp(12px,3vw,32px);margin:0;z-index:4}.map-screen>.app-header{position:absolute;top:0;left:0;right:0}@media(max-width:620px){.map-heading{top:125px}.map-heading h1{font-size:45px}.welcome-card{top:80px;left:12px}.welcome-card div:nth-child(2) span{display:none}.stars{display:none}.course-path{min-height:800px}.path-card.is-current{top:280px;left:50%;right:auto;transform:translate(-50%);width:min(350px,88vw)}.path-card__art{height:190px}.path-card--1,.path-card--2,.path-card--3{top:650px;width:47%}.path-card--1{left:0;right:auto}.path-card--2,.path-card--3{right:0;left:auto;transform:none}.path-card.is-current{top:280px;left:50%;right:auto;transform:translate(-50%)}.path-card.is-done button,.path-card.is-locked button{grid-template-columns:42px 1fr;padding:8px}.path-card.is-done .path-card__number,.path-card.is-locked .path-card__number{width:40px;height:40px}.path-card.is-done .path-card__copy strong,.path-card.is-locked .path-card__copy strong{font-size:13px}.map-count{bottom:90px}.adventure-teaser{width:calc(100% - 24px);right:12px}}.path-card--2.is-locked{left:1%;right:auto}@media(max-width:620px){.path-card--2.is-locked{left:0;right:auto}}.map-heading h1{font-family:Georgia,Times New Roman,serif;font-weight:700;line-height:.82}.path-card.is-current .path-card__copy strong{font-family:Georgia,Times New Roman,serif}.auth-content>p{color:#587276;line-height:1.5}.auth-form{display:grid;gap:14px;margin:22px 0 14px}.auth-form label{display:grid;gap:6px;font-size:13px;font-weight:900}.auth-form input{width:100%;border:2px solid #b9cbc7;border-radius:14px;background:#fff;padding:13px 14px}.auth-form .primary-cta{width:100%;margin-top:4px}.auth-notice{background:#fff1c8;border-radius:14px;padding:11px 13px;font-size:13px;color:#744d0d!important}.auth-switch{display:block;margin:15px auto 0;border:0;background:transparent;color:var(--teal);font-weight:900;text-decoration:underline;cursor:pointer}.account-line{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:10px 0 20px;padding:10px 12px;border-radius:13px;background:#dcefeb;font-size:12px}.account-line span{font-weight:900;overflow:hidden;text-overflow:ellipsis}.account-line small{color:#267252;text-align:right}.privacy-note{font-size:12px!important;background:#e8f1ef;border-left:4px solid var(--teal);padding:10px 12px;border-radius:8px;color:#49666b!important}.profile-title{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:15px}.profile-title h2{margin:0}.profile-title button,.privacy-details button{border:0;background:transparent;color:var(--teal);text-decoration:underline;font-weight:800;cursor:pointer}.name-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin:12px 0 18px}.name-form input,.feedback-form input,.feedback-form select,.feedback-form textarea{width:100%;border:2px solid #b9cbc7;border-radius:13px;background:#fff;padding:11px 12px}.name-form .primary-cta{min-height:46px}.pilot-button,.admin-access{width:100%;min-height:50px;margin-top:12px;border:0;border-radius:15px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:900;cursor:pointer}.pilot-button{background:#fff0bd;color:#76510e;border:2px solid #e6bb52}.admin-access{background:var(--deep);color:#fff}.privacy-details{margin-top:18px;border-top:1px solid #d7d0c2;padding-top:14px;font-size:12px}.privacy-details summary{font-weight:900;cursor:pointer}.privacy-details div{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.privacy-details div strong{width:100%;color:#9c4038}.feedback-form h2{font:800 34px/1 "Baloo 2";margin:6px 0 10px}.feedback-form>p{line-height:1.5}.feedback-form>label{display:grid;gap:6px;margin:13px 0;font-size:13px;font-weight:900}.feedback-form textarea{min-height:80px;resize:vertical}.feedback-form fieldset{border:0;padding:0;margin:16px 0}.feedback-form legend{font-size:13px;font-weight:900;margin-bottom:7px}.rating-buttons{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.rating-buttons button{border:2px solid #d2cfbf;background:#fff;border-radius:11px;padding:8px 3px;display:flex;justify-content:center;align-items:center;gap:2px;cursor:pointer}.rating-buttons button svg{width:14px;color:#d0c5ac}.rating-buttons button.active{border-color:#d6921e;background:#fff0bd}.rating-buttons button.active svg{color:#e0a020}.feedback-actions{display:flex;gap:9px;justify-content:flex-end;margin-top:18px}.admin-app,.admin-login,.admin-loading{min-height:100vh;background:#edf3f1;color:var(--deep)}.admin-header{height:78px;padding:12px clamp(18px,4vw,52px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:var(--deep);color:#fff}.admin-header>div{display:flex;flex-direction:column;align-items:center}.admin-header>div span{font:900 23px/1 "Baloo 2"}.admin-header>div strong{font-size:10px;letter-spacing:2px;color:#ffd887}.admin-back,.admin-signout{border:0;background:transparent;display:inline-flex;align-items:center;gap:7px;font-weight:900;cursor:pointer}.admin-signout{justify-self:end;color:#fff}.admin-welcome{padding:35px clamp(20px,5vw,65px) 25px;display:flex;justify-content:space-between;align-items:center;gap:20px;max-width:1280px;margin:auto}.admin-welcome span{color:var(--coral);font-weight:900;text-transform:uppercase;letter-spacing:1px}.admin-welcome h1{font:800 clamp(34px,5vw,52px)/1 "Baloo 2";margin:4px 0}.admin-welcome p{margin:4px 0;color:#5b7478}.online-pill{background:#d9eee8;padding:9px 14px;border-radius:999px;font-size:12px;font-weight:900;display:flex;align-items:center;gap:7px;white-space:nowrap}.online-pill i{width:9px;height:9px;border-radius:50%;background:#2c9b6d}.admin-tabs{max-width:1180px;margin:0 auto 22px;padding:0 20px;display:flex;gap:8px}.admin-tabs button{border:0;background:#fff;padding:11px 17px;border-radius:14px;display:flex;align-items:center;gap:7px;font-weight:900;cursor:pointer;box-shadow:0 3px #d5dfdc}.admin-tabs button.active{background:var(--teal);color:#fff;box-shadow:0 4px 0 var(--deep)}.admin-notice{max-width:1140px;margin:0 auto 16px;padding:11px 15px;background:#d9eee8;border-radius:12px;font-weight:800}.admin-notice.is-error{background:#ffe0da;color:#8b332c}.admin-workspace{max-width:1180px;margin:auto;padding:0 20px 45px;display:grid;grid-template-columns:245px 1fr;gap:20px;align-items:start}.admin-workspace>aside{background:#fff;border-radius:20px;padding:12px;box-shadow:0 8px 30px #084d5a14;display:grid;gap:7px;position:sticky;top:15px}.admin-workspace>aside header{display:flex;justify-content:space-between;align-items:center;padding:5px 5px 10px}.admin-workspace>aside header button{width:34px;height:34px;border:0;border-radius:50%;background:var(--coral);color:#fff;display:grid;place-items:center;cursor:pointer}.admin-workspace>aside>button{border:0;border-radius:13px;background:#edf3f1;padding:9px;display:grid;grid-template-columns:36px 1fr;gap:8px;text-align:left;align-items:center;cursor:pointer}.admin-workspace>aside>button>span{width:34px;height:34px;border-radius:10px;background:#d7e5e2;display:grid;place-items:center;font-weight:900}.admin-workspace>aside>button div{display:flex;flex-direction:column;min-width:0}.admin-workspace>aside>button strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-workspace>aside>button small{color:#6d8589}.admin-workspace>aside>button.active{background:#fff0bd;box-shadow:inset 0 0 0 2px #e6bb52}.admin-editor{max-width:915px;margin:0 auto 45px;background:#fff;border-radius:24px;padding:clamp(18px,4vw,34px);box-shadow:0 8px 30px #084d5a14}.admin-workspace .admin-editor{margin:0}.editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.editor-grid label,.question-editor label{display:grid;gap:6px;font-size:12px;font-weight:900}.editor-grid input,.editor-grid textarea,.question-editor input,.question-editor textarea{width:100%;border:2px solid #c7d5d2;border-radius:12px;background:#fbfdfc;padding:10px 11px}.editor-grid textarea,.question-editor textarea{min-height:85px;resize:vertical}.editor-grid .span-2{grid-column:1/-1}.toggle-field{display:flex!important;align-items:center;justify-content:space-between;background:#e8f1ef;padding:10px 12px;border-radius:12px}.toggle-field input{width:22px;height:22px;accent-color:var(--teal)}.upload-field{border:2px dashed #9fbcb6;border-radius:12px;padding:12px;color:var(--teal);display:flex!important;align-items:center;gap:8px;cursor:pointer}.upload-field input{border:0;padding:0;font-size:11px}.admin-preview{margin:22px 0;display:grid;grid-template-columns:140px 1fr;gap:15px;align-items:center;background:#e8f1ef;border-radius:18px;padding:11px}.admin-preview img{width:140px;height:95px;object-fit:cover;border-radius:12px}.admin-preview div{display:flex;flex-direction:column}.admin-preview small{color:var(--coral);font-weight:900;text-transform:uppercase}.admin-preview strong{font:800 23px "Baloo 2"}.questions-heading{display:flex;justify-content:space-between;align-items:center;margin:25px 0 12px}.questions-heading>div{display:flex;flex-direction:column}.questions-heading span{color:var(--coral);text-transform:uppercase;font-size:11px;font-weight:900}.questions-heading strong{font:800 24px "Baloo 2"}.questions-heading .secondary-cta{min-height:42px}.questions-editor{display:grid;gap:12px}.question-editor{border:2px solid #dce5e2;border-radius:16px;padding:14px;background:#fbfdfc}.question-editor header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.question-editor header button{border:0;background:#ffe4df;color:#a33c33;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;cursor:pointer}.choice-editor{display:grid;gap:6px;margin:10px 0}.choice-editor label{display:grid;grid-template-columns:22px 1fr;align-items:center}.choice-editor input[type=radio]{width:18px;height:18px;accent-color:var(--teal)}.admin-save{width:100%;margin-top:20px}.family-stats{max-width:1140px;margin:0 auto;padding:0 20px 50px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.metric-grid article{background:#fff;border-radius:18px;padding:18px;display:grid;grid-template-columns:40px 1fr;align-items:center}.metric-grid svg{grid-row:1/3;width:34px;height:34px;color:var(--teal)}.metric-grid strong{font:800 30px/1 "Baloo 2"}.metric-grid span{font-size:11px;color:#698085}.family-stats h2{font:800 28px "Baloo 2";margin:30px 0 10px}.admin-table,.feedback-list{display:grid;gap:8px}.admin-table>div,.feedback-list>article{background:#fff;border-radius:14px;padding:13px 15px}.admin-table>div{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center}.admin-table small{color:#6b8286}.feedback-list article header{display:flex;align-items:center;gap:15px}.feedback-list article header strong{color:var(--coral);font-size:20px}.feedback-list article header small{margin-left:auto}.admin-footer{text-align:center;padding:18px;background:#dfe9e6;color:#60777b;font-size:11px}.admin-login{padding:24px;display:grid;place-items:center;position:relative}.admin-login>.admin-back{position:absolute;left:25px;top:25px}.admin-login>section{width:min(100%,480px);background:#fff;border-radius:28px;padding:clamp(28px,6vw,48px);text-align:center;box-shadow:0 15px 45px #084d5a24}.admin-login__icon{width:78px;height:78px;margin:0 auto 15px;border-radius:50%;display:grid;place-items:center;background:#d9eee8;color:var(--teal)}.admin-login__icon svg{width:50px;height:50px}.admin-login>section>span{color:var(--coral);font-weight:900;text-transform:uppercase;letter-spacing:1px}.admin-login h1{font:800 40px/1 "Baloo 2";margin:7px 0 12px}.admin-login form{display:grid;gap:13px;margin:22px 0;text-align:left}.admin-login form label{display:grid;gap:5px;font-size:12px;font-weight:900}.admin-login form input{border:2px solid #c2d1ce;border-radius:13px;padding:12px}.admin-login form .primary-cta{width:100%}.admin-login small{display:block;color:#698085;line-height:1.5}.admin-loading{display:grid;place-items:center;text-align:center}.admin-loading svg{width:60px;height:60px;color:var(--sun);margin:auto}.admin-magic{border:0;background:transparent;color:var(--teal);text-decoration:underline;font-weight:900;cursor:pointer;margin:-4px 0 14px}@media(max-width:760px){.admin-header{grid-template-columns:1fr auto;padding:10px 15px}.admin-header>div{align-items:flex-start}.admin-header .admin-back{display:none}.admin-welcome{align-items:flex-start;flex-direction:column;padding-top:25px}.admin-tabs{overflow-x:auto}.admin-tabs button{white-space:nowrap}.admin-workspace{grid-template-columns:1fr}.admin-workspace>aside{position:static;display:flex;overflow-x:auto}.admin-workspace>aside header{min-width:110px}.admin-workspace>aside>button{min-width:190px}.editor-grid{grid-template-columns:1fr}.editor-grid .span-2{grid-column:auto}.metric-grid{grid-template-columns:1fr 1fr}.admin-table>div{grid-template-columns:1fr}.admin-preview{grid-template-columns:95px 1fr}.admin-preview img{width:95px;height:80px}.admin-login>.admin-back{position:static;justify-self:start;margin-bottom:18px}.admin-login{display:block}.admin-login>section{margin:auto}.name-form{grid-template-columns:1fr}}.brand__pod{letter-spacing:-.5px}.brand__pod b{color:var(--coral);font-weight:900}.kids-hub{min-height:100vh;background:#fff6df;color:var(--deep);overflow:hidden}.kids-hub__top{height:92px;display:flex;align-items:center;justify-content:space-between;padding:16px clamp(20px,5vw,54px);position:relative;z-index:3}.hub-parent{border:0;border-radius:999px;background:#fff;padding:11px 15px;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:900;box-shadow:0 5px #d9e6e2;cursor:pointer}.kids-hero{min-height:330px;padding:52px clamp(24px,7vw,74px);display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;isolation:isolate;color:#fff;background:linear-gradient(110deg,#043e49fa,#07707ee0),url(/assets/grimm-academie-map.jpg) center 42%/cover}.kids-hero:after{content:"";position:absolute;inset:auto -80px -145px auto;width:330px;height:330px;border-radius:50%;background:#f2b64333;z-index:-1}.kids-hero span{color:#ffd887;font-weight:900;text-transform:uppercase;letter-spacing:1.5px}.kids-hero h1{font:800 clamp(43px,7vw,72px)/.9 "Baloo 2";margin:8px 0 14px;max-width:700px}.kids-hero p{max-width:560px;margin:0;font-size:17px;line-height:1.55}.hub-score{width:125px;height:125px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;align-content:center;background:#fff6df;color:var(--deep);border:6px solid #f2b643;box-shadow:0 10px #052f38}.hub-score svg{color:#f2b643;width:27px;height:27px}.hub-score strong{font:800 34px/1 "Baloo 2"}.hub-score span{color:var(--deep);font-size:10px}.portal-section{padding:45px clamp(18px,5vw,55px) 60px;max-width:1100px;margin:auto}.portal-section>header span{color:var(--coral);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:2px}.portal-section>header h2{font:800 clamp(30px,5vw,43px)/1 "Baloo 2";margin:5px 0 25px}.portal-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:17px}.portal-card{min-height:270px;border:0;border-radius:28px;position:relative;overflow:hidden;text-align:left;color:#fff;padding:0;isolation:isolate;cursor:pointer;box-shadow:0 9px #cbd7d3;transition:transform .2s ease,box-shadow .2s ease}.portal-card:hover{transform:translateY(-4px);box-shadow:0 13px #cbd7d3}.portal-card>img,.portal-card>i{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.portal-card>img{object-fit:cover;z-index:-2}.portal-card>i{z-index:-1;background:linear-gradient(90deg,#04313af5,#04313ab3 58%,#04313a33)}.portal-card>div{padding:30px 70px 27px 30px;max-width:480px}.portal-card>div>span{display:flex;align-items:center;gap:7px;color:#ffd887;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:1px}.portal-card>div>span svg{width:22px;height:22px}.portal-card h3{font:800 clamp(27px,4vw,39px)/.95 "Baloo 2";margin:8px 0}.portal-card p{font-size:13px;line-height:1.45;margin:0 0 18px}.portal-card small{display:inline-flex;background:#fff;color:var(--deep);border-radius:999px;padding:7px 11px;font-weight:900}.portal-card>svg{position:absolute;right:24px;bottom:24px;width:38px;height:38px;padding:9px;border-radius:50%;background:#fff;color:var(--deep)}.portal-card--academy{grid-row:span 2;min-height:555px}.portal-card--academy>img{object-position:62% center}.portal-card--adventure,.portal-card--riddles,.portal-card--memory{min-height:269px}.portal-card--memory{grid-column:1/-1;min-height:230px}.portal-card--memory>img{object-position:center 35%}.portal-card--riddles>i{background:linear-gradient(90deg,#482a5df5,#482a5d85)}.portal-card--memory>i{background:linear-gradient(90deg,#763c09f2,#763c096b)}.kids-footer{display:flex;align-items:center;justify-content:center;gap:8px;background:#084d5a;color:#cfe8e4;padding:20px;text-align:center;font-size:12px}.kids-footer svg{color:#f2b643}.play-screen{min-height:100vh;background:#0a5360;color:var(--deep)}.experience-header{height:86px;display:grid;grid-template-columns:52px 1fr 52px;align-items:center;gap:12px;padding:14px clamp(16px,4vw,40px);background:#fff6df}.experience-header>button{width:50px;height:50px;border:0;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 4px #cad8d4;cursor:pointer}.play-card{width:min(720px,calc(100% - 32px));margin:45px auto;background:#fff6df;border-radius:30px;padding:clamp(25px,5vw,48px);box-shadow:0 14px #03272e61}.play-progress{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:28px;font-size:12px;font-weight:900}.play-progress>div{display:flex;gap:4px}.play-progress i{width:42px;height:6px;border-radius:5px;background:#d9ddd4}.play-progress i.active{background:var(--coral)}.play-kicker{display:flex;align-items:center;gap:7px;color:var(--coral);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:1.5px}.play-kicker svg{width:25px;height:25px}.play-card>h1,.memory-shell h1{font:800 clamp(32px,5vw,48px)/1 "Baloo 2";margin:10px 0 24px}.riddle-choices{display:grid;gap:10px}.riddle-choices button{min-height:66px;border:2px solid #d1d9d4;border-radius:17px;background:#fff;padding:11px 16px;display:grid;grid-template-columns:38px 1fr 25px;align-items:center;text-align:left;font-weight:900;cursor:pointer}.riddle-choices button>span{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:#dcefeb}.riddle-choices button.selected{border-color:var(--teal);background:#e5f4f2}.riddle-choices button.selected>span{background:var(--teal);color:#fff}.riddle-choices button>svg{color:#2d9970;width:24px;height:24px}.clue-button{border:0;background:transparent;color:#9a650e;font-weight:900;margin:17px 0 4px;display:flex;align-items:center;gap:6px;cursor:pointer}.clue-copy{background:#fff0bd;border-left:4px solid var(--sun);padding:10px 13px;border-radius:9px}.play-next{width:100%;margin-top:20px}.play-result{text-align:center}.play-result>svg{width:100px;height:100px;color:var(--sun)}.play-result>span{display:block;color:var(--coral);font-weight:900;text-transform:uppercase;letter-spacing:1px}.play-result h1{font:800 clamp(36px,6vw,56px)/1 "Baloo 2";margin:8px}.play-result p{line-height:1.6}.play-result>div{display:flex;justify-content:center;gap:10px;margin-top:24px}.memory-shell{max-width:980px;margin:auto;padding:35px clamp(16px,4vw,40px) 55px;color:#fff}.memory-shell>header{text-align:center}.memory-shell h1{margin:5px 0 4px}.memory-shell>header p{margin:0 auto 15px;color:#cfe8e4}.memory-shell .play-kicker{justify-content:center;color:#ffd887}.memory-stats{display:flex;justify-content:center;gap:12px}.memory-stats>span{background:#fff;color:var(--deep);border-radius:999px;padding:7px 13px;font-size:12px}.memory-grid{width:min(100%,720px);margin:25px auto;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.memory-grid>button{aspect-ratio:1;border:0;background:transparent;position:relative;transform-style:preserve-3d;transition:transform .45s;cursor:pointer}.memory-grid>button.is-visible{transform:rotateY(180deg)}.memory-grid>button>span{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;border-radius:20px;display:grid;place-items:center;box-shadow:0 7px #03272e57}.memory-back{background:#f2b643;color:#fff}.memory-back svg{width:38px;height:38px}.memory-face{transform:rotateY(180deg);background:#fff6df;color:var(--deep);align-content:center}.memory-face b{font-size:40px}.memory-face small{font-weight:900}.memory-finish{width:min(100%,760px);margin:22px auto 0;background:#fff6df;color:var(--deep);border-radius:22px;padding:16px;display:grid;grid-template-columns:58px 1fr auto auto;align-items:center;gap:12px}.memory-finish>svg{width:55px;height:55px;color:var(--sun)}.memory-finish>div{display:flex;flex-direction:column}.memory-finish>button:not(.primary-cta){border:0;background:transparent;text-decoration:underline;font-weight:900;cursor:pointer}.memory-finish .primary-cta{min-height:48px}.parent-summary{grid-template-columns:42px 1fr 42px 1fr 42px 1fr}@media(max-width:720px){.kids-hub__top{height:80px;padding:10px 14px}.kids-hub__top .brand__academy{display:none}.hub-parent{font-size:0;width:46px;height:46px;justify-content:center;padding:0}.hub-parent svg{width:21px;height:21px}.kids-hero{min-height:350px;padding:45px 22px;align-items:flex-start}.kids-hero h1{font-size:47px}.kids-hero p{font-size:15px;padding-right:70px}.hub-score{position:absolute;right:18px;bottom:20px;width:92px;height:92px;border-width:4px}.hub-score strong{font-size:28px}.portal-grid{grid-template-columns:1fr}.portal-card--academy,.portal-card--memory{grid-row:auto;grid-column:auto;min-height:330px}.portal-card--adventure,.portal-card--riddles{min-height:270px}.portal-card>div{padding:24px 62px 24px 22px}.portal-card h3{font-size:31px}.experience-header{height:76px;grid-template-columns:46px 1fr 46px;padding:10px 12px}.experience-header>button{width:44px;height:44px}.experience-header .brand__academy{display:none}.play-card{margin:24px auto}.play-progress{align-items:flex-start;flex-direction:column}.play-progress i{width:32px}.play-result>div{flex-direction:column}.memory-grid{grid-template-columns:repeat(3,1fr);gap:9px}.memory-grid>button>span{border-radius:15px}.memory-finish{grid-template-columns:50px 1fr}.memory-finish>button{grid-column:1/-1}.parent-summary{grid-template-columns:42px 1fr 42px 1fr}.parent-summary strong:nth-of-type(3),.parent-summary strong:nth-of-type(3)+span{display:none}}.age-filters{display:flex;gap:8px;flex-wrap:wrap;margin:-10px 0 24px}.age-filters button{border:2px solid #bed0cb;border-radius:999px;background:#fff;padding:9px 14px;color:var(--deep);font-weight:900;cursor:pointer}.age-filters button.active{border-color:var(--teal);background:var(--teal);color:#fff}.portal-grid--filtered{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-grid--filtered .portal-card{grid-column:auto;grid-row:auto;min-height:330px}.portal-meta{display:flex;gap:7px;flex-wrap:wrap}.portal-card small.age-badge{background:#ffd887;color:#5e430d}.portal-card{background:#063943}.portal-card--black-sparow,.portal-card--mythos{min-height:320px}.portal-card--black-sparow>img{object-position:62% center}.portal-card--black-sparow>i{background:linear-gradient(90deg,#12434afa,#12434ac2 58%,#12434a14)}.portal-card--mythos>img{object-position:70% center}.portal-card--mythos>i{background:linear-gradient(90deg,#191e53fa,#191e53b8 58%,#191e5314)}.portal-section>header>span{color:#a33e34}.editor-grid select{width:100%;border:2px solid #c7d5d2;border-radius:12px;background:#fbfdfc;padding:10px 11px}.editor-grid textarea.payload-editor{min-height:320px;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.universe-screen{--universe-dark: #073e49;--universe-accent: #f2b643;min-height:100vh;color:var(--deep);background:var(--universe-dark)}.universe-screen--mythos{--universe-dark: #171d52;--universe-accent: #efbd55}.universe-intro{width:min(1120px,calc(100% - 32px));margin:34px auto 60px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.8fr);color:#fff;border-radius:34px;overflow:hidden;background:#fff6df;box-shadow:0 15px #0003}.universe-intro__art{grid-column:1 / -1;height:clamp(260px,42vw,480px);position:relative;overflow:hidden}.universe-intro__art img,.universe-intro__art i{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.universe-intro__art img{object-fit:cover}.universe-intro__art i{background:linear-gradient(90deg,rgba(4,34,42,.8),transparent 55%)}.universe-intro__copy{padding:clamp(28px,5vw,54px);color:var(--deep)}.universe-intro__copy>span,.universe-finish>span{color:#ad4338;font-size:11px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase}.universe-intro h1,.universe-finish h1,.universe-mission h1{font:800 clamp(35px,5vw,58px)/.96 "Baloo 2";margin:8px 0 15px}.universe-intro__copy p,.universe-finish p{line-height:1.65}.universe-facts{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 24px}.universe-facts small,.universe-badge{border-radius:999px;padding:8px 13px;background:#dff0eb;color:#075563;font-weight:900}.universe-intro aside{margin:30px 30px 30px 0;padding:16px;display:grid;grid-template-columns:100px 1fr;gap:15px;align-self:center;align-items:center;color:var(--deep);border:2px solid #e2d8bd;border-radius:22px}.universe-intro aside img{width:100px;border-radius:12px}.universe-intro aside div{display:flex;flex-direction:column;gap:5px}.universe-intro aside small{color:#ad4338;font-weight:900;text-transform:uppercase}.universe-intro aside span{font-size:12px;line-height:1.45;color:#597078}.universe-mission{width:min(1040px,calc(100% - 32px));margin:34px auto 60px;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.2fr);overflow:hidden;border-radius:32px;background:#fff6df;box-shadow:0 15px #0003}.universe-mission__art{position:relative;min-height:620px;overflow:hidden}.universe-mission__art img{width:100%;height:100%;object-fit:cover}.universe-mission__art>div{position:absolute;inset:auto 22px 22px;padding:15px 18px;border-radius:17px;color:#fff;background:#03262ee6;display:flex;flex-direction:column}.universe-mission__art span{color:#ffd887;font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.universe-mission__art strong{font:800 27px/1.1 "Baloo 2"}.universe-mission__body{padding:clamp(27px,5vw,50px)}.universe-mission__body .play-kicker{color:#ad4338}.universe-steps{display:flex;gap:6px;margin-bottom:27px}.universe-steps i{flex:1;height:7px;border-radius:10px;background:#d7ddd7}.universe-steps i.active{background:var(--universe-accent)}.universe-feedback{margin:15px 0 0;padding:12px 14px;border-radius:12px;background:#ffe0dc;color:#86392f;font-weight:800}.universe-feedback.is-correct{background:#dcefe6;color:#176447}.universe-mission .clue-copy{display:flex;align-items:flex-start;gap:7px}.universe-mission .clue-copy svg{flex:0 0 auto;margin-top:2px}.universe-finish{width:min(720px,calc(100% - 32px));margin:50px auto;padding:clamp(32px,6vw,60px);text-align:center;border-radius:34px;background:#fff6df;box-shadow:0 15px #0003}.universe-finish>svg{width:110px;height:110px;color:var(--universe-accent)}.universe-badge{width:fit-content;margin:22px auto;display:flex;align-items:center;gap:7px}.universe-badge svg{color:var(--universe-accent)}.universe-finish>div:last-child{display:flex;justify-content:center;gap:10px}.branching-card{width:min(1040px,calc(100% - 32px));margin:34px auto 60px;display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.15fr);overflow:hidden;border-radius:34px;background:#fff6df;box-shadow:0 15px #00000038}.branching-card__art{position:relative;min-height:650px;overflow:hidden}.branching-card__art img{width:100%;height:100%;object-fit:cover;object-position:48% center}.branching-card__art>div{position:absolute;inset:auto 22px 22px;padding:15px 18px;display:flex;flex-direction:column;border-radius:18px;color:#fff;background:#121847eb}.branching-card__art span{color:#ffd887;font-size:10px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}.branching-card__art strong{font:800 27px/1.1 "Baloo 2"}.branching-card__body{padding:clamp(28px,5vw,50px)}.branching-card__body>h1{font:800 clamp(35px,5vw,50px)/1 "Baloo 2";margin:8px 0 15px}.branching-progress{margin-bottom:25px;display:flex;align-items:center;justify-content:space-between;gap:15px}.branching-progress>span{display:flex;align-items:center;gap:6px;color:#5e688f;font-size:11px;font-weight:900;text-transform:uppercase}.branching-progress svg{width:22px;height:22px}.branching-progress>div{display:flex;gap:5px;flex:1;max-width:210px}.branching-progress i{height:7px;flex:1;border-radius:10px;background:#d9d9d4}.branching-progress i.active{background:#efbd55}.branching-story-copy{margin:0 0 20px;font-size:17px;line-height:1.65;color:#294f58}.branching-traits{display:flex;flex-wrap:wrap;gap:7px;margin:16px 0 22px}.branching-traits small{display:flex;align-items:center;gap:5px;padding:7px 10px;border-radius:999px;color:#715014;background:#ffe7a8;font-weight:900}.branching-traits svg{color:#e4a525}.branching-choices{display:grid;gap:11px}.branching-choices button{min-height:70px;padding:14px 16px 14px 19px;display:flex;align-items:center;gap:12px;border:2px solid #b8c9d7;border-radius:18px;color:#122c58;background:#fff;text-align:left;font-weight:900;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.branching-choices button:hover{transform:translateY(-2px);border-color:#ddaa3f;background:#fff8df}.branching-choices button span{flex:1}.branching-choices button svg{width:31px;height:31px;padding:7px;flex:0 0 auto;border-radius:50%;color:#fff;background:#273d82}.branching-restart{margin:18px auto 0;display:block;border:0;color:#5e688f;background:transparent;text-decoration:underline;font-weight:900;cursor:pointer}.branching-ending{text-align:center}.branching-ending>svg{width:95px;height:95px;color:#efbd55}.branching-ending>span{display:block;color:#ad4338;font-size:11px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase}.branching-ending h1{font:800 clamp(38px,6vw,55px)/1 "Baloo 2";margin:8px 0 15px}.branching-ending p{line-height:1.65}.branching-ending .branching-traits{justify-content:center}.branching-ending>div:last-child{display:flex;justify-content:center;gap:10px}@media(max-width:720px){.portal-grid--filtered{grid-template-columns:1fr}.age-filters{margin-top:-6px}.age-filters button{flex:1 1 auto;padding:9px 10px}.portal-card--black-sparow,.portal-card--mythos{min-height:340px}.universe-intro,.universe-mission{grid-template-columns:1fr;margin-top:20px}.universe-intro__art{height:270px}.universe-intro__copy{padding:28px 24px 18px}.universe-intro aside{margin:12px 24px 28px}.universe-mission__art{min-height:245px;max-height:280px}.universe-mission__art img{object-position:center}.universe-mission__body{padding:28px 22px}.universe-mission h1{font-size:34px}.universe-finish>div:last-child{flex-direction:column}.branching-card{grid-template-columns:1fr;margin-top:20px}.branching-card__art{min-height:255px;max-height:285px}.branching-card__art img{object-position:center 48%}.branching-card__art>div{inset:auto 16px 16px}.branching-card__body{padding:27px 22px 31px}.branching-card__body>h1{font-size:35px}.branching-story-copy{font-size:16px}.branching-progress{align-items:flex-start;flex-direction:column}.branching-progress>div{width:100%;max-width:none}.branching-ending>div:last-child{flex-direction:column}}.public-site{min-height:100vh;color:var(--deep);background:#fffaf0}.public-site a{color:inherit}.public-site button{font:inherit}.skip-link{position:fixed;top:8px;left:8px;z-index:100;padding:10px 14px;border-radius:10px;color:#fff!important;background:var(--deep);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(8,77,90,.12);background:#fffaf0f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{width:min(1180px,calc(100% - 40px));min-height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.site-brand{min-height:44px;display:inline-flex;align-items:center;text-decoration:none;flex:0 0 auto}.site-brand .brand__pod{font-size:27px}.site-brand .brand__academy{font-size:8px}.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(12px,1.7vw,24px)}.site-nav>a:not(.site-nav__play){position:relative;padding:28px 0 25px;text-decoration:none;white-space:nowrap;color:#315f67;font-size:13px;font-weight:900}.site-nav>a:not(.site-nav__play):after{content:"";position:absolute;right:0;bottom:19px;left:0;height:3px;border-radius:5px;background:var(--coral);transform:scaleX(0);transition:transform .18s ease}.site-nav>a:hover:after,.site-nav>a.is-active:after{transform:scaleX(1)}.site-nav>a.is-active{color:var(--deep)}.site-nav__play,.site-nav__parent,.site-primary,.site-secondary{min-height:47px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;padding:0 17px;text-decoration:none;border:0;font-weight:900;cursor:pointer}.site-nav__play,.site-primary{color:#fff!important;background:#d0443a;box-shadow:0 5px #bd493e}.site-nav__parent{min-height:42px;padding:0 13px;color:var(--deep);background:#dcefeb}.site-nav__play svg,.site-nav__parent svg{width:18px;height:18px}.site-menu-toggle{display:none}.site-home-hero{min-height:620px;position:relative;display:grid;align-items:center;overflow:hidden;isolation:isolate;color:#fff}.site-home-hero>img,.site-home-hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.site-home-hero>img{z-index:-3;object-fit:cover;object-position:center 43%}.site-home-hero__veil{z-index:-2;background:linear-gradient(90deg,#04313af7,#04414ad1 47%,#04313a2e 78%)}.site-home-hero__copy{width:min(1180px,calc(100% - 40px));margin:auto;padding:74px 0 104px}.site-home-hero__copy>span,.site-section>header>span,.site-page-hero__copy>span,.site-world-card>div:last-child>span,.site-universe-feature>div:last-child>span,.site-podcast-card>div>span,.site-progress-card>span,.site-teacher-cta span{color:#ffd887;font-size:11px;font-weight:900;letter-spacing:1.8px;text-transform:uppercase}.site-home-hero h1{max-width:810px;margin:10px 0 20px;font:800 clamp(52px,7vw,88px)/.92 "Baloo 2";letter-spacing:-2px}.site-home-hero__copy>p{max-width:620px;margin:0;color:#eaf7f4;font-size:clamp(17px,2vw,21px);line-height:1.55}.site-actions{margin-top:29px;display:flex;align-items:center;flex-wrap:wrap;gap:12px}.site-primary,.site-secondary{min-height:55px;padding:0 22px}.site-primary svg,.site-secondary svg{width:20px;height:20px}.site-secondary{color:var(--deep)!important;background:#fffaf0;box-shadow:0 5px #04313a38}.site-home-hero__badge{position:absolute;right:max(30px,calc((100vw - 1180px)/2));bottom:56px;width:190px;aspect-ratio:1;display:grid;place-items:center;align-content:center;border:5px solid #ffd887;border-radius:50%;color:var(--deep);background:#fff6df;box-shadow:0 12px #04313a73;transform:rotate(5deg)}.site-home-hero__badge svg{width:34px;height:34px;color:var(--sun)}.site-home-hero__badge strong{font:800 29px/1 "Baloo 2"}.site-home-hero__badge span{margin-top:4px;font-size:10px;font-weight:900}.site-section{width:min(1180px,calc(100% - 40px));margin:auto;padding:82px 0}.site-section>header{max-width:700px;margin-bottom:34px}.site-section>header>span,.site-universe-feature>div:last-child>span,.site-podcast-card>div>span,.site-progress-card>span,.site-teacher-cta span{color:#ac4339}.site-section>header h2,.site-family-banner h2,.site-universe-feature h2,.site-teacher-cta h2{margin:7px 0 10px;font:800 clamp(34px,5vw,54px)/.98 "Baloo 2";letter-spacing:-.8px}.site-section>header p{margin:0;color:#55747a;font-size:17px;line-height:1.6}.site-format-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.site-format-grid article{min-height:275px;padding:28px;display:flex;flex-direction:column;border:2px solid #d9e4df;border-radius:26px;background:#fff;box-shadow:0 8px #d9e4df}.site-format-grid article>svg{width:56px;height:56px;padding:12px;border-radius:18px;color:var(--teal);background:#dcefeb}.site-format-grid article:nth-child(2)>svg{color:#a66312;background:#fff0bd}.site-format-grid article:nth-child(3)>svg{color:#703f8d;background:#eee1f3}.site-format-grid article:nth-child(4)>svg{color:#b34b41;background:#ffe2dd}.site-format-grid h3{margin:18px 0 6px;font:800 26px/1 "Baloo 2"}.site-format-grid p{margin:0 0 20px;color:#58767b;line-height:1.55}.site-format-grid a{margin-top:auto;display:inline-flex;align-items:center;gap:5px;color:var(--teal);font-size:13px;font-weight:900}.site-worlds{width:100%;max-width:none;padding-right:max(20px,calc((100vw - 1180px)/2));padding-left:max(20px,calc((100vw - 1180px)/2));color:#fff;background:var(--deep)}.site-worlds>header>span{color:#ffd887}.site-world-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.site-world-card{min-height:485px;position:relative;overflow:hidden;isolation:isolate;display:flex;align-items:flex-end;border:2px solid rgba(255,255,255,.3);border-radius:30px;background:#063943;box-shadow:0 10px #0000003d}.site-world-card>img,.site-world-card__veil{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.site-world-card>img{z-index:-2;object-fit:cover}.site-world-card--academy>img{object-position:58% center}.site-world-card--black-sparow>img{object-position:61% center}.site-world-card--mythos>img{object-position:68% center}.site-world-card__veil{z-index:-1;background:linear-gradient(0deg,rgba(3,37,45,.98) 0%,rgba(3,37,45,.48) 58%,transparent 88%)}.site-world-card>div:last-child{padding:34px}.site-world-card h3{margin:7px 0 8px;font:800 clamp(31px,4vw,45px)/.95 "Baloo 2"}.site-world-card p{margin:0 0 22px;color:#deeeeb;line-height:1.55}.site-world-card a,.site-world-card button{display:inline-flex;align-items:center;gap:7px;border:0;padding:0;color:#ffd887;background:transparent;font-weight:900;cursor:pointer}.site-worlds__all{width:max-content;margin:34px auto 0;display:flex;align-items:center;gap:7px;padding:13px 19px;border:2px solid rgba(255,255,255,.7);border-radius:999px;color:#fff;font-weight:900}.site-family-banner{width:min(1100px,calc(100% - 40px));margin:80px auto;padding:clamp(32px,6vw,62px);display:flex;align-items:flex-end;justify-content:space-between;gap:35px;border-radius:34px;color:var(--deep);background:#dcefeb;box-shadow:0 11px #b9d2cb}.site-family-banner>div:first-child{max-width:650px}.site-family-banner>div:first-child>svg{width:60px;height:60px;color:var(--teal)}.site-family-banner>div:first-child>span{display:block;margin-top:10px;color:#ac4339;font-size:11px;font-weight:900;letter-spacing:1.7px;text-transform:uppercase}.site-family-banner p{margin:0;color:#4c6d73;line-height:1.6}.site-family-banner .site-actions{flex:0 0 auto;flex-direction:column}.site-family-banner .site-actions>*{width:220px}.site-page-hero{min-height:500px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);color:#fff;background:var(--deep)}.site-page-hero--navy{background:#171d52}.site-page-hero--gold{color:var(--deep);background:#f6d785}.site-page-hero__copy{align-self:center;padding:70px max(36px,calc((100vw - 1180px)/2));padding-right:clamp(35px,7vw,90px)}.site-page-hero__copy>span{color:#ffd887}.site-page-hero--gold .site-page-hero__copy>span{color:#934237}.site-page-hero h1{margin:9px 0 18px;font:800 clamp(48px,6vw,76px)/.92 "Baloo 2";letter-spacing:-1.8px}.site-page-hero__copy>p{max-width:650px;margin:0;color:#e2f2ef;font-size:18px;line-height:1.65}.site-page-hero--gold .site-page-hero__copy>p{color:#365b61}.site-page-hero__art{min-height:500px;overflow:hidden}.site-page-hero__art img{width:100%;height:100%;object-fit:cover}.site-universe-catalog>header{margin-bottom:22px}.site-universe-search{width:min(100%,520px);min-height:55px;display:grid;grid-template-columns:24px 1fr;align-items:center;gap:10px;padding:0 17px;border:2px solid #b8cbc7;border-radius:16px;background:#fff;box-shadow:0 5px #dbe5e1}.site-universe-search svg{width:23px;height:23px;color:var(--teal)}.site-universe-search input{width:100%;height:51px;border:0;outline:0;color:var(--deep);background:transparent;font-weight:800}.site-universe-count{margin:14px 0 23px;color:#55747a;font-size:13px;font-weight:900}.site-universe-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.site-universe-card{--card: var(--teal);min-width:0;overflow:hidden;display:flex;flex-direction:column;border:2px solid #d9e4df;border-top:7px solid var(--card);border-radius:27px;background:#fff;box-shadow:0 8px #d9e4df}.site-universe-card--farm,.site-universe-card--forest,.site-universe-card--elements{--card: #527532}.site-universe-card--pirate,.site-universe-card--mystery{--card: #245b54}.site-universe-card--mythos,.site-universe-card--dreams,.site-universe-card--space{--card: #3e477e}.site-universe-card--emotions,.site-universe-card--circus{--card: #9b3f68}.site-universe-card--dragons,.site-universe-card--music{--card: #98502b}.site-universe-card--noelloween{--card: #663879}.site-universe-card__art{height:245px;overflow:hidden;background:#dcefeb}.site-universe-card__art img{width:100%;height:100%;object-fit:cover}.site-universe-card__copy{flex:1;padding:24px;display:flex;flex-direction:column;align-items:flex-start}.site-universe-card__copy>span{color:#9c3e36;font-size:10px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase}.site-universe-card h2{margin:8px 0;font:800 31px/1 "Baloo 2"}.site-universe-card p{margin:0;color:#55747a;line-height:1.55}.site-universe-card .site-chip-row{margin-top:auto;padding-top:20px}.site-universe-card .site-primary{width:100%;margin-top:0}.site-universe-empty{padding:30px;border-radius:20px;background:#fff;color:#55747a;text-align:center;font-weight:900}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.site-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 27px}.site-chip-row small{padding:8px 13px;border-radius:999px;color:#075563;background:#dcefeb;font-weight:900}.site-podcast-list{display:grid;gap:20px}.site-podcast-card{min-height:250px;display:grid;grid-template-columns:230px minmax(0,1fr) auto;gap:28px;align-items:center;overflow:hidden;border:2px solid #d9e4df;border-radius:26px;background:#fff;box-shadow:0 7px #d9e4df}.site-podcast-card>img{width:230px;height:100%;min-height:250px;object-fit:cover}.site-podcast-card>div{padding:25px 0}.site-podcast-card h3{margin:5px 0 8px;font:800 clamp(28px,4vw,40px)/1 "Baloo 2"}.site-podcast-card p{margin:0 0 15px;color:#55747a;line-height:1.5}.site-podcast-card audio{width:min(100%,520px);height:42px}.site-podcast-card button{margin-top:14px;display:flex;align-items:center;gap:6px;border:0;padding:0;color:var(--teal);background:transparent;font-weight:900;cursor:pointer}.site-podcast-card>small{align-self:start;margin:22px 22px 0 0;padding:7px 11px;border-radius:999px;color:#75530f;background:#ffe7a8;font-weight:900;white-space:nowrap}.site-parent-grid{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(35px,7vw,90px)}.site-progress-card{padding:38px;text-align:center;border-radius:30px;background:#fff;box-shadow:0 11px #d4e1dd}.site-progress-avatar{width:82px;height:82px;margin:20px auto 8px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--coral);font:800 42px "Baloo 2"}.site-progress-card h2{margin:0 0 23px;font:800 38px "Baloo 2"}.site-progress-card>div:last-of-type{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.site-progress-card strong{font:800 29px "Baloo 2"}.site-progress-card small{display:block;color:#627a7f;font-size:11px}.site-progress-card button{margin-top:27px;border:0;color:var(--teal);background:transparent;font-weight:900;cursor:pointer}.site-info-stack{display:grid;gap:15px}.site-info-stack article{padding:24px;display:flex;align-items:center;gap:20px;border:2px solid #d9e4df;border-radius:22px;background:#fff}.site-info-stack article>svg{width:52px;height:52px;flex:0 0 auto;color:var(--teal)}.site-info-stack h3{margin:0 0 4px;font:800 25px "Baloo 2"}.site-info-stack p{margin:0;color:#58767b;line-height:1.5}.site-teacher-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.site-teacher-steps article{min-height:250px;padding:28px;border-radius:25px;background:#fff;box-shadow:0 8px #d9e4df}.site-teacher-steps strong{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;color:#fff;background:var(--teal);font:800 27px "Baloo 2"}.site-teacher-steps h3{margin:22px 0 8px;font:800 27px "Baloo 2"}.site-teacher-steps p{margin:0;color:#58767b;line-height:1.6}.site-teacher-cta{margin-top:50px;padding:35px;display:grid;grid-template-columns:75px 1fr auto;align-items:center;gap:25px;border-radius:28px;background:#dcefeb}.site-teacher-cta>svg{width:72px;height:72px;color:#a26b13}.site-teacher-cta h2{font-size:34px}.site-teacher-cta p{margin:0;color:#55747a}.site-footer{color:#d8ebe8;background:#063943}.site-footer__inner{width:min(1180px,calc(100% - 40px));margin:auto;padding:54px 0 30px;display:grid;grid-template-columns:1.2fr 1fr;gap:35px}.site-footer .brand{align-items:flex-start;color:#fff}.site-footer .brand__pod{color:#fff;text-shadow:none}.site-footer .brand__academy{color:var(--deep)}.site-footer p{max-width:430px;color:#b9d5d1;line-height:1.55}.site-footer nav{display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:15px}.site-footer nav a{min-height:44px;display:flex;align-items:center;color:#fff;font-weight:900}.site-world-card__placeholder,.site-universe-feature__placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:110px;background:radial-gradient(circle at 50% 45%,#f8d879,#557f35)}.site-info-stack article a{display:inline-flex;margin-top:6px;color:var(--teal);font-weight:900;text-decoration:underline}.site-footer small{grid-column:1 / -1;padding-top:24px;display:flex;align-items:center;justify-content:center;gap:7px;border-top:1px solid rgba(255,255,255,.12);color:#a9cbc6}.site-footer small svg{color:var(--sun)}.hub-site-home{display:flex;flex-direction:column;align-items:center;border:0;padding:0;color:var(--deep);background:transparent;cursor:pointer}.hub-site-home small{margin-top:3px;color:var(--teal);font-size:9px;font-weight:900;text-decoration:underline}@media(max-width:1040px){.site-header__inner{width:min(100% - 28px,1180px)}.site-nav{gap:12px}.site-nav>a:not(.site-nav__play){font-size:12px}.site-nav__parent{width:42px;padding:0;font-size:0}.site-format-grid{grid-template-columns:repeat(2,1fr)}.site-universe-list{grid-template-columns:repeat(2,minmax(0,1fr))}.site-home-hero__badge{width:155px}.site-teacher-cta{grid-template-columns:65px 1fr}.site-teacher-cta .site-primary{grid-column:2;justify-self:start}}@media(max-width:820px){.site-header__inner{min-height:72px}.site-menu-toggle{width:46px;height:46px;display:grid;place-items:center;border:0;border-radius:50%;color:var(--deep);background:#dcefeb;cursor:pointer}.site-menu-toggle svg{width:25px;height:25px}.site-nav{position:absolute;top:72px;right:0;left:0;display:none;padding:16px 20px 24px;align-items:stretch;border-bottom:2px solid #c8dbd5;background:#fffaf0;box-shadow:0 14px 24px #084d5a24}.site-nav.is-open{display:grid}.site-nav>a:not(.site-nav__play){padding:10px 5px;font-size:15px}.site-nav>a:not(.site-nav__play):after{bottom:4px;right:auto;width:42px}.site-nav__parent{width:100%;min-height:47px;font-size:14px}.site-page-hero{grid-template-columns:1fr}.site-page-hero__copy{padding:58px max(24px,calc((100vw - 1180px)/2))}.site-page-hero__art{min-height:380px;order:-1}.site-world-grid{grid-template-columns:1fr}.site-world-card{min-height:440px}.site-universe-feature,.site-universe-feature.is-reversed{grid-template-columns:1fr;gap:27px}.site-universe-feature.is-reversed .site-universe-feature__art{order:0}.site-universe-feature__art{height:420px}.site-podcast-card{grid-template-columns:180px 1fr}.site-podcast-card>img{width:180px}.site-podcast-card>small{display:none}.site-podcast-card>div{padding-right:20px}.site-parent-grid,.site-teacher-steps{grid-template-columns:1fr}.site-teacher-steps article{min-height:auto;display:flex;gap:20px}.site-teacher-steps h3{margin-top:0}}@media(max-width:620px){.site-header__inner{width:calc(100% - 24px)}.site-brand .brand__pod{font-size:23px}.site-brand .brand__academy{display:none}.site-home-hero{min-height:630px;align-items:end}.site-home-hero>img{object-position:62% center}.site-home-hero__veil{background:linear-gradient(0deg,#04313afa,#04313abf 62%,#04313a1f)}.site-home-hero__copy{width:calc(100% - 36px);padding:145px 0 45px}.site-home-hero h1{font-size:clamp(43px,13vw,58px);letter-spacing:-1px}.site-home-hero__copy>p{font-size:16px}.site-home-hero__badge{display:none}.site-actions{align-items:stretch;flex-direction:column}.site-actions>*{width:100%}.site-section{width:calc(100% - 32px);padding:58px 0}.site-format-grid{grid-template-columns:1fr}.site-format-grid article{min-height:auto}.site-worlds{width:100%;padding-right:16px;padding-left:16px}.site-world-card{min-height:410px}.site-world-card>div:last-child{padding:26px}.site-family-banner{width:calc(100% - 32px);margin:58px auto;padding:28px;display:block}.site-family-banner .site-actions{margin-top:25px}.site-family-banner .site-actions>*{width:100%}.site-page-hero{min-height:0}.site-page-hero__art{min-height:285px}.site-page-hero__copy{padding:42px 20px 48px}.site-page-hero h1{font-size:45px}.site-page-hero__copy>p{font-size:16px}.site-universe-list{grid-template-columns:1fr;gap:20px}.site-universe-card__art{height:230px}.site-universe-card__copy{padding:21px}.site-universe-feature__art{height:330px;border-radius:24px}.site-universe-feature h2{font-size:42px}.site-podcast-card{grid-template-columns:1fr;gap:0}.site-podcast-card>img{width:100%;height:260px;min-height:0}.site-podcast-card>div{padding:24px}.site-podcast-card audio{width:100%}.site-progress-card{padding:28px 18px}.site-info-stack article{align-items:flex-start}.site-info-stack article>svg{width:42px;height:42px}.site-teacher-steps article{padding:22px}.site-teacher-steps strong{flex:0 0 auto}.site-teacher-cta{padding:25px;grid-template-columns:1fr;text-align:center}.site-teacher-cta>svg{margin:auto}.site-teacher-cta .site-primary{grid-column:auto;justify-self:stretch}.site-footer__inner{grid-template-columns:1fr}.site-footer nav{grid-template-columns:1fr}.site-footer small{grid-column:auto;text-align:center}.hub-site-home small{display:none}}.experience-header{min-height:78px;padding:12px clamp(14px,4vw,36px);display:grid;grid-template-columns:50px 1fr 50px;align-items:center;gap:12px;background:#fff7e6;border-bottom:2px solid rgba(8,77,90,.15)}.experience-header>.brand{justify-self:center}.experience-header>button{width:48px;height:48px;display:grid;place-items:center;border:0;border-radius:50%;background:#dcefeb;color:var(--deep);cursor:pointer}.experience-header>button svg{width:24px;height:24px}.universe-catalog,.experience-screen{--world:#075462;--world-soft:#dcefeb;min-height:100vh;background:#f7f0e3;color:var(--deep)}.universe-catalog--farm,.experience-screen--farm{--world:#4e772f;--world-soft:#e8f2d8}.universe-catalog--pirate,.experience-screen--pirate{--world:#164958;--world-soft:#dce9eb}.universe-catalog--mythos,.experience-screen--mythos{--world:#252d6b;--world-soft:#e3e3f4}.universe-catalog--mystery,.experience-screen--mystery{--world:#255c43;--world-soft:#e0f0e7}.universe-catalog--emotions,.experience-screen--emotions{--world:#9b3f68;--world-soft:#f8e3ed}.universe-catalog--dragons,.experience-screen--dragons{--world:#8a3d2d;--world-soft:#f7e5d9}.universe-catalog--noelloween,.experience-screen--noelloween{--world:#5b326f;--world-soft:#eee3f4}.universe-catalog--elements,.experience-screen--elements{--world:#35613f;--world-soft:#e2f0df}.universe-catalog--music,.experience-screen--music{--world:#9a4a22;--world-soft:#f8e5d8}.universe-catalog--dreams,.experience-screen--dreams{--world:#44558d;--world-soft:#e5e9f7}.universe-catalog--forest,.experience-screen--forest{--world:#41662f;--world-soft:#e7f0dd}.universe-catalog--space,.experience-screen--space{--world:#32366f;--world-soft:#e5e6f6}.universe-catalog--circus,.experience-screen--circus{--world:#9b2f39;--world-soft:#f8e0e2}.universe-catalog__hero{position:relative;min-height:390px;display:grid;align-items:end;overflow:hidden;background:var(--world)}.universe-catalog__hero>img,.universe-catalog__hero>i{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.universe-catalog__hero>img{object-fit:cover}.universe-catalog__hero>i{background:linear-gradient(0deg,#04272ff5,#04272f14 80%)}.universe-catalog__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:150px;background:radial-gradient(circle at 50% 45%,#f5d87e,var(--world))}.universe-catalog__hero>div:last-child{position:relative;z-index:1;width:min(1100px,calc(100% - 38px));margin:0 auto;padding:70px 0 42px;color:#fff}.universe-catalog__hero span,.experience-library>header span,.experience-shell>header span{color:#ffd887;font-size:11px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase}.universe-catalog__hero h1{max-width:760px;margin:5px 0 8px;font:800 clamp(44px,8vw,76px)/.94 "Baloo 2"}.universe-catalog__hero p{max-width:620px;margin:0;font-size:17px;line-height:1.55}.experience-library{width:min(1100px,calc(100% - 34px));margin:auto;padding:52px 0 75px}.experience-library>header h2{margin:4px 0 24px;font:800 clamp(34px,5vw,50px)/1 "Baloo 2"}.academy-library-card{width:100%;min-height:100px;margin-bottom:20px;padding:18px 22px;display:grid;grid-template-columns:62px 1fr 34px;align-items:center;gap:16px;border:0;border-radius:24px;color:#fff;background:var(--world);text-align:left;cursor:pointer;box-shadow:0 7px #032d3633}.academy-library-card>svg:first-child{width:55px;height:55px;color:#ffd887}.academy-library-card>svg:last-child{width:28px;height:28px}.academy-library-card>span{display:flex;flex-direction:column}.academy-library-card small{color:#ffd887;font-weight:900;text-transform:uppercase}.academy-library-card strong{font:800 24px "Baloo 2"}.experience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.experience-card{min-height:220px;padding:0;display:grid;grid-template-columns:190px 1fr;overflow:hidden;border:2px solid #d4d9cc;border-radius:26px;background:#fff;text-align:left;cursor:pointer;box-shadow:0 7px #084d5a1a}.experience-card__art{min-height:220px;display:grid;place-items:center;overflow:hidden;background:var(--world-soft)}.experience-card__art img{width:100%;height:100%;object-fit:cover}.experience-card__art>span{font-size:78px}.experience-card>div:last-child{padding:22px;display:flex;flex-direction:column;align-items:flex-start}.experience-card small{color:#a7483e;font-weight:900;text-transform:uppercase}.experience-card strong{margin:5px 0;font:800 25px/1.05 "Baloo 2"}.experience-card p{margin:0 0 16px;color:#567278;line-height:1.45}.experience-card>div:last-child>span{margin-top:auto;display:flex;align-items:center;gap:5px;color:var(--world);font-weight:900}.experience-card>div:last-child>span.is-complete{color:#27845f}.empty-library{padding:24px;border-radius:20px;background:#fff}.experience-screen{background:var(--world)}.experience-shell{width:min(940px,calc(100% - 32px));margin:30px auto 60px;overflow:hidden;border-radius:32px;background:#fff7e6;box-shadow:0 13px #0000002e}.experience-shell>header{min-height:210px;display:grid;grid-template-columns:260px 1fr;align-items:stretch;background:#fff}.experience-shell>header>img{width:100%;height:100%;min-height:210px;object-fit:cover}.experience-shell>header>div{align-self:center;padding:28px 34px}.experience-shell>header h1{margin:5px 0 7px;font:800 clamp(34px,5vw,50px)/1 "Baloo 2"}.experience-shell>header p{margin:0;color:#587276;line-height:1.5}.experience-playfield{padding:clamp(22px,5vw,45px)}.memory-status{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.memory-status span{padding:8px 13px;border-radius:999px;background:var(--world-soft);font-weight:900}.platform-memory{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.platform-memory button{aspect-ratio:1;min-width:0;padding:7px;display:grid;place-items:center;border:3px solid #fff;border-radius:18px;color:#fff;background:var(--world);cursor:pointer;box-shadow:0 6px #00000029}.platform-memory button.is-open{color:var(--deep);background:#fff;border-color:#f1c860}.platform-memory button>svg{width:35px;height:35px;color:#f6ca57}.platform-memory button>span{font-size:42px}.platform-memory button img{width:100%;height:72px;border-radius:10px;object-fit:cover}.platform-memory button small{font-weight:900}.sequence-answer{min-height:150px;padding:18px;display:flex;align-items:center;justify-content:center;gap:10px;border:3px dashed #b7c9c5;border-radius:24px;background:#fff}.sequence-answer>p{color:#6d8081}.sequence-answer button{min-width:105px;padding:12px;border:2px solid #e5c66e;border-radius:18px;background:#fff6d7;cursor:pointer}.sequence-answer button span{display:block;font-size:44px}.sequence-answer button small{font-weight:900}.sequence-parts{margin:20px 0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.sequence-parts button{min-height:58px;padding:8px 15px;border:2px solid #b8ccc8;border-radius:16px;background:#fff;font-weight:900;cursor:pointer}.sequence-parts span{margin-right:7px;font-size:26px}.experience-action{display:flex;margin:22px auto 0}.experience-notice{padding:12px 14px;border-radius:14px;color:#8b3d34;background:#ffe1dc;text-align:center;font-weight:900}.maze-help{text-align:center}.platform-maze{width:min(100%,540px);margin:20px auto;display:grid;gap:5px}.platform-maze button{aspect-ratio:1;min-width:0;border:0;border-radius:10px;font-size:clamp(21px,5vw,38px)}.platform-maze button svg{width:55%;height:55%;margin:auto}.platform-maze button.wall{background:#315e64}.platform-maze button.path{background:#fff;border:2px solid #c8d9d5;cursor:pointer}.platform-maze button.visited{background:#fce8a9}.word-list{display:grid;gap:12px}.word-list label{padding:14px;display:grid;grid-template-columns:1fr minmax(150px,230px);align-items:center;gap:15px;border-radius:17px;background:#fff}.word-list label span{display:flex;align-items:center;gap:10px;font-weight:800}.word-list label b{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--world)}.word-list input{width:100%;padding:12px;border:2px solid #b9cbc7;border-radius:12px;text-transform:uppercase;font-weight:900}.drawing-prompt{text-align:center;font-weight:900}.drawing-tools{margin:15px 0;display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap}.drawing-tools>svg{width:30px;height:30px}.drawing-tools button:not(.drawing-clear){width:39px;height:39px;border:4px solid #fff;border-radius:50%;cursor:pointer;box-shadow:0 0 0 2px #b8c6c2}.drawing-tools button.active{box-shadow:0 0 0 4px var(--deep)}.drawing-clear{min-height:40px;padding:0 14px;border:2px solid #b8c6c2;border-radius:12px;background:#fff;font-weight:900;cursor:pointer}.drawing-canvas{width:100%;height:auto;display:block;border:3px dashed #b7c9c5;border-radius:24px;background:#fff;touch-action:none}.audio-round{width:min(100%,430px);min-height:90px;margin:20px auto;display:flex;align-items:center;justify-content:center;gap:15px;border:0;border-radius:24px;color:#fff;background:var(--world);font-weight:900;cursor:pointer}.audio-round svg{width:42px;height:42px}.audio-choices{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.audio-choices button{min-height:62px;border:2px solid #b8c9c5;border-radius:16px;background:#fff;font-weight:900;cursor:pointer}.experience-unavailable{padding:38px;border-radius:22px;background:#fff;text-align:center}.experience-unavailable>svg{width:75px;height:75px;color:#f2b643}.experience-finish{width:min(620px,calc(100% - 32px));margin:50px auto;padding:clamp(30px,7vw,58px);border-radius:34px;background:#fff7e6;text-align:center;box-shadow:0 13px #0000002e}.experience-finish>svg{width:110px;height:110px;color:#f2b643}.experience-finish>span{display:block;color:#b5483e;font-weight:900;text-transform:uppercase}.experience-finish h1{margin:7px 0;font:800 clamp(39px,7vw,57px)/1 "Baloo 2"}.experience-finish>div{display:flex;justify-content:center;gap:11px;margin-top:22px}.platform-jigsaw{width:min(100%,560px);aspect-ratio:1;display:grid;gap:4px;margin:0 auto;padding:7px;border-radius:22px;background:#10535b1f}.platform-jigsaw button{min-width:0;border:0;border-radius:8px;background-repeat:no-repeat;cursor:pointer;box-shadow:inset 0 0 0 2px #ffffff8c}.platform-jigsaw button.is-selected{outline:5px solid #f9be4b;transform:scale(.94)}.hidden-object-status{margin-bottom:12px;color:#0f535b;text-align:center;font-weight:900}.hidden-object-scene{position:relative;width:min(100%,720px);aspect-ratio:16/10;margin:0 auto;overflow:hidden;border-radius:24px;background-position:center;background-size:cover;box-shadow:0 15px 35px #0d494f2e}.hidden-object-scene button{position:absolute;width:45px;height:45px;display:grid;place-items:center;translate:-50% -50%;border:3px solid white;border-radius:50%;color:#0f535b;background:#f9be4beb;cursor:pointer}.hidden-object-scene button.is-found{background:#6fc5a8;opacity:.72}.hidden-object-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px}.hidden-object-list span{display:inline-flex;align-items:center;gap:5px;padding:8px 12px;border-radius:999px;background:#fff4dc;font-weight:800}.hidden-object-list span.is-found{color:#26765d;text-decoration:line-through}.karaoke-lyrics{max-width:620px;max-height:320px;overflow-y:auto;margin:18px auto;padding:20px;border-radius:22px;background:linear-gradient(145deg,#fff8e6,#fde1e9);text-align:center}.karaoke-lyrics p{margin:8px 0;font-size:clamp(1.08rem,2vw,1.45rem);font-weight:900;line-height:1.45}.karaoke-tracks{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.karaoke-tracks button{padding:8px 12px;border:2px solid #0f535b;border-radius:999px;color:#0f535b;background:#fff;font-weight:800}.karaoke-tracks button.active{color:#fff;background:#0f535b}@media(max-width:760px){.experience-grid{grid-template-columns:1fr}.experience-card{grid-template-columns:130px 1fr}.experience-card__art{min-height:200px}.experience-shell>header{grid-template-columns:1fr}.experience-shell>header>img{height:220px}.platform-memory{grid-template-columns:repeat(3,1fr)}.word-list label{grid-template-columns:1fr}.experience-finish>div{flex-direction:column}}@media(max-width:480px){.universe-catalog__hero{min-height:340px}.universe-catalog__hero h1{font-size:44px}.experience-card{grid-template-columns:1fr}.experience-card__art{height:180px}.academy-library-card{grid-template-columns:48px 1fr 28px}.academy-library-card>svg:first-child{width:42px;height:42px}.academy-library-card strong{font-size:20px}.platform-memory{grid-template-columns:repeat(3,1fr);gap:7px}.platform-memory button{border-radius:13px}.platform-memory button img{height:52px}.platform-memory button>span{font-size:34px}.sequence-answer{flex-wrap:wrap}.sequence-answer button{min-width:85px}.experience-playfield{padding:20px 14px}.experience-finish{margin-top:25px}.audio-choices{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.experience-card,.platform-memory button{transition:none}}.platform-admin{padding:0 clamp(16px,4vw,45px) 45px}.platform-admin__nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.platform-admin__nav button{min-height:46px;padding:0 15px;display:flex;align-items:center;gap:7px;border:2px solid #bed0cb;border-radius:14px;background:#fff;font-weight:900;cursor:pointer}.platform-admin__nav button.active{border-color:var(--teal);color:#fff;background:var(--teal)}.platform-admin__nav svg{width:22px;height:22px}.platform-admin .admin-workspace{padding:0}.admin-helper{padding:11px 14px;border-radius:12px;color:#715014;background:#fff1c8}.admin-filter{padding:12px;display:grid;gap:5px;font-size:12px;font-weight:900}.admin-filter select{width:100%;padding:9px;border:2px solid #c7d5d2;border-radius:10px;background:#fff}.media-admin{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(250px,.7fr);gap:22px}.media-list{padding:22px;border-radius:20px;background:#fff}.media-list h2{margin-top:0;font:800 27px "Baloo 2"}.media-list article{padding:11px 0;display:grid;grid-template-columns:38px 1fr;gap:10px;border-bottom:1px solid #dce4e1}.media-list article>svg{width:32px;height:32px;color:var(--teal)}.media-list article>div{display:flex;flex-direction:column}.media-list small{width:max-content;margin-top:4px;padding:4px 8px;border-radius:999px;font-weight:900}.media-list .rights-cleared{color:#176447;background:#dcefe6}.media-list .rights-unknown{color:#76530e;background:#fff0bd}.media-list .rights-restricted{color:#86392f;background:#ffe0dc}.support-editor{max-width:800px;margin:auto}@media(max-width:800px){.media-admin{grid-template-columns:1fr}.platform-admin{padding-right:12px;padding-left:12px}.platform-admin__nav button{flex:1 1 140px}}.experience-library>header span,.experience-shell>header span{color:#a7483e}.hidden-object-scene button{border-color:transparent;color:transparent;background:transparent;opacity:.04}.hidden-object-scene button:hover,.hidden-object-scene button:focus-visible{outline:4px solid #fff;color:#0f535b;background:#f9be4bc7;opacity:1}.hidden-object-scene button.is-found{border-color:#fff;color:#0f535b;background:#6fc5a8;opacity:.9}.platform-story{max-width:690px;margin:auto;padding:clamp(18px,4vw,34px);border-radius:24px;background:#fff}.platform-story__progress{display:flex;align-items:center;gap:8px;color:var(--world);font-weight:900}.platform-story__progress svg{width:28px;height:28px}.platform-story h2{margin:16px 0 10px;font:800 clamp(29px,5vw,43px)/1.05 "Baloo 2"}.platform-story>p{font-size:17px;line-height:1.65}.platform-story__choices{display:grid;gap:10px;margin-top:22px}.platform-story__choices button{min-height:64px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:15px;border:2px solid #b8cbc7;border-radius:17px;color:var(--deep);background:#fff;font-weight:900;text-align:left;cursor:pointer}.platform-story__choices button:hover,.platform-story__choices button:focus-visible{border-color:var(--world);background:var(--world-soft)}.platform-story__choices svg{flex:0 0 auto;width:24px;height:24px}.platform-story--ending{text-align:center}.platform-story--ending>svg{width:82px;height:82px;color:#f2b643}.platform-story--ending>span{display:block;color:#a7483e;font-weight:900;text-transform:uppercase}.platform-story__traits{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.platform-story__traits small{display:inline-flex;align-items:center;gap:5px;padding:7px 11px;border-radius:999px;background:#fff0b9;font-weight:900}.platform-story__traits svg{color:#e8a923}.primary-cta{background:#d0443a}
