@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,600&display=swap";:root{color:#1e2a25;font-synthesis:none;text-rendering:optimizelegibility;--ink:#1e2a25;--muted:#6d746f;--paper:#fffdf8;--cream:#f6f2ea;--green:#174f3c;--line:#1e2a2521;--rust:#a14c32;background:#f6f2ea;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,a{font:inherit}a{color:inherit}.app-shell{background:radial-gradient(circle at 85% 10%, #dabf8f33, transparent 30%), var(--cream);min-height:100vh}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;width:min(1180px,100% - 40px);min-height:84px;margin:0 auto;display:flex}.brand{letter-spacing:-.03em;align-items:center;gap:11px;font-size:20px;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{border:2px solid var(--ink);border-radius:2px;width:25px;height:19px;position:relative;transform:rotate(-3deg)}.brand-mark:after{content:"";border-top:2px solid var(--rust);position:absolute;inset:3px 4px;transform:rotate(-12deg)}.site-header nav{align-items:center;gap:24px;display:flex}.site-header nav>a{font-weight:600;text-decoration:none}.signed-out-layout,.dashboard{width:min(1180px,100% - 40px);margin:0 auto}.signed-out-layout{grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;min-height:calc(100vh - 84px);padding:76px 0 90px;display:grid}.eyebrow{color:var(--rust);margin:0 0 18px;font-size:15px;font-weight:700}h1,h2{letter-spacing:-.035em;font-family:Newsreader,Georgia,serif}.hero-copy h1{max-width:700px;margin:0;font-size:clamp(54px,7vw,92px);font-weight:600;line-height:.94}.lede{max-width:640px;color:var(--muted);margin:28px 0 0;font-size:20px;line-height:1.6}.actions{gap:12px;margin-top:34px;display:flex}.button{border:1px solid var(--ink);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:700;text-decoration:none;display:inline-flex}.button.primary{color:#fff;background:var(--green);border-color:var(--green)}.button.secondary{color:var(--ink);background:0 0}.letter-stage{place-items:center;min-height:500px;display:grid;position:relative}.letter-stage:before{content:"";filter:blur(18px);background:#d2c19f47;border-radius:50%;width:78%;height:78%;position:absolute}.letter-card{z-index:2;background:var(--paper);width:min(430px,86%);min-height:300px;padding:54px 48px;font:500 25px/1.55 Newsreader,Georgia,serif;transform:rotate(-2deg);box-shadow:0 28px 70px #382f242b}.letter-card p{margin:0 0 18px}.letter-card .signature{color:var(--rust);margin-top:30px;font-style:italic}.envelope{z-index:1;background:#d8c9ac;width:390px;height:235px;position:absolute;transform:translate(32px,105px)rotate(6deg);box-shadow:0 18px 42px #372f2424}.envelope span{clip-path:polygon(0 0,50% 58%,100% 0);background:#e5d8bd;width:100%;height:100%;display:block}.status-pill{z-index:3;background:var(--green);color:#fff;border-radius:999px;padding:10px 14px;font-size:14px;font-weight:700;position:absolute;top:42px;right:4%;transform:rotate(3deg)}.dashboard{padding:70px 0 100px}.dashboard-heading{justify-content:space-between;align-items:end;gap:30px;display:flex}.dashboard-heading h1{margin:0;font-size:clamp(52px,7vw,78px);line-height:1}.dashboard-heading p:last-child{color:var(--muted);font-size:18px}.summary-grid{border:1px solid var(--line);background:#fffdf89e;border-radius:18px;grid-template-columns:repeat(3,1fr);margin-top:48px;display:grid;overflow:hidden}.summary-stat{border-right:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:130px;padding:26px 30px;display:flex}.summary-stat:last-child{border-right:0}.summary-stat span{color:var(--muted);font-size:15px}.summary-stat strong{font:600 34px/1 Newsreader,Georgia,serif}.history-grid{grid-template-columns:1fr 1fr;gap:28px;margin-top:46px;display:grid}.history-section h2{margin:0 0 16px;font-size:33px}.history-list{gap:10px;display:grid}.history-card,.empty-state{border:1px solid var(--line);background:var(--paper);border-radius:14px;min-height:86px;margin:0;padding:19px 20px}.history-card{justify-content:space-between;align-items:center;gap:20px;display:flex}.history-card div{gap:6px;display:grid}.history-card strong{font-size:16px}.history-card div span,.empty-state{color:var(--muted);font-size:14px}.status{color:var(--green);background:#174f3c17;border-radius:999px;flex:none;padding:7px 10px;font-size:14px;font-weight:700}.status[data-status=needs_review],.status[data-status=failed]{color:var(--rust);background:#a14c321a}.state-panel,.configuration-error{text-align:center;place-content:center;justify-items:center;min-height:calc(100vh - 84px);display:grid}.state-panel h1,.configuration-error h1{margin:18px 0 4px;font-size:42px}.state-panel p,.configuration-error p{color:var(--muted)}.spinner{border:3px solid #174f3c2e;border-top-color:var(--green);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.review-gate{align-content:center;justify-items:start;width:min(720px,100% - 40px);min-height:calc(100vh - 84px);margin:0 auto;display:grid}.review-gate h1{max-width:680px;margin:0;font-size:clamp(48px,8vw,76px);line-height:1}.review-gate>p:not(.eyebrow){max-width:600px;color:var(--muted);font-size:18px;line-height:1.6}.campaign-editor{width:min(1480px,100% - 32px);margin:0 auto;padding:42px 0 72px}.editor-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.editor-heading h1{margin:0;font-size:clamp(46px,6vw,72px);line-height:.98}.save-state{color:var(--muted);background:#1e2a250f;border-radius:999px;padding:8px 12px;font-size:14px;font-weight:700}.save-state.saving,.save-state.unsaved{color:#72510e;background:#f5e9c9}.save-state.error{color:var(--rust);background:#a14c321a}.checkout-lock{background:#fff6ef;border:1px solid #a14c3238;border-radius:14px;align-items:center;gap:16px;margin-bottom:18px;padding:16px 18px;display:flex}.checkout-lock span{color:var(--muted)}.checkout-lock .button{min-height:40px;margin-left:auto}.checkout-lock.converted{background:#edf6f1;border-color:#174f3c38}.editor-grid{grid-template-columns:minmax(220px,.72fr) minmax(360px,1.12fr) minmax(330px,.92fr);align-items:start;gap:18px;display:grid}.recipient-panel,.edit-panel,.preview-panel{border:1px solid var(--line);background:#fffdf8db;border-radius:18px}.recipient-panel{position:sticky;top:18px;overflow:hidden}.panel-title{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:68px;padding:18px;display:flex}.panel-title h2{margin:0;font-size:27px}.panel-title span{text-align:center;color:#fff;background:var(--green);border-radius:999px;min-width:30px;padding:4px 8px;font-size:13px}.recipient-search{border-bottom:1px solid var(--line);color:var(--muted);gap:6px;padding:12px 16px;font-size:12px;font-weight:700;display:grid}.recipient-search input{border:1px solid var(--line);min-height:38px;color:var(--ink);background:var(--paper);font:inherit;border-radius:9px;padding:0 11px}.recipient-list{max-height:calc(100vh - 210px);overflow:auto}.recipient-row{border:0;border-bottom:1px solid var(--line);text-align:left;width:100%;color:var(--ink);cursor:pointer;content-visibility:auto;contain-intrinsic-size:0 104px;background:0 0;gap:5px;padding:16px 18px;display:grid}.recipient-row:hover,.recipient-row[data-active=true]{background:#f0eadf}.recipient-row strong{font-size:15px}.recipient-row span{color:var(--muted);font-size:13px;line-height:1.35}.recipient-row small{width:fit-content;color:var(--green);background:#174f3c14;border-radius:999px;margin-top:3px;padding:4px 7px;font-size:11px;font-weight:700}.edit-panel{overflow:hidden}.editor-section{border-bottom:1px solid var(--line);padding:24px}.editor-section:last-child{border-bottom:0}.editor-section h2{margin:0 0 18px;font-size:29px}.editor-section label,.address-editor label{color:var(--muted);gap:7px;font-size:13px;font-weight:700;display:grid}.editor-section input,.editor-section select,.editor-section textarea,.address-editor input{border:1px solid var(--line);width:100%;color:var(--ink);background:var(--paper);border-radius:10px;font:500 15px/1.45 DM Sans,sans-serif}.editor-section input,.editor-section select,.address-editor input{min-height:44px;padding:0 12px}.editor-section textarea{resize:vertical;min-height:122px;padding:12px}.field-pair{grid-template-columns:1fr 1fr;gap:12px;display:grid}.address-editor{border:0;gap:12px;margin:20px 0 0;padding:0;display:grid}.address-editor legend{color:var(--ink);margin-bottom:12px;font:600 19px Newsreader,Georgia,serif}.address-locality{grid-template-columns:1fr 72px 100px;gap:10px;display:grid}.text-button{color:var(--rust);cursor:pointer;background:0 0;border:0;margin-top:10px;padding:0;font-weight:700}.preview-panel{gap:24px;padding:22px;display:grid;position:sticky;top:18px}.editor-letter-preview{background:var(--paper);border:1px solid #1e2a2514;min-height:315px;padding:38px 34px;font:500 22px/1.55 Newsreader,Georgia,serif;transform:rotate(-.5deg);box-shadow:0 18px 38px #382f241f}.editor-letter-preview p{white-space:pre-wrap;margin:0 0 14px}.preview-panel>div>small{color:var(--muted);margin-top:14px;font-size:12px;display:block}.checkout-summary{border-top:1px solid var(--line);gap:13px;padding-top:20px;display:grid}.checkout-summary>div{justify-content:space-between;display:flex}.checkout-summary span{color:var(--muted);font-size:14px}.mpp-handoff{border-top:1px solid var(--line);gap:7px;padding-top:13px;display:grid}.mpp-handoff p{margin:0}.confirmation{color:var(--muted);grid-template-columns:18px 1fr;gap:9px;margin-top:6px;font-size:13px;line-height:1.45;display:grid}.confirmation input{margin-top:2px}.checkout-button{width:100%}.checkout-button:disabled{opacity:.45;cursor:not-allowed}.form-error{color:var(--rust);margin:0;font-size:13px}.history-card.linked{color:inherit;text-decoration:none}.history-card.linked:hover{border-color:#174f3c57;transform:translateY(-1px)}.event-page,.address-request-page{width:min(1280px,100% - 40px);margin:0 auto;padding:62px 0 100px}.event-page.narrow,.address-request-page{width:min(780px,100% - 40px)}.event-page.narrow>h1,.address-request-page h1{margin:0;font-size:clamp(46px,7vw,72px);line-height:1}.event-heading{justify-content:space-between;align-items:end;gap:28px;display:flex}.event-heading h1{margin:0;font-size:clamp(52px,7vw,82px);line-height:.96}.event-heading p:last-child,.address-request-page>p{max-width:720px;color:var(--muted);font-size:18px;line-height:1.55}.event-progress{border:1px solid var(--line);background:#fffdf8b8;border-radius:16px;grid-template-columns:repeat(4,1fr);margin:38px 0 28px;display:grid;overflow:hidden}.event-progress>div{border-right:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:104px;padding:20px;display:flex}.event-progress>div:last-child{border-right:0}.event-progress span{color:var(--muted);font-size:13px}.event-progress strong{font:600 31px/1 Newsreader,Georgia,serif}.event-workspace{grid-template-columns:minmax(280px,.72fr) minmax(440px,1.28fr);align-items:start;gap:20px;display:grid}.event-tools{gap:12px;display:grid;position:sticky;top:18px}.event-tool-card,.event-recipient-card,.event-empty,.event-form{border:1px solid var(--line);background:var(--paper);border-radius:16px;padding:23px}.event-tool-card h2,.event-recipient-card h2,.event-empty h2{margin:0;font-size:27px}.event-tool-card>p:not(.eyebrow),.event-empty p{color:var(--muted);font-size:14px;line-height:1.5}.event-tool-card .button{width:100%}.event-tool-card.ready-card[data-ready=true]{background:#edf6f1;border-color:#174f3c59}.csv-input{resize:vertical;border:1px solid var(--line);width:100%;min-height:170px;color:var(--ink);background:#fbf8f1;border-radius:10px;margin:8px 0 12px;padding:11px;font:12px/1.45 ui-monospace,monospace}.event-recipient-list{gap:12px;display:grid}.event-recipient-card{content-visibility:auto;contain-intrinsic-size:0 390px}.event-recipient-card header{justify-content:space-between;align-items:start;gap:16px;display:flex}.event-recipient-card header>div:first-child{gap:4px;display:grid}.event-recipient-card header span,.recipient-address,.recipient-notes{color:var(--muted);font-size:13px}.recipient-statuses{flex-wrap:wrap;justify-content:end;gap:6px;display:flex}.event-recipient-card>label{color:var(--muted);gap:7px;margin-top:17px;font-size:13px;font-weight:700;display:grid}.event-recipient-card textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:112px;color:var(--ink);background:#fffdf8;border-radius:10px;padding:11px;font:500 15px/1.5 DM Sans,sans-serif}.recipient-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:10px;display:flex}.recipient-actions small,.character-count{color:var(--muted);font-size:12px}.character-count{text-align:right;margin-top:7px;display:block}.button.compact{min-height:38px;padding:0 15px;font-size:13px}.event-alert{background:#edf6f1;border:1px solid #174f3c33;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin:0 0 18px;padding:13px 16px;font-size:13px;display:flex}.event-alert.error{color:var(--rust);background:#fff4ee;border-color:#a14c3240}.event-alert .text-button{margin:0}.event-form{gap:16px;margin-top:30px;display:grid}.event-form>label,.event-form .field-pair>label{color:var(--muted);gap:7px;font-size:13px;font-weight:700;display:grid}.event-form input,.event-form select,.event-form textarea{border:1px solid var(--line);width:100%;min-height:44px;color:var(--ink);background:var(--paper);font:inherit;border-radius:10px;padding:10px 12px}.event-form textarea{resize:vertical;min-height:100px}.event-form .address-editor{margin:4px 0}.delegation-secret{align-items:flex-start;margin-top:26px}.delegation-secret p{margin:5px 0 10px}.delegation-secret code{overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;max-width:680px;display:block}.capability-grid{border:1px solid var(--line);border-radius:12px;grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:18px;display:grid}.capability-grid legend{color:var(--muted);padding:0 6px;font-size:13px;font-weight:700}.capability-grid label{background:#fffdf8;border-radius:8px;grid-template-columns:auto 1fr;align-items:center;gap:0 8px;padding:9px;display:grid}.capability-grid input{grid-row:1/span 2;width:17px;min-height:17px}.capability-grid small{color:var(--muted);grid-column:2}.settings-list{margin-top:48px}.settings-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:16px 0;display:flex}.settings-row>div{gap:4px;display:grid}.settings-row span,.settings-row small,.settings-list>p{color:var(--muted)}.site-footer{border-top:1px solid var(--line);width:min(1180px,100% - 40px);color:var(--muted);justify-content:space-between;margin:0 auto;padding:24px 0 36px;font-size:13px;display:flex}.site-footer a{color:inherit}.policy-page{width:min(760px,100% - 40px);margin:0 auto;padding:64px 0 100px}.policy-page>h1{margin:0 0 12px;font-size:clamp(48px,7vw,76px);line-height:1}.policy-page section{margin-top:34px}.policy-page h2{margin-bottom:8px}.policy-page p{color:var(--muted);line-height:1.7}.policy-updated{font-size:13px}.privacy-actions{background:#fff7f2;border:1px solid #a14c3240;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-top:36px;padding:20px 22px;display:flex}.privacy-actions p{color:var(--muted);margin:4px 0 0;font-size:13px}.button.danger{color:#fff;background:var(--rust)}.address-request-page{align-content:center;min-height:calc(100vh - 84px);display:grid}.address-request-page .event-form{width:100%}@media (width<=820px){.signed-out-layout{grid-template-columns:1fr;padding-top:54px}.hero-copy h1{font-size:clamp(52px,15vw,78px)}.letter-stage{min-height:420px}.dashboard-heading{flex-direction:column;align-items:start}.summary-grid,.history-grid{grid-template-columns:1fr}.summary-stat{border-right:0;border-bottom:1px solid var(--line)}.summary-stat:last-child{border-bottom:0}.editor-grid{grid-template-columns:1fr}.recipient-panel,.preview-panel{position:static}.recipient-list{max-height:340px}.checkout-lock{flex-direction:column;align-items:start}.checkout-lock .button{margin-left:0}.event-heading{flex-direction:column;align-items:start}.event-progress{grid-template-columns:1fr 1fr}.event-progress>div:nth-child(2){border-right:0}.event-progress>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.event-workspace{grid-template-columns:1fr}.event-tools{position:static}}@media (width<=520px){.site-header{width:min(100% - 26px,1180px);min-height:72px}.site-header nav>a{display:none}.signed-out-layout,.dashboard{width:min(100% - 28px,1180px)}.actions{flex-direction:column;align-items:stretch}.letter-card{padding:38px 30px;font-size:22px}.envelope{width:78%}.status-pill{right:0}.campaign-editor{width:min(100% - 20px,1480px);padding-top:28px}.editor-heading{flex-direction:column;align-items:start}.editor-heading h1{font-size:48px}.field-pair,.address-locality{grid-template-columns:1fr}.editor-section,.preview-panel{padding:18px}.editor-letter-preview{min-height:270px;padding:28px 24px;font-size:20px}.event-page,.address-request-page{width:min(100% - 24px,1280px);padding-top:38px}.event-progress{grid-template-columns:1fr}.event-progress>div{border-right:0;border-bottom:1px solid var(--line)}.event-progress>div:last-child{border-bottom:0}.event-recipient-card header{flex-direction:column}.recipient-statuses{justify-content:start}.recipient-actions{flex-direction:column;align-items:stretch}.capability-grid{grid-template-columns:1fr}.delegation-secret,.settings-row{flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:1.8s}}
