@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..900;1,9..144,300..900&family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&display=swap";:root{--bg: #fffff8;--bg-alt: #f5f5ee;--bg-dark: #1a1a1a;--text: #222;--text-muted: #666;--text-light: #999;--red: #cc0000;--red-dark: #aa0000;--border: #ddd;--border-light: #eee;--font: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-display: "Fraunces", Georgia, "Times New Roman", serif;--max-w: 1100px;--narrow: 720px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fffff8;background:var(--bg);color:#222;color:var(--text);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-family:var(--font);font-size:1.05rem;line-height:1.65;-webkit-font-smoothing:antialiased}body.landing{background:#fffff8;background:var(--bg)}.landing h1,.landing h2,.landing h3,.callout-text,.pricing-banner__text{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display)}a{color:inherit;text-decoration:none}.inner{max-width:1100px;max-width:var(--max-w);margin:0 auto;padding:0 2rem}.inner--narrow{max-width:720px;max-width:var(--narrow)}.nav{position:sticky;top:0;z-index:50;background:#fffff8;background:var(--bg);border-bottom:1px solid #ddd;border-bottom:1px solid var(--border)}.nav__inner{max-width:1100px;max-width:var(--max-w);margin:0 auto;padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between}.nav__logo{font-size:1.4rem;font-weight:900;color:#222;color:var(--text);letter-spacing:-.04em;text-decoration:none;display:flex;align-items:center;gap:.4rem}.nav__logo em{font-style:normal;color:#c00;color:var(--red)}.nav__logo-img{height:24px;width:auto;display:block}.nav__alpha{font-size:8px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#c00;color:var(--red);border:1px solid #cc0000;border:1px solid var(--red);border-radius:3px;padding:1px 4px;margin-left:3px;vertical-align:middle;display:inline-block;line-height:1.4}.nav__right{display:flex;align-items:center;gap:1.25rem}.nav__signin{color:#666;color:var(--text-muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s}.nav__signin:hover{color:#222;color:var(--text)}.nav__cta{background:#c00;background:var(--red);color:#fff;font-weight:700;font-size:.875rem;padding:.5rem 1.1rem;border-radius:6px;transition:background .15s}.nav__cta:hover{background:#a00;background:var(--red-dark)}.beta-banner{background:#1a1a2e;color:#ccc;font-size:.875rem;text-align:center;padding:.6rem 1rem;line-height:1.4}.beta-banner a{color:#fff;text-decoration:underline}.beta-banner a:hover{color:#c00;color:var(--red)}.beta-banner__badge{display:inline-block;background:#c00;background:var(--red);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.15em .5em;border-radius:3px;margin-right:.5em;vertical-align:middle}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-family:var(--font);font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .15s;text-decoration:none;white-space:nowrap}.btn--red{background:#c00;background:var(--red);color:#fff}.btn--red:hover{background:#a00;background:var(--red-dark);transform:translateY(-1px)}.btn--outline{background:transparent;color:#222;color:var(--text);border:2px solid #ddd;border:2px solid var(--border)}.btn--outline:hover{border-color:#222;border-color:var(--text)}.btn--lg{padding:.9rem 2rem;font-size:1rem}.btn--full{width:100%;justify-content:center}.above-fold{height:calc(100vh - 60px - 2.425rem);display:flex;flex-direction:column;overflow:hidden}.hero{padding:2.5rem 2rem 1rem;max-width:1100px;max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;flex:1 1;min-height:0;overflow:hidden}.hero__text{text-align:center;margin-top:1rem;flex-shrink:0}.hero__text h1{font-size:clamp(2rem,5vw,3.75rem);font-weight:900;letter-spacing:-.05em;line-height:1;color:#222;color:var(--text)}.hero__screenshot{max-width:720px;margin:0 auto;overflow:hidden;border-radius:18px;transition:outline .15s ease;display:inline-block;width:100%}.hero__screenshot:hover{outline:4px solid #0f0f0f;outline-offset:0}.video-modal{display:none;position:fixed;inset:0;z-index:1000;align-items:center;justify-content:center}.video-modal--open{display:flex}.video-modal__backdrop{position:absolute;inset:0;background:#000000d9}.video-modal__content{position:relative;z-index:1;width:min(90vw,147.375vh);max-width:1179px;border:5px solid #0f0f0f;border-radius:14px;background:#0f0f0f}.video-modal__close{position:absolute;top:-1.5rem;right:-1.5rem;width:3rem;height:3rem;background:#0f0f0f;border:5px solid #0f0f0f;border-radius:50%;color:#fff;font-size:1.1rem;line-height:1;cursor:pointer;padding:0;z-index:2;display:flex;align-items:center;justify-content:center}.video-modal__close:hover{background:#000;border-color:#000}.video-modal__embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:9px}.video-modal__embed iframe{position:absolute;inset:0;width:100%;height:100%}.video-thumbnail{position:relative;display:block;border-radius:18px;overflow:hidden;box-shadow:none;cursor:pointer}.video-thumbnail__img{width:100%;aspect-ratio:1179 / 720;-o-object-fit:cover;object-fit:cover;display:block}.video-thumbnail__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:#0f0f0fd1;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease;padding:0}.video-thumbnail:hover .video-thumbnail__play{background:#0f0f0ff2;transform:translate(-50%,-50%) scale(1.08)}.app-screenshot-frame{border-radius:18px;overflow:hidden;border:1px solid #ddd;border:1px solid var(--border);padding:6px;background:#fff}.app-screenshot-frame--sm{padding:3px;border-radius:14px}.app-screenshot{width:100%;display:block;border:1px solid #ddd;border:1px solid var(--border);border-radius:12px}.screenshot-frame{border:1px solid #ddd;border:1px solid var(--border);border-radius:12px 12px 0 0;overflow:hidden;box-shadow:0 8px 40px #0000001f,0 2px 8px #0000000f;background:#fff}.screenshot-bar{background:#f0f0f0;padding:.65rem 1rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border)}.screenshot-dot{width:10px;height:10px;border-radius:50%;background:#ddd}.screenshot-dot:nth-child(1){background:#ff5f57}.screenshot-dot:nth-child(2){background:#febc2e}.screenshot-dot:nth-child(3){background:#28c840}.screenshot-url{flex:1 1;text-align:center;font-size:.75rem;color:#888;background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:.2rem .75rem;margin:0 .5rem}.screenshot-body{display:grid;grid-template-columns:220px 1fr;min-height:360px}.mock-sidebar{background:#f9f9f6;border-right:1px solid #eee;border-right:1px solid var(--border-light);padding:1rem 0}.mock-unit{padding:.6rem 1.25rem;font-size:.8rem;color:#666;color:var(--text-muted);cursor:default;transition:background .1s}.mock-unit:hover{background:#f0f0eb}.mock-unit--active{background:#fff;color:#222;color:var(--text);font-weight:700;border-left:3px solid #cc0000;border-left:3px solid var(--red);padding-left:calc(1.25rem - 3px)}.mock-unit--locked{color:#bbb}.mock-main{padding:1.75rem 2rem;display:flex;flex-direction:column;gap:1.25rem}.mock-tag{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#c00;color:var(--red);margin-bottom:.25rem}.mock-title{font-size:1.15rem;font-weight:800;color:#222;color:var(--text);letter-spacing:-.02em;line-height:1.25}.mock-sub{font-size:.85rem;color:#666;color:var(--text-muted);margin-top:.25rem}.mock-player{display:flex;align-items:center;gap:.75rem;background:#f9f9f6;border:1px solid #eee;border:1px solid var(--border-light);border-radius:8px;padding:.75rem 1rem}.mock-play{width:32px;height:32px;background:#c00;background:var(--red);color:#fff;border:none;border-radius:50%;font-size:.8rem;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding-left:2px}.mock-waveform{flex:1 1;display:flex;align-items:center;gap:2px;height:28px}.mock-waveform span{flex:1 1;background:#c00;background:var(--red);opacity:.25;border-radius:2px}.mock-waveform span:nth-child(1){height:40%}.mock-waveform span:nth-child(2){height:70%}.mock-waveform span:nth-child(3){height:55%;opacity:.8}.mock-waveform span:nth-child(4){height:90%;opacity:.8}.mock-waveform span:nth-child(5){height:100%;opacity:1}.mock-waveform span:nth-child(6){height:80%;opacity:1}.mock-waveform span:nth-child(7){height:60%;opacity:.7}.mock-waveform span:nth-child(8){height:45%;opacity:.5}.mock-waveform span:nth-child(9){height:75%;opacity:.4}.mock-waveform span:nth-child(10){height:55%;opacity:.3}.mock-waveform span:nth-child(11){height:35%;opacity:.25}.mock-waveform span:nth-child(12){height:50%;opacity:.25}.mock-waveform span:nth-child(13){height:65%;opacity:.25}.mock-waveform span:nth-child(14){height:40%;opacity:.25}.mock-waveform span:nth-child(15){height:30%;opacity:.25}.mock-time{font-size:.75rem;color:#666;color:var(--text-muted);flex-shrink:0}.mock-transcript{border-left:3px solid #eee;border-left:3px solid var(--border-light);padding-left:1rem}.mock-line{font-size:.875rem;line-height:1.5;padding:.2rem 0}.mock-line--de{font-weight:700;color:#222;color:var(--text)}.mock-line--en{color:#666;color:var(--text-muted)}.mock-actions{display:flex;gap:.75rem;margin-top:auto}.mock-btn{padding:.55rem 1.1rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-family:var(--font);border:1px solid #ddd;border:1px solid var(--border);background:#fff;color:#222;color:var(--text);transition:all .15s}.mock-btn--primary{background:#c00;background:var(--red);color:#fff;border-color:#c00;border-color:var(--red)}.callout-section{padding:3rem 2rem;text-align:center;flex-shrink:0}.callout-text{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.25;color:#222;color:var(--text);margin-bottom:1rem}.callout-sub{font-size:1.2rem;color:#666;color:var(--text-muted);font-style:italic}.pricing-banner{background:#c00;background:var(--red);color:#fff;padding:3rem 2rem;text-align:center}.pricing-banner__text{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;letter-spacing:-.03em;line-height:1.3;margin-bottom:1.75rem;color:#fff}.pricing-banner .btn--red{background:#fff;color:#c00;color:var(--red);font-size:1.05rem}.pricing-banner .btn--red:hover{background:#f5f5f5;transform:translateY(-1px)}.prose-section{padding:5rem 2rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border)}.prose-section h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:900;letter-spacing:-.04em;line-height:1.2;color:#222;color:var(--text);margin-bottom:1.5rem}.prose-section p{font-size:1.05rem;color:#666;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.7}.link-arrow{font-weight:700;color:#c00;color:var(--red);text-decoration:none;font-size:1rem;display:inline-block;margin-top:.5rem;transition:gap .15s}.link-arrow:hover{text-decoration:underline}.feature-section{padding:5rem 2rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border)}.feature-section--alt{background:#f5f5ee;background:var(--bg-alt)}.feature-screenshot{width:100%;border-radius:12px;border:1px solid #ddd;border:1px solid var(--border);display:block}.feature-section__inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.feature-section--flip .feature-section__inner{direction:rtl}.feature-section--flip .feature-section__inner>*{direction:ltr}.feature-section__text h2{font-size:clamp(1.65rem,3vw,2.25rem);font-weight:900;letter-spacing:-.04em;line-height:1.15;color:#222;color:var(--text);margin-bottom:1.25rem}.feature-section__text p{font-size:1rem;color:#666;color:var(--text-muted);line-height:1.7;margin-bottom:1rem}.feature-card{background:#fff;border:1px solid #ddd;border:1px solid var(--border);border-radius:12px;padding:1.75rem;box-shadow:0 2px 12px #0000000f}.feature-card__icon{font-size:2rem;margin-bottom:.75rem}.feature-card__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#999;color:var(--text-light);margin-bottom:.75rem}.feature-card__waveform{display:flex;align-items:flex-end;gap:3px;height:40px;margin-bottom:1rem}.feature-card__waveform span{flex:1 1;background:#c00;background:var(--red);border-radius:2px;opacity:.7}.feature-card__waveform span:nth-child(1){height:40%}.feature-card__waveform span:nth-child(2){height:70%}.feature-card__waveform span:nth-child(3){height:55%}.feature-card__waveform span:nth-child(4){height:90%;opacity:1}.feature-card__waveform span:nth-child(5){height:100%;opacity:1}.feature-card__waveform span:nth-child(6){height:80%}.feature-card__waveform span:nth-child(7){height:60%}.feature-card__waveform span:nth-child(8){height:45%}.feature-card__waveform span:nth-child(9){height:75%}.feature-card__waveform span:nth-child(10){height:55%}.feature-card__waveform span:nth-child(11){height:35%}.feature-card__waveform span:nth-child(12){height:50%}.feature-card__waveform span:nth-child(13){height:65%}.feature-card__waveform span:nth-child(14){height:40%}.feature-card__waveform span:nth-child(15){height:30%}.feature-card__line{font-size:1rem;font-weight:700;color:#222;color:var(--text);margin-bottom:.25rem}.feature-card__sub{font-size:.8rem;color:#999;color:var(--text-light)}.drill-lines{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.drill-line{font-size:.9rem;padding:.45rem .75rem;border-radius:6px;line-height:1.4}.drill-line--done{background:#f0f9f0;color:#2d7a2d}.drill-line--active{background:#fff8e1;color:#222;color:var(--text);border:1px solid #f0c040;font-weight:600}.drill-line--next{color:#999;color:var(--text-light)}.cursor{display:inline-block;animation:blink 1s step-end infinite;color:#c00;color:var(--red)}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.drill-progress{height:5px;background:#f5f5ee;background:var(--bg-alt);border-radius:100px;overflow:hidden;margin-bottom:.4rem}.drill-progress__bar{height:100%;background:#c00;background:var(--red);border-radius:100px}.drill-progress__label{font-size:.75rem;color:#999;color:var(--text-light)}.review-items{display:flex;flex-direction:column;gap:0}.review-item{display:flex;align-items:center;justify-content:space-between;padding:.65rem 0;border-bottom:1px solid #eee;border-bottom:1px solid var(--border-light)}.review-item:last-child{border-bottom:none}.review-word{font-size:.95rem;font-weight:600;color:#222;color:var(--text)}.review-badge{font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:100px;background:#f5f5ee;background:var(--bg-alt);color:#666;color:var(--text-muted)}.review-badge--now{background:#fff0f0;color:#c00;color:var(--red)}.review-badge--good{background:#f0f9f0;color:#2d7a2d}.sections-overview-section{padding:5rem 2rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border)}.sections-overview-header{text-align:center;margin-bottom:3.5rem}.sections-badge{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#c00;color:var(--red);margin-bottom:1rem}.sections-overview-header h2{font-size:clamp(1.65rem,3vw,2.25rem);font-weight:900;letter-spacing:-.04em;line-height:1.2;margin-bottom:1rem}.sections-overview-header p{font-size:1rem;color:#666;color:var(--text-muted);max-width:540px;margin:0 auto}.sections-overview-screenshots{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;margin-bottom:3rem}.so-screenshot{width:100%;border-radius:10px;border:1px solid #ddd;border:1px solid var(--border);display:block}@media(max-width:600px){.sections-overview-screenshots{grid-template-columns:1fr}}.sections-overview-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem}@media(min-width:900px){.sections-overview-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.sections-overview-grid{grid-template-columns:1fr}}.so-card{border:1px solid #ddd;border:1px solid var(--border);border-radius:10px;padding:1.5rem;background:#fffff8;background:var(--bg);display:flex;flex-direction:column;gap:.5rem}.so-card__num{font-size:.7rem;font-weight:700;letter-spacing:.1em;color:#999;color:var(--text-light);margin-bottom:.1rem}.so-card h3{font-size:1rem;font-weight:700;letter-spacing:-.02em}.so-card--later{opacity:.6;border-style:dashed}.sections-overview-note{text-align:center;margin-top:2rem;font-size:.9rem;color:#666;color:var(--text-muted)}.sections-overview-note__link{color:#222;color:var(--text);font-weight:600;text-decoration:underline;text-underline-offset:3px}.sections-overview-note__link:hover{color:#c00;color:var(--red)}.so-card__desc{font-size:.85rem;color:#666;color:var(--text-muted);line-height:1.55}.fsi-section{padding:5rem 2rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border);background:#1a1a1a;background:var(--bg-dark);color:#e5e7eb}.fsi-badge{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:1rem}.fsi-section h2{font-size:clamp(1.65rem,3vw,2.25rem);font-weight:900;letter-spacing:-.04em;line-height:1.2;color:#fff;margin-bottom:1.5rem}.fsi-section p{font-size:1rem;color:#ffffff8c;line-height:1.75;margin-bottom:1.25rem}.fsi-facts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;margin-top:3rem;border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden}.fsi-fact{padding:1.75rem;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.4rem}.fsi-fact:last-child{border-right:none}.fsi-fact strong{font-size:1.75rem;font-weight:900;color:#fff;letter-spacing:-.04em;line-height:1}.fsi-fact span{font-size:.825rem;color:#fff6;line-height:1.4}.stats-section{padding:5rem 2rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border);background:#f5f5ee;background:var(--bg-alt)}.stats-header{text-align:center;margin-bottom:3rem}.stats-badge{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#c00;color:var(--red);margin-bottom:1rem}.stats-section h2{font-size:clamp(1.65rem,3vw,2.25rem);font-weight:900;letter-spacing:-.04em;color:#222;color:var(--text);margin-bottom:1rem}.stats-header p{font-size:1rem;color:#666;color:var(--text-muted);max-width:480px;margin:0 auto;line-height:1.7}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:0;gap:0;border:1px solid #ddd;border:1px solid var(--border);border-radius:10px;overflow:hidden}.stat-item{padding:1.75rem 1.5rem;border-right:1px solid #ddd;border-right:1px solid var(--border);border-bottom:1px solid #ddd;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.35rem;background:#fffff8;background:var(--bg);min-height:150px}.stat-item:nth-child(5n){border-right:none}.stat-item:nth-last-child(-n+5){border-bottom:none}.stat-number{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:2.25rem;font-weight:900;color:#222;color:var(--text);letter-spacing:-.03em;line-height:1;transition:opacity .2s}.stat-loading{opacity:.25}.stat-number--with-unit{display:flex;align-items:baseline;gap:.25em;white-space:nowrap}.stat-unit{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-family:var(--font);font-size:1rem;font-weight:600;color:#666;color:var(--text-muted)}.stat-label{font-size:.875rem;font-weight:600;color:#222;color:var(--text);line-height:1.3}.stat-detail{font-size:.775rem;color:#999;color:var(--text-light);line-height:1.4}@media(max-width:750px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(5n){border-right:1px solid #ddd;border-right:1px solid var(--border)}.stat-item:nth-last-child(-n+5){border-bottom:1px solid #ddd;border-bottom:1px solid var(--border)}.stat-item:nth-child(2n){border-right:none}.stat-item:nth-last-child(-n+2){border-bottom:none}}.rdmap-page{padding:4rem 2rem 8rem}.rdmap-inner{max-width:680px;margin:0 auto}.rdmap-page-header{margin-bottom:3.5rem;padding-bottom:2.5rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border)}.rdmap-page-header h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:900;letter-spacing:-.04em;color:#222;color:var(--text);margin:.5rem 0 1rem;line-height:1.15}.rdmap-page-header p{font-size:1.05rem;color:#666;color:var(--text-muted);line-height:1.7;max-width:480px}.rdmap-cta{margin-top:4rem;padding-top:3rem;border-top:1px solid #ddd;border-top:1px solid var(--border);display:flex;align-items:center;gap:1.5rem}.rdmap-cta p{font-size:1rem;color:#666;color:var(--text-muted);margin:0}.roadmap-section{padding:5rem 2rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border);background:#fffff8;background:var(--bg)}.roadmap-header{text-align:center;margin-bottom:3.5rem}.roadmap-header h2{font-size:clamp(1.65rem,3vw,2.25rem);font-weight:900;letter-spacing:-.04em;color:#222;color:var(--text);margin-bottom:1rem}.roadmap-header p{font-size:1rem;color:#666;color:var(--text-muted);max-width:400px;margin:0 auto;line-height:1.7}.roadmap-phases{display:flex;flex-direction:column;gap:0}.roadmap-phase{display:grid;grid-template-columns:2rem 1fr;grid-gap:0 1.5rem;gap:0 1.5rem;padding-bottom:2.5rem}.roadmap-phase--future{opacity:.5}.roadmap-phase__marker{display:flex;flex-direction:column;align-items:center;padding-top:.25rem}.roadmap-phase__dot{width:.875rem;height:.875rem;border-radius:50%;border:2px solid #ddd;border:2px solid var(--border);background:#fffff8;background:var(--bg);flex-shrink:0}.roadmap-phase--active .roadmap-phase__dot{background:#c00;background:var(--red);border-color:#c00;border-color:var(--red)}.roadmap-phase__line{width:2px;flex:1 1;background:#ddd;background:var(--border);margin-top:.5rem}.roadmap-phase__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#999;color:var(--text-light);margin-bottom:.35rem}.roadmap-phase--active .roadmap-phase__label{color:#c00;color:var(--red)}.roadmap-phase__title{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:1.35rem;font-weight:800;letter-spacing:-.03em;color:#222;color:var(--text);margin-bottom:.6rem;line-height:1.2}.roadmap-phase__desc{font-size:.95rem;color:#666;color:var(--text-muted);line-height:1.7;max-width:520px}.pricing-section{padding:5rem 2rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border)}.pricing-section h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:900;letter-spacing:-.04em;color:#222;color:var(--text);margin-bottom:3rem;text-align:center}.pricing-cards-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:stretch;margin-top:2rem}.pricing-free-card,.pricing-main-card{display:flex;flex-direction:column}.pricing-free-card .btn,.pricing-plan .btn{margin-top:auto}.pricing-plan .pricing-card__note{margin-top:auto;margin-bottom:.5rem}.pricing-card__note+.btn{margin-top:0}.pricing-main-card{border:2px solid #cc0000;border:2px solid var(--red);border-radius:12px;background:#fff;padding:2rem;position:relative;overflow:visible}.pricing-toggle-wrap{display:inline-flex;position:absolute;top:-18px;left:1.5rem;background:#f5f5ee;background:var(--bg-alt);border-radius:8px;padding:4px;box-shadow:0 1px 4px #00000014}.pricing-toggle__btn{padding:.45rem 1.25rem;font-size:.875rem;font-weight:600;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-family:var(--font);border:none;border-radius:6px;background:transparent;color:#666;color:var(--text-muted);cursor:pointer;transition:all .15s}.pricing-toggle__btn--active{background:#fff;color:#222;color:var(--text);box-shadow:0 1px 4px #0000001a}.pricing-two-months-banner{display:none;position:absolute;top:-14px;right:1.5rem;background:#c00;background:var(--red);color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .85rem;border-radius:100px;transform:rotate(3deg);box-shadow:0 2px 8px #c0392b59}.pricing-two-months-banner--visible{display:inline-block}.pricing-plan{display:flex;flex-direction:column;flex:1 1}.pricing-plan--hidden{display:none}.pricing-free-card{border:1px solid #ddd;border:1px solid var(--border);border-radius:12px;padding:2rem;background:#fff;position:relative;overflow:visible}.pricing-card{border:1px solid #ddd;border:1px solid var(--border);border-radius:12px;padding:2rem;background:#fff}.pricing-card--featured{border-color:#c00;border-color:var(--red);border-width:2px}.pricing-card__name{position:absolute;top:-18px;left:1.5rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#666;color:var(--text-muted);background:#fffff8;background:var(--bg);padding:.25rem .75rem;border-radius:6px;border:1px solid #ddd;border:1px solid var(--border)}.pricing-card__price{font-size:3rem;font-weight:900;letter-spacing:-.05em;color:#222;color:var(--text);line-height:1;margin-bottom:.5rem}.pricing-card__price span{font-size:1.1rem;font-weight:500;color:#666;color:var(--text-muted);letter-spacing:0}.pricing-card__beta{font-size:.8rem;font-weight:700;color:#c00;color:var(--red);background:#fff0f0;display:inline-block;padding:.2rem .6rem;border-radius:4px;margin-bottom:1.25rem}.pricing-card__features{list-style:none;margin:1.25rem 0;display:flex;flex-direction:column;gap:.55rem}.pricing-card__features li{font-size:.9rem;color:#666;color:var(--text-muted);padding-left:1.25rem;position:relative}.pricing-card__features li:before{content:"\2713";position:absolute;left:0;color:#c00;color:var(--red);font-weight:700}.pricing-feature--unit{color:#222;color:var(--text);font-weight:700}.pricing-feature__partial{font-size:.75rem;font-weight:500;color:#666;color:var(--text-muted)}.pricing-feature__nested{list-style:none;margin-top:.4rem;padding-left:1rem;display:flex;flex-direction:column;gap:.4rem;border-left:2px solid #ddd;border-left:2px solid var(--border)}.pricing-feature__nested li{font-size:.85rem;color:#666;color:var(--text-muted);font-weight:400;padding-left:.75rem}.pricing-feature__nested li:before{content:none}.pricing-coming-soon{font-size:.7rem;font-weight:600;color:#666;color:var(--text-muted);background:#f5f5ee;background:var(--bg-alt);border:1px solid #ddd;border:1px solid var(--border);border-radius:4px;padding:1px 5px;vertical-align:middle;margin-left:4px;letter-spacing:.02em}.pricing-card__note{font-size:.78rem;color:#999;color:var(--text-light);text-align:center;margin-top:.75rem;line-height:1.4}.pricing-save-badge{width:6rem;height:6rem;background:#f5c842;color:#5a3e00;font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;justify-content:center;align-self:center;text-align:center;line-height:1.2;box-shadow:0 2px 10px #f5c84280;transform:rotate(10deg);margin-bottom:1rem;clip-path:polygon(50% 0%,54% 11%,65% 5%,63% 17%,75% 13%,71% 24%,84% 24%,77% 33%,90% 38%,80% 44%,91% 52%,79% 55%,86% 65%,74% 65%,77% 77%,65% 73%,63% 85%,54% 78%,50% 90%,46% 78%,37% 85%,35% 73%,23% 77%,26% 65%,14% 65%,21% 55%,9% 52%,20% 44%,10% 38%,23% 33%,16% 24%,29% 24%,25% 13%,37% 17%,35% 5%,46% 11%)}.signup-section{padding:5rem 2rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border);text-align:center}.signup-section h2{font-size:clamp(2rem,4vw,3rem);font-weight:900;letter-spacing:-.05em;color:#222;color:var(--text);margin-bottom:.75rem}.signup-section>.inner>p{font-size:1.05rem;color:#666;color:var(--text-muted);margin-bottom:2rem}.signup-form{display:flex;gap:.75rem;max-width:520px;margin:0 auto 1rem;flex-wrap:wrap;justify-content:center}.signup-form__input{flex:1 1;min-width:220px;background:#fff;border:2px solid #ddd;border:2px solid var(--border);border-radius:8px;color:#222;color:var(--text);font-size:1rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-family:var(--font);padding:.85rem 1.25rem;outline:none;transition:border-color .2s}.signup-form__input::-moz-placeholder{color:#999;color:var(--text-light)}.signup-form__input::placeholder{color:#999;color:var(--text-light)}.signup-form__input:focus{border-color:#c00;border-color:var(--red)}.signup-form__legal{font-size:.8rem;color:#999;color:var(--text-light);margin-top:.75rem}.signup-form__legal a{color:#666;color:var(--text-muted);text-decoration:underline}.faq-section{padding:5rem 2rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border)}.faq-section h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:900;letter-spacing:-.04em;color:#222;color:var(--text);margin-bottom:3rem;text-align:center}details.faq+details.faq{margin-top:8px}details.faq{border:none;border-radius:12px;overflow:hidden;background:#f5f5ee;background:var(--bg-alt);transition:background .15s}details.faq:hover{background:#eceae2}details.faq[open]{background:#eceae2}details.faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:2rem .75rem;font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:#222;color:var(--text);line-height:1.3;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .15s}details.faq summary::-webkit-details-marker{display:none}details.faq summary:hover{color:#c00;color:var(--red)}details.faq summary:after{content:"+";font-size:1.5rem;font-weight:300;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-family:var(--font);color:#999;color:var(--text-light);flex-shrink:0;transition:transform .2s,color .15s;line-height:1}details.faq[open] summary:after{content:"\2212";color:#c00;color:var(--red)}details.faq p{font-size:1rem;color:#666;color:var(--text-muted);line-height:1.7;padding:0 .75rem 1.5rem}.founder-section{padding:5rem 2rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border);background:#f5f5ee;background:var(--bg-alt)}.founder-note{display:grid;grid-template-columns:auto 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start;background:#fff;border:1px solid #ddd;border:1px solid var(--border);border-radius:16px;padding:2.5rem;box-shadow:0 2px 16px #0000000f}.founder-avatar{width:80px;height:80px;border-radius:50%;background:#222;background:var(--text);color:#fff;font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:1.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:-.03em}.founder-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#999;color:var(--text-light);margin-bottom:1.25rem}.founder-text{font-size:1.1rem;color:#666;color:var(--text-muted);line-height:1.75;margin-bottom:1.25rem}.founder-text a{color:#c00;color:var(--red);text-decoration:underline}.founder-sig{margin-top:2rem;display:flex;flex-direction:column;gap:.2rem}.founder-sig__name{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:1.5rem;font-weight:700;font-style:italic;color:#222;color:var(--text);letter-spacing:-.02em}.founder-sig__title{font-size:.85rem;color:#999;color:var(--text-light)}.founder-more{display:inline-block;margin-top:1.5rem;font-size:.9rem;color:#c00;color:var(--red);text-decoration:none;font-weight:600;transition:opacity .15s}.founder-more:hover{opacity:.75}@media(max-width:600px){.founder-note{grid-template-columns:1fr;gap:1.5rem}}.footer{padding:4rem 2rem 2.5rem;background:#fffff8;background:var(--bg);border-top:1px solid #ddd;border-top:1px solid var(--border)}.footer__top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:6rem;gap:6rem;padding-bottom:3rem;border-bottom:1px solid #eee;border-bottom:1px solid var(--border-light)}.footer__logo{display:inline-block;margin-bottom:.75rem}.footer__tagline{font-size:.875rem;color:#666;color:var(--text-muted);line-height:1.6;margin:0 0 1.25rem}.footer__social{display:flex;gap:.75rem;margin-top:1.25rem}.footer__social a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:6px;border:1px solid #ddd;border:1px solid var(--border);color:#666;color:var(--text-muted);text-decoration:none;transition:color .15s,border-color .15s}.footer__social a:hover{color:#222;color:var(--text);border-color:#666;border-color:var(--text-muted)}.footer__heading{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#222;color:var(--text);margin:0 0 1rem}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer__list a{font-size:.9rem;color:#666;color:var(--text-muted);text-decoration:none;transition:color .15s}.footer__list a:hover{color:#222;color:var(--text)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;flex-wrap:wrap;gap:.5rem}.footer__copy{font-size:.8rem;color:#999;color:var(--text-light);margin:0}@media(max-width:800px){.footer__top{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1 / -1}}@media(max-width:480px){.footer__top{grid-template-columns:1fr}.footer__bottom{flex-direction:column;align-items:flex-start}}body:not(.landing) main{max-width:65rem;margin:2rem auto 4rem;min-height:calc(100vh - 200px);padding:2rem 2rem 4rem}body:not(.landing) h1{font-size:2.5rem;font-weight:900;color:#222;color:var(--text);letter-spacing:-.04em;margin-bottom:2rem}.fn-page{padding:4rem 2rem 8rem}.fn-inner{max-width:680px;margin:0 auto}.fn-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border)}.fn-avatar{width:72px;height:72px;border-radius:50%;background:#c00;background:var(--red);color:#fff;font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:1.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fn-name{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:1.75rem;font-weight:700;letter-spacing:-.03em;margin:0 0 .2rem;color:#222;color:var(--text)}.fn-title{font-size:.875rem;color:#666;color:var(--text-muted);margin:0}.fn-greeting{font-size:1.2rem;font-weight:600;color:#222;color:var(--text);margin-bottom:1.5rem}.fn-body p{font-size:1.05rem;line-height:1.8;color:#666;color:var(--text-muted);margin-bottom:1.25rem}.fn-body p em{color:#222;color:var(--text);font-style:italic}.fn-body h2{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:#222;color:var(--text);letter-spacing:-.03em;margin:3rem 0 1rem}.fn-body a:not(.btn){color:#c00;color:var(--red);text-decoration:underline}.fn-sig{margin-top:3rem;padding-top:2rem;border-top:1px solid #ddd;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.25rem}.fn-sig__name{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:#222;color:var(--text);letter-spacing:-.03em}.fn-sig__role{font-size:.875rem;color:#999;color:var(--text-light)}.fn-cta{margin-top:2.5rem}@media(max-width:500px){.fn-header{flex-direction:column;align-items:flex-start;gap:1rem}}.legal-page{max-width:680px;margin:0 auto;padding:3rem 0 6rem}.legal-page__header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #ddd;border-bottom:2px solid var(--border)}.legal-page__header h1{font-size:2.75rem;font-weight:900;color:#222;color:var(--text);letter-spacing:-.04em;margin:0 0 .5rem;text-align:left;line-height:1.1}.legal-page__meta{color:#999;color:var(--text-light);font-size:.875rem;margin:0}.legal-page__body h2{font-size:1.15rem;font-weight:800;color:#222;color:var(--text);margin:2.5rem 0 .65rem;letter-spacing:-.02em}.legal-page__body p{color:#666;color:var(--text-muted);line-height:1.75;margin-bottom:1rem;font-size:.95rem}.legal-page__body ul{color:#666;color:var(--text-muted);padding-left:1.5rem;margin-bottom:1rem;line-height:1.75;font-size:.95rem}.legal-page__body li{margin-bottom:.4rem}.legal-page__body a{color:#c00;color:var(--red);text-decoration:underline}.legal-page__body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.legal-page__body th{text-align:left;font-weight:600;padding:.6rem 1rem;border-bottom:2px solid #ddd;border-bottom:2px solid var(--border);color:#666;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.legal-page__body td{padding:.65rem 1rem;border-bottom:1px solid #eee;border-bottom:1px solid var(--border-light);vertical-align:top}.legal-page__body tr:last-child td{border-bottom:none}.legal-page__body td:first-child{font-weight:500;white-space:nowrap}@media(max-width:800px){.screenshot-body{grid-template-columns:1fr}.mock-sidebar{display:none}.feature-section__inner{grid-template-columns:1fr;gap:2rem}.feature-section--flip .feature-section__inner{direction:ltr}.fsi-facts{grid-template-columns:1fr}.fsi-fact{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.fsi-fact:last-child{border-bottom:none}.pricing-cards,.pricing-cards--three,.pricing-cards-row{grid-template-columns:1fr}}@media(max-width:768px){.hero__text{flex:1 1;display:flex;align-items:center;justify-content:center;margin-top:0}.prose-section,.feature-section,.sections-overview-section,.fsi-section,.stats-section,.pricing-section,.signup-section,.faq-section,.roadmap-section,.founder-section{padding-top:3rem;padding-bottom:3rem}.pricing-main-card{padding-top:3rem}.rdmap-cta{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:560px){.nav__inner{padding:0 1.25rem}.nav__signin{display:none}.hero{padding:1.5rem 1.25rem 1rem}.inner{padding:0 1.25rem}.signup-form{flex-direction:column}.signup-form .btn{width:100%}.btn--lg{padding:.85rem 1.5rem}.pricing-banner{padding:2rem 1.25rem}.pricing-banner__text{margin-bottom:1.25rem}.faq-section h2{margin-bottom:1.5rem}.stat-item{padding:1.25rem 1rem;min-height:0}.stat-number{font-size:1.75rem}.stat-number--with-unit{white-space:normal}}.blog-page{max-width:720px}.blog-header{margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border)}.blog-header__eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c00;color:var(--red);margin-bottom:.75rem}.blog-header__title{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;color:#222;color:var(--text);margin:0 0 .75rem}.blog-index h1{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:.75rem}.blog-header__sub{font-size:1.05rem;color:#666;color:var(--text-muted);line-height:1.6;margin:0}.blog-list{display:flex;flex-direction:column}.blog-card{padding:2rem 0;border-bottom:1px solid #eee;border-bottom:1px solid var(--border-light)}.blog-card:last-child{border-bottom:none}.blog-card__meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem;font-size:.825rem;color:#999;color:var(--text-light)}.blog-card__sep{color:#ddd;color:var(--border)}.blog-card__category{color:#c00;color:var(--red);font-weight:600}.blog-card__title{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:1.5rem;font-weight:800;letter-spacing:-.03em;line-height:1.2;color:#222;color:var(--text);margin:0 0 .65rem}.blog-card__title a{color:inherit;text-decoration:none;transition:color .15s}.blog-card__title a:hover{color:#c00;color:var(--red)}.blog-card__excerpt{font-size:.975rem;color:#666;color:var(--text-muted);line-height:1.65;margin:0 0 .85rem}.blog-card__read{font-size:.875rem;font-weight:600;color:#c00;color:var(--red);text-decoration:none;transition:opacity .15s}.blog-card__read:hover{opacity:.7}.post-page{max-width:680px;margin:0 auto}.post-back{display:inline-flex;align-items:center;font-size:.875rem;font-weight:600;color:#666;color:var(--text-muted);text-decoration:none;margin-bottom:2.5rem;transition:color .15s}.post-back:hover{color:#222;color:var(--text)}.post-header{margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:1px solid #ddd;border-bottom:1px solid var(--border)}.post-header__meta{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.825rem;color:#999;color:var(--text-light)}.post-header__sep{color:#ddd;color:var(--border)}.post-header__title{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:900;letter-spacing:-.04em;line-height:1.1;color:#222;color:var(--text);margin:0 0 1rem}.post h1,.post-header h1{font-size:clamp(2rem,4vw,2.75rem);letter-spacing:-.04em;line-height:1.1;margin-bottom:1rem}.post-header__lead{font-size:1.15rem;color:#666;color:var(--text-muted);line-height:1.65;margin:0;font-style:italic}.post-body{font-size:1.05rem;line-height:1.8;color:#666;color:var(--text-muted)}.post-body p{margin-bottom:1.5rem}.post-body h2{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:#222;color:var(--text);letter-spacing:-.03em;line-height:1.2;margin:3rem 0 1rem}.post-body h3{font-size:1.1rem;font-weight:700;color:#222;color:var(--text);margin:2rem 0 .75rem}.post-body ul,.post-body ol{padding-left:1.5rem;margin-bottom:1.5rem}.post-body li{margin-bottom:.4rem}.post-body strong{color:#222;color:var(--text);font-weight:700}.post-body em{font-style:italic}.post-body a{color:#c00;color:var(--red);text-decoration:underline;text-underline-offset:2px}.post-body blockquote{border-left:3px solid #cc0000;border-left:3px solid var(--red);padding-left:1.25rem;margin:2rem 0;font-style:italic}.post-body code{background:#f5f5ee;background:var(--bg-alt);padding:.15em .4em;border-radius:4px;font-size:.9em;font-family:monospace}.post-body pre{background:#1a1a1a;background:var(--bg-dark);color:#e5e7eb;padding:1.5rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.post-body pre code{background:none;padding:0}.post-footer{margin-top:4rem;padding-top:2.5rem;border-top:1px solid #ddd;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:2rem}.post-footer__back{font-size:.875rem;font-weight:600;color:#666;color:var(--text-muted);text-decoration:none;transition:color .15s}.post-footer__back:hover{color:#222;color:var(--text)}.post-footer__cta{background:#f5f5ee;background:var(--bg-alt);border:1px solid #ddd;border:1px solid var(--border);border-radius:12px;padding:2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.post-footer__cta p{font-family:Fraunces,Georgia,Times New Roman,serif;font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:#222;color:var(--text);margin:0;letter-spacing:-.02em}@media(max-width:560px){.post-footer__cta{flex-direction:column;align-items:flex-start}}pre.highlight{padding:16px;background-color:#f6f8fa}.highlight .hll{background-color:#ffc}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d01040}.highlight .na{color:teal}.highlight .nb{color:#0086b3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d01040}.highlight .sr{color:#009926}.highlight .s1{color:#d01040}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:teal}.highlight .il{color:#099}
/*# sourceMappingURL=/_bridgetown/static/index.IS6E7D2J.css.map */
