:root{--bg:#f6efe1;--text:#1f3d34;--paper:#fffdf8}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit}main{max-width:1100px;margin:0 auto;padding:1.5rem}button,input,select,textarea{font:inherit}.trial-notice{max-width:1052px;margin:1.5rem auto 0;padding:clamp(1rem,3vw,1.75rem);border:1px solid #789c8f;border-radius:18px;background:radial-gradient(ellipse at top right,#d8ece2,transparent 65%),#fffdf8;box-shadow:0 6px 24px #1f3d3410}.trial-notice h2{margin:0;font-family:Georgia,serif;font-size:1.5rem}.trial-notice p{line-height:1.6}.trial-notice-link{display:inline-block;padding:.8rem 1.1rem;border-radius:8px;background:#214e40;color:#fffdf8;text-underline-offset:3px}.trial-notice-link:focus-visible{outline:3px solid #976118;outline-offset:4px}#reader{scroll-margin-top:1.5rem}.checkout-card h1,.plan-card h2,.pricing-grid h1{font-family:Georgia,serif}.pricing-grid h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:.6rem}.pricing-intro{font-size:1.15rem;line-height:1.6;max-width:650px}.billing-switch{display:flex;flex-wrap:wrap;gap:1rem;border:0;padding:1rem 0 2rem}.billing-switch legend{font-weight:600;padding-top:1rem}.billing-switch label{padding:.7rem 1rem;background:var(--paper);border:1px solid #789c8f;border-radius:30px;cursor:pointer}.billing-switch input{margin-right:.6rem;accent-color:#214e40}.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,285px),1fr));grid-gap:1.25rem;gap:1.25rem}.plan-card{display:flex;flex-direction:column;padding:1.5rem;background:radial-gradient(ellipse at top left,#e5efe2,transparent 65%),var(--paper);border:1px solid #b6c9b9;border-radius:20px;scroll-margin-top:1rem}.plan-featured{border:2px solid #49785d;background:radial-gradient(ellipse at bottom right,#d3e9d7,transparent 75%),var(--paper)}.plan-card h2{font-size:1.8rem;margin:.25rem 0}.plan-tier{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.plan-price{font-size:1.8rem;font-weight:700;margin-bottom:.25rem}.plan-price span{font-size:.9rem;font-weight:400}.plan-card li{margin:.6rem 0;line-height:1.5}.plan-card ul{padding-left:1.2rem;margin-bottom:1.5rem}.billing-button{display:inline-block;text-align:center;padding:.85rem 1rem;background:#214e40;color:#fffdf8;border:0;border-radius:9px;cursor:pointer;text-decoration:none}.plan-card .billing-button{margin-top:auto}.billing-button:disabled{opacity:.6;cursor:wait}.billing-button:focus-visible{outline:3px solid #976118;outline-offset:4px}.billing-footnote{line-height:1.7;margin-top:2rem}.checkout-card{max-width:700px;margin:2rem auto;padding:clamp(1rem,4vw,2rem);background:var(--paper);border:1px solid #b6c9b9;border-radius:18px;line-height:1.6}@media (max-width:1100px){.trial-notice{margin-inline:1rem}}