:root{color-scheme:light}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--ink);font-family:Avenir Next,Trebuchet MS,Segoe UI,sans-serif;background:radial-gradient(circle at 12% 10%, var(--bg-a), transparent 26%), radial-gradient(circle at 84% var(--bg-b-y), var(--bg-b), transparent 28%), linear-gradient(180deg, #fbf5ec 0%, var(--bg-mid) 45%, #f8f3ea 100%)}a{color:inherit}img{display:block;max-width:100%}code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}h1,h2,h3{font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;letter-spacing:-.04em}.text-link{color:var(--accent);font-weight:700;text-decoration-thickness:.08em;text-underline-offset:.16em}.text-link:hover,.text-link:focus-visible{color:var(--accent-deep)}body.page-home{--paper:#f7efe5;--paper-soft:#fffaf4;--ink:#14212d;--ink-soft:#51606d;--line:#14212d1f;--accent:#c95d2e;--accent-deep:#9f4420;--accent-wash:#c95d2e1f;--leaf:#235f57;--leaf-wash:#235f571f;--shadow:0 30px 80px #14212d24;--button-shadow:#c95d2e47;--button-primary-color:#fff9f2;--bg-a:#c95d2e29;--bg-b:#235f5729;--bg-b-y:18%;--bg-mid:#f4ebde}body.page-home main{width:min(74rem,100% - 2rem);margin:0 auto;padding:1.25rem 0 3.5rem}body.page-home .masthead{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.45rem 0 .9rem}body.page-home .masthead-actions,body.page-guide .masthead-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.75rem}body.page-home .brand,body.page-guide .brand{display:grid;gap:.25rem;text-decoration:none}body.page-home .brand-logo,body.page-guide .brand-logo{width:min(20rem,100%);height:auto}body.page-home .brand-note,body.page-guide .brand-note{padding-left:.15rem;color:var(--ink-soft);font-size:.88rem}body.page-home .masthead-link,body.page-guide .masthead-link{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:2.9rem;padding:.75rem 1.1rem;border:1px solid var(--line);border-radius:999px;background:#ffffffb8;text-decoration:none;font-weight:600}body.page-home .masthead-link-icon,body.page-guide .masthead-link-icon{width:1rem;height:1rem;fill:currentColor;flex:none}body.page-home .language-picker,body.page-guide .language-picker{position:relative;width:fit-content;max-width:100%}body.page-home .language-picker summary,body.page-guide .language-picker summary{display:inline-flex;align-items:center;justify-content:space-between;gap:.55rem;width:auto;max-width:100%;min-height:2.9rem;padding:.75rem 1rem;border:1px solid var(--line);border-radius:999px;background:#ffffffb8;cursor:pointer;list-style:none;font-weight:700}body.page-home .language-picker summary::-webkit-details-marker,body.page-guide .language-picker summary::-webkit-details-marker{display:none}body.page-home .language-picker-icon,body.page-guide .language-picker-icon{font-size:1.05rem;line-height:1}body.page-home .language-picker-label,body.page-guide .language-picker-label{flex:none;color:var(--ink-soft);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}body.page-home .language-picker-current,body.page-guide .language-picker-current{display:inline-flex;align-items:center;gap:.45rem;margin-left:auto;white-space:nowrap}body.page-home .language-picker-flag,body.page-guide .language-picker-flag{font-size:1rem;line-height:1}body.page-home .language-picker summary:hover,body.page-home .language-picker summary:focus-visible,body.page-guide .language-picker summary:hover,body.page-guide .language-picker summary:focus-visible{background:#fff;border-color:#14212d38}body.page-home .language-picker-menu,body.page-guide .language-picker-menu{position:absolute;top:calc(100% + .5rem);right:0;z-index:5;display:grid;width:fit-content;min-width:min(100vw - 2rem,29rem);max-width:calc(100vw - 2rem);padding:.55rem;border:1px solid var(--line);border-radius:1rem;background:#fffffff0;box-shadow:var(--shadow);backdrop-filter:blur(14px);overflow-x:auto}body.page-home .language-picker-menu a,body.page-guide .language-picker-menu a{display:inline-flex;align-items:center;gap:.65rem;white-space:nowrap;padding:.7rem .85rem;border-radius:.8rem;text-decoration:none;font-weight:600}body.page-home .language-picker-menu a:hover,body.page-home .language-picker-menu a:focus-visible,body.page-guide .language-picker-menu a:hover,body.page-guide .language-picker-menu a:focus-visible{background:#14212d0f}body.page-home .language-picker-menu a[aria-current=page],body.page-guide .language-picker-menu a[aria-current=page]{background:#14212d14;color:var(--ink)}body.page-home .hero{position:relative;display:grid;gap:2rem;padding:1.5rem 0 0}body.page-home .hero-copy{display:grid;gap:1.15rem}body.page-home h1{margin:0;max-width:11ch;font-size:clamp(3.2rem,7vw,6.5rem);line-height:.92}body.page-home .lead{margin:0;max-width:37rem;color:var(--ink-soft);font-size:clamp(1.08rem,2.4vw,1.34rem);line-height:1.7}body.page-home .hero-actions{display:flex;flex-wrap:wrap;gap:.85rem}body.page-home .button,body.page-guide .button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;font-weight:700}body.page-home .button{min-height:3.25rem;padding:.85rem 1.3rem}body.page-home .button-primary,body.page-guide .button-primary{background:var(--accent);color:var(--button-primary-color);box-shadow:0 18px 38px var(--button-shadow)}body.page-home .button-primary:hover,body.page-home .button-primary:focus-visible,body.page-guide .button-primary:hover,body.page-guide .button-primary:focus-visible{background:var(--accent-deep)}body.page-home .button-secondary,body.page-guide .button-secondary{border:1px solid var(--line);background:#ffffffb8}body.page-home .button-secondary:hover,body.page-home .button-secondary:focus-visible,body.page-home .masthead-link:hover,body.page-home .masthead-link:focus-visible,body.page-guide .button-secondary:hover,body.page-guide .button-secondary:focus-visible,body.page-guide .masthead-link:hover,body.page-guide .masthead-link:focus-visible,body.page-guide .nav a:hover,body.page-guide .nav a:focus-visible{background:#fff;border-color:#14212d38}body.page-home .trust-list{display:flex;flex-wrap:wrap;gap:.7rem;margin:0;padding:0;list-style:none}body.page-home .trust-list li{display:inline-flex;align-items:center;gap:.45rem;padding:.7rem .9rem;border-radius:999px;background:#ffffffa8;color:var(--ink-soft);font-size:.94rem}body.page-home .hero-visual{position:relative;min-height:27rem}body.page-home .glow{position:absolute;inset:12% 8% 10% 10%;border-radius:2.2rem;background:radial-gradient(circle at top,#ffffffb3,#fff0),linear-gradient(160deg,#c95d2e1f,#235f5724);filter:blur(8px)}body.page-home .paper,body.page-home .paper-stack,body.page-home .chooser{position:absolute;border:1px solid #14212d1f;border-radius:1.6rem;background:#fffc;box-shadow:var(--shadow);backdrop-filter:blur(16px)}body.page-home .paper{top:1.8rem;left:0;width:min(24rem,88%);padding:1.35rem;transform:rotate(-4deg)}body.page-home .paper-stack{right:0;bottom:.25rem;width:min(23rem,85%);padding:1.3rem;transform:rotate(5deg)}body.page-home .chooser{right:1.8rem;top:5rem;width:min(14rem,56%);padding:1rem}body.page-home .mock-label{margin:0;color:var(--ink-soft);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}body.page-guide .kicker{margin:0;color:var(--ink-soft);font-size:.84rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}body.page-home .mock-title{margin:.5rem 0 0;font-size:1.3rem}body.page-home .mock-copy{margin:.55rem 0 0;color:var(--ink-soft);line-height:1.55}body.page-home .mail-lines,body.page-home .choice-list,body.page-home .pdf-list{display:grid;gap:.65rem;margin:1rem 0 0}body.page-home .mail-line,body.page-home .choice,body.page-home .pdf-item{display:grid;gap:.22rem;padding:.75rem .85rem;border-radius:1rem}body.page-home .mail-line{background:var(--accent-wash)}body.page-home .mail-line strong,body.page-home .choice strong,body.page-home .pdf-item strong{font-size:.96rem}body.page-home .mail-line span,body.page-home .choice span,body.page-home .pdf-item span{color:var(--ink-soft);font-size:.92rem}body.page-home .choice{background:#14212d0f}body.page-home .choice.is-active{background:var(--leaf-wash);border:1px solid #235f572e}body.page-home .pdf-item{background:#fff9f2f0;border:1px solid #c95d2e24}body.page-home .summary-band{display:grid;gap:1rem;margin-top:2rem}body.page-home .guide-card,body.page-home .summary-item,body.page-home .story-card,body.page-home .step-card,body.page-home .feature-card,body.page-home .cta{border:1px solid var(--line);border-radius:1.6rem;background:#ffffffbd;backdrop-filter:blur(14px);box-shadow:var(--shadow)}body.page-home .guide-card,body.page-home .summary-item{padding:1.2rem}body.page-home .guide-grid{display:grid;gap:1rem;margin-top:1.4rem}body.page-home .guide-card{display:grid;gap:.95rem;padding:1.4rem}body.page-home .guide-card--gmail{background:linear-gradient(160deg,#ffffffd6,#c95d2e24)}body.page-home .guide-card--thunderbird{background:linear-gradient(160deg,#ffffffd6,#235f5726)}body.page-home .guide-label{margin:0;color:var(--ink-soft);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}body.page-home .guide-card h3{margin:0;font-size:clamp(1.8rem,3vw,2.5rem);line-height:.98}body.page-home .guide-card p{margin:0;color:var(--ink-soft);line-height:1.68}body.page-home .guide-card p,body.page-home .summary-item p,body.page-home .story-card p,body.page-home .step-card p,body.page-home .feature-card p,body.page-home .cta p{margin:0;color:var(--ink-soft);line-height:1.65}body.page-home .guide-points{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}body.page-home .guide-points li{padding:.8rem .9rem;border-radius:1rem;background:#ffffff9e;color:var(--ink-soft)}body.page-home .guide-actions{display:flex;flex-wrap:wrap;gap:.75rem}body.page-home .guide-actions .button-primary{border:1px solid #0000;background-color:var(--accent);color:var(--button-primary-color)}body.page-home .guide-actions .button-primary:hover,body.page-home .guide-actions .button-primary:focus-visible{background-color:var(--accent-deep);color:var(--button-primary-color)}body.page-home .summary-item h2{margin:0 0 .45rem;font-size:1.05rem}body.page-home .section{margin-top:3rem}body.page-home .section-heading{display:grid;gap:.6rem;max-width:38rem;margin-bottom:1.35rem}body.page-home .section-heading h2{margin:0;font-size:clamp(2rem,4vw,3.1rem);line-height:.98}body.page-home .section-heading p{margin:0;color:var(--ink-soft);font-size:1.05rem;line-height:1.7}body.page-home .story-grid,body.page-home .steps-grid,body.page-home .feature-grid{display:grid;gap:1rem}body.page-home .story-card,body.page-home .step-card,body.page-home .feature-card{padding:1.25rem}body.page-home .story-card h3,body.page-home .step-card h3,body.page-home .feature-card h3{margin:0 0 .5rem;font-size:1.35rem}body.page-home .step-number{display:inline-grid;place-items:center;width:2.2rem;height:2.2rem;margin-bottom:.8rem;border-radius:.8rem;background:var(--leaf);color:#f4fbfa;font-weight:700}body.page-home .feature-card{display:grid;gap:.8rem}body.page-home .feature-badge{display:inline-flex;align-items:center;width:fit-content;padding:.45rem .75rem;border-radius:999px;background:#14212d14;color:var(--ink-soft);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}body.page-home .cta{display:grid;gap:1rem;margin-top:3rem;padding:1.6rem;background:linear-gradient(140deg,#14212df5,#235f57f0);color:#f6f2ea}body.page-home .cta h2{margin:0;max-width:24ch;font-size:clamp(2.2rem,4vw,3.8rem);line-height:.95}body.page-home .cta p{max-width:34rem;color:#ffffffd1}body.page-home .cta-actions{display:flex;flex-wrap:wrap;gap:.75rem}body.page-home .cta .button-primary{width:fit-content;background:#fff7ef;color:var(--ink)}body.page-home .cta .button-primary:hover,body.page-home .cta .button-primary:focus-visible{background:#fff}body.page-home .cta .button-secondary{width:fit-content;color:#f6f2ea;border-color:#ffffff42;background:#ffffff14}body.page-home .cta .button-secondary:hover,body.page-home .cta .button-secondary:focus-visible{color:#fff;border-color:#ffffff61;background:#ffffff29}body.page-home .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}body.page-guide{--ink:#14212d;--ink-soft:#586775;--line:#14212d1f;--shadow:0 28px 80px #14212d24;--bg-b-y:12%;--bg-mid:#f5ede1}body.page-guide-gmail{--accent:#c95d2e;--accent-deep:#9f4420;--accent-wash:#c95d2e1f;--button-primary-color:#fff9f2;--button-shadow:#c95d2e3d;--bg-a:#c95d2e26;--bg-b:#235f5724;--guide-lead-max:44rem}body.page-guide-thunderbird{--accent:#235f57;--accent-deep:#184740;--accent-wash:#235f571f;--button-primary-color:#f5fbfa;--button-shadow:#235f5738;--bg-a:#235f5729;--bg-b:#c95d2e24;--guide-lead-max:46rem}body.page-guide main{width:min(72rem,100% - 2rem);margin:0 auto;padding:1.3rem 0 3rem}body.page-guide .masthead{display:flex;align-items:center;justify-content:space-between;gap:1rem}body.page-guide .nav{display:flex;flex-wrap:wrap;gap:.7rem}body.page-guide .nav a,body.page-guide .button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.8rem 1.2rem;border-radius:999px;text-decoration:none;font-weight:700}body.page-guide .nav a{border:1px solid var(--line);background:#ffffffb8}body.page-guide .button-primary{border-color:#0000}body.page-guide .hero,body.page-guide .callout,body.page-guide .summary-card,body.page-guide .step-card,body.page-guide .detail-card,body.page-guide .related{border:1px solid var(--line);border-radius:1.8rem;background:#ffffffc2;box-shadow:var(--shadow);backdrop-filter:blur(14px)}body.page-guide .hero{display:grid;gap:1rem;margin-top:1.4rem;padding:1.7rem}body.page-guide h1{margin:0;max-width:12ch;font-size:clamp(3rem,6vw,5rem);line-height:.92}body.page-guide .lead{max-width:var(--guide-lead-max);margin:0;color:var(--ink-soft);font-size:1.12rem;line-height:1.72}body.page-guide .actions{display:flex;flex-wrap:wrap;gap:.8rem}body.page-guide .callout{display:grid;gap:.9rem;margin-top:1.2rem;padding:1.3rem;background:linear-gradient(160deg, #ffffffd6, var(--accent-wash))}body.page-guide .callout p{margin:0;color:var(--ink-soft);line-height:1.68}body.page-guide .fast-list,body.page-guide .step-list,body.page-guide .detail-list{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}body.page-guide .fast-list li,body.page-guide .detail-list li{padding:.85rem .95rem;border-radius:1rem;background:#14212d0d;color:var(--ink-soft);line-height:1.62}body.page-guide .fast-list li strong,body.page-guide .detail-list li strong{color:var(--ink)}body.page-guide .summary-grid,body.page-guide .detail-grid{display:grid;gap:1rem;margin-top:1.4rem}body.page-guide .summary-card,body.page-guide .detail-card{padding:1.3rem}body.page-guide .summary-card p,body.page-guide .detail-card p{margin:.7rem 0 0;color:var(--ink-soft);line-height:1.68}body.page-guide .section{margin-top:2.7rem}body.page-guide .section-heading{display:grid;gap:.7rem;max-width:44rem;margin-bottom:1.3rem}body.page-guide .section-heading p{margin:0;color:var(--ink-soft);line-height:1.7}body.page-guide .step-list{gap:1rem}body.page-guide .step-card{display:grid;gap:.9rem;padding:1.35rem}body.page-guide .step-top{display:grid;gap:.8rem}body.page-guide .step-number{display:inline-grid;place-items:center;width:2.4rem;height:2.4rem;border-radius:.9rem;background:var(--accent);color:var(--button-primary-color);font-weight:700}body.page-guide .step-card p{margin:0;color:var(--ink-soft);line-height:1.7}body.page-guide .related p{margin:0;color:var(--ink-soft);line-height:1.68}body.page-guide .related{display:grid;gap:.9rem;margin-top:1.5rem;padding:1.4rem}@media (width>=56rem){body.page-home .hero{grid-template-columns:minmax(0,1.06fr) minmax(21rem,.94fr);align-items:center}body.page-home .summary-band{grid-template-columns:repeat(3,minmax(0,1fr))}body.page-home .guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.page-home .story-grid,body.page-home .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.page-home .steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.page-home .cta{grid-template-columns:minmax(0,1fr) auto;align-items:end}body.page-guide .summary-grid,body.page-guide .detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.page-guide-gmail .detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=42rem){body.page-home main{width:min(74rem,100% - 1.1rem)}body.page-guide main{width:min(72rem,100% - 1.1rem)}body.page-home .masthead,body.page-guide .masthead{align-items:start;flex-direction:column}body.page-home .masthead-actions,body.page-guide .masthead-actions{width:100%;justify-content:flex-start}body.page-home .language-picker-menu,body.page-guide .language-picker-menu{left:0;right:auto}body.page-home .hero-visual{min-height:24rem}body.page-home .paper,body.page-home .paper-stack{width:calc(100% - 2rem)}body.page-home .chooser{right:.8rem;width:min(13rem,62%)}}@media (prefers-reduced-motion:no-preference){body.page-home .hero-copy,body.page-home .hero-visual,body.page-home .guide-card,body.page-home .summary-item,body.page-home .story-card,body.page-home .step-card,body.page-home .feature-card,body.page-home .cta{animation:.7s ease-out both settle}body.page-home .hero-visual{animation-delay:90ms}body.page-home .guide-card:nth-child(2),body.page-home .summary-item:nth-child(2),body.page-home .story-card:nth-child(2),body.page-home .step-card:nth-child(2),body.page-home .feature-card:nth-child(2){animation-delay:.12s}body.page-home .guide-card:nth-child(3),body.page-home .summary-item:nth-child(3),body.page-home .story-card:nth-child(3),body.page-home .step-card:nth-child(3),body.page-home .feature-card:nth-child(3){animation-delay:.18s}}@keyframes settle{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}