/* ============================================================================================
   GIÁ THẬT GLOBAL STACKING CONVENTION (SHARED_GT_SHELL_ZINDEX_DEBT, closed 2026-08-28, Lane E)
   ============================================================================================
   #gtShell is a sticky, always-on-top global header injected on every page (gt-shell.js). Every
   SPA-owned overlay (modal / drawer / lightbox / bottom-sheet) must paint ABOVE it, and every
   close/back CONTROL inside such an overlay must paint above its own overlay body - this has
   already caused two production incidents from two different SPAs independently re-deriving the
   same fix: the vehicle photo-lightbox close X was tap-blocked (LIVE-UI-004, fixed 2026-08-26 by
   remapping the SPA's own overlay band from 100-300 to 1300-1400), and the property detail close
   control was completely untappable on mobile (fixed 2026-08-27 by lifting the property overlay
   band to 1360/1362/1370). Both fixes were correct but ad hoc - this block is the one convention
   that replaces guessing with a documented contract, so a THIRD SPA (or a new overlay in an
   existing one) never has to rediscover the same bug.
   Bands (each a round number with headroom for an SPA's own internal ordering):
     --gt-z-shell             the sticky #gtShell header itself (unchanged value - this file's own
                               rule below now reads it from here instead of a bare literal, so the
                               header can never silently drift back above the overlay bands)
     --gt-z-overlay           first-layer SPA overlays: modal / drawer / bottom-sheet backdrops
                               and panels (start here for anything new)
     --gt-z-overlay-raised    a second overlay stacked above a first (e.g. a lightbox opened from
                               inside a detail overlay), or a bar that must float above an open
                               overlay (sticky contact bar, toast)
     --gt-z-overlay-controls  close / back / nav controls that must NEVER end up under anything -
                               the "always tappable" ceiling
   Everything already shipped already lives inside this exact numeric range BY CONVENTION, not by
   referencing these variables yet (xm-app.*.css: .modal 1300, .finder-modal 1310, #xmToast 1340,
   .lb + visual-search 1360-1400; property/public.html: .ov 1360, .stickc 1362, .bs 1370) - so
   nothing here changes a single existing literal and neither prior workaround regresses. New or
   changed SPA overlay code should reference these variables instead of inventing a fresh literal,
   e.g. `z-index:var(--gt-z-overlay-raised)` instead of `z-index:1360`, so the contract stays a
   single source of truth. Bumping --gt-z-shell here (should the header ever need to change) can
   never again silently outrank an overlay that was built against a stale hardcoded number. */
:root{--gt-z-shell:1200;--gt-z-overlay:1300;--gt-z-overlay-raised:1360;--gt-z-overlay-controls:1400}
:root{--gt-shell-accent:#047857;--gt-shell-ink:#101828;--gt-shell-muted:#4b5563;--gt-shell-line:#e5e7eb;--gt-shell-bg:#fff}
#gtShell,#gtShell *{box-sizing:border-box}
/* explicit visible keyboard-focus ring - the pill/button chrome below has enough custom background
   and border-radius that a bare UA-default outline reads faintly against it */
#gtShell a:focus-visible,#gtShell button:focus-visible{outline:2px solid #2563EB;outline-offset:2px}
#gtShell{position:sticky;top:0;z-index:var(--gt-z-shell,1200);width:100%;height:72px;background:var(--gt-shell-bg);border-bottom:1px solid var(--gt-shell-line);font-family:"Be Vietnam Pro","Be Vietnam Pro Fallback",Inter,"Segoe UI",Roboto,Arial,sans-serif;color:var(--gt-shell-ink)}
#gtShell .gt-shell-inner{max-width:1320px;height:100%;margin:0 auto;padding:0 18px;display:flex;align-items:center;gap:14px}
#gtShell .gt-shell-logo{display:flex;align-items:center;flex:0 0 118px;height:44px;text-decoration:none;color:inherit;border-radius:10px}
#gtShell .gt-shell-logo img{display:block;width:112px;height:auto;max-height:38px}
#gtShell .gt-shell-nav{display:flex;align-items:center;justify-content:center;gap:5px;min-width:0;flex:1 1 auto;white-space:nowrap}
#gtShell .gt-shell-pill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 10px;border:1px solid var(--gt-shell-line);border-radius:999px;background:#fff;color:var(--gt-shell-ink);text-decoration:none;font-size:12.5px;line-height:1;font-weight:750;white-space:nowrap}
#gtShell .gt-shell-pill:hover{border-color:var(--gt-shell-accent);color:var(--gt-shell-accent)}
#gtShell .gt-shell-pill.active,#gtShell .gt-shell-pill[aria-current="page"]{background:var(--gt-shell-accent);border-color:var(--gt-shell-accent);color:#fff}
#gtShell .gt-shell-right{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}
#gtShell .gt-shell-post{display:inline-flex;align-items:center;min-height:40px;padding:8px 12px;border-radius:10px;background:var(--gt-shell-accent);color:#fff;text-decoration:none;font-weight:800;font-size:12.5px;white-space:nowrap}
#gtShell .gt-shell-lang{display:inline-flex;border:1px solid var(--gt-shell-line);border-radius:9px;overflow:hidden;background:#fff}
/* LIVE-UI-015: was min-width:42px/min-height:40px - under the 44x44 CSS px mobile tap-target floor */
#gtShell .gt-shell-lang button{appearance:none;border:0;border-radius:0;background:#fff;color:var(--gt-shell-muted);min-width:44px;min-height:44px;padding:8px 10px;font:800 12.5px/1 inherit;cursor:pointer}
#gtShell .gt-shell-lang button.active{background:var(--gt-shell-accent);color:#fff}
/* Global Notice Center trigger. Its slot exists in the synchronous shell markup, so the async
   announcement module never causes a header reflow. */
#gtShell .gt-notice-bell{position:relative;display:inline-flex;align-items:center;justify-content:center;appearance:none;width:44px;height:44px;flex:0 0 44px;border:1px solid var(--gt-shell-line);border-radius:12px;background:#fff;color:var(--gt-shell-ink);cursor:pointer}
#gtShell .gt-notice-bell:hover{border-color:#94a3b8;background:#f8fafc}
#gtShell .gt-notice-bell svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
#gtShell .gt-notice-bell.has-unread{color:#0f172a;border-color:#fecaca;background:#fffafa}
#gtShell .gt-notice-dot{position:absolute;top:7px;right:7px;width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:#dc2626;box-shadow:0 0 0 1px rgba(127,29,29,.08)}
/* LIVE-UI-015: was 42x42 */
#gtShell .gt-shell-menu{display:none;appearance:none;width:44px;height:44px;border:1px solid var(--gt-shell-line);border-radius:10px;background:#fff;color:var(--gt-shell-ink);font:800 20px/1 inherit;cursor:pointer}
#gtShell .gt-shell-backdrop{display:none;position:fixed;inset:72px 0 0;background:rgba(15,23,42,.34)}
#gtShell .gt-shell-drawer{display:none;position:fixed;top:72px;right:0;width:min(390px,100vw);max-height:calc(100vh - 72px);overflow:auto;background:#fff;border-left:1px solid var(--gt-shell-line);border-bottom:1px solid var(--gt-shell-line);box-shadow:0 18px 40px rgba(15,23,42,.18);padding:14px}
#gtShell .gt-shell-drawer nav{display:grid;grid-template-columns:1fr 1fr;gap:8px}
#gtShell .gt-shell-drawer .gt-shell-pill{justify-content:flex-start;min-height:44px;padding:10px 12px}
#gtShell .gt-shell-drawer-extra{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--gt-shell-line)}
/* LIVE-UI-015: was min-height:42px */
#gtShell .gt-shell-drawer-extra a{display:flex;align-items:center;min-height:44px;padding:9px 11px;border-radius:9px;background:#f8fafc;color:var(--gt-shell-ink);text-decoration:none;font-size:12.5px;font-weight:700}
#gtShell .gt-route-tools{display:flex;gap:8px;grid-column:1/-1}
#gtShell .gt-route-tools:empty{display:none}
/* LIVE-UI-015: was 42x42 */
#gtShell .gt-route-tools .iconbtn{min-width:44px;min-height:44px}
html[data-lang="en"] #gtShell .gt-vi,html[data-lang="vi"] #gtShell .gt-en{display:none!important}
body.gt-shell-mounted>.topbar,body.gt-shell-mounted>.appbar,body.gt-shell-mounted>.appbar+nav[aria-label="Giá Thật"],body.gt-shell-mounted .pghead,body.gt-shell-mounted #xmNav{display:none!important}
body.gt-shell-drawer-open{overflow:hidden!important}

/* ============================================================================================
   ANNOUNCEMENT / NOTICE SYSTEM — "signal ribbon" visual language
   A narrow civic-red signal edge and quiet ink/emerald controls make important information easy
   to scan without turning ordinary notices into emergency UI. Both banner and panel are fixed
   overlays by default; the National Day ribbon deliberately reserves compact in-flow header space so it
   never obscures category navigation or listing content. Neither behavior changes canonical/SEO structure.
   ============================================================================================ */
#gtShell [hidden]{display:none!important}
#gtShell .gt-announcement-ribbon{position:fixed;z-index:5;top:82px;left:50%;transform:translateX(-50%);width:min(940px,calc(100vw - 32px));min-height:54px;display:flex;align-items:center;gap:11px;padding:7px 8px 7px 0;border:1px solid #dbe4ee;border-radius:14px;background:rgba(255,255,255,.98);box-shadow:0 12px 36px rgba(15,23,42,.16);overflow:hidden;color:#0f172a}
#gtShell.gt-national-day-ribbon-in-flow{height:auto}
#gtShell.gt-national-day-ribbon-in-flow .gt-shell-inner{height:72px}
#gtShell.gt-national-day-ribbon-in-flow .gt-announcement-ribbon.gt-national-day{position:relative;z-index:1;top:auto;left:auto;transform:none;width:min(940px,calc(100% - 32px));margin:8px auto 10px}
#gtShell .gt-announcement-signal{align-self:stretch;width:5px;flex:0 0 5px;background:linear-gradient(180deg,#da251d 0 48%,#ffcd00 48% 56%,#047857 56% 100%)}
#gtShell .gt-announcement-icon{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:10px;background:#f1f5f9;font-size:20px}
#gtShell .gt-announcement-copy{display:flex;align-items:baseline;gap:9px;min-width:0;flex:1 1 auto}
#gtShell .gt-announcement-copy strong{flex:0 0 auto;max-width:42%;font-size:13px;line-height:1.35;font-weight:850;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#gtShell .gt-announcement-copy>span{min-width:0;font-size:12.5px;line-height:1.4;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#gtShell .gt-announcement-cta,#gtShell .gt-notice-item-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 13px;border-radius:10px;background:#047857;color:#fff;text-decoration:none;font-size:12.5px;font-weight:800;white-space:nowrap}
#gtShell .gt-announcement-dismiss,#gtShell .gt-notice-close{display:inline-flex;align-items:center;justify-content:center;appearance:none;flex:0 0 44px;width:44px;height:44px;border:0;border-radius:10px;background:transparent;color:#334155;font-family:inherit;font-size:27px;font-weight:400;line-height:1;cursor:pointer}
#gtShell .gt-announcement-dismiss:hover,#gtShell .gt-notice-close:hover{background:#f1f5f9;color:#0f172a}
#gtShell .gt-notice-backdrop{position:fixed;z-index:6;inset:0;background:rgba(15,23,42,.36);backdrop-filter:blur(2px)}
#gtShell .gt-notice-panel{position:fixed;z-index:7;top:82px;right:max(16px,calc((100vw - 1320px)/2 + 18px));display:flex;flex-direction:column;width:min(430px,calc(100vw - 32px));max-height:calc(100dvh - 98px);overflow:hidden;border:1px solid #dbe4ee;border-radius:18px;background:#fff;box-shadow:0 24px 60px rgba(15,23,42,.25);color:#0f172a;animation:gtNoticeIn .18s ease-out}
@keyframes gtNoticeIn{from{opacity:0;transform:translateY(-7px) scale(.985)}to{opacity:1;transform:none}}
#gtShell .gt-notice-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 16px 12px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#fff)}
#gtShell .gt-notice-kicker{display:block;margin-bottom:2px;color:#047857;font-size:10px;line-height:1.2;font-weight:900;letter-spacing:.16em}
#gtShell .gt-notice-head h2{margin:0;font-size:21px;line-height:1.25;font-weight:850;letter-spacing:-.02em}
#gtShell .gt-notice-tools{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:47px;padding:5px 16px;border-bottom:1px solid #e2e8f0}
#gtShell .gt-notice-mark-all,#gtShell .gt-notice-retry{appearance:none;min-height:36px;padding:6px 10px;border:0;border-radius:8px;background:transparent;color:#047857;font:800 12px/1.25 inherit;cursor:pointer}
#gtShell .gt-notice-mark-all:hover,#gtShell .gt-notice-retry:hover{background:#ecfdf5}
#gtShell .gt-notice-status{min-width:0;color:#64748b;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#gtShell .gt-notice-list{min-height:120px;overflow:auto;overscroll-behavior:contain;padding:8px}
#gtShell .gt-notice-item{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;margin:0;padding:13px 12px;border:1px solid transparent;border-radius:13px;background:#fff;color:#0f172a}
#gtShell .gt-notice-item+.gt-notice-item{margin-top:3px}
#gtShell .gt-notice-item:hover{background:#f8fafc}
#gtShell .gt-notice-item.unread{border-color:#dbeafe;background:#f8fbff}
#gtShell .gt-notice-item.unread:after{content:"";position:absolute;top:18px;right:12px;width:7px;height:7px;border-radius:50%;background:#dc2626}
#gtShell .gt-notice-item-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#eef7f3;color:#047857;font-size:17px;font-weight:900}
#gtShell .gt-notice-time{display:block;padding-right:14px;color:#64748b;font-size:10.5px;line-height:1.35;font-weight:700}
#gtShell .gt-notice-item h3{margin:3px 14px 4px 0;font-size:14px;line-height:1.38;font-weight:850;color:#0f172a}
#gtShell .gt-notice-item p{margin:0;color:#475569;font-size:12.5px;line-height:1.5;white-space:pre-line;overflow-wrap:anywhere}
#gtShell .gt-notice-fallback{display:block;margin-top:7px;color:#64748b;font-size:10.5px;font-style:italic}
#gtShell .gt-notice-image{display:block;width:100%;max-height:150px;object-fit:cover;margin-top:10px;border-radius:10px;background:#f1f5f9}
#gtShell .gt-notice-item-cta{width:max-content;max-width:100%;margin-top:10px;min-height:40px}
#gtShell .gt-notice-empty{display:grid;place-items:center;align-content:center;gap:8px;min-height:180px;padding:28px;text-align:center;color:#64748b;font-size:13px}
#gtShell .gt-notice-empty p{margin:0}
#gtShell .gt-notice-retry{min-height:44px;padding:9px 14px;border:1px solid #a7f3d0;background:#ecfdf5}
/* National Day is a temporary data-led treatment, activated only by an active 🇻🇳 announcement.
   One quiet signature: a red field with a small warm-gold star. GIÁ THẬT green remains the CTA. */
#gtShell .gt-announcement-ribbon.gt-national-day{border-color:#efc166;background:linear-gradient(100deg,#fff7e9 0%,#fffdf8 50%,#fff 100%);box-shadow:0 14px 38px rgba(151,32,32,.16)}
#gtShell .gt-announcement-ribbon.gt-national-day .gt-announcement-signal{position:relative;background:#da251d}
#gtShell .gt-announcement-ribbon.gt-national-day .gt-announcement-signal:after{content:"★";position:absolute;top:50%;left:50%;color:#ffcd00;font-size:7px;line-height:1;transform:translate(-50%,-50%)}
#gtShell .gt-announcement-ribbon.gt-national-day .gt-announcement-icon{border:1px solid #f1d58f;background:#fff8e8;box-shadow:inset 0 0 0 1px rgba(218,37,29,.04)}
#gtShell .gt-announcement-ribbon.gt-national-day .gt-announcement-copy strong{color:#961d1d}
#gtShell .gt-announcement-ribbon.gt-national-day .gt-announcement-cta{background:#047857;box-shadow:0 4px 12px rgba(4,120,87,.18)}
#gtShell .gt-announcement-ribbon.gt-national-day .gt-announcement-dismiss:hover{background:#fff0d9;color:#961d1d}
#gtShell .gt-notice-item.gt-notice-national-day{border-color:#f2d28a;background:linear-gradient(135deg,#fff8ea,#fffdf8)}
#gtShell .gt-notice-item.gt-notice-national-day:hover{background:#fff4dd}
#gtShell .gt-notice-item.gt-notice-national-day.unread{border-color:#e9bd5f;background:linear-gradient(135deg,#fff6df,#fffdf8)}
#gtShell .gt-notice-item.gt-notice-national-day .gt-notice-item-icon{border:1px solid #f1d58f;background:#fff;color:#b91c1c}
#gtShell .gt-notice-item.gt-notice-national-day h3{color:#961d1d}
html.gt-national-day-home .hero{position:relative}
html.gt-national-day-home .hero:before{content:"";position:absolute;z-index:0;top:13px;left:clamp(18px,6vw,88px);right:clamp(18px,6vw,88px);height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,#da251d 18%,#ffcd00 50%,#da251d 82%,transparent);opacity:.58;pointer-events:none}
html.gt-national-day-home .hero:after{content:"★";position:absolute;z-index:0;top:21px;right:clamp(18px,5vw,76px);color:#e4a400;font-size:18px;line-height:1;opacity:.38;pointer-events:none}
html.gt-national-day-home .hero>*{position:relative;z-index:1}
body.gt-notice-open{overflow:hidden!important}

@media(max-width:1120px){
  #gtShell{height:64px}
  #gtShell .gt-shell-inner{padding:0 12px;gap:8px}
  /* LIVE-UI-015: logo link was height:40px - the whole link is the tap target, not just the img */
  #gtShell .gt-shell-logo{flex-basis:104px;height:44px}
  #gtShell .gt-shell-logo img{width:102px;max-height:34px}
  #gtShell .gt-shell-nav,#gtShell .gt-shell-post{display:none}
  #gtShell .gt-shell-right{margin-left:auto}
  /* LIVE-UI-015: was 38x38, smaller again than the already-undersized desktop 42x40 */
  #gtShell .gt-shell-lang button{min-width:44px;min-height:44px;padding:7px 8px}
  #gtShell .gt-shell-menu{display:inline-flex;align-items:center;justify-content:center}
  #gtShell .gt-shell-backdrop{inset:64px 0 0}
  #gtShell .gt-shell-drawer{top:64px;max-height:calc(100vh - 64px)}
  #gtShell.open .gt-shell-backdrop,#gtShell.open .gt-shell-drawer{display:block}
  #gtShell .gt-announcement-ribbon{top:72px}
  #gtShell.gt-national-day-ribbon-in-flow .gt-shell-inner{height:64px}
  #gtShell .gt-notice-panel{top:72px;max-height:calc(100dvh - 88px)}
}
@media(max-width:600px){
  #gtShell .gt-announcement-ribbon{top:70px;width:calc(100vw - 16px);min-height:58px;gap:7px;padding-right:4px;border-radius:12px}
  #gtShell.gt-national-day-ribbon-in-flow .gt-announcement-ribbon.gt-national-day{top:auto;width:calc(100% - 16px);margin:6px auto 8px}
  #gtShell .gt-announcement-copy{display:block}
  #gtShell .gt-announcement-copy strong{display:block;max-width:none;font-size:12.5px}
  #gtShell .gt-announcement-copy>span{display:-webkit-box;margin-top:1px;white-space:normal;font-size:11.5px;-webkit-line-clamp:1;-webkit-box-orient:vertical}
  #gtShell .gt-announcement-icon{flex-basis:32px;width:32px;height:32px;font-size:17px}
  #gtShell .gt-announcement-cta{padding:7px 10px;font-size:11.5px}
  #gtShell .gt-notice-panel{top:auto;right:0;bottom:0;width:100vw;max-height:min(82dvh,720px);border-radius:20px 20px 0 0;border-bottom:0;animation:gtNoticeSheetIn .2s ease-out}
  @keyframes gtNoticeSheetIn{from{opacity:.7;transform:translateY(22px)}to{opacity:1;transform:none}}
  #gtShell .gt-notice-list{padding-bottom:max(10px,env(safe-area-inset-bottom))}
  #gtShell .gt-notice-item{padding:13px 10px}
}
@media(max-width:420px){#gtShell .gt-shell-inner{padding:0 10px}#gtShell .gt-shell-drawer{width:100vw}#gtShell .gt-shell-drawer nav{grid-template-columns:1fr 1fr}}
@media(max-width:360px){#gtShell .gt-shell-inner{padding:0 6px;gap:4px}#gtShell .gt-shell-logo{flex-basis:80px}#gtShell .gt-shell-logo img{width:78px}#gtShell .gt-shell-right{gap:4px}}
@media(max-width:640px){html.gt-national-day-home .hero:before{top:8px;left:18px;right:18px}html.gt-national-day-home .hero:after{top:15px;right:18px;font-size:14px}}
@media(prefers-reduced-motion:reduce){#gtShell .gt-notice-panel{animation:none}}


/* ---- verification documents (2026-08-23) ------------------------------------
   Private evidence UI. Deliberately visually distinct from the listing-photo
   controls so a seller can never confuse "papers for the reviewer" with
   "pictures for the advert". */
.gtv-slots{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin:12px 0}
.gtv-slot{border:1px solid var(--line);border-radius:12px;padding:12px;background:#FCFCFD}
.gtv-slot-h{font-weight:700;font-size:14px;margin-bottom:6px}
.gtv-btn{margin-top:8px;display:inline-block;cursor:pointer}
.gtv-note{border:1px solid var(--line);border-left:4px solid var(--blue,#2563EB);border-radius:10px;
  padding:10px 12px;margin:12px 0;font-size:14px;background:#F8FAFF}
.gtv-note.gtv-err{border-left-color:var(--red,#DC2626);background:#FEF2F2}
.gtv-err{color:var(--red,#DC2626)}
.gtv-ok{color:#065F46}
.gtv-private{border:1px dashed var(--line);border-radius:10px;padding:10px 12px;background:#FAFAFA;margin-top:12px}
.gtv-lst{border:1px solid var(--line);border-radius:12px;padding:14px;margin:12px 0;background:#fff}
.gtv-own{margin:10px 0}
.gtv-radio{display:block;margin:6px 0;font-size:14px;cursor:pointer}
.gtv-plate{margin:8px 0}
.gtv-plate input{border:1px solid var(--line);border-radius:8px;padding:6px 10px;font-size:14px;max-width:180px}
@media(max-width:900px){
  .gtv-slots{grid-template-columns:1fr}
  /* labels must wrap on a phone - the same truncation trap the category tiles had */
  .gtv-slot-h,.gtv-radio{white-space:normal;overflow-wrap:break-word}
  .gtv-plate input{max-width:100%;width:100%}
}

/* ---- Đồng GT wallet (2026-08-23) ---------------------------------------- */
.gtw-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:12px 0}
.gtw-tiles .tile{border:1px solid var(--line);border-radius:12px;padding:12px;background:#FCFCFD;text-align:center}
.gtw-tiles .tile .n{font-size:22px;font-weight:800;line-height:1.2;overflow-wrap:anywhere}
.gtw-tiles .tile .l{font-size:12px;color:var(--muted);margin-top:4px}
.gtw-lookup,.gtw-adjust{margin:10px 0}
.gtw-lookup input,.gtw-adjust input,.gtw-adjust select{border:1px solid var(--line);border-radius:8px;padding:6px 10px;font-size:14px}
@media(max-width:900px){
  .gtw-tiles{grid-template-columns:repeat(2,1fr)}
  .gtw-tiles .tile .n{font-size:18px}
  .gtw-lookup input,.gtw-adjust input,.gtw-adjust select{max-width:100%;width:100%}
}
