:root{--theme-primary:#111112;--theme-secondary:#E8A628;--theme-background:#FAFAF7;--theme-text:#1E1E1E;--theme-surface:#FFFFFF;--theme-border:rgba(0,0,0,0.08);--theme-font-title:"Inter",system-ui,sans-serif;--theme-font-body:"Inter",system-ui,sans-serif}html.theme-bg-dark,html.theme-bg-glass,html.theme-bg-light{min-height:100vh}html.theme-bg-dark body,html.theme-bg-glass body,html.theme-bg-light body{background-color:var(--theme-background)!important;color:var(--theme-text)}.theme-bg-dark,.theme-bg-light{background-color:var(--theme-background)}.theme-bg-dark{color:var(--theme-text)}.theme-bg-glass{background:linear-gradient(to bottom right,#F6F4EE,var(--theme-background))}.theme-font-large,.theme-font-normal{font-size:1.125rem}.theme-font-large h1{font-size:2.5rem}.theme-font-large h2{font-size:2rem}.theme-font-large p{font-size:1.25rem}@media (min-width:640px){.theme-font-large h1{font-size:3rem}.theme-font-large h2{font-size:2.5rem}.theme-font-large p{font-size:1.5rem}}@media (min-width:1024px){.theme-font-large h1{font-size:3.5rem}.theme-font-large h2{font-size:3rem}.theme-font-large p{font-size:1.75rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes publicFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.public-fade-in{animation:publicFadeIn .4s ease-out both}.public-card{border-radius:16px;border:1px solid var(--theme-border);background:var(--theme-surface);padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.05),0 4px 16px -8px rgba(0,0,0,.1);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.public-card:hover{transform:translateY(-2px);border-color:var(--theme-border);box-shadow:0 8px 24px -12px rgba(0,0,0,.15)}[data-theme=dark] .public-card:hover{box-shadow:0 8px 24px -12px rgba(0,0,0,.5)}.public-card:focus-within{outline:2px solid var(--theme-primary);outline-offset:2px}input[type=range].public-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:9999px;background:var(--range-thumb,var(--theme-primary,#111112));border:2px solid var(--theme-surface,#ffffff);box-shadow:0 1px 3px rgba(0,0,0,.3);cursor:pointer}input[type=range].public-range::-moz-range-thumb{width:20px;height:20px;border-radius:9999px;background:var(--range-thumb,var(--theme-primary,#111112));border:2px solid var(--theme-surface,#ffffff);box-shadow:0 1px 3px rgba(0,0,0,.3);cursor:pointer}.public-focus-ring:focus{outline:2px solid var(--theme-primary);outline-offset:2px}.public-focus-ring:focus:not(:focus-visible){outline:none}.public-focus-ring:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}.public-container{width:100%;max-width:720px;margin-left:auto;margin-right:auto}@media (min-width:768px){.public-container{max-width:840px}}.content-page-html{line-height:1.7}.content-page-html h1{font-size:1.6rem;font-weight:600;margin:1.2rem 0 .6rem}.content-page-html h2{font-size:1.3rem;font-weight:600;margin:1.2rem 0 .6rem}.content-page-html h3{font-size:1.1rem;font-weight:600;margin:1rem 0 .5rem}.content-page-html p{margin:.8rem 0}.content-page-html ol,.content-page-html ul{margin:.8rem 0;padding-left:1.5rem}.content-page-html ul{list-style:disc}.content-page-html ol{list-style:decimal}.content-page-html li{margin:.3rem 0}.content-page-html a{color:var(--theme-primary,#1d4ed8);text-decoration:underline}.content-page-html b,.content-page-html strong{font-weight:600}.content-page-html blockquote{border-left:3px solid var(--theme-border,#e5e5e5);padding-left:1rem;margin:1rem 0;opacity:.85}.content-page-html img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.content-page-html iframe{max-width:100%;border:0;border-radius:8px;margin:1rem 0}.content-page-html figure{margin:1rem 0}.audio-kids-panel{transition:background-color .5s ease,border-color .5s ease,color .4s ease}.kids-mode{overflow:hidden;animation:kidsPanelPop .55s cubic-bezier(.34,1.56,.64,1)}@keyframes kidsPanelPop{0%{transform:scale(.94)}60%{transform:scale(1.02)}to{transform:scale(1)}}.kids-glow{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(150deg,#7FDDC4,#B8F2E6 32%,#FFE08A 62%,#FFD1D4);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:0}.kids-glow-visible{opacity:1}.kids-sparkle{position:absolute;pointer-events:none;opacity:0;transform:scale(.6);transition:opacity .4s ease,transform .4s ease;z-index:1}.kids-sparkle-visible{opacity:.9;transform:scale(1);animation:kidsSparkleFloat 3.2s ease-in-out infinite}.kids-sparkle-1{top:10px;right:16px;animation-delay:0s}.kids-sparkle-2{bottom:14px;left:18px;animation-delay:1.1s}.kids-sparkle-3{top:14px;left:22px;animation-delay:.6s}.kids-sparkle-4{bottom:20px;right:26px;animation-delay:1.7s}@keyframes kidsSparkleFloat{0%,to{transform:translateY(0) rotate(0deg);opacity:.85}50%{transform:translateY(-6px) rotate(15deg);opacity:1}}.kids-burst{position:absolute;inset:0;overflow:hidden;border-radius:inherit;pointer-events:none;z-index:2}.kids-burst-particle{position:absolute;top:50%;left:50%;border-radius:9999px;opacity:0;transform:translate(-50%,-50%) scale(.3) rotate(0deg);animation:kidsBurst 1.1s cubic-bezier(.16,.84,.44,1) forwards}.kids-burst-confetti{border-radius:3px}@keyframes kidsBurst{0%{opacity:0;transform:translate(-50%,-50%) scale(.3) rotate(0deg)}20%{opacity:1}to{opacity:0;transform:translate(calc(-50% + var(--burst-tx, 0px)),calc(-50% + var(--burst-ty, 0px))) scale(1.15) rotate(var(--burst-rot,0deg))}}@media (prefers-reduced-motion:reduce){.kids-burst-particle,.kids-mode,.kids-sparkle,.kids-sparkle-visible{animation:none}.kids-burst-particle{opacity:0}.audio-kids-panel,.kids-glow{transition:none}}