/* ═══════════════════════════════════════════════════════════════════
   GIFTED PACKS (site/gift.js). Luke's pick, 18 Sep: 1A (the centred sheet on the .ov shell;
   the phone's bottom sheet) and 3A (the "from @name" tag beside OPEN GIFT). Ported from
   tools-mock-gifts.mjs, where every size was checked in the page: nothing past the viewport,
   no cut text. Only the site's own tokens: --key, --acc/--acc-hi/--acc-lo, --yellow,
   --display, --ui. Tiles are white with the key line and the hard drop (profile.css .pf-card,
   trade.css .tr-no); the primary button is the site's .pf-btn.
   ═══════════════════════════════════════════════════════════════════ */
.gf-ic{display:inline-block;width:20px;height:20px;flex:0 0 auto}
.gf-x{display:inline-block;width:.5em;height:.5em;margin:0 .3em 0 .26em;flex:0 0 auto;vertical-align:.02em}
@keyframes gfSpin{to{transform:rotate(360deg)}}
.gf-spin{animation:gfSpin .8s linear infinite}
/* the spinner is the only sign a payment is moving: slowed, never stopped */
@media (prefers-reduced-motion:reduce){.gf-spin{animation-duration:2.4s}}

/* ============ THE DOORS ============ */
/* a friend's profile: SEND A PACK in the cover's button block (profile.js binderHead,
   .pf-binder__actions). Luke's pick B, 18 Sep (mocks 43b43b7): its own full-width row under
   FRIENDS / TRADE, 8px below the pair (the pair's own gap) and as wide as it */
.pf-share--gift .gf-door{display:inline-flex;align-items:center;justify-content:center;gap:9px}
.pf-share--gift .gf-door .gf-ic{width:21px;height:21px}
.pf-binder__actions>.pf-share--gift{display:flex;width:100%;margin:8px 0 0}
.pf-binder__actions>.pf-share--gift .gf-door{width:100%;flex:1;margin:0}
.gf-admintag{padding:3px 7px;border:2px solid var(--key);border-radius:7px;background:var(--yellow);color:var(--key);font:900 12px/1 var(--display);font-style:italic;letter-spacing:.06em}
/* each tile of your own FRIENDS shelf. White, not pink: one primary button per screen, and six
   pink ones in a row would outshout the page. The site's secondary sticker, full tile width. */
.gf-cell{position:relative;display:grid;min-width:0}
.gf-cell>.fr-tile{padding-bottom:50px}
.gf-tsend{position:absolute;left:6px;right:6px;bottom:10px;min-height:34px;display:flex;align-items:center;justify-content:center;padding:4px 3px;
  border:2px solid var(--key);border-radius:9px;box-shadow:0 3px 0 var(--key);background:#fff;
  color:var(--key);font:900 13px/1.05 var(--display);font-style:italic;text-transform:uppercase;letter-spacing:.02em;text-align:center;cursor:pointer}
.gf-tsend>span{min-width:0;overflow-wrap:anywhere}
.gf-tsend:hover,.gf-tsend:focus-visible{background:var(--yellow)}
/* profile.css keeps the phone's shelf to three tiles whatever friends.js measured
   (.pf-binder #pfFriends .fr-tile:nth-child(n+4)). In a .gf-cell every tile is a first child,
   so the count moves to the cell. */
@media (max-width:640px){
  .pf-binder #pfFriends .gf-cell:nth-child(n+4){display:none}
}

/* ============ THE FORM ============ */
.gf-form{display:grid;gap:14px;color:var(--key);font-family:var(--ui);min-width:0}
.gf-col{display:grid;gap:14px;min-width:0;align-content:start}
.gf-row2{display:grid;gap:14px;min-width:0}
.gf-sec{min-width:0}
.gf-lab{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 8px;margin:0 0 8px;font:800 13px/1.2 var(--ui);letter-spacing:.1em;text-transform:uppercase;color:var(--key)}
.gf-lab small{font:700 13px/1.2 var(--ui);letter-spacing:0;text-transform:none;color:var(--key)}
.gf-lab .gf-count{margin-left:auto;font:800 13px/1.2 var(--ui);letter-spacing:.02em;font-variant-numeric:tabular-nums;text-transform:none}
.gf-tabs{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 10px}
.gf-tab{flex:0 0 auto;min-height:36px;padding:6px 12px;background:#fff;border:2px solid var(--key);border-radius:10px;box-shadow:0 2px 0 var(--key);
  font:900 14px/1 var(--display);font-style:italic;text-transform:uppercase;letter-spacing:.04em;color:var(--key);cursor:pointer}
.gf-tab.is-on{background:var(--acc);color:#fff}
.gf-packs{display:grid;gap:10px;padding:3px 0 0}
.gf-pack{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:5px;min-width:0;padding:8px 4px 7px;
  background:rgba(255,255,255,.92);border:2px solid var(--key);border-radius:12px;box-shadow:0 3px 0 var(--key);font:inherit;color:var(--key);cursor:pointer}
.gf-pack img{display:block;width:auto;max-width:100%;height:92px;object-fit:contain;filter:drop-shadow(0 2px 0 rgba(11,15,24,.3))}
.gf-pack b{font:900 19px/1 var(--display);font-style:italic;letter-spacing:.01em;color:var(--key)}
/* on the Sports shelf several packs share a price: the sport says which */
.gf-pack small{display:block;max-width:100%;font:800 11px/1.1 var(--ui);letter-spacing:.04em;text-transform:uppercase;color:#3A4354;text-align:center;white-space:nowrap}
.gf-pack.is-on{background:#fff;border-color:var(--key);box-shadow:0 0 0 3px var(--acc),0 5px 0 var(--key)}
.gf-pack:disabled,.gf-tab:disabled{cursor:default}
.gf-pack__tick{position:absolute;right:-8px;top:-8px;width:26px;height:26px;border-radius:50%;background:var(--acc);border:2px solid var(--key);color:#fff;display:grid;place-items:center}
.gf-pack__tick svg{width:16px;height:16px}
.gf-none{grid-column:1 / -1;margin:0;font:600 15px/1.4 var(--ui);color:#3A4354}
.gf-step{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.gf-step__b{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;padding:0;background:#fff;border:2.5px solid var(--key);border-radius:12px;box-shadow:0 3px 0 var(--key);color:var(--key);cursor:pointer}
.gf-step__b svg{width:24px;height:24px}
.gf-step__b:disabled{opacity:.38;box-shadow:none;cursor:not-allowed}
.gf-step__n{min-width:64px;height:46px;display:grid;place-items:center;padding:0 10px;background:#fff;border:2.5px solid var(--key);border-radius:12px;box-sizing:border-box;
  font:900 30px/1 var(--display);font-style:italic;font-variant-numeric:tabular-nums;color:var(--key)}
.gf-step__u{font:800 16px/1 var(--ui);color:var(--key)}
.gf-note{display:block;width:100%;min-height:64px;resize:none;margin:0;padding:9px 12px;background:#fff;border:2px solid var(--key);border-radius:12px;box-sizing:border-box;
  font:600 16px/1.35 var(--ui);color:var(--key)}
.gf-total{padding:10px 14px 11px;background:#fff;border:2.5px solid var(--key);border-radius:14px;box-shadow:0 3px 0 var(--key)}
.gf-total__row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px 12px}
.gf-total .gf-total__row>span{font:800 17px/1.25 var(--ui);color:var(--key)}
.gf-total .gf-total__row>b{display:inline-flex;align-items:baseline;gap:8px;font:900 32px/1 var(--display);font-style:italic;color:var(--acc-lo);font-variant-numeric:tabular-nums}
.gf-total .gf-total__row>b small{font:800 12px/1 var(--ui);font-style:normal;letter-spacing:.12em;text-transform:uppercase;color:var(--key)}
.gf-total .gf-total__bal{margin:6px 0 0;font:600 15px/1.4 var(--ui);color:#3A4354}
.gf-total .gf-total__bal b{color:var(--key);font-weight:800}
.gf-go{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:13px 16px;font-size:22px}
.gf-go svg{width:22px;height:22px;flex:0 0 auto}
.gf-go.is-busy{cursor:progress;filter:saturate(.8)}
.gf-go:disabled:not(.is-busy){opacity:.45;cursor:not-allowed;box-shadow:none}
/* the button and its one line share a slot: the line sits under the button, never under its drop */
[data-gf-slot="go"]{display:grid;gap:9px}
.gf-final{margin:0;font:700 14px/1.4 var(--ui);color:var(--key);text-align:center}
.gf-hint{margin:0;padding:9px 12px;background:var(--yellow);border:2px solid var(--key);border-radius:10px;font:700 14px/1.4 var(--ui);color:var(--key)}
.gf-short{margin:8px 0 0;padding:9px 12px;background:#FBE1EC;border:2px solid var(--key);border-radius:10px;font:600 15px/1.4 var(--ui);color:var(--key)}
.gf-short b{color:#8E1F4F;font-weight:900}
.gf-form.is-busy .gf-sec{opacity:.55}
.gf-status{margin:0;font:700 14px/1.4 var(--ui);color:var(--key);text-align:center}
[data-gf-slot]:empty{display:none}

/* the recipient line under the title */
.gf-to{display:flex;align-items:center;flex-wrap:wrap;gap:6px 9px;margin:10px 0 0;font:700 17px/1.2 var(--ui);color:var(--key)}
.gf-to .soc-av{width:32px;height:32px}
.gf-to>span{min-width:0;overflow-wrap:anywhere}
.gf-to b{font-weight:800}
.gf-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 10px 4px 7px;border:2px solid var(--key);border-radius:999px;background:#fff;
  font:900 13px/1 var(--display);font-style:italic;text-transform:uppercase;letter-spacing:.04em;color:var(--key);white-space:nowrap}
.gf-chip svg{width:14px;height:14px}
.gf-chip--admin{background:var(--yellow)}

/* EMPHASIS. stage.css paints every <b> in an .ov__panel --acc-lo (6.5:1 on white). Inline
   emphasis keeps that; a bold that is a label is the key ink. */
html[data-layout="stage"] .gf-to b,html[data-layout="stage"] .gf-total .gf-total__bal b,html[data-layout="stage"] .gf-no p b,
html[data-layout="stage"] .gf-short b{color:var(--acc-lo)}
html[data-layout="stage"] .ov--gift .gf-sum span b,html[data-layout="stage"] .ov--gift .gf-pack b{color:var(--key)}

/* ============ THE ANSWERS ============ */
/* a refusal: trade.css .tr-no's tile, the mark, the headline, the words, one way on */
.gf-no{display:flex;flex-direction:column;align-items:center;gap:9px;padding:22px 18px 20px;text-align:center;background:rgba(255,255,255,.94);border:2px solid var(--key);border-radius:14px;box-shadow:0 3px 0 var(--key);color:var(--key)}
.gf-no__mark{width:58px;height:58px;border-radius:50%;background:var(--key);color:#fff;display:grid;place-items:center;flex:0 0 auto}
.gf-no__mark svg{width:30px;height:30px}
.gf-no h3{margin:4px 0 0;max-width:24ch;text-wrap:balance;font:900 28px/1.05 var(--display);font-style:italic;text-transform:uppercase;letter-spacing:.01em;color:var(--key)}
.gf-no p{margin:0;max-width:46ch;text-wrap:pretty;font:600 16px/1.45 var(--ui);color:#3A4354}
.gf-no p b{font-weight:800}
.gf-no__acts{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;width:100%}
.gf-no__acts .pf-btn{flex:1 1 170px;max-width:250px}
.gf-sum{display:flex;align-items:center;gap:12px;width:min(100%,420px);margin-top:4px;padding:8px 12px 8px 8px;background:#fff;border:2px solid var(--key);border-radius:12px;text-align:left;box-sizing:border-box}
.gf-sum img{width:auto;height:52px;flex:0 0 auto}
.gf-sum span{flex:1 1 auto;min-width:0;font:700 15px/1.35 var(--ui);color:var(--key)}
.gf-sum span b{display:block;font-weight:800}
.gf-sum em{flex:0 0 auto;font:900 22px/1 var(--display);font-style:italic;color:var(--acc-lo)}
/* sent */
.gf-done{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 18px 20px;text-align:center;background:rgba(255,255,255,.94);border:2px solid var(--key);border-radius:14px;box-shadow:0 3px 0 var(--key);color:var(--key)}
.gf-done__art{position:relative;width:214px;height:146px;flex:0 0 auto}
.gf-done__art img{position:absolute;top:2px;height:128px;width:auto;filter:drop-shadow(0 4px 0 rgba(11,15,24,.3))}
.gf-done__art img:nth-child(1){left:12px;transform:rotate(-12deg)}
.gf-done__art img:nth-child(2){right:30px;transform:rotate(10deg)}
.gf-done__art img:only-of-type{left:50%;transform:translateX(-50%) rotate(-6deg)}
.gf-done__tick{position:absolute;right:4px;bottom:0;width:44px;height:44px;box-sizing:border-box;border-radius:50%;background:var(--acc);border:3px solid var(--key);color:#fff;display:grid;place-items:center;box-shadow:0 3px 0 var(--key)}
.gf-done__tick svg{width:26px;height:26px}
.gf-done h3{margin:2px 0 0;font:900 42px/1 var(--display);font-style:italic;text-transform:uppercase;letter-spacing:.02em;color:#fff;-webkit-text-stroke:5px var(--key);paint-order:stroke fill}
.gf-done__line{margin:0;max-width:40ch;text-wrap:balance;font:800 20px/1.3 var(--ui);color:var(--key)}
.gf-done__sub{margin:0;max-width:48ch;text-wrap:pretty;font:600 15px/1.45 var(--ui);color:#3A4354}
.gf-done__note{margin:4px 0 0;max-width:40ch;padding:8px 14px;background:var(--yellow);border:2px solid var(--key);border-radius:12px;font:600 15px/1.4 var(--ui);color:var(--key);overflow-wrap:anywhere}
.gf-done__acts{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;width:100%}
.gf-done__acts .pf-btn{flex:1 1 170px;max-width:250px}

/* admins: PROMO, the reason, the points line */
.gf-admin{display:grid;gap:9px;padding:12px 14px 13px;background:var(--yellow);border:2.5px solid var(--key);border-radius:14px;box-shadow:0 3px 0 var(--key)}
.gf-admin__top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}
.gf-sw{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:4px 6px 4px 12px;background:#fff;border:2px solid var(--key);border-radius:12px;box-shadow:0 3px 0 var(--key);
  font:900 17px/1 var(--display);font-style:italic;text-transform:uppercase;letter-spacing:.05em;color:var(--key);cursor:pointer}
.gf-sw i{position:relative;width:44px;height:24px;box-sizing:border-box;border-radius:14px;border:2px solid var(--key);background:#D9DEE6}
.gf-sw i::after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 0 var(--key)}
.gf-sw.is-on i{background:var(--acc)}
.gf-sw.is-on i::after{left:auto;right:2px}
.gf-sw:disabled{cursor:not-allowed}
.gf-admin__d{margin:0;font:600 14px/1.4 var(--ui);color:var(--key)}
.gf-admin .gf-lab{margin:2px 0 0}
.gf-reason{display:block;width:100%;height:44px;box-sizing:border-box;margin:0;padding:0 12px;background:#fff;border:2px solid var(--key);border-radius:10px;font:600 16px var(--ui);color:var(--key)}
.gf-admin__pts{display:flex;align-items:center;gap:8px;margin:0;font:800 15px/1.35 var(--ui);color:var(--key)}
.gf-pts{width:20px;height:20px;flex:0 0 auto}

/* ============ 1A: THE CENTRED SHEET (the .ov shell: TRADE, CHANGE PICTURE) ============ */
.ov--gift .ov__panel{width:min(900px,100%)}
html[data-layout="stage"] .ov--gift .ov__body{-webkit-mask-image:none;mask-image:none}
.ov--gift .ov__head{padding-bottom:8px}
.ov--gift .ov__panel b{color:inherit}
.gf-a .gf-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px 26px;align-items:start}
.gf-a .gf-packs{grid-template-columns:repeat(3,minmax(0,1fr))}
.gf-a .gf-packs--many{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.gf-a .gf-packs--many .gf-pack img{height:62px}
.gf-a .gf-packs--many .gf-pack b{font-size:17px}
.gf-a .gf-no,.gf-a .gf-done{margin:2px 0 4px}
@media (min-width:1400px){ .gf-a .gf-pack img{height:118px} .gf-a .gf-packs--many .gf-pack img{height:84px} .ov--gift .ov__panel{width:min(980px,100%)} }

/* ============ THE PHONE: one column ============ */
@media (max-width:1023px){
  .gf-a .gf-form{grid-template-columns:minmax(0,1fr);gap:11px}
  .gf-packs,.gf-a .gf-packs{grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}
  /* a shelf of more than six (Sports holds ten) is five across on the phone: at six a tile is
     53px and BASKETBALL broke in the middle of the word (measured at 390x844) */
  .gf-a .gf-packs--many{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}
  .gf-a .gf-packs--many .gf-pack img{height:52px}
  .gf-a .gf-packs--many .gf-pack b{font-size:15px}
  .gf-pack{padding:6px 1px 5px;border-radius:10px;gap:3px}
  .gf-pack img{height:52px}
  .gf-pack b{font-size:15px}
  .gf-pack small{font-size:10px;letter-spacing:0}
  .gf-pack__tick{right:-6px;top:-7px;width:22px;height:22px}
  .gf-pack__tick svg{width:14px;height:14px}
  .gf-col{gap:11px}
  .gf-lab{margin-bottom:6px}
  .gf-tabs{margin-bottom:8px}
  .gf-step{gap:8px}
  .gf-step__b,.gf-step__n{height:44px}
  .gf-step__b{width:44px}
  .gf-step__n{min-width:56px}
  /* the note is one line until it needs two: it grows with its text rather than scrolling */
  .gf-note{min-height:44px;padding:8px 10px;field-sizing:content}
  /* HOW MANY rides beside its stepper (the row has the room at 390) */
  .gf-sec--count{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:12px}
  .gf-sec--count>.gf-lab{margin:0}
  .gf-total{padding:8px 12px 9px}
  .gf-total .gf-total__row>b{font-size:26px}
  .gf-total .gf-total__row>span{font-size:16px}
  .gf-total .gf-total__bal{margin-top:4px;font-size:15px;line-height:1.35}
  .gf-final,.gf-status{font-size:13px}
  .gf-admin{gap:7px;padding:10px 12px 11px}
  .gf-hint,.gf-short{font-size:14px;padding:8px 10px}
  .gf-to{font-size:16px}
  .gf-no h3{font-size:24px}
  .gf-no p{font-size:15px}
  .gf-done h3{font-size:36px}
  .gf-done__line{font-size:18px}
  .gf-go{font-size:20px;min-height:50px}
}

/* ============ THE BELL ROW ============ */
.gf-nf .nf-line{font-size:14px}
.gf-nf__note{margin:4px 0 0;font:600 14px/1.35 var(--ui);color:#EDEDED;overflow-wrap:anywhere}
.gf-nf .nf-pill--yes{padding:0 16px}
@media (max-width:1023px){
  .ov--notify .gf-nf__note{font-size:16px;color:var(--key)}
  .ov--notify .gf-nf .nf-pill{min-width:92px}
}

/* ============ THE LOBBY: RIP PACK, marked as a gift (Luke's pick, 18 Sep: option 2) ============ */
/* Turbo's slot and Turbo's look: a flex item in front of the words, white (--stick-ink), slanted
   with them (.rip__in span), the bolt's own sizes (style.css .rip__in::before / .mrip__in::before).
   rip-hold.js draws it; the words stay RIP PACK and slide right to make room. */
.gf-mark{position:relative;flex:0 0 auto;display:block;width:33px;height:33px;color:var(--stick-ink)}
.gf-mark svg{display:block;width:100%;height:100%;overflow:visible}
.mrip__in .gf-mark{width:27px;height:27px}
@media (max-width:1023px) and (max-height:640px){.mrip__in .gf-mark{width:24px;height:24px}}
/* the packs waiting, on the shoulder away from the words (on the other side it touched the R) */
.gf-mark__n{position:absolute;left:-11px;top:-8px;min-width:19px;height:19px;padding:0 5px;box-sizing:border-box;border-radius:10px;display:grid;place-items:center;
  background:var(--yellow);color:var(--key);border:2px solid var(--key);font:900 12px/1 var(--ui);font-style:normal;letter-spacing:0}
html[data-layout="stage"] .rip__in .gf-mark__n,html[data-layout="stage"] .mrip__in .gf-mark__n{transform:none}
/* one pack per hold while a gift waits: MULTIBUY reads as off (gift.js makes it inert) */
html[data-gift-ready="1"] .multi{opacity:.45;filter:saturate(.5)}

/* ============ THE GIFTS LIST ============ */
/* the account menu (the header's black .pop): a disclosure in place, the Language row's idiom */
.gf-mi .menu__v{margin-left:auto}
.gf-mi__n{padding:2px 8px;border-radius:999px;background:var(--acc);color:#fff;font:800 12px/1.3 var(--ui);white-space:nowrap}
.gf-mi .menu__chev{width:11px;height:7px;flex:0 0 auto}
.gf-mi[aria-expanded="true"] .menu__chev{transform:rotate(180deg)}
.gf-ml{margin:2px 4px 6px;padding:4px 0 2px;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12)}
.gf-ml__k{padding:8px 10px 4px;font:800 11px/1.2 var(--ui);letter-spacing:.12em;text-transform:uppercase;color:#A7B0BE}
.gf-ml__row{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;padding:6px 8px 6px 10px}
.gf-ml__row img{width:24px;height:auto}
.gf-ml__t{min-width:0;font:700 14px/1.25 var(--ui);color:#EDEDED}
.gf-ml__t b{display:block;font-weight:800;color:#fff}
.gf-ml__t span{display:block;font:600 13px/1.25 var(--ui);color:#A7B0BE;overflow-wrap:anywhere}
.gf-ml__open{min-height:32px;padding:0 13px;border-radius:9px;border:2px solid var(--key);box-shadow:0 2px 0 var(--key);background:linear-gradient(180deg,var(--acc-hi),var(--acc) 48%,var(--acc-lo));
  color:#fff;font:900 14px/1 var(--display);font-style:italic;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}
.gf-ml__st{max-width:96px;font:800 12px/1.25 var(--ui);color:#EDEDED;text-align:right}
.gf-ml__st--wait{color:#A7B0BE}
.gf-ml__empty{margin:0;padding:10px 12px;font:600 13px/1.4 var(--ui);color:#A7B0BE}
/* the phone PROFILE sheet: a titled block like RANK and DAILY CRATE, white rows like .mrow */
.gf-pl{display:grid;gap:8px;margin:0 0 26px}
.gf-pl__k{margin:4px 0 0;font:800 13px/1.2 var(--ui);letter-spacing:.12em;text-transform:uppercase;color:var(--key)}
.gf-pl__row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:64px;padding:8px 10px 8px 12px;box-sizing:border-box;
  background:#fff;border:2.5px solid var(--key);border-radius:14px;box-shadow:0 4px 0 var(--key)}
.gf-pl__row img{width:34px;height:auto}
.gf-pl__t{min-width:0;font:700 15px/1.3 var(--ui);color:#3A4354}
.gf-pl__t b{display:block;font:800 17px/1.2 var(--ui);color:var(--key)}
.gf-pl__t span{display:block;overflow-wrap:anywhere}
.gf-pl__open{min-height:44px;padding:0 16px;flex:0 0 auto}
.gf-pl__st{max-width:104px;padding:5px 9px;border:2px solid var(--key);border-radius:9px;background:#fff;font:800 13px/1.2 var(--ui);color:var(--key);text-align:center}
.gf-pl__st--wait{background:#EEF3FA;color:#3A4354}
.gf-pl__st--part{background:var(--yellow)}
