.feedback { color: #000; background: #fff; border: 4px solid #000; border-radius: 16px; padding: 24px; width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow-y: auto; overscroll-behavior: contain; box-sizing: border-box; box-shadow: 8px 8px 0 #000; }
dialog.feedback { margin: auto; }
.feedback::backdrop { background: rgb(0 0 0 / 65%); }
.feedback--page { margin: 0 auto; max-height: none; }
.feedback__heading { display: flex; gap: 12px; align-items: flex-start; justify-content: space-between; }
.feedback__heading :is(h1, h2) { font-family: 'FATRACING Display', 'Arial Black', sans-serif; text-transform: uppercase; font-size: clamp(32px, 7vw, 44px); line-height: 1; margin: 0; }
.feedback__close { flex: 0 0 44px; height: 44px; border: 2px solid #000; border-radius: 16px; background: #fff; color: #000; font-size: 28px; cursor: pointer; }
.feedback__intro { font-weight: 600; line-height: 1.45; margin: 12px 0 20px; }
.feedback form { display: grid; gap: 8px; }
.feedback label { font-size: 14px; font-weight: 900; }
.feedback label span { font-size: 12px; font-weight: 500; opacity: .65; margin-left: 4px; }
.feedback input, .feedback textarea, .feedback select { width: 100%; min-width: 0; box-sizing: border-box; border: 2px solid #000; border-radius: 12px; background: #fff; color: #000; font: inherit; font-size: 16px; padding: 10px 12px; }
.feedback textarea { resize: vertical; min-height: 96px; }
.feedback input[type=file] { font-size: 13px; padding: 10px 8px; }
.feedback select { margin-bottom: 8px; min-height: 44px; }
.feedback__hint { font-size: 12px; line-height: 1.4; margin: 0 0 10px; opacity: .7; overflow-wrap: anywhere; }
.feedback__privacy { font-size: 12px; line-height: 1.45; margin: 6px 0 0; }
.feedback__privacy a { text-decoration: underline; }
.feedback__error { border-left: 4px solid #ff4a00; padding: 8px 12px; margin: 0 0 8px; font-weight: 700; }
.feedback__success { font-size: 20px; font-weight: 700; line-height: 1.5; padding: 24px 0; }
.feedback__trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.feedback [hidden] { display: none !important; }
.feedback :focus-visible, .feedback-link:focus-visible { outline: 3px solid #ff4a00; outline-offset: 3px; }
.feedback .button { min-height: 48px; cursor: pointer; }
.feedback .button:disabled { opacity: .6; cursor: wait; }
.feedback-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; font-weight: 800; text-decoration: underline; text-decoration-color: #ff4a00; text-underline-offset: 4px; }
@media (max-width: 600px) { .feedback { padding: 18px; box-shadow: 4px 4px 0 #000; } }
