.site-shell{flex-direction:column;min-height:100dvh;display:flex}.lightbox-backdrop{z-index:1000;cursor:zoom-out;background:#14121edb;justify-content:center;align-items:center;padding:2.5rem 1.25rem;animation:.15s ease-out lightbox-fade-in;display:flex;position:fixed;inset:0}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.lightbox-image{cursor:default;border-radius:10px;max-width:100%;max-height:100%;box-shadow:0 20px 60px #00000080}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.75rem;line-height:1;display:flex;position:fixed;top:1.25rem;right:1.5rem}.lightbox-close:hover{background:#ffffff38}.skip-link{background:var(--cr-indigo);color:#fff;z-index:1000;border-radius:0 0 var(--cr-radius) 0;padding:.75rem 1.25rem;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.site-header{z-index:100;background:var(--cr-surface);border-bottom:1px solid var(--cr-border);position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1180px;margin:0 auto;padding:.85rem 1.25rem;display:flex}.brand-mark{color:var(--cr-indigo-dark);align-items:center;gap:.6rem;text-decoration:none;display:flex}.brand-mark img{border-radius:8px}.brand-name{letter-spacing:.01em;font-size:1.15rem;font-weight:700}.nav-links-desktop{align-items:center;gap:1.75rem;display:none}.nav-links-desktop a{color:var(--cr-text);border-bottom:2px solid #0000;padding:.25rem 0;font-size:.98rem;font-weight:500;text-decoration:none}.nav-links-desktop a:hover,.nav-links-desktop a.active{color:var(--cr-indigo);border-bottom-color:var(--cr-copper)}.nav-menu-toggle{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.nav-menu-toggle:hover{background:var(--cr-bg)}.hamburger{flex-direction:column;gap:5px;width:22px;display:flex}.hamburger span{background:var(--cr-indigo-dark);width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-drawer{background:var(--cr-surface);z-index:200;width:min(320px,85vw);height:100dvh;padding:5.5rem 1.75rem 2rem;transition:transform .25s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 30px #1c1e3326}.nav-drawer.is-open{transform:translate(0)}.nav-drawer-links{flex-direction:column;gap:1.4rem;display:flex}.nav-drawer-links a{color:var(--cr-text);font-size:1.15rem;font-weight:600;text-decoration:none}.nav-drawer-links a.active{color:var(--cr-indigo)}.nav-drawer-scrim{z-index:150;cursor:pointer;background:#1c1e3359;border:none;position:fixed;inset:0}@media (width>=860px){.nav-links-desktop{display:flex}.nav-menu-toggle{display:none}}.site-footer{background:var(--cr-indigo-dark);color:#dfe0f2;margin-top:auto;padding:2.75rem 1.25rem 2rem}.site-footer-inner{flex-direction:column;gap:1.5rem;max-width:1180px;margin:0 auto;display:flex}.footer-brand{align-items:center;gap:.75rem;display:flex}.footer-brand img{border-radius:6px}.footer-product{color:#fff;margin:0;font-weight:700}.footer-credit{margin:.15rem 0 0;font-size:.92rem}.footer-credit a{color:#f0c9a2}.footer-links{flex-wrap:wrap;gap:1.25rem;display:flex}.footer-links a{color:#dfe0f2;font-size:.92rem;text-decoration:none}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-copyright{color:#b7b9d6;border-top:1px solid #ffffff1f;margin:0;padding-top:1.25rem;font-size:.82rem}@media (width>=720px){.site-footer-inner{flex-direction:row;justify-content:space-between;align-items:flex-start}.footer-copyright{border-top:1px solid #ffffff1f;order:3;width:100%;margin-top:1rem;padding-top:1.25rem}}.container{max-width:1180px;margin:0 auto;padding:0 1.25rem}.narrow{max-width:760px}.hero{background:linear-gradient(180deg, #eceaf9 0%, var(--cr-bg) 100%);padding:4.5rem 0 3.5rem}.eyebrow{color:var(--cr-copper-dark);letter-spacing:.03em;text-transform:uppercase;background:#c9793e1f;border-radius:999px;margin-bottom:1.1rem;padding:.3rem .9rem;font-size:.85rem;font-weight:700;display:inline-block}.hero h1{max-width:16ch;margin:0 0 1rem;font-size:clamp(2rem,4.5vw,3.1rem)}.hero-lede{color:var(--cr-text-muted);max-width:56ch;margin:0 0 2rem;font-size:1.2rem}.cta-row{flex-wrap:wrap;gap:1rem;display:flex}.btn{cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.6rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--cr-copper);color:#fff}.btn-primary:hover{background:var(--cr-copper-dark)}.btn-secondary{color:var(--cr-indigo);border-color:var(--cr-indigo);background:0 0}.btn-secondary:hover{background:var(--cr-indigo);color:#fff}section.page-section{padding:3.5rem 0}section.page-section.alt{background:var(--cr-surface)}.section-heading{text-align:center;max-width:46ch;margin:0 auto 2.5rem}.section-heading h2{margin-bottom:.6rem;font-size:clamp(1.6rem,3vw,2.2rem)}.section-heading p{color:var(--cr-text-muted);margin:0}.card-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.card-grid.cols-3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--cr-surface);border:1px solid var(--cr-border);border-radius:var(--cr-radius);box-shadow:var(--cr-shadow);padding:1.75rem}.card h3{margin:0 0 .6rem;font-size:1.15rem}.card p{color:var(--cr-text-muted);margin:0}.card-icon{background:#2b2f7714;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:1rem;font-size:1.35rem;display:flex}.prose h2{margin-top:2.25rem;font-size:1.6rem}.prose h3{margin-top:1.75rem;font-size:1.2rem}.prose p,.prose li{color:var(--cr-text)}.prose p{margin:0 0 1.1rem}.legal-updated{color:var(--cr-text-muted);font-size:.92rem}.legal-notice{border-radius:var(--cr-radius);background:#c9793e1a;border:1px solid #c9793e59;margin:1.5rem 0 2rem;padding:1.1rem 1.35rem;font-size:.95rem}.pricing-card{background:var(--cr-surface);border:1px solid var(--cr-border);border-radius:var(--cr-radius);box-shadow:var(--cr-shadow);text-align:center;padding:2rem}.pricing-card.highlight{border-color:var(--cr-copper);position:relative}.pricing-note{color:var(--cr-text-muted);margin-top:.5rem;font-size:.95rem}.two-col{grid-template-columns:1fr;align-items:center;gap:2.5rem;display:grid}@media (width>=860px){.two-col{grid-template-columns:1fr 1fr}}.form-field{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-field label{font-size:.95rem;font-weight:600}.form-field input,.form-field textarea{border:1px solid var(--cr-border);border-radius:8px;width:100%;padding:.75rem .9rem;font-family:inherit;font-size:1rem}.not-found{text-align:center;padding:6rem 1.25rem}.screenshot-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=640px){.screenshot-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1080px){.screenshot-grid.cols-3{grid-template-columns:repeat(3,1fr)}}.screenshot-card{background:var(--cr-surface);border:1px solid var(--cr-border);border-radius:var(--cr-radius);box-shadow:var(--cr-shadow);overflow:hidden}.screenshot-card img{border-bottom:1px solid var(--cr-border);cursor:zoom-in;width:100%;height:auto;transition:opacity .15s;display:block}.screenshot-card img:hover{opacity:.88}.screenshot-card-body{padding:1.25rem 1.5rem 1.5rem}.screenshot-card-body h3{margin:0 0 .4rem;font-size:1.05rem}.screenshot-card-body p{color:var(--cr-text-muted);margin:0;font-size:.95rem}:root{--cr-indigo:#2b2f77;--cr-indigo-dark:#1e2154;--cr-copper:#c9793e;--cr-copper-dark:#a85f2c;--cr-bg:#f7f6f3;--cr-surface:#fff;--cr-text:#1c1e33;--cr-text-muted:#545876;--cr-border:#e3e1f0;--cr-focus:#c9793e;--cr-font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--cr-radius:10px;--cr-shadow:0 4px 20px #2b2f7714}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{font-family:var(--cr-font);background:var(--cr-bg);color:var(--cr-text);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}img{max-width:100%;display:block}a{color:var(--cr-indigo)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--cr-focus);outline-offset:2px}h1,h2,h3{color:var(--cr-indigo-dark);line-height:1.25}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
