:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#071126;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--background:#fbfaf7;--surface:#fff;--surface-muted:#f6f4ef;--text:#071126;--text-muted:#596173;--text-soft:#7a8292;--border:#d8dde8;--border-strong:#c8cfdd;--blue:#193fc8;--blue-dark:#092369;--blue-soft:#eff3ff;--green:#047d67;--green-soft:#e9fbf4;--mint:#65dec0;--shadow:0 22px 70px #19213614;--radius:8px;--container:840px;background:#fbfaf7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth;min-width:320px}body{background:linear-gradient(180deg, #ffffffb8 0%, #fbfaf700 220px), var(--background);min-width:320px;min-height:100vh;margin:0}body,button,input,textarea,select{font:inherit}a{color:var(--blue);text-underline-offset:.2em;text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,.button:focus-visible{outline-offset:3px;outline:3px solid #193fc83d}.site-shell{min-height:100vh}.skip-link{z-index:10;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);box-shadow:var(--shadow);padding:.55rem .8rem;font-size:.85rem;font-weight:650;transition:transform .16s;position:absolute;top:.75rem;left:1rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc7}.header-inner,.footer-inner,.home-page,.app-detail-page,.document-page{width:min(100% - 2rem, var(--container));margin:0 auto}.header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:80px;display:flex}.brand-link{color:var(--text);letter-spacing:0;align-items:center;gap:.75rem;font-size:1.28rem;font-weight:760;display:inline-flex}.brand-link:hover{text-decoration:none}.logo-mark{border:1px solid var(--border-strong);background:var(--surface);border-radius:7px;place-items:center;width:2rem;height:2rem;display:inline-grid;box-shadow:0 1px #0711260a}.logo-mark svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:1.24rem;height:1.24rem}.nav-links{align-items:center;gap:clamp(1rem,4vw,2.5rem);font-size:.94rem;font-weight:620;display:flex}.nav-links a{color:var(--text);padding:.3rem 0;position:relative}.nav-links a.active:after{background:var(--blue);content:"";border-radius:999px;height:2px;position:absolute;bottom:-.36rem;left:0;right:0}.home-page{padding:clamp(3.4rem,9vw,5.6rem) 0 clamp(3.2rem,8vw,4.8rem)}.hero{text-align:center;max-width:650px;margin:0 auto}.hero h1{color:var(--text);letter-spacing:0;margin:0;font-size:clamp(4rem,11vw,6rem);font-weight:820;line-height:.96}.hero-subtitle{color:#373e50;margin:1rem 0 0;font-size:clamp(1.22rem,3vw,1.62rem);line-height:1.25}.hero-description{max-width:520px;color:var(--text-muted);margin:1.3rem auto 0;font-size:clamp(1rem,2.6vw,1.24rem)}.app-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,3vw,1.45rem);margin-top:clamp(3rem,7vw,4.2rem);display:grid}.app-card{border:1px solid var(--border);border-radius:var(--radius);text-align:center;background:#ffffffb8;flex-direction:column;justify-content:space-between;align-items:center;min-height:324px;padding:clamp(1.35rem,4vw,2.35rem);display:flex;box-shadow:0 1px #0711260a}.app-icon-link{color:inherit;border-radius:23%;display:inline-flex}.app-icon-link:hover{text-decoration:none}.app-icon{background:var(--surface-muted);border-radius:22%;place-items:center;width:8rem;height:8rem;transition:box-shadow .16s,transform .16s;display:grid;overflow:hidden;box-shadow:0 14px 30px #1921361f,inset 0 0 0 1px #ffffff80}.app-icon-link:hover .app-icon{transform:translateY(-2px);box-shadow:0 18px 38px #19213629,inset 0 0 0 1px #ffffff80}.app-icon img{object-fit:cover;width:100%;height:100%;display:block}.app-card h2{color:var(--text);letter-spacing:0;margin:1rem 0 0;font-size:clamp(1.75rem,4vw,2rem);font-weight:780;line-height:1.08}.app-card h2 a{color:var(--text)}.app-card h2 a:hover{text-decoration:none}.app-card p{max-width:24ch;color:var(--text-muted);margin:.9rem auto 0;font-size:1.04rem}.card-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:2.1rem;display:flex}.button{border:1px solid var(--border-strong);background:var(--surface);min-height:2.55rem;color:var(--text);text-align:center;border-radius:7px;justify-content:center;align-items:center;padding:.6rem .72rem;font-size:.84rem;font-weight:650;line-height:1;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}@media (width>=701px){.card-actions{flex-wrap:nowrap}}.button:hover{text-decoration:none;transform:translateY(-1px)}.button-secondary{border-color:var(--border-strong);color:var(--text)}.button-secondary:hover{background:var(--blue-soft);color:var(--blue);border-color:#193fc86b}.button-disabled{cursor:not-allowed;border-color:var(--border-strong);background:var(--surface-muted);color:#6f7787}.button-disabled:hover{transform:none}.app-detail-page{padding:clamp(2rem,7vw,4.6rem) 0 clamp(3.4rem,8vw,5.2rem)}.app-detail-hero{border-bottom:1px solid var(--border);grid-template-columns:9.4rem minmax(0,1fr);align-items:start;gap:clamp(1.4rem,4vw,2.4rem);padding-bottom:clamp(2rem,5vw,3rem);display:grid}.app-detail-icon{background:var(--surface-muted);border-radius:22%;place-items:center;width:9.4rem;height:9.4rem;display:grid;overflow:hidden;box-shadow:0 18px 44px #19213624,inset 0 0 0 1px #ffffff80}.app-detail-icon img{object-fit:cover;width:100%;height:100%;display:block}.app-detail-copy h1{color:var(--text);letter-spacing:0;margin:0;font-size:clamp(3rem,8vw,4.5rem);font-weight:820;line-height:.96}.app-detail-subtitle{color:#373e50;margin:.85rem 0 0;font-size:clamp(1.2rem,3vw,1.55rem);font-weight:650;line-height:1.28}.app-detail-copy p:not(.app-detail-subtitle){max-width:62ch;color:var(--text-muted);margin:1rem 0 0;font-size:1.04rem}.app-detail-actions{flex-wrap:wrap;gap:.55rem;margin-top:1.6rem;display:flex}.screenshots-section{margin-top:clamp(2.4rem,6vw,3.4rem)}.section-heading h2{color:var(--text);letter-spacing:0;margin:0;font-size:clamp(1.7rem,5vw,2.2rem);font-weight:800;line-height:1.1}.screenshot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.8rem,3vw,1.2rem);margin-top:clamp(1.2rem,4vw,1.8rem);display:grid}.screenshot-card{border:1px solid var(--border);border-radius:var(--radius);background:#ffffffb8;margin:0;padding:clamp(.6rem,2vw,.8rem);box-shadow:0 1px #0711260a}.screenshot-card img{aspect-ratio:1206/2622;background:var(--surface-muted);object-fit:cover;border-radius:7px;width:100%;display:block}.document-page{padding:clamp(2rem,7vw,4rem) 0 clamp(3rem,8vw,5rem)}.back-link{align-items:center;margin-bottom:clamp(1.6rem,5vw,2.4rem);font-size:.95rem;font-weight:650;display:inline-flex}.document-header{border-bottom:1px solid var(--border);max-width:740px;padding-bottom:clamp(1.4rem,4vw,2rem)}.document-header h1{max-width:12ch;color:var(--text);letter-spacing:0;margin:0;font-size:clamp(2.5rem,8vw,3.4rem);font-weight:800;line-height:1.02}.document-header p{max-width:62ch;color:var(--text-muted);margin:1rem 0 0;font-size:1.02rem}.document-header .template-note{color:var(--text-soft)}.document-content{gap:clamp(1.8rem,5vw,2.4rem);max-width:740px;padding-top:clamp(1.6rem,4vw,2.2rem);display:grid}.document-content h2,.support-contact h2{color:var(--text);letter-spacing:0;margin:0;font-size:clamp(1.28rem,4vw,1.55rem);font-weight:760;line-height:1.2}.document-content h3{color:var(--text);letter-spacing:0;margin:1.35rem 0 0;font-size:clamp(1.05rem,3vw,1.2rem);font-weight:740;line-height:1.25}.document-content p,.document-content li,.support-contact p{color:#343c50;margin:.72rem 0 0;font-size:1.02rem;line-height:1.72}.document-content ul{margin:.72rem 0 0;padding-left:1.35rem}.document-content li+li{margin-top:.35rem}.document-intro{max-width:68ch}.document-subsection{margin-top:1.2rem}.support-page .document-header h1{max-width:none}.support-contact{border:1px solid var(--border);border-radius:var(--radius);background:#ffffffb8;max-width:740px;margin-top:clamp(1.8rem,5vw,2.5rem);padding:clamp(1.2rem,4vw,1.6rem)}.support-email{color:var(--blue);margin-top:1rem;font-size:clamp(1.2rem,4vw,1.55rem);font-weight:760;display:inline-flex}.site-footer{border-top:1px solid var(--border);background:#ffffff9e}.footer-inner{min-height:94px;color:var(--text-muted);justify-content:space-between;align-items:center;gap:1rem;font-size:.9rem;display:flex}.footer-inner p{margin:0}.footer-inner nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1.1rem;display:flex}.footer-inner nav span{color:var(--border-strong)}@media (width<=700px){.header-inner,.footer-inner,.home-page,.app-detail-page,.document-page{width:min(100% - 1.5rem, var(--container))}.header-inner{min-height:68px}.brand-link{font-size:1.12rem}.logo-mark{width:1.72rem;height:1.72rem}.nav-links{gap:1rem;font-size:.9rem}.home-page{padding-top:3rem}.hero h1{font-size:clamp(3.6rem,17vw,4.7rem)}.app-grid{grid-template-columns:1fr}.app-card{text-align:left;grid-template-columns:4.6rem 1fr;align-items:stretch;gap:1rem;min-height:auto;padding:1.05rem;display:grid}.app-icon{width:4.6rem;height:4.6rem}.app-card-copy{min-width:0}.app-card h2{margin-top:.12rem;font-size:1.35rem}.app-card p{max-width:none;margin-top:.45rem;font-size:.94rem;line-height:1.45}.card-actions{grid-column:1/-1;justify-content:flex-start;margin-top:.3rem}.button{min-height:2.45rem;padding:.58rem .75rem;font-size:.82rem}.app-detail-hero{text-align:center;grid-template-columns:1fr;justify-items:center}.app-detail-icon{width:6.1rem;height:6.1rem}.app-detail-copy p:not(.app-detail-subtitle){font-size:.98rem}.app-detail-actions{justify-content:center}.screenshot-grid{grid-template-columns:1fr}.screenshot-card{max-width:25rem;margin:0 auto}.footer-inner{text-align:center;flex-direction:column;justify-content:center;min-height:140px}.footer-inner nav{flex-direction:column;gap:.48rem}.footer-inner nav span{display:none}}@media (width<=390px){.nav-links{gap:.8rem}.button{flex:auto}}
