.unsub-section{min-height:calc(100vh - 300px);display:flex;align-items:center;justify-content:center;padding:80px 20px}.unsub-card{width:100%;max-width:560px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:48px 40px;box-shadow:0 1px 3px #0000000a,0 6px 24px #0000000f;text-align:center}.unsub-card__icon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#6551e8,#b34fed);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 8px 24px -4px #6551e84d}.unsub-card__icon svg{width:32px;height:32px;color:#fff}.unsub-card__title{font-family:Inter,system-ui,sans-serif;font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:8px;line-height:1.2}.unsub-card__subtitle{font-size:.95rem;color:#64748b;line-height:1.6;margin-bottom:32px;max-width:420px;margin-left:auto;margin-right:auto}.unsub-widget-wrapper{width:100%;min-height:80px;border-radius:12px;overflow:hidden}.unsub-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 0}.unsub-loading__spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#6551e8;border-radius:50%;animation:unsubSpin .8s linear infinite}.unsub-loading__text{font-size:.85rem;color:#94a3b8}@keyframes unsubSpin{to{transform:rotate(360deg)}}.unsub-status{padding:16px 0}.unsub-status__name{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:4px}.unsub-status__email{font-size:.9rem;color:#64748b;margin-bottom:24px}.unsub-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:12px;font-size:.95rem;font-weight:600;font-family:Inter,system-ui,sans-serif;border:none;cursor:pointer;transition:all .2s ease;min-width:200px}.unsub-btn--danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 14px -3px #ef444466}.unsub-btn--danger:hover{transform:translateY(-1px);box-shadow:0 6px 20px -3px #ef444480}.unsub-btn--danger:disabled{opacity:.6;cursor:not-allowed;transform:none}.unsub-done{padding:20px;border-radius:12px;background:#f0fdf4;border:1px solid #bbf7d0}.unsub-done__icon{font-size:2rem;margin-bottom:8px}.unsub-done__title{font-size:1rem;font-weight:700;color:#166534;margin-bottom:4px}.unsub-done__text{font-size:.85rem;color:#15803d}.unsub-already{padding:20px;border-radius:12px;background:#fefce8;border:1px solid #fef08a}.unsub-already__title{font-size:1rem;font-weight:700;color:#854d0e;margin-bottom:4px}.unsub-already__text{font-size:.85rem;color:#a16207}.unsub-error{padding:16px;border-radius:12px;background:#fef2f2;border:1px solid #fecaca;font-size:.85rem;color:#991b1b}.unsub-help{text-align:center;margin-top:24px;font-size:.85rem;color:#94a3b8;line-height:1.5}.unsub-help a{color:#6551e8;text-decoration:underline;text-underline-offset:2px}.unsub-help a:hover{color:#4f46e5}@media(max-width:600px){.unsub-card{padding:36px 24px;border-radius:16px}.unsub-card__title{font-size:1.4rem}.unsub-section{padding:40px 16px}}
