@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{--text:#262626;--muted:#737373;--bg:#fff;--page:#fafafa;--card:#f5f5f5;--line:#e5e5e5;--blue:#2563eb;--blue-dark:#1d4ed8;--serif:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:16px/1.5 Inter,sans-serif}html{background:var(--page)}body{background:var(--page);color:var(--text);margin:0}a{color:inherit}svg{display:block}h1,h2,p{margin:0}#app{min-height:100vh}.landing-page{flex-direction:column;min-height:100vh;display:flex}.nav-shell,.content-wrap,.footer-wrap{box-sizing:border-box;width:100%;max-width:36rem;margin:0 auto}.nav-shell{padding:1rem 1rem 0}.topbar{color:var(--muted);justify-content:space-between;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.top-links,.auth-links,.footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.logo-link{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.logo-mark{border:1px solid var(--line);background:var(--bg);width:1.75rem;height:1.75rem;color:var(--muted);text-transform:lowercase;border-radius:999px;place-items:center;font-size:.78rem;font-weight:600;display:grid}.underlined-link,.footer-links a,.ghost-button{text-decoration:underline}.underlined-link:hover,.footer-links a:hover,.ghost-button:hover,.cta-note a:hover{text-decoration:none}.button-small{white-space:nowrap;border-radius:.375rem;justify-content:center;align-items:center;min-height:1.75rem;padding:0 .25rem;font-size:.75rem;display:inline-flex}.content-shell{padding:2rem 1rem 3rem}.content-wrap{padding-top:1.5rem}.hero-block,.powering-block,.about-block,.faq-block{padding:2rem 0}.backed-by{border:1px solid var(--line);background:var(--card);color:var(--muted);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.45rem .65rem;font-size:.85rem;display:inline-flex}.yc-logo{object-fit:contain;flex-shrink:0;width:1.1rem;height:1.1rem}h1,h2{font-family:var(--serif);color:var(--text)}h1{padding-bottom:1rem;font-size:1.7rem;font-weight:500;line-height:1.2}h2{padding-bottom:.4rem;font-size:1.125rem;font-weight:500;line-height:1.3}.hero-lede,.about-block p,.faq-item p{font-size:1rem}.hero-links{flex-direction:column;gap:.35rem;margin-top:1rem;display:flex}.hero-button{background:linear-gradient(180deg, var(--blue), var(--blue-dark));color:#fff;border-radius:.375rem;justify-content:center;align-items:center;gap:.4rem;width:100%;min-height:2.5rem;padding:0 1rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.hero-button svg{stroke:currentColor;fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:1rem;height:1rem}.cta-note{color:var(--muted);font-size:.85rem}.cta-note a{text-decoration:underline}.split-heading{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.list-row{color:var(--text);align-items:center;gap:.375rem;padding-top:1rem;text-decoration:none;transition:color .16s;display:flex}.list-row:hover{color:var(--muted)}.list-row-title{text-underline-offset:.12em;font-size:1rem;text-decoration:underline}.list-row-rule{background:var(--line);flex:1;height:1px}.list-row-meta{color:var(--muted);white-space:nowrap;font-size:1rem}.list-note{color:var(--muted);margin-top:.75rem;font-size:1rem}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{border:1px solid var(--line);background:var(--card);border-radius:.75rem;overflow:hidden}.faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;font-size:1rem;font-weight:500;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-summary-icon{color:var(--muted);flex-shrink:0}.faq-item[open] .faq-summary-icon{transform:rotate(45deg)}.faq-item p{padding:0 1rem 1rem}.footer{background:var(--card);border-top:1px solid var(--line);margin-top:auto;padding:1rem}.footer-wrap{color:#525252;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.footer-copy{flex-direction:column;gap:.25rem;display:flex}.footer-meta{text-align:right;margin-left:auto}@media (width<=640px){.nav-shell,.content-shell,.footer{padding-left:1rem;padding-right:1rem}.topbar,.top-links,.footer-wrap{flex-direction:column;align-items:flex-start}.auth-links,.top-links,.footer-links{justify-content:flex-start}.footer-meta{text-align:left;margin-left:0}}
