.growth-consent { position: fixed; right: 18px; bottom: 18px; left: 18px; z-index: 80; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; align-items: center; max-width: 880px; padding: 18px; margin: auto; color: #fff1d0; background: rgba(31,15,13,.98); border: 1px solid rgba(232,184,78,.66); border-radius: 14px; box-shadow: 0 22px 70px rgba(0,0,0,.48); }
.growth-consent[hidden] { display: none; }
.growth-consent strong { display: block; margin-bottom: 5px; color: #f3c75e; font: 700 16px Arial,sans-serif; }
.growth-consent p { margin: 0; color: rgba(255,241,208,.76); font: 12px/1.5 Arial,sans-serif; }
.growth-consent a { color: #f5d686; }
.growth-consent-actions { display: flex; gap: 8px; }
.growth-consent button, .feedback-dialog button { min-height: 42px; padding: 10px 14px; color: #fff1d0; font-weight: 800; cursor: pointer; background: transparent; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; }
.growth-consent button:first-child, .feedback-dialog button[type="submit"] { color: #2a1708; background: #edbd50; border-color: #ffe09a; }
.feedback-launch { position: fixed; right: 18px; bottom: calc(88px + env(safe-area-inset-bottom, 0px)); z-index: 55; min-height: 42px; padding: 10px 14px; color: #fff1d0; font-size: 11px; font-weight: 800; cursor: pointer; background: rgba(49,18,15,.94); border: 1px solid rgba(232,184,78,.56); border-radius: 999px; box-shadow: 0 9px 28px rgba(0,0,0,.26); }
.feedback-dialog { width: min(560px, calc(100% - 28px)); padding: 0; color: #2c1c16; background: #f7e7c2; border: 1px solid #7d4d25; border-radius: 16px; box-shadow: 0 28px 90px rgba(0,0,0,.5); }
.feedback-dialog::backdrop { background: rgba(20,8,7,.72); backdrop-filter: blur(4px); }
.feedback-dialog form { display: grid; gap: 14px; padding: 22px; }
.feedback-dialog header { display: flex; gap: 18px; align-items: start; justify-content: space-between; }
.feedback-dialog h2 { margin: 0; color: #4e140f; font-size: 24px; }
.feedback-dialog header button { min-width: 42px; padding: 7px; color: #4e140f; border-color: rgba(78,20,15,.28); }
.feedback-dialog p { margin: 0; font-size: 12px; line-height: 1.55; }
.feedback-dialog label { display: grid; gap: 6px; color: #4c3429; font-size: 11px; font-weight: 800; }
.feedback-dialog select, .feedback-dialog textarea { width: 100%; padding: 11px; color: #251711; background: rgba(255,255,255,.62); border: 1px solid #9b724f; border-radius: 8px; font: 14px/1.45 Arial,sans-serif; }
.feedback-dialog textarea { min-height: 126px; resize: vertical; }
.feedback-dialog .feedback-status { color: #5e351e; font-weight: 700; }
body.guardian-playing .feedback-launch { display: none; }

@media (max-width: 620px) {
  .growth-consent { grid-template-columns: 1fr; right: 10px; bottom: 10px; left: 10px; padding: 15px; }
  .growth-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .feedback-launch { right: 10px; bottom: calc(82px + env(safe-area-inset-bottom, 0px)); }
}
