.ImageBrowser-module__VgYiPG__overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ImageBrowser-module__VgYiPG__modal{background:var(--color-bg-page);border-radius:12px;flex-direction:column;width:90vw;max-width:800px;max-height:80vh;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.ImageBrowser-module__VgYiPG__header{background:var(--color-bg-sunken);border-bottom:1px solid var(--color-border-subtle);grid-template-columns:auto 1fr auto;grid-template-areas:"title buttons close""buttons-wrap buttons-wrap buttons-wrap";align-items:center;gap:12px;padding:20px 24px;display:grid}.ImageBrowser-module__VgYiPG__header h3{color:var(--text);grid-area:title;margin:0;font-size:20px;font-weight:600}.ImageBrowser-module__VgYiPG__headerButtons{grid-area:buttons;justify-self:end;align-items:center;gap:12px;display:flex}.ImageBrowser-module__VgYiPG__closeButton{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;grid-area:close;padding:4px 8px;font-size:24px;font-weight:700;transition:background-color .2s}@media (max-width:600px){.ImageBrowser-module__VgYiPG__headerButtons{grid-area:buttons-wrap;justify-self:start}}.ImageBrowser-module__VgYiPG__closeButton:hover{background-color:var(--surface-hover);color:var(--text)}.ImageBrowser-module__VgYiPG__content{flex:1;max-height:calc(80vh - 140px);padding:20px 24px;overflow-y:auto}.ImageBrowser-module__VgYiPG__loading{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.ImageBrowser-module__VgYiPG__spinner{border:3px solid var(--color-border-subtle);border-top:3px solid var(--primary);border-radius:50%;width:32px;height:32px;margin-bottom:12px;animation:1s linear infinite ImageBrowser-module__VgYiPG__spin}@keyframes ImageBrowser-module__VgYiPG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ImageBrowser-module__VgYiPG__error{text-align:center;color:var(--error,#dc3545);padding:40px 20px}.ImageBrowser-module__VgYiPG__retryButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-top:12px;padding:8px 16px;transition:background-color .2s}.ImageBrowser-module__VgYiPG__retryButton:hover{background:var(--primary-hover)}.ImageBrowser-module__VgYiPG__empty{text-align:center;color:var(--color-text-muted);padding:40px 20px;font-size:16px}.ImageBrowser-module__VgYiPG__uploadHint{color:var(--color-text-muted);margin:8px 0 0;font-size:13px}.ImageBrowser-module__VgYiPG__uploadSection{border-bottom:1px solid var(--color-border-subtle);background:var(--color-bg-surface);padding:20px 24px}.ImageBrowser-module__VgYiPG__uploadArea{border:2px dashed var(--color-border-subtle);text-align:center;background:var(--color-bg-page);border-radius:8px;padding:24px;transition:all .2s;position:relative}.ImageBrowser-module__VgYiPG__uploadArea:hover{border-color:var(--primary);background:var(--color-bg-sunken)}.ImageBrowser-module__VgYiPG__uploadArea.ImageBrowser-module__VgYiPG__dragActive{border-color:var(--primary);background:var(--primary-bg);border-style:solid}.ImageBrowser-module__VgYiPG__fileInput{opacity:0;cursor:pointer;font-size:0;position:absolute;inset:0}.ImageBrowser-module__VgYiPG__uploadPrompt{color:var(--color-text-muted);justify-content:center;align-items:center;gap:8px;font-size:14px;display:flex}.ImageBrowser-module__VgYiPG__browseButton{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.ImageBrowser-module__VgYiPG__browseButton:hover{color:var(--primary-hover)}.ImageBrowser-module__VgYiPG__uploadingIndicator{color:var(--color-text-muted);justify-content:center;align-items:center;gap:12px;font-size:14px;display:flex}.ImageBrowser-module__VgYiPG__uploadingIndicator .ImageBrowser-module__VgYiPG__spinner{border:2px solid var(--color-border-subtle);border-top:2px solid var(--primary);border-radius:50%;width:20px;height:20px;animation:1s linear infinite ImageBrowser-module__VgYiPG__spin}.ImageBrowser-module__VgYiPG__imageGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;padding:4px;display:grid}.ImageBrowser-module__VgYiPG__imageItem{border:2px solid var(--color-border-subtle);cursor:pointer;background:var(--color-bg-surface);border-radius:8px;padding:12px;transition:all .2s}.ImageBrowser-module__VgYiPG__imageItem:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ImageBrowser-module__VgYiPG__imageItem.ImageBrowser-module__VgYiPG__selected{border-color:var(--primary);background:var(--primary-light,#007bff1a);box-shadow:0 0 0 1px var(--primary)}.ImageBrowser-module__VgYiPG__imageWrapper{background:var(--color-bg-sunken);border-radius:6px;justify-content:center;align-items:center;width:100%;height:150px;margin-bottom:8px;display:flex;position:relative;overflow:hidden}.ImageBrowser-module__VgYiPG__image{border-radius:6px;width:100%;height:100%}.ImageBrowser-module__VgYiPG__imageInfo{text-align:center}.ImageBrowser-module__VgYiPG__imageName{color:var(--text);word-break:break-word;margin-bottom:4px;font-size:14px;font-weight:500;line-height:1.3}.ImageBrowser-module__VgYiPG__imageDetails{color:var(--color-text-muted);font-size:12px;line-height:1.2}.ImageBrowser-module__VgYiPG__footer{background:var(--color-bg-sunken);border-top:1px solid var(--color-border-subtle);flex-shrink:0;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}.ImageBrowser-module__VgYiPG__cancelButton{color:var(--color-text-muted);border:1px solid var(--color-border-subtle);cursor:pointer;background:0 0;border-radius:6px;padding:10px 20px;font-weight:500;transition:all .2s}.ImageBrowser-module__VgYiPG__cancelButton:hover{background:var(--surface-hover);color:var(--text);border-color:var(--border-hover)}.ImageBrowser-module__VgYiPG__selectButton{background:var(--color-bg-surface);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:10px 24px;font-weight:500;transition:background-color .2s}.ImageBrowser-module__VgYiPG__selectButton:hover:not(:disabled){background:var(--c-ink-700)}.ImageBrowser-module__VgYiPG__selectButton:disabled{background:var(--color-text-muted);cursor:not-allowed;opacity:.6}@media (max-width:768px){.ImageBrowser-module__VgYiPG__modal{width:95vw;max-height:90vh}.ImageBrowser-module__VgYiPG__imageGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.ImageBrowser-module__VgYiPG__imageWrapper{height:120px}.ImageBrowser-module__VgYiPG__header,.ImageBrowser-module__VgYiPG__content,.ImageBrowser-module__VgYiPG__footer{padding:16px 20px}}@media (max-width:480px){.ImageBrowser-module__VgYiPG__imageGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}.ImageBrowser-module__VgYiPG__imageWrapper{height:100px}}.ImageBrowser-module__VgYiPG__loadMoreContainer{text-align:center;border-top:1px solid var(--color-border-subtle);background-color:var(--color-bg-sunken);padding:1rem}.ImageBrowser-module__VgYiPG__loadMoreButton{border:1px solid var(--color-border-subtle);background:var(--color-bg-page);color:var(--text);cursor:pointer;border-radius:6px;padding:.5rem 1.5rem;font-size:.875rem;transition:all .2s}.ImageBrowser-module__VgYiPG__loadMoreButton:hover:not(:disabled){background-color:var(--color-bg-surface);border-color:var(--border-hover,var(--color-border-subtle))}.ImageBrowser-module__VgYiPG__loadMoreButton:disabled{opacity:.5;cursor:not-allowed}.ImageBrowser-module__VgYiPG__searchBar{padding:0 16px 12px}.ImageBrowser-module__VgYiPG__searchInput{box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:8px 12px;font-size:14px}.ImageBrowser-module__VgYiPG__searchInput:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb26}.ImageBrowser-module__VgYiPG__descriptionText{color:#4b5563;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:11px;overflow:hidden}.ImageBrowser-module__VgYiPG__descriptionMissing{color:#9ca3af;font-style:italic}.ImageBrowser-module__VgYiPG__editIconButton{cursor:pointer;color:#374151;background:#f9fafb;border:1px solid #d1d5db;border-radius:4px;margin-top:4px;padding:2px 6px;font-size:11px}.ImageBrowser-module__VgYiPG__editIconButton:hover{background:#f3f4f6}.ImageBrowser-module__VgYiPG__editPanel{background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;gap:6px;margin-top:6px;padding:8px;display:flex}.ImageBrowser-module__VgYiPG__editRow{align-items:center;gap:6px;display:flex}.ImageBrowser-module__VgYiPG__editLabel{text-transform:uppercase;color:#6b7280;flex:0 0 28px;font-size:11px;font-weight:600}.ImageBrowser-module__VgYiPG__editInput{border:1px solid #d1d5db;border-radius:4px;flex:auto;min-width:0;padding:4px 6px;font-size:12px}.ImageBrowser-module__VgYiPG__editActions{justify-content:flex-end;gap:6px;display:flex}.ImageBrowser-module__VgYiPG__editSaveButton,.ImageBrowser-module__VgYiPG__editCancelButton{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:4px 10px;font-size:12px}.ImageBrowser-module__VgYiPG__editSaveButton{color:#fff;background:#2563eb;border-color:#2563eb}.ImageBrowser-module__VgYiPG__editSaveButton:disabled{opacity:.6;cursor:not-allowed}.ImageBrowser-module__VgYiPG__uploadProvenance{flex-wrap:wrap;gap:12px;margin-top:10px;display:flex}.ImageBrowser-module__VgYiPG__provenanceField{color:#374151;align-items:center;gap:6px;font-size:12px;display:flex}.ImageBrowser-module__VgYiPG__provenanceSelect,.ImageBrowser-module__VgYiPG__provenanceInput{border:1px solid #d1d5db;border-radius:6px;padding:4px 8px;font-size:13px}.ImageBrowser-module__VgYiPG__provenanceInput{min-width:220px}.ImageBrowser-module__VgYiPG__badgeOverlay{z-index:2;pointer-events:none;gap:4px;display:flex;position:absolute;top:4px;left:4px}.ImageBrowser-module__VgYiPG__aiBadge{color:#fff;letter-spacing:.3px;background:#7c3aedeb;border-radius:4px;padding:3px 5px;font-size:10px;font-weight:700;line-height:1}.ImageBrowser-module__VgYiPG__sourceBadge{color:#fff;pointer-events:auto;cursor:help;background:#111827c7;border-radius:50%;padding:2px 4px;font-size:11px;line-height:1}
.ThumbnailSelector-module__0NRzQq__container{margin-bottom:1.5rem}.ThumbnailSelector-module__0NRzQq__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.ThumbnailSelector-module__0NRzQq__label{color:#374151;margin:0;font-size:.875rem;font-weight:600}.ThumbnailSelector-module__0NRzQq__saving{color:#3b82f6;font-size:.75rem;font-style:italic}.ThumbnailSelector-module__0NRzQq__error{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:4px;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.875rem}.ThumbnailSelector-module__0NRzQq__thumbnailArea{border:2px dashed #d1d5db;border-radius:8px;transition:border-color .2s;position:relative;overflow:hidden}.ThumbnailSelector-module__0NRzQq__thumbnailArea:hover{border-color:#9ca3af}.ThumbnailSelector-module__0NRzQq__thumbnailPreview{width:200px;height:150px;display:inline-block;position:relative}.ThumbnailSelector-module__0NRzQq__thumbnailImage{border-radius:6px;width:100%;height:100%}.ThumbnailSelector-module__0NRzQq__thumbnailOverlay{opacity:0;background:#000000b3;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;transition:opacity .2s;display:flex;position:absolute;inset:0}.ThumbnailSelector-module__0NRzQq__thumbnailPreview:hover .ThumbnailSelector-module__0NRzQq__thumbnailOverlay{opacity:1}.ThumbnailSelector-module__0NRzQq__changeButton,.ThumbnailSelector-module__0NRzQq__removeButton{cursor:pointer;border:none;border-radius:4px;padding:.5rem .75rem;font-size:.75rem;font-weight:500;transition:background-color .2s}.ThumbnailSelector-module__0NRzQq__changeButton{color:#fff;background-color:#3b82f6}.ThumbnailSelector-module__0NRzQq__changeButton:hover:not(:disabled){background-color:#2563eb}.ThumbnailSelector-module__0NRzQq__removeButton{color:#fff;background-color:#dc2626}.ThumbnailSelector-module__0NRzQq__removeButton:hover:not(:disabled){background-color:#b91c1c}.ThumbnailSelector-module__0NRzQq__changeButton:disabled,.ThumbnailSelector-module__0NRzQq__removeButton:disabled{opacity:.5;cursor:not-allowed}.ThumbnailSelector-module__0NRzQq__thumbnail{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:150px;display:flex}.ThumbnailSelector-module__0NRzQq__noThumbnail{padding:1rem}.ThumbnailSelector-module__0NRzQq__emptyIcon{opacity:.5;margin-bottom:.5rem;font-size:2rem}.ThumbnailSelector-module__0NRzQq__emptyText{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.ThumbnailSelector-module__0NRzQq__selectButton{color:#fff;cursor:pointer;background-color:#3b82f6;border:1px solid #3b82f6;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.ThumbnailSelector-module__0NRzQq__selectButton:hover:not(:disabled){background-color:#2563eb}.ThumbnailSelector-module__0NRzQq__selectButton:disabled{opacity:.5;cursor:not-allowed}@media (prefers-color-scheme:dark){.ThumbnailSelector-module__0NRzQq__label{color:#f9fafb}.ThumbnailSelector-module__0NRzQq__error{color:#fca5a5;background-color:#1f2937;border-color:#dc2626}.ThumbnailSelector-module__0NRzQq__thumbnailArea{border-color:#4b5563}.ThumbnailSelector-module__0NRzQq__thumbnailArea:hover{border-color:#6b7280}.ThumbnailSelector-module__0NRzQq__emptyText{color:#d1d5db}}@media (max-width:640px){.ThumbnailSelector-module__0NRzQq__thumbnailPreview{width:100%;max-width:300px;height:200px}.ThumbnailSelector-module__0NRzQq__thumbnail{min-height:120px}.ThumbnailSelector-module__0NRzQq__changeButton,.ThumbnailSelector-module__0NRzQq__removeButton{padding:.4rem .6rem;font-size:.7rem}}
.LeadEditor-module__E7AfFW__container{background:var(--color-bg-elevated);border:1px solid var(--color-border-subtle);border-radius:8px;margin-bottom:16px;padding:16px}.LeadEditor-module__E7AfFW__header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.LeadEditor-module__E7AfFW__label{color:var(--color-text-secondary);font-size:14px;font-weight:600}.LeadEditor-module__E7AfFW__saving{color:var(--color-text-muted);font-size:12px;font-style:italic}.LeadEditor-module__E7AfFW__error{color:var(--color-danger);font-size:12px}.LeadEditor-module__E7AfFW__editMode{flex-direction:column;gap:12px;display:flex}.LeadEditor-module__E7AfFW__textarea{border:1px solid var(--color-border-subtle);background:var(--color-bg-surface);width:100%;color:var(--color-text-secondary);resize:vertical;border-radius:6px;min-height:80px;padding:12px;font-family:inherit;font-size:14px;transition:all .2s}.LeadEditor-module__E7AfFW__textarea:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #3b82f61a}.LeadEditor-module__E7AfFW__buttonGroup{gap:8px;display:flex}.LeadEditor-module__E7AfFW__saveButton{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:14px;transition:all .2s}.LeadEditor-module__E7AfFW__saveButton:hover:not(:disabled){background:var(--color-accent-hover)}.LeadEditor-module__E7AfFW__saveButton:disabled{opacity:.6;cursor:not-allowed}.LeadEditor-module__E7AfFW__cancelButton{background:var(--color-bg-sunken);color:var(--color-text-secondary);border:1px solid var(--color-border-subtle);cursor:pointer;border-radius:6px;padding:8px 16px;font-size:14px;transition:all .2s}.LeadEditor-module__E7AfFW__cancelButton:hover:not(:disabled){background:var(--color-border-subtle)}.LeadEditor-module__E7AfFW__cancelButton:disabled{opacity:.6;cursor:not-allowed}.LeadEditor-module__E7AfFW__hint{color:var(--color-text-muted);font-size:12px;font-style:italic}.LeadEditor-module__E7AfFW__viewMode{flex-direction:column;gap:8px;display:flex}.LeadEditor-module__E7AfFW__leadText{background:var(--color-bg-surface);border:1px solid var(--color-border-subtle);color:var(--color-text-secondary);cursor:pointer;white-space:pre-wrap;word-wrap:break-word;border-radius:6px;padding:12px;line-height:1.5;transition:all .2s}.LeadEditor-module__E7AfFW__leadText:hover{border-color:var(--color-accent);background:var(--color-bg-sunken)}.LeadEditor-module__E7AfFW__placeholder{background:var(--color-bg-surface);border:1px dashed var(--color-border-subtle);color:var(--color-text-muted);cursor:pointer;border-radius:6px;padding:12px;font-style:italic;transition:all .2s}.LeadEditor-module__E7AfFW__placeholder:hover{border-color:var(--color-accent);color:var(--color-text-secondary)}.LeadEditor-module__E7AfFW__editButton{background:var(--color-bg-sunken);color:var(--color-text-secondary);border:1px solid var(--color-border-subtle);cursor:pointer;border-radius:4px;align-self:flex-start;padding:6px 12px;font-size:12px;transition:all .2s}.LeadEditor-module__E7AfFW__editButton:hover{background:var(--color-border-subtle);border-color:var(--color-accent)}
.DocumentMetadata-module__fqCvIW__container{background:var(--color-bg-elevated);border:1px solid var(--color-border-subtle);border-radius:8px;flex-direction:column;gap:16px;margin-bottom:16px;padding:16px;display:flex}.DocumentMetadata-module__fqCvIW__section{flex-direction:column;gap:8px;display:flex}.DocumentMetadata-module__fqCvIW__label{color:var(--color-text-secondary);font-size:14px;font-weight:600}.DocumentMetadata-module__fqCvIW__select{border:1px solid var(--color-border-subtle);background:var(--color-bg-surface);color:var(--color-text-secondary);cursor:pointer;border-radius:6px;padding:8px 12px;font-size:14px;transition:all .2s}.DocumentMetadata-module__fqCvIW__select:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #3b82f61a}.DocumentMetadata-module__fqCvIW__tagSection{align-items:center;gap:12px;display:flex}.DocumentMetadata-module__fqCvIW__tagButton{background:var(--color-accent);color:var(--color-text-primary);cursor:pointer;border:none;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:500;transition:all .2s}.DocumentMetadata-module__fqCvIW__tagButton:hover{background:var(--primary-hover);transform:translateY(-1px)}.DocumentMetadata-module__fqCvIW__selectedTags{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.DocumentMetadata-module__fqCvIW__tag{background:#3b82f61a;border:1px solid;border-radius:12px;align-items:center;padding:4px 8px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.DocumentMetadata-module__fqCvIW__loading{color:var(--color-text-muted);text-align:center;padding:12px 0;font-size:14px;font-style:italic}.DocumentMetadata-module__fqCvIW__error{color:var(--danger-color);text-align:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;padding:8px 12px;font-size:14px}@media (max-width:768px){.DocumentMetadata-module__fqCvIW__container{gap:12px;padding:12px}.DocumentMetadata-module__fqCvIW__tagSection{flex-direction:column;align-items:stretch;gap:8px}.DocumentMetadata-module__fqCvIW__tagButton{align-self:flex-start}}@media (max-width:480px){.DocumentMetadata-module__fqCvIW__selectedTags{gap:4px}.DocumentMetadata-module__fqCvIW__tag{padding:3px 6px;font-size:11px}}.DocumentMetadata-module__fqCvIW__select option{padding:4px 8px}
.ArticlePaymentButton-module__Cn9E3W__ctaWrapper{background:var(--color-bg-accent-soft);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);text-align:center;padding:1.25rem}.ArticlePaymentButton-module__Cn9E3W__ctaTitle{color:var(--color-text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.ArticlePaymentButton-module__Cn9E3W__ctaSubtitle{color:var(--color-text-secondary);margin-bottom:1rem;font-size:.875rem}.ArticlePaymentButton-module__Cn9E3W__quickButtons{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.ArticlePaymentButton-module__Cn9E3W__quickBtn{border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-bg-surface);color:var(--color-text-secondary);cursor:pointer;padding:.4rem .75rem;font-size:.875rem;transition:background .16s,border-color .16s}.ArticlePaymentButton-module__Cn9E3W__quickBtn:hover{background:var(--color-bg-sunken);border-color:var(--color-accent);color:var(--color-text-primary)}.ArticlePaymentButton-module__Cn9E3W__quickBtn:focus-visible{box-shadow:var(--color-focus-ring);outline:none}.ArticlePaymentButton-module__Cn9E3W__primaryBtn{border-radius:var(--radius-md);background:var(--color-accent);color:var(--color-text-on-accent);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.5rem 1.1rem;font-size:.875rem;font-weight:600;transition:background .16s,box-shadow .16s;display:inline-flex}.ArticlePaymentButton-module__Cn9E3W__primaryBtn:hover{background:var(--color-accent-hover);box-shadow:var(--shadow-sm)}.ArticlePaymentButton-module__Cn9E3W__primaryBtn:focus-visible{box-shadow:var(--color-focus-ring);outline:none}.ArticlePaymentButton-module__Cn9E3W__ctaFootnote{color:var(--color-text-muted);margin-top:.5rem;font-size:.75rem}.ArticlePaymentButton-module__Cn9E3W__formWrapper{background:var(--color-bg-sunken);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:1.25rem}.ArticlePaymentButton-module__Cn9E3W__formTitle{color:var(--color-text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.ArticlePaymentButton-module__Cn9E3W__formSubtitle{color:var(--color-text-secondary);margin-top:.25rem;font-size:.875rem}.ArticlePaymentButton-module__Cn9E3W__fieldLabel{color:var(--color-text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.ArticlePaymentButton-module__Cn9E3W__inputRow{gap:.5rem;display:flex}.ArticlePaymentButton-module__Cn9E3W__amountInput,.ArticlePaymentButton-module__Cn9E3W__currencySelect{border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);background:var(--color-bg-surface);color:var(--color-text-primary);padding:.5rem .75rem;font-size:.9375rem;transition:border-color .16s}.ArticlePaymentButton-module__Cn9E3W__amountInput{flex:1}.ArticlePaymentButton-module__Cn9E3W__amountInput:focus,.ArticlePaymentButton-module__Cn9E3W__currencySelect:focus{border-color:var(--color-accent);box-shadow:var(--color-focus-ring);outline:none}.ArticlePaymentButton-module__Cn9E3W__errorText{color:var(--color-danger);margin-top:.25rem;font-size:.875rem}.ArticlePaymentButton-module__Cn9E3W__hintText{color:var(--color-text-muted);margin-top:.25rem;font-size:.75rem}.ArticlePaymentButton-module__Cn9E3W__cancelBtn{border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);background:var(--color-bg-surface);width:100%;color:var(--color-text-secondary);cursor:pointer;margin-top:.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .16s}.ArticlePaymentButton-module__Cn9E3W__cancelBtn:hover{background:var(--color-bg-sunken);color:var(--color-text-primary)}.ArticlePaymentButton-module__Cn9E3W__cancelBtn:focus-visible{box-shadow:var(--color-focus-ring);outline:none}.ArticlePaymentButton-module__Cn9E3W__successWrapper{background:var(--color-bg-surface);border:1px solid var(--color-success);border-radius:var(--radius-md);text-align:center;padding:1.25rem}.ArticlePaymentButton-module__Cn9E3W__successText{color:var(--color-success);font-weight:500}.ArticlePaymentButton-module__Cn9E3W__successBody{color:var(--color-text-secondary);margin-top:.25rem;font-size:.875rem}.ArticlePaymentButton-module__Cn9E3W__backLink{color:var(--color-success);cursor:pointer;background:0 0;border:none;margin-top:.5rem;font-size:.875rem;text-decoration:underline}.ArticlePaymentButton-module__Cn9E3W__backLink:hover{color:var(--color-text-primary)}
.DonationCard-module__1A0T_W__card{background:var(--color-bg-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin:2rem .75rem .75rem;padding:1.5rem;transition:box-shadow .2s}.DonationCard-module__1A0T_W__card:hover{box-shadow:var(--shadow-md)}.DonationCard-module__1A0T_W__heading{color:var(--color-text-primary);text-align:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700}.DonationCard-module__1A0T_W__inner{background:var(--color-bg-elevated);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1rem}.DonationCard-module__1A0T_W__grid{gap:1rem;display:grid}@media (min-width:640px){.DonationCard-module__1A0T_W__grid{grid-template-columns:1fr 1fr}}.DonationCard-module__1A0T_W__sectionTitle{color:var(--color-text-primary);align-items:center;gap:.4rem;margin-bottom:.75rem;font-weight:600;display:flex}.DonationCard-module__1A0T_W__row{flex-direction:column;gap:.1rem;font-size:.875rem;display:flex}@media (min-width:640px){.DonationCard-module__1A0T_W__row{flex-direction:row;align-items:center;gap:0}}.DonationCard-module__1A0T_W__label{color:var(--color-text-muted);font-weight:500}.DonationCard-module__1A0T_W__value{color:var(--color-text-primary)}.DonationCard-module__1A0T_W__mono{font-family:var(--font-geist-mono,ui-monospace, monospace);color:var(--color-text-primary);word-break:break-all;font-size:.8125rem}@media (min-width:640px){.DonationCard-module__1A0T_W__mono,.DonationCard-module__1A0T_W__value,.DonationCard-module__1A0T_W__label+.DonationCard-module__1A0T_W__value{margin-left:.5rem}}.DonationCard-module__1A0T_W__ctaCenter{text-align:center}.DonationCard-module__1A0T_W__primaryLink{background:var(--color-accent);color:var(--color-text-on-accent);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;padding:.65rem 1.4rem;font-weight:600;text-decoration:none;transition:background .16s,box-shadow .16s;display:inline-flex}.DonationCard-module__1A0T_W__primaryLink:hover{background:var(--color-accent-hover);box-shadow:var(--shadow-md)}.DonationCard-module__1A0T_W__primaryLink:focus-visible{box-shadow:var(--color-focus-ring);outline:none}.DonationCard-module__1A0T_W__pillLink{background:var(--color-accent);color:var(--color-text-on-accent);border-radius:var(--radius-full);margin-top:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .16s;display:inline-block}.DonationCard-module__1A0T_W__pillLink:hover{background:var(--color-accent-hover)}.DonationCard-module__1A0T_W__pillLink:focus-visible{box-shadow:var(--color-focus-ring);outline:none}.DonationCard-module__1A0T_W__space{flex-direction:column;gap:.5rem;display:flex}
