:root{color:#173f37;font-synthesis:none;--surface:#fffdfa;--ink:#173f37;--muted:#68857d;--state-bg:#ddf7e9;--state-soft:#e5f8ed;--state:#40be87;--state-dark:#087f57;--state-border:#b6ebd4;--shadow:0 22px 50px #236f5221;background:#e1f7ec;font-family:Nunito,Arial Rounded MT Bold,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{min-width:320px;min-height:100vh;margin:0}button{font:inherit}button:focus-visible{outline-offset:3px;outline:4px solid #327fde61}button:disabled{cursor:not-allowed;opacity:.55}.app-shell{background:var(--state-bg);min-height:100vh;transition:background-color .42s;overflow-x:hidden}.state-warning{--state-bg:#fff3c8;--state-soft:#fff6d9;--state:#f3b52e;--state-dark:#9c6508;--state-border:#f8d880}.state-too_loud{--state-bg:#ffe0dc;--state-soft:#ffebe8;--state:#f87364;--state-dark:#ae3c35;--state-border:#ffc0b8}.state-milestone{--state-bg:#ddf7ea;--state-soft:#e9f9ee;--state:#23ad78;--state-dark:#087b55;--state-border:#f5cc55}.topbar{z-index:20;background:#fffffff7;border-bottom:1px solid #d5e6df;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:96px;padding:15px 42px;display:grid;position:relative}.brand{letter-spacing:-.6px;align-items:center;gap:12px;font-size:26px;font-weight:900;display:flex}.brand-mark{color:#fff;background:#40be87;border-radius:15px;place-items:center;width:46px;height:46px;display:grid;position:relative;overflow:hidden;transform:rotate(-4deg)}.brand-ear{border:2px solid #fff;border-radius:70% 30% 65% 40%;width:17px;height:21px;position:absolute;top:10px;left:10px;transform:rotate(-25deg)}.brand-face{font-size:20px;position:absolute;top:6px;right:10px}.mode-switch{background:#edf4f1;border:1px solid #d6e5df;border-radius:999px;padding:5px;display:flex}.mode-option{color:#769089;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:999px;padding:12px 22px;font-weight:800}.mode-option.active{color:#087f57;background:#fff;box-shadow:0 4px 12px #1b544114}.top-actions{justify-self:end;gap:12px;display:flex}.outline-button,.icon-button{height:48px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #d5e4de}.outline-button{border-radius:999px;align-items:center;gap:9px;padding:0 20px;font-weight:800;display:flex}.icon-button{border-radius:50%;place-items:center;width:48px;display:grid}.resource-button{color:#087f57;background:#f4fcf8;border-color:#b8dfcf;position:relative}.resource-button.nudged:after{content:"";background:#f4b928;border:2px solid #fff;border-radius:50%;width:9px;height:9px;animation:1.8s ease-out 3 resource-nudge;position:absolute;top:-2px;right:1px;box-shadow:0 0 #f4b92866}.classroom-stage{min-height:calc(100vh - 96px);padding:30px clamp(24px,6vw,110px) 38px}.eyebrow{text-align:center;color:var(--muted);margin:0 0 18px;font-size:18px;font-weight:800}.stage-grid{grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:clamp(35px,6vw,76px);max-width:1190px;margin:0 auto;display:grid}.pet-column{justify-items:center;gap:20px;min-width:0;display:grid}.pet-orb{aspect-ratio:1;background:var(--surface);border:3px solid var(--state-border);width:min(500px,52vh);box-shadow:var(--shadow);border-radius:50%;place-items:center;transition:border-color .4s,box-shadow .4s;animation:4s ease-in-out infinite stage-float;display:grid;position:relative;overflow:hidden}.pet-orb>img{object-fit:contain;object-position:center;transform-origin:50% 62%;width:92%;height:84%;animation:3s ease-in-out infinite pet-breathe}.pet-line{color:var(--state-dark);white-space:nowrap;font-size:clamp(19px,2vw,27px);position:absolute;bottom:8%;left:50%;transform:translate(-50%)}.dream-zzz{z-index:2;color:var(--state-dark);pointer-events:none;align-items:baseline;font-weight:900;display:flex;position:absolute;bottom:7%;left:50%;transform:translate(-50%)}.dream-zzz span{opacity:0;text-shadow:0 5px 16px color-mix(in srgb, var(--state) 30%, transparent);font-size:clamp(20px,2.15vw,29px);animation:2.8s ease-out infinite dream-float;display:inline-block}.dream-zzz span:nth-child(2){margin-left:1px;font-size:.88em;animation-delay:.35s}.dream-zzz span:nth-child(3){margin-left:1px;font-size:.76em;animation-delay:.7s}.dream-zzz span:nth-child(4){margin-left:2px;font-size:.7em;animation-delay:1.05s}.status-pill{color:#fff;background:var(--state);text-align:center;max-width:min(760px,92vw);box-shadow:0 12px 30px color-mix(in srgb, var(--state) 24%, transparent);border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:14px 27px;font-size:clamp(15px,1.45vw,21px);font-weight:900;transition:background-color .4s;display:flex}.status-light{background:color-mix(in srgb, var(--state-dark) 82%, white);border-radius:50%;flex:none;width:18px;height:18px;box-shadow:inset 0 0 0 2px #0000001f,0 0 12px #ffffff8c}.start-card{z-index:5;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffdfaf0;border:1px solid #ffffffe6;border-radius:38%;flex-direction:column;justify-content:center;align-items:center;padding:34px;display:flex;position:absolute;inset:9%}.start-card.compact{gap:4px}.start-card h1{margin:14px 0 8px;font-size:clamp(21px,2vw,28px);line-height:1.13}.start-card p{max-width:330px;color:var(--muted);margin:0 0 20px;font-size:14px;font-weight:700;line-height:1.5}.start-icon{color:#fff;background:#40be87;border-radius:18px;place-items:center;width:56px;height:56px;display:grid;box-shadow:0 12px 24px #24ad7738}.primary-button,.secondary-button{cursor:pointer;border-radius:15px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 19px;font-weight:900;display:inline-flex}.primary-button{color:#fff;background:#169d6c;border:0;box-shadow:0 10px 20px #0f845a2e}.secondary-button{color:var(--ink);background:#fff;border:1px solid #cfddd8}.text-button{color:#087f57;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;margin-top:14px;font-weight:800;text-decoration:underline}.spinner{border:5px solid #cdeede;border-top-color:#169d6c;border-radius:50%;width:44px;height:44px;animation:.8s linear infinite spin}.focus-card{text-align:center;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff70;border:1px solid #ffffffc7;border-radius:31px;padding:24px 24px 22px}.focus-card h2{margin:0 0 15px;font-size:20px}.progress-wrap{position:relative}.progress-ring{width:205px;height:205px;color:inherit;background:conic-gradient(var(--state) var(--progress), #ffffffa6 0deg);cursor:pointer;border:0;border-radius:50%;place-items:center;margin:0 auto 12px;padding:0;transition:background .2s linear;display:grid;position:relative}.progress-ring:after{content:"";background:var(--state-soft);border-radius:50%;transition:background-color .4s;position:absolute;inset:17px}.ring-content{z-index:1;gap:6px;display:grid}.ring-content strong{color:var(--state-dark);letter-spacing:-1.5px;font-size:40px;line-height:1}.ring-content small{color:var(--state-dark);font-size:12px;font-weight:900}.duration-popover{z-index:30;text-align:left;background:#fff;border:1px solid #d8e5e0;border-radius:18px;width:285px;padding:16px;position:absolute;top:72%;left:50%;transform:translate(-50%);box-shadow:0 18px 44px #18433633}.duration-popover>strong{margin-bottom:10px;font-size:13px;display:block}.duration-popover>div{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.duration-popover button{min-height:40px;color:var(--ink);cursor:pointer;background:#f5f9f7;border:1px solid #d7e4df;border-radius:11px;font-weight:900}.duration-popover button.selected{color:#fff;background:#169d6c;border-color:#169d6c}.teacher-controls{justify-content:center;gap:4px;margin-bottom:13px;display:flex}.teacher-controls button{width:42px;height:39px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;display:grid}.teacher-controls button:hover,.teacher-controls button[aria-pressed=true]{background:#ffffffa8}.star-bank{justify-content:center;gap:1px;display:flex}.star-bank button{color:#173f37;cursor:pointer;filter:drop-shadow(0 2px 1px #0000000d);background:0 0;border:0;width:39px;height:42px;padding:0;font-size:34px;line-height:1}.star-bank button.earned{color:#f7b91d;-webkit-text-stroke:1px #d88a08}.star-count{margin-top:5px;font-size:13px;display:block}.focus-note{border:1px solid var(--state-border);width:fit-content;min-height:32px;color:var(--state-dark);background:color-mix(in srgb, var(--state-soft) 70%, white);border-radius:999px;align-items:center;gap:6px;margin:15px auto 0;padding:6px 12px;font-size:12px;font-weight:900;display:flex}.sound-card{background:#fff;border-radius:28px;max-width:1500px;margin:34px auto 0;padding:20px 32px 18px;box-shadow:0 12px 30px #255b4914}.sound-card-heading,.sound-card-heading>span,.meter-labels{align-items:center;display:flex}.sound-card-heading{justify-content:space-between;margin-bottom:13px;font-size:17px}.sound-card-heading>span{gap:9px;font-weight:900}.sound-card-heading strong{color:var(--state-dark);font-size:22px}.meter{background:#e9efec;border-radius:999px;height:18px;position:relative;overflow:visible}.meter-fill{border-radius:inherit;background:linear-gradient(90deg,#40be87 0%,#f7d94d 56%,#fb7567 100%);min-width:2px;height:100%;transition:width .12s linear;display:block}.threshold-marker{background:#193e3440;border-radius:2px;width:2px;height:28px;position:absolute;top:-5px;transform:translate(-1px)}.meter-labels{justify-content:space-between;margin-top:9px;font-size:12px;font-weight:900}.meter-labels span:first-child{color:#087f57}.meter-labels span:nth-child(2){color:#9d6509}.meter-labels span:nth-child(3){color:#b8483e}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#11312961;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{text-align:center;background:#fffdfa;border:1px solid #ffffffd9;border-radius:28px;width:min(480px,100%);padding:34px;position:relative;box-shadow:0 30px 80px #143e3147}.modal h2{margin:12px 0 10px;font-size:25px;line-height:1.2}.modal>p{color:var(--muted);font-weight:700;line-height:1.55}.modal-icon{color:#087f57;background:#dcf5e9;border-radius:17px;place-items:center;width:52px;height:52px;margin:0 auto;display:grid}.modal-actions{justify-content:center;gap:10px;margin-top:24px;display:flex}.modal-close{cursor:pointer;background:#eff5f2;border:0;border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:16px;right:16px}.modal-kicker{letter-spacing:1.3px;font-size:12px;color:#169d6c!important;margin:18px 0 0!important;font-weight:900!important}.countdown{color:#087f57;margin:18px 0;font-size:70px;line-height:1;display:block}.listening-rings{color:#fff;background:#40be87;border-radius:50%;place-items:center;width:74px;height:74px;margin:0 auto;display:grid;position:relative}.listening-rings:before,.listening-rings:after{content:"";opacity:.45;border:2px solid #40be87;border-radius:50%;animation:1.5s ease-out infinite listen;position:absolute;inset:-9px}.listening-rings:after{animation-delay:.7s}.permission-modal{text-align:left}.permission-modal .modal-icon{margin-left:0}.permission-modal ol{color:#385a51;padding-left:24px;font-weight:700;line-height:1.8}.privacy-note{background:#edf8f3;border-radius:13px;padding:13px;font-size:13px}.newsletter-modal{text-align:left}.newsletter-modal .modal-icon{margin-left:0}.newsletter-form>p{color:var(--muted);margin:8px 0 18px;font-weight:700;line-height:1.55}.newsletter-form label{color:var(--ink);margin-bottom:7px;font-size:14px;font-weight:900;display:block}.newsletter-form input{width:100%;height:50px;color:var(--ink);font:inherit;background:#fff;border:2px solid #d5e4de;border-radius:14px;padding:0 15px}.newsletter-form input:focus{border-color:#40be87;outline:4px solid #40be8724}.newsletter-form input[aria-invalid=true]{border-color:#d45c50}.newsletter-form .primary-button{width:100%;margin-top:14px}.newsletter-form small{color:var(--muted);text-align:center;margin-top:13px;line-height:1.45;display:block}.newsletter-form .preview-note{color:#7f590b;background:#fff4cc;border-radius:11px;margin:-5px 0 15px;padding:9px 11px;font-size:12px}.newsletter-form .form-error{color:#a43d35;margin:8px 0 0;font-size:13px}.turnstile-widget{min-height:65px;margin-top:14px}.newsletter-success{text-align:center;justify-items:center;gap:10px;padding-top:12px;display:grid}.newsletter-success>span{color:#fff;background:#169d6c;border-radius:50%;place-items:center;width:46px;height:46px;display:grid}.newsletter-success>strong{font-size:20px}.newsletter-success p{color:var(--muted);margin:0 0 8px;font-weight:700;line-height:1.5}.toast{z-index:90;color:#8c332e;background:#fff5f3;border:1px solid #f2b9b2;border-radius:15px;align-items:center;gap:10px;max-width:430px;padding:14px 18px;font-weight:800;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 15px 40px #5f2a232e}.dev-panel{z-index:80;background:#fffffff2;border:1px solid #cadbd4;border-radius:15px;width:260px;padding:13px;font-size:12px;position:fixed;bottom:16px;left:16px;box-shadow:0 12px 30px #143e312e}.dev-panel strong{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.dev-panel input{accent-color:#169d6c;width:100%}.dev-panel button{cursor:pointer;background:#f2f8f5;border:1px solid #cadbd4;border-radius:10px;width:100%;min-height:34px;margin-top:7px;font-weight:800}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@keyframes spin{to{transform:rotate(360deg)}}@keyframes listen{0%{opacity:.5;transform:scale(.9)}to{opacity:0;transform:scale(1.35)}}@keyframes stage-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pet-breathe{0%,to{transform:scale(.985)}50%{transform:scale(1.015)}}@keyframes dream-float{0%{opacity:0;filter:blur(1.5px);transform:translate(-2px,10px)scale(.82)}18%{opacity:.95;filter:blur()}68%{opacity:.65}to{opacity:0;filter:blur(.7px);transform:translate(5px,-30px)scale(1.16)}}@keyframes resource-nudge{70%,to{box-shadow:0 0 0 12px #f4b92800}}@media (width<=920px){.topbar{grid-template-columns:1fr auto;padding:15px 22px}.mode-switch{grid-area:2/1/auto/-1;justify-self:center}.stage-grid{grid-template-columns:1fr;gap:28px}.focus-card{justify-self:center;width:min(100%,430px)}.pet-orb{width:min(76vw,475px)}}@media (width<=560px){.topbar{gap:14px}.brand{font-size:21px}.brand-mark{width:40px;height:40px}.outline-button{justify-content:center;width:46px;padding:0}.outline-button span{display:none}.mode-switch{width:100%}.mode-option{flex:1;padding:10px 8px;font-size:12px}.classroom-stage{padding:25px 16px 28px}.pet-orb{width:min(92vw,430px)}.start-card{padding:22px;inset:5%}.start-icon{width:46px;height:46px}.status-pill{border-radius:22px;width:100%;padding:12px 16px}.status-light{width:14px;height:14px}.sound-card{border-radius:22px;padding:18px}.modal{padding:28px 22px}.modal-actions{flex-direction:column-reverse}.modal-actions>button{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
