:root{--font-sans:"Inter", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, "Segoe UI", sans-serif;--font-head:"Inter", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, "Segoe UI", sans-serif;--font-serif:ui-serif, Georgia, "Times New Roman", serif;--ink:#0b1220;--muted:#475569;--muted2:#64748b;--bg:#ffffff;--bg-soft:#f8fafc;--line:rgba(15,23,42,.10);--line2:rgba(15,23,42,.07);--accent:#6d28d9;--accent-ink:#2e1065;--theme-primary:#d8b4fe;--theme-secondary:#f3e8ff;--theme-accent:#c084fc;--theme-text:#6b21a8;--theme-text-rgb:107,33,168;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--radius-sm:10px;--radius:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:999px;--shadow-xs:0 1px 2px rgba(15,23,42,.05);--shadow-sm:0 2px 8px rgba(15,23,42,.06), 0 1px 2px rgba(15,23,42,.04);--shadow-md:0 8px 24px rgba(15,23,42,.08), 0 2px 6px rgba(15,23,42,.05);--shadow-lg:0 16px 40px rgba(15,23,42,.10), 0 4px 10px rgba(15,23,42,.05);--shadow-focus:0 0 0 3px rgba(109,40,217,.22);--ease:cubic-bezier(.4,0,.2,1);--ease-out:cubic-bezier(.16,1,.3,1);--dur-fast:.15s;--dur:.25s;--dur-slow:.4s;--container:80rem}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.58;font-size:16px}button,input,select,textarea{font:inherit}p,li{line-height:1.62}@media (max-width:680px){body{font-size:16px}p,li{line-height:1.64}}a{color:inherit}img{max-width:100%;height:auto}*,*::before,*::after{box-sizing:border-box}.container{max-width:var(--container);margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-sans);font-weight:700;font-size:.95rem;line-height:1.2;padding:.85rem 1.5rem;border-radius:var(--radius-full);border:1px solid #fff0;cursor:pointer;text-decoration:none;white-space:nowrap;transition:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur) var(--ease),background-color var(--dur) var(--ease),border-color var(--dur) var(--ease),color var(--dur) var(--ease)}.btn:active{transform:translateY(1px) scale(.99)}.btn:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.btn-primary{background:var(--accent);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--accent-ink);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:var(--shadow-xs)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent-ink);transform:translateY(-1px)}.btn-ghost{background:#fff0;color:var(--ink);border-color:#fff0}.btn-ghost:hover{background:rgb(15 23 42 / .04)}.btn-sm{padding:.6rem 1.1rem;font-size:.85rem}.btn-lg{padding:1rem 2rem;font-size:1.05rem}.card{background:#fff;border:1px solid var(--line2);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-5);transition:transform var(--dur) var(--ease-out),box-shadow var(--dur) var(--ease)}.card-hover:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}@keyframes yuna-fade-up{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:yuna-fade-up var(--dur-slow) var(--ease-out) both}.animate-fade-up:nth-child(2){animation-delay:.05s}.animate-fade-up:nth-child(3){animation-delay:.1s}.animate-fade-up:nth-child(4){animation-delay:.15s}.animate-fade-up:nth-child(5){animation-delay:.2s}.animate-fade-up:nth-child(6){animation-delay:.25s}@media (prefers-reduced-motion:reduce){.animate-fade-up,.card,.btn{animation:none!important;transition:none!important}}.flex{display:flex!important}.items-center{align-items:center!important}.justify-between{justify-content:space-between!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.p-2{padding:.5rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.-mr-2{margin-right:-.5rem!important}.hidden{display:none!important}.w-12{width:3rem!important}.h-12{height:3rem!important}.w-14{width:3.5rem!important}.h-14{height:3.5rem!important}@media (min-width:768px){.md\:block{display:block!important}.md\:hidden{display:none!important}.md\:w-14{width:3.5rem!important}.md\:h-14{height:3.5rem!important}}.space-x-2>:not([hidden])~:not([hidden]){margin-left:.5rem}#site-header{background:var(--bg);border-bottom:1px solid var(--line2)}.header-wrap{width:100%}.primary-menu{display:flex;align-items:center;gap:.5rem;margin:0;padding:0}.primary-menu>li{position:relative;list-style:none}.primary-menu>li>a{display:inline-flex;align-items:center;gap:.35rem;font-weight:700;color:var(--ink);text-decoration:none;padding:.55rem .85rem;border-radius:999px;background:#fff0;border:1px solid #fff0;transition:background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.primary-menu>li>a:hover{background:rgb(15 23 42 / .04);border-color:rgb(15 23 42 / .08)}.primary-menu .current-menu-item>a,.primary-menu .current_page_item>a,.primary-menu .current-menu-ancestor>a{background:rgb(109 40 217 / .10)!important;border-color:rgb(109 40 217 / .22)!important;color:var(--accent-ink)!important}.primary-menu .sub-menu{position:absolute;top:100%;left:0;margin-top:10px;width:230px;background:#fff;border:1px solid var(--line2);border-radius:12px;padding:8px;z-index:100;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.primary-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.primary-menu .sub-menu a{display:block;padding:10px 12px;border-radius:10px;text-decoration:none;font-weight:650;color:var(--ink)!important;transition:background .12s ease}.primary-menu .sub-menu a:hover{background:rgb(15 23 42 / .04)}.mobile-overlay{position:fixed;inset:0;background:rgb(2 6 23 / .45);opacity:0;transition:opacity .18s ease;z-index:50}.mobile-overlay.open{opacity:1}.mobile-menu-panel{position:fixed;top:0;right:0;height:100vh;width:min(360px, 92vw);background:#fff;border-left:1px solid var(--line2);transform:translateX(100%);transition:transform .18s ease;z-index:60}.mobile-menu-panel.open{transform:translateX(0)}.mobile-menu-inner{padding:18px}.mobile-close{appearance:none;border:1px solid var(--line2);background:#fff;color:var(--ink);width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;cursor:pointer}.mobile-pill{display:block;padding:12px 14px;border:1px solid var(--line2);border-radius:14px;background:#fff}.site-footer{font-family:var(--font-sans)}:root{--read-bg:#0e0f13;--read-panel:#111317;--read-text:#e7e3dd;--read-muted:#b5b0a7;--read-accent:#ffc27a}body.story-reading .site-header,body.story-reading header.site-header,body.story-reading .site-footer,body.story-reading footer.site-footer{display:none!important}body.story-reading{background:var(--read-bg)!important;overflow-y:auto}body.story-reading #single-story-view{position:relative;max-width:880px;margin:0 auto;padding:clamp(16px,4vw,28px)}body.story-reading .story-frame{background:var(--read-panel);border-radius:16px;overflow:hidden}body.story-reading .story-stage{background:#0a0e1f;display:grid;place-items:center;padding:10px}body.story-reading .story-stage img{width:100%;height:auto;border-radius:12px}body.story-reading .story-box{background:#fff0;padding:clamp(16px,3.6vw,28px)}body.story-reading .story-text{color:var(--read-text);font-family:"Source Serif 4",ui-serif,Georgia,"Times New Roman",serif;font-size:clamp(18px,2.1vw,20px);line-height:1.65;letter-spacing:.01em;max-width:64ch;margin:0 auto;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;hyphens:auto}body.story-reading .story-text p{margin:0 0 .9em}body.story-reading .story-text p:last-child{margin-bottom:0}body.story-reading #extraContent{color:var(--read-muted);max-width:64ch;margin:0 auto 8px}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--font-head);letter-spacing:-.025em}html,body{width:100%;max-width:100%;background:#fff!important}body{min-height:100svh;min-height:100dvh;overflow-x:clip}#page,.site,.site-main,main{max-width:100%;overflow-x:clip}img,svg,video,canvas,iframe{max-width:100%}button,a,input,select,textarea{-webkit-tap-highlight-color:#fff0}a,button{touch-action:manipulation}:focus-visible{outline:3px solid rgb(109 40 217 / .32);outline-offset:3px}.y-skip-link{position:fixed;left:12px;top:12px;z-index:9999;transform:translateY(-160%);padding:10px 14px;border-radius:10px;background:#111827;color:#fff;font-weight:800;text-decoration:none}.y-skip-link:focus{transform:none}@media(max-width:1179px){.y-header-inner{min-height:64px}.y-brand{min-width:0}.y-brand>div{min-width:0}.y-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:420px){.y-header-inner{padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right));gap:8px}.y-logo{width:38px;height:38px}.y-title{font-size:15px}.y-hamburger{width:42px;height:42px;flex:0 0 42px}#y-drawer{width:min(92vw,360px);padding:24px max(18px,env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) 20px}}.site-footer{margin:0!important;padding-bottom:max(26px,env(safe-area-inset-bottom))!important}body.admin-bar .y-header{top:32px}@media(max-width:782px){body.admin-bar .y-header{top:46px}}button,[role="button"],input[type="button"],input[type="submit"],.btn,.y-btn{min-height:44px}input,select,textarea{max-width:100%;font-size:16px}h1,h2,h3,h4,p,li,a,button{overflow-wrap:anywhere}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html{touch-action:manipulation;-webkit-text-size-adjust:100%}button,a,input,select,textarea{touch-action:manipulation}.our-story-page{background:#f6f7f9;padding:clamp(34px,6vw,76px) 16px}.our-story-wrap{width:min(820px,100%);margin:0 auto}.our-story-card{padding:clamp(26px,5vw,58px);border:1px solid #e4e6ec;border-radius:28px;background:#fff;box-shadow:0 18px 48px rgb(31 36 56 / .07);color:#2a3040}.our-story-kicker{margin:0 0 10px;color:#9a7720;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.our-story-card h1{max-width:680px;margin:0 0 22px;font-size:clamp(34px,5vw,52px);line-height:1.08;letter-spacing:-.04em;font-weight:650;color:#202536}.our-story-card h2{margin:34px 0 12px;font-size:clamp(24px,3vw,30px);line-height:1.2;font-weight:650;color:#202536}.our-story-card p{margin:0 0 17px;font-size:17px;line-height:1.72;color:#555e70}.our-story-card .our-story-intro{font-size:20px;color:#202536}.our-story-card blockquote{margin:28px 0;padding:18px 20px;border-left:4px solid #c6a44b;border-radius:0 16px 16px 0;background:#fbf8ee;color:#34394a;font-size:clamp(20px,3vw,25px);line-height:1.45}.our-story-points{display:grid;gap:10px;margin:18px 0 28px}.our-story-points div{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:start;padding:14px;border:1px solid #e7e8ee;border-radius:16px;background:#fafafd}.our-story-points span{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#fbf6e7;color:#9a7720;font-size:14px}.our-story-points p{margin:2px 0 0;font-size:16px;line-height:1.5;color:#454d5f}.our-story-signoff{color:#2f3748!important}.our-story-note{margin-top:28px!important;padding-top:20px;border-top:1px solid #e7e8ee;font-size:13px!important;line-height:1.55!important;color:#777f8e!important}@media(max-width:600px){.our-story-page{padding:20px 10px}.our-story-card{padding:24px 20px;border-radius:22px}.our-story-card p{font-size:16px}.our-story-card h1{font-size:35px}}.yuna-orientation-gate{display:none;position:fixed;inset:0;z-index:2147483647;background:#fff;padding:24px;place-items:center;text-align:center}.yuna-wrong-orientation .yuna-orientation-gate{display:grid}.yuna-wrong-orientation body{overflow:hidden!important}.yuna-orientation-card{width:min(340px,100%);padding:28px 22px;border:1px solid #e3e6ec;border-radius:22px;background:#fff;box-shadow:0 18px 50px rgb(31 36 56 / .12)}.yuna-orientation-icon{width:56px;height:56px;display:grid;place-items:center;margin:0 auto 12px;border-radius:17px;background:#f4f1fb;color:#6756ad;font-size:30px}.yuna-orientation-card h2{margin:0 0 7px;font-size:22px;line-height:1.2;color:#202536}.yuna-orientation-card p{margin:0;color:#687083;font-size:14px;line-height:1.5}.y-plus-badge{display:inline-flex;align-items:center;margin-left:7px;padding:3px 7px;border:1px solid #d8c8ff;border-radius:999px;background:#f6f1ff;color:#6a49bf;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;vertical-align:2px}.y-plus-welcome[hidden]{display:none!important}.y-plus-welcome{position:fixed;inset:0;z-index:2147483646;display:grid;place-items:center;padding:20px;background:rgb(19 24 35 / .45);backdrop-filter:blur(8px)}.y-plus-modal-open{overflow:hidden}.y-plus-welcome-card{width:min(430px,100%);padding:34px 28px;border:1px solid #e6dcff;border-radius:26px;background:linear-gradient(160deg,#fffafd,#fff);box-shadow:0 28px 80px rgb(22 28 43 / .22);text-align:center}.y-plus-welcome-mark{width:54px;height:54px;display:grid;place-items:center;margin:0 auto 13px;border-radius:17px;background:#f6efff;color:#6a49bf;font-size:25px}.y-plus-welcome-kicker{margin:0 0 7px;color:#8a69c5;font-size:12px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.y-plus-welcome-card h2{margin:0 0 10px;font-size:30px;color:#1f2937}.y-plus-welcome-card p:not(.y-plus-welcome-kicker){margin:0 auto 20px;max-width:340px;color:#5d6677;line-height:1.6}.y-plus-welcome-card button{min-width:150px;border:0;border-radius:13px;background:#7c3aed;color:#fff;padding:0 20px;font-weight:800;cursor:pointer}@media(max-width:420px){.y-plus-badge{margin-left:4px;padding:2px 5px;font-size:8px}.y-sub{display:none}.y-plus-welcome-card{padding:28px 20px;border-radius:22px}}.lwy8-favorite-routine{border-color:#e5c96e!important;background:#fffaf0!important}.yp-plus-library{padding:52px 0;background:linear-gradient(180deg,#fffaf0,#fff)}.yp-plus-head{text-align:center;max-width:720px;margin:0 auto 24px}.yp-plus-head span,.yp-plus-card-label{color:#886500;font-weight:900}.yp-plus-head h2{font-size:clamp(30px,4vw,48px);margin:8px 0}.yp-plus-head p{color:#667085}.yp-plus-choice{position:relative;border-color:#eadfb9!important}.yp-plus-card-label{position:absolute;right:18px;top:16px;font-size:12px;background:#fff6d4;border:1px solid #ead27a;border-radius:999px;padding:5px 9px}.yp-plus-choice.is-locked .yp-preview{filter:saturate(.7);opacity:.72}.yp-plus-choice h3{font-size:21px;margin:0 0 8px}.yp-plus-choice p{margin:0 0 18px;color:#667085}.screen-reader-text,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--theme-primary:#FFC0CB;--theme-secondary:#FDF0F5;--theme-accent:#FF69B4;--theme-text:#8B008B;--bg:var(--theme-secondary);--mobile-pill-bg:#E6F3FF;--mobile-pill-bg-hover:#D8EEFF;--mobile-pill-text:#1B2B6D;--footer-bg:#0F172A;--footer-text:#E5E7EB;--footer-muted:#9CA3AF;--footer-link:#CBD5E1;--footer-link-hover:#FFC0CB;--container-max:72rem}html,body{height:100%;width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}body{background-color:var(--bg);color:var(--theme-text);font-family:"Inter",system-ui,sans-serif;transition:background-color .4s ease,color .4s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-fredoka{font-family:"Plus Jakarta Sans","Inter",system-ui,sans-serif}.site-title{color:var(--theme-text)!important}.site-title a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,.section-title,.adventure-item h3,.unified-game-card h3{font-family:"Plus Jakarta Sans","Inter",system-ui,sans-serif;font-weight:700}body.menu-open{position:relative;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn-accent{background:color-mix(in oklab,var(--theme-accent) 85%,black);color:#fff}.btn-accent:hover{background:color-mix(in oklab,var(--theme-accent) 75%,black)}@media (prefers-contrast:more){.btn-accent{border:2px solid #000}}button[type="submit"][class*="rounded-r-full"]{color:#111;text-shadow:0 1px 0 rgba(255,255,255,.35);border:1px solid rgba(0,0,0,.25)}.header-wrap{background-image:linear-gradient(to bottom,#ffffff,#ffffff,var(--theme-secondary));transition:box-shadow .2s ease}#site-header{position:sticky;top:0;z-index:200}#site-logo{transition:transform .25s ease-out}#site-logo:hover{transform:scale(1.1) rotate(-5deg)}.primary-menu>li>a{display:inline-block;font-weight:600!important;color:var(--theme-text);background-color:var(--theme-secondary);padding:.6rem 1.1rem;border-radius:9999px;transition:all .2s ease-in-out;box-shadow:0 1px 2px rgba(0,0,0,.05)}.primary-menu>li>a:hover{transform:translateY(-2px);background-color:var(--theme-primary);box-shadow:0 4px 8px rgba(0,0,0,.08)}.primary-menu .current-menu-item>a,.primary-menu .current_page_item>a,.primary-menu .current-menu-ancestor>a{background:var(--theme-accent)!important;color:#fff!important;box-shadow:0 4px 10px -2px var(--theme-accent)}.primary-menu>li{position:relative}.primary-menu .sub-menu{position:absolute;top:100%;left:0;margin-top:10px;background:#fff;border-radius:12px;padding:8px;width:200px;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:100;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease-out}.primary-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.primary-menu .sub-menu a{color:var(--theme-text)!important;font-weight:600!important;display:block;padding:8px 12px;border-radius:8px;transition:all .15s ease}.primary-menu .sub-menu a:hover{background-color:var(--theme-secondary);color:var(--theme-accent)!important}.primary-menu .sub-menu .current-menu-item>a,.primary-menu .sub-menu .current-menu-item>a:hover{background-color:var(--theme-accent);color:#fff!important}.theme-switcher{display:flex;gap:12px}.theme-switcher-btn{width:28px;height:28px;border-radius:9999px;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.12);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.theme-switcher-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.16)}.floating-cloud{position:absolute;top:50%;right:20%;width:150px;opacity:.5;z-index:0;animation:float 8s ease-in-out infinite alternate}@keyframes float{0%{transform:translateY(-8px)}100%{transform:translateY(8px)}}#mobile-menu[aria-hidden="true"]{display:none}#mobile-overlay[hidden]{display:none}.mobile-overlay{z-index:10040}.mobile-menu-panel{z-index:10050}.mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.25);opacity:0;transition:opacity .25s ease}.mobile-menu-panel{position:fixed;inset:0;display:flex;justify-content:flex-start;backdrop-filter:saturate(160%) blur(18px);-webkit-backdrop-filter:saturate(160%) blur(18px);background:linear-gradient(to bottom,rgba(255,255,255,.55),rgba(255,255,255,.35) 40%,rgba(255,255,255,.28));pointer-events:none;opacity:0;transform:translateY(-12px);transition:opacity .28s ease,transform .28s ease}.mobile-menu-inner{width:100%;max-width:720px;margin:0 auto;padding:16px;padding-top:18px}.mobile-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border-radius:12px;border:none;background:rgba(255,255,255,.75);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);color:var(--theme-text);font-weight:800;font-size:18px;cursor:pointer;box-shadow:0 6px 24px rgba(0,0,0,.12);z-index:1}.mobile-overlay.open{opacity:1}.mobile-menu-panel.open{pointer-events:auto;opacity:1;transform:translateY(0)}.mobile-menu-panel,.mobile-menu-panel *{pointer-events:auto}.mobile-pill{display:block;width:100%;padding:14px 16px;border-radius:16px;background:var(--mobile-pill-bg,#E6F3FF);color:var(--mobile-pill-text,#1B2B6D);box-shadow:0 8px 20px rgba(13,55,104,.08);border:1px solid rgba(255,255,255,.75);backdrop-filter:saturate(120%) blur(4px);transition:background .15s ease,transform .08s ease,box-shadow .15s ease}.mobile-pill:hover{background:var(--mobile-pill-bg-hover,#D8EEFF);transform:translateY(-1px);box-shadow:0 12px 28px rgba(13,55,104,.10)}#mobile-menu a{text-decoration:none}#mobile-menu a:focus-visible .mobile-pill{outline:2px solid var(--theme-accent);outline-offset:2px}@media (max-width:767px){#site-header .container{padding-top:.75rem;padding-bottom:.75rem}}.hero-scene{position:relative;height:85vh;min-height:560px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,#93C5FD 0%,#7DD3FC 55%,#99F6E4 100%);transition:background .6s}.hero-content{position:relative;z-index:10;color:#fff;text-shadow:0 4px 10px rgba(0,0,0,.2);display:flex;flex-direction:column;align-items:center;padding:0 1rem}.hero-content h1{font-size:clamp(3.5rem,10vw,6rem);line-height:1.1;margin-bottom:.75rem;letter-spacing:-.05em}.hero-content p{font-size:clamp(1.1rem,3vw,1.35rem);line-height:1.6;max-width:650px;margin:0 auto 2rem}.hero-button{background:#fff;color:var(--theme-text);padding:.75rem 2rem;border-radius:9999px;font-weight:700;font-size:1.125rem;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .2s,color .4s}.hero-button:hover{transform:scale(1.05)}@media (min-width:768px) and (max-width:1024.98px){#site-header .container{padding-top:14px;padding-bottom:14px}#site-logo{width:60px;height:60px}.primary-menu>li>a{padding:.7rem 1.1rem;border-radius:9999px;font-weight:600}.primary-menu{gap:.35rem}.primary-menu .sub-menu{width:220px;padding:10px}.primary-menu .sub-menu a{padding:10px 12px;border-radius:10px}.theme-switcher{gap:10px}}@media (min-width:768px){nav[aria-label="Primary"]{display:block !important}#hamburger-btn{display:none !important}}.primary-menu a:focus-visible,#mobile-menu a:focus-visible .mobile-pill{outline:2px solid var(--theme-accent);outline-offset:2px}@media (min-width:768px) and (max-width:1024.98px){.footer-container{padding:44px 28px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1.2fr;column-gap:32px;row-gap:18px}.footer-col h3{font-size:1.05rem;margin-bottom:.65rem}.footer-col ul{gap:.5rem}.footer-col a{padding:2px 0}.newsletter{max-width:520px}.newsletter input[type="email"]{padding:.9rem 1rem}.newsletter button{padding:.9rem 1.15rem}.footer-bottom{padding-top:14px;font-size:.98rem}}@media (hover:hover) and (pointer:fine){.primary-menu>li>a:hover{transform:translateY(-1px)}}.site-footer{position:relative;z-index:5;width:100%;overflow:hidden;background:var(--footer-bg);color:var(--footer-text)}.footer-container{max-width:var(--container-max);margin-inline:auto;padding:20px 16px}@media (min-width:768px){.footer-container{padding:40px 24px}}@media (min-width:1024px){.footer-container{padding:48px 32px}}.footer-grid{display:grid;gap:18px;grid-template-columns:1fr;text-align:center;justify-items:center}@media (min-width:768px){.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1.4fr;gap:28px;text-align:left;justify-items:stretch}}.brand{color:var(--theme-primary);font-family:"Nunito Sans","Inter",system-ui,sans-serif;font-size:1.375rem;margin:0 0 .25rem}.muted{color:var(--footer-muted)}.footer-col{width:100%}.footer-col h3{font-weight:700;margin:0 0 .5rem}.footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}.footer-col a{color:var(--footer-link);text-decoration:none}.footer-col a:hover{color:var(--footer-link-hover);text-decoration:underline}.newsletter{width:100%;max-width:420px}.newsletter-row{display:flex;flex-direction:column;gap:.5rem;align-items:stretch}.newsletter input[type="email"]{background:#fff;color:#111;border:1px solid #d1d5db;border-radius:9999px;padding:.85rem 1rem;font-size:16px;line-height:1.2;outline:none}.newsletter button{border:none;border-radius:9999px;padding:.85rem 1.1rem;font-size:16px;font-weight:700;line-height:1.2;background:color-mix(in oklab,var(--theme-accent) 75%,black);color:#fff;cursor:pointer;transition:filter .15s ease,transform .02s ease;width:100%}.newsletter button:hover{filter:brightness(.98)}.newsletter button:active{transform:translateY(1px)}.newsletter small{display:block;margin-top:.25rem;color:var(--footer-muted)}@media (min-width:768px){.newsletter-row{flex-direction:row;gap:.6rem}.newsletter button{width:auto}}.footer-bottom{margin-top:18px;padding-top:10px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:center;color:var(--footer-muted);font-size:.9375rem;text-align:center}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}@media (min-width:1025px){#site-header .container{padding-left:0;padding-right:0}#site-header .container>.ml-auto{padding-right:24px}#site-header a[rel="home"]{padding-left:24px}}#site-header .container>.ml-auto{margin-left:auto !important}@media (min-width:768px) and (max-width:1024.98px){#site-header .container{padding-left:10px;padding-right:10px}.primary-menu{column-gap:.25rem}.primary-menu>li>a{font-size:.95rem;padding:.55rem .9rem;white-space:nowrap;letter-spacing:0}}@media (min-width:768px){nav[aria-label="Primary"]{display:block !important}#hamburger-btn{display:none !important}}@media (min-width:768px) and (max-width:1024.98px){.primary-menu>li>a{font-size:0.25rem;padding:0.45rem 0.75rem;white-space:nowrap;line-height:1.2}.primary-menu{column-gap:0.2rem}}@media (min-width:1025px) and (max-width:1200px){.primary-menu>li>a{font-size:0.9rem;padding:0.5rem 0.85rem;white-space:nowrap;line-height:1.3}.primary-menu{column-gap:0.3rem}}
:root{--yuna-page:#f8fafc;--yuna-card:#ffffff;--yuna-ink:#172033;--yuna-muted:#526174;--yuna-border:rgba(15,23,42,.10);--yuna-purple:#7c3aed;--yuna-purple-dark:#5b21b6;--yuna-warm:#fff7ed;--yuna-radius:22px;--yuna-shadow:0 18px 45px rgba(15,23,42,.10);--yuna-max:1240px}html{overflow-x:hidden;scroll-padding-top:84px}body{background:var(--yuna-page);color:var(--yuna-ink);overflow-x:hidden}img,video,canvas,svg{max-width:100%;height:auto}a,button,input,select,textarea{-webkit-tap-highlight-color:#fff0}:focus-visible{outline:3px solid rgb(124 58 237 / .35);outline-offset:3px;border-radius:10px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.y-header{box-shadow:0 1px 0 rgb(15 23 42 / .04)}.y-header-inner{width:min(100%,var(--yuna-max));padding-left:max(14px,env(safe-area-inset-left));padding-right:max(14px,env(safe-area-inset-right))}.y-logo{object-fit:cover}.y-menu a,.y-btn{line-height:1.1}@media (min-width:1180px){.y-menu{gap:4px}.y-menu a{font-size:13.5px;padding:10px 12px}.y-header-inner{padding-top:10px;padding-bottom:10px}}@media (min-width:760px) and (max-width:1179px){.y-header-inner{padding-top:10px;padding-bottom:10px}.y-logo{width:46px;height:46px}.y-title{font-size:18px!important}.y-hamburger{width:46px;height:46px}}@media (max-width:520px){.y-header-inner{gap:10px;padding-top:8px;padding-bottom:8px}.y-brand{gap:10px;min-width:0}.y-title{font-size:15.5px!important;white-space:nowrap}.y-logo{width:40px!important;height:40px!important;border-radius:12px!important}.y-hamburger{width:44px;height:44px}.y-right{gap:6px}}#y-drawer{max-width:420px;padding:max(22px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) 18px;box-shadow:-24px 0 60px rgb(15 23 42 / .18)}#y-drawer strong{font-family:"Nunito Sans","Inter",system-ui,sans-serif;color:#111827;font-size:1.05rem}#y-close{min-width:44px;min-height:44px;border-radius:12px!important;color:#172033!important;background:#f8fafc!important}.y-mobilelist{margin-top:24px!important}.y-mobilelist a{display:flex!important;align-items:center;border:1px solid rgb(15 23 42 / .08);box-shadow:0 8px 22px rgb(15 23 42 / .05)}@media (max-width:420px){#y-drawer{width:100vw!important}.y-mobilelist{gap:8px!important}.y-mobilelist a{padding:15px!important;border-radius:15px!important}}.site-main{min-width:0}.container,.footer-wrap,.front-wrap,.yuna-section{width:min(100% - 32px,var(--yuna-max));margin-inline:auto}@media (max-width:480px){.container,.footer-wrap,.front-wrap,.yuna-section{width:min(100% - 24px,var(--yuna-max))}}p,li{overflow-wrap:break-word}h1,h2,h3{letter-spacing:-.03em;overflow-wrap:balance}@supports not (overflow-wrap:balance){h1,h2,h3{overflow-wrap:break-word}}.site-footer{padding-bottom:max(30px,env(safe-area-inset-bottom))}.footer-grid{align-items:start}.footer-links a{display:inline-flex;align-items:center;min-height:32px}@media (max-width:640px){.site-footer{padding-top:42px!important}.footer-brand-logo{font-size:20px!important}.footer-bottom{font-size:12.5px!important}.footer-links{gap:6px!important}}input,textarea,select{max-width:100%}iframe{max-width:100%}.adsbygoogle,.ad-slot{max-width:100%;overflow:hidden}*,*::before,*::after{box-sizing:border-box}:is(.container,.footer-wrap,.front-wrap,.yuna-section,.site-main,main,section,article,aside,header,footer,nav,form,fieldset,div){min-width:0}:is(p,li,a,button,label,input,textarea,select,option,td,th){overflow-wrap:anywhere;word-break:normal}table{width:100%;max-width:100%;border-collapse:collapse}.table-scroll,[class*="table-wrap"]{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}input,select,textarea,button{font:inherit}@media(max-width:768px){input,select,textarea{font-size:16px!important}.yf-container{padding-inline:max(12px,env(safe-area-inset-left))}}@supports(height:100dvh){#y-drawer{height:100dvh!important}}@media(max-width:359px){.y-title{font-size:14px!important}.y-header-inner{padding-inline:10px!important}.container,.footer-wrap,.front-wrap,.yuna-section{width:calc(100% - 18px)!important}}:root{--v3-ink:#172033;--v3-ink-2:#26324a;--v3-muted:#667085;--v3-paper:#fffdf9;--v3-cream:#f8f5ef;--v3-white:#ffffff;--v3-line:#e9e5ee;--v3-purple:#6f5bd3;--v3-purple-dark:#5543b8;--v3-purple-soft:#eeebff;--v3-sky:#dff3ff;--v3-mint:#dcf5e8;--v3-peach:#ffe8d8;--v3-yellow:#fff2ba;--v3-radius-sm:16px;--v3-radius:24px;--v3-radius-lg:34px;--v3-shadow:0 20px 60px rgba(31,36,56,.10);--v3-shadow-soft:0 10px 30px rgba(31,36,56,.07);--v3-font:"Plus Jakarta Sans","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--v3-max:1180px}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--v3-font)!important;color:var(--v3-ink)!important;background:var(--v3-paper)!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body,button,input,select,textarea{font-family:var(--v3-font)!important}body :where(h1,h2,h3,h4,h5,h6){font-family:var(--v3-font)!important;color:var(--v3-ink);letter-spacing:-.035em}body :where(p,li){color:inherit}body :where(a,button){-webkit-tap-highlight-color:#fff0}body :where(button,a,input,select,textarea):focus-visible{outline:3px solid rgb(111 91 211 / .34)!important;outline-offset:3px!important}img{max-width:100%;height:auto}.v3-container{width:min(var(--v3-max),calc(100% - 40px));margin-inline:auto}.v3-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--v3-purple);font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.v3-kicker:before{content:"";width:20px;height:2px;border-radius:999px;background:currentColor}.v3-btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid #fff0;border-radius:999px;text-decoration:none!important;font-weight:800;font-size:15px;line-height:1;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.v3-btn:hover{transform:translateY(-2px)}.v3-btn-primary{background:var(--v3-purple);color:#fff!important;box-shadow:0 12px 24px rgb(111 91 211 / .24)}.v3-btn-primary:hover{background:var(--v3-purple-dark);box-shadow:0 16px 32px rgb(111 91 211 / .28)}.v3-btn-secondary{background:#fff;color:var(--v3-ink)!important;border-color:var(--v3-line);box-shadow:0 8px 20px rgb(31 36 56 / .05)}.v3-btn-secondary:hover{border-color:#d8d0ef;box-shadow:var(--v3-shadow-soft)}.v3-btn-light{background:#fff;color:var(--v3-purple-dark)!important}.v3-btn-outline-light{background:#fff0;color:#fff!important;border-color:rgb(255 255 255 / .35)}.v3-text-link{display:inline-flex;align-items:center;gap:10px;color:var(--v3-purple)!important;text-decoration:none!important;font-weight:850}.v3-text-link span{transition:transform .2s ease}.v3-text-link:hover span{transform:translateX(4px)}[data-v3-reveal]{opacity:1;transform:none}html.v3-js [data-v3-reveal]{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)}html.v3-js [data-v3-reveal].v3-visible{opacity:1;transform:none}.y-header{background:rgb(255 253 249 / .9)!important;border-bottom:1px solid rgb(38 50 74 / .08)!important;backdrop-filter:blur(18px) saturate(160%)!important;box-shadow:none!important}.y-header-inner{max-width:var(--v3-max)!important;padding:10px 20px!important;min-height:72px!important}.y-logo{width:44px!important;height:44px!important;border-radius:14px!important;box-shadow:none!important}.y-brand{gap:11px!important}.y-title{font-family:var(--v3-font)!important;font-size:16px!important;font-weight:850!important;letter-spacing:-.035em!important}.y-sub{font-family:var(--v3-font)!important;font-size:9px!important;letter-spacing:.12em!important;color:var(--v3-muted)!important}.y-menu{gap:2px!important}.y-menu a{font-family:var(--v3-font)!important;font-size:12.5px!important;font-weight:750!important;color:var(--v3-ink-2)!important;padding:9px 11px!important}.y-menu a:hover{background:var(--v3-purple-soft)!important;color:var(--v3-purple-dark)!important}.y-btn{font-family:var(--v3-font)!important;min-height:42px!important;padding:0 15px!important;font-size:12.5px!important;font-weight:800!important}.y-cta{background:var(--v3-ink)!important}.y-speech{background:#fff!important;border-color:var(--v3-line)!important;color:var(--v3-ink)!important}.y-donate{background:var(--v3-purple)!important;box-shadow:0 8px 18px rgb(111 91 211 / .20)!important}.y-hamburger{border-color:var(--v3-line)!important;background:#fffdf9!important;border-radius:14px!important}#y-overlay{background:rgb(23 32 51 / .42)!important}#y-drawer{background:var(--v3-paper)!important;padding:26px 20px!important}.y-mobilelist{gap:7px!important;margin-top:30px!important}.y-mobilelist a{background:#fff!important;border:1px solid var(--v3-line)!important;border-radius:17px!important;padding:15px 16px!important;font-family:var(--v3-font)!important;color:var(--v3-ink)!important;box-shadow:0 5px 16px rgb(31 36 56 / .04)}.v3-home{overflow:hidden;background:var(--v3-paper)}.v3-hero{position:relative;padding:76px 0 94px;background:radial-gradient(circle at 78% 20%,rgb(215 207 255 / .65),transparent 33%),linear-gradient(180deg,#fffdf9 0%,#f8f5ef 100%)}.v3-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:64px;background:var(--v3-paper);clip-path:ellipse(58% 42% at 50% 100%)}.v3-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:64px;align-items:center}.v3-hero-copy{position:relative;z-index:2}.v3-hero h1{font-size:clamp(50px,6vw,82px);line-height:.99;margin:18px 0 24px;max-width:700px;font-weight:850}.v3-hero h1 span{color:var(--v3-purple)}.v3-hero-lead{font-size:clamp(18px,1.65vw,22px);line-height:1.65;color:var(--v3-muted);max-width:630px;margin:0}.v3-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.v3-trust-line{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:28px;color:var(--v3-muted);font-size:12.5px;font-weight:700}.v3-trust-line span{display:inline-flex;align-items:center;gap:7px}.v3-trust-line span:before{content:"✓";display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--v3-mint);color:#187247;font-size:11px;font-weight:900}.v3-hero-visual{position:relative;isolation:isolate}.v3-visual-glow{position:absolute;inset:10% 4% 8%;background:linear-gradient(140deg,#d9d1ff,#c6efff);filter:blur(35px);opacity:.8;border-radius:50%;z-index:-1}.v3-hero-visual picture{display:block;padding:18px;border-radius:40px;background:rgb(255 255 255 / .66);border:1px solid rgb(255 255 255 / .78);box-shadow:var(--v3-shadow);backdrop-filter:blur(15px);transform:rotate(1deg)}.v3-hero-visual img{display:block;width:100%;aspect-ratio:1.6/1;object-fit:cover;border-radius:28px}.v3-float-card{position:absolute;z-index:2;width:min(230px,44%);padding:15px 17px;background:rgb(255 255 255 / .94);border:1px solid rgb(255 255 255 / .95);border-radius:18px;box-shadow:0 14px 35px rgb(31 36 56 / .15);display:grid;gap:3px}.v3-float-card strong{font-size:13px}.v3-float-card span{font-size:11px;line-height:1.45;color:var(--v3-muted)}.v3-float-one{left:-25px;bottom:38px}.v3-float-two{right:-14px;top:28px}.v3-quick{padding:96px 0 112px}.v3-section-heading{margin-bottom:42px}.v3-section-heading h2{font-size:clamp(34px,4.5vw,58px);line-height:1.08;margin:14px 0 12px}.v3-section-heading p{font-size:18px;line-height:1.65;color:var(--v3-muted);max-width:680px}.v3-section-heading-center{text-align:center}.v3-section-heading-center p{margin-inline:auto}.v3-section-heading-split{display:flex;align-items:end;justify-content:space-between;gap:30px}.v3-section-heading-split>div{max-width:760px}.v3-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.v3-path-card{position:relative;min-height:260px;padding:32px;border-radius:var(--v3-radius-lg);background:#fff;border:1px solid var(--v3-line);box-shadow:0 12px 36px rgb(31 36 56 / .055);text-decoration:none!important;color:var(--v3-ink)!important;display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:start;overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.v3-path-card:hover{transform:translateY(-6px);box-shadow:var(--v3-shadow);border-color:#d8d0ef}.v3-path-feature{background:linear-gradient(145deg,#6652c7,#806de0);color:#fff!important;border-color:#fff0}.v3-path-feature h3,.v3-path-feature p,.v3-path-feature .v3-card-label,.v3-path-feature .v3-path-number{color:#fff!important}.v3-path-feature p{opacity:.88}.v3-path-feature .v3-path-icon{background:rgb(255 255 255 / .17);color:#fff}.v3-path-feature .v3-card-arrow{background:#fff;color:var(--v3-purple-dark)}.v3-path-number{position:absolute;right:24px;top:20px;font-size:48px;font-weight:850;color:#f0edf5;line-height:1}.v3-path-icon{width:58px;height:58px;border-radius:18px;background:var(--v3-purple-soft);color:var(--v3-purple);display:grid;place-items:center;font-size:18px;font-weight:850}.v3-path-icon-sky{background:var(--v3-sky);color:#1c6d96}.v3-path-icon-mint{background:var(--v3-mint);color:#237550}.v3-path-icon-peach{background:var(--v3-peach);color:#9a5a2f}.v3-path-card>div:nth-of-type(2){padding-top:7px}.v3-card-label{display:block;color:var(--v3-purple);font-size:11px;font-weight:850;letter-spacing:.10em;text-transform:uppercase}.v3-path-card h3{font-size:27px;margin:7px 0 9px}.v3-path-card p{font-size:15px;line-height:1.65;color:var(--v3-muted);margin:0;max-width:480px}.v3-card-arrow{align-self:end;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--v3-cream);font-size:19px;font-weight:900}.v3-journey{padding:112px 0;background:var(--v3-cream)}.v3-journey-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(440px,1.15fr);gap:80px;align-items:center}.v3-journey-copy h2{font-size:clamp(36px,4.3vw,58px);line-height:1.08;margin:15px 0 20px}.v3-journey-copy p{font-size:18px;line-height:1.72;color:var(--v3-muted);margin:0 0 28px}.v3-journey-steps{list-style:none;padding:0;margin:0;display:grid;gap:12px;counter-reset:none}.v3-journey-steps li{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:center;padding:20px 22px;background:#fff;border:1px solid var(--v3-line);border-radius:20px;box-shadow:0 7px 22px rgb(31 36 56 / .04)}.v3-journey-steps li>span{width:44px;height:44px;border-radius:14px;background:var(--v3-purple-soft);color:var(--v3-purple);font-weight:850;display:grid;place-items:center}.v3-journey-steps strong{display:block;font-size:16px;margin-bottom:4px}.v3-journey-steps small{font-size:13.5px;line-height:1.5;color:var(--v3-muted)}.v3-story-preview{padding:112px 0;background:var(--v3-paper)}.v3-preview-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:20px}.v3-story-tile{position:relative;min-height:520px;border-radius:34px;overflow:hidden;box-shadow:var(--v3-shadow);background:#ddd;text-decoration:none!important}.v3-story-tile:not(.v3-story-large){min-height:520px}.v3-story-tile img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .65s ease}.v3-story-tile:hover img{transform:scale(1.045)}.v3-story-tile:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgb(15 23 42 / .86))}.v3-story-overlay{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:34px;color:#fff}.v3-story-overlay span{font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#e8e3ff}.v3-story-overlay h3{color:#fff;font-size:clamp(27px,3vw,43px);margin:8px 0 7px}.v3-story-tile:not(.v3-story-large) .v3-story-overlay h3{font-size:27px}.v3-story-overlay p{font-size:15px;line-height:1.6;margin:0;color:rgb(255 255 255 / .82)}.v3-trust{padding:112px 0;background:#f1eefc}.v3-trust-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:72px;align-items:center}.v3-trust-copy h2{font-size:clamp(35px,4.4vw,58px);line-height:1.08;margin:15px 0 20px}.v3-trust-copy>p{font-size:18px;line-height:1.72;color:var(--v3-muted)}.v3-trust-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px}.v3-trust-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.v3-trust-cards article{min-height:170px;padding:25px;border-radius:24px;background:rgb(255 255 255 / .78);border:1px solid rgb(255 255 255 / .9);display:flex;flex-direction:column;justify-content:end;box-shadow:0 8px 28px rgb(31 36 56 / .05)}.v3-trust-cards strong{font-size:16px;margin-bottom:8px}.v3-trust-cards span{font-size:13.5px;line-height:1.55;color:var(--v3-muted)}.v3-access{padding:80px 0;background:var(--v3-paper)}.v3-access-card{padding:56px 60px;border-radius:38px;background:linear-gradient(130deg,#2c2946,#5f50b5);color:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:center;box-shadow:0 28px 70px rgb(57 45 118 / .24)}.v3-access-card .v3-kicker{color:#cfc6ff}.v3-access-card h2{color:#fff;font-size:clamp(32px,4vw,50px);line-height:1.12;margin:14px 0}.v3-access-card p{color:rgb(255 255 255 / .75);font-size:16px;line-height:1.7;margin:0;max-width:750px}.v3-access-actions{display:grid;gap:11px;min-width:220px}.v3-access-small{text-align:center;color:rgb(255 255 255 / .78)!important;text-decoration:none!important;font-size:12px;font-weight:750}.v3-final{padding:110px 0 120px}.v3-final-inner{text-align:center;max-width:850px}.v3-final h2{font-size:clamp(38px,5vw,66px);line-height:1.07;margin:15px auto}.v3-final p{font-size:19px;line-height:1.65;color:var(--v3-muted);max-width:690px;margin:0 auto 28px}.v3-final small{display:block;max-width:720px;margin:24px auto 0;color:#8790a2;font-size:11.5px;line-height:1.55}body.theater{background:#f2effa!important}.tap-word.tap-active,.tap-word.marker-active{background:var(--v3-yellow)!important;color:var(--v3-ink)!important}#storyEndOverlay .end-card{max-width:560px!important;border-radius:34px!important;padding:38px!important;background:#fffdf9!important;box-shadow:0 30px 90px rgb(11 15 30 / .28)!important;border:1px solid rgb(255 255 255 / .8)!important}#storyEndOverlay .end-card h2{font-size:34px!important;color:var(--v3-ink)!important}#storyEndOverlay .end-card p{color:var(--v3-muted)!important}#storyEndOverlay button,#storyEndOverlay a{border-radius:999px!important;font-family:var(--v3-font)!important;font-weight:850!important}body.page-template-page-speech-practice-php .sp-page{background:var(--v3-paper)!important;color:var(--v3-ink)!important}body.page-template-page-speech-practice-php .sp-container{max-width:var(--v3-max)!important;padding-inline:20px!important}body.page-template-page-speech-practice-php .sp-hero{padding:76px 0 62px!important;background:radial-gradient(circle at 75% 15%,#dff3ff,transparent 34%),linear-gradient(180deg,#f9f7ff,#fffdf9)!important;border:0!important;text-align:left!important}body.page-template-page-speech-practice-php .sp-hero h1{font-size:clamp(42px,6vw,72px)!important;line-height:1.04!important;max-width:850px!important;margin:15px 0!important;font-weight:850!important}body.page-template-page-speech-practice-php .sp-hero>div>p,body.page-template-page-speech-practice-php .sp-lead{max-width:760px!important;font-size:18px!important;line-height:1.7!important;color:var(--v3-muted)!important}body.page-template-page-speech-practice-php .sp-eyebrow{color:var(--v3-purple)!important;font-size:11px!important;letter-spacing:.11em!important}body.page-template-page-speech-practice-php .sp-actions{justify-content:flex-start!important;gap:10px!important}body.page-template-page-speech-practice-php .sp-btn{min-height:50px!important;border-radius:999px!important;font-weight:850!important;background:#fff!important;border:1px solid var(--v3-line)!important;color:var(--v3-ink)!important;box-shadow:0 8px 18px rgb(31 36 56 / .05)!important}body.page-template-page-speech-practice-php .sp-btn.primary{background:var(--v3-purple)!important;color:#fff!important;border-color:transparent!important}body.page-template-page-speech-practice-php .sp-trust{justify-content:flex-start!important;gap:8px!important}.sp-trust span{border:1px solid var(--v3-line)!important;background:rgb(255 255 255 / .78)!important;border-radius:999px!important;color:var(--v3-muted)!important}body.page-template-page-speech-practice-php .sp-hunter-note,body.page-template-page-speech-practice-php .sp-alert{border-radius:20px!important;border:1px solid var(--v3-line)!important;background:rgb(255 255 255 / .78)!important;color:var(--v3-muted)!important;box-shadow:none!important}body.page-template-page-speech-practice-php .sp-section{padding:72px 0!important;background:transparent!important}body.page-template-page-speech-practice-php .sp-app{display:grid!important;grid-template-columns:minmax(250px,.38fr) minmax(0,.62fr)!important;gap:20px!important;align-items:start!important}body.page-template-page-speech-practice-php .sp-card,body.page-template-page-speech-practice-php .sp-app>*{border-radius:30px!important;border:1px solid var(--v3-line)!important;background:#fff!important;box-shadow:var(--v3-shadow-soft)!important}body.page-template-page-speech-practice-php .sp-sound-grid{gap:8px!important;padding:18px!important}body.page-template-page-speech-practice-php .sp-sound{min-height:58px!important;border-radius:16px!important;background:var(--v3-cream)!important;border:1px solid transparent!important;color:var(--v3-ink)!important;font-weight:850!important}body.page-template-page-speech-practice-php .sp-sound[aria-selected="true"]{background:var(--v3-purple)!important;color:#fff!important;box-shadow:0 9px 22px rgb(111 91 211 / .22)!important}body.page-template-page-speech-practice-php .sp-practice-head{padding:26px!important;background:linear-gradient(145deg,#f2eeff,#fff)!important;border-radius:28px 28px 0 0!important}body.page-template-page-speech-practice-php .sp-big-sound{width:84px!important;height:84px!important;border-radius:25px!important;background:var(--v3-purple)!important;color:#fff!important;font-size:42px!important;box-shadow:0 12px 25px rgb(111 91 211 / .22)!important}body.page-template-page-speech-practice-php .sp-step-grid{gap:10px!important}.sp-step{border-radius:19px!important;background:var(--v3-cream)!important;border:0!important}body.page-template-page-speech-practice-php .sp-model-box,body.page-template-page-speech-practice-php .sp-routine{border-radius:22px!important;background:#fff!important;border:1px solid var(--v3-line)!important}body.page-template-page-speech-practice-php .sp-chip{border-radius:999px!important;background:var(--v3-purple-soft)!important;border:0!important;color:var(--v3-purple-dark)!important;font-weight:800!important}body.page-template-page-speech-practice-php .sp-mini-grid{gap:14px!important}.sp-mini{border-radius:22px!important;border:1px solid var(--v3-line)!important;background:#fff!important}body.page-template-page-speech-practice-php .sp-cta{border-radius:34px!important;background:linear-gradient(130deg,#2b2944,#5f50b5)!important;padding:48px!important}body.page-template-page-printables-php .yp-page{background:var(--v3-paper)!important;color:var(--v3-ink)!important}body.page-template-page-printables-php .yp-container{max-width:var(--v3-max)!important;padding-inline:20px!important}body.page-template-page-printables-php .yp-hero{padding:78px 0 66px!important;background:radial-gradient(circle at 78% 12%,#ffe8d8,transparent 34%),linear-gradient(180deg,#fff8f1,#fffdf9)!important;text-align:left!important}body.page-template-page-printables-php .yp-hero h1{font-size:clamp(42px,6vw,70px)!important;line-height:1.04!important;max-width:900px!important;margin:15px 0!important;font-weight:850!important}body.page-template-page-printables-php .yp-lead{font-size:18px!important;line-height:1.7!important;color:var(--v3-muted)!important;max-width:800px!important;margin:0!important}body.page-template-page-printables-php .yp-actions{justify-content:flex-start!important;gap:10px!important;margin-top:26px!important}body.page-template-page-printables-php .yp-btn{min-height:50px!important;padding:0 19px!important;border-radius:999px!important;background:#fff!important;border:1px solid var(--v3-line)!important;color:var(--v3-ink)!important;font-weight:850!important;box-shadow:0 8px 20px rgb(31 36 56 / .05)!important}body.page-template-page-printables-php .yp-btn.primary{background:var(--v3-purple)!important;color:#fff!important;border-color:transparent!important}body.page-template-page-printables-php .yp-section{padding:72px 0!important}body.page-template-page-printables-php .yp-grid{gap:18px!important}body.page-template-page-printables-php .yp-card{border-radius:28px!important;border:1px solid var(--v3-line)!important;background:#fff!important;box-shadow:var(--v3-shadow-soft)!important;padding:27px!important}body.page-template-page-printables-php .yp-card h2{font-size:24px!important;margin-top:0!important}body.page-template-page-printables-php .yp-free-badge{display:inline-flex!important;border:0!important;background:var(--v3-mint)!important;color:#237550!important;border-radius:999px!important;font-size:10px!important;letter-spacing:.05em!important;text-transform:uppercase!important}body.page-template-page-printables-php .yp-print-grid{gap:22px!important}body.page-template-page-printables-php .yp-print-sheet{box-shadow:0 14px 40px rgb(31 36 56 / .08)!important}body.page-template-page-printables-php .yp-sheet-print{background:var(--v3-purple)!important;color:#fff!important;border:0!important}body.page-template-page-printables-php .yp-mini-card,body.page-template-page-printables-php .yp-practice-line{border-color:var(--v3-line)!important;background:var(--v3-cream)!important;border-radius:18px!important}body.page-template-page-printables-php .yp-cta{border-radius:36px!important;background:linear-gradient(130deg,#2b2944,#5f50b5)!important;box-shadow:var(--v3-shadow)!important}body.page-template-page-parent-resource-php .pr-hero{padding:82px 0 66px!important;background:radial-gradient(circle at 80% 16%,#dcf5e8,transparent 34%),linear-gradient(180deg,#f3fbf6,#fffdf9)!important;text-align:left!important}body.page-template-page-parent-resource-php .pr-container,body.page-template-page-parent-account-php .acct-container,body.page-template-page-pro-php .pro-container{max-width:var(--v3-max)!important;padding-inline:20px!important}body.page-template-page-parent-resource-php .pr-hero h1{font-size:clamp(42px,6vw,70px)!important;line-height:1.04!important;max-width:900px!important;font-weight:850!important}body.page-template-page-parent-resource-php .pr-section{padding:76px 0!important}.pr-card,.pr-mini-card,.pr-soft-box,.pr-callout{border-radius:24px!important;border:1px solid var(--v3-line)!important;background:#fff!important;box-shadow:var(--v3-shadow-soft)!important}.pr-cta{border-radius:36px!important;background:linear-gradient(130deg,#2b2944,#5f50b5)!important}body.page-template-page-parent-account-php .acct{background:linear-gradient(180deg,#f6f2ff,#fffdf9)!important;padding:66px 0!important}.acct-wrap{grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr)!important;gap:36px!important}.acct-card,.acct-free-box,.acct-status,.acct-step,.acct-soft{border-radius:22px!important;border:1px solid var(--v3-line)!important;background:#fff!important;box-shadow:var(--v3-shadow-soft)!important}.acct h1{font-size:clamp(40px,5vw,62px)!important;line-height:1.06!important}.acct button,.acct a{font-family:var(--v3-font)!important}.acct .primary,.acct button[type="submit"]{background:var(--v3-purple)!important;border-color:transparent!important;color:#fff!important;border-radius:999px!important}body.page-template-page-pro-php .propage{background:var(--v3-paper)!important}.pro-hero{padding:78px 0 62px!important;background:radial-gradient(circle at 78% 15%,#dff3ff,transparent 34%),linear-gradient(180deg,#f8f6ff,#fffdf9)!important}.pro-hero h1{font-size:clamp(42px,6vw,70px)!important;line-height:1.04!important}.pro-card,.pro-soft{border-radius:28px!important;border:1px solid var(--v3-line)!important;background:#fff!important;box-shadow:var(--v3-shadow-soft)!important}.pro-card.featured{border:2px solid var(--v3-purple)!important;transform:none!important}.pro-btn{border-radius:999px!important;font-family:var(--v3-font)!important;font-weight:850!important}.pro-btn.primary{background:var(--v3-purple)!important}.yf-about-wrap,.legal-page,.contact-page{background:var(--v3-paper)!important}.yf-about-wrap .yf-container{max-width:900px!important}.yf-about-wrap h1{font-size:clamp(42px,6vw,68px)!important}.yf-about-wrap .yf-section{border-radius:28px!important;background:#fff!important;border:1px solid var(--v3-line)!important;box-shadow:var(--v3-shadow-soft)!important;margin:20px 0!important;padding:30px!important}input[type="text"],input[type="email"],input[type="password"],input[type="search"],input[type="number"],select,textarea{border:1px solid var(--v3-line)!important;border-radius:15px!important;background:#fff!important;color:var(--v3-ink)!important;min-height:48px!important;padding:11px 13px!important;box-shadow:none!important}.site-footer{background:#20243a!important;padding:66px 0 28px!important}.footer-wrap{max-width:var(--v3-max)!important;padding:0 20px!important}.footer-grid{gap:42px!important}.footer-brand-logo{font-family:var(--v3-font)!important;font-size:20px!important}.footer-bunny{border-radius:15px!important;background:rgb(255 255 255 / .1)!important}.footer-brand p{font-size:13.5px!important;line-height:1.7!important;color:#bfc7d8!important}.footer-col h4{font-family:var(--v3-font)!important;color:#bdb2ff!important;font-size:10px!important}.footer-links a{font-family:var(--v3-font)!important;font-size:13px!important;font-weight:650!important;color:#edf0f8!important}.footer-bottom{color:#9ca6bb!important;font-size:11.5px!important}@media (max-width:1080px){.v3-hero-grid{grid-template-columns:1fr;gap:46px}.v3-hero-copy{text-align:center}.v3-hero-lead{margin-inline:auto}.v3-hero-actions,.v3-trust-line{justify-content:center}.v3-hero-visual{max-width:820px;margin-inline:auto}.v3-journey-grid,.v3-trust-grid{grid-template-columns:1fr;gap:48px}.v3-access-card{grid-template-columns:1fr}.v3-access-actions{display:flex;flex-wrap:wrap;align-items:center}.v3-access-small{padding:15px}body.page-template-page-speech-practice-php .sp-app{grid-template-columns:1fr!important}.acct-wrap{grid-template-columns:1fr!important}}@media (max-width:760px){.v3-container{width:min(100% - 28px,var(--v3-max))}.v3-hero{padding:54px 0 76px}.v3-hero h1{font-size:clamp(43px,13vw,62px)}.v3-hero-lead{font-size:17px}.v3-hero-actions{display:grid}.v3-btn{width:100%}.v3-float-card{display:none}.v3-hero-visual picture{padding:9px;border-radius:26px}.v3-hero-visual img{border-radius:19px;aspect-ratio:1.18/1}.v3-quick,.v3-journey,.v3-story-preview,.v3-trust{padding:76px 0}.v3-path-grid{grid-template-columns:1fr}.v3-path-card{min-height:0;padding:24px;grid-template-columns:52px 1fr;gap:16px}.v3-path-number{font-size:38px}.v3-card-arrow{display:none}.v3-path-card h3{font-size:23px}.v3-section-heading-split{display:block}.v3-section-heading-split .v3-btn{margin-top:18px}.v3-preview-grid{grid-template-columns:1fr}.v3-story-tile,.v3-story-tile:not(.v3-story-large){min-height:430px}.v3-trust-cards{grid-template-columns:1fr 1fr}.v3-trust-cards article{min-height:145px;padding:20px}.v3-access-card{padding:36px 24px;border-radius:30px}.v3-access-actions{display:grid}.v3-final{padding:80px 0 90px}.y-header-inner{padding:8px 14px!important;min-height:64px!important}.y-logo{width:40px!important;height:40px!important}.y-title{font-size:14px!important}.y-sub{display:none!important}.page-header:before{margin-inline:auto!important}.page-header h1{font-size:clamp(38px,12vw,54px)!important}.page-header p{font-size:16px!important}.story-counter-nav{position:sticky!important;bottom:8px!important;z-index:90!important;border-radius:21px!important;padding:9px!important;grid-template-columns:52px 1fr 52px!important}body.page-template-page-speech-practice-php .sp-hero,body.page-template-page-printables-php .yp-hero,body.page-template-page-parent-resource-php .pr-hero{padding:58px 0 48px!important;text-align:center!important}.sp-actions,.yp-actions{justify-content:center!important}.sp-btn,.yp-btn{width:100%!important}.sp-trust{justify-content:center!important}.sp-section,.yp-section{padding:52px 0!important}.sp-practice-head{display:grid!important;text-align:center!important;justify-items:center!important}.sp-big-sound{width:74px!important;height:74px!important}.sp-step-grid{grid-template-columns:1fr!important}.yp-grid,.yp-grid.three,.yp-print-grid{grid-template-columns:1fr!important}.yp-card{padding:22px!important}.site-footer{padding-top:50px!important}.footer-grid{gap:30px!important}.footer-bottom{text-align:center!important;align-items:center!important}}@media (max-width:480px){.v3-trust-cards{grid-template-columns:1fr}.v3-story-tile,.v3-story-tile:not(.v3-story-large){min-height:380px}.v3-story-overlay{padding:24px}.v3-journey-steps li{grid-template-columns:44px 1fr;padding:17px}.v3-journey-steps li>span{width:38px;height:38px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body.theater{overflow:hidden!important;background:#f4f2f8!important}body.theater .y-header,body.theater .site-footer,body.theater footer{display:none!important}body.page-template-page-speech-practice-php .sp-hero-simple{padding:52px 0 28px!important;text-align:center!important;background:linear-gradient(180deg,#f7f4ff,#fbfaf7)!important}body.page-template-page-speech-practice-php .sp-hero-simple h1{max-width:900px!important;margin:12px auto 14px!important;font-size:clamp(36px,5.4vw,62px)!important}body.page-template-page-speech-practice-php .sp-hero-simple .sp-lead{max-width:690px!important;margin:0 auto!important;font-size:18px!important}body.page-template-page-speech-practice-php .sp-hero-simple .sp-actions{justify-content:center!important;margin-top:20px!important}body.page-template-page-speech-practice-php .sp-simple-note{margin:15px auto 0!important;font-size:13px!important;max-width:720px!important}body.page-template-page-speech-practice-php .sp-access-simple{max-width:820px!important;margin:20px auto 0!important;padding:14px 16px!important;border-radius:18px!important;box-shadow:none!important}body.page-template-page-speech-practice-php .sp-main-section{padding:34px 0 58px!important}body.page-template-page-speech-practice-php .sp-app-simple{grid-template-columns:minmax(250px,300px) minmax(0,1fr)!important;gap:18px!important}body.page-template-page-speech-practice-php .sp-sound-picker{position:sticky!important;top:88px!important;padding:16px!important;border-radius:24px!important}body.page-template-page-speech-practice-php .sp-sound-picker .sp-sound-grid{padding:0!important;gap:7px!important;max-height:calc(100dvh - 190px)!important}body.page-template-page-speech-practice-php .sp-sound-picker .sp-sound{min-height:48px!important;border-radius:13px!important;font-size:14px!important}body.page-template-page-speech-practice-php .sp-practice-card{padding:20px!important;border-radius:26px!important}body.page-template-page-speech-practice-php .sp-practice-card .sp-practice-head{padding:20px!important;border-radius:20px!important;background:#f4f1ff!important}body.page-template-page-speech-practice-php .sp-practice-card .sp-big-sound{width:72px!important;height:72px!important;border-radius:20px!important;font-size:36px!important}body.page-template-page-speech-practice-php .sp-quick-steps>div{background:#fff!important;border:1px solid var(--v3-line)!important}body.page-template-page-speech-practice-php .sp-model-simple,body.page-template-page-speech-practice-php .sp-practice-group,body.page-template-page-speech-practice-php .sp-finish-box,body.page-template-page-speech-practice-php .sp-more-practice{border-radius:18px!important;box-shadow:none!important}body.page-template-page-speech-practice-php .sp-practice-groups{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}body.page-template-page-speech-practice-php .sp-practice-group{padding:16px!important}body.page-template-page-speech-practice-php .sp-legal-note{padding:0 0 44px!important;color:var(--v3-muted)!important;font-size:12px!important;text-align:center!important}body.page-template-page-printables-php .yp-page{background:#fbfaf7!important}body.page-template-page-printables-php .yp-container{width:min(1100px,calc(100% - 32px))!important;max-width:none!important;padding:0!important}body.page-template-page-printables-php .yp-hero{padding:58px 0 28px!important;text-align:center!important;background:linear-gradient(180deg,#f7f4ff,#fbfaf7)!important}body.page-template-page-printables-php .yp-hero h1{font-size:clamp(36px,6vw,62px)!important;line-height:1.05!important;max-width:850px!important;margin:14px auto!important}body.page-template-page-printables-php .yp-lead{max-width:680px!important;margin:0 auto!important;font-size:clamp(17px,2vw,20px)!important}body.page-template-page-printables-php .yp-actions{justify-content:center!important;margin-top:22px!important}body.page-template-page-printables-php .yp-section{padding:28px 0 72px!important}body.page-template-page-printables-php .yp-picker{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}body.page-template-page-printables-php .yp-choice{display:flex!important;flex-direction:column!important;min-height:230px!important;background:#fff!important;border:1px solid var(--v3-line)!important;border-radius:24px!important;padding:22px!important;box-shadow:0 10px 30px rgb(31 36 56 / .06)!important}body.page-template-page-printables-php .yp-choice h2{font-size:21px!important;margin:0 0 8px!important}body.page-template-page-printables-php .yp-choice p{font-size:15px!important;color:var(--v3-muted)!important}body.page-template-page-printables-php .yp-choice .yp-btn{width:100%!important;margin-top:auto!important;border-radius:16px!important}body.page-template-page-printables-php .yp-note{border-radius:18px!important;background:#f3f0ff!important;border:1px solid #ded7ff!important}body.page-template-page-printables-php .yp-print-source{display:none!important}@media(max-width:1050px){body.page-template-page-speech-practice-php .sp-app-simple{grid-template-columns:1fr!important}body.page-template-page-speech-practice-php .sp-sound-picker{position:static!important}body.page-template-page-speech-practice-php .sp-sound-picker .sp-sound-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important;max-height:none!important}body.page-template-page-speech-practice-php .sp-practice-groups{grid-template-columns:1fr 1fr!important}body.page-template-page-speech-practice-php .sp-practice-group:last-child{grid-column:1/-1!important}}@media(max-width:900px){body.page-template-page-printables-php .yp-picker{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:700px){body.page-template-page-speech-practice-php .sp-hero-simple{padding:38px 0 22px!important}body.page-template-page-speech-practice-php .sp-hero-simple h1{font-size:clamp(34px,10.5vw,48px)!important}body.page-template-page-speech-practice-php .sp-main-section{padding:20px 0 40px!important}body.page-template-page-speech-practice-php .sp-practice-card{padding:10px!important;border-radius:20px!important}body.page-template-page-speech-practice-php .sp-practice-groups{grid-template-columns:1fr!important}body.page-template-page-speech-practice-php .sp-practice-group:last-child{grid-column:auto!important}body.page-template-page-speech-practice-php .sp-sound-picker .sp-sound-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}body.page-template-page-printables-php .yp-container{width:min(100% - 22px,1100px)!important}body.page-template-page-printables-php .yp-hero{padding:42px 0 22px!important}body.page-template-page-printables-php .yp-picker{grid-template-columns:1fr!important;gap:12px!important}body.page-template-page-printables-php .yp-choice{min-height:0!important;padding:19px!important;border-radius:20px!important}body.page-template-page-printables-php .yp-choice .yp-btn{margin-top:18px!important}}@media print{body.page-template-page-printables-php .yp-print-source{display:block!important}body.page-template-page-printables-php .yp-print-sheet{display:none!important}body.page-template-page-printables-php .yp-print-sheet.yuna-print-target{display:block!important}}:root{--yp-ink:#172033;--yp-muted:#667085;--yp-line:#e5e7eb;--yp-paper:#fbfaf7;--yp-card:#ffffff;--yp-purple:#6f5bd3;--yp-purple-dark:#5543b8;--yp-purple-soft:#f1eeff;--yp-radius:22px;--yp-shadow:0 12px 34px rgba(31,36,56,.08)}.y-skip-link{position:fixed;left:16px;top:12px;z-index:2147483647;transform:translateY(-160%);min-height:44px;display:inline-flex;align-items:center;padding:0 16px;border-radius:12px;background:#172033;color:#fff!important;font-weight:800;text-decoration:none;box-shadow:0 10px 26px rgb(15 23 42 / .22)}.y-skip-link:focus{transform:translateY(0)}.learn-with-yuna-v31 main[id="main-content"]{scroll-margin-top:82px}.learn-with-yuna-v31 :where(p){max-width:72ch}.learn-with-yuna-v31 .v3-section-heading-center p,.learn-with-yuna-v31 .v3-final p,.learn-with-yuna-v31 .v3-hero-lead{margin-inline:auto}.learn-with-yuna-v31 .y-header-inner{min-height:68px!important}.learn-with-yuna-v31 .y-menu a{min-height:40px;display:inline-flex;align-items:center}.learn-with-yuna-v31 .y-btn,.learn-with-yuna-v31 .y-hamburger{min-height:44px!important}@media(max-width:1179px){.learn-with-yuna-v31 .y-header-inner{min-height:62px!important}}.learn-with-yuna-v31 .v3-hero{padding-top:68px;padding-bottom:82px}.learn-with-yuna-v31 .v3-hero h1{max-width:760px}.learn-with-yuna-v31 .v3-path-card{min-height:230px}.learn-with-yuna-v31 .v3-journey-steps small{line-height:1.45}.learn-with-yuna-v31 .v3-access-card{box-shadow:none}@media(max-width:760px){.learn-with-yuna-v31 .v3-hero{padding-top:44px;padding-bottom:64px}.learn-with-yuna-v31 .v3-quick,.learn-with-yuna-v31 .v3-journey,.learn-with-yuna-v31 .v3-story-preview,.learn-with-yuna-v31 .v3-trust{padding-block:62px}}body.theater{overflow:hidden!important;overscroll-behavior:none!important;background:#f3f1f6!important}body.theater .y-header,body.theater .site-footer,body.theater footer{display:none!important}body.page-template-page-speech-practice-php .sp-page{background:var(--yp-paper)!important}body.page-template-page-speech-practice-php .sp-hero-simple{padding:48px 0 24px!important;background:linear-gradient(180deg,#f4f0ff,#fbfaf7)!important}body.page-template-page-speech-practice-php .sp-hero-simple h1{max-width:780px!important;margin:10px auto 12px!important;font-size:clamp(38px,5.4vw,62px)!important;line-height:1.06!important}body.page-template-page-speech-practice-php .sp-hero-simple .sp-lead{max-width:640px!important;font-size:17px!important;line-height:1.6!important}body.page-template-page-speech-practice-php .sp-hero-simple .sp-actions{margin-top:18px!important}body.page-template-page-speech-practice-php .sp-simple-note{margin-top:12px!important;color:var(--yp-muted)!important;font-size:12px!important}body.page-template-page-speech-practice-php .sp-access-simple{max-width:760px!important;margin-top:16px!important;padding:12px 14px!important;border:1px solid #e4e0eb!important;background:#fff!important}body.page-template-page-speech-practice-php .sp-main-section{padding:26px 0 60px!important}body.page-template-page-speech-practice-php .sp-app-simple{max-width:1180px!important;grid-template-columns:260px minmax(0,1fr)!important;gap:14px!important}body.page-template-page-speech-practice-php .sp-sound-picker,body.page-template-page-speech-practice-php .sp-practice-card{border:1px solid #e6e2ea!important;background:#fff!important;box-shadow:0 8px 24px rgb(31 36 56 / .055)!important}body.page-template-page-speech-practice-php .sp-sound-picker{top:78px!important;padding:14px!important;border-radius:20px!important}body.page-template-page-speech-practice-php .sp-panel-heading h2{font-size:18px!important}body.page-template-page-speech-practice-php .sp-panel-heading p{font-size:12px!important}body.page-template-page-speech-practice-php .sp-sound-grid{gap:6px!important}body.page-template-page-speech-practice-php .sp-sound{min-height:46px!important;border-radius:12px!important}body.page-template-page-speech-practice-php .sp-practice-card{padding:16px!important;border-radius:22px!important}body.page-template-page-speech-practice-php .sp-practice-head{grid-template-columns:72px minmax(0,1fr) auto!important;gap:14px!important;padding:17px!important;border-radius:17px!important;background:var(--yp-purple-soft)!important}body.page-template-page-speech-practice-php .sp-big-sound{width:64px!important;height:64px!important;border-radius:17px!important;font-size:32px!important}body.page-template-page-speech-practice-php .sp-practice-title{font-size:24px!important}body.page-template-page-speech-practice-php .sp-listen-main{min-width:108px!important}body.page-template-page-speech-practice-php .sp-quick-steps{gap:7px!important;margin:10px 0!important}body.page-template-page-speech-practice-php .sp-quick-steps>div{padding:11px!important;border-radius:14px!important}body.page-template-page-speech-practice-php .sp-quick-steps span{font-size:12px!important}body.page-template-page-speech-practice-php .sp-model-simple{padding:14px!important}body.page-template-page-speech-practice-php .sp-practice-groups{gap:9px!important;margin-top:10px!important}body.page-template-page-speech-practice-php .sp-practice-group{padding:13px!important;border-radius:15px!important}body.page-template-page-speech-practice-php .sp-practice-group h3{font-size:17px!important}body.page-template-page-speech-practice-php .sp-practice-group p{font-size:12px!important}body.page-template-page-speech-practice-php .sp-chip{min-height:40px!important;border-radius:12px!important;font-size:12px!important}body.page-template-page-speech-practice-php .sp-finish-box{margin-top:10px!important;padding:14px!important}body.page-template-page-speech-practice-php .sp-more-practice{margin-top:10px!important;padding:12px!important}@media(max-width:980px){body.page-template-page-speech-practice-php .sp-app-simple{grid-template-columns:1fr!important}body.page-template-page-speech-practice-php .sp-sound-picker{position:static!important}body.page-template-page-speech-practice-php .sp-sound-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important;max-height:none!important}}@media(max-width:700px){body.page-template-page-speech-practice-php .sp-hero-simple{padding:34px 0 20px!important}body.page-template-page-speech-practice-php .sp-hero-simple h1{font-size:clamp(34px,10.4vw,46px)!important}body.page-template-page-speech-practice-php .sp-access-simple{display:block!important}body.page-template-page-speech-practice-php .sp-access-simple .sp-btn{width:100%!important;margin-top:10px!important}body.page-template-page-speech-practice-php .sp-container{padding-inline:10px!important}body.page-template-page-speech-practice-php .sp-practice-card{padding:8px!important;border-radius:17px!important}body.page-template-page-speech-practice-php .sp-practice-head{grid-template-columns:58px minmax(0,1fr)!important;padding:12px!important}body.page-template-page-speech-practice-php .sp-big-sound{width:54px!important;height:54px!important;font-size:27px!important}body.page-template-page-speech-practice-php .sp-practice-title{font-size:21px!important}body.page-template-page-speech-practice-php .sp-listen-main{grid-column:1/-1!important;width:100%!important}body.page-template-page-speech-practice-php .sp-sound-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}body.page-template-page-speech-practice-php .sp-quick-steps,.sp-practice-groups{grid-template-columns:1fr!important}}body.page-template-page-printables-php .yp-page{background:var(--yp-paper)!important}body.page-template-page-printables-php .yp-hero{padding:48px 0 25px!important;background:linear-gradient(180deg,#f4f0ff,#fbfaf7)!important}body.page-template-page-printables-php .yp-hero h1{max-width:780px!important;margin:12px auto!important;font-size:clamp(38px,5.5vw,62px)!important;line-height:1.06!important}body.page-template-page-printables-php .yp-lead{max-width:650px!important;font-size:17px!important;line-height:1.6!important}body.page-template-page-printables-php .yp-section{padding:24px 0 62px!important}body.page-template-page-printables-php .yp-picker{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px!important}body.page-template-page-printables-php .yp-choice{min-height:210px!important;padding:19px!important;border:1px solid #e6e2ea!important;border-radius:20px!important;box-shadow:0 8px 24px rgb(31 36 56 / .055)!important}body.page-template-page-printables-php .yp-choice-icon{width:46px!important;height:46px!important;border-radius:14px!important;font-size:22px!important;margin-bottom:14px!important}body.page-template-page-printables-php .yp-choice h2{font-size:19px!important;margin-bottom:6px!important}body.page-template-page-printables-php .yp-choice p{font-size:13px!important;line-height:1.5!important}body.page-template-page-printables-php .yp-choice .yp-btn{min-height:44px!important;margin-top:16px!important;border-radius:13px!important;font-size:13px!important}body.page-template-page-printables-php .yp-note{max-width:850px!important;margin:18px auto 0!important;padding:13px 15px!important;font-size:13px!important}body.page-template-page-printables-php .yp-print-footer{margin-top:20px!important;font-size:13px!important}@media(max-width:900px){body.page-template-page-printables-php .yp-picker{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:620px){body.page-template-page-printables-php .yp-hero{padding:34px 0 20px!important}body.page-template-page-printables-php .yp-hero h1{font-size:clamp(34px,10.4vw,46px)!important}body.page-template-page-printables-php .yp-picker{grid-template-columns:1fr!important;gap:9px!important}body.page-template-page-printables-php .yp-choice{min-height:0!important;padding:14px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:12px!important;align-items:center!important}body.page-template-page-printables-php .yp-choice-icon{grid-row:1/3!important;margin:0!important;width:42px!important;height:42px!important}body.page-template-page-printables-php .yp-choice h2{grid-column:2!important;margin:0!important;font-size:16px!important}body.page-template-page-printables-php .yp-choice p{grid-column:2!important;margin:3px 0 0!important;font-size:12px!important}body.page-template-page-printables-php .yp-choice .yp-btn{grid-column:3!important;grid-row:1/3!important;width:auto!important;min-width:68px!important;margin:0!important;padding:0 13px!important}}.v3-single-story{padding:48px 0 72px;background:var(--yp-paper)}.v3-single-story .v3-container{width:min(920px,calc(100% - 28px))}.v3-single-story-card{background:#fff;border:1px solid #e6e2ea;border-radius:24px;padding:clamp(20px,4vw,42px);box-shadow:var(--yp-shadow)}.v3-single-story-card h1{font-size:clamp(34px,5vw,58px);line-height:1.08}.v3-single-story-content{font-family:"Atkinson Hyperlegible",system-ui,sans-serif;font-size:clamp(20px,2.2vw,26px);line-height:1.65}:root{--ui53-brand:#6852cf;--ui53-brand-dark:#513db5;--ui53-ink:#172033;--ui53-muted:#667085;--ui53-line:#e5e7eb;--ui53-soft:#f6f3ff;--ui53-radius:13px;--ui53-card-radius:22px;--ui53-shadow:0 12px 34px rgba(31,36,56,.07)}body.learn-with-yuna-v31{color:var(--ui53-ink);background:#fff}body.learn-with-yuna-v31 :where(a,button,input,select,textarea,summary){-webkit-tap-highlight-color:#fff0}body.learn-with-yuna-v31 :where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid rgb(104 82 207 / .28)!important;outline-offset:3px!important}body.learn-with-yuna-v31 :where(input[type="text"],input[type="email"],input[type="password"],input[type="search"],input[type="url"],input[type="tel"],select,textarea){min-height:48px;border:1px solid #d9dde5!important;border-radius:12px!important;background:#fff!important;color:var(--ui53-ink)!important;box-shadow:none!important;font-size:16px!important;transition:border-color .15s ease,box-shadow .15s ease}body.learn-with-yuna-v31 :where(input[type="text"],input[type="email"],input[type="password"],input[type="search"],input[type="url"],input[type="tel"],select,textarea):focus{border-color:#806ad8!important;box-shadow:0 0 0 4px rgb(104 82 207 / .11)!important;outline:none!important}body.learn-with-yuna-v31 textarea{min-height:120px;padding:12px 14px!important}body.learn-with-yuna-v31 :where(.pr-btn.ghost,.sp-btn.ghost,.yf-btn.ghost,.yuna-404__btn--ghost,.yuna-btn.ghost,.btn-ghost){background:transparent!important;color:var(--ui53-ink)!important}body.learn-with-yuna-v31 :where(.ys-card,.pr-card,.pr-mini-card,.yp-choice,.yg-article,.acct-card,.acct-panel,.spack-card,.yf-contact-card,.yf-legal-card,.post-summary,.single-post-article){border-color:var(--ui53-line)!important;border-radius:var(--ui53-card-radius)!important;box-shadow:var(--ui53-shadow)!important}body.learn-with-yuna-v31 :where(.pr-card,.yp-choice,.spack-card,.post-summary){transition:transform .17s ease,box-shadow .17s ease!important}body.learn-with-yuna-v31 :where(.pr-card,.yp-choice,.spack-card,.post-summary):hover{transform:translateY(-2px)!important;box-shadow:0 16px 40px rgb(31 36 56 / .09)!important}body.learn-with-yuna-v31 :where(.yf-legal-card,.yf-contact-card,.ys-card){max-width:960px}body.learn-with-yuna-v31 :where(.yf-legal-section,.ys-section) p{color:var(--ui53-muted)}body.learn-with-yuna-v31 .sp-card{border-radius:22px!important;box-shadow:var(--ui53-shadow)!important}body.learn-with-yuna-v31 .sp-chip{min-height:43px!important;border-radius:12px!important}body.learn-with-yuna-v31 .acct-google-btn{min-height:46px;border-radius:12px!important;overflow:hidden}body.learn-with-yuna-v31 .yf-contact-card form button[type="submit"]{min-height:48px;border-radius:13px!important;background:var(--ui53-brand)!important;color:#fff!important;font-weight:800!important}body.learn-with-yuna-v31 .read-more-btn{margin-top:auto}body.learn-with-yuna-v31 .site-main>.container,body.learn-with-yuna-v31 .blog-container,body.learn-with-yuna-v31 .main-content-area{width:min(1120px,calc(100% - 32px));margin-inline:auto}body.learn-with-yuna-v31 .entry-content :where(a:not(.btn)){color:#5844b3;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}@media(max-width:640px){body.learn-with-yuna-v31 :where(.ys-actions,.yp-actions,.yg-actions,.pr-hero-actions,.pr-cta-actions,.spack-actions,.yf-actions) :where(a,button){width:100%!important}body.learn-with-yuna-v31 :where(.yf-legal-card,.yf-contact-card,.ys-card){border-radius:18px!important;box-shadow:none!important}}@media(prefers-reduced-motion:reduce){body.learn-with-yuna-v31 *{scroll-behavior:auto!important}body.learn-with-yuna-v31 :where(a,button,.pr-card,.yp-choice,.spack-card,.post-summary){transition:none!important}}body.learn-with-yuna-v31 :where(button,a)[aria-disabled="true"],body.learn-with-yuna-v31 button:disabled{opacity:.48!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}:root{--yuna-primary:#6657b8;--yuna-primary-dark:#4f438f;--yuna-ink:#202536;--yuna-line:#e4e6ed;--yuna-surface:#fff;--yuna-soft:#f7f6fb}:is(.y-btn,.lwy6-tool,.lwy6-btn,.yp-btn,.sp-btn,.yg-btn,.spack-btn){-webkit-tap-highlight-color:#fff0;touch-action:manipulation}:is(.y-btn,.lwy6-btn,.yp-btn,.sp-btn,.yg-btn,.spack-btn){min-height:46px;border-radius:14px!important;border:1px solid #d6d8e1!important;background:linear-gradient(180deg,#fff,#f3f3f7)!important;color:var(--yuna-ink)!important;box-shadow:0 4px 0 #cfd1da,0 8px 18px rgb(31 36 56 / .08)!important;font-weight:800!important;transition:transform .1s ease,box-shadow .1s ease!important}:is(.y-btn,.lwy6-btn,.yp-btn,.sp-btn,.yg-btn,.spack-btn):active{transform:translateY(3px)!important;box-shadow:0 1px 0 #cfd1da,0 3px 8px rgb(31 36 56 / .08)!important}:is(.y-btn,.lwy6-btn,.yp-btn,.sp-btn,.yg-btn,.spack-btn).primary,.y-cta{background:linear-gradient(180deg,#7567c8,#5d4fa9)!important;color:#fff!important;border-color:#56499c!important;box-shadow:0 4px 0 #473d82,0 8px 18px rgb(79 67 143 / .20)!important}:is(a,button):focus-visible{outline:3px solid rgb(102 87 184 / .28)!important;outline-offset:3px!important}@media(prefers-reduced-motion:reduce){:is(.y-btn,.lwy6-btn,.yp-btn,.sp-btn,.yg-btn,.spack-btn){transition:none!important}}:root{--lwy-plus-accent:#80601a;--lwy-plus-deep:#5f450f;--lwy-plus-soft:#fff7d8;--lwy-plus-rgb:128,96,26}.y-account-avatar{width:25px;height:25px;display:grid;place-items:center;overflow:hidden;border-radius:999px;background:#fff;font-size:15px;box-shadow:0 2px 8px rgb(31 36 56 / .10)}.y-account-avatar img,.y-plus-welcome-mark img{width:100%;height:100%;display:block;object-fit:cover}.y-plus-welcome-mark{overflow:hidden}body.lwy-plus-member{background:#fff;background-image:none;background-attachment:initial}body.lwy-plus-member::before{content:none!important;display:none!important}body.lwy-plus-member :is(.site-header,.y-header,header.site-header){background:#fff!important;background-image:none!important;border-bottom-color:rgb(15 23 42 / .08)!important;box-shadow:0 1px 0 rgb(15 23 42 / .04),0 8px 22px rgb(15 23 42 / .04)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body.lwy-plus-member :is(.site-header,.y-header,header.site-header)::before,body.lwy-plus-member #site-header::before{background:#fff!important;background-image:none!important}body.lwy-plus-member .lwy8,.lwy8.is-plus{background:#fff!important;background-image:none!important}body.lwy-plus-member .lwy8-hero,.lwy8.is-plus .lwy8-hero{position:relative!important;isolation:isolate!important;overflow:hidden!important;background:#fff!important;background-image:none!important}body.lwy-plus-member .lwy8-hero::before,.lwy8.is-plus .lwy8-hero::before{content:""!important;display:block!important;position:absolute!important;z-index:0!important;pointer-events:none!important;left:50%!important;top:-82px!important;width:min(760px,96vw)!important;height:315px!important;transform:translateX(-50%)!important;border-radius:50%!important;background:radial-gradient(ellipse at center,rgba(var(--lwy-plus-rgb,128,96,26),.17) 0%,rgba(var(--lwy-plus-rgb,128,96,26),.085) 38%,rgba(var(--lwy-plus-rgb,128,96,26),.026) 60%,transparent 78%)!important;filter:blur(5px)!important;opacity:1!important}body.lwy-plus-member .lwy8-hero::after,.lwy8.is-plus .lwy8-hero::after{content:none!important;display:none!important}body.lwy-plus-member .lwy8-hero .lwy8-wrap,body.lwy-plus-member .lwy8-hero>*,.lwy8.is-plus .lwy8-hero .lwy8-wrap,.lwy8.is-plus .lwy8-hero>*{position:relative!important;z-index:1!important}@media(max-width:760px){body.lwy-plus-member .lwy8-hero::before,.lwy8.is-plus .lwy8-hero::before{top:-28px!important;width:118vw!important;height:250px!important;background:radial-gradient(ellipse at center,rgba(var(--lwy-plus-rgb,128,96,26),.135) 0%,rgba(var(--lwy-plus-rgb,128,96,26),.065) 40%,transparent 77%)!important}}@media(max-width:1179px){body.lwy-plus-member .y-donate{display:none!important}}body.lwy-plus-member.lwy-tool-theme .story-time-main .page-header,body.lwy-plus-member.lwy-tool-theme .sp-hero,body.lwy-plus-member.lwy-tool-theme .yp-hero{background-image:radial-gradient(ellipse at 50% -8%,rgba(var(--lwy-plus-rgb,128,96,26),.24) 0%,rgba(var(--lwy-plus-rgb,128,96,26),.10) 34%,rgba(var(--lwy-plus-rgb,128,96,26),0) 68%)!important}body.lwy-plus-member.lwy-tool-theme .story-page-kicker,body.lwy-plus-member.lwy-tool-theme .sp-eyebrow{color:var(--lwy-plus-deep)!important}body.lwy-plus-member.lwy-tool-theme .sp-btn.primary,body.lwy-plus-member.lwy-tool-theme .story-library-view.is-active{background:var(--lwy-plus-accent)!important;border-color:var(--lwy-plus-accent)!important;color:#fff!important}body.lwy-plus-member.lwy-tool-theme .sp-sound[aria-selected="true"]{background:var(--lwy-plus-accent)!important;border-color:var(--lwy-plus-accent)!important;color:#fff!important}body.lwy-plus-member.lwy-tool-theme .story-category-hint{background:var(--lwy-plus-soft)!important;color:var(--lwy-plus-deep)!important}body.lwy-plus-member.lwy-tool-theme .story-row-btn{border-color:rgba(var(--lwy-plus-rgb),.25)!important;color:var(--lwy-plus-deep)!important}:root{--lwy88-ink:#172033;--lwy88-muted:#657084;--lwy88-paper:#fffdf8;--lwy88-cream:#f7f1e7;--lwy88-purple:#7563c7;--lwy88-purple-deep:#4c3c89;--lwy88-purple-soft:#f4f1ff;--lwy88-sky:#dff4ff;--lwy88-sky-deep:#26749a;--lwy88-peach:#ffe8d7;--lwy88-peach-deep:#9a5b35;--lwy88-mint:#ddf6e9;--lwy88-yellow:#f6d98a;--lwy88-line:rgba(35,39,55,.11);--lwy88-shadow:0 24px 70px rgba(58,48,99,.13),0 4px 16px rgba(31,36,56,.07);--lwy88-shadow-soft:0 12px 38px rgba(31,36,56,.075);--lwy88-radius:26px;--lwy88-radius-lg:40px;--lwy88-wrap:1180px;--lwy88-font:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}html{scroll-padding-top:86px}body{background:var(--lwy88-paper);color:var(--lwy88-ink)}.y-header{background:rgb(255 253 248 / .96)!important;border-bottom-color:rgb(35 39 55 / .08)!important;box-shadow:0 -110px 0 var(--lwy88-paper),0 10px 32px rgb(43 36 75 / .045)!important}.y-header::before{background:rgb(255 253 248 / .98)!important}.y-header-inner{max-width:1260px!important;padding:9px 18px!important}.y-logo{border-radius:14px!important;box-shadow:0 7px 18px rgb(65 51 125 / .13)!important}.y-title{font-size:16px!important;letter-spacing:-.025em!important}.y-sub{font-size:10.5px!important}.y-menu{gap:3px!important}.y-menu a{border-radius:999px!important;padding:9px 11px!important;font-size:12.5px!important}.y-menu a.is-current,.y-menu a[aria-current="page"]{background:var(--lwy88-purple-soft)!important;color:var(--lwy88-purple-deep)!important}.y-cta{background:var(--lwy88-purple)!important;border-radius:999px!important;box-shadow:0 8px 20px rgb(104 83 199 / .22)!important}.y-cta:hover{background:var(--lwy88-purple-deep)!important}.y-donate,.y-hamburger{border-radius:999px!important;background:#fff!important}.y-mobilelist a{border-radius:18px!important;background:#fffdf8!important}.y-skip-link:focus{z-index:2147483647!important}.sp-page,.story-time-main,.yp-page,#parent-resource.pr-wrap,.yg-main,.acct,.our-story-page,.yf-legal-wrap{--shared-purple:var(--lwy88-purple);--shared-paper:var(--lwy88-paper);background:var(--lwy88-paper)!important;color:var(--lwy88-ink)!important}.sp-hero,.story-time-main .page-header,.yp-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 14%,rgb(245 205 232 / .34),transparent 24%),radial-gradient(circle at 12% 4%,rgb(205 195 255 / .48),transparent 30%),linear-gradient(180deg,#fffdf8,#f8f4ed)!important;border-bottom:1px solid var(--lwy88-line)}#parent-resource .pr-hero,.yg-hero{position:relative;overflow:hidden;background:#fffdf8!important;border-bottom:1px solid var(--lwy88-line)}.sp-hero::after,.story-time-main .page-header::after,.yp-hero::after{content:"";position:absolute;left:50%;bottom:-28px;width:180px;height:54px;border:2px solid rgb(104 83 199 / .14);border-radius:50%;transform:translateX(-50%);pointer-events:none}#parent-resource .pr-hero::after,.yg-hero::after{content:none!important;display:none!important}.sp-page h1,.story-time-main .page-header h1,.yp-page h1,#parent-resource h1,.yg-main h1,.acct h1,.our-story-page h1{letter-spacing:-.045em!important;color:var(--lwy88-ink)!important}.sp-btn.primary,.yp-btn.primary,#parent-resource .pr-btn.primary,.yg-btn.primary,.acct-btn.primary{background:var(--lwy88-purple)!important;border-color:var(--lwy88-purple)!important;box-shadow:0 9px 20px rgb(104 83 199 / .18)!important}.sp-card,.yp-choice,#parent-resource .pr-card,.yg-card,.yg-article,.acct-card,.our-story-card{border-color:var(--lwy88-line)!important;box-shadow:var(--lwy88-shadow-soft)!important}.lwy88{font-family:var(--lwy88-font);background:var(--lwy88-paper);color:var(--lwy88-ink);overflow:hidden}.lwy88 *{box-sizing:border-box}.lwy88 img{display:block}.lwy88 a{text-decoration:none}.lwy88-wrap{width:min(var(--lwy88-wrap),calc(100% - 38px));margin-inline:auto}.lwy88-hero{position:relative;min-height:740px;padding:clamp(72px,8vw,118px) 0 104px;background:radial-gradient(ellipse at 50% -10%,rgb(229 211 255 / .54) 0%,rgb(248 218 237 / .28) 34%,#fff0 70%),linear-gradient(180deg,#fffdf8 0%,#f8f4ed 100%)}.lwy88-hero::after{content:"";position:absolute;left:-8%;right:-8%;bottom:-48px;height:104px;background:var(--lwy88-paper);border-radius:50% 50% 0 0/100% 100% 0 0}.lwy88-sun{position:absolute;left:50%;right:auto;top:-150px;width:clamp(340px,42vw,620px);aspect-ratio:1;border-radius:50%;transform:translateX(-50%);background:radial-gradient(circle,rgb(229 211 255 / .62) 0%,rgb(248 218 237 / .28) 34%,rgb(255 243 249 / .10) 52%,transparent 72%);box-shadow:none;pointer-events:none}.lwy88-doodle{position:absolute;border:2px solid rgb(104 83 199 / .16);border-radius:50%;pointer-events:none}.lwy88-doodle-one{width:210px;height:76px;left:-54px;top:34%;transform:rotate(26deg)}.lwy88-doodle-two{width:130px;height:130px;right:30%;bottom:5%;border-style:dashed}.lwy88-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);gap:clamp(42px,7vw,90px);align-items:center}.lwy88-eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 15px;color:var(--lwy88-purple-deep);font-size:12px;font-weight:850;letter-spacing:.095em;text-transform:uppercase}.lwy88-eyebrow>span{width:24px;height:2px;border-radius:9px;background:currentColor}.lwy88-eyebrow.is-light{color:#d9d2ff}.lwy88 h1{max-width:760px;margin:0;font-size:clamp(52px,7.3vw,88px);line-height:.98;letter-spacing:-.065em;font-weight:850;text-wrap:balance}.lwy88 h1 span{display:block;color:var(--lwy88-purple)}.lwy88-lead{max-width:650px;margin:26px 0 0;color:var(--lwy88-muted);font-size:clamp(18px,1.75vw,22px);line-height:1.7}.lwy88-free-note{margin:16px 0 0;color:var(--lwy88-purple-deep);font-size:12.5px;font-weight:800}.lwy88-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.lwy88-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 20px;border:1px solid #fff0;border-radius:999px;font-size:14px;font-weight:850;line-height:1.2;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.lwy88-btn:hover{transform:translateY(-2px)}.lwy88-btn-primary{background:var(--lwy88-purple);color:#fff;box-shadow:0 10px 24px rgb(104 83 199 / .24)}.lwy88-btn-primary:hover{background:var(--lwy88-purple-deep);color:#fff}.lwy88-btn-quiet{background:#fff;color:var(--lwy88-ink);border-color:var(--lwy88-line);box-shadow:0 6px 18px rgb(31 36 56 / .06)}.lwy88-btn-white{background:#fff;color:var(--lwy88-purple-deep);box-shadow:0 10px 24px rgb(10 12 30 / .14)}.lwy88-trust-line{display:flex;flex-wrap:wrap;gap:9px 17px;margin-top:28px;color:#5f6979;font-size:12.5px;font-weight:730}.lwy88-trust-line span{display:inline-flex;align-items:center;gap:7px}.lwy88-trust-line span::before{content:"";width:8px;height:8px;border:2px solid var(--lwy88-purple);border-radius:50%;background:#fff}.lwy88-hero-collage{position:relative;min-height:520px;isolation:isolate}.lwy88-collage-orbit{position:absolute;inset:7% 1% 4% 8%;z-index:-1;border:1px dashed rgb(104 83 199 / .25);border-radius:47% 53% 50% 50%;transform:rotate(-7deg)}.lwy88-product-card{position:absolute;margin:0;background:rgb(255 255 255 / .91);border:1px solid rgb(255 255 255 / .96);box-shadow:var(--lwy88-shadow);backdrop-filter:blur(18px)}.lwy88-product-main{left:5%;top:7%;width:min(390px,72%);padding:16px;border-radius:36px;transform:rotate(-2deg)}.lwy88-product-main img{width:100%;border-radius:24px;background:#f3efff}.lwy88-product-top{display:flex;justify-content:space-between;align-items:center;padding:0 3px 12px;font-size:12px;font-weight:850}.lwy88-live-dot{display:inline-flex;align-items:center;gap:6px;color:#25724c}.lwy88-live-dot::before{content:"";width:7px;height:7px;border-radius:50%;background:#38b879;box-shadow:0 0 0 4px rgb(56 184 121 / .13)}.lwy88-product-main figcaption{padding:13px 5px 3px;color:var(--lwy88-muted);font-size:12.5px;line-height:1.5}.lwy88-story-peek{right:0;top:26%;width:min(260px,48%);overflow:hidden;border-radius:26px;transform:rotate(4deg)}.lwy88-story-peek img{width:100%;aspect-ratio:4/3;object-fit:cover}.lwy88-story-peek figcaption{display:grid;gap:2px;padding:13px 15px}.lwy88-story-peek strong{font-size:13px}.lwy88-story-peek span{color:var(--lwy88-muted);font-size:11px}.lwy88-wait-card{position:absolute;right:4%;bottom:5%;width:min(300px,57%);display:grid;grid-template-columns:54px 1fr;gap:13px;align-items:center;padding:15px;border:1px solid rgb(255 255 255 / .96);border-radius:20px;background:rgb(255 255 255 / .95);box-shadow:0 16px 40px rgb(31 36 56 / .12);transform:rotate(-2deg)}.lwy88-wait-ring{width:52px;height:52px;display:grid;place-items:center;border:5px solid var(--lwy88-yellow);border-right-color:#f1e8cf;border-radius:50%;font-weight:900}.lwy88-wait-card strong,.lwy88-wait-card span{display:block}.lwy88-wait-card strong{font-size:13px}.lwy88-wait-card span{margin-top:3px;color:var(--lwy88-muted);font-size:10.5px;line-height:1.4}.lwy88-word-card{position:absolute;left:0;bottom:17%;display:grid;gap:3px;padding:13px 17px;border:1px solid #f0d87e;border-radius:17px;background:#fff6c9;box-shadow:0 13px 28px rgb(93 74 14 / .12);transform:rotate(5deg)}.lwy88-word-card small{font-size:9px;text-transform:uppercase;letter-spacing:.12em}.lwy88-word-card strong{font-size:20px;color:#5f4c0e}.lwy88-hero-collage.lwy88-current-hero{min-height:0;display:flex;align-items:center;justify-content:center}.lwy88-current-product-shot{width:100%;margin:0;padding:12px;border:1px solid rgb(255 255 255 / .96);border-radius:32px;background:rgb(255 255 255 / .94);box-shadow:var(--lwy88-shadow);overflow:hidden}.lwy88-current-product-shot img{width:100%;height:auto;border-radius:22px;background:#f8f7fc}.lwy88-moment,.lwy88-preview,.lwy88-stories,.lwy88-access{padding:112px 0}.lwy88-section-head{display:flex;align-items:end;justify-content:space-between;gap:38px;margin-bottom:38px}.lwy88-section-head>div{max-width:720px}.lwy88-section-head h2,.lwy88-loop h2,.lwy88-trust h2,.lwy88-guide h2,.lwy88-final h2{margin:0;font-size:clamp(38px,5vw,64px);line-height:1.04;letter-spacing:-.055em;text-wrap:balance}.lwy88-section-head>p{max-width:470px;margin:0;color:var(--lwy88-muted);font-size:16px;line-height:1.7}.lwy88-moment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.lwy88-moment-card{position:relative;min-height:390px;display:flex;flex-direction:column;padding:30px;border:1px solid var(--lwy88-line);border-radius:34px;color:var(--lwy88-ink);overflow:hidden;transition:transform .24s ease,box-shadow .24s ease}.lwy88-moment-card:hover{transform:translateY(-7px);box-shadow:var(--lwy88-shadow)}.lwy88-moment-card.is-purple{background:linear-gradient(145deg,#6b56ca,#4b399e);color:#fff;border-color:#fff0}.lwy88-moment-card.is-sky{background:#e7f7ff}.lwy88-moment-card.is-peach{background:#fff0e4}.lwy88-card-number{position:absolute;right:24px;top:18px;font-size:64px;font-weight:900;line-height:1;color:rgb(23 32 51 / .07)}.is-purple .lwy88-card-number{color:rgb(255 255 255 / .13)}.lwy88-icon{width:62px;height:62px;display:grid;place-items:center;margin-bottom:auto;border-radius:20px;background:rgb(255 255 255 / .72)}.is-purple .lwy88-icon{background:rgb(255 255 255 / .16)}.lwy88-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.lwy88-moment-card small{display:block;margin:27px 0 7px;color:var(--lwy88-purple-deep);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.is-purple small{color:#dfd8ff}.lwy88-moment-card h3{margin:0 0 12px;font-size:29px;letter-spacing:-.035em}.lwy88-moment-card p{margin:0;color:var(--lwy88-muted);line-height:1.65}.is-purple p{color:rgb(255 255 255 / .78)}.lwy88-round-arrow{position:absolute;right:25px;bottom:25px;width:45px;height:45px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--lwy88-purple-deep);font-size:20px;font-weight:900}.lwy88-secondary-link{display:inline-flex;align-items:center;gap:8px;margin-top:22px;color:var(--lwy88-purple-deep);font-size:13px;font-weight:850}.lwy88-loop{padding:112px 0;background:var(--lwy88-cream)}.lwy88-loop-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);gap:80px;align-items:center}.lwy88-loop-copy>p:not(.lwy88-eyebrow){margin:22px 0 24px;color:var(--lwy88-muted);font-size:17px;line-height:1.72}.lwy88-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--lwy88-purple-deep);font-size:13px;font-weight:850}.lwy88-loop-path{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0;padding:26px;list-style:none;border:1px solid rgb(104 83 199 / .16);border-radius:42px;background:rgb(255 255 255 / .55)}.lwy88-loop-path::before{content:"";position:absolute;inset:48px 70px;border:2px dashed rgb(104 83 199 / .22);border-radius:50%;transform:rotate(-8deg);pointer-events:none}.lwy88-loop-path li{position:relative;z-index:1;min-height:180px;padding:24px;border:1px solid rgb(35 39 55 / .09);border-radius:26px;background:#fff;box-shadow:0 9px 25px rgb(31 36 56 / .055)}.lwy88-loop-path li:nth-child(2),.lwy88-loop-path li:nth-child(3){transform:translateY(22px)}.lwy88-loop-path li>span{width:40px;height:40px;display:grid;place-items:center;margin-bottom:24px;border-radius:14px;background:var(--lwy88-purple-soft);color:var(--lwy88-purple-deep);font-weight:900}.lwy88-loop-path strong,.lwy88-loop-path small{display:block}.lwy88-loop-path strong{font-size:20px}.lwy88-loop-path small{margin-top:7px;color:var(--lwy88-muted);font-size:13px;line-height:1.55}.lwy88-preview{background:var(--lwy88-paper)}.lwy88-preview-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:18px}.lwy88-preview-panel{position:relative;overflow:hidden;border:1px solid var(--lwy88-line);border-radius:34px;color:var(--lwy88-ink);box-shadow:var(--lwy88-shadow-soft);transition:transform .24s ease,box-shadow .24s ease}.lwy88-preview-panel:hover{transform:translateY(-5px);box-shadow:var(--lwy88-shadow)}.lwy88-preview-copy{position:relative;z-index:2}.lwy88-preview-copy>span{color:var(--lwy88-purple-deep);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.lwy88-preview-copy h3{margin:8px 0 10px;font-size:clamp(27px,3.2vw,44px);line-height:1.08;letter-spacing:-.045em}.lwy88-preview-copy p{max-width:520px;margin:0;color:var(--lwy88-muted);line-height:1.65}.lwy88-preview-copy b{display:inline-flex;margin-top:22px;color:var(--lwy88-purple-deep);font-size:13px}.lwy88-preview-talk{grid-row:1/3;min-height:600px;padding:38px;background:linear-gradient(145deg,#f2edff,#fff)}.lwy88-mini-board{position:absolute;left:38px;right:38px;bottom:38px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:18px;border:1px solid rgb(255 255 255 / .9);border-radius:26px;background:rgb(255 255 255 / .72);box-shadow:0 18px 44px rgb(72 55 145 / .13);backdrop-filter:blur(12px);transform:rotate(-1.5deg)}.lwy88-mini-board span{min-height:80px;display:grid;place-items:center;border:1px solid rgb(104 83 199 / .14);border-radius:18px;background:#fff;color:var(--lwy88-purple-deep);font-size:15px;font-weight:900}.lwy88-mini-board span:nth-child(2){background:#fff3c9}.lwy88-mini-board span:nth-child(3){background:#ddf6e9}.lwy88-mini-board span:nth-child(4){background:#ffe4e1}.lwy88-mini-board span:nth-child(5){background:#dff4ff}.lwy88-mini-board span:nth-child(6){background:#f3eefc}.lwy88-preview-sound{display:grid;grid-template-columns:150px 1fr;gap:24px;align-items:center;padding:30px;background:#e9f8ff}.lwy88-sound-letter{width:140px;height:140px;display:grid;place-items:center;border-radius:38px;background:#fff;color:var(--lwy88-sky-deep);font-size:82px;font-weight:900;box-shadow:0 14px 34px rgb(38 116 154 / .12)}.lwy88-preview-sound .lwy88-preview-copy h3{font-size:29px}.lwy88-preview-story{position:relative;min-height:360px;overflow:hidden;background:#f7f2ec}.lwy88-preview-story img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.lwy88-story-gradient{position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgb(18 20 36 / .92))}.lwy88-preview-story .lwy88-preview-copy{position:absolute;left:0;right:0;bottom:0;padding:28px;color:#fff}.lwy88-preview-story .lwy88-preview-copy>span,.lwy88-preview-story .lwy88-preview-copy b{color:#efe8ff}.lwy88-preview-story .lwy88-preview-copy h3{font-size:30px}.lwy88-preview-story .lwy88-preview-copy p{color:rgb(255 255 255 / .82);max-width:34ch}.lwy88-stories{background:#f4f0fb}.lwy88-story-grid{display:grid;grid-template-columns:1.18fr .91fr .91fr;gap:18px}.lwy88-story-card{position:relative;min-height:430px;border-radius:34px;overflow:hidden;color:#fff;box-shadow:var(--lwy88-shadow-soft);transition:transform .25s ease,box-shadow .25s ease}.lwy88-story-card:hover{transform:translateY(-6px);box-shadow:var(--lwy88-shadow)}.lwy88-story-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.lwy88-story-card:hover img{transform:scale(1.04)}.lwy88-story-card::after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgb(18 20 36 / .9))}.lwy88-story-card>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:29px}.lwy88-story-card small{color:#e4ddff;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.lwy88-story-card h3{margin:8px 0 7px;font-size:28px;line-height:1.1;letter-spacing:-.035em}.lwy88-story-card span{font-size:12px;color:rgb(255 255 255 / .74)}.lwy88-trust{padding:112px 0;background:var(--lwy88-paper)}.lwy88-trust-grid{display:grid;grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);gap:70px;align-items:center}.lwy88-founder-card{position:relative;min-height:520px;display:flex;align-items:end;padding:30px;border-radius:48% 52% 42% 58%/44% 38% 62% 56%;background:linear-gradient(145deg,#eee9ff,#fff0dc);overflow:hidden;box-shadow:var(--lwy88-shadow)}.lwy88-founder-card img{position:absolute;left:50%;top:43%;width:72%;transform:translate(-50%,-50%);filter:drop-shadow(0 22px 30px rgb(67 50 135 / .16))}.lwy88-founder-card>div{position:relative;z-index:2;width:100%;padding:18px;border:1px solid rgb(255 255 255 / .95);border-radius:22px;background:rgb(255 255 255 / .88);backdrop-filter:blur(12px)}.lwy88-founder-card small,.lwy88-founder-card strong{display:block}.lwy88-founder-card small{color:var(--lwy88-purple-deep);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.lwy88-founder-card strong{margin-top:7px;font-size:17px;line-height:1.45}.lwy88-trust-copy>p:not(.lwy88-eyebrow){margin:22px 0;color:var(--lwy88-muted);font-size:17px;line-height:1.7}.lwy88-trust-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.lwy88-trust-cards article{min-height:154px;padding:21px;border:1px solid var(--lwy88-line);border-radius:24px;background:#fff;box-shadow:0 7px 22px rgb(31 36 56 / .04)}.lwy88-trust-cards strong,.lwy88-trust-cards span{display:block}.lwy88-trust-cards strong{font-size:15px}.lwy88-trust-cards span{margin-top:7px;color:var(--lwy88-muted);font-size:12.5px;line-height:1.55}.lwy88-guide{padding:58px 0 86px;background:var(--lwy88-paper)}.lwy88-guide-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:54px;align-items:center;padding:54px 58px;border-radius:42px;background:radial-gradient(circle at 87% 12%,rgb(255 220 120 / .2),transparent 28%),linear-gradient(135deg,#25213f,#5e4db4);color:#fff;box-shadow:0 30px 76px rgb(57 45 118 / .25)}.lwy88-guide-card h2{color:#fff}.lwy88-guide-card p:not(.lwy88-eyebrow){max-width:720px;margin:18px 0 0;color:rgb(255 255 255 / .74);line-height:1.7}.lwy88-guide-actions{display:grid;gap:11px;min-width:230px}.lwy88-guide-actions span{text-align:center;color:rgb(255 255 255 / .66);font-size:11px}.lwy88-access{background:var(--lwy88-cream)}.lwy88-access-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.lwy88-access-card{position:relative;padding:34px;border:1px solid var(--lwy88-line);border-radius:34px;background:#fff;box-shadow:var(--lwy88-shadow-soft)}.lwy88-access-card.is-plus{overflow:hidden;border-color:rgb(104 83 199 / .28);background:linear-gradient(145deg,#fff,#f7f2ff)}.lwy88-plus-mark{position:absolute;right:-37px;top:24px;width:150px;padding:8px;text-align:center;background:#e8ddff;color:#5b43a2;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;transform:rotate(35deg)}.lwy88-access-name{display:flex;justify-content:space-between;gap:20px;align-items:start}.lwy88-access-name span{color:var(--lwy88-purple-deep);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.lwy88-access-name strong{font-size:24px}.lwy88-access-card h3{max-width:520px;margin:24px 0 18px;font-size:26px;letter-spacing:-.035em}.lwy88-access-card ul{display:grid;gap:12px;margin:0 0 28px;padding:0;list-style:none}.lwy88-access-card li{position:relative;padding-left:24px;color:var(--lwy88-muted);line-height:1.5}.lwy88-access-card li::before{content:"✓";position:absolute;left:0;color:var(--lwy88-purple);font-weight:900}.lwy88-access-card>small{display:block;margin-top:12px;color:var(--lwy88-muted);font-size:10.5px}.lwy88-final{padding:116px 0 130px;background:var(--lwy88-paper)}.lwy88-final-inner{text-align:center;max-width:900px}.lwy88-final-inner>p:not(.lwy88-eyebrow){max-width:700px;margin:22px auto 28px;color:var(--lwy88-muted);font-size:18px;line-height:1.7}.lwy88-final-inner>small{display:block;max-width:770px;margin:26px auto 0;color:#858d9d;font-size:11px;line-height:1.6}.lwy88-next{padding:34px 0;background:#eee9ff;border-top:1px solid rgb(104 83 199 / .12)}.lwy88-next-inner{width:min(1180px,calc(100% - 38px));margin:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center}.lwy88-next small{display:block;color:var(--lwy88-purple-deep);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.lwy88-next strong{display:block;margin-top:5px;font-size:22px;letter-spacing:-.03em}.lwy88-next-links{display:flex;gap:10px;flex-wrap:wrap}.lwy88-next-links a{min-height:46px;display:inline-flex;align-items:center;padding:0 17px;border:1px solid rgb(104 83 199 / .18);border-radius:999px;background:#fff;color:var(--lwy88-purple-deep);font-size:12px;font-weight:850;text-decoration:none}.lwy88-next-links a:first-child{background:var(--lwy88-purple);color:#fff;border-color:var(--lwy88-purple)}.site-footer.lwy88-footer{position:relative;padding:58px 0 28px;background:#19162b;color:#fff;overflow:hidden}.site-footer.lwy88-footer::before{content:"";position:absolute;right:-100px;top:-170px;width:430px;height:300px;border:1px dashed rgb(255 255 255 / .12);border-radius:50%;transform:rotate(-12deg)}.lwy88-footer .footer-wrap{width:min(1180px,calc(100% - 38px));margin:auto;padding:0}.lwy88-footer .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:34px}.lwy88-footer .footer-brand-logo{display:inline-flex;align-items:center;gap:11px;color:#fff;text-decoration:none;font-size:19px;font-weight:850}.lwy88-footer .footer-bunny{width:48px;height:48px;padding:5px;border:1px solid rgb(255 255 255 / .15);border-radius:15px;background:rgb(255 255 255 / .08)}.lwy88-footer .footer-brand p{max-width:48ch;margin:14px 0 0;color:#c9c4da;font-size:13.5px;line-height:1.7}.lwy88-footer .footer-col h4{margin:0 0 15px;color:#c8bcff;font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.lwy88-footer .footer-links{display:grid;gap:10px;margin:0;padding:0;list-style:none}.lwy88-footer .footer-links a{color:#f6f3ff;text-decoration:none;font-size:13px;font-weight:650}.lwy88-footer .footer-links a:hover{color:#ffdc78}.lwy88-footer .footer-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:38px;padding-top:20px;border-top:1px solid rgb(255 255 255 / .1);color:#aaa4bd;font-size:11.5px;line-height:1.55}.lwy88-footer .footer-trust{text-align:right}.lwy88-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s cubic-bezier(.16,1,.3,1)}.lwy88-reveal.is-visible{opacity:1;transform:none}.lwy88 a:focus-visible,.lwy88 button:focus-visible,.lwy88-next a:focus-visible,.lwy88-footer a:focus-visible{outline:3px solid rgb(104 83 199 / .34);outline-offset:4px}@media(max-width:1040px){.lwy88-hero-grid,.lwy88-loop-grid,.lwy88-trust-grid{grid-template-columns:1fr}.lwy88-hero-copy{max-width:760px}.lwy88-hero-collage{width:min(760px,100%);margin:auto;min-height:560px}.lwy88-moment-grid{grid-template-columns:1fr 1fr}.lwy88-moment-card:first-child{grid-column:1/-1;min-height:330px}.lwy88-preview-grid{grid-template-columns:1fr;grid-template-rows:auto}.lwy88-preview-talk{grid-row:auto;min-height:580px}.lwy88-story-grid{grid-template-columns:1fr 1fr}.lwy88-story-card:first-child{grid-column:1/-1}.lwy88-founder-card{min-height:480px;max-width:640px}.lwy88-guide-card{grid-template-columns:1fr}.lwy88-guide-actions{display:flex;align-items:center;min-width:0}.lwy88-footer .footer-grid{grid-template-columns:1.4fr 1fr 1fr}.lwy88-footer .footer-col:last-child{grid-column:2/4}}@media(max-width:760px){.lwy88-wrap{width:min(var(--lwy88-wrap),calc(100% - 24px))}.lwy88-hero{min-height:0;padding:54px 0 90px}.lwy88-sun{right:-24px;top:40px}.lwy88 h1{font-size:clamp(46px,14vw,66px)}.lwy88-lead{font-size:17px}.lwy88-actions{display:grid}.lwy88-btn{width:100%}.lwy88-trust-line{display:grid;grid-template-columns:1fr 1fr}.lwy88-hero-collage{min-height:440px;margin-top:18px}.lwy88-product-main{left:0;width:72%;padding:12px;border-radius:27px}.lwy88-product-main img{border-radius:19px}.lwy88-story-peek{right:0;top:28%;width:47%;border-radius:20px}.lwy88-wait-card{right:0;bottom:3%;width:70%}.lwy88-word-card{left:1%;bottom:16%}.lwy88-moment,.lwy88-preview,.lwy88-stories,.lwy88-access,.lwy88-trust{padding:78px 0}.lwy88-section-head{align-items:start;flex-direction:column;gap:14px;margin-bottom:27px}.lwy88-section-head h2,.lwy88-loop h2,.lwy88-trust h2,.lwy88-guide h2,.lwy88-final h2{font-size:clamp(35px,10vw,48px)}.lwy88-moment-grid,.lwy88-story-grid,.lwy88-access-grid{grid-template-columns:1fr}.lwy88-moment-card:first-child,.lwy88-story-card:first-child{grid-column:auto}.lwy88-moment-card{min-height:330px}.lwy88-loop{padding:78px 0}.lwy88-loop-grid{gap:34px}.lwy88-loop-path{grid-template-columns:1fr;padding:14px}.lwy88-loop-path::before{display:none}.lwy88-loop-path li,.lwy88-loop-path li:nth-child(2),.lwy88-loop-path li:nth-child(3){min-height:auto;transform:none}.lwy88-preview-talk{min-height:500px;padding:25px}.lwy88-mini-board{left:20px;right:20px;bottom:20px;padding:12px}.lwy88-mini-board span{min-height:64px;font-size:12px}.lwy88-preview-sound{grid-template-columns:100px 1fr;padding:22px}.lwy88-sound-letter{width:95px;height:95px;border-radius:26px;font-size:58px}.lwy88-preview-sound .lwy88-preview-copy h3{font-size:24px}.lwy88-story-card{min-height:390px}.lwy88-trust-grid{gap:38px}.lwy88-founder-card{min-height:420px}.lwy88-trust-cards{grid-template-columns:1fr}.lwy88-guide{padding:36px 0 62px}.lwy88-guide-card{padding:34px 25px;border-radius:30px}.lwy88-guide-actions{display:grid}.lwy88-final{padding:82px 0 94px}.lwy88-next-inner{grid-template-columns:1fr}.lwy88-next-links{display:grid}.lwy88-next-links a{justify-content:center}.lwy88-footer .footer-grid{grid-template-columns:1fr 1fr}.lwy88-footer .footer-brand{grid-column:1/-1}.lwy88-footer .footer-col:last-child{grid-column:auto}.lwy88-footer .footer-bottom{flex-direction:column}.lwy88-footer .footer-trust{text-align:left}}@media(max-width:430px){.lwy88-trust-line{grid-template-columns:1fr}.lwy88-hero-collage{min-height:390px}.lwy88-product-main{width:76%}.lwy88-story-peek{width:45%}.lwy88-wait-card{width:78%;grid-template-columns:45px 1fr}.lwy88-wait-ring{width:43px;height:43px}.lwy88-word-card{padding:10px 13px}.lwy88-moment-card{padding:24px}.lwy88-preview-talk{min-height:465px}.lwy88-mini-board{grid-template-columns:repeat(2,1fr)}.lwy88-mini-board span{min-height:56px}.lwy88-preview-sound{grid-template-columns:1fr}.lwy88-sound-letter{width:80px;height:80px;font-size:48px}.lwy88-footer .footer-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.lwy88-reveal{opacity:1;transform:none;transition:none}.lwy88 *{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}}.lwy88-access-card.is-plus .lwy88-access-name{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;padding-right:104px}.lwy88-access-card.is-plus .lwy88-access-name strong{justify-self:start;color:var(--lwy88-ink);line-height:1.15;white-space:normal}.lwy88-access-card.is-plus .lwy88-plus-mark{right:-42px;top:21px;width:146px}.lwy88-story-card h3{color:#fff!important;text-shadow:0 2px 12px rgb(10 12 25 / .34)}.lwy88-story-card small,.lwy88-story-card span{color:rgb(255 255 255 / .9)!important}.lwy88-preview-story img{object-position:center 42%}@media(max-width:760px){.lwy88-access-card.is-plus .lwy88-access-name{padding-right:86px}.lwy88-access-card.is-plus .lwy88-plus-mark{right:-47px;top:18px}}.lwy88-preview-story .lwy88-preview-copy h3{color:#fff!important;text-shadow:0 2px 14px rgb(10 12 25 / .38)}.lwy88-founder-card.lwy88-mascot-only{align-items:center;justify-content:center;padding:24px}.lwy88-founder-card.lwy88-mascot-only img{position:static;width:min(76%,360px);transform:none;margin:auto}.lwy88-founder-card.lwy88-mascot-only>div{display:none!important}.lwy88-moment-card.is-purple{background:linear-gradient(145deg,#f7f4ff 0%,#ebe5ff 100%)!important;color:var(--lwy88-ink)!important;border-color:rgb(117 99 199 / .22)!important;box-shadow:0 18px 44px rgb(76 60 137 / .10)!important}.lwy88-moment-card.is-purple:hover{box-shadow:0 23px 54px rgb(76 60 137 / .15)!important}.lwy88-moment-card.is-purple .lwy88-card-number{color:rgb(76 60 137 / .09)!important}.lwy88-moment-card.is-purple .lwy88-icon{background:rgb(255 255 255 / .82)!important;color:var(--lwy88-purple-deep)!important;border:1px solid rgb(117 99 199 / .12)!important}.lwy88-moment-card.is-purple small{color:var(--lwy88-purple-deep)!important}.lwy88-moment-card.is-purple p{color:#5f6677!important}.lwy88-moment-card.is-purple .lwy88-round-arrow{background:var(--lwy88-purple)!important;color:#fff!important;box-shadow:0 8px 20px rgb(76 60 137 / .16)!important}.lwy88-guide{background:#edf8f0!important}.lwy88-guide-card{background:radial-gradient(circle at 88% 10%,rgb(255 255 255 / .72),transparent 31%),linear-gradient(135deg,#eefaf1 0%,#dff2e5 100%)!important;color:#173b2d!important;border:1px solid #c9e3d2!important;box-shadow:0 26px 66px rgb(48 104 76 / .14)!important}.lwy88-guide-card h2{color:#173b2d!important}.lwy88-guide-card p:not(.lwy88-eyebrow){color:#496658!important}.lwy88-guide-card .lwy88-eyebrow.is-light{color:#2d6a4f!important}.lwy88-guide-card .lwy88-eyebrow.is-light span{background:#66a77f!important}.lwy88-guide-card .lwy88-btn-white{background:#fff!important;color:#205c43!important;border:1px solid #b9d8c5!important;box-shadow:0 4px 0 #b8d5c3,0 12px 24px rgb(40 93 66 / .10)!important}.lwy88-guide-card .lwy88-btn-white:hover{background:#f8fffa!important}.lwy88-guide-actions span{color:#5b7567!important}.lwy88 h1{font-size:clamp(50px,6.6vw,80px)}.lwy88 h1 span{white-space:nowrap}.lwy88-section-head h2,.lwy88-loop h2,.lwy88-trust h2,.lwy88-guide h2,.lwy88-final h2{font-size:clamp(36px,4.4vw,56px)}.lwy88-plus-prices{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:-6px 0 20px;color:var(--lwy88-ink)}.lwy88-price-option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:11px 12px;border:1px solid var(--lwy88-line);border-radius:14px;background:#fff}.lwy88-plus-prices a.lwy88-price-option{text-decoration:none;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.lwy88-plus-prices a.lwy88-price-option:hover{transform:translateY(-1px);border-color:rgb(104 83 199 / .28);box-shadow:0 8px 20px rgb(31 36 56 / .06)}.lwy88-price-option small{color:var(--lwy88-muted);font-size:11px;font-weight:800;line-height:1.3}.lwy88-price-option small b{display:inline-flex;margin-left:5px;padding:2px 6px;border-radius:999px;background:#eefbf4;color:#18784b;font-size:9.5px;letter-spacing:.01em}.lwy88-price-option strong{font-size:15px;line-height:1.25;color:var(--lwy88-ink)}.lwy88-price-option em{font-style:normal;color:var(--lwy88-muted);font-size:10.5px;line-height:1.3}.lwy88-price-option.is-best{border-color:rgb(104 83 199 / .22);background:#fcfbff}@media(max-width:520px){.lwy88-plus-prices{grid-template-columns:1fr}.lwy88-price-option{padding:10px 11px}}@media(max-width:760px){.lwy88 h1{font-size:clamp(40px,11.5vw,56px);line-height:1.01;letter-spacing:-.055em}.lwy88-section-head h2,.lwy88-loop h2,.lwy88-trust h2,.lwy88-guide h2,.lwy88-final h2{font-size:clamp(32px,8.8vw,42px);line-height:1.08}.lwy88-lead{font-size:16px;line-height:1.6}}@media(max-width:380px){.lwy88 h1{font-size:clamp(36px,10.8vw,46px)}}.lwy88-access-card.is-plus .lwy88-access-name{padding-right:92px}.lwy88-trial-choice{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin:2px 0 16px;padding:14px;border:1px solid rgb(104 83 199 / .18);border-radius:18px;background:rgb(255 255 255 / .72)}.lwy88-trial-choice>div{display:grid;gap:3px;min-width:0}.lwy88-trial-choice strong{font-size:15px;line-height:1.25;color:var(--lwy88-ink)}.lwy88-trial-choice small{color:var(--lwy88-muted);font-size:11px;line-height:1.45}.lwy88-trial-choice .lwy88-btn{width:auto;min-height:42px;margin:0;padding:0 16px;white-space:nowrap}.lwy88-subscribe-label{margin:0 0 9px;color:var(--lwy88-muted);font-size:11px;font-weight:800;letter-spacing:.01em}.lwy88-plus-prices{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important;margin:0!important}.lwy88-plus-prices .lwy88-price-option{display:grid!important;grid-template-columns:1fr!important;align-content:start!important;gap:5px!important;min-width:0!important;padding:13px 14px!important;border:1px solid var(--lwy88-line)!important;border-radius:16px!important;background:#fff!important;color:var(--lwy88-ink)!important;text-decoration:none!important;overflow:hidden!important}.lwy88-plus-prices .lwy88-price-option.is-best{border-color:rgb(104 83 199 / .28)!important;background:#fcfbff!important}.lwy88-price-top{display:flex;align-items:center;justify-content:space-between;gap:7px;min-width:0}.lwy88-price-top small{font-size:11px!important;font-weight:850!important;color:var(--lwy88-muted)!important}.lwy88-price-top b{display:inline-flex;flex:0 0 auto;padding:3px 6px;border-radius:999px;background:#eefbf4;color:#18784b;font-size:9px;line-height:1;font-weight:900;white-space:nowrap}.lwy88-plus-prices .lwy88-price-option strong{display:block!important;font-size:17px!important;line-height:1.2!important;color:var(--lwy88-ink)!important;white-space:normal!important}.lwy88-plus-prices .lwy88-price-option em{display:block!important;font-style:normal!important;color:var(--lwy88-muted)!important;font-size:10.5px!important;line-height:1.35!important}.lwy88-price-action{display:block;margin-top:4px;color:var(--lwy88-purple-deep);font-size:10.5px;font-weight:900;line-height:1.3}@media(max-width:620px){.lwy88-trial-choice{grid-template-columns:1fr}.lwy88-trial-choice .lwy88-btn{width:100%}}@media(max-width:520px){.lwy88-plus-prices{grid-template-columns:1fr!important}.lwy88-plus-prices .lwy88-price-option{padding:12px 13px!important}}.lwy88-story-head-minimal{margin-bottom:24px}.lwy88-story-grid-latest{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.lwy88-story-grid-latest .lwy88-story-card,.lwy88-story-grid-latest .lwy88-story-card:first-child{grid-column:auto;min-height:360px;border-radius:28px}.lwy88-story-grid-latest .lwy88-story-card>div{padding:24px}.lwy88-story-grid-latest .lwy88-story-card h3{font-size:clamp(22px,2.1vw,27px)}.lwy88-access-simple{padding-top:72px;padding-bottom:72px}.lwy88-access-simple-head{max-width:760px;margin-bottom:24px}.lwy88-access-simple-grid{gap:14px}.lwy88-access-simple-card{padding:26px;border-radius:26px;box-shadow:0 10px 30px rgb(32 45 69 / .055)}.lwy88-access-simple-card.is-plus{background:linear-gradient(145deg,#fff 0%,#faf7ff 100%)}.lwy88-access-simple-card .lwy88-plus-mark,.lwy88-access-simple-card .lwy88-access-name{display:none}.lwy88-access-simple-top{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.lwy88-access-simple-top span{color:var(--lwy88-purple-deep);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.lwy88-access-simple-top strong{color:var(--lwy88-ink);font-size:20px;letter-spacing:-.03em}.lwy88-access-simple-card>p{margin:16px 0;color:var(--lwy88-muted);font-size:15px;line-height:1.5}.lwy88-access-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}.lwy88-access-chips span{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border:1px solid rgb(57 65 85 / .10);border-radius:999px;background:#f8f9fc;color:#334155;font-size:11.5px;font-weight:800}.lwy88-access-simple-card.is-plus .lwy88-access-chips span{background:#f7f3ff;border-color:rgb(104 83 199 / .13);color:#57469d}.lwy88-access-simple-card .lwy88-btn{width:auto;min-width:142px}.lwy88-access-simple-card>small{margin-top:10px;font-size:11px;line-height:1.45}@media(max-width:900px){.lwy88-story-grid-latest{grid-template-columns:repeat(2,minmax(0,1fr))}.lwy88-story-grid-latest .lwy88-story-card:first-child{grid-column:1/-1}}@media(max-width:560px){.lwy88-story-grid-latest{grid-template-columns:1fr}.lwy88-story-grid-latest .lwy88-story-card:first-child{grid-column:auto}.lwy88-story-grid-latest .lwy88-story-card{min-height:340px}.lwy88-access-simple{padding-top:62px;padding-bottom:62px}.lwy88-access-simple-card{padding:22px}.lwy88-access-simple-card .lwy88-btn{width:100%}}.lwy88-moment-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.lwy88-moment-card{min-height:360px}.lwy88-moment-card.is-sage{background:#edf8f0;border-color:#dceee1}.lwy88-moment-card.is-sage small{color:#36654a}.lwy88-moment-card.is-sage .lwy88-icon{color:#36654a;background:rgb(255 255 255 / .78)}.lwy88-moment-card.is-sage .lwy88-round-arrow{color:#36654a}.lwy88-plan-badge{display:inline-flex!important;align-items:center;justify-content:center;width:auto;min-height:28px;padding:0 11px;border-radius:999px;font-size:11px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase}.lwy88-plan-badge.is-free{background:linear-gradient(180deg,#f5f6f8,#e8eaee);border:1px solid #d7dbe1;color:#4d5665!important;box-shadow:inset 0 1px 0 rgb(255 255 255 / .85)}.lwy88-plan-badge.is-plus{background:linear-gradient(180deg,#fff8de,#f6e8b6);border:1px solid #e7ce78;color:#6c5210!important;box-shadow:inset 0 1px 0 rgb(255 255 255 / .85)}.lwy88-start-free{background:var(--lwy88-purple)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 10px 24px rgb(104 83 199 / .20)!important}@media(max-width:1040px){.lwy88-moment-grid{grid-template-columns:1fr 1fr!important}.lwy88-moment-card:first-child{grid-column:auto!important}}@media(max-width:560px){.lwy88-moment-grid{grid-template-columns:1fr!important}.lwy88-moment-card{min-height:300px!important;padding:24px!important}.lwy88-actions .lwy88-btn-primary{min-height:56px!important}.lwy88-actions .lwy88-btn-quiet{min-height:50px!important}.lwy88-access-simple-card .lwy88-btn{min-height:54px!important}}@media (min-width:1041px){.lwy88-hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);gap:clamp(34px,4.5vw,64px)}.lwy88-hero-copy h1{max-width:none;font-size:clamp(40px,3.55vw,50px);white-space:nowrap;text-wrap:nowrap}.lwy88-hero-copy h1 span{display:inline;color:var(--lwy88-purple)}}@media (max-width:1040px){.lwy88-hero-copy h1{max-width:none;white-space:nowrap;text-wrap:nowrap}.lwy88-hero-copy h1 span{display:inline;color:var(--lwy88-purple)}}@media (max-width:760px){.lwy88-hero-copy h1{font-size:clamp(27px,7.4vw,34px);letter-spacing:-.055em;white-space:nowrap}.lwy88-story-head-minimal h2{font-size:clamp(30px,8.2vw,36px);white-space:nowrap;text-wrap:nowrap}}@media (max-width:360px){.lwy88-hero-copy h1{font-size:26px}.lwy88-story-head-minimal h2{font-size:29px}}.lwy88-footer.lwy-footer-simple .footer-grid{grid-template-columns:minmax(260px,1.55fr) minmax(150px,.72fr) minmax(170px,.82fr);gap:56px;align-items:start}.lwy88-footer.lwy-footer-simple .footer-brand p{max-width:34ch}.lwy88-footer.lwy-footer-simple .footer-bottom-simple{justify-content:space-between;align-items:center}.lwy88-footer.lwy-footer-simple .footer-narayu{color:#c9c4da}@media (max-width:900px){.lwy88-footer.lwy-footer-simple .footer-grid{grid-template-columns:1.25fr 1fr 1fr;gap:30px}.lwy88-footer.lwy-footer-simple .footer-bottom-simple{flex-direction:column;gap:7px;text-align:center}}@media (max-width:640px){.lwy88-footer.lwy-footer-simple{padding-top:44px}.lwy88-footer.lwy-footer-simple .footer-grid{grid-template-columns:1fr;gap:30px;text-align:center}.lwy88-footer.lwy-footer-simple .footer-brand{display:flex;flex-direction:column;align-items:center}.lwy88-footer.lwy-footer-simple .footer-brand p{margin-left:auto;margin-right:auto}.lwy88-footer.lwy-footer-simple .footer-links{justify-items:center}.lwy88-footer.lwy-footer-simple .footer-bottom-simple{text-align:center}}:root{--lwy884-ink:#172033;--lwy884-muted:#657084;--lwy884-purple:#6853c7;--lwy884-purple-deep:#49359f;--lwy884-paper:#fffdf8;--lwy884-cream:#f8f4ed;--lwy884-yellow:#ffdc78;--lwy884-line:rgba(35,39,55,.10);--lwy884-hero-bg:radial-gradient(ellipse at 50% -12%,rgba(255,217,105,.58) 0%,rgba(255,237,177,.30) 34%,rgba(255,253,248,0) 70%),
    linear-gradient(180deg,#fffdf8 0%,#f8f4ed 100%)}.sp-hero,.yp-hero,.story-time-main .page-header,#parent-resource .pr-hero{position:relative!important;isolation:isolate!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:246px!important;margin:0!important;padding:42px 0 44px!important;overflow:hidden!important;text-align:center!important;background:#ffffff!important;border-bottom:1px solid var(--lwy884-line)!important}.sp-hero::after,.yp-hero::after,.story-time-main .page-header::after,#parent-resource .pr-hero::after{content:none!important;display:none!important}.sp-hero>*,.yp-hero>*,.story-time-main .page-header>*,#parent-resource .pr-hero>*{position:relative;z-index:1}.sp-eyebrow,.yp-eyebrow,.story-time-main .story-page-kicker,#parent-resource .pr-eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;margin:0 0 12px!important;color:var(--lwy884-purple-deep)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.105em!important;line-height:1.2!important;text-transform:uppercase!important}.sp-eyebrow::before,.yp-eyebrow::before,.story-time-main .story-page-kicker::before,#parent-resource .pr-eyebrow::before{content:""!important;width:22px!important;height:2px!important;flex:0 0 auto!important;border-radius:999px!important;background:currentColor!important}.sp-hero h1,.yp-hero h1,.story-time-main .page-header h1,#parent-resource .pr-hero h1{width:min(900px,100%)!important;max-width:900px!important;margin:0 auto 14px!important;color:var(--lwy884-ink)!important;font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important;font-size:clamp(42px,5.4vw,66px)!important;font-weight:900!important;line-height:1.01!important;letter-spacing:-.055em!important;text-wrap:balance!important}.sp-lead,.yp-lead,.story-time-main .page-header>p:last-child,#parent-resource .pr-lead{width:min(720px,100%)!important;max-width:720px!important;margin:0 auto!important;color:var(--lwy884-muted)!important;font-size:clamp(16.5px,1.7vw,19px)!important;line-height:1.65!important;text-wrap:balance!important}.yp-actions,#parent-resource .pr-hero-actions{display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important;margin-top:20px!important}#parent-resource .pr-small-note{margin:15px auto 0!important;color:#737b8d!important;font-size:12.5px!important;line-height:1.55!important}.sp-hero .sp-simple-note[data-nosnippet]{display:none!important}.sp-hero .sp-simple-note{margin:10px auto 0!important;color:#737b8d!important;font-size:12.5px!important;line-height:1.55!important}#parent-resource.pr-wrap{background:#ffffff!important}#parent-resource .pr-white{background:#fff!important}#parent-resource .pr-section:first-of-type{padding-top:58px!important}.acct{position:relative!important;background:#f8fafc!important;color:var(--lwy884-ink)!important}.acct .acct-wrap{max-width:1040px!important;min-height:420px!important;padding-top:38px!important;padding-bottom:76px!important;gap:34px!important}.acct .acct-wrap>section{padding-top:18px!important;align-self:start!important}.acct .acct-eyebrow{display:inline-flex!important;align-items:center!important;gap:9px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--lwy884-purple-deep)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.105em!important}.acct .acct-eyebrow::before{content:"";width:22px;height:2px;border-radius:999px;background:currentColor}.acct h1{margin:13px 0 13px!important;color:var(--lwy884-ink)!important;font-size:clamp(44px,5.3vw,64px)!important;line-height:1!important;letter-spacing:-.055em!important;text-wrap:balance!important}.acct .acct-lead{max-width:520px!important;color:var(--lwy884-muted)!important;font-size:17px!important;line-height:1.65!important}.acct .acct-card{border-color:var(--lwy884-line)!important;box-shadow:0 18px 48px rgb(31 36 56 / .085)!important}.yf-flow-wrap{background:#ffffff!important;padding-top:0!important}.yf-flow-shell{width:min(100%,940px)!important}.yf-flow-header{position:relative!important;min-height:280px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:42px 0 38px!important;text-align:center!important;border-bottom:1px solid var(--lwy884-line)!important}.yf-flow-header::after{content:none;display:none}.yf-flow-kicker{justify-content:center!important;margin-bottom:12px!important}.yf-flow-header h1{max-width:880px!important;margin:0 auto!important;font-size:clamp(42px,5.4vw,66px)!important;line-height:1.01!important;letter-spacing:-.055em!important;text-align:center!important}.yf-flow-header>p:not(.yf-flow-kicker){max-width:740px!important;margin:15px auto 0!important;font-size:clamp(16.5px,1.7vw,19px)!important;line-height:1.65!important;text-align:center!important}.yf-flow-nav{justify-content:center!important;margin-top:20px!important}.yf-flow-header+.yf-flow-section{padding-top:54px!important}@media(max-width:780px){.sp-hero,.yp-hero,.story-time-main .page-header,#parent-resource .pr-hero{min-height:224px!important;padding:34px 0 38px!important}.sp-hero h1,.yp-hero h1,.story-time-main .page-header h1,#parent-resource .pr-hero h1{font-size:clamp(38px,10.5vw,52px)!important}#parent-resource .pr-hero-actions,.yp-actions{display:grid!important;width:min(100%,420px)!important;margin-inline:auto!important}#parent-resource .pr-hero-actions a,.yp-actions a,.yp-actions button{width:100%!important}.acct .acct-wrap{grid-template-columns:1fr!important;padding-top:28px!important}.acct .acct-wrap>section{text-align:center!important;padding-top:0!important}.acct .acct-eyebrow{justify-content:center!important}.acct .acct-lead{margin-inline:auto!important}.yf-flow-header{min-height:250px!important;padding:34px 0 34px!important}.yf-flow-header h1{font-size:clamp(38px,10.5vw,52px)!important}}@media(max-width:480px){.sp-hero,.yp-hero,.story-time-main .page-header,#parent-resource .pr-hero{min-height:210px!important}.story-time-main .page-header>p:last-child{padding-inline:14px!important}.yf-flow-header{min-height:232px!important}.yf-flow-nav{gap:7px!important}.yf-flow-nav a{min-height:38px!important;padding:0 11px!important;font-size:11.5px!important}}.story-time-main .page-header{width:100%!important;max-width:none!important;min-height:296px!important;flex-direction:column!important;gap:0!important;padding:54px 24px 58px!important;margin:0!important;text-align:center!important}.story-time-main .page-header .story-page-kicker{width:auto!important;max-width:none!important;margin:0 0 18px!important;color:var(--lwy884-purple-deep)!important;font-family:"Inter","Helvetica Neue",Arial,sans-serif!important;font-size:12px!important;font-weight:650!important;line-height:1.2!important;letter-spacing:.09em!important;white-space:nowrap!important}.story-time-main .page-header h1{width:auto!important;max-width:900px!important;margin:0 auto 18px!important;font-family:"Inter","Helvetica Neue",Arial,sans-serif!important;font-size:clamp(46px,5vw,66px)!important;font-weight:400!important;line-height:1.04!important;letter-spacing:-.045em!important;text-wrap:balance!important}.story-time-main .page-header>p:last-child{width:min(720px,100%)!important;max-width:720px!important;margin:0 auto!important;padding:0!important;font-family:"Inter","Helvetica Neue",Arial,sans-serif!important;font-size:clamp(17px,1.55vw,19px)!important;font-weight:400!important;line-height:1.6!important;letter-spacing:-.01em!important}@media(max-width:780px){.story-time-main .page-header{min-height:238px!important;padding:40px 20px 44px!important}.story-time-main .page-header .story-page-kicker{margin-bottom:14px!important;font-size:11px!important}.story-time-main .page-header h1{margin-bottom:14px!important;font-size:clamp(40px,11vw,52px)!important}.story-time-main .page-header>p:last-child{font-size:16px!important;line-height:1.55!important}}@media(max-width:420px){.story-time-main .page-header{min-height:220px!important;padding:34px 16px 38px!important}.story-time-main .page-header h1{font-size:42px!important}}:root{--lwy886-font:"Inter","Helvetica Neue",Helvetica,Arial,system-ui,-apple-system,"Segoe UI",sans-serif;--font-sans:var(--lwy886-font);--font-head:var(--lwy886-font);--v3-font:var(--lwy886-font);--lwy88-font:var(--lwy886-font)}html,body{font-family:var(--lwy886-font)!important;font-weight:400;letter-spacing:-.005em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body :where(a,button,input,select,textarea):not(#single-story-view *){font-family:var(--lwy886-font)!important}body :where(h1):not(#single-story-view *){font-family:var(--lwy886-font)!important;font-weight:500!important;letter-spacing:-.045em!important}body :where(h2):not(#single-story-view *){font-family:var(--lwy886-font)!important;font-weight:550!important;letter-spacing:-.035em!important}body :where(h3,h4,h5,h6):not(#single-story-view *){font-family:var(--lwy886-font)!important;font-weight:600!important;letter-spacing:-.025em!important}.y-header,.y-header *:not(i):not(svg),.site-footer,.site-footer *:not(i):not(svg),.lwy88,.lwy88-next{font-family:var(--lwy886-font)!important}.y-title{font-weight:650!important;letter-spacing:-.025em!important}.y-sub{font-weight:500!important;letter-spacing:.11em!important}.y-menu a,.y-mobilelist a{font-weight:600!important}.y-btn,.lwy88-btn,.v3-btn{font-weight:650!important}.footer-brand-logo{font-weight:650!important}.footer-col h4{font-weight:650!important}.lwy88 h1{font-weight:500!important}.lwy88-section-head h2,.lwy88-loop h2,.lwy88-trust h2,.lwy88-guide h2,.lwy88-final h2{font-weight:500!important}.lwy88-preview-copy h3,.lwy88-story-card h3,.lwy88-moment-card h3,.lwy88-access-card h3{font-weight:550!important}.lwy88-eyebrow,.lwy88-card-number,.lwy88-text-link,.lwy88-preview-copy>span,.lwy88-preview-copy b{font-weight:600!important}.sp-page,.yp-page,#parent-resource,.yg-main,.acct,.our-story-page,.yf-flow-wrap,.yf-legal-wrap,.yuna-parent,.propage,.story-time-main #story-list-view{font-family:var(--lwy886-font)!important}.sp-hero h1,.yp-hero h1,#parent-resource .pr-hero h1,.yg-hero h1,.acct h1,.our-story-page h1,.yf-flow-header h1,.yf-legal-header h1,.story-time-main #story-list-view .page-header h1{font-family:var(--lwy886-font)!important;font-weight:500!important;letter-spacing:-.045em!important}.sp-hero p,.yp-hero p,#parent-resource .pr-hero p,.yg-hero p,.acct .acct-lead,.our-story-page p,.yf-flow-header p,.yf-legal-header p,.story-time-main #story-list-view .page-header p{font-family:var(--lwy886-font)!important;font-weight:400!important;letter-spacing:-.008em!important}.sp-kicker,.yp-kicker,.pr-kicker,.yg-kicker,.acct-eyebrow,.yf-flow-kicker,.story-page-kicker,.lwy88-eyebrow,.v3-kicker{font-family:var(--lwy886-font)!important;font-weight:600!important}#story-list-view,#story-list-view button,#story-list-view .story-card,#story-list-view .story-card *{font-family:var(--lwy886-font)!important}#story-list-view .story-title{font-weight:600!important}#story-list-view .story-author{font-weight:400!important}#story-list-view .story-library-view,#story-list-view .story-row-btn,#story-list-view .story-category-hint{font-weight:600!important}.acct :where(h2,h3,h4):not(#single-story-view *),#parent-resource :where(h2,h3,h4),.yp-page :where(h2,h3,h4),.sp-page :where(h2,h3,h4),.yf-flow-wrap :where(h2,h3,h4),.yf-legal-wrap :where(h2,h3,h4),.our-story-page :where(h2,h3,h4){font-family:var(--lwy886-font)!important}.acct button,.acct a,#parent-resource button,#parent-resource a,.yp-page button,.yp-page a,.sp-page button,.sp-page a,.yf-flow-wrap button,.yf-flow-wrap a,.yf-legal-wrap button,.yf-legal-wrap a{font-family:var(--lwy886-font)!important}.tp-app,.tp-card .label,.tp-token,.tp-strip-empty,.tp-app button,.tp-app input,.tp-app select{font-family:var(--lwy886-font)!important}#single-story-view,#single-story-view .single-story-view,#single-story-view :where(button,input,select,textarea,a,h1,h2,h3,h4,h5,h6){font-family:"Plus Jakarta Sans",Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important}#single-story-view .story-text,#single-story-view #storyTextContainer .story-text,#single-story-view .story-text p,#single-story-view .story-text span,#single-story-view .story-text strong,#single-story-view .story-text em{font-family:"Nunito","Avenir Next","Trebuchet MS",system-ui,sans-serif!important}@media(max-width:760px){body :where(h1):not(#single-story-view *){letter-spacing:-.038em!important}body :where(h2):not(#single-story-view *){letter-spacing:-.03em!important}}:root{--lwy88-paper:#ffffff!important;--lwy88-cream:#f7f8fb!important;--lwy884-paper:#ffffff!important;--lwy884-cream:#f7f8fb!important}html,body{background:#ffffff!important}.y-header{background:rgb(255 255 255 / .97)!important;box-shadow:0 -110px 0 #fff,0 8px 28px rgb(31 36 56 / .045)!important}.y-header::before{background:rgb(255 255 255 / .99)!important}.y-mobilelist a{background:#fff!important}.sp-page,.yp-page,.story-time-main,#parent-resource.pr-wrap,.yg-main,.our-story-page,.yf-legal-wrap,.yf-flow-wrap,.lwy88{background:#fff!important}.acct{background:#f8fafc!important}.sp-hero,.yp-hero,.story-time-main .page-header,#parent-resource .pr-hero,.yg-hero,.yf-flow-header,body.page-template-page-speech-practice-php .sp-hero,body.page-template-page-printables-php .yp-hero,body.page-template-page-parent-resource-php .pr-hero,body.page-template-page-pro-php .pro-hero{background:#fff!important}.lwy88-hero{background:#fff!important}.lwy88-hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 67% 42%,rgb(117 99 199 / .075) 0%,rgb(155 198 226 / .035) 30%,transparent 58%),radial-gradient(ellipse at 38% 36%,rgb(117 99 199 / .030) 0%,transparent 43%)}.lwy88-hero::after{background:#fff!important}.lwy88-sun{display:none!important}.lwy88-moment,.lwy88-preview,.lwy88-trust,.lwy88-access{background:#fff!important}.lwy88-stories{background:#f8fafc!important}.lwy88-access-card,.lwy88-access-card.is-plus{background:#fff!important}.lwy88-access-card.is-plus{border-color:rgb(117 99 199 / .24)!important}.lwy88-price-option,.lwy88-price-option.is-best{background:#fff!important}.lwy88-guide{background:#f8fafc!important}.lwy88-guide-card{background:#fff!important;color:#172033!important;border:1px solid rgb(35 39 55 / .10)!important;box-shadow:0 14px 38px rgb(31 36 56 / .07)!important}.lwy88-guide-card h2{color:#172033!important}.lwy88-guide-card p:not(.lwy88-eyebrow){color:#657084!important}.lwy88-guide-card .lwy88-eyebrow.is-light{color:#4c3c89!important}.lwy88-guide-card .lwy88-eyebrow.is-light span{background:#7563c7!important}.lwy88-guide-card .lwy88-btn-white{color:#4c3c89!important;border-color:rgb(117 99 199 / .20)!important;box-shadow:none!important}.lwy88-guide-actions span{color:#657084!important}body.page-template-page-parent-account-php .acct{background:#f8fafc!important}body.page-template-page-pro-php .propage{background:#fff!important}.lwy88-next,.lwy88-final{background:#fff!important}@media(max-width:760px){.lwy88-hero{background:#fff!important}.lwy88-hero::before{background:radial-gradient(ellipse at 58% 45%,rgb(117 99 199 / .045) 0%,transparent 54%)}}:root{--lwy-touch:44px}html{overflow-x:hidden}body{max-width:100%;overflow-x:hidden}img,svg,video,canvas{max-width:100%}.yf-flow-wrap,.yp-page,.sp-page,.yg-main,.pr-wrap,.acct,.lwy88,.yuna-404,.story-time-main{max-width:100%;overflow-x:clip}.yf-flow-wrap *,.yp-page *,.sp-page *,.yg-main *,.pr-wrap *,.acct *,.lwy88 *,.yuna-404 *,.story-time-main *{box-sizing:border-box}.yf-flow-wrap :is(.yf-container,.yf-flow-container),.yp-page .yp-container,.sp-page .sp-container,.yg-main .yg-container,.pr-wrap .pr-container,.acct .acct-container{width:min(100%,var(--content,1180px));min-width:0}.yf-flow-wrap :is(.yf-grid,.yf-flow-grid)>*,.yp-page [class*="grid"]>*,.sp-page [class*="grid"]>*,.yg-main [class*="grid"]>*,.pr-wrap [class*="grid"]>*,.acct [class*="grid"]>*{min-width:0}.yf-flow-wrap :is(a,p,li),.yp-page :is(a,p,li),.sp-page :is(a,p,li),.yg-main :is(a,p,li),.pr-wrap :is(a,p,li),.acct :is(a,p,li){overflow-wrap:anywhere}.acct input,.acct select,.acct textarea,.acct button,.yf-flow-wrap input,.yf-flow-wrap textarea{max-width:100%}.acct-child-account{margin:16px 0 0;padding:16px;border:1px solid rgb(15 23 42 / .10);border-radius:18px;background:#fff;text-align:left}.acct-child-account-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.acct-child-account h3{margin:0 0 4px;color:#263449;font-size:17px;line-height:1.2}.acct-child-account p{margin:0;color:#687386;font-size:13px;line-height:1.45}.acct-optional{flex:0 0 auto;padding:4px 8px;border-radius:999px;background:#f4f1ff;color:#6657b8;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.acct-child-name-form label{display:block;margin-bottom:6px;color:#334155;font-size:12px;font-weight:850}.acct-child-name-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:stretch}.acct-child-name-row input{width:100%;min-width:0;min-height:46px;padding:10px 12px;border:1px solid rgb(15 23 42 / .14);border-radius:13px;background:#fff;color:#172033;font:inherit;outline:none}.acct-child-name-row input:focus{border-color:rgb(124 58 237 / .55);box-shadow:0 0 0 4px rgb(124 58 237 / .10)}.acct-child-name-row .acct-btn{width:auto!important;margin:0!important;min-height:46px!important;white-space:nowrap!important}.acct-child-name-form small{display:block;margin-top:7px;color:#737b8c;font-size:11.5px;line-height:1.4}@media(max-width:900px){.yf-flow-wrap :is(.yf-grid,.yf-flow-grid),.yp-page [class*="grid"],.sp-page [class*="grid"],.yg-main [class*="grid"],.pr-wrap [class*="grid"]{min-width:0}}@media(max-width:640px){.yf-flow-wrap :is(.yf-container,.yf-flow-container),.yp-page .yp-container,.sp-page .sp-container,.yg-main .yg-container,.pr-wrap .pr-container,.acct .acct-container{padding-left:clamp(14px,4vw,20px)!important;padding-right:clamp(14px,4vw,20px)!important}.acct-child-account{padding:14px;border-radius:16px}.acct-child-name-row{grid-template-columns:1fr}.acct-child-name-row .acct-btn{width:100%!important}.acct :is(button,.acct-btn),.yf-flow-wrap :is(button,.button),.yp-page button,.sp-page button,.yg-main button,.pr-wrap button{min-height:var(--lwy-touch)}}@media(max-width:380px){.acct-child-account-head{display:block}.acct-optional{display:inline-flex;margin-top:8px}}