/* Mijoz Mini App — Go Toshkent Driver uslubi: orange + white */
:root {
  --primary: #ff7625;
  --primary-dark: #e8600f;
  --primary-soft: #fff1e8;
  --primary-line: #ffd9c2;

  --bg: #f5f5f5;
  --card: #ffffff;
  --card-2: #fafafa;
  --line: #ececec;

  --text: #1a1a1a;
  --text-2: #4d4d4d;
  --muted: #8a8a8a;
  --disabled: #b0b0b0;

  --green: #1f9254;
  --green-soft: #eaf7ef;
  --red: #d63b1f;
  --red-soft: #fdeeea;

  /* Quyidagilar kafe rangiga qarab har so'rovda qayta yoziladi (app/theme.py) */
  --on-primary: #ffffff;
  --on-primary-dim: rgba(255, 255, 255, .82);
  --on-primary-veil: rgba(255, 255, 255, .13);
  --primary-text: #d1590a;   /* oq fonda o'qiladigan tus */
  --primary-glow: rgba(255, 118, 37, .28);
  --balance-grad: linear-gradient(135deg, #ff8a42 0%, #ff7625 55%, #f26a17 100%);

  --radius: 12px;
  --pad: 20px;
  --shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 8px 22px var(--primary-glow);
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

/* Sahifa almashganda oq yorug'lik urmasligi uchun fon html da ham turadi */
html { background: var(--bg); }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  padding-bottom: 84px;
}

.wrap { max-width: 480px; margin: 0 auto; padding: 14px; }

a { color: inherit; text-decoration: none; }

/* Orqaga havolasi — faqat Telegramdan tashqarida ko'rinadi (JS yoqadi) */
.backlink {
  display: none; align-items: center; gap: 5px;
  margin: 0 0 10px; padding: 8px 13px 8px 10px; border-radius: 999px;
  background: var(--card); box-shadow: var(--shadow);
  font-size: 13px; font-weight: 700; color: var(--text-2);
}
.backlink:active { background: var(--card-2); }

/* --- Sarlavha --- */
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 6px 2px 14px;
}
.topbar .name { font-size: 16px; font-weight: 700; }
.topbar .sub { font-size: 12px; color: var(--muted); }
.badge {
  display: inline-block; padding: 4px 11px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: .02em;
  background: var(--primary-soft); color: var(--primary-text);
}

/* --- Balans karti --- */
/* --- Aksiya banneri (karusel) --- */
.promos { margin-bottom: 12px; }
.promo-track {
  display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.promo-track::-webkit-scrollbar { display: none; }
.promo {
  flex: 0 0 100%; scroll-snap-align: center; box-sizing: border-box;
  position: relative; overflow: hidden; border-radius: 16px;
  min-height: 92px; padding: 14px 16px;
  background: var(--card); box-shadow: var(--shadow);
  background-size: cover; background-position: center;
}
.promo h3 { font-size: 15px; margin: 0; position: relative; z-index: 1; }
.promo p {
  margin: 4px 0 0; font-size: 12.5px; color: var(--muted); position: relative; z-index: 1;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.promo-tag {
  display: inline-block; margin-bottom: 6px; position: relative; z-index: 1;
  font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 99px;
  background: var(--primary-soft); color: var(--primary-text);
}
/* Yuqori prioritet — to'q sariq, ko'zga tashlanadi */
.promo.hot { background: var(--balance-grad); box-shadow: 0 4px 12px var(--primary-glow); }
.promo.hot h3, .promo.hot p { color: var(--on-primary); }
.promo.hot .promo-tag { background: rgba(255, 255, 255, .24); color: var(--on-primary); }
/* Rasmli banner — matn o'qilishi uchun qoraytirish */
.promo.img::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .68) 100%);
}
.promo.img h3, .promo.img p { color: #fff; }
.promo.img { min-height: 128px; display: flex; flex-direction: column; justify-content: flex-end; }
.promo.img .promo-tag { background: rgba(255, 255, 255, .26); color: #fff; }

.promo-dots { display: flex; justify-content: center; gap: 5px; margin-top: 8px; }
.promo-dots i {
  width: 5px; height: 5px; border-radius: 99px; background: var(--line);
  transition: width .2s ease, background .2s ease;
}
.promo-dots i.on { width: 16px; background: var(--primary); }

.balance {
  position: relative; overflow: hidden;
  background: var(--balance-grad);
  border-radius: 18px; color: var(--on-primary);
  padding: 20px; box-shadow: var(--shadow-lg);
  display: block; text-decoration: none;
  transition: transform .12s ease;
}
.balance:active { transform: scale(.985); }
.balance::after {
  content: ""; position: absolute; right: -50px; top: -70px;
  width: 190px; height: 190px; border-radius: 50%;
  background: var(--on-primary-veil);
}
.balance .label {
  font-size: 11px; letter-spacing: .09em; text-transform: uppercase;
  color: var(--on-primary-dim);
}
.balance .value { font-size: 40px; font-weight: 800; letter-spacing: -.02em; margin: 2px 0 0; }
.balance .value span { font-size: 16px; font-weight: 600; opacity: .85; margin-left: 6px; }
.balance .row { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 16px;
  position: relative; }
.balance .row div, .balance .row a, .balance .row span {
  font-size: 11.5px; color: var(--on-primary-dim);
}
.balance .row b { display: block; font-size: 16px; color: var(--on-primary); font-weight: 700; }
.stat-link:active b { opacity: .7; }

/* Kafe logotipi — har qanday fonli rasm uchun oq plashka */
.logo-badge {
  position: absolute; right: 18px; top: 18px; z-index: 2;
  width: 46px; height: 46px; border-radius: 14px; background: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .16); padding: 5px;
}
.logo-badge img { max-width: 100%; max-height: 100%; object-fit: contain; }
.logo-sm {
  width: 30px; height: 30px; border-radius: 9px; background: #fff; flex: none;
  display: flex; align-items: center; justify-content: center; padding: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}
.logo-sm img { max-width: 100%; max-height: 100%; object-fit: contain; }
.logo-big {
  width: 84px; height: 84px; border-radius: 24px; background: #fff; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; padding: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .12);
}
.logo-big img { max-width: 100%; max-height: 100%; object-fit: contain; }

/* --- Kartlar --- */
.card {
  background: var(--card); border-radius: var(--radius); padding: 16px;
  margin-top: 12px; box-shadow: var(--shadow);
}
.card.tight { padding: 13px 15px; }
.card h3 { margin: 0 0 10px; font-size: 14px; font-weight: 700; }
.card .hint { font-size: 12.5px; color: var(--text-2); }

.paycode { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.paycode .digits {
  font-size: 36px; font-weight: 800; letter-spacing: .16em;
  color: var(--primary-text); font-variant-numeric: tabular-nums;
}

/* --- To'lov karti: kod asosiy, tugma ikkinchi darajali --- */
.paycard { padding: 16px 14px 14px; text-align: center; }
.codehead {
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); transition: color .2s ease;
}
.codeline {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin: 6px 0 13px;
}
.codenum {
  font-family: inherit; border: 0; background: none; cursor: pointer; padding: 0;
  color: var(--primary-text);
  font-size: 38px; font-weight: 800; letter-spacing: .13em; text-indent: .13em;
  font-variant-numeric: tabular-nums; line-height: 1.05;
}
.codenum:active { transform: scale(.97); }
/* Kod yangilanganda silliq almashadi */
.codenum, .codesm { transition: opacity .16s ease; }
.codenum.swap, .codesm.swap { opacity: 0; }

/* Qolgan vaqt — aylana + raqam */
.codering { display: flex; align-items: center; gap: 6px; flex: none; }
.codering svg { width: 26px; height: 26px; transform: rotate(-90deg); }
.codering circle { fill: none; stroke-width: 3.5; }
.codering .rbg { stroke: var(--line); }
.codering .rfg {
  stroke: var(--primary); stroke-linecap: round;
  transition: stroke-dashoffset 1s linear, stroke .3s ease;
}
.codering .rfg.low { stroke: #e0492c; }
.codering b {
  font-size: 12px; font-weight: 700; color: var(--muted);
  font-variant-numeric: tabular-nums;
}

/* Stol tanlanmagan holat — skanerlash asosiy amal */
.scancard { padding: 20px 16px 14px; }
.scanbig {
  display: flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; margin: 0 auto 10px; border-radius: 16px;
  background: var(--primary-soft); color: var(--primary-text);
}
.scanbig .ic { width: 28px; height: 28px; }
.scanhead { font-size: 16px; font-weight: 800; }
.scansub { font-size: 12.5px; color: var(--muted); margin: 4px 0 14px; }
.codefoot { justify-content: space-between; font-size: 12.5px; color: var(--muted); }
.codesm {
  font-family: inherit; border: 0; cursor: pointer; padding: 3px 10px; border-radius: 8px;
  background: var(--primary-soft); color: var(--primary-text);
  font-size: 16px; font-weight: 800; letter-spacing: .12em; text-indent: .12em;
  font-variant-numeric: tabular-nums;
}
.codesm:active { transform: scale(.96); }

.paycard .btn { padding: 11px; font-size: 14.5px; line-height: 1.15; }
.paycard .btn .ic { width: 17px; height: 17px; vertical-align: -3.5px; }
.paycard .tablerow { text-align: left; }

.tablerow {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line);
  font-size: 13px; color: var(--text-2);
}
.tablerow .ic { width: 17px; height: 17px; opacity: .6; }
.tablerow a { color: var(--primary-text); font-weight: 700; white-space: nowrap; }
.tablerow b { color: var(--text); }

.warn { background: var(--red-soft); color: #a02c14; box-shadow: none;
  border: 1px solid #f6cfc5; }
.warn b { color: #8f2610; }
.okbox { background: var(--green-soft); color: #14663a; box-shadow: none;
  border: 1px solid #c7e8d5; }

/* --- Tugmalar --- */
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.tile {
  background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 16px 14px; display: flex; flex-direction: column; gap: 5px;
  transition: transform .12s ease, box-shadow .12s ease;
}
.tile:active { transform: scale(.975); box-shadow: 0 0 0 2px var(--primary) inset; }
.tile .ico { font-size: 22px; }
.tile .ic { width: 24px; height: 24px; color: var(--primary-text); }
.ic { width: 18px; height: 18px; flex: none; vertical-align: -3px; }
.btn .ic { width: 19px; height: 19px; vertical-align: -4px; margin-right: 4px; }
.tile .t { font-weight: 700; font-size: 14px; }
.tile .d { font-size: 11.5px; color: var(--muted); }

/* --- Xizmat tugmalari: ofitsiant / hisob --- */
.srv {
  position: relative; overflow: hidden; cursor: pointer; user-select: none;
  background: var(--card); box-shadow: var(--shadow);
  border: 1px solid var(--line);
  padding: 13px 44px 12px 14px; gap: 3px;
}
.srv .srv-ic { position: absolute; top: 11px; right: 12px; line-height: 0; }
.srv .srv-ic .ic { width: 21px; height: 21px; color: var(--primary-text); }
.srv .d { color: var(--muted); }
.srv .act:empty { display: none; }
.srv .act {
  margin-top: 7px; font-size: 11.5px; font-weight: 700; align-self: flex-start;
  padding: 4px 10px; border-radius: 99px;
  background: var(--primary-soft); color: var(--primary-text);
}
.srv:active { transform: scale(.975); }

/* Kutish holati: chekka to'q sariq chiziq + jonli nuqta */
.srv .dot { display: none; }
.srv.waiting, .srv.taken { border-color: transparent; }
.srv.waiting { background: var(--primary-soft); box-shadow: inset 0 0 0 1.5px var(--primary); }
.srv.waiting .d { color: var(--primary-text); font-weight: 700; }
.srv.taken { background: var(--green-soft); box-shadow: inset 0 0 0 1.5px #34c759; }
.srv.taken .d { color: #14663a; font-weight: 700; }
.srv.taken .srv-ic .ic { color: #14663a; }
.srv.taken .act { background: rgba(20, 102, 58, .12); color: #14663a; }
.srv.waiting .dot, .srv.taken .dot {
  display: block; position: absolute; top: -3px; right: -3px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--primary);
  animation: srvpulse 1.1s ease-in-out infinite;
}
.srv.taken .dot { background: #34c759; }
@keyframes srvpulse { 50% { opacity: .2; transform: scale(.65); } }
.srv.cool { color: var(--muted); cursor: default; }
.srv.cool .d { color: var(--muted); }
.srv.cool .srv-ic .ic { color: var(--disabled); }
.srv.cool:active { transform: none; }
.srv.busy { opacity: .6; pointer-events: none; }

.btn {
  display: block; width: 100%; text-align: center; padding: 16px;
  border: 0; border-radius: var(--radius); font-size: 15px; font-weight: 700;
  background: var(--primary); color: var(--on-primary); cursor: pointer;
  font-family: inherit; box-shadow: 0 4px 12px var(--primary-glow);
}
.btn:active { background: var(--primary-dark); }
.btn.ghost {
  background: #fff; color: var(--primary-text); box-shadow: none;
  border: 1.5px solid var(--primary-line);
}
.btn.small { padding: 11px 16px; font-size: 13px; width: auto; display: inline-block; }
.btn:disabled { background: var(--disabled); box-shadow: none; }

/* --- Ro'yxat --- */
.list { margin-top: 12px; }
.item {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 13px 0; border-bottom: 1px solid var(--line);
}
.item:last-child { border-bottom: 0; }
.item .t { font-size: 14px; font-weight: 600; }
.item .d { font-size: 12px; color: var(--muted); margin-top: 2px; }
.amount { font-size: 15px; font-weight: 700; white-space: nowrap; }
.amount.plus { color: var(--green); }
.amount.minus { color: var(--text-2); }

/* --- Amallar tarixi --- */
.feed-title { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.feed-title a { color: var(--primary-text); font-weight: 700; text-transform: none;
  letter-spacing: 0; font-size: 12px; }
.feed-day {
  font-size: 11.5px; font-weight: 700; color: var(--muted);
  text-transform: uppercase; letter-spacing: .07em; margin: 14px 2px 6px;
}
.feed { margin-top: 0; }
.feed-item { align-items: flex-start; }
.feed-ic {
  flex: none; width: 34px; height: 34px; border-radius: 10px; margin-top: 1px;
  display: flex; align-items: center; justify-content: center;
  background: var(--primary-soft); color: var(--primary-text);
}
.feed-ic .ic { width: 17px; height: 17px; }
.feed-ic.gift { background: #fdf0e2; color: #b26a12; }
.feed-ic.song { background: #eeeaff; color: #5b46c4; }
.feed-ic.cancel, .feed-ic.expire { background: var(--bg-2, #f1f2f4); color: var(--muted); }
.feed-body { flex: 1; min-width: 0; }
.feed-body .t { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.feed-sum {
  display: flex; flex-direction: column; align-items: flex-end; gap: 2px;
  white-space: nowrap; font-variant-numeric: tabular-nums;
}
.feed-sum .plus { font-size: 15px; font-weight: 700; color: var(--green); }
.feed-sum .minus { font-size: 13px; font-weight: 600; color: var(--text-2); }

.empty { text-align: center; color: var(--muted); padding: 44px 20px; font-size: 14px; }
.empty .ic { width: 34px; height: 34px; display: block; margin: 0 auto 10px; opacity: .4; }
.empty .ico { font-size: 36px; display: block; margin-bottom: 10px; opacity: .5; }

/* --- Pastki menyu --- */
.tabbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 20;
  background: #fff; border-top: 1px solid var(--line);
  box-shadow: 0 -2px 14px rgba(0, 0, 0, .05);
  padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
}
.tabbar .inner { max-width: 480px; margin: 0 auto; display: flex; }
.tabbar a {
  flex: 1; text-align: center; font-size: 10.5px; color: var(--text-2);
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 2px 0; font-weight: 600;
}
.tabbar a .ico { font-size: 19px; filter: grayscale(1); opacity: .55; }
/* Ikonka ostidagi yumshoq plashka — faol bo'limda rangga to'ladi */
.tabbar a .ic {
  width: 22px; height: 22px; box-sizing: content-box;
  padding: 5px 16px; border-radius: 999px;
  transition: background .15s ease, color .15s ease;
}
.tabbar a.on { color: var(--primary-text); font-weight: 700; }
.tabbar a.on .ico { filter: none; opacity: 1; }
.tabbar a.on .ic { background: var(--primary-soft); color: var(--primary-text); }
.tabbar a:active .ic { background: var(--primary-soft); }

/* --- Formalar --- */
label { display: block; font-size: 12px; color: var(--text-2); margin: 12px 0 6px;
  font-weight: 600; }
input, select, textarea {
  width: 100%; padding: 14px; border-radius: var(--radius);
  background: var(--card-2); border: 1.5px solid var(--line); color: var(--text);
  font-size: 15px; font-family: inherit;
}
input:focus, textarea:focus, select:focus {
  outline: none; border-color: var(--primary); background: #fff;
}
input:disabled { color: var(--muted); background: #f2f2f2; }

.chips { display: flex; gap: 8px; margin: 12px 0; overflow-x: auto; }
.chip {
  padding: 9px 15px; border-radius: 999px; font-size: 13px; white-space: nowrap;
  background: #fff; border: 1.5px solid var(--line); color: var(--text-2);
  font-weight: 600;
}
.chip.on { background: var(--primary); border-color: var(--primary); color: var(--on-primary); }

.sep { height: 1px; background: var(--line); margin: 14px 0; }
.section-title { font-size: 11.5px; color: var(--muted); text-transform: uppercase;
  letter-spacing: .07em; font-weight: 700; margin: 22px 0 8px; }

.gift {
  display: flex; gap: 12px; align-items: center; padding: 14px;
  background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow);
  margin-top: 10px;
}
.gift .body { flex: 1; }
.gift .price { color: var(--primary-text); font-weight: 800; font-size: 14px; }
.gift input[type=radio] { accent-color: var(--primary); }

.code-box {
  text-align: center; padding: 18px; border-radius: var(--radius);
  background: var(--primary-soft); border: 1.5px dashed var(--primary);
}
.code-box .c { font-size: 32px; font-weight: 800; letter-spacing: .2em; color: var(--primary-text); }

.progress { height: 8px; background: var(--line); border-radius: 99px; overflow: hidden;
  margin-top: 5px; }
.progress i {
  display: block; height: 100%; border-radius: 99px; width: 0;
  background: linear-gradient(90deg, var(--primary) 0%, #ffab6b 45%, var(--primary) 100%);
  background-size: 260% 100%;
  animation: progfill .95s cubic-bezier(.2, .9, .25, 1) .2s forwards,
             progflow 2.4s linear infinite;
}
@keyframes progfill { to { width: var(--w, 0%); } }
@keyframes progflow { to { background-position: -260% 0; } }

/* Daraja kartasi */
.lvl-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.lvl-pct {
  font-size: 12.5px; font-weight: 800; color: var(--primary-text);
  background: var(--primary-soft); border-radius: 99px; padding: 3px 9px; flex: none;
}
.lvl-row {
  display: flex; justify-content: space-between; gap: 10px;
  margin-top: 11px; font-size: 12px;
}
.lvl-lbl { color: var(--muted); }
.lvl-val { font-weight: 700; }

/* Sahifalar orasida silliq o'tish — har yuklanishda "miltillash" bo'lmasin.
   Qo'llab-quvvatlamaydigan brauzerda oddiy tez o'tish bo'ladi. */
@view-transition { navigation: auto; }
/* Pastki menyu o'tishda joyida turadi — u bilan birga miltillamaydi */
.tabbar { view-transition-name: tabbar; }
::view-transition-old(root) { animation: vt-out .16s ease both; }
::view-transition-new(root) { animation: vt-in .18s ease both; }
@keyframes vt-out { to { opacity: 0; } }
@keyframes vt-in { from { opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
}

/* --- Kichik telefonlar (iPhone SE va h.k.) --- */
@media (max-width: 360px) {
  .wrap { padding: 12px; }
  .balance { padding: 17px; }
  .balance .value { font-size: 33px; }
  .balance .row { gap: 8px 16px; }
  .paycode .digits { font-size: 29px; letter-spacing: .12em; }
  .tile { padding: 14px 12px; }
  .tile .t { font-size: 13.5px; }
  .grid2 { gap: 8px; }
  .card { padding: 14px; }
  .btn { padding: 15px; }
  .tabbar a { font-size: 9.5px; }
}

/* --- Taklif va shikoyat --- */
.stars { display: flex; justify-content: center; gap: 6px; margin: 14px 0 6px; }
.star {
  border: 0; background: none; padding: 4px; cursor: pointer; line-height: 0;
  color: var(--line); transition: transform .12s ease, color .12s ease;
}
.star .ic { width: 40px; height: 40px; }
.star.on { color: #f5a524; }
.star.on .ic { fill: #f5a524; }
.star:active { transform: scale(.88); }
.starlabel { text-align: center; min-height: 18px; font-weight: 600; }

.anon {
  display: flex; align-items: center; gap: 8px; margin-top: 10px;
  font-size: 12.5px; color: var(--muted); cursor: pointer;
}
.anon input { width: auto; margin: 0; }

.fb-reply {
  margin-top: 8px; padding: 9px 11px; border-radius: 10px;
  background: var(--primary-soft); color: var(--primary-text);
  font-size: 12.5px; line-height: 1.4;
}
.fb-reply .ic { width: 14px; height: 14px; vertical-align: -2px; margin-right: 4px; }

textarea {
  width: 100%; font-family: inherit; font-size: 14px; padding: 11px 12px;
  border: 1.5px solid var(--line); border-radius: 10px; background: var(--card);
  color: var(--text); resize: vertical;
}
textarea:focus { outline: none; border-color: var(--primary); }

/* Kafe yopiq ekanini bildiruvchi qator */
.closedbar {
  display: flex; align-items: center; gap: 9px; margin-top: 0;
  background: #f1f2f4; color: var(--text-2); box-shadow: none;
  border: 1px solid var(--line); font-size: 13px;
}
.closedbar .ic { width: 18px; height: 18px; flex: none; opacity: .7; }
.closedbar b { color: var(--text); }
