#tanukade-game-feedback { box-sizing:border-box; width:min(460px,calc(100vw - 24px)); max-height:min(720px,calc(100dvh - 24px)); margin:auto; padding:0; border:1px solid #354738; border-radius:14px; background:#0d150f; color:#eef4e6; box-shadow:0 18px 60px #000b; font:15px/1.4 Arial,sans-serif; }
#tanukade-game-feedback::backdrop { background:#050c08a8; }
#tanukade-game-feedback:not([open]) { display:none; }
.tgf-header { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:16px 16px 12px; border-bottom:1px solid #29362a; }
.tgf-header h2 { margin:0; color:#d6ff62; font-size:20px; line-height:1.15; }
.tgf-close { width:40px; height:40px; border:1px solid #455746; border-radius:8px; background:transparent; color:#eef4e6; cursor:pointer; font-size:25px; line-height:1; }
.tgf-close:hover,.tgf-close:focus-visible,.tgf-star:hover,.tgf-star:focus-visible { border-color:#d6ff62; color:#d6ff62; outline:2px solid #d6ff62; outline-offset:1px; }
.tgf-rating { padding:14px 16px 10px; border-bottom:1px solid #29362a; }
.tgf-summary,.tgf-status,.tgf-help { margin:0; color:#9eae9f; font-size:12px; }
.tgf-stars { display:flex; gap:4px; margin:10px 0 7px; }
.tgf-star { width:42px; height:42px; border:1px solid #455746; border-radius:7px; background:#101a12; color:#d6ff62; cursor:pointer; font-size:25px; line-height:1; }
.tgf-star:disabled { cursor:default; opacity:.38; }
.tgf-status[data-kind=error] { color:#ffb36b; }.tgf-status[data-kind=ok] { color:#d6ff62; }
.tgf-form { display:grid; gap:8px; padding:14px 16px; border-bottom:1px solid #29362a; }
.tgf-form input,.tgf-form textarea { box-sizing:border-box; width:100%; border:1px solid #455746; border-radius:7px; background:#101a12; color:#eef4e6; font:16px/1.3 Arial,sans-serif; padding:8px 9px; }
.tgf-form input { height:38px; }.tgf-form textarea { min-height:72px; resize:vertical; }.tgf-form input:focus,.tgf-form textarea:focus { border-color:#d6ff62; outline:2px solid #d6ff62; outline-offset:1px; }
.tgf-send { justify-self:end; min-height:40px; padding:7px 13px; border:0; border-radius:7px; background:#d6ff62; color:#0b100d; cursor:pointer; font-weight:800; }.tgf-send:disabled { cursor:wait; opacity:.55; }
.tgf-list { max-height:260px; overflow:auto; padding:12px 16px 2px; }.tgf-empty { margin:12px 0; color:#718274; text-align:center; }.tgf-suggestion { position:relative; margin:0 0 10px; padding:9px 10px; border:1px solid #26372a; border-radius:9px; background:#111d14; }.tgf-suggestion-head { display:flex; justify-content:space-between; gap:10px; color:#a8b6a7; font-size:11px; }.tgf-suggestion time { color:#718274; }.tgf-suggestion-text { margin:4px 0 0; overflow-wrap:anywhere; white-space:pre-wrap; }.tgf-delete,.tgf-report { margin-top:6px; padding:3px 7px; border:1px solid #455746; border-radius:5px; background:transparent; color:#9eae9f; cursor:pointer; font-size:11px; }.tgf-delete:hover,.tgf-report:hover { border-color:#d6ff62; color:#d6ff62; }
.tgf-help { padding:0 16px 14px; }
.tgf-retry { margin-left:5px; border:0; background:transparent; color:#d6ff62; cursor:pointer; text-decoration:underline; }
.tgf-launcher { display:inline-flex; align-items:center; justify-content:center; gap:5px; box-sizing:border-box; width:44px; min-width:44px; height:44px; margin:0; padding:0 6px; border:0; background:transparent; color:#d6ff62; cursor:pointer; font:700 12px/1 Arial,sans-serif; }
.tgf-launcher:hover,.tgf-launcher:focus-visible { outline:2px solid #d6ff62; outline-offset:-2px; background:#22351f; }.tgf-icon { font-size:17px; }.tgf-label { display:none; }
.tgf-report-hidden { display:none !important; }
body.tchat-native-player .player-dialog .player-toolbar .tgf-native-launcher { flex:0 0 44px; }
body.tchat-native-player .player-dialog .player-toolbar .tgf-native-launcher + * { margin-left:auto; }
body.tchat-native-player .player-dialog #tanukade-game-feedback { position:fixed; z-index:8; }
.tanukade-game-shell .game-shell-header .tgf-shell-launcher { flex:0 0 44px; }
.tanukade-game-shell .game-shell-header .tgf-launcher { color:#d6ff62; background:transparent; }
.tanukade-game-shell .game-shell-header .tgf-launcher:hover,.tanukade-game-shell .game-shell-header .tgf-launcher:focus-visible { color:#d6ff62; background:#22351f; }
@media (min-width:700px) { .tanukade-game-shell .game-shell-header .tgf-shell-launcher { width:auto; min-width:92px; padding-inline:10px; }.tanukade-game-shell .game-shell-header .tgf-shell-launcher .tgf-label { display:inline; } }
@media (max-width:600px) {
  #tanukade-game-feedback { max-height:calc(100dvh - 16px); width:calc(100vw - 16px); }
  .tgf-header { padding:12px; }.tgf-rating,.tgf-form,.tgf-list { padding-inline:12px; }.tgf-help { padding-inline:12px; }
  .tanukade-game-shell .game-shell-header [data-fullscreen] { width:44px; min-width:44px; padding:0; overflow:hidden; color:#d6ff62; background:transparent; font-size:0; }
  .tanukade-game-shell .game-shell-header [data-fullscreen]::before { content:'⛶'; display:block; color:#d6ff62; font:22px/1 Arial,sans-serif; }
  .tanukade-game-shell .game-shell-header [data-fullscreen]:hover,.tanukade-game-shell .game-shell-header [data-fullscreen]:focus-visible { color:#d6ff62; background:#22351f; }
}
