#maples-feedback-slot { flex: none; padding: 6px 12px 12px; }
#maples-feedback-open { width: 100%; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #334155; border-radius: 8px; color: #cbd5e1; background: #172337; font: 500 12px/18px system-ui,sans-serif; text-align: left; }
#maples-feedback-open:hover { color: white; background: #223149; border-color: #52647d; }
#maples-feedback-open svg, .feedback-mark svg { width: 18px; height: 18px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
#maples-feedback-inbox { display: block; margin: 9px auto 0; color: #94a3b8; font: 11px/16px system-ui,sans-serif; background: none; border: none; }
aside.w-16 #maples-feedback-slot { padding: 6px 10px 12px; }
aside.w-16 #maples-feedback-open { justify-content: center; padding: 10px 0; }
aside.w-16 #maples-feedback-open span { display: none; }
aside.w-16 #maples-feedback-inbox { font-size: 9px; line-height: 12px; overflow-wrap: anywhere; }
#maples-feedback-dialog, #maples-feedback-review { margin: auto; width: min(500px,calc(100vw - 32px)); max-height: calc(100dvh - 32px); overflow-y: auto; border: 1px solid #e2e8f0; border-radius: 16px; padding: 26px; color: #0f172a; background: white; box-shadow: 0 24px 80px #02061740; font: 14px/1.5 system-ui,sans-serif; }
#maples-feedback-review { width: min(760px,calc(100vw - 32px)); }
#maples-feedback-dialog::backdrop, #maples-feedback-review::backdrop { background: #0f172a80; backdrop-filter: blur(2px); }
.feedback-top { display: flex; justify-content: space-between; align-items: flex-start; }
.feedback-mark { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid #99f6e4; border-radius: 12px; background: #f0fdfa; color: #0f766e; margin-bottom: 16px; }
.feedback-mark svg { width: 22px; height: 22px; }
.feedback-close { background: none; border: 0; width: 30px; height: 30px; border-radius: 6px; font: 25px/1 system-ui; color: #64748b; }
.feedback-close:hover { background: #f1f5f9; color: #0f172a; }
#maples-feedback-title, #maples-feedback-review-title { font-size: 20px; line-height: 28px; margin: 0 0 7px; font-weight: 650; letter-spacing: -.025em; }
.feedback-description { margin: 0; font-size: 13px; line-height: 20px; color: #64748b; }
#maples-feedback-form label { display: block; margin: 23px 0 8px; font-size: 13px; font-weight: 600; }
#maples-feedback-message { display: block; box-sizing: border-box; width: 100%; min-height: 138px; resize: vertical; border: 1px solid #cbd5e1; border-radius: 8px; padding: 12px; font: 14px/1.6 system-ui,sans-serif; color: #0f172a; background: white; }
#maples-feedback-slot button:focus-visible, #maples-feedback-dialog :focus-visible, #maples-feedback-review :focus-visible { outline: 2px solid #14b8a6; outline-offset: 2px; }
#maples-feedback-message::placeholder { color: #94a3b8; }
#maples-feedback-count { text-align: right; color: #94a3b8; font-size: 11px; margin-top: 6px; }
.feedback-context { font-size: 11px; color: #64748b; line-height: 17px; margin: 13px 0 23px; }
#maples-feedback-error { color: #b91c1c; font-size: 12px; margin: 8px 0; }
.feedback-actions { display: flex; justify-content: flex-end; gap: 10px; padding-top: 17px; border-top: 1px solid #f1f5f9; }
.feedback-actions button { border-radius: 7px; font: 600 13px/20px system-ui,sans-serif; padding: 10px 15px; }
.feedback-cancel, .feedback-older { background: white; border: 1px solid #e2e8f0; color: #475569; }
.feedback-send { background: #0f766e; color: white; border: 1px solid #0f766e; }
.feedback-send:hover { background: #115e59; }
.feedback-send:disabled { background: #e2e8f0; border-color: #e2e8f0; color: #94a3b8; cursor: default; }
#maples-feedback-status { position: fixed; z-index: 2147483001; right: 20px; bottom: calc(var(--oasis-footer-height,40px) + 20px); max-width: calc(100vw - 40px); padding: 13px 17px; border: 1px solid #99f6e4; border-radius: 10px; box-shadow: 0 5px 22px #0f172a20; background: #f0fdfa; color: #115e59; font: 13px/20px system-ui,sans-serif; }
.feedback-records article { border: 1px solid #e2e8f0; border-radius: 8px; padding: 14px; margin-top: 14px; }
.feedback-record-meta { font-size: 11px; color: #64748b; margin-top: 5px; overflow-wrap: anywhere; }
.feedback-record-message { white-space: pre-wrap; overflow-wrap: anywhere; margin-top: 12px; }
@media (max-width: 640px) { #maples-feedback-dialog, #maples-feedback-review { padding: 22px; } }
