.feedback-toast_toast__hg5d9{position:fixed;right:20px;bottom:20px;z-index:1000;width:300px;max-width:calc(100vw - 40px);padding:18px 18px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-card);animation:feedback-toast_feedback-toast-in__8uYcT .32s ease-out}.feedback-toast_close__kiQsS{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:var(--r-full);background:transparent;color:var(--fg-mute);font-size:13px;line-height:1;cursor:pointer;transition:background var(--t),color var(--t)}.feedback-toast_close__kiQsS:hover{background:var(--overlay);color:var(--fg)}.feedback-toast_icon__SdhkT{font-size:22px;line-height:1;margin-bottom:8px}.feedback-toast_title__mREMm{margin:0 0 4px;font-weight:700;font-size:15px;color:var(--fg)}.feedback-toast_body__dRbVf{margin:0 0 14px;font-size:13px;line-height:1.45;color:var(--fg-sub)}.feedback-toast_cta__PZOY5{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:9px 14px;border-radius:var(--r);background:var(--accent);color:var(--surface);font-weight:600;font-size:13px;text-decoration:none;transition:background var(--t),transform var(--t)}.feedback-toast_cta__PZOY5:hover{background:var(--accent-hi)}.feedback-toast_cta__PZOY5:active{transform:translateY(1px)}@keyframes feedback-toast_feedback-toast-in__8uYcT{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.feedback-toast_toast__hg5d9{display:none}}@media (prefers-reduced-motion:reduce){.feedback-toast_toast__hg5d9{animation:none}.feedback-toast_cta__PZOY5:active{transform:none}}