:root{color-scheme:light;--background:#f5f5f7;--surface:#fff;--ink:#1d1d1f;--muted:#64646b;--line:#dedee3;--blue:#066cc9;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;color:var(--ink);background:var(--background);font-synthesis:none}
*{box-sizing:border-box}body{margin:0;min-height:100svh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;object-fit:contain}a:focus-visible{outline:3px solid var(--blue);outline-offset:6px}.shell{width:min(1040px,calc(100% - 80px));margin-inline:auto}.header{display:flex;justify-content:space-between;align-items:center;padding-block:40px}.brand{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:650;letter-spacing:-.7px}.languages{display:flex;align-items:center;gap:9px;font-size:14px;color:var(--muted)}.languages a{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:44px}.languages [aria-current]{color:var(--ink);font-weight:650}.languages a:hover{color:var(--blue)}.skip{position:absolute;left:20px;top:-100px;padding:14px;background:var(--surface);z-index:5}.skip:focus{top:12px}.home{padding-top:54px;padding-bottom:88px}.intro{margin-bottom:38px}.eyebrow{font-size:14px;color:var(--muted);margin:0 0 14px}h1{font-size:clamp(2rem,4vw,2.8rem);font-weight:650;letter-spacing:-1.6px;line-height:1.15;margin:0;max-width:760px}.apps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.app{border:1px solid #e7e7ec;border-radius:24px;background:var(--surface);padding:28px;min-height:328px;display:flex;flex-direction:column;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.app.wise{background:linear-gradient(145deg,#edf5ff,#fff 75%);border-color:#d7e5f4}.app-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.app-icon{width:70px;height:76px;display:grid;place-items:center}.app-icon img{width:60px;height:68px}.category{font-size:13px;color:var(--muted)}.app-copy{margin-top:29px}.app h2{font-size:24px;font-weight:650;letter-spacing:-.7px;line-height:1.2;margin:0 0 10px}.app p{font-size:16px;line-height:1.55;color:var(--muted);margin:0 0 30px;max-width:25ch}.explore{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:550}.explore span{font-size:21px;line-height:1}.wise .explore{color:var(--blue)}.app:hover{transform:translateY(-4px);border-color:#b5c6d8;box-shadow:0 12px 28px #19274208}.footer{margin-top:auto;border-top:1px solid var(--line);padding-block:25px 32px;display:flex;justify-content:space-between;gap:20px;font-size:13px;color:var(--muted);line-height:1.6}.footer p{margin:0}.footer>div{display:flex;gap:24px;align-items:baseline;flex-wrap:wrap}.footer a{font-size:14px;text-underline-offset:4px}.footer a:hover{text-decoration:underline}.about{max-width:740px;padding-block:45px 70px}.back{font-size:14px;color:var(--muted);display:inline-block;margin-bottom:36px}.back:hover{color:var(--ink)}.about h1{margin-bottom:30px}.prose{max-width:610px;font-size:18px;line-height:1.75;color:#505058}.prose p{margin:0 0 22px}.signature-bird{margin-top:36px;opacity:.8}
@media(min-width:1500px){.home{padding-top:85px}}@media(max-width:800px){.shell{width:calc(100% - 40px)}.header{padding-block:24px}.home{padding-top:28px;padding-bottom:52px}.apps{gap:12px}.app{padding:20px}.app-top{align-items:flex-start;flex-direction:column;gap:14px}.footer{flex-direction:column;gap:9px}.footer>div{justify-content:space-between}.category{font-size:13px}}
@media(max-width:620px){h1{font-size:34px;letter-spacing:-1.2px;max-width:340px}.intro{margin-bottom:28px}.apps{grid-template-columns:1fr;gap:14px}.app{min-height:0;padding:22px;display:grid;grid-template-columns:66px 1fr;column-gap:20px;row-gap:16px;border-radius:20px}.app-top{display:contents}.app-icon{grid-column:1;grid-row:1 / 3;width:66px;height:72px;align-self:center}.category{display:none}.app-copy{grid-column:2;margin:0}.app h2{font-size:22px}.app p{margin:0;max-width:none}.explore{grid-column:2}.about{padding-top:24px}.about h1{font-size:34px}.prose{font-size:17px}}
@media(prefers-reduced-motion:reduce){.app{transition:none}.app:hover{transform:none}}

/* Let the homepage heading use the full row before wrapping naturally. */
.home h1{max-width:none}
.app-icon{width:70px;height:76px}
.app-icon img{width:64px;height:64px}
.secret .app-icon img{border-radius:15px}
.fennel .app-icon{width:64px;height:64px;border-radius:15px;background:linear-gradient(135deg,#4d8061,#82a68f);overflow:hidden;align-self:center}
.fennel .app-icon img{width:78%;height:78%}
