/* Loka player wishlist. All selectors are isolated from the old contact-form request page. */
.rq-page { padding-top: 58px; padding-bottom: 86px; --rq-line: #2b2b33; --rq-muted: #9c9ca8; }
.rq-page [hidden], .rq-dialog [hidden] { display: none !important; }
.rq-page button, .rq-dialog button, .rq-dialog input, .rq-dialog textarea { font: inherit; }
.rq-page button, .rq-dialog button { cursor: pointer; }
.rq-page button:disabled, .rq-dialog button:disabled { cursor: wait; opacity: .55; }
.rq-page :is(button,a,input):focus-visible, .rq-dialog :is(button,input,textarea):focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }
.rq-page svg, .rq-dialog svg { flex: 0 0 auto; }
[data-rq-icon] { display: inline-flex; align-items: center; justify-content: center; }
.rq-intro { display: grid; grid-template-columns: 1.35fr 1fr; gap: 80px; align-items: end; padding-bottom: 45px; }
.rq-eyebrow { display: flex; align-items: center; gap: 9px; font-size: 10px; line-height: 1.5; color: #999ba6; font-weight: 550; letter-spacing: .12em; margin: 0 0 24px; }
.rq-eyebrow > span { width: 5px; height: 5px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 12px #d6f51b35; }
.rq-intro h1 { font-family: var(--font-display); font-size: clamp(39px, 4.3vw, 62px); font-weight: 650; line-height: 1.05; letter-spacing: -.045em; margin: 0; }
.rq-intro-side { padding-left: 30px; border-left: 1px solid var(--rq-line); max-width: 430px; justify-self: end; }
.rq-intro-side > p { font-size: 13px; line-height: 1.8; color: #b0b0ba; margin: 0 0 20px; max-width: 350px; }
.rq-primary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 12px 17px; color: #14170a; background: var(--lime); border: 1px solid var(--lime); border-radius: 6px; font-size: 12px !important; font-weight: 650 !important; text-decoration: none; transition: filter .15s, box-shadow .15s; }
.rq-primary > [data-rq-icon]:last-child { margin-left: 16px; }
.rq-primary:hover:not(:disabled) { filter: brightness(1.06); box-shadow: 0 0 24px #d6f51b20; }
.rq-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: #d4d4dd; background: none; border: 1px solid #41414d; padding: 11px 16px; border-radius: 6px; min-height: 42px; font-size: 12px !important; }
.rq-secondary:hover { color: var(--lime); border-color: var(--lime); }
.rq-intro-note { display: inline-flex; align-items: center; gap: 7px; color: #91919d; font-size: 9px; margin-left: 16px; }
.rq-intro-note :is(svg,img) { width: 13px; height: 13px; }
.rq-board { border-top: 1px solid var(--rq-line); padding-top: 27px; }
.rq-board-heading { display: flex; justify-content: space-between; align-items: center; gap: 22px; margin-bottom: 24px; }
.rq-board-heading h2 { font-family: var(--font-display); font-size: 23px; line-height: 1.2; letter-spacing: -.02em; font-weight: 600; margin: 0; }
.rq-board-heading h2 .rq-total { display: inline-block; vertical-align: middle; font: 500 11px var(--font-body); color: var(--lime); border: 1px solid #d6f51b35; border-radius: 4px; margin-left: 10px; padding: 3px 6px; letter-spacing: 0; min-width: 27px; text-align: center; }
.rq-board-heading p { color: var(--rq-muted); font-size: 11px; line-height: 1.6; margin: 9px 0 0; }
.rq-board-note { display: flex; align-items: center; gap: 6px; font-size: 10px; color: #9595a2; }
.rq-board-note > [data-rq-icon] svg { width: 14px; height: 14px; }
.rq-board-note > button { border: 0; background: none; padding: 6px 0; font-size: 10px; color: #c7c7d0; text-decoration: underline; text-underline-offset: 3px; margin-left: 4px; }
.rq-rules { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 18px 22px; background: #151519; border: 1px solid var(--rq-line); border-radius: 8px; margin: 0 0 23px; }
.rq-rules p { color: #b1b1bd; font-size: 12px; line-height: 1.75; margin: 0; }
.rq-rules strong { color: #e1e1e7; font-weight: 550; }
.rq-toolbar { display: flex; align-items: center; gap: 20px; padding: 10px; border: 1px solid var(--rq-line); border-radius: 8px; background: #111115; margin-bottom: 25px; }
.rq-search { display: flex; align-items: center; gap: 9px; border: 1px solid #33333d; background: #0c0c10; border-radius: 5px; padding: 0 11px; width: 295px; min-width: 155px; color: #82828f; flex-shrink: 1; }
.rq-search input { min-width: 0; width: 100%; padding: 10px 0; font-size: 12px; color: #ececf2; border: 0; background: none; outline: none; }
.rq-search input::placeholder { color: #858592; }
.rq-search input:focus-visible { outline: none; }
.rq-search:focus-within { border-color: var(--lime); }
.rq-filters { display: flex; align-items: center; gap: 4px; }
.rq-filters > button { display: inline-flex; align-items: center; gap: 6px; background: transparent; color: #a8a8b3; border: 1px solid transparent; padding: 9px 12px; border-radius: 5px; font-size: 11px; white-space: nowrap; }
.rq-filters small { font-size: 9px; opacity: .75; }
.rq-filters button:hover { color: #eeeeF3; }
.rq-filters button[aria-pressed="true"] { border-color: #d6f51b38; color: var(--lime); background: #d6f51b09; }
.rq-sort { display: inline-flex; align-items: center; gap: 9px; min-height: 35px; padding: 7px 12px 7px 18px; border: 0; border-left: 1px solid var(--rq-line); background: none; color: #c2c2cc; font-size: 11px !important; white-space: nowrap; margin-left: auto; }
.rq-sort:hover { color: var(--lime); }
.rq-feedback { display: flex; align-items: center; gap: 10px; background: #d6f51b07; border: 1px solid #d6f51b38; padding: 13px 16px; border-radius: 7px; color: #d2d2d9; font-size: 12px; line-height: 1.6; margin: 0 0 21px; }
.rq-feedback > svg { color: var(--lime); }
.rq-feedback > button { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0; padding: 5px; border: 0; color: #c3c3cd; background: none; font-size: 11px; }
.rq-feedback[data-error="true"] { border-color: #bd795347; background: #b9663308; }
.rq-feedback[data-error="true"] > svg { color: #edb498; }
.rq-grid { display: flex; flex-direction: column; gap: 8px; list-style: none; padding: 0; margin: 0; }
.rq-card { display: grid; grid-template-columns: 26px 218px minmax(0,1fr) 130px 100px; align-items: center; gap: 24px; padding: 16px 18px; border: 1px solid #26262e; border-radius: 8px; background: #101013; min-width: 0; scroll-margin-top: 108px; transition: background .15s,border-color .15s; }
.rq-card:hover { background: #141418; border-color: #43434c; }
.rq-card.rq-leading { border-color: #d6f51b40; background: linear-gradient(100deg,#d6f51b04,transparent 42%),#101013; }
.rq-rank { font: 500 14px var(--font-display); color: #757583; font-variant-numeric: tabular-nums; text-align: center; }
.rq-leading > .rq-rank { color: var(--lime); }
.rq-art { display: block; aspect-ratio: 460 / 215; background: #17171c; overflow: hidden; border-radius: 5px; }
.rq-art img { display: block; width: 100%; height: 100%; object-fit: contain; }
.rq-art-missing { display: grid; place-items: center; background: #191a1e; }
.rq-art-missing > span { font-size: 10px; letter-spacing: .08em; color: #81818f; text-align: center; }
.rq-card-copy { min-width: 0; }
.rq-game-heading { display: flex; align-items: center; gap: 10px; }
.rq-card h3 { font-size: 18px; font-weight: 550; letter-spacing: -.025em; line-height: 1.35; margin: 0; overflow-wrap: anywhere; }
.rq-steam-link { flex: 0 0 26px; display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 30px; }
.rq-steam-link img { opacity: .5; }
.rq-steam-link:hover img { opacity: 1; }
.rq-reason { color: #aaaab6; font-size: 13px; line-height: 1.65; margin: 7px 0 0; overflow-wrap: anywhere; }
.rq-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; color: #858592; font-size: 11px; line-height: 1.6; margin: 9px 0 0; }
.rq-meta > :not(:first-child)::before { content: "/"; color: #484853; margin-right: 7px; }
.rq-card-status { display: grid; justify-items: start; gap: 7px; }
.rq-status { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: #acacb8; line-height: 1.5; }
.rq-status-digarap { color: #dbb57d; }
.rq-status-rilis { color: var(--lime); }
.rq-note { border-left: 2px solid var(--lime); padding: 5px 0 5px 11px; margin: 12px 0 0; }
.rq-note > span { display: block; font-size: 10px; letter-spacing: .04em; color: var(--lime); margin-bottom: 4px; }
.rq-note p { color: #c0c0cc; font-size: 12px; line-height: 1.6; margin: 0; overflow-wrap: anywhere; }
.rq-card-actions { display: flex; justify-content: flex-end; }
.rq-vote { display: grid; grid-template-columns: auto auto; align-items: center; justify-content: center; gap: 3px 8px; width: 94px; min-height: 70px; padding: 9px 12px; border: 1px solid #3b3b45; background: #ffffff02; border-radius: 6px; color: #aaaab6; transition: color .15s,border-color .15s,background .15s; }
.rq-vote > strong { color: var(--lime); font: 550 24px/1.15 var(--font-display); font-variant-numeric: tabular-nums; }
.rq-vote > span:not(.rq-spinner) { grid-column: 1 / -1; font-size: 11px; }
.rq-vote:hover:not(:disabled), .rq-voted { color: var(--lime); border-color: var(--lime); background: #d6f51b08; }
.rq-mod-link { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: var(--lime); text-decoration: none; min-height: 28px; }
.rq-card.rq-highlight { animation: rq-highlight 2s ease-out; }
@keyframes rq-highlight { 0%, 35% { box-shadow: 0 0 0 3px var(--lime), 0 0 50px #d6f51b1c; } 100% { box-shadow: none; } }
.rq-board-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 23px; border-top: 1px solid var(--rq-line); }
.rq-board-footer > span { font-size: 11px; color: #9595a2; }
.rq-board-footer > button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 42px; padding: 10px 16px; border: 1px solid #42424b; background: none; color: #d0d0d9; border-radius: 6px; font-size: 12px; }
.rq-board-footer > button:hover { color: var(--lime); border-color: var(--lime); }
.rq-empty { padding: 60px 25px; text-align: center; border: 1px dashed #383842; border-radius: 8px; }
.rq-empty > [data-rq-icon] { color: var(--lime); margin-bottom: 15px; width: 40px; height: 40px; border: 1px solid #d6f51b3a; border-radius: 50%; }
.rq-empty h3 { font-family: var(--font-display); font-size: 26px; letter-spacing: -.03em; margin: 0; }
.rq-empty p { color: #a8a8b5; font-size: 13px; line-height: 1.8; margin: 12px auto 22px; max-width: 430px; }
.rq-invitation { display: flex; align-items: center; gap: 22px; padding: 28px 32px; border: 1px solid #d6f51b30; background: #d6f51b04; border-radius: 9px; margin-top: 53px; }
.rq-invitation-symbol { color: var(--lime); width: 47px; height: 47px; border: 1px solid #d6f51b40; border-radius: 50%; flex-shrink: 0; }
.rq-invitation-symbol svg { width: 22px; height: 22px; }
.rq-invitation h2 { font-family: var(--font-display); font-size: 22px; line-height: 1.2; font-weight: 600; letter-spacing: -.025em; margin: 0 0 7px; }
.rq-invitation p { color: #a6a6b1; font-size: 12px; line-height: 1.6; margin: 0; }
.rq-invitation > button { display: inline-flex; align-items: center; gap: 22px; margin-left: auto; padding: 10px 0 10px 15px; border: 0; background: none; color: var(--lime); white-space: nowrap; font-size: 12px; font-weight: 600; min-height: 42px; }
.rq-loading { display: flex; gap: 12px; align-items: center; justify-content: center; min-height: 200px; font-size: 13px; color: #a7a7b3; }
.rq-loading .rq-spinner { color: var(--lime); }
.rq-spinner { display: inline-block; width: 16px; height: 16px; flex: 0 0 16px; border: 1.5px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: rq-spin .8s linear infinite; }
@keyframes rq-spin { to { transform: rotate(360deg); } }
/* The native dialog locks background focus; no remote widgets or Google/Steam scripts. */
body:has(.rq-dialog[open]) { overflow: hidden; }
.rq-dialog { width: min(610px, calc(100vw - 32px)); max-height: calc(100dvh - 40px); margin: auto; padding: 0; border: 1px solid #3b3b46; background: #111115; border-radius: 12px; color: var(--foreground); font-family: var(--font-body); box-shadow: 0 28px 120px #000b; overflow: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #4b4b58 #16161a; }
.rq-dialog::backdrop { background: #050609b8; backdrop-filter: blur(9px); }
.rq-dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 22px; border-bottom: 1px solid #2b2b34; }
.rq-dialog-heading .rq-eyebrow { font-size: 9px; margin: 0; }
.rq-dialog-heading > button { display: grid; place-items: center; padding: 0; width: 32px; height: 32px; border: 1px solid #363641; border-radius: 50%; background: none; color: #b7b7c4; }
.rq-dialog-heading > button:hover { color: var(--lime); border-color: var(--lime); }
.rq-dialog-content { padding: 29px; }
.rq-dialog-content > h2 { font-family: var(--font-display); font-size: 34px; line-height: 1.12; font-weight: 600; letter-spacing: -.045em; margin: 0 0 17px; }
.rq-dialog-content h2 em { font-style: normal; color: var(--lime); }
.rq-dialog-lead { color: #a7a7b3; font-size: 12px; line-height: 1.8; margin: 0 0 27px; max-width: 430px; }
.rq-dialog form { display: grid; gap: 19px; }
.rq-field { min-width: 0; position: relative; }
.rq-field > label { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12px; color: #d7d7e0; margin-bottom: 9px; }
.rq-field > label > span { color: #888896; font-size: 8px; letter-spacing: .07em; }
.rq-field input, .rq-field textarea { background: #0c0c10; border: 1px solid #363642; border-radius: 6px; color: #f1f1f5; font-size: 13px; width: 100%; padding: 12px 14px; min-height: 44px; }
.rq-field textarea { resize: vertical; min-height: 94px; max-height: 180px; line-height: 1.7; }
.rq-field :is(input,textarea)::placeholder { color: #7b7b8b; opacity: 1; }
.rq-counter { display: block; font-size: 9px; color: #80808e; text-align: right; margin: 5px 0 0; }
.rq-picker { position: relative; }
.rq-picker-input { position: relative; }
.rq-picker-input > [data-rq-icon] { position: absolute; top: 0; left: 14px; height: 100%; color: #8b8b99; pointer-events: none; }
.rq-picker-input input { padding-left: 43px; }
.rq-search-help { display: block; color: #8b8b99; font-size: 10px; margin-top: 8px; }
.rq-steam-results { position: absolute; z-index: 3; top: calc(100% + 7px); inset-inline: 0; border: 1px solid #4b4b59; box-shadow: 0 20px 40px #000b; background: #19191f; border-radius: 8px; overflow: hidden; }
.rq-steam-results ul { list-style: none; margin: 0; padding: 6px; max-height: 260px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.rq-steam-results li[data-rq-result] { display: flex; align-items: center; gap: 11px; padding: 13px 10px; border-radius: 5px; border: 1px solid transparent; cursor: pointer; color: #e0e0e9; }
.rq-steam-results li[data-rq-result]:hover, .rq-steam-results li[aria-selected="true"] { background: #d6f51b06; border-color: #d6f51b40; }
.rq-result-steam { color: #9696a5; display: flex; }
.rq-steam-results li > div { flex: 1; min-width: 0; }
.rq-steam-results li > div strong { display: block; font-size: 12px; font-weight: 500; line-height: 1.5; overflow-wrap: anywhere; }
.rq-steam-results li > div small { display: block; color: #9696a5; font-size: 9px; line-height: 1.6; margin-top: 4px; }
.rq-steam-results li > svg { color: var(--lime); }
.rq-result-note { padding: 15px 10px; color: #ababB9; font-size: 12px; line-height: 1.7; }
.rq-selected { display: flex; align-items: center; gap: 13px; border: 1px solid #d6f51b50; border-radius: 6px; background: #d6f51b06; padding: 13px; color: var(--lime); min-height: 62px; }
.rq-selected > div { display: grid; gap: 5px; min-width: 0; }
.rq-selected strong { font-size: 13px; line-height: 1.4; color: #e7e7ee; font-weight: 500; overflow-wrap: anywhere; }
.rq-selected small { font-size: 9px; color: #a1a292; }
.rq-selected > button { font-size: 10px; color: #c0c0ce; margin-left: auto; border: 1px solid #45454e; border-radius: 4px; padding: 6px 9px; background: transparent; flex-shrink: 0; }
.rq-submit { width: 100%; min-height: 46px; }
.rq-submit:disabled { cursor: not-allowed; opacity: .4; }
.rq-form-note { display: flex; align-items: flex-start; gap: 7px; color: #8d8d9b; font-size: 10px; line-height: 1.6; margin: -3px 0 0; }
.rq-form-note svg { width: 13px; height: 13px; margin-top: 2px; }
.rq-form-feedback { font-size: 12px; line-height: 1.75; color: var(--lime); padding: 11px 13px; border: 1px solid #d6f51b3b; background: #d6f51b06; border-radius: 5px; }
.rq-form-feedback[data-error="true"] { color: #f0b39a; border-color: #b866453b; background: #b8664508; }
@media (max-width: 1150px) {
  .rq-intro { gap: 38px; }
  .rq-intro-note { display: flex; margin: 12px 0 0; }
  .rq-board-note { font-size: 9px; }
  .rq-toolbar { gap: 11px; }
  .rq-search { width: 240px; }
  .rq-filters > button { padding: 9px; font-size: 10px; }
  .rq-sort { padding-inline: 12px 4px; font-size: 10px !important; }
  .rq-grid { gap: 8px; }
  .rq-card { grid-template-columns: 22px 180px minmax(0,1fr) 116px 82px; gap: 18px; padding: 14px; }
  .rq-vote { width: 78px; }
  .rq-card h3 { font-size: 16px; }
}
@media (max-width: 950px) {
  .rq-page { padding-top: 39px; }
  .rq-intro { grid-template-columns: 1.2fr 1fr; gap: 25px; padding-bottom: 34px; }
  .rq-intro h1 { font-size: 44px; }
  .rq-intro-side { padding-left: 23px; }
  .rq-intro-side > p { font-size: 12px; }
  .rq-board-heading { align-items: flex-start; }
  .rq-board-note { max-width: 220px; flex-wrap: wrap; justify-content: flex-end; }
  .rq-card { grid-template-columns: 165px minmax(0,1fr) 80px; gap: 10px 18px; }
  .rq-card > .rq-rank { display: none; }
  .rq-card > .rq-art { grid-column: 1; grid-row: 1 / 3; align-self: center; }
  .rq-card-copy { grid-column: 2; grid-row: 1; }
  .rq-card-status { grid-column: 2; grid-row: 2; display: flex; align-items: center; flex-wrap: wrap; }
  .rq-card-actions { grid-column: 3; grid-row: 1 / 3; }
  .rq-card h3 { font-size: 17px; }
  .rq-search { flex: 1; width: auto; }
  .rq-filters small { display: none; }
}
@media (max-width: 720px) {
  .rq-intro { grid-template-columns: 1fr; gap: 26px; }
  .rq-intro-side { border-left: 0; padding: 0; justify-self: start; max-width: 100%; }
  .rq-intro-side > p { max-width: 420px; margin-bottom: 17px; font-size: 13px; }
  .rq-intro-note { display: inline-flex; margin: 0 0 0 14px; }
  .rq-board-heading { display: grid; gap: 12px; }
  .rq-board-note { justify-content: flex-start; max-width: none; }
  .rq-toolbar { flex-wrap: wrap; gap: 12px 8px; }
  .rq-search { flex: 1 0 100%; width: 100%; }
  .rq-filters { flex: 1; gap: 0; }
  .rq-filters > button { font-size: 10px; padding: 8px 10px; min-height: 36px; }
  .rq-sort { border-left: 0; padding: 8px; gap: 6px; font-size: 9px !important; }
  .rq-sort > [data-rq-icon] svg { width: 16px; height: 16px; }
  .rq-rules { grid-template-columns: 1fr; gap: 12px; }
  .rq-invitation { padding: 25px; gap: 15px; flex-wrap: wrap; }
  .rq-invitation > div { flex: 1; min-width: 160px; }
  .rq-invitation > button { margin-left: 62px; padding-left: 0; }
}
@media (max-width: 520px) {
  .rq-page { padding-top: 32px; padding-bottom: 45px; }
  .rq-eyebrow { font-size: 8px; margin-bottom: 20px; }
  .rq-intro h1 { font-size: 43px; letter-spacing: -.045em; }
  .rq-intro-note { font-size: 8px; margin-left: 11px; }
  .rq-primary { min-height: 45px; padding-inline: 13px; font-size: 12px !important; }
  .rq-primary > [data-rq-icon]:last-child { margin-left: 8px; }
  .rq-board-heading h2 { font-size: 22px; }
  .rq-board-heading h2 .rq-total { font-size: 10px; margin-left: 7px; }
  .rq-board-heading p { font-size: 11px; max-width: 290px; }
  .rq-board-note { font-size: 9px; }
  .rq-toolbar { margin-bottom: 18px; padding: 9px; }
  .rq-filters > button { font-size: 9px; padding: 8px; }
  .rq-sort { padding: 6px 0 6px 4px; font-size: 9px !important; }
  .rq-sort > [data-rq-icon] svg { width: 14px; height: 14px; }
  .rq-search input { font-size: 13px; min-height: 40px; }
  .rq-grid { gap: 9px; }
  .rq-card { grid-template-columns: 100px minmax(0,1fr) 60px; padding: 12px; gap: 10px 12px; }
  .rq-card > .rq-art { grid-column: 1; grid-row: 1; align-self: start; margin-top: 3px; }
  .rq-card-copy { grid-column: 2 / 4; grid-row: 1; }
  .rq-card-status { grid-column: 1 / 3; grid-row: 2; }
  .rq-card-actions { grid-column: 3; grid-row: 2; }
  .rq-card h3 { font-size: 15px; line-height: 1.45; }
  .rq-game-heading { gap: 6px; align-items: start; }
  .rq-steam-link { flex-basis: 20px; width: 20px; height: 25px; }
  .rq-steam-link img { width: 14px; height: 14px; }
  .rq-reason { font-size: 12px; line-height: 1.6; }
  .rq-meta { font-size: 10px; }
  .rq-vote { width: 60px; min-height: 42px; padding: 8px; gap: 6px; }
  .rq-vote > strong { font-size: 18px; }
  .rq-vote > span:not(.rq-spinner) { display: none; }
  .rq-board-footer { gap: 10px; margin-top: 23px; }
  .rq-board-footer > span { font-size: 9px; }
  .rq-board-footer > button { font-size: 10px; padding-inline: 12px; gap: 7px; }
  .rq-feedback { align-items: flex-start; flex-wrap: wrap; font-size: 11px; padding: 13px; gap: 8px; }
  .rq-feedback > span { flex: 1; }
  .rq-feedback > button[data-rq-reload] { margin-left: 26px; }
  .rq-invitation { padding: 22px 19px; margin-top: 34px; }
  .rq-invitation h2 { font-size: 22px; }
  .rq-invitation p { font-size: 11px; }
  .rq-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 24px); border-radius: 10px; }
  .rq-dialog-heading { padding: 13px 17px; }
  .rq-dialog-heading > button { width: 38px; height: 38px; }
  .rq-dialog-heading .rq-eyebrow { font-size: 8px; }
  .rq-dialog-content { padding: 23px 20px; }
  .rq-dialog-content > h2 { font-size: 32px; }
  .rq-field input, .rq-field textarea { font-size: 16px; }
  .rq-steam-results ul { max-height: 230px; }
  .rq-steam-results li > div strong { font-size: 13px; }
  .rq-steam-results li > div small { font-size: 10px; }
  .rq-form-note { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .rq-page *, .rq-dialog * { transition: none !important; }
  .rq-highlight { animation: none !important; outline: 2px solid var(--lime); outline-offset: 3px; }
  .rq-spinner { animation-duration: 2s; }
}
