.od4-feedback-overlay{position:fixed;inset:0;background:var(--overlay-background);z-index:200;display:flex;align-items:center;justify-content:center}.od4-feedback-dialog{width:480px;max-width:90vw;border-radius:16px;background:var(--bg-neutral-3-rest);border:1px solid var(--stroke-neutral-2-rest);box-shadow:0 16px 48px #0006;display:flex;flex-direction:column;position:relative}.od4-feedback-header{display:flex;align-items:center;padding:14px 16px;border-bottom:1px solid var(--stroke-neutral-2-rest);gap:8px}.od4-feedback-title{flex:1;font-size:15px;font-weight:600;color:var(--fg-neutral-1-rest)}.od4-feedback-close{background:none;border:none;color:var(--fg-neutral-3-rest);cursor:pointer;padding:4px;border-radius:6px;line-height:1;font-size:18px;display:flex;align-items:center;justify-content:center;transition:color .12s,background .12s}.od4-feedback-close:hover{color:var(--fg-neutral-1-rest);background:var(--bg-neutral-2-rest)}.od4-feedback-body{padding:20px 20px 16px;display:flex;flex-direction:column;gap:14px}.od4-feedback-textarea{width:100%;height:100px;min-height:60px;max-height:300px;background:var(--bg-neutral-2-rest);border:1px solid var(--stroke-neutral-2-rest);border-radius:8px;color:var(--fg-neutral-1-rest);font-family:inherit;font-size:14px;line-height:1.5;padding:10px 12px;resize:vertical;overflow-y:auto;white-space:pre-wrap;word-wrap:break-word;outline:none;transition:border-color .15s;box-sizing:border-box;display:block;user-select:text;-webkit-user-select:text}.od4-feedback-textarea::placeholder{color:var(--fg-neutral-3-rest)}.od4-feedback-textarea:focus{border-color:var(--fg-brand-1-rest)}.od4-feedback-screenshot-row{display:flex;align-items:center;gap:8px}.od4-feedback-screenshot-row input[type=checkbox]{accent-color:var(--fg-brand-1-rest);width:16px;height:16px;cursor:pointer;flex-shrink:0}.od4-feedback-screenshot-label{font-size:13px;color:var(--fg-neutral-1-rest);cursor:pointer;user-select:none}.od4-feedback-screenshot-wrap{display:flex;flex-direction:column;gap:8px}.od4-feedback-screenshot-preview{display:none}.od4-feedback-screenshot-preview img{max-height:220px;width:100%;object-fit:cover;object-position:top;border-radius:8px;border:1px solid var(--stroke-neutral-2-rest);display:block}.od4-feedback-screenshot-shimmer{height:160px;border-radius:8px;background:linear-gradient(90deg,var(--bg-neutral-2-rest) 25%,var(--stroke-neutral-2-rest) 50%,var(--bg-neutral-2-rest) 75%);background-size:200% 100%;animation:od4-feedback-shimmer 1.2s infinite}@keyframes od4-feedback-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.od4-feedback-screenshot-unavailable{font-size:12px;color:var(--fg-neutral-3-rest);font-style:italic}.od4-feedback-privacy{font-size:12px;color:var(--fg-neutral-3-rest)}.od4-feedback-privacy a{color:var(--fg-brand-1-rest);text-decoration:none}.od4-feedback-privacy a:hover{text-decoration:underline}.od4-feedback-footer{padding:12px 20px 18px;display:flex;justify-content:flex-end;gap:8px}.od4-feedback-cancel-btn{background:none;border:1px solid var(--stroke-neutral-2-rest);color:var(--fg-neutral-1-rest);font-size:14px;font-weight:500;font-family:inherit;padding:9px 20px;border-radius:8px;cursor:pointer;transition:background .12s}.od4-feedback-cancel-btn:hover{background:var(--bg-neutral-2-rest)}.od4-feedback-submit-btn{background:linear-gradient(135deg,var(--fg-brand-2-pressed) 0%,var(--view-gradient-purple) 100%);color:var(--fg-neutral-inverted-rest);border:none;font-size:14px;font-weight:600;font-family:inherit;padding:10px 28px;border-radius:8px;cursor:pointer;transition:opacity .15s,transform .1s}.od4-feedback-submit-btn:hover{opacity:.9}.od4-feedback-submit-btn:disabled{opacity:.4;cursor:default;transform:none}#od4FeedbackBtn[aria-disabled=true],#od4LeftNavFeedbackBtn[aria-disabled=true]{opacity:.4;cursor:not-allowed}#od4FeedbackBtn[aria-disabled=true]:hover,#od4LeftNavFeedbackBtn[aria-disabled=true]:hover{background:transparent;color:inherit}.od4-feedback-spinner-overlay{position:absolute;inset:0;background:var(--bg-neutral-3-rest);border-radius:16px;display:flex;align-items:center;justify-content:center;z-index:10}.od4-feedback-spinner{width:28px;height:28px;border:3px solid var(--stroke-neutral-2-rest);border-top-color:var(--fg-brand-1-rest);border-radius:50%;animation:od4-feedback-spin .7s linear infinite}@keyframes od4-feedback-spin{to{transform:rotate(360deg)}}.od4-feedback-result-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 32px;gap:12px;text-align:center}.od4-feedback-result-icon{width:56px;height:56px}.od4-feedback-result-icon svg{width:100%;height:100%}.od4-feedback-success .od4-feedback-result-icon{color:var(--fg-status-success-1)}.od4-feedback-error .od4-feedback-result-icon{color:var(--fg-status-danger-1)}.od4-feedback-result-heading{font-size:17px;font-weight:600;color:var(--fg-neutral-1-rest)}.od4-feedback-result-sub{font-size:14px;color:var(--fg-neutral-3-rest);max-width:300px}.od4-feedback-result-actions{display:flex;gap:8px;margin-top:8px}.od4-feedback-error-overlay{border-radius:inherit}
