:root{--page:#fbf5ef;--paper:rgba(255,250,244,0.82);--paper-solid:#fffaf4;--soft-paper:#f6eee6;--line:rgba(84,93,79,0.14);--line-strong:rgba(84,93,79,0.22);--ink:#29433a;--muted:#66746d;--muted-soft:#8d968f;--green:#4f8470;--green-dark:#3f6f60;--green-soft:#dce9dd;--gold:#f5c94f;--peach:#f4d7c3;--hill:#e6ead6;--shadow:0 22px 64px rgba(74,84,74,0.13);--shadow-soft:0 12px 30px rgba(74,84,74,0.1);--font:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--content-max:1260px;--nav-max:1340px;--section-pad:clamp(1.5rem,4vw,3.5rem)}*,:after,:before{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth;text-size-adjust:100%}body,html{background:var(--page)}body{margin:0;min-height:100vh;font-family:var(--font);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input{font:inherit}button{border:0;cursor:pointer}a{color:inherit;text-decoration:none}svg{display:block}.skip-link{position:absolute;left:-999px;top:1rem;z-index:20;padding:.7rem 1rem;border-radius:999px;background:var(--ink);color:white}.skip-link:focus{left:1rem}:focus-visible{outline:3px solid rgba(79,132,112,.35);outline-offset:3px;border-radius:10px}.page-shell{position:relative;isolation:isolate;width:100%;min-height:100vh;overflow:hidden;border:0;border-radius:0;background:var(--page);box-shadow:none}.page-shell:before{content:"";position:absolute;inset:64px 0 0;z-index:-3;background:var(--page)}.page-shell:after{content:"";position:absolute;inset:72px 24px 22px;z-index:-2;pointer-events:none;border-radius:28px;background:radial-gradient(circle at 58% 7%,rgba(255,255,255,.58) 0 .38rem,transparent .42rem),radial-gradient(circle at 75% 12%,rgba(255,255,255,.46) 0 .24rem,transparent .28rem),radial-gradient(circle at 52% 30%,rgba(255,255,255,.42) 0 .18rem,transparent .23rem);opacity:.78}.topbar{position:relative;z-index:50;width:100%;height:64px;margin:0;display:flex;justify-content:space-between;gap:1rem;padding:0 max(clamp(1.1rem,2.8vw,2.5rem),calc((100vw - var(--nav-max)) / 2 + clamp(1.1rem, 2.8vw, 2.5rem)));border-bottom:1px solid var(--line);background:rgba(255,251,246,.56);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand,.topbar{align-items:center}.brand{display:inline-flex;gap:.62rem;color:var(--ink);font-size:clamp(1.35rem,2.4vw,1.78rem);font-weight:650;letter-spacing:-.035em;white-space:nowrap}.brand-mark{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;color:var(--green)}.brand-mark svg{width:100%;height:100%}.nav-links{display:none;align-items:center;gap:clamp(1.2rem,3vw,2.5rem);color:#465550;font-size:.94rem;font-weight:500}.nav-links a{opacity:.9}.nav-links a:hover{color:var(--green-dark)}.nav-links a[aria-current=page]{color:var(--green-dark);font-weight:800}.nav-cta,.primary-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(50,103,85,.22);border-radius:9px;background:var(--green);color:#fffdf8;box-shadow:0 9px 20px rgba(58,112,93,.18);font-weight:700;line-height:1;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease}.nav-cta{min-width:134px;height:42px;font-size:.94rem}.mobile-menu{position:static;display:block}.mobile-menu summary{width:42px;height:42px;display:grid;place-items:center;grid-gap:4px;gap:4px;padding:11px;border:1px solid var(--line);border-radius:12px;background:rgba(255,250,244,.78);box-shadow:0 8px 20px rgba(74,84,74,.08);cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:18px;height:2px;border-radius:999px;background:var(--green-dark)}.mobile-menu__panel{position:absolute;right:0;left:0;top:100%;z-index:60;width:100%;padding:.55rem clamp(1rem,4vw,1.5rem);border-bottom:1px solid var(--line);background:rgba(255,250,244,.96);box-shadow:0 18px 42px rgba(74,84,74,.14);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-menu__panel a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:0 1rem;border-radius:12px;color:#465550;font-size:1rem;font-weight:800}.mobile-menu__panel a:hover,.mobile-menu__panel a[aria-current=page]{background:var(--green-soft);color:var(--green-dark)}.primary-button{min-width:154px;height:46px;font-size:1.02rem}.nav-cta:hover,.primary-button:hover{transform:translateY(-1px);background:var(--green-dark);box-shadow:0 13px 28px rgba(58,112,93,.2)}.hero{width:min(100%,var(--content-max));margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);min-height:350px;padding:clamp(2rem,5vw,4.15rem) var(--section-pad) 0}.hero,.hero-copy{position:relative}.hero-copy{z-index:4;max-width:500px}.hero h1{margin:0;max-width:620px;color:var(--ink);font-size:clamp(2.35rem,5.8vw,4.02rem);line-height:1.14;letter-spacing:-.052em;font-weight:900}.hero-copy p{width:min(100%,430px);margin:1.05rem 0 0;color:#66726c;font-size:clamp(1rem,2vw,1.16rem);line-height:1.45;letter-spacing:-.018em}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.78rem;margin-top:1.35rem}.launch-note{--badge-green:var(--green-dark);display:inline-flex;align-items:center;gap:.62rem;width:-moz-fit-content;width:fit-content;margin-bottom:1.25rem;padding:.62rem 1.1rem;border:1px solid rgba(63,111,96,.14);border-radius:999px;background:rgba(255,250,244,.78);box-shadow:0 8px 22px rgba(74,84,74,.08),inset 0 1px 0 rgba(255,255,255,.72);color:var(--badge-green);font-size:.96rem;font-weight:800;letter-spacing:-.02em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.launch-note__icon{width:19px;height:19px;flex:0 0 19px}.launch-note__icon+span{line-height:1}.play-badge{min-height:48px;display:inline-flex;align-items:center;gap:.68rem;padding:.48rem 1.02rem .48rem .74rem;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#151b18;box-shadow:0 11px 22px rgba(28,38,33,.16);color:#fffdf8;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.play-badge:hover{transform:translateY(-1px);background:#0f1412;box-shadow:0 15px 28px rgba(28,38,33,.2)}.play-badge__icon{width:25px;height:29px;flex:0 0 25px;-webkit-clip-path:polygon(0 0,100% 50%,0 100%);clip-path:polygon(0 0,100% 50%,0 100%);background:linear-gradient(145deg,#42d77d 0 31%,transparent 31%),linear-gradient(35deg,#4aa5ff 0 42%,transparent 42%),linear-gradient(215deg,#ffd95a 0 48%,transparent 48%),#f45d63;filter:drop-shadow(0 3px 5px rgba(41,67,58,.16))}.play-badge small,.play-badge strong{display:block;line-height:1}.play-badge small{color:rgba(255,253,248,.78);font-size:.58rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.play-badge strong{margin-top:.16rem;color:#fffdf8;font-size:1rem;font-weight:800;letter-spacing:-.03em}.hero-art{position:relative;z-index:1;height:clamp(270px,52vw,365px);margin-top:-.6rem}.hero-art:before{content:"";top:0;width:min(92vw,600px);height:100%;transform:translateX(-47%);background:linear-gradient(rgba(255,248,240,.5),rgba(255,248,240,.42)),radial-gradient(circle at 48% 12%,rgba(255,255,255,.72) 0 .45rem,transparent .49rem),radial-gradient(circle at 66% 16%,rgba(255,255,255,.58) 0 .26rem,transparent .31rem),radial-gradient(circle at 58% 30%,rgba(89,122,107,.12) 0 .75rem,transparent .8rem),linear-gradient(180deg,rgba(240,218,198,.67),rgba(232,236,218,.72));filter:blur(.1px)}.hero-art img,.hero-art:before{position:absolute;left:50%;border-radius:48% 52% 44% 56%/43% 43% 57% 57%}.hero-art img{top:50%;z-index:2;width:min(100%,700px);height:auto;transform:translate(-50%,-50%);object-fit:contain;mix-blend-mode:multiply}.preview{position:relative;z-index:5;width:min(100%,var(--content-max));margin-top:clamp(.5rem,1.5vw,.9rem);margin-right:auto;margin-left:auto;padding:0 var(--section-pad) clamp(1.3rem,2.8vw,2.1rem)}.language-row{display:flex;flex-wrap:wrap;gap:.65rem}.language-row button{display:inline-flex;align-items:center;gap:.4rem;min-height:39px;padding:0 1.05rem;border:1px solid var(--line);border-radius:13px;background:rgba(255,249,244,.72);color:#4b5852;box-shadow:0 7px 18px rgba(73,84,75,.07);font-size:.98rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.language-row button img{width:20px;height:20px;object-fit:cover}.content-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-top:1rem}.left-column{display:grid;grid-gap:.85rem;gap:.85rem}.search{height:48px;display:flex;align-items:center;gap:.85rem;padding:0 1.05rem;border:1px solid var(--line);border-radius:11px;background:rgba(255,249,244,.78);box-shadow:0 8px 22px rgba(73,84,75,.07);color:#68736c}.search svg{width:22px;height:22px;flex:0 0 22px}.search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:1rem;font-weight:500}.search input::placeholder{color:#7f8982}.phrase-card{position:relative;min-height:180px;padding:1.15rem 1.55rem 1.2rem;overflow:hidden;border:1px solid var(--line);border-radius:15px;background:rgba(255,250,245,.78);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.phrase-card h2{margin:0;color:var(--ink);font-size:clamp(1.45rem,4vw,1.72rem);line-height:1.1;letter-spacing:-.03em;font-weight:750}.pronunciation{margin:.36rem 0 0;color:#657069;font-size:.99rem;font-style:italic;font-weight:500}.meaning{margin:.34rem 0 0;color:#4f5b55;font-size:1rem}.example{width:min(100%,440px);margin:.9rem 0 0;padding:.65rem .95rem;border-radius:2px;background:rgba(237,232,229,.84);color:#4c5651;font-size:.98rem}.tiny-icon{position:absolute;right:1.25rem;top:1.05rem;width:33px;height:39px;opacity:.16}.tiny-icon:after,.tiny-icon:before{content:"";position:absolute;background:#9aa59d}.tiny-icon:before{inset:0;border-radius:8px 8px 13px 13px}.tiny-icon:after{left:-7px;right:-7px;bottom:5px;height:5px;border-radius:999px}.phrase-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.58rem;margin-top:.78rem}.phrase-actions button{min-width:104px;height:38px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid rgba(64,112,94,.18);border-radius:7px;background:var(--green);color:#fffdf8;box-shadow:0 8px 18px rgba(61,116,96,.14);font-weight:700}.phrase-actions button:first-child{background:rgba(255,250,245,.82);color:var(--green-dark)}.phrase-actions svg{width:18px;height:18px}.feature-cards{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem}.feature-cards article{min-height:118px;display:grid;place-items:center;padding:1rem;border:1px solid var(--line);border-radius:14px;background:rgba(255,250,245,.66);box-shadow:var(--shadow-soft);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-icon,.feature-panel__icon{width:43px;height:38px;display:grid;place-items:center;border-radius:10px;color:#fff;font-size:1.45rem;font-weight:800;line-height:1}.feature-icon--spark{background:var(--gold)}.feature-icon--check{position:relative;background:#ffcf38;color:transparent}.feature-icon--check:before{content:"";position:absolute;inset:8px;border-radius:6px;background:var(--green)}.feature-icon--check:after{content:"✓";position:absolute;color:white;font-size:1.3rem;font-weight:900}.feature-icon--camera{position:relative;background:var(--green)}.feature-icon--camera:before{content:"";position:absolute;inset:9px 8px 8px;border-radius:5px;border:3px solid #fff}.feature-icon--camera:after{content:"";position:absolute;left:16px;top:2px;width:14px;height:6px;border-radius:4px 4px 0 0;background:var(--green-dark)}.feature-icon--chat,.feature-icon--daily,.feature-icon--route,.feature-icon--speak{position:relative}.feature-icon--chat{background:var(--green)}.feature-icon--chat:before{content:"";position:absolute;inset:10px 8px 12px;border-radius:8px;background:#fffaf4}.feature-icon--chat:after{content:"";position:absolute;left:13px;bottom:8px;width:8px;height:8px;background:#fffaf4;-webkit-clip-path:polygon(0 0,100% 0,0 100%);clip-path:polygon(0 0,100% 0,0 100%)}.feature-icon--green,.feature-icon--route{background:var(--green)}.feature-icon--route:before{content:"";position:absolute;inset:11px;border-color:#fffaf4 transparent transparent #fffaf4;border-style:solid;border-width:3px;border-radius:999px;transform:rotate(30deg)}.feature-icon--route:after{content:"";position:absolute;right:10px;top:10px;width:9px;height:9px;border-top:3px solid #fffaf4;border-right:3px solid #fffaf4;transform:rotate(45deg)}.feature-icon--speak{background:var(--green)}.feature-icon--speak:before{content:"";position:absolute;left:10px;top:12px;width:13px;height:13px;border-radius:50% 50% 50% 4px;background:#fffaf4}.feature-icon--speak:after{content:"";position:absolute;right:9px;top:11px;width:10px;height:15px;border:3px solid #fffaf4;border-left:0;border-radius:0 999px 999px 0}.feature-icon--daily{background:var(--gold);color:var(--green-dark)}.feature-cards p{margin:0;color:#4f5b55;font-size:.95rem;line-height:1.28;font-weight:500}.feature-cards strong{font-weight:800}.footer{position:relative;z-index:6;width:min(100%,var(--content-max));min-width:0;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:.8rem 1.25rem;gap:.8rem 1.25rem;padding:.7rem var(--section-pad) 1.4rem;color:#6c7770;font-size:.86rem}.footer p{margin:0}.footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;justify-self:end;gap:0;color:var(--green-dark);font-weight:700}.footer-links__group{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:.55rem .75rem;padding:0 .7rem;white-space:nowrap}.footer-links__group:first-child{padding-left:0}.footer-links__group:not(:first-child){border-left:1px solid var(--line-strong)}.footer-links a[aria-current=page]{font-weight:800}@media (max-width:900px){.footer{grid-template-columns:minmax(0,1fr);gap:.85rem}.footer-links{justify-self:center;width:-moz-fit-content;width:fit-content;max-width:100%;margin-inline:auto;justify-content:center;flex-wrap:wrap;row-gap:.55rem;column-gap:0}.footer-links__group{padding-inline:.55rem}.footer-links__group:first-child{-webkit-padding-start:.55rem;padding-inline-start:.55rem}}.faq-hero,.faq-list,.feature-callout,.features-hero,.features-list,.legal-body,.legal-hero{width:min(100%,var(--content-max));margin:0 auto;padding-right:var(--section-pad);padding-left:var(--section-pad)}.features-hero{display:grid;grid-template-columns:1fr;grid-gap:clamp(1.6rem,5vw,4rem);gap:clamp(1.6rem,5vw,4rem);align-items:center;padding-top:clamp(2.8rem,7vw,6rem);padding-bottom:clamp(2rem,5vw,4rem)}.features-hero h1{max-width:620px;margin:0;color:var(--ink);font-size:clamp(2.35rem,5.8vw,4rem);line-height:1.08;letter-spacing:-.052em;font-weight:900}.features-hero p{width:min(100%,620px);margin:1.15rem 0 0;color:#66726c;font-size:clamp(1.05rem,2vw,1.22rem);line-height:1.55}.feature-phone{padding:1rem;border:1px solid var(--line);border-radius:28px;background:rgba(255,250,244,.72);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.feature-phone__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.4rem .35rem 1rem;color:#68736c;font-size:.9rem;font-weight:700}.feature-phone__top strong{color:var(--green-dark)}.feature-phone__card{padding:clamp(1.25rem,4vw,2rem);border-radius:22px;background:#fffaf4;box-shadow:inset 0 0 0 1px rgba(84,93,79,.1)}.feature-phone__card span{color:var(--green-dark);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.feature-phone__card h2{margin:.55rem 0 0;color:var(--ink);font-size:clamp(2.3rem,7vw,4.4rem);line-height:.95;letter-spacing:-.06em}.feature-phone__card p{width:auto;margin-top:1rem;padding:.75rem .9rem;border-radius:9px;background:var(--soft-paper);color:#4f5b55;font-size:1rem}.feature-phone__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.7rem;gap:.7rem;margin-top:.8rem}.feature-phone__row span{display:grid;place-items:center;min-height:42px;border-radius:10px;background:rgba(255,250,244,.82);color:var(--green-dark);font-weight:800;box-shadow:inset 0 0 0 1px rgba(84,93,79,.1)}.features-list{display:grid;grid-template-columns:1fr;grid-gap:.9rem;gap:.9rem;padding-bottom:clamp(2rem,5vw,4rem)}.feature-panel{min-height:220px;padding:clamp(1.2rem,3vw,1.6rem);border:1px solid var(--line);border-radius:22px;background:rgba(255,250,244,.64);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-panel__icon{width:46px;height:46px;margin-bottom:1.35rem;border-radius:14px;font-size:1.35rem;font-weight:900}.feature-panel .feature-icon--check,.feature-panel .feature-icon--daily,.feature-panel .feature-icon--spark{box-shadow:0 10px 22px rgba(245,201,79,.18)}.feature-panel .feature-icon--chat,.feature-panel .feature-icon--route,.feature-panel .feature-icon--speak{box-shadow:0 10px 22px rgba(79,132,112,.15)}.feature-panel h2{margin:0;color:var(--ink);font-size:clamp(1.28rem,2vw,1.55rem);line-height:1.12;letter-spacing:-.04em}.feature-panel p{margin:.8rem 0 0;color:#66726c;line-height:1.55}.feature-callout{display:grid;grid-template-columns:1fr;grid-gap:1.2rem;gap:1.2rem;align-items:center;padding-bottom:clamp(2rem,6vw,5rem)}.feature-callout h2{margin:0;color:var(--ink);font-size:clamp(2rem,4vw,3.4rem);line-height:1;letter-spacing:-.055em}.feature-callout p{max-width:620px;margin:.9rem 0 0;color:#66726c;line-height:1.55}.faq-hero{padding-top:clamp(2.8rem,7vw,6rem);padding-bottom:clamp(1.8rem,4vw,3rem)}.faq-hero h1{max-width:720px;margin:0;color:var(--ink);font-size:clamp(2.35rem,5.8vw,4rem);line-height:1.08;letter-spacing:-.052em;font-weight:900}.faq-hero p{max-width:620px;margin:1.15rem 0 0;color:#66726c;font-size:clamp(1.05rem,2vw,1.22rem);line-height:1.55}.faq-list{display:grid;grid-template-columns:1fr;grid-gap:.85rem;gap:.85rem;padding-bottom:clamp(2rem,5vw,4rem)}.faq-item{position:relative;padding:clamp(1.2rem,3vw,1.55rem);border:1px solid var(--line);border-radius:22px;background:rgba(255,250,244,.68);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.faq-item:before{content:"?";position:absolute;right:1.15rem;top:1rem;width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:var(--gold);color:var(--green-dark);font-weight:900;opacity:.86}.faq-item:nth-child(2n):before{background:var(--green);color:#fffaf4}.faq-item h2{max-width:calc(100% - 3.25rem);margin:0;color:var(--ink);font-size:clamp(1.22rem,2vw,1.48rem);line-height:1.18;letter-spacing:-.04em}.faq-item p{max-width:760px;margin:.8rem 0 0;color:#66726c;line-height:1.6}.legal-hero{padding-top:clamp(2.8rem,7vw,6rem);padding-bottom:clamp(1.2rem,3vw,2rem)}.legal-hero h1{max-width:720px;margin:0;color:var(--ink);font-size:clamp(2.35rem,5.8vw,4rem);line-height:1.08;letter-spacing:-.052em;font-weight:900}.legal-meta{max-width:620px;margin:1rem 0 0;color:var(--muted);font-size:.95rem;font-weight:500;line-height:1.5}.legal-body{padding-bottom:clamp(2.5rem,6vw,5rem)}.legal-body>p,.legal-body>section{max-width:720px}.legal-body>p:first-of-type{margin-top:0}.legal-body section{margin-top:2rem}.legal-body h2{margin:0 0 .65rem;color:var(--ink);font-size:clamp(1.12rem,1.8vw,1.28rem);line-height:1.2;letter-spacing:-.03em;font-weight:800}.legal-body li,.legal-body p{margin:0 0 .85rem;color:#66726c;font-size:.98rem;line-height:1.65}.legal-body ul{margin:0 0 1rem;padding-left:1.15rem}.legal-body li{margin-bottom:.4rem}.legal-body a{color:var(--green-dark);font-weight:700;text-decoration:underline;text-underline-offset:2px}@media (min-width:620px){.hero-actions{display:flex;align-items:center}.content-grid{grid-template-columns:minmax(330px,.95fr) minmax(300px,1fr)}.feature-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.faq-list,.features-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:840px){.nav-links{display:flex}.mobile-menu{display:none}.hero{grid-template-columns:minmax(460px,.9fr) minmax(500px,1fr);min-height:342px}.hero-art{height:auto;min-height:340px;margin-top:-1.3rem}.content-grid{grid-template-columns:minmax(460px,.92fr) minmax(520px,1fr)}.features-hero{grid-template-columns:minmax(0,1.05fr) minmax(340px,.65fr)}.features-list{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-callout{grid-template-columns:1fr auto}}@media (min-width:1060px){.hero h1{font-size:4rem}.hero-art:before{transform:translateX(-50%)}}@media (max-width:839px){.topbar{height:auto;min-height:64px;padding:.7rem 1rem}.nav-cta{min-width:auto;padding-inline:1rem}}@media (max-width:560px){.brand{font-size:1.28rem}.brand-mark{width:28px;height:28px;flex-basis:28px}.nav-cta{display:none}.hero{padding-top:2rem}.hero-art{height:280px}.language-row button{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.65rem)}.phrase-actions{justify-content:stretch}.phrase-actions button{flex:1 1 120px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}