.font-display{font-family:var(--font-display);font-weight:var(--display-weight);letter-spacing:var(--display-tracking);line-height:1.02}.nav{z-index:50;-webkit-backdrop-filter:blur(14px)saturate(140%);background:color-mix(in oklab, var(--bg) 78%, transparent);border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:1.1rem clamp(1.25rem,4vw,3rem);transition:border-color .3s,background-color .3s;display:flex;position:sticky;top:0}.nav.scrolled{border-bottom-color:var(--line)}.brand{font-family:var(--font-display);letter-spacing:-.01em;align-items:center;gap:.65rem;font-size:1.4rem;display:flex}.brand img{width:28px;height:28px}.brand .dot{background:var(--accent);border-radius:50%;width:6px;height:6px;margin-left:.15rem;display:inline-block;transform:translateY(-2px)}.nav-links{color:var(--ink-2);flex-wrap:wrap;gap:1.75rem;font-size:.88rem;display:flex}.nav-links a{color:inherit;white-space:nowrap;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--ink)}@media (width<=960px){.nav-links{gap:1.1rem;font-size:.82rem}}.nav-cta{border:1px solid var(--line);background:color-mix(in oklab, var(--bg) 60%, transparent);color:var(--ink);border-radius:999px;padding:.55rem 1.1rem;font-size:.85rem;transition:all .2s}.nav-cta:hover{border-color:var(--accent);color:var(--accent)}.theme-btn{cursor:pointer;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;display:inline-grid}.theme-btn svg{display:none}[data-theme=light] .theme-btn .ico-moon,:root:not([data-theme=dark]) .theme-btn .ico-moon,[data-theme=dark] .theme-btn .ico-sun{display:block}@media (width<=720px){.nav-links{display:none}}.hero{isolation:isolate;position:relative;overflow:hidden}.hero[data-layout=split]{padding:clamp(1rem,2.5vw,2rem) clamp(1.5rem,4vw,3rem) 0}.hero[data-layout=split] .hero-grid{grid-template-columns:1fr .9fr;align-items:center;gap:clamp(2rem,5vw,5rem);max-width:1300px;min-height:70vh;margin:0 auto;display:grid}.hero[data-layout=split] .hero-copy{text-align:left}.hero[data-layout=split] .hero-visual{aspect-ratio:4/5;width:100%}@media (width<=860px){.hero[data-layout=split] .hero-grid{grid-template-columns:1fr;min-height:auto}.hero[data-layout=split] .hero-copy{text-align:center}}.hero-eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-2);border:1px solid var(--line);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.4rem .8rem;font-size:.72rem;display:inline-flex}.hero-eyebrow .pulse{background:var(--accent);width:6px;height:6px;box-shadow:0 0 0 0 var(--accent);border-radius:50%;animation:2s infinite pulse}@keyframes pulse{0%{box-shadow:0 0 0 0 color-mix(in oklab, var(--accent) 60%, transparent)}70%{box-shadow:0 0 0 10px color-mix(in oklab, var(--accent) 0%, transparent)}to{box-shadow:0 0 0 0 color-mix(in oklab, var(--accent) 0%, transparent)}}h1.hero-title{font-family:var(--font-display);font-weight:var(--display-weight);letter-spacing:var(--display-tracking);margin-bottom:2.25rem;font-size:clamp(2.2rem,6vw,5rem);line-height:1.08}h1.hero-title .italic{color:var(--accent);font-style:italic}h1.hero-title .break{display:block}.nowrap-group{white-space:nowrap}.word-cycle{vertical-align:baseline;display:inline-block;position:relative}.word-slot{vertical-align:baseline;line-height:inherit;white-space:nowrap;display:inline-block;position:relative}.word-slot .word{opacity:0;line-height:inherit;filter:blur(6px);white-space:nowrap;transition:opacity 1.1s,transform 1.2s cubic-bezier(.2,.8,.2,1),filter .9s;display:inline-block;position:absolute;inset:0;transform:translateY(.35em)rotate(-2deg)}.word-slot .word.sizer{visibility:hidden;opacity:0;filter:none;transition:none;position:static;transform:none}.word-slot .word.on{opacity:1;filter:none;transform:none}.word-slot .word.out{opacity:0;filter:blur(6px);transform:translateY(-.3em)rotate(2deg)}@media (prefers-reduced-motion:reduce){.word-slot .word{transition:opacity .2s;filter:none!important;transform:none!important}}.hero-sub{color:var(--ink-2);max-width:560px;margin-bottom:2rem;font-size:clamp(1.25rem,1.8vw,1.5rem);line-height:1.5}.hero-ctas{flex-wrap:wrap;gap:.8rem;display:flex}.cta-primary{background:var(--accent);color:var(--bg);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.55rem;padding:.9rem 1.4rem;font-size:.92rem;font-weight:500;transition:transform .2s,background-color .2s;display:inline-flex}.cta-primary:hover{background:var(--accent-soft);transform:translateY(-1px)}.cta-ghost{border:1px solid var(--line);color:var(--ink);border-radius:999px;align-items:center;gap:.5rem;padding:.9rem 1.4rem;font-size:.92rem;font-weight:500;transition:all .2s;display:inline-flex}.cta-ghost:hover{border-color:var(--accent);color:var(--accent)}.hero-meta{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);white-space:nowrap;flex-wrap:nowrap;gap:1.2rem;margin-top:1.75rem;font-size:.72rem;display:flex}.callout-meta{margin-top:1.75rem}.hero-meta>span{white-space:nowrap}@media (width<=480px){.hero-meta{letter-spacing:.06em;gap:.7rem;font-size:.64rem}}@media (width<=360px){.hero-meta{flex-wrap:wrap}}.hero-visual{border-radius:var(--radius-lg);background:var(--bg-3);position:relative;overflow:hidden;box-shadow:inset 0 1px #fff6,0 30px 60px -20px #3c1e0f40,0 10px 20px -10px #3c1e0f26}[data-theme=dark] .hero-visual{box-shadow:inset 0 1px #ffffff0d,0 30px 60px -20px #0009,0 10px 20px -10px #0006}.hero-img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .5s ease-out;position:absolute;inset:0}.hero-img-light{display:block}.hero-img-dark,[data-theme=dark] .hero-img-light{display:none}[data-theme=dark] .hero-img-dark{display:block}.float-chip{background:color-mix(in oklab, var(--bg) 94%, transparent);-webkit-backdrop-filter:blur(12px);border:1px solid var(--line);white-space:nowrap;border-radius:14px;align-items:center;gap:.6rem;max-width:calc(100% - 32px);padding:.6rem .8rem;font-size:.78rem;animation:6s ease-in-out infinite bob;display:flex;position:absolute;box-shadow:0 10px 24px -10px #3c1e0f33}.float-chip .name{text-overflow:ellipsis;overflow:hidden}[data-theme=dark] .float-chip{background:color-mix(in oklab, var(--bg-2) 92%, transparent)}.float-chip .avatar{background:var(--accent-tint);width:28px;height:28px;color:var(--accent);border-radius:50%;place-items:center;font-size:.75rem;font-weight:600;display:grid}.float-chip .label{color:var(--ink-3);letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-family:var(--font-mono)}.float-chip .name{color:var(--ink);margin-top:1px;font-weight:500}.float-chip.a{animation-delay:0s;top:16px;left:16px}.float-chip.b{animation-delay:-3s;bottom:16px;right:16px}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (width<=720px){.float-chip.a{top:10px;left:10px}.float-chip.b{bottom:10px;right:10px}}.hero-caption{max-width:640px;color:var(--ink-2);margin:1.5rem 0 0;font-size:clamp(1rem,1.2vw,1.1rem);line-height:1.6}.hero-caption .italic{color:var(--accent);font-style:italic}.reveal{opacity:0;transition:opacity .9s,transform .9s cubic-bezier(.2,.7,.2,1);transform:translateY(18px)}.reveal.in{opacity:1;transform:none}.reveal.d1{transition-delay:80ms}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}.reveal.d4{transition-delay:.32s}@media (prefers-reduced-motion:reduce){.reveal{opacity:0;transition:opacity .5s;transform:none}.reveal.in{opacity:1;transform:none}}.auto-reveal{opacity:0;transition:opacity .8s,transform .8s cubic-bezier(.2,.7,.2,1);transform:translateY(14px)}.auto-reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.auto-reveal{opacity:0;transition:opacity .5s;transform:none}.auto-reveal.in{opacity:1;transform:none}}html:not([data-js]) .reveal,html:not([data-js]) .auto-reveal{opacity:1;transform:none}.section{padding:var(--space-section) clamp(1.5rem, 4vw, 3rem);max-width:1300px;margin:0 auto;position:relative}#features,#sitter,#latest,#in-progress,#blog-preview,#faq{padding-top:0}#blog-preview,#app{padding-bottom:calc(var(--space-section) / 2)}.latest-visuals{flex-wrap:wrap;justify-content:center;gap:clamp(1rem,3vw,2.5rem);margin-top:clamp(2rem,4vw,3rem);display:flex}.latest-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.sitter-frame{text-align:center;max-width:1100px;margin:0 auto;position:relative}.callout{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,4vw,4rem);padding:clamp(2.5rem,5vw,5rem);display:grid}.callout-title{font-size:clamp(1.8rem,3.8vw,3rem)}.callout-lede{margin-top:1.25rem}.callout-visuals{grid-template-columns:1fr 1fr;align-items:start;gap:1rem;display:grid}.callout-phone-right{margin-top:2.5rem}@media (width<=1100px){.callout{grid-template-columns:1fr;gap:2.5rem}.callout .callout-lede{max-width:none}.callout-visuals{max-width:520px;margin-inline:auto}}@media (width<=760px){.callout{gap:2rem;padding:clamp(1.5rem,5vw,2.5rem)}.callout-visuals{grid-template-columns:1fr;gap:1.5rem;max-width:260px}.callout-phone-right{margin-top:0}}.section-head{margin-bottom:var(--space-block);grid-template-columns:1fr 1.4fr;align-items:end;gap:clamp(2rem,4vw,4rem);display:grid}@media (width<=860px){.section-head{grid-template-columns:1fr}}.section-eyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.72rem;display:flex}.section-eyebrow .rule{background:var(--accent);width:30px;height:1px}.section-title{font-family:var(--font-display);font-weight:var(--display-weight);letter-spacing:var(--display-tracking);font-size:clamp(2rem,4.5vw,3.6rem);line-height:1.02}.section-title .italic{color:var(--accent);font-style:italic}.section-lede{color:var(--ink-2);max-width:520px;font-size:1.08rem;line-height:1.6}.section-lede .italic{color:var(--accent);font-style:italic}.feat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;max-width:900px;margin:0 auto;display:grid}@media (width<=720px){.feat-grid{grid-template-columns:1fr}}.feat-card{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius-lg);flex-direction:column;min-height:480px;padding:1.6rem;transition:transform .4s,border-color .3s;display:flex;position:relative;overflow:hidden}.feat-card:hover{border-color:color-mix(in oklab, var(--accent) 45%, var(--line));transform:translateY(-4px)}.feat-num{font-family:var(--font-mono);letter-spacing:.12em;color:var(--ink-3);margin-bottom:1rem;font-size:.72rem}.feat-title{font-family:var(--font-display);font-weight:var(--display-weight);letter-spacing:-.01em;margin-bottom:.6rem;font-size:1.7rem;line-height:1.1}.feat-title .italic{color:var(--accent);font-style:italic}.feat-desc{color:var(--ink-2);max-width:32ch;margin-bottom:1.25rem;font-size:.95rem;line-height:1.55}.feat-visual{flex:1;justify-content:center;align-items:flex-end;min-height:240px;margin-top:auto;display:flex;position:relative}.phone{aspect-ratio:9/19;background:#0d0b09;border-radius:34px;width:240px;padding:9px;position:relative;box-shadow:inset 0 2px #ffffff14,0 30px 50px -15px #32190a59,0 10px 20px -10px #32190a33}.phone-screen{background:var(--bg);border-radius:26px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.phone-notch{z-index:5;background:#0d0b09;border-radius:20px;width:72px;height:20px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.phone.phone-sm{border-radius:26px;width:180px;padding:6px}.phone.phone-sm .phone-notch{width:54px;height:15px}.placeholder{background-color:var(--bg-3);background-image:repeating-linear-gradient(135deg, color-mix(in oklab, var(--ink) 5%, transparent) 0 8px, transparent 8px 16px);border-radius:var(--radius-sm);color:var(--ink-3);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;text-align:center;place-items:center;padding:.5rem;font-size:.65rem;display:grid;position:relative}.ps-shot{width:100%;height:100%;position:relative;overflow:hidden}.ps-shot img{object-fit:cover;width:100%;height:100%;display:block}.ps-shot .shot-light{display:block}.ps-shot .shot-dark,[data-theme=dark] .ps-shot .shot-light{display:none}[data-theme=dark] .ps-shot .shot-dark{display:block}.ps-b{flex-direction:column;gap:.5rem;padding:2rem .9rem .9rem;display:flex}.ps-b .ps-banner{background:linear-gradient(135deg, var(--accent-tint), color-mix(in oklab, var(--accent-tint) 70%, var(--bg)));border-radius:12px;padding:.7rem .75rem}.ps-b .ps-banner .t1{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.2rem;font-size:.58rem}.ps-b .ps-banner .t2{font-family:var(--font-display);color:var(--terra-ink);font-size:.95rem;line-height:1.15}[data-theme=dark] .ps-b .ps-banner .t2{color:var(--bg)}.ps-b .ps-link{font-family:var(--font-mono);background:var(--bg-2);border:1px dashed var(--line);color:var(--ink-2);text-align:center;letter-spacing:.02em;border-radius:8px;padding:.5rem .6rem;font-size:.58rem}.ps-b .ps-list{flex-direction:column;gap:.35rem;margin-top:.2rem;display:flex}.ps-b .ps-item{background:var(--bg-2);border:1px solid var(--line);border-radius:8px;align-items:center;gap:.5rem;padding:.45rem .6rem;font-size:.65rem;display:flex}.ps-b .ps-item .bullet{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.ps-c{flex-direction:column;gap:.5rem;padding:2rem .9rem .9rem;display:flex}.ps-c .ps-title{font-family:var(--font-display);margin-bottom:.1rem;font-size:.95rem}.ps-c .ps-sub{color:var(--ink-3);font-size:.6rem;font-family:var(--font-mono);letter-spacing:.04em;margin-bottom:.4rem}.ps-c .ps-owner{background:var(--bg-2);border:1px solid var(--line);border-radius:10px;align-items:center;gap:.55rem;padding:.4rem .55rem;display:flex}.ps-c .ps-owner .av{width:26px;height:26px;color:var(--accent);background:var(--accent-tint);border-radius:50%;flex-shrink:0;place-items:center;font-size:.58rem;font-weight:600;display:grid}.ps-c .ps-owner .nm{font-size:.72rem;font-weight:500}.ps-c .ps-owner .rl{color:var(--ink-3);font-size:.58rem;font-family:var(--font-mono);letter-spacing:.04em}.ps-c .ps-owner .st{background:var(--accent);border-radius:50%;width:8px;height:8px;margin-left:auto}.cta-block{max-width:1300px;padding:0 clamp(1.5rem, 4vw, 3rem) var(--space-section);text-align:center;margin:0 auto}.cta-block .cta-title{font-family:var(--font-display);font-weight:var(--display-weight);letter-spacing:var(--display-tracking);margin-bottom:1rem;font-size:clamp(2.4rem,6vw,5rem);line-height:1}.cta-block .cta-title .italic{color:var(--accent);font-style:italic}.cta-block .cta-sub{color:var(--ink-2);max-width:520px;margin:0 auto 2.25rem;font-size:1.1rem}.store-badges{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:3rem;display:flex}.planned-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem 2rem;max-width:1300px;margin:2.5rem auto 0;padding:0 clamp(1.5rem,4vw,3rem);list-style:none;display:grid}.planned-item{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius-md);color:var(--ink);align-items:center;gap:.75rem;padding:.9rem 1.1rem;font-size:.95rem;transition:border-color .3s,transform .3s;display:flex}.planned-item:hover{border-color:color-mix(in oklab, var(--accent) 40%, var(--line));transform:translateY(-2px)}.planned-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 0 3px color-mix(in oklab, var(--accent) 18%, transparent);border-radius:50%;flex:none}.badge{background:var(--ink);color:var(--bg);opacity:.92;border-radius:14px;align-items:center;gap:.8rem;padding:.85rem 1.3rem;transition:opacity .2s,transform .2s;display:inline-flex;position:relative}.badge:hover{transform:translateY(-2px)}.badge[aria-disabled=true]{cursor:not-allowed}.badge .b-mark{width:28px;height:28px;color:var(--bg);place-items:center;display:grid}.badge .b-lines{text-align:left;flex-direction:column;gap:.2rem;line-height:1.1;display:flex}.badge .b-lines .s1{letter-spacing:.05em;opacity:.8;font-size:.62rem;font-family:var(--font-mono);text-transform:uppercase}.badge .b-lines .s2{font-size:1rem;font-weight:500}.badge-tag{background:var(--accent);color:var(--bg);letter-spacing:.1em;text-transform:uppercase;font-size:.55rem;font-family:var(--font-mono);border-radius:999px;padding:.18rem .45rem;position:absolute;top:-8px;right:-8px}.email-gate{border:1px solid var(--line);background:var(--bg-2);border-radius:999px;align-items:center;gap:.3rem;margin-top:2.5rem;padding:.3rem .3rem .3rem 1.1rem;font-size:.9rem;transition:border-color .2s;display:inline-flex}.email-gate:focus-within{border-color:var(--accent)}.email-gate input{font:inherit;color:var(--ink);background:0 0;border:none;outline:none;width:240px;padding:.5rem 0}.email-gate input::placeholder{color:var(--ink-3)}.email-gate button{background:var(--accent);color:var(--bg);font:inherit;cursor:pointer;border:none;border-radius:999px;padding:.55rem 1.05rem;font-size:.85rem;font-weight:500;transition:background-color .2s}.email-gate button:hover{background:var(--accent-soft)}.footer{border-top:1px solid var(--line);padding:3rem clamp(1.5rem,4vw,3rem) 2rem}.foot-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;max-width:1300px;margin:0 auto 3rem;display:grid}@media (width<=760px){.foot-grid{grid-template-columns:1fr 1fr}}.foot-col h4{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);margin-bottom:1rem;font-size:.68rem;font-weight:500}.foot-col ul{color:var(--ink-2);flex-direction:column;gap:.55rem;font-size:.9rem;list-style:none;display:flex}.foot-col a:hover{color:var(--accent)}.foot-bot{border-top:1px solid var(--line);max-width:1300px;color:var(--ink-3);font-size:.78rem;font-family:var(--font-mono);letter-spacing:.06em;justify-content:space-between;align-items:center;margin:0 auto;padding-top:1.5rem;display:flex}.foot-bot .socials{gap:.75rem;display:flex}.foot-bot .socials a{border:1px solid var(--line);border-radius:50%;place-items:center;width:32px;height:32px;transition:all .2s;display:grid}.foot-bot .socials a:hover{border-color:var(--accent);color:var(--accent)}.worries{padding-bottom:calc(var(--space-section) * .6)}.worries-head{max-width:820px;margin:0 auto var(--space-block);text-align:center}.worries-head .section-eyebrow{justify-content:center;margin-bottom:1.25rem}.worries-head .section-title{font-size:clamp(2rem,5vw,4rem)}.worries-head .section-lede{color:var(--ink-2);max-width:560px;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,1.3vw,1.15rem)}.worries-grid{grid-template-columns:repeat(3,1fr);gap:clamp(1.25rem,2vw,2rem);max-width:1200px;margin:0 auto;display:grid}@media (width<=900px){.worries-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=600px){.worries-grid{gap:1.25rem}.worry{gap:.85rem;padding:1.1rem 1.1rem 1.25rem}.worry-thought{min-height:3.5em;padding-left:.9rem;font-size:1.02rem}.worry-arrow{height:22px;margin:-.25rem 0}}.worry{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius-lg);flex-direction:column;gap:1.4rem;padding:1.75rem 1.5rem;display:flex;position:relative}.worry-thought{font-family:var(--font-body);letter-spacing:-.01em;color:var(--ink);flex-direction:column;justify-content:center;gap:.4rem;width:100%;min-height:5.5em;margin:0;padding-left:1.1rem;font-size:clamp(1.15rem,1.6vw,1.4rem);line-height:1.25;display:flex;position:relative}.worry-thought:before{content:"";background:color-mix(in oklab, var(--ink-3) 50%, transparent);border-radius:1px;width:2px;position:absolute;top:.35em;bottom:.35em;left:0}.worry-thought em{color:var(--accent);font-style:italic}.worry-thought .who{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);margin-top:.4rem;font-size:.62rem;font-style:normal;display:block}.worry-arrow{width:14px;height:28px;color:color-mix(in oklab, var(--accent) 70%, var(--ink-3));opacity:.7;flex-shrink:0;align-self:center}.worry-arrow svg{width:100%;height:100%;display:block}.worry-push{--push-radius:18px;background:color-mix(in oklab, var(--bg) 92%, transparent);border:1px solid var(--line);border-radius:var(--push-radius);-webkit-backdrop-filter:blur(16px)saturate(1.2);align-items:flex-start;gap:.75rem;margin-top:auto;padding:.85rem .95rem;display:flex;position:relative;box-shadow:inset 0 1px #ffffff80,0 20px 40px -14px #28140a2e,0 8px 18px -8px #28140a29}[data-theme=dark] .worry-push{background:color-mix(in oklab, var(--bg-3) 96%, transparent);box-shadow:inset 0 1px #ffffff0f,0 20px 40px -14px #000000b3,0 8px 18px -8px #00000080}.worry-push-icon{background:var(--accent-tint);width:32px;height:32px;color:var(--accent);border-radius:9px;flex:none;place-items:center;display:grid;position:relative}.worry-push-icon:before,.worry-push-icon:after{content:"";border-radius:inherit;border:2px solid var(--accent);opacity:0;pointer-events:none;position:absolute;inset:0}.worry.in .worry-push-icon:before{animation:push-pulse 3.4s ease-out var(--pulse-delay,1.2s) infinite}.worry.in .worry-push-icon:after{animation:push-pulse 3.4s ease-out calc(var(--pulse-delay,1.2s) + .7s) infinite}@keyframes push-pulse{0%{opacity:0;transform:scale(1)}10%{opacity:.32}70%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(1.6)}}.worry.in .worry-push{animation:worry-push-arrive 1.1s cubic-bezier(.2,.8,.2,1) var(--d,.2s) both, worry-push-breathe 5.5s ease-in-out calc(var(--d,.2s) + 1.2s) infinite}@keyframes worry-push-breathe{0%,to{box-shadow:0 1px 0 #ffffff80 inset, 0 20px 40px -14px #28140a33, 0 8px 18px -8px #28140a2e, 0 0 0 0 color-mix(in oklab, var(--accent) 0%, transparent);border-color:var(--line);transform:translateY(0)scale(1)}50%{box-shadow:0 1px 0 #fff9 inset, 0 26px 52px -14px color-mix(in oklab, var(--accent) 35%, #28140a3d), 0 11px 24px -8px color-mix(in oklab, var(--accent) 25%, #28140a33), 0 0 0 2px color-mix(in oklab, var(--accent) 10%, transparent);border-color:color-mix(in oklab, var(--accent) 25%, var(--line));transform:translateY(-2px)scale(1.008)}}[data-theme=dark] .worry.in .worry-push{animation:worry-push-arrive 1.1s cubic-bezier(.2,.8,.2,1) var(--d,.2s) both, worry-push-breathe-dark 5.5s ease-in-out calc(var(--d,.2s) + 1.2s) infinite}@keyframes worry-push-breathe-dark{0%,to{transform:translateY(0);box-shadow:inset 0 1px #ffffff0f,0 20px 40px -14px #000000b3,0 8px 18px -8px #00000080}50%{box-shadow:0 1px 0 #ffffff12 inset, 0 22px 44px -14px color-mix(in oklab, var(--accent) 25%, #000000b3), 0 9px 20px -8px color-mix(in oklab, var(--accent) 18%, #00000080);transform:translateY(-1px)}}@media (prefers-reduced-motion:reduce){.worry.in .worry-push-icon:before,.worry.in .worry-push-icon:after{animation:none}.worry.in .worry-push{animation:worry-push-pulse-soft 3.2s ease-in-out var(--pulse-delay,1.2s) infinite}[data-theme=dark] .worry.in .worry-push{animation:worry-push-pulse-soft-dark 3.2s ease-in-out var(--pulse-delay,1.2s) infinite}}@keyframes worry-push-pulse-soft{0%,to{box-shadow:0 1px 0 #ffffff80 inset, 0 20px 40px -14px #28140a2e, 0 8px 18px -8px #28140a29, 0 0 0 0 color-mix(in oklab, var(--accent) 55%, transparent)}50%{box-shadow:0 1px 0 #ffffff8c inset, 0 28px 54px -14px color-mix(in oklab, var(--accent) 55%, #28140a38), 0 12px 26px -8px color-mix(in oklab, var(--accent) 45%, #28140a2e), 0 0 0 10px color-mix(in oklab, var(--accent) 28%, transparent)}}@keyframes worry-push-pulse-soft-dark{0%,to{box-shadow:0 1px 0 #ffffff0f inset, 0 20px 40px -14px #000000b3, 0 8px 18px -8px #00000080, 0 0 0 0 color-mix(in oklab, var(--accent) 40%, transparent)}50%{box-shadow:0 1px 0 #ffffff14 inset, 0 24px 46px -14px color-mix(in oklab, var(--accent) 40%, #000000b3), 0 10px 22px -8px color-mix(in oklab, var(--accent) 32%, #00000080), 0 0 0 6px color-mix(in oklab, var(--accent) 18%, transparent)}}.worry-push-body{flex:1;min-width:0;line-height:1.3}.worry-push-head{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--ink-3);justify-content:space-between;align-items:baseline;gap:.4rem;margin-bottom:2px;font-size:.6rem;display:flex}.worry-push-head .app{color:var(--ink-2);font-weight:600}.worry-push-head .time{font-size:.58rem}.worry-push-title{color:var(--ink);letter-spacing:-.005em;font-size:.88rem;font-weight:600}.worry-push-text{color:var(--ink-2);margin-top:2px;font-size:.8rem}.worry-push-text em{font-family:var(--font-display);color:var(--ink);font-style:italic}.worry.in .worry-thought{animation:worry-thought-soften 1.3s ease-out var(--d,.2s) both}.worry.in .worry-arrow{animation:worry-arrow-draw .8s ease-out var(--d,.2s) both}@keyframes worry-push-arrive{0%{opacity:0;transform:translateY(12px)scale(.96)}60%{transform:translateY(-2px)scale(1.01)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes worry-thought-soften{0%,30%{opacity:1;color:var(--ink)}to{opacity:.7}}@keyframes worry-arrow-draw{0%{opacity:0;transform:translateY(-6px)}to{opacity:.7;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.worry.in .worry-push,.worry.in .worry-thought,.worry.in .worry-arrow{animation:none}.worry-thought{opacity:.7}}.exhale-frame{text-align:center;max-width:820px;margin:clamp(4rem,7vw,6rem) auto 0;position:relative}.exhale-line{font-family:var(--font-display);letter-spacing:-.02em;max-width:820px;color:var(--ink);margin-inline:auto;font-size:clamp(1.8rem,4.2vw,3.2rem);line-height:1.15}.exhale-line .ex-word{color:var(--accent);transform-origin:50%;font-style:italic;animation:5.5s ease-in-out infinite exhale-breathe;display:inline-block}.exhale-sub{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--ink-3);align-items:center;gap:.8rem;margin-top:1.25rem;font-size:.7rem;display:inline-flex}.exhale-sub-top{margin-top:0;margin-bottom:1.5rem}.exhale-phone{justify-content:center;margin-top:clamp(2rem,4vw,3rem);display:flex}.exhale-phone-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.exhale-sub:before,.exhale-sub:after{content:"";background:var(--ink-3);opacity:.5;width:32px;height:1px}@keyframes exhale-breathe{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.025)}}@media (prefers-reduced-motion:reduce){.exhale-line .ex-word{opacity:1;animation:none;transform:none}}.phone-shot{--phone-w:240px;--push-scale:1.2;--push-radius:22px;flex-direction:column;align-items:center;display:inline-flex;position:relative}.phone-shot.with-pushes{padding-top:calc(var(--phone-w) * .08);margin-inline:calc(var(--phone-w) * (var(--push-scale) - 1) / 2)}.phone-shot-screen:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000001f 0%,#0000000a 25%,#0000 40%);position:absolute;inset:0}[data-theme=dark] .phone-shot-screen:after{background:linear-gradient(#00000059 0%,#00000026 25%,#0000 40%)}.phone-shot-pushes{top:calc(var(--phone-w) * .22);width:calc(var(--phone-w) * var(--push-scale));z-index:10;pointer-events:none;flex-direction:column;gap:.4rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.phone-shot-push{background:color-mix(in oklab, var(--bg) 92%, transparent);border:1px solid var(--line);border-radius:var(--push-radius);-webkit-backdrop-filter:blur(16px)saturate(1.2);pointer-events:auto;align-items:flex-start;gap:.85rem;padding:.85rem 1rem;animation:.9s cubic-bezier(.2,.8,.2,1) both phone-shot-push-in;display:flex;box-shadow:inset 0 1px #ffffff80,0 14px 30px -10px #28140a59,0 6px 14px -6px #28140a40}[data-theme=dark] .phone-shot-push{background:color-mix(in oklab, var(--bg-2) 94%, transparent);box-shadow:inset 0 1px #ffffff0f,0 14px 30px -10px #000000b3,0 6px 14px -6px #00000080}.phone-shot-pushes>.phone-shot-push:nth-child(2){animation-delay:.25s}.phone-shot-pushes>.phone-shot-push:nth-child(3){animation-delay:.5s}.phone-shot-push-icon{background:var(--accent-tint);width:34px;height:34px;color:var(--accent);border-radius:9px;flex:none;place-items:center;display:grid;overflow:hidden}.phone-shot-push-icon img{object-fit:cover;width:100%;height:100%}.phone-shot-push-icon .paw{width:18px;height:18px}.phone-shot-push-body{flex:1;min-width:0;line-height:1.35}.phone-shot-push-head{color:var(--ink-3);font-size:.7rem;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:1px;display:flex}.phone-shot-push-time{font-size:.65rem}.phone-shot-push-title{color:var(--ink);margin-bottom:1px;font-size:.88rem;font-weight:600}.phone-shot-push-text{color:var(--ink-2);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;display:-webkit-box;overflow:hidden}@keyframes phone-shot-push-in{0%{opacity:0;transform:translateY(-18px)scale(.92)}60%{opacity:1}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.phone-shot-push{animation:none}}.sitter-mocks{flex-direction:column;align-items:center;gap:2rem;margin-top:clamp(2rem,4vw,3rem);display:flex}.sitter-mocks .exhale-phone{margin-top:0}@media (width>=820px){.sitter-mocks{flex-direction:row;justify-content:center;align-items:stretch}.sitter-mocks .exhale-phone{flex:none;align-items:flex-start}.sitter-mocks .browser-mock{flex-direction:column;flex:auto;min-width:0;max-width:calc(696.098px - 4.15204rem);margin:0;display:flex}.sitter-mocks .browser-mock-body{aspect-ratio:auto;flex:1 1 0;height:auto;min-height:0}}.browser-mock{background:#0d0b09;border-radius:14px;max-width:42rem;margin:2rem auto 0;padding:8px;box-shadow:inset 0 2px #ffffff14,0 30px 50px -15px #32190a59,0 10px 20px -10px #32190a33}.browser-mock-bar{background:#e5e7eb;border-radius:6px 6px 0 0;align-items:center;gap:.375rem;width:100%;height:2.75rem;padding:0 .75rem;display:flex}.browser-mock-dot{border-radius:9999px;width:.75rem;height:.75rem}.browser-mock-dot--red{background:#f87171}.browser-mock-dot--yellow{background:#facc15}.browser-mock-dot--green{background:#4ade80}.browser-mock-body{aspect-ratio:1683/1225;background:#f3f4f6;border-radius:0 0 6px 6px;width:100%;position:relative;overflow:hidden}.browser-mock-shot{object-fit:contain;object-position:center top;width:100%;height:100%;display:block}.browser-mock-shot--light{display:block}.browser-mock-shot--dark{display:none}[data-theme=dark] .browser-mock-bar{background:#374151}[data-theme=dark] .browser-mock-body{background:#1f2937}[data-theme=dark] .browser-mock-shot--light{display:none}[data-theme=dark] .browser-mock-shot--dark{display:block}.feat-capabilities{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.25rem,2.5vw,2rem);margin-top:clamp(2rem,4vw,3.5rem);display:grid}@media (width<=780px){.feat-capabilities{grid-template-columns:1fr;gap:1rem}}.feat-cap{background:var(--bg-2);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:.5rem;padding:clamp(1.25rem,2vw,1.75rem);display:flex}.feat-cap .feat-num{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);font-size:.72rem}.feat-cap-title{font-family:var(--font-display);color:var(--ink);margin:.1rem 0 .75rem;font-size:clamp(1.3rem,2.2vw,1.6rem);font-weight:400;line-height:1.2}.feat-cap-title .italic{color:var(--accent);font-style:italic}.feat-cap ul{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.feat-cap li{color:var(--ink-2);padding-left:1.1rem;font-size:.95rem;line-height:1.5;position:relative}.feat-cap li:before{content:"›";color:var(--accent);font-size:1rem;font-weight:700;position:absolute;top:-.05rem;left:0}.faq-layout{gap:2rem;display:grid}@media (width>=900px){.faq-layout{grid-template-columns:minmax(16rem,1fr) minmax(0,2fr);align-items:start;gap:4rem}.faq-layout>.section-head{margin-bottom:0;position:sticky;top:6rem}}.faq-layout>.section-head h2.section-title{margin-top:.25rem}.faq-list{gap:.5rem;max-width:none;margin:0;padding:0;list-style:none;display:grid}.faq-answer a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.faq-item{border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-item details>summary{cursor:pointer;color:var(--ink);justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-weight:600;list-style:none;display:flex}.faq-item details>summary::-webkit-details-marker{display:none}.faq-item details>summary:after{content:"+";color:var(--accent);font-size:1.4rem;font-weight:300;line-height:1;transition:transform .2s}.faq-item details[open]>summary:after{content:"−"}.faq-answer{color:var(--ink-2);padding-bottom:1.1rem;line-height:1.6}.faq-answer p{margin:0}.blog-index-head{max-width:72rem;margin:0 auto;padding:2rem 1.5rem 0}.blog-index-head .section-title{font-family:var(--font-display);font-weight:400}.blog-index-lede{max-width:48rem;color:var(--ink-2);margin:.5rem 0 0;font-size:1.05rem;line-height:1.5}.blog-empty{text-align:center;color:var(--ink-2);padding:3rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:1.5rem;max-width:72rem;margin:0 auto;padding:1.5rem;display:grid}.section>.blog-grid{padding-left:0;padding-right:0}.blog-card{background:var(--bg-2);border:1px solid var(--line);border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden}.blog-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000014}.blog-card-link{color:inherit;text-decoration:none;display:block}.blog-card-hero{aspect-ratio:16/9;background:var(--bg-3)}.blog-card-hero img{object-fit:cover;width:100%;height:100%;display:block}.blog-card-body{padding:1.25rem}.blog-card-meta{color:var(--ink-3);font-size:.75rem;font-family:var(--font-mono);letter-spacing:.02em;gap:.5rem;margin-bottom:.5rem;display:flex}.blog-card-title{font-family:var(--font-display);color:var(--ink);margin:0 0 .5rem;font-size:1.5rem;font-weight:400;line-height:1.2}.blog-card-desc{color:var(--ink-2);margin:0;line-height:1.5}.blog-post{max-width:44rem;margin:0 auto;padding:2rem 1.5rem 4rem}.blog-breadcrumb{color:var(--ink-3);font-size:.8rem;font-family:var(--font-mono);letter-spacing:.02em;margin-bottom:1.5rem}.blog-breadcrumb ol{flex-wrap:wrap;align-items:center;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.blog-breadcrumb a{color:var(--ink-3);text-decoration:none}.blog-breadcrumb a:hover{color:var(--accent);text-decoration:underline}.blog-breadcrumb li[aria-current=page]{color:var(--ink-2)}.blog-post-byline{color:var(--ink-2);font-weight:600}.blog-post-hero{aspect-ratio:16/9;border-radius:16px;margin-bottom:2rem;overflow:hidden}.blog-post-hero img{object-fit:cover;width:100%;height:100%;display:block}.blog-post-meta{color:var(--ink-3);font-size:.8rem;font-family:var(--font-mono);letter-spacing:.02em;gap:.5rem;margin-bottom:.75rem;display:flex}.blog-post-title{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;margin:0 0 1.5rem;font-size:clamp(2rem,4.5vw,3rem);font-weight:400;line-height:1.1}.blog-post-body{color:var(--ink);font-family:var(--font-body);line-height:1.7}.blog-post-lede{color:var(--ink-2);border-bottom:1px solid var(--line);margin:0 0 2rem;padding-bottom:1.25rem;font-size:1.15rem;font-style:italic;line-height:1.5}.blog-post-cta{background:var(--bg-2);border:1px solid var(--line);text-align:center;border-radius:12px;margin:2rem 0 0;padding:1.25rem;font-size:1.05rem}.blog-post-cta a{color:var(--accent);font-weight:600;text-decoration:none}.blog-post-cta a:hover{text-decoration:underline}.blog-feature-table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.95rem}.blog-feature-table th,.blog-feature-table td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:.75rem .9rem}.blog-feature-table thead th{background:var(--bg-2);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;color:var(--ink-3);font-size:.8rem;font-weight:500}.blog-feature-table tbody tr:last-child td{border-bottom:none}.blog-feature-table td:first-child{width:40%}@media (width<=640px){.blog-feature-table td:first-child{width:auto}.blog-feature-table,.blog-feature-table thead,.blog-feature-table tbody,.blog-feature-table tr,.blog-feature-table th,.blog-feature-table td{display:block}.blog-feature-table thead{display:none}.blog-feature-table tr{border-bottom:1px solid var(--line);padding:.5rem 0}.blog-feature-table tbody tr:last-child{border-bottom:none}.blog-feature-table td{border-bottom:none;padding:.25rem 0}}.blog-post-body h2{font-family:var(--font-display);color:var(--ink);margin-top:2.5rem;margin-bottom:.75rem;font-size:1.75rem;font-weight:400;line-height:1.2}.blog-post-body h3{font-family:var(--font-display);color:var(--ink);margin-top:1.75rem;margin-bottom:.5rem;font-size:1.35rem;font-weight:400;line-height:1.2}.blog-post-body p{margin:0 0 1rem}.blog-post-body a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.blog-post-body ul,.blog-post-body ol{margin:0 0 1rem;padding-left:1.5rem}.blog-post-body li{margin-bottom:.4rem}.blog-post-body blockquote{border-left:3px solid var(--terra-300);color:var(--ink-2);margin:1.5rem 0;padding:.5rem 1.25rem;font-style:italic}.blog-references{color:var(--ink-2);margin:.5rem 0 0;padding-left:1.25rem;font-size:.85rem;line-height:1.5}.blog-references li{margin-bottom:.75rem}.blog-references li::marker{color:var(--ink-3)}.blog-post-footer{border-top:1px solid var(--line);margin-top:3rem;padding-top:1.5rem}.blog-post-footer a{color:var(--accent);font-weight:600;text-decoration:none}.blog-chip{background:var(--bg-3);color:var(--ink-2);font-size:.7rem;font-family:var(--font-mono);letter-spacing:.03em;border:1px solid var(--line);border-radius:999px;padding:.2rem .7rem;display:inline-block}.blog-card-tags,.blog-post-tags{flex-wrap:wrap;gap:.4rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.blog-post-tags{margin:0 0 2rem}.blog-tag-filter{max-width:72rem;margin:0 auto;padding:1rem 1.5rem 0}.blog-tag-filter ul{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.blog-chip--filter{cursor:pointer;font-family:var(--font-mono);transition:background .15s,color .15s,border-color .15s}.blog-chip--filter:hover{border-color:var(--accent);color:var(--ink)}.blog-chip--active{background:var(--accent);color:var(--bg);border-color:var(--accent)}.blog-preview-arrow{background:var(--bg-2);border:1px dashed var(--line);min-height:12rem;color:var(--accent);border-radius:16px;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.blog-preview-arrow:hover{background:var(--bg-3)}.sitter-page{max-width:1200px;margin:0 auto;padding:2rem clamp(1rem,4vw,3rem) 3rem}.sitter-wrap{grid-template-columns:minmax(260px,340px) 1fr;align-items:start;gap:clamp(1.25rem,3vw,2.5rem);display:grid}.sitter-sidebar{flex-direction:column;gap:1rem;max-height:calc(100vh - 6rem);padding-right:.25rem;display:flex;position:sticky;top:5rem;overflow-y:auto}.sitter-main{flex-direction:column;gap:1rem;min-width:0;display:flex}.sitter-hero{text-align:center;flex-direction:column;align-items:center;gap:.6rem;padding:.5rem 0 1rem;display:flex}.sitter-avatar{object-fit:cover;border:3px solid var(--outline-variant);background:var(--surface-container);border-radius:50%;width:140px;height:140px}.sitter-avatar-fallback{background:var(--primary-container);width:140px;height:140px;color:var(--on-primary);border:3px solid var(--outline-variant);border-radius:50%;justify-content:center;align-items:center;font-size:3.5rem;font-weight:700;line-height:1;display:flex}.sitter-hero h1{color:var(--on-surface);margin:.25rem 0 0;font-size:1.75rem;line-height:1.2}.sitter-hero-meta{color:var(--on-surface-variant);margin:0;font-size:1rem}.sitter-chip-row{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.25rem;display:flex}.sitter-chip{background:var(--surface-container);color:var(--on-surface-variant);border:1px solid var(--outline-variant);border-radius:999px;align-items:center;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}.sitter-chip--allergy{background:color-mix(in srgb, var(--error) 12%, transparent);color:var(--error);border-color:color-mix(in srgb, var(--error) 30%, transparent)}.sitter-chip--command{color:var(--primary);border-color:var(--primary);background:0 0}.sitter-emergency{background:color-mix(in srgb, var(--error) 10%, transparent);border:1px solid color-mix(in srgb, var(--error) 30%, transparent);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.sitter-emergency-icon{background:var(--error);width:44px;height:44px;color:var(--on-error);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;display:flex}.sitter-emergency-icon svg{fill:currentColor;width:22px;height:22px}.sitter-emergency-body h3{color:var(--on-surface);margin:0 0 .25rem;font-size:1rem;font-weight:700}.sitter-emergency-name{color:var(--on-surface-variant);margin:0 0 .25rem;font-size:.95rem}.sitter-emergency-phone{color:var(--error);font-size:1.2rem;font-weight:700;text-decoration:none;display:block}.sitter-emergency-phone:hover{text-decoration:underline}.sitter-card--warning{background:color-mix(in srgb, var(--error) 8%, var(--surface-container-low));border-color:color-mix(in srgb, var(--error) 30%, transparent)}.sitter-card--warning h3{color:var(--error)}.sitter-card--warning h3 svg{fill:var(--error)}.sitter-card--health{background:color-mix(in srgb, var(--primary) 10%, var(--surface-container-low));border-color:color-mix(in srgb, var(--primary) 40%, transparent)}.sitter-card--health h3 svg{fill:var(--error)}@media (width<=860px){.sitter-wrap{grid-template-columns:1fr;gap:1rem}.sitter-sidebar{max-height:none;padding-right:0;position:static;overflow:visible}.sitter-avatar,.sitter-avatar-fallback{width:160px;height:160px}.sitter-avatar-fallback{font-size:4rem}}.sitter-card{background:var(--surface-container-low);border:1px solid var(--outline-variant);border-radius:12px;padding:1.25rem 1.5rem}.sitter-card h3{color:var(--on-surface);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:700;display:flex}.sitter-card h3 svg{width:18px;height:18px;fill:var(--primary);flex-shrink:0}.sitter-card-chips{flex-wrap:wrap;gap:.5rem;display:flex}.sitter-card-row{align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.sitter-card-row:last-child{margin-bottom:0}.sitter-card-row svg{width:18px;height:18px;fill:var(--on-surface-variant);flex-shrink:0;margin-top:.1rem}.sitter-card-row-label{color:var(--on-surface-variant);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.15rem;font-size:.8rem;font-weight:600}.sitter-card-row-value{color:var(--on-surface);margin:0;font-size:.95rem;line-height:1.5}.sitter-card-note{color:var(--on-surface-variant);margin:0 0 .75rem;font-size:.95rem;line-height:1.6}.sitter-card-note:last-child{margin-bottom:0}.sitter-fear-note{background:color-mix(in srgb, var(--error) 8%, transparent);border-left:3px solid var(--error);color:var(--on-surface);border-radius:0 6px 6px 0;margin:.5rem 0 .75rem;padding:.5rem .75rem;font-size:.9rem;line-height:1.5}.sitter-fear-note:last-child{margin-bottom:0}.sitter-error-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;padding:2rem;display:flex}.sitter-error-page h1{color:var(--on-surface);margin:0;font-size:1.5rem}.sitter-error-page p{color:var(--on-surface-variant);margin:0}.sitter-error-page .back-link{background:var(--primary);color:var(--on-primary);border-radius:8px;margin-top:.5rem;padding:.5rem 1.5rem;font-weight:500;text-decoration:none;display:inline-block}.sitter-error-page .back-link:hover{opacity:.9;text-decoration:none}.sitter-loading{justify-content:center;align-items:center;min-height:60vh;display:flex}.sitter-spinner{border:3px solid var(--outline-variant);border-top-color:var(--primary);border-radius:50%;width:36px;height:36px;animation:.75s linear infinite sitter-spin}@keyframes sitter-spin{to{transform:rotate(360deg)}}.stest{background:var(--bg);min-height:100vh;color:var(--ink);padding:1.5rem clamp(1rem,4vw,3rem) 3rem}.stest-wrap{grid-template-columns:minmax(280px,360px) 1fr;align-items:start;gap:clamp(1rem,3vw,2.5rem);max-width:1200px;margin:0 auto;display:grid}.stest-sidebar{flex-direction:column;gap:.75rem;max-height:calc(100vh - 6rem);padding-right:.25rem;display:flex;position:sticky;top:5rem;overflow-y:auto}.stest-main{flex-direction:column;gap:1rem;display:flex}.stest-box,.stest-card,.stest-row,.stest-lines,.stest-chiprow span{border:1px dashed var(--outline-variant,#bbb);background:color-mix(in oklab, var(--surface,#f4f4f4) 94%, transparent);border-radius:10px}.stest-box{color:var(--on-surface-variant,#666);text-align:center;justify-content:center;align-items:center;padding:.75rem 1rem;font-size:.85rem;display:flex}.stest-box--avatar{aspect-ratio:1;background:color-mix(in oklab, var(--primary,#7aa7c6) 15%, transparent);font-size:1rem;font-weight:600}.stest-box--name{height:3rem}.stest-box--chips{height:2.25rem}.stest-box--emergency{border-color:color-mix(in oklab, #d94a4a 50%, var(--outline-variant));background:oklab(60.7739% .163622 .0734302/.12);height:4.5rem}.stest-box--warning{border-color:color-mix(in oklab, #e4b32a 45%, var(--outline-variant));background:oklab(79% .00771743 .150861/.14);height:3.5rem}.stest-note{color:var(--on-surface-variant,#888);text-align:center;margin:.5rem 0 0;font-size:.75rem;font-style:italic}.stest-card{background:var(--surface,#fafafa);border:1px solid var(--outline-variant,#e2e2e2);flex-direction:column;gap:.6rem;padding:1.25rem;display:flex}.stest-card h3{letter-spacing:.04em;text-transform:uppercase;color:var(--on-surface-variant,#777);margin:0 0 .25rem;font-size:.95rem}.stest-card--medication{background:color-mix(in oklab, #b53fb5 10%, var(--surface,#fafafa));border-color:color-mix(in oklab, #b53fb5 45%, var(--outline-variant))}.stest-card--filler{min-height:18rem}.stest-row{height:2.5rem}.stest-lines{background:0 0;border:none;border-radius:0;gap:.35rem;display:grid}.stest-lines:before,.stest-lines:after{content:"";background:color-mix(in oklab, var(--on-surface,#444) 12%, transparent);border-radius:6px;height:.8rem}.stest-lines--2{grid-template-rows:repeat(2,.8rem)}.stest-lines--3{grid-template-rows:repeat(3,.8rem)}.stest-lines--6{grid-template-rows:repeat(6,.8rem)}.stest-lines--2:before{width:90%}.stest-lines--2:after{width:65%}.stest-lines--3:before{width:92%}.stest-lines--3:after{width:70%}.stest-lines--6:before{width:95%}.stest-lines--6:after{width:55%}.stest-lines--3{position:relative}.stest-lines--3:before,.stest-lines--3:after{background:color-mix(in oklab, var(--on-surface,#444) 10%, transparent)}.stest-chiprow{flex-wrap:wrap;gap:.4rem;display:flex}.stest-chiprow span{border-style:solid;border-radius:999px;width:4.5rem;height:1.5rem;display:inline-block}@media (width<=860px){.stest-wrap{grid-template-columns:1fr;gap:1rem}.stest-sidebar{max-height:none;position:static;overflow:visible}.stest-box--avatar{aspect-ratio:auto;height:5rem}}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-cyrillic-ext-400-normal-CuPM9foi.woff2)format("woff2"),url(/assets/nunito-cyrillic-ext-400-normal-xaE7D4Sw.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-cyrillic-400-normal-xAOo5cBP.woff2)format("woff2"),url(/assets/nunito-cyrillic-400-normal-D1j0u8EH.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-vietnamese-400-normal-BHkVbP3T.woff2)format("woff2"),url(/assets/nunito-vietnamese-400-normal-DtOtW02z.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-latin-ext-400-normal-i-8OOpdj.woff2)format("woff2"),url(/assets/nunito-latin-ext-400-normal-CjMJVfGn.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-latin-400-normal-r8SDr6Up.woff2)format("woff2"),url(/assets/nunito-latin-400-normal-DKg4f3fz.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/nunito-cyrillic-ext-500-normal-BooqzoBf.woff2)format("woff2"),url(/assets/nunito-cyrillic-ext-500-normal-ryWF3qTI.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/nunito-cyrillic-500-normal-C7KGZCzc.woff2)format("woff2"),url(/assets/nunito-cyrillic-500-normal-CsSUaxYY.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/nunito-vietnamese-500-normal-BpqpEYcO.woff2)format("woff2"),url(/assets/nunito-vietnamese-500-normal-9ShSsgIA.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/nunito-latin-ext-500-normal-DpF2BH_v.woff2)format("woff2"),url(/assets/nunito-latin-ext-500-normal-CVNQN0KE.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/nunito-latin-500-normal-EugFkASW.woff2)format("woff2"),url(/assets/nunito-latin-500-normal-B5klmw3Q.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/nunito-cyrillic-ext-600-normal-CWPPjBOD.woff2)format("woff2"),url(/assets/nunito-cyrillic-ext-600-normal-vnfu4DTE.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/nunito-cyrillic-600-normal-DJGQ2h05.woff2)format("woff2"),url(/assets/nunito-cyrillic-600-normal-BUjmtIuu.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/nunito-vietnamese-600-normal-BY8O6Cug.woff2)format("woff2"),url(/assets/nunito-vietnamese-600-normal-DO1RqFw5.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/nunito-latin-ext-600-normal-Dd9Zuxh1.woff2)format("woff2"),url(/assets/nunito-latin-ext-600-normal-BKUpuB78.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/nunito-latin-600-normal-Br8yIETf.woff2)format("woff2"),url(/assets/nunito-latin-600-normal-Cd0eNu1l.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/nunito-cyrillic-ext-700-normal-BuR0mlCG.woff2)format("woff2"),url(/assets/nunito-cyrillic-ext-700-normal-DfoqN4Gs.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/nunito-cyrillic-700-normal-DP36NgGt.woff2)format("woff2"),url(/assets/nunito-cyrillic-700-normal-DfHRUDv-.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/nunito-vietnamese-700-normal-Ch8EUCfz.woff2)format("woff2"),url(/assets/nunito-vietnamese-700-normal-C9SQsXvj.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/nunito-latin-ext-700-normal-BWeMsAzO.woff2)format("woff2"),url(/assets/nunito-latin-ext-700-normal-D4woHhbd.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/nunito-latin-700-normal-Dort48En.woff2)format("woff2"),url(/assets/nunito-latin-700-normal-OcDqTBcA.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Chewy;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/chewy-latin-400-normal-BFhrjfYU.woff2)format("woff2"),url(/assets/chewy-latin-400-normal-Bytuav8a.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAASIABAAAAAACQQAAAQuAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhwbHhwoBmA/U1RBVF4AdBEICoRkhAALIAABNgIkAzoEIAWFAAeBFAwHG2oHKJ6DceNW4lJEFHn9tEOE37LNsvkjHr7f739rn3u+OSrSxLQytE91Dw2PYtNVq3Qaw/vJ7fUBMdOj/u2ImB98cT5WUx9F13ZKt06mU7tG1sAYcM26yCRX4f/0904bmwq8hwkUUMTRX61pa9C3xlpAGYw1vOu8C2SBZZFlld7DAW82RJWmwYMI1AJCKBNCIASqdZGFmtPSNQRhMpR0EKjWTwm6z6sJ+4jqhxjovTinVdRpZaQjaQzAYjI8NgAKDJCokgunCn9oUQE8VZd/F//+v6P4F1U9gLr58yNI/dJX9BAshEoJbTDogz7ocKoUsPvES8UK/aQIUQgpGgECBVLkOEV6iASTYgNAPKdNXayhDPL7IJuAZnEYSZ0eOLc9i5Rv5/+lEi3sW/kfnCf/+fTe0sxS7CKLx5erRJkKOixEqQaoqrvx5HN4iz4VhX0gS6DjFIWUzn/fIXJRVFY1NFRVNVeFt+SYmrK6vCU6eJsnKnJj5HTESMTQZOTI3Y/tzr3rUcOsiRy/ciP50s3Mycgxmhz9GMXhjzVH30ut796NHP0UUa31/Zoa6vCH6iPvdIM0IRANaT60FablmZlZd+UKNFy9NrvnFGxb5NC2CRxR0/rIyF/WNn+35sv9r+tHVhkseuWGKkCPPh96+GXt8Lc/Sh24ujfjf+tNw1lZWreiPuHb/PSpyjdv2rf/++ZE5TSKjFdZxYsBvr1sEHl5STuHZqYR7jGYGvGBBdjcaB5bODY1GAxMjsd0wDMIzXAXODRd74DxNMtO4YuYHclgLQRzp9KlUmxptCwv9bYgvWGD2xBW7r9413fdJu+mxzvzAUYeeONQvZP4kgfqZle4jhH/MWh+UbxgtJdrLdXLymNL53PRU0D3Q6FcXTfGqGcul6vrqhgLGAVSv+IVIfZOHpu+mlLqSlnj903j8mazXDsba/wbxhS/4Oubh1c5/uXDgt4j5KtnGEy5BIJHo0ur+jD+r2qCkuP1aRVM8EpUoRYSJyqNRA38uwDvHBNo0AejO2Z+ZYLLal1QiFyFh1EDQOgSCSCpjwwKU8yDbIjroEwne0G5Qca49cYp4AlqtQNZfWTQoFb1tRpFYAmRD+HXTkV4uQhG2bg4OKmyoypAsUGtWgQXyFxYrkpODeUxvGqIZA61erXo0sFG1UBGuPgpuon8RNUG2DhovAjZCBuZwtXrU3mQGki9+pm0eVZAXoWxLWTQoYHBPrJR4WunNxIFbCHfkTyPK+sqxjxDmGArZvf79JGJ3GwEqjwc7a7NIrl/7bJ7Nzu4+n1Ow6shEPnUrtVo7cnd5Wi5qCUbBIQbNKCP95FMCSZylEV5VCiiMqqiOmrKZ/I/C0gI1fyuulVcM2E1r4MhtcV/fbCD+HwEvVzH1dGNAzFE0FTbKzyQz3gootrNbN2a4PuG0j0JOgE=)format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAbUAA8AAAAACOgAAQABAAAAAAAAAAAAAAAAAAAAAAAAAABHREVGAAABWAAAABgAAAAcABQABEdQT1MAAAFwAAAAHgAAAB5EdEx1R1NVQgAAAZAAAAAnAAAAKLj8uOpPUy8yAAABuAAAAFEAAABgFwRca1NUQVQAAAIMAAAARgAAAF7mY9MfY21hcAAAAlQAAABRAAAAdAyHCodnYXNwAAACqAAAAAgAAAAIAAAAEGdseWYAAAKwAAAB6QAAAl7g5OpvaGVhZAAABJwAAAA2AAAANhSQ8UNoaGVhAAAE1AAAAB8AAAAkAcoBImhtdHgAAAT0AAAAHgAAADofBAM2bG9jYQAABRQAAAAgAAAAIATcBZ9tYXhwAAAFNAAAABwAAAAgAIcCb25hbWUAAAVQAAABEgAAAoA4pV3kcG9zdAAABmQAAABwAAAAlNdzMTB42mNgZGBg4GGAAEYgZAWTjCAeAAG0ABkAAQAAAAoAHAAcAAFERkxUAAgABAAAAAD//wAAAAAAAHjaY2BkYGDgYlADQiYXN58QBqGcxJI8Bj4GEGABEf//g0gAWkkFVQB42mNgYYpinMDAysDA1MUUwcDA4A2hGeMYjBgdgKIMDJwMUMDEzoAEvJyAxAEGXpaXzH/+XWFgYP7DqKPAwDj//nWgSjWmW0BZBQZWABNDDdYAAAB42kXIIQIBARQFwHl/QQIkWXInUAANXMOBJCcTd+KIGCjMNViq9/H0CM6P/S0j0bOwUqh08iEb8kPTXn3RiMoYhD90Nwc3AAB42lXIRwHCQBAF0JceehWAlTjhjikUgAVQA4mJLbdk5neUqHBVKWSv3XF2VCnt3AyevkVZv+sxBBbbq/6HfFP4hEcYQgEK82v1aHQ5RTs3FRQAAAAAAQAB//8AD3jabZA1tNRAFEDfTGDdfXHI2QQnZJJvK5ngDs13Welwt/78CtcS7xvcrcHKbXCtceh+wgtu437nXRCgC4BY9AGOXOAFYNHR0dzoKCGju8gJ6xiZaF3DWqcPBiSV5i2geaCgAlAJ77ghgjfiLC7KojvOZEmSXS63emXr5W7lsTLtXFMkRmks4ly+cYOEnvO2YLDNANv+9oJwhkpAAJAcHPG/1RC2BERc1ZGGMxYVWDyVSjc0NMaZELUf9e4JhCgNB3b2PiJRctuqZ0WPR8zilxutN/ji97vUBYMAnGjtzxjtK3wrDaMABo+R9KjWwNRUMppwuWS1QdfFZCIlMF2TxDGuJJlYW7OmVlvD+sx86b1hvC/l8yXf2hqZ66xbZ80yWzyD9/fzGaRzA58+nSOzYC+gw9AP+vyNqUAUhoD4lSnputbgUFPJ5O9Y+ReWlxkrc96naX08b3zk/KORb+E+VjYPmH1M6+UHeVlDtCzzGZ9FY8YMA8gPMsQA0jqaGkHT6cYSdVwl7Zs9Wzx+DyWUugPujd03T52ikrUvM26kF9PIcRmycuDBKcd3XRhPDgtnQACINzJ3fVl1tTB++3bc2S7kyD3cCQIQNMcSKaY2YOciE+d0zFbGjps6u0PILTFlRZHNJfAFnfeHtgAAAAABAAAAAjYEro52gl8PPPUAAwPoAAAAANvSppoAAAAA29rQ8vk5/tQEkgP8AAAABgACAAAAAAAAeNpjYGRgYP7z7woDA8uGn5Z/+1kmAUVQAR8Ar8AG6gB42mOKYIgCYiMkrAzCUHEbJJoBikHgCkMPAPDwCFUAAAAAABoAOwBGAFEAbwB3AKkAsQDmAQkBCQEJAQkBFgEveNpjYGRgYOBn3MGQx7CFgQ3MQwBmBiYALRoB+HjajJADbgVQEEXPZ20bQW3bthvXbr8Vp4to1KV0AV1Wb9JvZzJvzhvcB6CQL0wYzHnAj6E/yAYaDeVBNlJsMAfZxCy/QTbTy3eQLdTzGWQr3VwGuZhx2v/ZAIVUB9kc0TSUKJ8f5FIRHGPjnWs+2MKt+MYzt1xwr/jIk3JymR0X0wzIXKo7VbXjFvfLn3lTtCn7qPoB6+yyzb3qy8pdq/6hrj11fMj7OFbtEY+mrlU/516rVFCdVobplw/JEjVaCaqIYlUiUzOaW9aa/Q1idmlPXZHbCagW/B10XwaRi06VuVdMf+9DnIov6rlF8yzhUXxC/4c66Uz48UepqEN9N/Tzt2RwjOljsUUfj581AbaEXsIAAHjaY2BiAIP/qQxGQIqRAR3wA7EKw0lGJgYbRmZGFkZWRjZGdgZmRg5GTkYuRm42x6Si1LJU9tK8TAMTR1cI7WoB5btB+Zas6Ym5uYlgnoGjAZNzEF9icmlJanJ+bpJecmJxKg9IxtjADMwBAKDtHJg=)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/jetbrains-mono-cyrillic-400-normal-BEIGL1Tu.woff2)format("woff2"),url(/assets/jetbrains-mono-cyrillic-400-normal-ugxPyKxw.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/jetbrains-mono-greek-400-normal-C190GLew.woff2)format("woff2"),url(/assets/jetbrains-mono-greek-400-normal-B9oWc5Lo.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,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)format("woff2"),url(/assets/jetbrains-mono-vietnamese-400-normal-CqNFfHCs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/jetbrains-mono-latin-ext-400-normal-Bc8Ftmh3.woff2)format("woff2"),url(/assets/jetbrains-mono-latin-ext-400-normal-fXTG6kC5.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/jetbrains-mono-latin-400-normal-V6pRDFza.woff2)format("woff2"),url(/assets/jetbrains-mono-latin-400-normal-6-qcROiO.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(data:font/woff2;base64,d09GMgABAAAAAASUABAAAAAACRAAAAQ3AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhwbHhwoBmA/U1RBVEwAdBEICoRkg3oLIAABNgIkAzoEIAWFHgeBFAwHG3AHKB4HzukrRjyF5Gb4kQ/B873d17mv8TWkoqUUGaHodJCtoqntw7m8tiPWyGkfWDU/IMpzVk4zAs9Czv3c7Os5NvKFG1Ht9vBVXySRZpJc4tTrbM3sTRFcLa3zVboKWRIoAksKSKgqUQWEwlSoqjp44V5J9/kjd0+Fi5xaFjwJArgBAIJgIAgCCAI4CdNMqGuYXYUKdADLAkAAJwl6iX0+bZqEm1AH0Hu9rvrJHwxQG1Q/gFYwWYbgTRWgwEESVzbmtjQAt3DXO7Tu/+9Q/KNKWhTCgZ8fQSWoL0CUUgTBjgL8iEAcce7YHBeA8ZvogieCnxI0BCVeACCAAhBD/oDcAdUPABSgAX4kBPBTwjCAjwYSCneiqF65LUo/qXdYFrRwTujtMrKm07plTbSqLQFAiHBN7E4DG5wkiGXhCYBNETh3K/AciHN69iFfQjFOr9EXQQAAQXRNszs8PR0OH4fDV/dwGe76CHdj1MQa11DXYGcfZ6+B1X0OfwjY+i7KpQ1w9d+1z3/HydCB1f3U8A0fRFv+0bXxPWrZu3d9Nn4UcbLs/QCXLH/j3PCKblKOiZxLOR78W9brPo7eGTLz/F27ZPmePQdCB1YP4nJU91o4gU9cy64L3c3SPu8GfDn6ZXD2cGmllVqSxtD5vCXHm5xaeHlnpffx7DcPvXog5NnjA//cPz2btsz3yf+0MI8ri33tuv7upNbYmW5STbosW8bYItV/SPzxvXC0KnpWnFdC91oojit5Lyo6WcJQ1YzwBYbi52ohJVpcxfcHBqsv0nFz8U74rzS6M7r0RVlXZ3jJC4G92O//7Lm78VOtnUx+aQxAzsqPnrRr1t9zDrezKePvZ027x+fGte4s4NXu7/jEp3G9cM1bICYgACbuETUUD5wmenGXA/IBpAKVrl0AEJ5cqr6Q89tGq+SpqkDfX2DtG+pZ9teuae0AX98c301CX179InyErnSG8WCiABB4HFbVrw/lpTdBIOk82nXbpHKoQGyBpUovAAD4XQA8ZTUCeBJHIpI0v0FRrgcnckV3ANckrwYJKXEihQfdSKPER6XeExmEeEMmSe6QBwWmkZdmSOSthhibgIkBlUYreBKd/0NeVAE9WAyEaQpH6KikDWlUVg43Jy2FOmaYlsZhDEGZXO3mWEyWHI6zuaJkMlcSQ9k4F+KidIiFyZItGDc7r1pUj6wP6zrWB0/fbeeFeHl4YOvETMNiM8Ny+7OO6Qh2wur20YVxFts5dlORdl5Kwd5utR7SRcxqX8RA5Ehacha76hg7c6yzNm/Xf6vOLNrv544lIEkWg7xWo/ItBAeIJEmt0XgBwgM8gTifoiiLJroYYooNTeziEKe4zOoR/wvIKp89hSr+6jFAqw/LaonjmZHSscMNg4iPlWpFrO1RN3zkMU+/xUP+JQ99TbvTl1Vg0gtirT6lbwYAAAA=)format("woff2"),url(data:font/woff;base64,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)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/jetbrains-mono-cyrillic-500-normal-DmUKJPL_.woff2)format("woff2"),url(/assets/jetbrains-mono-cyrillic-500-normal-DJqRU3vO.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/jetbrains-mono-greek-500-normal-JpySY46c.woff2)format("woff2"),url(/assets/jetbrains-mono-greek-500-normal-D7SFKleX.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(data:font/woff2;base64,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)format("woff2"),url(/assets/jetbrains-mono-vietnamese-500-normal-DNRqzVM1.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/jetbrains-mono-latin-ext-500-normal-Cut-4mMH.woff2)format("woff2"),url(/assets/jetbrains-mono-latin-ext-500-normal-ckzbgY84.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/jetbrains-mono-latin-500-normal-BWZEU5yA.woff2)format("woff2"),url(/assets/jetbrains-mono-latin-500-normal-CJOVTJB7.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--surface:#fff8f3;--surface-dim:#e8dfd6;--surface-bright:#fff8f3;--surface-container:#f5ece3;--surface-container-low:#fbf2e9;--surface-container-lowest:#fff;--surface-variant:#ede4da;--primary:#864530;--primary-container:#a35d46;--on-primary:#fff;--secondary-container:#f0ddd0;--on-secondary-container:#2b1708;--on-surface:#1f1b16;--on-surface-variant:#4d4639;--outline-variant:#d4c4b5;--error:#ba1a1a;--on-error:#fff;--terra-50:#fff8f3;--terra-75:#fbf2e9;--terra-100:#f5ece3;--terra-150:#ede4da;--terra-200:#e8dfd6;--terra-300:#d4c4b5;--terra-500:#a35d46;--terra-600:#864530;--terra-700:#5c2d1e;--terra-900:#1f1b16;--terra-ink:#1f1b16;--terra-muted:#4d4639;--accent:#864530;--accent-soft:#a35d46;--accent-tint:#f0ddd0;--bg:var(--terra-50);--bg-2:var(--terra-75);--bg-3:var(--terra-100);--line:#e6d8c9;--ink:var(--terra-ink);--ink-2:var(--terra-muted);--ink-3:#6b5f4f;--font-display:"Chewy", "Comic Sans MS", cursive;--font-body:"Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--display-tracking:0;--display-weight:400;--space-section:9rem;--space-block:3rem;--radius-lg:28px;--radius-md:18px;--radius-sm:10px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--surface:#202020;--surface-dim:#1a1a1a;--surface-bright:#2c2c2c;--surface-container:#262626;--surface-container-low:#262626;--surface-container-lowest:#1a1a1a;--surface-variant:#53433e;--primary:#ffb59d;--primary-container:#a35d46;--on-primary:#602a19;--secondary-container:#6e3816;--on-secondary-container:#ffdbca;--on-surface:#f8efe6;--on-surface-variant:#d9c2bb;--outline-variant:#53433e;--error:#ffb4ab;--on-error:#690005;--bg:#181512;--bg-2:#1f1b17;--bg-3:#26211c;--line:#3a322a;--ink:#f5ecdf;--ink-2:#c9b9a6;--ink-3:#96876f;--terra-ink:#f5ecdf;--accent:#e8a085;--accent-soft:#c97a5d;--accent-tint:#3a241b;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-weight:400;line-height:1.55;transition:background-color .4s,color .4s}body:before{content:"";pointer-events:none;z-index:1;opacity:.4;mix-blend-mode:multiply;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");position:fixed;inset:0}[data-theme=dark] body:before{mix-blend-mode:screen;opacity:.25}#root{z-index:2;position:relative}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.layout{flex-direction:column;min-height:100vh;display:flex}.main{flex:1}.footer{text-align:center;color:var(--on-surface-variant);border-top:1px solid var(--outline-variant);padding:1.5rem 2rem;font-size:.85rem}.footer-links{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.footer-separator{color:var(--outline-variant)}.social-icon{color:var(--on-surface-variant);align-items:center;transition:color .2s;display:inline-flex}.social-icon:hover{color:var(--primary);text-decoration:none}.footer-bottom{justify-content:center;align-items:center;gap:1rem;display:flex}.footer-version{color:var(--on-surface-variant);font-size:.75rem}.legal-page{justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.legal-card{background:var(--surface-container-lowest);border:1px solid var(--outline-variant);text-align:center;border-radius:12px;width:100%;max-width:500px;padding:2.5rem;box-shadow:0 2px 12px #00000014}.legal-card h1{color:var(--primary);margin-bottom:.75rem;font-size:1.5rem}.legal-card p{color:var(--on-surface-variant);margin-bottom:1rem}.sitter-placeholder,.not-found{justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.card{background:var(--surface-container-lowest);border:1px solid var(--outline-variant);text-align:center;border-radius:12px;width:100%;max-width:400px;padding:2rem;box-shadow:0 2px 12px #00000014}.card h1{color:var(--primary);margin-bottom:.75rem;font-size:1.5rem}.card p{color:var(--on-surface-variant);margin-bottom:.5rem}.token-info{color:var(--on-surface-variant);margin-top:1rem;font-size:.85rem}.token-info code{background:var(--surface-container);border-radius:4px;padding:.25rem .5rem;font-size:.9rem}.back-link{background:var(--primary);color:var(--on-primary);border-radius:8px;margin-top:1rem;padding:.5rem 1.5rem;font-weight:500;display:inline-block}.back-link:hover{opacity:.9;text-decoration:none}.legal-content{max-width:720px;margin:0 auto;padding:2.5rem 2rem}.legal-content h1{color:var(--primary);margin-bottom:.5rem;font-size:1.8rem}.legal-content .version-info{color:var(--on-surface-variant);margin-bottom:2rem;font-size:.85rem}.legal-content h2{color:var(--on-surface);border-bottom:1px solid var(--outline-variant);margin-top:2rem;margin-bottom:.75rem;padding-bottom:.4rem;font-size:1.25rem}.legal-content h3{color:var(--on-surface);margin-top:1.25rem;margin-bottom:.5rem;font-size:1.05rem}.legal-content p{color:var(--on-surface);margin-bottom:.75rem;line-height:1.7}.legal-content ul{margin-bottom:.75rem;padding-left:1.5rem}.legal-content li{color:var(--on-surface);margin-bottom:.25rem;line-height:1.7}.legal-content strong{font-weight:600}.legal-content hr{border:none;border-top:1px solid var(--outline-variant);margin:2rem 0}.legal-content table{border-collapse:collapse;width:100%;margin-bottom:1rem;font-size:.9rem}.legal-content th{background:var(--surface-container);color:var(--on-surface);text-align:left;border:1px solid var(--outline-variant);padding:.6rem .75rem;font-weight:600}.legal-content td{border:1px solid var(--outline-variant);color:var(--on-surface);vertical-align:top;padding:.6rem .75rem}.legal-content tr:nth-child(2n) td{background:var(--surface-container-low)}.legal-content .back-link{margin-top:2rem;display:inline-block}.legal-content .back-link-top{background:var(--surface-container);color:var(--primary);border:1px solid var(--outline-variant);border-radius:8px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.9rem;font-weight:500;display:inline-block}.legal-content .back-link-top:hover{background:var(--surface-container-high);text-decoration:none}.scroll-to-top{background:var(--primary);width:44px;height:44px;color:var(--on-primary);cursor:pointer;opacity:0;pointer-events:none;z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:opacity .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 2px 8px #00000026}.scroll-to-top.visible{opacity:1;pointer-events:auto}.scroll-to-top:hover{opacity:.9}@media (width<=600px){.legal-page{align-items:flex-start;padding:1rem}.legal-content{overflow-wrap:break-word;word-break:break-word;max-width:100%;padding:1rem}.legal-content h1{font-size:1.4rem}.legal-content h2{font-size:1.1rem}.legal-content table{font-size:.8rem}.legal-content th,.legal-content td{padding:.4rem .5rem}}
