:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#302b1d;background:#fff9e8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--yellow: #ffc805;--amber: #f7ab18;--dark: #333333;--cream: #fff8df;--paper: #ffffff;--line: rgba(51, 51, 51, .12);--shadow: 0 26px 80px rgba(51, 51, 51, .16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}.page-shell{position:relative;min-height:100vh;overflow:hidden;padding:28px clamp(18px,4vw,58px) 24px;background:radial-gradient(circle at 10% 10%,rgba(255,200,5,.46),transparent 30%),radial-gradient(circle at 92% 4%,rgba(247,171,24,.34),transparent 28%),linear-gradient(135deg,#fffdf6,#fff8df 38%,#fff3c3)}.page-shell:before{position:absolute;inset:82px auto auto -90px;width:320px;height:320px;content:"";border:1px solid rgba(51,51,51,.08);border-radius:50%}.site-header,.hero,.feature-grid,.download-section,footer{position:relative;z-index:1;width:min(1160px,100%);margin-inline:auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:inline-flex;align-items:center;padding:12px 14px;background:#ffffffb3;border:1px solid var(--line);border-radius:999px;box-shadow:0 12px 30px #33333314}.brand img{display:block;width:min(153px,42vw);height:auto}.language-toggle{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:8px 14px 8px 8px;color:var(--dark);font:inherit;font-weight:700;cursor:pointer;background:#ffffffd1;border:1px solid var(--line);border-radius:999px}.language-toggle span{display:grid;width:34px;height:34px;place-items:center;background:var(--yellow);border-radius:50%}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,440px);gap:clamp(32px,7vw,82px);align-items:center;min-height:calc(100vh - 128px);padding:54px 0 42px}.hero-copy h1{max-width:760px;margin:0;color:#272314;font-size:clamp(2.65rem,7vw,6.6rem);font-weight:950;line-height:.92;letter-spacing:-.08em}.eyebrow{margin:0 0 18px;color:#6f5410;font-size:.78rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.intro{max-width:650px;margin:26px 0 0;color:#4d4734;font-size:clamp(1.06rem,1.6vw,1.35rem);line-height:1.65}.testing-note{max-width:650px;margin:22px 0 0;padding:16px 18px;color:#463200;line-height:1.5;background:#ffc80538;border:1px solid rgba(247,171,24,.46);border-radius:22px}.steps{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.steps span{padding:10px 13px;color:var(--dark);font-size:.9rem;font-weight:850;background:#fffc;border:1px solid var(--line);border-radius:999px}.tester-card{display:grid;gap:18px}.phone-card{position:relative;min-height:430px;padding:34px 28px;overflow:hidden;background:#2f2f2f;border:10px solid #151515;border-radius:42px;box-shadow:var(--shadow)}.phone-card:before{position:absolute;inset:auto -38px -72px auto;width:190px;height:190px;content:"";background:var(--yellow);border-radius:50%;filter:blur(2px)}.phone-bar{width:76px;height:8px;margin:0 auto 38px;background:#111;border-radius:999px}.phone-card img{width:190px;padding:14px;background:#fff8df;border-radius:20px}.notification-card{position:relative;margin-top:32px;padding:18px;color:#292929;font-weight:900;background:#fff;border-radius:22px}.notification-card.secondary{width:78%;margin-left:auto;background:var(--yellow)}.tester-panel{padding:24px;background:#ffffffe0;border:1px solid var(--line);border-radius:28px;box-shadow:0 18px 54px #3333331a}.tester-panel h2,.download-section h2,.feature-grid h2{margin:0;color:#292414}.tester-panel p{min-height:48px;margin:10px 0 18px;color:#625a45;line-height:1.5}.google-signin-slot{display:flex;align-items:center;min-height:44px}.google-signin-slot.is-disabled{width:fit-content;min-width:260px;justify-content:center;padding:0 18px;color:#747775;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:500;background:#fff;border:1px solid #747775;border-radius:999px}.play-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:16px;padding:0 20px;color:#1f1a0b;font-weight:900;text-decoration:none;background:var(--yellow);border-radius:999px}.tester-panel small{display:block;margin-top:16px;color:#706956;line-height:1.45}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:10px 0 34px}.feature-grid article{min-height:220px;padding:24px;background:#ffffffb8;border:1px solid var(--line);border-radius:28px}.feature-grid span{display:inline-flex;margin-bottom:52px;color:#8e6900;font-weight:950}.feature-grid p{color:#645d49;line-height:1.55}.download-section{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;background:#2f2f2f;border-radius:34px;box-shadow:var(--shadow)}.download-section h2{color:#fff;font-size:clamp(1.7rem,3vw,3rem)}.download-section p:not(.eyebrow){max-width:620px;margin:10px 0 0;color:#f7eecb;line-height:1.55}.download-section .eyebrow{color:var(--yellow)}.play-badge{display:inline-flex;transition:transform .18s ease}.play-badge:hover{transform:translateY(-2px)}.play-badge img{display:block;width:210px;max-width:42vw;height:auto}footer{display:flex;justify-content:center;padding:28px 0 4px;color:#786d51;font-weight:800}@media(max-width:880px){.page-shell{padding:18px 14px 22px}.hero{grid-template-columns:1fr;min-height:auto;padding-top:42px}.hero-copy h1{letter-spacing:-.06em}.phone-card{min-height:360px}.feature-grid{grid-template-columns:1fr}.feature-grid span{margin-bottom:26px}.download-section{align-items:flex-start;flex-direction:column}.play-badge img{width:190px;max-width:70vw}}@media(max-width:520px){.site-header{align-items:flex-start;flex-direction:column}.language-toggle{align-self:flex-end}.phone-card{min-height:320px;padding:28px 20px;border-width:8px;border-radius:34px}.phone-card img{width:160px}.tester-panel,.download-section,.feature-grid article{border-radius:24px}.google-signin-slot.is-disabled{width:100%;min-width:0}}
