.route-feedback-root{background:radial-gradient(circle at top,#0e749014,#0000 45%),linear-gradient(#f8fafc 0%,#eef2f7 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:32px 20px;display:flex}.route-feedback-card{background:#fffffff5;border:1px solid #94a3b838;border-radius:24px;gap:20px;width:min(100%,560px);padding:32px;display:grid;box-shadow:0 24px 60px #0f172a1f}.route-feedback-card[data-compact=true]{width:min(100%,420px)}.route-feedback-icon{color:#0f766e;background:#e0f2fe;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}.route-feedback-icon[data-tone=danger]{color:#b91c1c;background:#fee2e2}.route-feedback-copy{gap:8px;display:grid}.route-feedback-copy h1{color:#0f172a;margin:0;font-size:1.75rem;line-height:1.1}.route-feedback-copy p{color:#475569;margin:0;font-size:.98rem;line-height:1.6}.route-feedback-actions{flex-wrap:wrap;gap:12px;display:flex}.route-feedback-button{appearance:none;min-height:44px;font:inherit;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-weight:600;transition:transform .14s,opacity .14s,background-color .14s;display:inline-flex}.route-feedback-button:hover{transform:translateY(-1px)}.route-feedback-button:disabled{cursor:wait;opacity:.75;transform:none}.route-feedback-button.primary{color:#fff;background:#0f766e}.route-feedback-button.secondary{color:#0f172a;background:#e2e8f0}.route-feedback-spinner{border:3px solid #0f766e2e;border-top-color:#0f766e;border-radius:999px;width:24px;height:24px;animation:.8s linear infinite route-feedback-spin}@keyframes route-feedback-spin{to{transform:rotate(360deg)}}@media (max-width:640px){.route-feedback-root{padding:20px 16px}.route-feedback-card{border-radius:20px;padding:24px}.route-feedback-copy h1{font-size:1.45rem}.route-feedback-actions{flex-direction:column}.route-feedback-button{width:100%}}
