:root{--paper:#fffdf9;--surface:#fff;--surface-soft:#f7f5ef;--ink:#171717;--ink-soft:#62615e;--line:#e9e7e1;--focus:#6552d9;--sky:#dcece9;--citrus:#f1f2d6;--leaf:#e5edda;--lavender:#e5e5f1;--mushroom:#f0e5d6;--berry:#f4e0e5;--oat:#f0eee6;--app-green:#28c75b;--orange:#ff8a1f;--pineapple:#ffd23f;--fruit-red:#f04f4f;--berry-purple:#6552d9;--aqua:#05b8cf;--shadow:0 24px 70px #1717171a;--page-width:78rem;--reading-width:46rem;--gutter:clamp(1.25rem, 4vw, 3rem);--section-space:clamp(4rem, 9vw, 8rem);--radius:1.5rem;color-scheme:light;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--paper:#171717;--surface:#20201f;--surface-soft:#292826;--ink:#f7f5ef;--ink-soft:#b9b6af;--line:#3b3935;--focus:#ffd23f;--sky:#203b39;--citrus:#393a20;--leaf:#293a23;--lavender:#302d48;--mushroom:#3b3024;--berry:#432932;--oat:#34322d;--shadow:0 24px 70px #00000059;color-scheme:dark}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);text-rendering:optimizelegibility;margin:0;font-size:clamp(1rem,.97rem + .15vw,1.1rem);line-height:1.65}body,button{font-family:inherit}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration-color:color-mix(in srgb, currentColor 35%, transparent);text-underline-offset:.2em;transition:color .16s,text-decoration-color .16s}a:hover{color:var(--berry-purple);text-decoration-color:currentColor}:root[data-theme=dark] a:hover{color:var(--pineapple)}:focus-visible{outline:3px solid var(--focus);outline-offset:4px}h1,h2,h3,h4{color:var(--ink);letter-spacing:-.035em;text-wrap:balance;font-weight:720;line-height:1.08}h1{font-size:clamp(2.7rem,7vw,5.8rem)}h2{font-size:clamp(2rem,4vw,3.4rem)}h3{font-size:clamp(1.35rem,2.4vw,1.75rem)}p,li{color:var(--ink)}.skip-link{z-index:10000;background:var(--ink);color:var(--paper);border-radius:.5rem;padding:.75rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:100;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--paper) 88%, transparent);backdrop-filter:blur(16px);position:relative}.site-header__inner,.site-footer__inner,.site-footer__fine-print{width:min(100%, var(--page-width));padding-inline:var(--gutter);margin-inline:auto}.site-header__inner{justify-content:space-between;align-items:center;gap:2rem;min-height:5rem;display:flex}.brand{color:var(--ink);align-items:center;gap:.7rem;text-decoration:none;display:inline-flex}.brand__icon{border-radius:.65rem;width:2.5rem;height:2.5rem}.brand__wordmark{flex:none;width:5.2rem;display:grid;transform:translateY(.14rem)}.brand__wordmark-image{grid-area:1/1;width:100%;height:auto}.brand__wordmark-image--dark,:root[data-theme=dark] .brand__wordmark-image--light{display:none}:root[data-theme=dark] .brand__wordmark-image--dark{display:block}.site-nav{align-items:center;gap:clamp(.75rem,2.5vw,1.75rem);font-size:.94rem;font-weight:600;display:flex}.site-nav a{text-decoration:none}.site-nav__download{background:var(--ink);color:var(--paper);border-radius:999px;padding:.58rem .9rem}.site-nav__download:hover{background:var(--app-green);color:#101510}.theme-toggle{border:1px solid var(--line);background:var(--surface);width:2.65rem;height:2.65rem;color:var(--ink);cursor:pointer;border-radius:50%;flex:none;place-items:center;padding:0;display:grid}.theme-toggle:hover{background:var(--surface-soft)}.theme-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;grid-area:1/1;width:1.2rem}.theme-toggle__moon,:root[data-theme=dark] .theme-toggle__sun{opacity:0;transform:scale(.7)rotate(-20deg)}:root[data-theme=dark] .theme-toggle__moon{opacity:1;transform:none}.site-footer{margin-top:var(--section-space);border-top:1px solid var(--line);background:var(--surface-soft)}.site-footer__inner{grid-template-columns:minmax(16rem,1.3fr) 1fr;gap:clamp(3rem,8vw,8rem);padding-block:clamp(3rem,7vw,5.5rem);display:grid}.site-footer__brand>p{max-width:25rem;color:var(--ink-soft)}.site-footer__download{align-items:center;gap:.35rem;width:fit-content;margin-top:.4rem;font-size:.94rem;font-weight:700;display:inline-flex}.app-store-link{margin-top:.75rem;display:inline-block}.app-store-link img{width:11rem}.site-footer__links{grid-template-columns:repeat(2,minmax(8rem,1fr));gap:2rem;display:grid}.site-footer__links h2{letter-spacing:0;margin:0 0 1rem;font-size:.95rem}.site-footer__links a{width:fit-content;color:var(--ink-soft);margin-top:.55rem;font-size:.94rem;display:block}.site-footer__fine-print{border-top:1px solid var(--line);justify-content:space-between;gap:1rem;padding-block:1.25rem;display:flex}.site-footer__fine-print p{color:var(--ink-soft);margin:0;font-size:.8rem}.tldr-box,.info-box{border:1px solid var(--line);background:var(--leaf);border-radius:1rem;margin-block:2rem;padding:clamp(1.25rem,4vw,2rem)}.img_caption{color:var(--ink-soft)}.modal{background:#080808f0}.modal-close{color:#fff}@media (width<=680px){.site-header__inner{min-height:4.5rem}.site-nav>a:not(.site-nav__download){display:none}.site-footer__inner,.site-footer__links{grid-template-columns:1fr}.site-footer__fine-print{flex-direction:column}}@media (width<=420px){.site-nav__download{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
