.embed-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.embed-modal-simple{width:100%;max-width:600px;background:#fff;border-radius:4px;box-shadow:0 4px 20px rgba(0,0,0,.15);overflow:hidden}.embed-modal-header-simple{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.embed-modal-header-simple h2{font-size:18px;font-weight:600;color:#1f2937;margin:0}.embed-close-btn{width:32px;height:32px;border:none;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .15s ease}.embed-close-btn:hover{background:#f3f4f6;color:#1f2937}.embed-modal-description{padding:16px 24px;margin:0;font-size:14px;color:#4b5563;line-height:1.5}.embed-preview-container{display:flex;justify-content:center;padding:24px;background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.embed-code-textarea-container{padding:16px 24px}.embed-code-textarea{width:100%;padding:12px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;color:#374151;background:#f9fafb;border:1px solid #d1d5db;border-radius:4px;resize:vertical;line-height:1.5}.embed-code-textarea:focus{outline:none;border-color:#fc5736}.embed-modal-footer{display:flex;align-items:center;justify-content:flex-start;padding:16px 24px;border-top:1px solid #e5e7eb;background:#fff}.embed-copy-button{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:1px solid #d1d5db;border-radius:4px;background:#fff;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease}.embed-copy-button:hover{background:#f9fafb;border-color:#9ca3af}.embed-copy-button svg{color:#6b7280}.embed-paywall{flex-direction:column;text-align:center;padding:36px 28px 40px;min-height:220px}.embed-paywall,.embed-paywall-icon{display:flex;align-items:center;justify-content:center}.embed-paywall-icon{width:56px;height:56px;border-radius:9999px;background:rgba(252,87,54,.1);color:#fc5736;margin-bottom:16px}.embed-paywall-title{font-size:18px;font-weight:700;color:#1f2937;margin:0 0 8px}.embed-paywall-text{font-size:14px;color:#4b5563;line-height:1.55;max-width:420px;margin:0 0 20px}.embed-paywall-cta{display:inline-flex;align-items:center;justify-content:center;padding:11px 24px;border-radius:8px;background:#fc5736;color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s ease}.embed-paywall-cta:hover{background:#e04d30}.embed-paywall-spinner{width:32px;height:32px;border:2px solid #e5e7eb;border-top-color:#fc5736;border-radius:9999px;animation:embed-paywall-spin .8s linear infinite}@keyframes embed-paywall-spin{to{transform:rotate(1turn)}}@media (max-width:640px){.embed-modal-simple{max-height:90vh;overflow-y:auto}.embed-modal-header-simple{padding:16px 20px}.embed-modal-header-simple h2{font-size:16px}.embed-modal-description{padding:12px 20px;font-size:13px}.embed-preview-container{padding:16px}.embed-code-textarea-container,.embed-modal-footer{padding:12px 20px}}