.cp-root{--cp-white: #ffffff;--cp-emerald: #10b981;--cp-emerald-50: #ecfdf5;--cp-emerald-100: #d1fae5;--cp-emerald-200: #a7f3d0;--cp-emerald-400: #34d399;--cp-emerald-500: #10b981;--cp-emerald-600: #059669;--cp-emerald-700: #047857;--cp-emerald-900: #064e3b;--cp-emerald-950: #022c22;--cp-slate-50: #f8fafc;--cp-slate-100: #f1f5f9;--cp-slate-200: #e2e8f0;--cp-slate-300: #cbd5e1;--cp-slate-400: #94a3b8;--cp-slate-500: #64748b;--cp-slate-600: #475569;--cp-slate-700: #334155;--cp-slate-800: #1e293b;--cp-slate-900: #0f172a;--cp-slate-950: #020617;--cp-amber: #f59e0b;--cp-red: #dc2626;--cp-blue: #2563eb;--cp-radius-sm: 10px;--cp-radius-md: 14px;--cp-radius-lg: 20px;--cp-radius-xl: 28px;--cp-shadow-soft: 0 18px 50px rgba(15, 23, 42, .08);--cp-shadow-card: 0 12px 34px rgba(15, 23, 42, .1);--cp-shadow-glow: 0 0 0 1px rgba(16, 185, 129, .18), 0 24px 70px rgba(16, 185, 129, .2);--cp-font-body: "DM Sans", system-ui, sans-serif;--cp-font-display: "Playfair Display", Georgia, serif;min-height:100vh;font-family:var(--cp-font-body);background:var(--cp-bg);color:var(--cp-text)}.cp-root.cp-theme-light{--cp-bg: #f8fafc;--cp-bg-soft: #f1f5f9;--cp-surface: #ffffff;--cp-surface-elevated: #ffffff;--cp-surface-soft: #ecfdf5;--cp-border: #e2e8f0;--cp-border-strong: #cbd5e1;--cp-text: #0f172a;--cp-text-soft: #334155;--cp-muted: #64748b;--cp-muted-strong: #475569;--cp-hero-bg: #022c22;--cp-hero-text: #ffffff;--cp-hero-muted: rgba(255, 255, 255, .7);--cp-hero-border: rgba(255, 255, 255, .14);--cp-input-bg: #ffffff;--cp-input-border: #cbd5e1;--cp-input-text: #0f172a;--cp-input-placeholder: #94a3b8;--cp-cta-bg: #10b981;--cp-cta-bg-hover: #059669;--cp-cta-text: #ffffff}.cp-root.cp-theme-dark{--cp-bg: #020617;--cp-bg-soft: #0f172a;--cp-surface: rgba(15, 23, 42, .88);--cp-surface-elevated: rgba(30, 41, 59, .92);--cp-surface-soft: rgba(16, 185, 129, .12);--cp-border: rgba(255, 255, 255, .12);--cp-border-strong: rgba(255, 255, 255, .22);--cp-text: #f8fafc;--cp-text-soft: #e2e8f0;--cp-muted: #cbd5e1;--cp-muted-strong: #e2e8f0;--cp-hero-bg: #022c22;--cp-hero-text: #ffffff;--cp-hero-muted: rgba(255, 255, 255, .72);--cp-hero-border: rgba(255, 255, 255, .16);--cp-input-bg: rgba(15, 23, 42, .92);--cp-input-border: rgba(255, 255, 255, .2);--cp-input-text: #f8fafc;--cp-input-placeholder: #94a3b8;--cp-cta-bg: #10b981;--cp-cta-bg-hover: #34d399;--cp-cta-text: #022c22}.cp-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 20% 10%,rgba(16,185,129,.35),transparent 34%),radial-gradient(circle at 85% 20%,rgba(52,211,153,.2),transparent 30%),linear-gradient(135deg,var(--cp-hero-bg),#020617 85%);color:var(--cp-hero-text);padding:72px 24px 110px}.cp-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.cp-hero-inner{max-width:1120px;margin:0 auto;position:relative;z-index:1}.cp-hero-topline,.cp-hero-trust-row,.cp-progress-meta,.cp-share-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.cp-org-pill,.cp-status-pill,.cp-theme-toggle,.cp-hero-trust-row span{border:1px solid var(--cp-hero-border);color:var(--cp-hero-text);background:#ffffff14;border-radius:999px;min-height:32px;display:inline-flex;align-items:center;padding:0 12px;font-size:12px;font-weight:900}.cp-theme-toggle{margin-left:auto;cursor:pointer}.cp-hero-title{max-width:820px;margin:26px 0 14px;font-family:var(--cp-font-display);font-size:clamp(38px,7vw,76px);line-height:.98}.cp-hero-subtitle{max-width:680px;margin:0 0 26px;color:var(--cp-hero-muted);font-size:18px;line-height:1.6}.cp-main-grid{max-width:1180px;margin:-48px auto 0;padding:0 24px 80px;display:grid;grid-template-columns:minmax(300px,.82fr) minmax(500px,1.18fr);gap:24px;align-items:start;position:relative;z-index:2}.cp-content-column,.cp-checkout-card form,.cp-amount-section,.cp-story-card,.cp-share-card,.cp-payment-state{display:grid;gap:16px}.cp-checkout-column{position:sticky;top:24px}.cp-checkout-card{padding:28px}.cp-checkout-card .cp-card-head h2{font-size:30px}.cp-card{background:var(--cp-surface);border:1px solid var(--cp-border);border-radius:var(--cp-radius-lg);box-shadow:var(--cp-shadow-soft);padding:22px}.cp-card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.cp-card-head span,.cp-section-label{display:block;color:var(--cp-muted);font-size:12px;font-weight:900;text-transform:uppercase}.cp-card h2,.cp-card h3{margin:0;color:var(--cp-text)}.cp-card-head h2{margin-top:5px;font-size:26px}.cp-muted,.cp-share-card p,.cp-story-card p,.cp-privacy-note{margin:0;color:var(--cp-muted);line-height:1.7}.cp-progress-card{box-shadow:var(--cp-shadow-card)}.cp-progress-track{height:12px;border-radius:999px;background:var(--cp-bg-soft);overflow:hidden;border:1px solid var(--cp-border)}.cp-progress-fill{height:100%;border-radius:inherit;width:var(--cp-progress-width);background:linear-gradient(90deg,var(--cp-emerald),var(--cp-emerald-400));box-shadow:0 0 18px #10b98159}.cp-progress-meta span,.cp-selected-amount,.cp-status-note{border:1px solid var(--cp-border);border-radius:var(--cp-radius-sm);background:var(--cp-bg-soft);color:var(--cp-text-soft);padding:10px 12px;font-weight:800}.cp-story-card img{width:100%;max-height:360px;object-fit:cover;border-radius:var(--cp-radius-md)}.cp-story-collapsed{max-height:180px;overflow:hidden}.cp-text-btn{width:max-content;border:0;background:transparent;color:var(--cp-emerald-600);font-weight:900;padding:0;cursor:pointer}.cp-amount-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cp-amount-option,.cp-anonymous-card{min-height:52px;border:1.5px solid var(--cp-border);background:var(--cp-surface);color:var(--cp-text);border-radius:var(--cp-radius-sm);padding:10px 12px;text-align:left;cursor:pointer}.cp-amount-option{display:grid;gap:4px}.cp-custom-option{width:100%}.cp-amount-option:hover{border-color:var(--cp-emerald)}.cp-amount-option.cp-selected,.cp-anonymous-card:hover{border-color:var(--cp-emerald);background:var(--cp-surface-soft)}.cp-amount-option span,.cp-fixed-amount span,.cp-anonymous-card em,.cp-field small{color:var(--cp-muted);font-style:normal}.cp-fixed-amount{border:1.5px solid var(--cp-emerald);background:var(--cp-surface-soft);border-radius:var(--cp-radius-sm);padding:14px;display:grid;gap:6px}.cp-field{display:grid;gap:7px;color:var(--cp-text-soft);font-weight:900}.cp-field span{display:flex;justify-content:space-between;gap:10px}.cp-field em{color:var(--cp-muted);font-size:12px;font-style:normal}.cp-input{width:100%;min-height:48px;border:1.5px solid var(--cp-input-border);background:var(--cp-input-bg);color:var(--cp-input-text);border-radius:var(--cp-radius-sm);padding:0 14px;box-sizing:border-box;font:inherit;outline:none}.cp-input::placeholder{color:var(--cp-input-placeholder)}.cp-input:focus{border-color:var(--cp-emerald);box-shadow:0 0 0 4px #10b98129}.cp-textarea{min-height:92px;padding-top:12px;resize:vertical}.cp-anonymous-card{display:flex;justify-content:space-between;gap:12px;align-items:center}.cp-anonymous-card span{display:grid;gap:4px}.cp-trust-strip{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cp-trust-strip span{border:1px solid var(--cp-border);background:var(--cp-bg-soft);border-radius:var(--cp-radius-sm);padding:10px;color:var(--cp-text-soft);font-size:13px;font-weight:800}.cp-primary-btn,.cp-secondary-btn{min-height:52px;border-radius:var(--cp-radius-sm);display:inline-flex;align-items:center;justify-content:center;padding:0 15px;text-decoration:none;font-weight:900;cursor:pointer}.cp-primary-btn{width:100%;border:none;background:var(--cp-cta-bg);color:var(--cp-cta-text)}.cp-primary-btn:hover:not(:disabled){background:var(--cp-cta-bg-hover);box-shadow:var(--cp-shadow-glow)}.cp-primary-btn:disabled{opacity:.55;cursor:not-allowed}.cp-secondary-btn{border:1px solid var(--cp-border-strong);background:var(--cp-surface);color:var(--cp-text-soft)}.cp-payment-state{border-top:1px solid var(--cp-border);margin-top:2px;padding-top:16px}.cp-stepper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.cp-stepper button{min-height:44px;border:1px solid var(--cp-border);border-radius:var(--cp-radius-sm);background:var(--cp-bg-soft);color:var(--cp-muted);display:flex;align-items:center;justify-content:center;gap:7px;font-weight:900;cursor:pointer}.cp-stepper span{width:22px;height:22px;border-radius:999px;background:var(--cp-surface);color:var(--cp-muted);display:inline-flex;align-items:center;justify-content:center;font-size:12px}.cp-stepper .cp-step-active,.cp-stepper .cp-step-done{border-color:var(--cp-emerald);color:var(--cp-text)}.cp-stepper .cp-step-active span,.cp-stepper .cp-step-done span{background:var(--cp-emerald);color:#fff}.cp-step-panel{display:grid;gap:16px}.cp-step-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:10px}.cp-expand-btn{min-height:44px;border:1px dashed var(--cp-border-strong);border-radius:var(--cp-radius-sm);background:var(--cp-bg-soft);color:var(--cp-text-soft);font-weight:900;cursor:pointer}.cp-inline-error{color:var(--cp-red)!important}.cp-review-list{display:grid;border:1px solid var(--cp-border);border-radius:var(--cp-radius-md);overflow:hidden}.cp-review-list div{display:grid;gap:5px;padding:13px 14px;border-bottom:1px solid var(--cp-border);background:var(--cp-bg-soft)}.cp-review-list div:last-child{border-bottom:0}.cp-review-list span{color:var(--cp-muted);font-size:12px;font-weight:900;text-transform:uppercase}.cp-review-list strong{color:var(--cp-text)}.cp-review-list button{width:max-content;border:0;background:transparent;color:var(--cp-emerald-600);padding:0;font-weight:900;cursor:pointer}.cp-trust-summary{display:grid;gap:5px;border:1px solid var(--cp-border);border-radius:var(--cp-radius-md);background:var(--cp-surface-soft);padding:14px}.cp-trust-summary span,.cp-trust-summary small{color:var(--cp-muted)}.cp-quote-loading{border:1px solid var(--cp-border);border-radius:var(--cp-radius-md);padding:14px;color:var(--cp-muted);background:var(--cp-bg-soft);font-size:14px;font-weight:800}.cp-fee-summary{display:grid;border:1px solid var(--cp-border);border-radius:var(--cp-radius-md);overflow:hidden;background:var(--cp-surface)}.cp-fee-summary>div:not(.cp-fee-popover){display:flex;justify-content:space-between;gap:14px;padding:13px 14px;border-bottom:1px solid var(--cp-border)}.cp-fee-summary span{color:var(--cp-text-soft);font-size:14px}.cp-fee-summary strong{color:var(--cp-text)}.cp-fee-row span{display:inline-flex;align-items:center;gap:6px}.cp-fee-info-button{width:26px;height:26px;border:1px solid var(--cp-border-strong);border-radius:50%;padding:0;color:var(--cp-emerald-600);background:var(--cp-surface);font-size:13px;font-weight:900;cursor:pointer}.cp-fee-popover{display:grid;gap:7px;padding:14px;border-bottom:1px solid var(--cp-border);background:var(--cp-surface-soft)}.cp-fee-popover span{font-size:13px;line-height:1.45}.cp-fee-popover button{width:max-content;min-height:36px;border:0;padding:0;color:var(--cp-emerald-600);background:transparent;font-weight:900;cursor:pointer}.cp-total-row{background:var(--cp-bg-soft)}.cp-total-row span,.cp-total-row strong{color:var(--cp-text)!important;font-size:16px!important;font-weight:900}.cp-fee-summary>p{margin:0;padding:11px 14px;color:var(--cp-emerald-600);background:var(--cp-surface-soft);font-size:13px;font-weight:800}.cp-terms-check{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;padding:13px;border:1px solid var(--cp-border);border-radius:var(--cp-radius-md);color:var(--cp-text-soft);background:var(--cp-surface);font-size:13px;line-height:1.45}.cp-terms-check input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--cp-emerald)}.cp-terms-check a{color:var(--cp-emerald-600);font-weight:900}.cp-payment-state>span{width:max-content;border-radius:999px;background:var(--cp-surface-soft);color:var(--cp-emerald-600);padding:6px 10px;font-size:12px;font-weight:900}.cp-payment-pulse{width:58px;height:58px;border-radius:18px;background:var(--cp-surface-soft);border:1px solid var(--cp-emerald);position:relative}.cp-payment-pulse:after{content:"";position:absolute;inset:14px;border-radius:10px;background:var(--cp-emerald);animation:cpPulse 1.4s ease-in-out infinite}.cp-payment-steps{margin:0;padding:0;display:grid;gap:8px;list-style:none;color:var(--cp-text-soft);font-weight:800}.cp-mobile-action{display:none}@keyframes cpPulse{0%,to{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.cp-payment-pulse:after{animation:none}}.cp-live-list{display:grid;gap:12px;margin:0}.cp-live-list div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--cp-border);padding-bottom:10px}.cp-live-list dt{color:var(--cp-muted);font-weight:800}.cp-live-list dd{margin:0;font-weight:900}.cp-alert,.cp-error-state,.cp-skeleton{max-width:1120px;margin:0 auto}.cp-alert{border-radius:var(--cp-radius-md);padding:14px 16px;font-weight:800;position:relative;z-index:3;margin-top:14px}.cp-alert-error{border:1px solid #fecdd3;background:#fff1f2;color:#be123c}.cp-alert-info{border:1px solid #bae6fd;background:#ecfeff;color:#155e75}.cp-error-state{min-height:100vh;display:grid;place-content:center;gap:14px;padding:24px;text-align:center}.cp-skeleton{padding:24px}.cp-skeleton-hero,.cp-skeleton-grid span{border-radius:var(--cp-radius-lg);background:linear-gradient(90deg,var(--cp-bg-soft),var(--cp-border),var(--cp-bg-soft))}.cp-skeleton-hero{min-height:280px;margin-bottom:18px}.cp-skeleton-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px}.cp-skeleton-grid span{min-height:320px}.cp-footer{max-width:1120px;margin:0 auto;padding:0 24px 34px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--cp-muted);font-size:13px}@media(max-width:900px){.cp-hero{padding:42px 16px 82px}.cp-theme-toggle{margin-left:0}.cp-main-grid{margin-top:-32px;grid-template-columns:1fr;padding:0 16px 64px}.cp-checkout-column{position:static;order:-1}.cp-amount-grid,.cp-trust-strip,.cp-skeleton-grid{grid-template-columns:1fr}.cp-card{padding:18px}.cp-share-actions,.cp-secondary-btn{width:100%}.cp-step-actions{grid-template-columns:1fr}.cp-stepper button{font-size:12px}.cp-mobile-action{position:sticky;bottom:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-44px 0 22px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--cp-border);background:var(--cp-surface);box-shadow:0 -12px 30px #0f172a1f}.cp-mobile-action span{min-width:0;color:var(--cp-text);font-weight:900}.cp-mobile-action button{min-height:44px;border:0;border-radius:var(--cp-radius-sm);background:var(--cp-cta-bg);color:var(--cp-cta-text);padding:0 14px;font-weight:900}.cp-mobile-action button:disabled{opacity:.55}.cp-footer{padding-inline:16px;padding-bottom:86px}}html{scroll-behavior:smooth}body{margin:0;background:#fff}button,input,textarea,select{font:inherit}.cl-page,.cc-page,.cd-page,.cs-page,.ct-page,.cr-page,.cg-page{max-width:1180px;margin:0 auto;color:#0f172a}.cl-header,.cc-header,.cd-header,.cs-header,.ct-header,.cr-header,.cg-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px}.cl-eyebrow,.cc-eyebrow,.cd-eyebrow{margin:0 0 8px;color:#0f766e;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.cl-header h1,.cc-header h1,.cd-header h1,.cs-header h1,.ct-header h1,.cr-header h1,.cg-header h1{margin:0;font-size:32px;line-height:1.1}.cl-header p,.cc-header p,.cd-header p,.cl-empty p{max-width:680px;color:#64748b;line-height:1.6}.cl-header-actions,.cl-card-actions,.cd-actions,.cs-actions,.cg-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cl-primary,.cc-primary,.cd-primary,.cs-primary,.cg-primary{min-height:40px;border:0;border-radius:7px;background:#0f766e;color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;font-weight:900;cursor:pointer}.cl-secondary,.cc-secondary,.cd-secondary,.cs-secondary,.cg-secondary{min-height:40px;border:1px solid #cbd5e1;border-radius:7px;background:#fff;color:#334155;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;font-weight:900;cursor:pointer}.cl-alert{border-radius:8px;padding:12px 14px;margin-bottom:16px;font-weight:700}.cl-alert-error{border:1px solid #fecdd3;background:#fff1f2;color:#be123c}.cl-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.cl-metrics article,.cl-card,.cl-empty,.cc-panel,.cd-panel,.cs-panel,.ct-panel,.cr-panel,.cg-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px}.cl-metrics article{padding:16px}.cl-metrics span,.cl-card-stats span,.cl-progress span{color:#64748b;font-size:13px;font-weight:800}.cl-metrics strong{display:block;margin-top:8px;font-size:24px}.cl-loading{border:1px dashed #cbd5e1;border-radius:8px;background:#fff;padding:30px;text-align:center;color:#64748b;font-weight:800}.cl-empty{padding:28px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:24px;align-items:center}.cl-empty h2{margin:0;font-size:28px}.cl-empty-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cl-empty-grid span{border:1px solid #dbeafe;background:#eff6ff;border-radius:7px;padding:12px;color:#1d4ed8;font-weight:900}.cl-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}.cl-filter-row{display:flex;gap:8px;flex-wrap:wrap}.cl-filter-row button{border:1px solid #cbd5e1;background:#fff;border-radius:999px;min-height:36px;padding:0 13px;color:#475569;font-weight:900;cursor:pointer}.cl-filter-row .cl-filter-active{background:#0f766e;color:#fff;border-color:#0f766e}.cl-toolbar input{min-height:40px;min-width:280px;border:1px solid #cbd5e1;border-radius:7px;padding:0 12px}.cl-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cl-card{padding:18px;display:grid;gap:16px}.cl-card-top{display:flex;justify-content:space-between;gap:16px}.cl-card h2{margin:8px 0 6px;font-size:20px}.cl-card p{margin:0;color:#64748b;line-height:1.5}.cl-card-top>strong{color:#0f766e;font-size:13px}.cl-status{display:inline-flex;border-radius:999px;padding:4px 9px;font-size:12px;text-transform:capitalize;font-weight:900;background:#e2e8f0;color:#334155}.cl-status-active{background:#dcfce7;color:#166534}.cl-status-draft{background:#fef3c7;color:#92400e}.cl-status-paused{background:#ffedd5;color:#9a3412}.cl-status-closed,.cl-status-archived{background:#f1f5f9;color:#475569}.cl-card-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cl-card-stats div{border:1px solid #e2e8f0;border-radius:7px;padding:12px}.cl-card-stats strong{display:block;margin-top:4px}.cl-progress div{display:flex;justify-content:space-between;margin-bottom:6px}.cl-progress progress{width:100%;height:10px;accent-color:#0f766e}.cl-card-actions{border-top:1px solid #e2e8f0;padding-top:12px}.cl-card-actions a,.cl-card-actions button{border:1px solid #cbd5e1;background:#fff;border-radius:7px;min-height:36px;padding:0 11px;color:#334155;text-decoration:none;font-weight:900;display:inline-flex;align-items:center;cursor:pointer}@media(max-width:860px){.cl-header,.cc-header,.cd-header,.cs-header,.ct-header,.cr-header,.cg-header,.cl-toolbar{display:grid}.cl-metrics,.cl-grid,.cl-empty{grid-template-columns:1fr}.cl-toolbar input{min-width:0;width:100%}}@media(max-width:520px){.cl-metrics{grid-template-columns:1fr 1fr}.cl-empty-grid{grid-template-columns:1fr}.cl-header h1,.cc-header h1,.cd-header h1,.cs-header h1,.ct-header h1,.cr-header h1,.cg-header h1{font-size:26px}}
