.feedback-toast{position:fixed;right:20px;bottom:20px;z-index:2147483000;width:320px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 12px 40px #0f172a29;padding:18px 18px 16px;color:#0f172a;font-family:inherit;opacity:0;transform:translateY(12px);transition:opacity .24s ease,transform .24s ease}.feedback-toast.is-visible{opacity:1;transform:translateY(0)}.feedback-toast--noanim{transition:none}.feedback-toast-close{position:absolute;top:10px;right:10px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer;transition:background .15s ease,color .15s ease}.feedback-toast-close:hover{background:#f1f5f9;color:#475569}.feedback-toast-title{margin:0 24px 12px 0;font-size:.9375rem;font-weight:700;letter-spacing:-.01em}.feedback-toast-stars{display:flex;gap:4px;color:#f59e0b}.feedback-toast-star{border:0;background:transparent;padding:2px;line-height:0;color:#cbd5e1;cursor:pointer;transition:color .12s ease,transform .12s ease}.feedback-toast-star:hover{transform:translateY(-1px)}.feedback-toast-star.is-on{color:#f59e0b}.feedback-toast-comment{width:100%;margin-top:4px;padding:9px 11px;border:1px solid #e2e8f0;border-radius:10px;font:inherit;font-size:.875rem;color:#0f172a;resize:vertical;min-height:64px;box-sizing:border-box}.feedback-toast-comment:focus{outline:none;border-color:#4f63d9;box-shadow:0 0 0 3px #4f63d929}.feedback-toast-actions{margin-top:10px}.feedback-toast-send{border:0;border-radius:10px;padding:9px 18px;background:#4f63d9;color:#fff;font:inherit;font-weight:700;font-size:.875rem;cursor:pointer;transition:background .15s ease}.feedback-toast-send:hover{background:#4356c4}.feedback-toast-tp{margin:12px 0 0;padding-top:12px;border-top:1px solid #f1f5f9;font-size:.8125rem;color:#64748b;line-height:1.4}.feedback-toast-tp-link{color:#4f63d9;font-weight:700;white-space:nowrap}.feedback-toast-tp-link:hover{text-decoration:underline}.feedback-toast-done{margin:0 24px 0 0;font-size:.9375rem;font-weight:700;color:#0f766e}@media (max-width: 520px){.feedback-toast{right:12px;left:12px;bottom:12px;width:auto;max-width:none}}@media (prefers-reduced-motion: reduce){.feedback-toast,.feedback-toast-star{transition:none}}
