@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#183e35;--muted:#63716a;--paper:#faf9f5;--line:#e2e5dc;--green:#dbe7b3;--orange:#b75b32;--radius:24px;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}p{line-height:1.7}button:disabled{cursor:not-allowed;opacity:.55}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #c37831;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',sans-serif}h1{font-size:clamp(2.8rem,5.6vw,5.1rem);line-height:1.1;font-weight:600;letter-spacing:-.06em}h2{font-size:clamp(2rem,3.5vw,3rem);line-height:1.15;letter-spacing:-.045em}h3{letter-spacing:-.025em}small{font-size:.875rem;color:var(--muted)}.header{max-width:1320px;margin:auto;padding:26px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;gap:10px;align-items:center;font-size:1.5rem;font-weight:800;letter-spacing:-.05em}.brand-mark{background:var(--ink);color:#f6d990;border-radius:14px;width:38px;height:38px;text-align:center;font: bold 32px Georgia}.beta{margin-left:5px;font:500 .75rem 'DM Sans',sans-serif;letter-spacing:0;border:1px solid var(--line);padding:5px 8px;border-radius:7px}.header nav{display:flex;align-items:center;gap:28px;font-size:.9rem}.button{border:0;background:var(--ink);color:white;padding:17px 25px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:15px;font-weight:600;line-height:1.25;transition:background .2s,transform .2s}.button:hover{background:#285749;transform:translateY(-1px)}.button.small{padding:13px 18px}.button.secondary{background:transparent;color:var(--ink);border:1px solid #b9c9be}.button.light{background:var(--green);color:var(--ink)}.text-button{background:none;border:0;padding:8px 0;color:inherit;font-weight:500}.hero{max-width:1240px;margin:40px auto 65px;display:grid;grid-template-columns:1.02fr 1fr;align-items:center;gap:32px;padding:0 32px}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:700;margin-bottom:25px;display:block}.hero h1 em{font-family:Georgia,serif;letter-spacing:-.055em;font-weight:normal}.hero-copy>p{max-width:475px;font-size:1.1rem;color:var(--muted);margin:25px 0 28px}.actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.micro{display:block;margin-top:18px;font-size:.85rem;color:var(--muted)}.hero-art{position:relative;min-height:530px;display:flex;align-items:center;justify-content:center}.hero-art:before{content:'';position:absolute;background:#e7edd7;border-radius:50%;width:90%;aspect-ratio:1;z-index:-1}.hero-art img{width:100%;max-height:530px;object-fit:contain;mix-blend-mode:multiply;animation:breathe 6s ease-in-out infinite}.bubble{position:absolute;right:0;top:10px;background:white;box-shadow:0 8px 40px #183e3510;border:1px solid var(--line);border-radius:19px 19px 19px 3px;padding:16px 20px;max-width:240px;font-size:.95rem;transform:rotate(3deg)}.bubble strong{display:block;margin-bottom:5px;font-size:.75rem;color:var(--orange)}.note-chip{position:absolute;bottom:25px;left:5px;background:#fffdf4;padding:13px 20px;border-radius:12px;transform:rotate(-5deg);box-shadow:0 5px 25px #183e3510;font-size:.875rem}.intro-band{border-block:1px solid var(--line);display:flex;justify-content:center;gap:70px;padding:24px;font-size:.875rem}.intro-band span{display:flex;gap:12px;align-items:center}.section{max-width:1176px;margin:90px auto;padding:0 32px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px}.section-head h2{max-width:520px;margin-bottom:0}.section-head p{max-width:310px;color:var(--muted);margin-bottom:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step{padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff;position:relative}.step .num{display:block;font:italic 2.5rem Georgia;color:#a5af95;margin-bottom:22px}.step h3{font-size:1.2rem;margin-bottom:12px}.step p{color:var(--muted);font-size:.95rem;margin:0}.try-section{background:#e9eedf;border-radius:32px;padding:45px;display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.try-section h2{margin-bottom:18px}.try-section p{color:var(--muted)}.try-card{background:var(--paper);border:1px solid #d6decd;border-radius:20px;padding:28px}.try-card label{display:block;font-weight:600;margin-bottom:12px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 22px}.chip{background:white;border:1px solid #d2dacb;border-radius:24px;padding:9px 13px;font-size:.875rem;color:var(--ink)}.chip:hover,.chip.selected{background:var(--ink);color:white;border-color:var(--ink)}.field{display:block;width:100%;padding:15px 17px;background:white;border:1px solid #cbd3c8;border-radius:11px;color:var(--ink);line-height:1.6;min-width:0}textarea.field{resize:vertical;min-height:160px}label.field-label{display:block;font-size:.95rem;font-weight:600;margin:23px 0 9px}.field-hint{display:block;margin-top:8px;color:var(--muted);font-size:.85rem;line-height:1.5}.wide{width:100%}.cta-strip{margin-top:80px;background:var(--ink);color:var(--paper);padding:46px;border-radius:26px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-strip h2{font-size:2rem;max-width:600px;margin:0}footer{max-width:1240px;margin:80px auto 0;padding:35px 32px;border-top:1px solid var(--line);display:flex;gap:35px;align-items:center;justify-content:space-between}footer p{font-size:.85rem;color:var(--muted);margin:0}footer>div{display:flex;gap:24px;font-size:.875rem}.skip{position:fixed;top:-80px;left:20px;z-index:100;background:white;padding:12px}.skip:focus{top:10px}dialog{border:1px solid var(--line);border-radius:24px;padding:36px;width:min(470px,calc(100vw - 28px));color:var(--ink);box-shadow:0 20px 100px #0003}dialog::backdrop{background:#10271f80;backdrop-filter:blur(4px)}.modal-close{position:absolute;right:18px;top:12px;font-size:1.8rem;background:none;border:none;color:var(--muted)}dialog h2{font-size:1.8rem;padding-right:20px}dialog p{color:var(--muted);font-size:.95rem}.auth-button{display:flex;justify-content:center;gap:14px;border:1px solid var(--line);border-radius:12px;background:white;padding:15px;width:100%;margin:12px 0;font-weight:600}.auth-button svg{width:19px;height:22px}.notice{background:#f3ebd9;color:#654e23;padding:14px 16px;border-radius:12px;font-size:.9rem;line-height:1.6}.quiet{color:var(--muted)}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;z-index:50;padding:14px 22px;border-radius:12px;max-width:calc(100vw - 32px);display:none;font-size:.9rem}.article{max-width:780px;margin:65px auto;padding:0 28px}.article h1{font-size:3.5rem}.article h2{font-size:1.7rem;margin-top:40px}.article p,.article li{color:var(--muted);line-height:1.85}.article li{margin:10px 0}.article .lead{font-size:1.2rem}.back{font-size:.875rem;display:inline-block;margin-bottom:24px}.workspace{max-width:1140px;margin:45px auto;padding:0 32px}.workspace-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}.workspace-top h1{font-size:2.3rem;margin:0}.workspace-top small{display:block;margin-top:8px}.workspace-grid{display:grid;grid-template-columns:1.22fr .78fr;gap:28px;align-items:start}.panel{background:white;border:1px solid var(--line);border-radius:24px;padding:32px}.panel h2{font-size:1.7rem}.companion{border-radius:24px;background:#e9eedf;padding:30px;text-align:center;position:sticky;top:24px}.companion img{width:95%;max-height:310px;object-fit:contain;mix-blend-mode:multiply;animation:breathe 7s ease-in-out infinite}.companion .speech{background:#fffdf6;padding:21px;border-radius:17px;text-align:left;line-height:1.6;font-size:.98rem}.companion .speech small{display:block;color:var(--orange);font-weight:700;margin-bottom:7px}.companion p{font-size:.85rem;color:var(--muted);margin:15px 0 0}.route-pill{font-size:.8rem;padding:7px 12px;background:#e9eedf;border-radius:20px;display:inline-block;margin-bottom:18px}.flow-steps{display:flex;gap:7px;margin:0 0 26px;padding:0;list-style:none;font-size:.8rem}.flow-steps li{flex:1;color:var(--muted);padding-bottom:12px;border-bottom:3px solid var(--line)}.flow-steps li.current{border-color:var(--ink);color:var(--ink);font-weight:700}.timer{text-align:center;padding:20px 0}.timer-time{font-family:'Manrope',sans-serif;font-size:clamp(4rem,8vw,6.7rem);font-weight:500;letter-spacing:-.05em;font-variant-numeric:tabular-nums;line-height:1.4}.timer-ring{border:8px solid #e8eedf;border-top-color:#688251;border-radius:50%;width:250px;height:250px;margin:12px auto 20px;display:flex;align-items:center;justify-content:center}.timer-ring .timer-time{font-size:3.8rem}.timer .actions{justify-content:center}.timer-tip{font-size:.875rem;color:var(--muted);margin:22px auto 0;max-width:320px}.notes{background:#f7f8f3;border-radius:12px;padding:17px;margin-top:24px}.notes summary{cursor:pointer;font-weight:500;font-size:.9rem}.notes p{white-space:pre-wrap;max-height:260px;overflow:auto;font-size:.9rem;color:var(--muted);margin:15px 0 0}.ai-box{margin-top:23px;border-top:1px solid var(--line);padding-top:20px}.ai-box summary{cursor:pointer;font-size:.9rem;font-weight:600}.ai-box p{font-size:.875rem;color:var(--muted);line-height:1.6}.ai-status{font-size:.85rem;line-height:1.5;margin-top:10px;overflow-wrap:anywhere}progress{width:100%;accent-color:#567443;height:8px}.check-row{display:flex;align-items:start;gap:12px;margin:16px 0;font-size:.95rem;line-height:1.6}.check-row input{margin-top:6px;accent-color:var(--ink);width:18px;height:18px}.feedback{white-space:pre-wrap;line-height:1.8;background:#f1f5e8;padding:22px;border-radius:15px;margin-bottom:24px}.history{margin-top:36px}.history h2{font-size:1.3rem}.history-list{display:grid;gap:12px}.history-item{border-bottom:1px solid var(--line);padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:15px}.history-item strong{display:block;overflow-wrap:anywhere}.history-item small{display:block;margin-top:5px}.success-circle{width:55px;height:55px;background:var(--green);border-radius:50%;display:grid;place-items:center;font-size:1.5rem;margin-bottom:22px}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}.summary-grid>div{background:#f4f6ee;padding:18px;border-radius:12px}.summary-grid strong{display:block;font-size:1.5rem}.summary-grid span{font-size:.8rem;color:var(--muted)}.disclaimer{font-size:.8rem;color:var(--muted);line-height:1.6;margin:15px 0}.danger{color:#9c3d29}.inline-link{text-decoration:underline;text-underline-offset:4px}.offline{padding:12px 20px;text-align:center;background:#f7e7b8;font-size:.9rem}.busy{opacity:.7;pointer-events:none}@keyframes breathe{50%{transform:translateY(-5px) rotate(.5deg)}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(max-width:850px){.header{padding:20px 24px}.header nav{gap:20px}.header nav>a:not(.button){display:none}.hero{grid-template-columns:1fr;gap:12px;margin-top:28px}.hero-copy{text-align:center}.hero-copy p{margin:22px auto}.hero-copy .actions{justify-content:center}.hero-art{min-height:400px;max-width:470px;width:100%;margin:auto}.hero-art img{max-height:440px}.hero-art .bubble{right:-5px}.intro-band{gap:25px;flex-wrap:wrap}.section{margin:65px auto}.section-head{display:block}.section-head p{max-width:none;margin-top:20px}.steps{grid-template-columns:1fr}.step{display:grid;grid-template-columns:45px 1fr;column-gap:18px}.step .num{grid-row:1/3;margin:0}.try-section{grid-template-columns:1fr;padding:30px;gap:15px}.cta-strip{flex-direction:column;align-items:start;padding:32px}.workspace-grid{grid-template-columns:1fr}.companion{position:static;display:grid;grid-template-columns:120px 1fr;align-items:center;gap:15px;order:-1;padding:18px}.companion img{max-height:130px}.companion>p{grid-column:1/-1;margin:0}.companion .speech{padding:14px;font-size:.9rem}.workspace-top h1{font-size:1.8rem}footer{flex-wrap:wrap}footer p{order:3;width:100%}}@media(max-width:480px){.header{padding:17px}.brand{font-size:1.3rem}.brand-mark{width:32px;height:32px;font-size:27px}.beta{display:none}.header nav{gap:14px}.header nav .button{display:none}.hero,.section,.workspace{padding-inline:20px}.hero{margin-bottom:40px}.hero h1{font-size:3rem}.hero-art{min-height:365px}.hero-art img{max-height:370px}.bubble{font-size:.8rem;max-width:180px;padding:12px}.note-chip{font-size:.75rem;bottom:0}.intro-band{gap:15px;font-size:.8rem}.section{margin-block:50px}.try-section{padding:25px 20px}.try-card{padding:20px}.panel{padding:24px 20px}.workspace{margin-top:20px}.workspace-top{align-items:start}.workspace-top h1{font-size:1.6rem}.workspace-top>.text-button{font-size:.8rem;white-space:nowrap}.companion{grid-template-columns:85px 1fr;padding:13px}.flow-steps{font-size:.75rem}.article h1{font-size:2.6rem}.actions>.button{flex-grow:1}.summary-grid{gap:8px}footer{padding-inline:20px;gap:20px}footer>div{margin-left:auto}.timer-ring{width:215px;height:215px}}
.hw-modes{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:28px;border-bottom:1px solid #dce2d7;padding-bottom:16px}.hw-modes span{font-weight:700}.hw-modes a{color:#466343}.hw-options{display:grid;gap:14px;margin:24px 0}.hw-option{text-align:left;border:1px solid #d7dfcf;border-radius:18px;padding:22px;background:#f3f5eb;color:#183e35;cursor:pointer}.hw-option:hover{background:#e6edda}.hw-option strong{display:block;font-size:26px;margin-bottom:8px}.hw-option span{font-size:14px}.hw-equation{font-variant-numeric:tabular-nums}.panel>.back{display:inline-block;margin-bottom:22px}
/* Blog cards have their own layout; numbered homepage steps keep theirs. */
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.blog-card{min-width:0;padding:28px;border:1px solid var(--line);border-radius:20px;background:white;display:flex;flex-direction:column;align-items:flex-start}.blog-card h2{font-size:clamp(1.35rem,2.1vw,1.8rem);line-height:1.3;letter-spacing:-.035em;overflow-wrap:anywhere}.blog-card .eyebrow{margin-bottom:20px}.blog-card p{color:var(--muted);font-size:.95rem}.blog-card>.text-button{margin-top:auto;padding-top:16px}.blog-index h1{font-size:clamp(2.2rem,5vw,3.8rem);max-width:700px;overflow-wrap:anywhere}.related-posts{border-top:1px solid var(--line);margin:36px 0;padding-top:4px}.related-posts a{display:block;margin:16px 0;text-decoration:underline;text-underline-offset:4px;line-height:1.6}.article{overflow-wrap:anywhere}.article h1{font-size:clamp(2rem,5.2vw,3.5rem)}.article .button{max-width:100%;text-align:center}footer>div{flex-wrap:wrap}.workspace-grid>div{min-width:0}.panel h2{overflow-wrap:anywhere}
.timer-with-character{width:min(100%,290px);height:auto;aspect-ratio:1;flex-direction:column;gap:0;border-width:5px}.timer-with-character .timer-time{font-size:clamp(2.5rem,8vw,3.3rem);line-height:1.2;padding-bottom:12px}.timer-character{position:relative;width:150px;height:145px;margin:0 auto;isolation:isolate}.timer-character img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transform-origin:50% 85%;animation:yosumio-focus 8s ease-in-out infinite}.timer-character.resting img{animation:yosumio-rest 6s ease-in-out infinite}.character-shadow{position:absolute;z-index:-1;bottom:3px;left:27%;width:46%;height:7px;background:#183e3515;filter:blur(3px);border-radius:50%;animation:yosumio-shadow 8s ease-in-out infinite}.timer-character.still *{animation:none!important}.motion-toggle{font-size:.8rem;color:var(--muted);margin:0 0 18px}.timer-tip{max-width:290px;line-height:1.6}.timer:has(.timer-character)~.field-label{margin-top:15px}
@keyframes yosumio-focus{0%,100%{transform:translateY(0) rotate(-1deg) scale(1)}45%{transform:translateY(-3px) rotate(1deg) scale(1.018)}65%{transform:translateY(-2px) rotate(.4deg) scale(1.01)}}@keyframes yosumio-rest{0%,100%{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(2deg) translateY(-4px)}}@keyframes yosumio-shadow{50%{transform:scaleX(.93);opacity:.7}}
@media(max-width:850px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.header nav{min-width:0}.header:has(+main .blog-index) nav>a,.header:has(+main .article) nav>a{display:inline-flex}.header:has(+main .blog-index),.header:has(+main .article){flex-wrap:wrap;gap:12px}}
@media(max-width:600px){.blog-grid{grid-template-columns:minmax(0,1fr)}.blog-card{padding:24px}.blog-card h2{font-size:1.5rem}.blog-index .section-head{margin-bottom:26px}.article{margin:38px auto;padding-inline:20px}.article .lead{font-size:1.05rem}.header:has(+main .blog-index) nav,.header:has(+main .article) nav{flex-wrap:wrap;gap:12px}.header:has(+main .blog-index) nav>.button,.header:has(+main .article) nav>.button{display:inline-flex;font-size:.8rem;padding:10px 12px}.header:has(+main .blog-index) nav>a:not(.button),.header:has(+main .article) nav>a:not(.button){display:none}.timer-character{width:125px;height:120px}.history-item{flex-wrap:wrap;min-width:0}.history-item>div{min-width:0}.timer-ring{max-width:100%}}
@media(prefers-reduced-motion:reduce){.timer-character img,.character-shadow{animation:none!important}}

.workspace:has(.timer-character) .companion img{display:none}.workspace:has(.timer-character) .companion{display:block}html[data-motion="off"] .companion img,html[data-motion="off"] .hero-art img{animation:none}

.header nav>a.blog-nav{display:inline-flex;align-items:center;min-height:44px}.home-blog .section-head>div{min-width:0}.home-blog .section-head h2{max-width:630px}.home-blog .blog-card h3{font-size:clamp(1.35rem,2.1vw,1.8rem);line-height:1.3;letter-spacing:-.035em;overflow-wrap:anywhere}.blog-all{margin-top:26px}.home-questions{max-width:1000px}.home-questions details{border-top:1px solid var(--line);padding:20px 0}.home-questions details:last-child{border-bottom:1px solid var(--line)}.home-questions summary{cursor:pointer;font-weight:600;line-height:1.5;padding-right:12px}.home-questions details p{max-width:760px;margin:16px 0 0;color:var(--muted)}.home-questions details a{text-decoration:underline;text-underline-offset:3px}@media(max-width:480px){.home-blog .blog-all{width:100%}.home-questions h2{font-size:2rem}}
.resume-banner{max-width:1176px;margin:24px auto;padding:22px 28px;background:#e9eedf;border:1px solid var(--line);border-radius:18px;display:flex;justify-content:space-between;align-items:center;gap:20px}.resume-banner p{margin:6px 0 0;color:var(--muted)}.history-next{font-size:.85rem;color:var(--muted);margin:8px 0 0;overflow-wrap:anywhere}.history-actions{display:flex;gap:16px;flex-wrap:wrap;flex-shrink:0}.record-content p{white-space:pre-wrap;overflow-wrap:anywhere}.record-content h3{font-size:1rem;margin-top:24px}.panel h2:focus{outline:none}.panel h2{scroll-margin-top:28px}.panel .feedback p{margin:8px 0 0}.workspace:has(.timer-character) .companion{order:initial}.help-options{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0}.help-options button{border:1px solid var(--line);border-radius:12px;padding:10px;background:var(--paper);color:var(--ink)}
@media(max-width:850px){.resume-banner{margin:20px;flex-wrap:wrap}.workspace:has(.timer-character) .companion{order:initial}.history-actions{flex-shrink:1}}

@media(max-width:850px){.workspace .companion{order:initial}}

.article p a,.article li a{text-decoration:underline;text-underline-offset:3px}.article li{line-height:1.85;margin-bottom:.65rem}.article-meta,.editorial-note{font-size:.9rem;color:var(--muted)}.editorial-note{border-top:1px solid var(--line);padding-top:20px;margin-top:32px}.article a{overflow-wrap:anywhere}

.measurement-invite{max-width:760px;margin:0 auto 24px;padding:18px 24px;border:1px solid var(--line);border-radius:16px;background:white}.measurement-invite p{margin-bottom:8px;font-size:.9rem}

/* Native launch uses manifest artwork; this covers standalone shell loading only. */
#app-launch{display:none}@media(display-mode:standalone){#app-launch{display:flex;position:fixed;inset:0;z-index:1000;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:12px;pointer-events:none;animation:launch-fallback 0s 5s forwards}#app-launch img{object-fit:contain}#app-launch strong{font:700 32px Georgia,serif;color:#183e35}#app-launch span{font-size:14px;color:#53675e}}@keyframes launch-fallback{to{visibility:hidden}}#app-launch[hidden]{display:none}
.feedback-invite{margin-top:28px;padding:20px;border:1px solid #d8dfd4;border-radius:16px;background:#f3f5ed}.feedback-invite h3{font-size:20px;margin:0 0 8px}.feedback-invite p{margin:0 0 14px}.feedback-rating{border:0;padding:0;margin:20px 0}.feedback-rating legend{font-weight:600;margin-bottom:10px}.rating-options{display:flex;gap:8px}.rating-options label{flex:1;min-width:0;cursor:pointer}.rating-options input{position:absolute;opacity:0}.rating-options span{display:flex;min-height:48px;border:1px solid #a6b4a7;border-radius:10px;align-items:center;justify-content:center;font-weight:700}.rating-options input:checked+span{background:#183e35;color:#fff;border-color:#183e35}.rating-options input:focus-visible+span{outline:3px solid #c77632;outline-offset:3px}.rating-scale{display:flex;justify-content:space-between;font-size:12px;margin-top:8px;gap:16px}#feedback-form textarea{min-height:110px}#feedback-form .actions{flex-wrap:wrap}#feedback-status{overflow-wrap:anywhere}dialog{max-height:calc(100dvh - 32px);overflow-y:auto}

.feedback-email-consent{display:flex;align-items:flex-start;gap:12px;margin:20px 0 10px;line-height:1.5;cursor:pointer}.feedback-email-consent input{flex:0 0 auto;width:20px;height:20px;margin-top:3px;accent-color:#183e35}

.newsletter-card{display:flex;align-items:center;gap:28px;background:#edf1e5;border-radius:24px;padding:32px;margin-bottom:48px}.newsletter-card h2{font-size:clamp(24px,4vw,36px);margin:8px 0 12px}.newsletter-card img{border-radius:50%;flex-shrink:0}.newsletter-card p{max-width:44ch}@media(max-width:600px){.newsletter-card{margin:24px 16px;padding:24px;align-items:flex-start;flex-direction:column;gap:16px}}

.tool-intro{max-width:880px;margin:58px auto 0;padding:0 28px}.tool-intro h1{font-size:clamp(2.5rem,7vw,4.7rem);max-width:820px}.tool-intro .lead{max-width:690px}.tool-intro+.workspace{margin-top:30px}.tool-form{margin-top:30px}.tool-help{max-width:880px}.tool-help>p,.tool-help>ol{max-width:760px}.flow-diagram{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:12px;list-style:none;padding:0}.flow-diagram li{background:#edf1e5;border:1px solid var(--line);border-radius:16px;padding:20px;position:relative}.flow-diagram li strong,.flow-diagram li span{display:block}.flow-diagram li span{font-size:.9rem;color:var(--muted);margin-top:8px}.example-block{background:#fff7e9;border:1px solid #ead9bd;border-radius:18px;padding:26px;margin:32px 0}.example-block h2{margin-top:0}.table{overflow-x:auto}.table table{border-collapse:collapse;width:100%;min-width:620px}.table th,.table td{text-align:left;padding:12px;border-bottom:1px solid var(--line);vertical-align:top}.print-note{border-left:4px solid var(--orange);padding-left:16px}
@media(max-width:600px){.tool-intro{margin-top:35px;padding-inline:20px}.tool-intro h1{font-size:2.55rem}.tool-intro+.workspace{margin-top:22px}.flow-diagram{grid-template-columns:1fr 1fr}.tool-help{padding-inline:20px}}
@media print{header,footer,.back,.related-posts,.newsletter-card,.button,.text-button,dialog{display:none!important}.article{max-width:none;margin:0}.table{overflow:visible}.table table{min-width:0}.print-note{display:none}a{color:inherit;text-decoration:none!important}}

[hidden]{display:none!important}.pwa-card{max-width:1176px;margin:4px auto 20px;padding:14px 22px;border:1px solid #d9e2cc;background:#edf1e5;border-radius:18px;display:flex;align-items:center;gap:16px}.pwa-card img{border-radius:12px;flex-shrink:0}.pwa-card div{flex:1}.pwa-card strong{display:block;font-size:15px}.pwa-card span{display:block;font-size:13px;line-height:1.5;color:#53675e;margin-top:3px}.pwa-card .button{white-space:nowrap}.pwa-update{position:fixed;bottom:0;left:0;right:0;z-index:15;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;background:#edf1e5;border-top:1px solid #bac9b8;padding:12px max(16px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom))}.pwa-update p{margin:0}.newsletter-card{max-width:1112px;margin:48px auto;padding:32px;box-sizing:border-box}.newsletter-card>div{flex:1;min-width:0}.newsletter-card form{max-width:540px}.newsletter-card .eyebrow{margin-bottom:8px}.newsletter-card h2{max-width:24ch}.newsletter-thanks{max-width:1112px;margin:32px auto;padding:20px;background:#edf1e5;border-radius:16px}body{padding-bottom:env(safe-area-inset-bottom)}@media(max-width:600px){.pwa-card{margin:0 16px 20px;gap:12px;padding:14px;flex-wrap:wrap}.pwa-card div{flex-basis:calc(100% - 60px)}.pwa-card .button{margin-left:60px;padding:10px 14px}.hero{margin-top:24px}.newsletter-card{margin:32px 16px;padding:24px}.newsletter-thanks{margin:24px 16px}.pwa-update{justify-content:flex-start}}

body:has(#pwa-update){padding-bottom:160px}

/* Shared navigation and footer: touch targets stay visible on narrow screens. */
.header{flex-wrap:wrap;gap:16px 24px}.header nav{margin-left:auto;gap:20px}.header-actions{display:flex;align-items:center;gap:8px}.header-actions:not(:has(button:not([hidden]))){display:none}.header-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border:1px solid var(--line);border-radius:12px;background:transparent;color:var(--ink);font-size:.85rem;font-weight:600;line-height:1.3}.header-action-news{background:#edf1e5;border-color:#d9e2cc}.header-action:hover{background:#e5ebdc}.header-action:focus-visible,.site-footer a:focus-visible,.site-footer button:focus-visible{outline:3px solid #b75b32;outline-offset:4px}
.site-footer{max-width:1176px;margin:64px auto 0;padding:40px 24px 20px;display:grid;grid-template-columns:1.1fr 1fr 1.2fr;gap:32px 48px;align-items:start;justify-content:normal}.site-footer>div{display:block;margin:0;font-size:inherit}.site-footer h2{font-family:inherit;font-size:.85rem;font-weight:700;letter-spacing:0;line-height:1.4;margin:0 0 12px}.site-footer p{order:initial;width:auto;font-size:.9rem;line-height:1.6;margin:12px 0 16px;max-width:30ch}.footer-brand .brand{display:inline-flex;min-height:44px}.site-footer .footer-install{padding:0;min-height:44px;text-align:left;font-size:.85rem}.footer-nav{display:flex;flex-direction:column;align-items:flex-start}.footer-nav a{display:inline-flex;align-items:center;min-height:44px;font-size:.9rem;line-height:1.4;padding:8px 0}.footer-nav a:hover{text-decoration:underline;text-underline-offset:4px}.footer-actions p{margin:0 0 12px}.footer-action{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:10px 0;background:transparent;border:0;border-bottom:1px solid var(--line);font-size:.9rem;font-weight:600;text-align:left;color:var(--ink)}.footer-action:hover{color:#a34927}.site-footer .footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.8rem}.footer-bottom>div{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.footer-bottom a,.footer-bottom button{display:inline-flex;align-items:center;min-height:44px;padding:0;font-size:.8rem;font-weight:400}
@media(max-width:1100px) and (min-width:601px){.header-actions{margin-left:auto}.site-footer{gap:32px}}
@media(max-width:600px){.header,.header:has(+main .blog-index),.header:has(+main .article){display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 12px;padding:14px 20px 16px}.header>.brand{min-width:0}.header nav{margin:0;justify-content:flex-end;gap:12px}.header-actions{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;border-top:1px solid var(--line);padding-top:10px}.header-action{font-size:.85rem;padding:10px 8px;min-height:44px}.site-footer{margin:40px 20px 0;padding:28px 0 16px;grid-template-columns:1fr;gap:28px}.site-footer .footer-brand{display:grid;grid-template-columns:1fr auto;gap:0 12px;align-items:center}.footer-brand p{grid-column:1/-1;grid-row:2;margin:6px 0 0}.site-footer .footer-install{grid-column:2;grid-row:1}.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:0 16px;align-items:start}.footer-nav h2{grid-column:1/-1}.footer-nav a{font-size:.85rem}.footer-actions p{max-width:35ch}.site-footer .footer-bottom{flex-direction:column;align-items:flex-start;gap:4px}.footer-bottom>div{gap:24px}}

:root{color-scheme:light}.theme-toggle{white-space:nowrap}.theme-toggle[aria-pressed="true"]{background:#2d4238;border-color:#668574}
:root[data-theme="dark"]{color-scheme:dark;--ink:#e3ece2;--muted:#a9bcb1;--paper:#101b18;--line:#34473d;--green:#334a35;--orange:#efb581;--surface:#192922;--raised:#22362b;--accent:#c2dca1;--on-accent:#182416;background:var(--paper);color:var(--ink)}
[data-theme="dark"] :is(.panel,.blog-card,.step,.bubble,.field,.chip,.auth-button,.measurement-invite,dialog,.skip){background:var(--surface);color:var(--ink);border-color:var(--line)}
[data-theme="dark"] :is(.try-section,.companion,.route-pill,.feedback,.summary-grid>div,.hw-option,.resume-banner,.feedback-invite,.newsletter-card,.flow-diagram li,.pwa-card,.pwa-update,.newsletter-thanks,.header-action-news){background:var(--raised);color:var(--ink);border-color:var(--line)}
[data-theme="dark"] :is(.note-chip,.companion .speech,.notes,.example-block,.try-card){background:#1c3027;color:var(--ink);border-color:var(--line)}
[data-theme="dark"] .button{background:var(--accent);color:var(--on-accent)}[data-theme="dark"] .button:hover{background:#d1e6b9}[data-theme="dark"] .button.secondary{background:transparent;color:var(--ink);border-color:#688574}[data-theme="dark"] .button.light{background:var(--green);color:var(--ink)}
[data-theme="dark"] :is(.chip:hover,.chip.selected,.rating-options input:checked+span){background:var(--accent);color:var(--on-accent);border-color:var(--accent)}
[data-theme="dark"] :is(.header-action:hover,.hw-option:hover){background:#304638}[data-theme="dark"] .header-action{color:var(--ink)}[data-theme="dark"] .brand-mark{background:#2c493b;color:#f6d990}[data-theme="dark"] .cta-strip{background:var(--raised);color:var(--ink)}
[data-theme="dark"] :is(.pwa-card span,#app-launch span){color:var(--muted)}[data-theme="dark"] :is(.hw-modes a,.step .num){color:#b8cda3}[data-theme="dark"] :is(.danger,.footer-action:hover){color:#ffc098}
[data-theme="dark"] .field::placeholder{color:#98afa0;opacity:1}[data-theme="dark"] :is(input,progress){accent-color:var(--accent)}[data-theme="dark"] .rating-options span{border-color:#688574}[data-theme="dark"] .hw-modes{border-color:var(--line)}
[data-theme="dark"] :is(.notice,.offline){background:#423a23;color:#f0ddb1}[data-theme="dark"] #toast{background:#d0e2bb;color:#182416}[data-theme="dark"] dialog::backdrop{background:#0009}
[data-theme="dark"] .timer-ring{border-color:#344c3b;border-top-color:var(--accent)}[data-theme="dark"] .hero-art:before{background:#243c2d}[data-theme="dark"] :is(.hero-art img,.companion img,.timer-character img){mix-blend-mode:normal;border-radius:24px}[data-theme="dark"] .character-shadow{background:#0004}
[data-theme="dark"] #app-launch{background:var(--paper)}[data-theme="dark"] #app-launch strong{color:var(--ink)}[data-theme="dark"] :is(.pwa-card img,.newsletter-card img,#app-launch img){border-radius:24px}
@media(max-width:600px){.header-actions{grid-template-columns:1.2fr .8fr .95fr;gap:6px}.header-action{font-size:.8rem;padding-inline:6px}}
@media print{html[data-theme="dark"]{--ink:#183e35;--muted:#63716a;--paper:white;--line:#ddd;background:white;color:#183e35}html[data-theme="dark"] :is(.panel,.field,.example-block,.flow-diagram li){background:white;color:#183e35}}
[data-theme="dark"] :is(.hero-art img,.companion img,.timer-character img){filter:brightness(.78);border-radius:50%}[data-theme="dark"] .field{border-color:#688574}
