.Toast-module__yWhMxq__container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:20px;right:20px}.Toast-module__yWhMxq__toast{color:#fff;cursor:pointer;pointer-events:all;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;align-items:center;gap:12px;min-width:280px;max-width:420px;padding:14px 20px;font-size:.875rem;font-weight:500;animation:.35s cubic-bezier(.21,1.02,.73,1) forwards Toast-module__yWhMxq__slideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000002e}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__success{background:linear-gradient(135deg,#10b981eb,#059669eb)}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__error{background:linear-gradient(135deg,#ef4444eb,#dc2626eb)}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__warning{background:linear-gradient(135deg,#f59e0beb,#d97706eb)}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__info{background:linear-gradient(135deg,#3b82f6eb,#2563ebeb)}.Toast-module__yWhMxq__icon{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:700;display:flex}.Toast-module__yWhMxq__message{flex:1;line-height:1.4}.Toast-module__yWhMxq__progress{background:#fff6;border-radius:0 0 12px 12px;height:3px;animation:3.5s linear forwards Toast-module__yWhMxq__progressShrink;position:absolute;bottom:0;left:0}@keyframes Toast-module__yWhMxq__slideIn{0%{opacity:0;transform:translate(60px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes Toast-module__yWhMxq__progressShrink{0%{width:100%}to{width:0%}}@media (max-width:480px){.Toast-module__yWhMxq__container{inset:auto 12px 20px}.Toast-module__yWhMxq__toast{min-width:auto;max-width:none}}
.Modal-module__Ro-5Wq__overlay{-webkit-backdrop-filter:blur(6px);z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out Modal-module__Ro-5Wq__overlayIn;display:flex;position:fixed;inset:0}.Modal-module__Ro-5Wq__modal{background:var(--color-surface);border-radius:var(--radius-xl);border:1px solid var(--color-border);flex-direction:column;width:100%;max-width:480px;max-height:85vh;animation:.3s cubic-bezier(.21,1.02,.73,1) Modal-module__Ro-5Wq__modalIn;display:flex;overflow:hidden;box-shadow:0 24px 64px #0003}[data-theme=dark] .Modal-module__Ro-5Wq__modal{box-shadow:0 24px 64px #00000080}.Modal-module__Ro-5Wq__header{border-bottom:1px solid var(--color-border-light);justify-content:space-between;align-items:center;padding:22px 24px 16px;display:flex}.Modal-module__Ro-5Wq__title{color:var(--color-text);letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.Modal-module__Ro-5Wq__closeBtn{cursor:pointer;width:32px;height:32px;color:var(--color-text-muted);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:.85rem;transition:all .15s;display:flex}.Modal-module__Ro-5Wq__closeBtn:hover{background:var(--color-surface-hover);color:var(--color-text)}.Modal-module__Ro-5Wq__body{padding:20px 24px 24px;overflow-y:auto}@keyframes Modal-module__Ro-5Wq__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__Ro-5Wq__modalIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:480px){.Modal-module__Ro-5Wq__modal{border-radius:var(--radius-lg);max-width:none}}
.SubscriptionLimitModal-module__NmkUrW__container{text-align:center;padding:1rem 0}.SubscriptionLimitModal-module__NmkUrW__iconWrapper{justify-content:center;margin-bottom:1.5rem;display:flex}.SubscriptionLimitModal-module__NmkUrW__iconCircle{color:#ffab00;background:#ffab001a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:2s infinite SubscriptionLimitModal-module__NmkUrW__pulse;display:flex;box-shadow:0 0 20px #ffab0026}@keyframes SubscriptionLimitModal-module__NmkUrW__pulse{0%{transform:scale(1);box-shadow:0 0 #ffab0066}70%{transform:scale(1.05);box-shadow:0 0 0 10px #ffab0000}to{transform:scale(1);box-shadow:0 0 #ffab0000}}.SubscriptionLimitModal-module__NmkUrW__title{color:var(--color-text);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.SubscriptionLimitModal-module__NmkUrW__message{color:var(--color-text-secondary);margin-bottom:2rem;padding:0 1rem;font-size:.95rem;line-height:1.6}.SubscriptionLimitModal-module__NmkUrW__actions{flex-direction:column;gap:.875rem;display:flex}.SubscriptionLimitModal-module__NmkUrW__upgradeButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #2563eb40}.SubscriptionLimitModal-module__NmkUrW__upgradeButton:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 6px 15px #2563eb59}.SubscriptionLimitModal-module__NmkUrW__upgradeButton:active{transform:translateY(0)}.SubscriptionLimitModal-module__NmkUrW__laterButton{background:var(--color-surface-hover);color:var(--color-text-secondary);border:1px solid var(--color-border);cursor:pointer;border-radius:12px;padding:.875rem;font-size:.95rem;font-weight:600;transition:all .2s}.SubscriptionLimitModal-module__NmkUrW__laterButton:hover{background:var(--color-border);color:var(--color-text)}.SubscriptionLimitModal-module__NmkUrW__footer{border-top:1px solid var(--color-border);color:var(--color-text-muted);justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;font-size:.8rem;display:flex}.SubscriptionLimitModal-module__NmkUrW__footer svg{color:#10b981}
