:root {
  --navy: #0D2B5E;
  --cyan: #00AEEF;
  --cd: rgba(0,174,239,.12);
  --teal: #0E7C5A;
  --td: rgba(14,124,90,.12);
  --red: #B03030;
  --rd: rgba(176,48,48,.10);
  --amb: #C47B18;
  --ad: rgba(196,123,24,.12);
  --bg: #F5F4F0;
  --card: #fff;
  --bdr: rgba(0,0,0,.08);
  --tx: #1A1A1A;
  --t2: #666;
  --t3: #999;
  --sh: 0 2px 16px rgba(0,0,0,.08);
  --r: 16px;
  --rs: 10px;
  --nav: 62px;
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html, body { height: 100%; background: var(--bg); font-family: 'DM Sans', sans-serif; color: var(--tx); overscroll-behavior: none; }
body { max-width: 430px; margin: 0 auto; min-height: 100vh; display: flex; flex-direction: column; }

/* LOGIN */
#login { display: none; flex-direction: column; min-height: 100vh; background: var(--navy); align-items: center; justify-content: center; padding: 24px; }
#login.on { display: flex; }
.logo { font-family: 'DM Serif Display', serif; font-size: 40px; color: #fff; text-align: center; margin-bottom: 4px; }
.logo-sub { font-size: 12px; color: rgba(255,255,255,.4); text-align: center; margin-bottom: 32px; }
.lbox { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; padding: 28px 24px; width: 100%; max-width: 340px; }
.lbox h2 { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 16px; }
.lf { margin-bottom: 12px; }
.lf label { display: block; font-size: 11px; font-weight: 600; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .4px; margin-bottom: 5px; }
.lf input { width: 100%; background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.14); border-radius: var(--rs); padding: 12px 14px; font-size: 15px; font-family: 'DM Sans', sans-serif; color: #fff; outline: none; }
.lf input:focus { border-color: var(--cyan); }
.lf input::placeholder { color: rgba(255,255,255,.28); }
.lbtn { width: 100%; background: var(--cyan); color: #fff; border: none; border-radius: var(--rs); padding: 14px; font-size: 15px; font-weight: 600; font-family: 'DM Sans', sans-serif; cursor: pointer; margin-top: 4px; }
.lerr { font-size: 12px; color: #ff7b7b; text-align: center; margin-top: 10px; min-height: 16px; }
.lhint { font-size: 11px; color: rgba(255,255,255,.28); text-align: center; margin-top: 14px; line-height: 1.7; }

/* APP */
#app { display: none; flex-direction: column; flex: 1; }
#app.on { display: flex; }

/* SCREENS */
.scr { display: none; flex-direction: column; overflow-y: auto; padding-bottom: calc(var(--nav) + 8px); animation: fu .2s ease; }
.scr.on { display: flex; }
@keyframes fu { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* HEADER */
.hdr { background: var(--navy); padding: 48px 18px 16px; position: sticky; top: 0; z-index: 10; }
.hdr-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; }
.hdr h1 { font-family: 'DM Serif Display', serif; font-size: 24px; color: #fff; }
.hdr p { font-size: 12px; color: rgba(255,255,255,.44); margin-top: 1px; }
.hdr-btns { display: flex; gap: 7px; align-items: center; flex-shrink: 0; }
.fab { background: var(--cyan); color: #fff; border: none; border-radius: 50%; width: 36px; height: 36px; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,174,239,.4); flex-shrink: 0; }
.fab:active { transform: scale(.88); }
.lobtn { background: rgba(255,255,255,.1); color: rgba(255,255,255,.65); border: none; border-radius: 20px; padding: 5px 12px; font-size: 11px; font-family: 'DM Sans', sans-serif; cursor: pointer; }

/* MONTH PILLS */
.mpills { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; margin-top: 12px; }
.mpills::-webkit-scrollbar { display: none; }
.mp { flex-shrink: 0; padding: 5px 13px; border-radius: 20px; font-size: 12px; font-weight: 500; background: rgba(255,255,255,.15); color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.15); cursor: pointer; }
.mp.on { background: var(--cyan); color: #fff; border-color: var(--cyan); }

/* Con mouse (escritorio): los meses se acomodan en varias filas y se ven TODOS.
   En celular no cambia nada: se sigue deslizando con el dedo. */
@media (hover: hover) and (pointer: fine) {
  .mpills { flex-wrap: wrap; overflow-x: visible; row-gap: 6px; }
  .mp { flex-shrink: 1; }
}

/* BOTTOM NAV */
.bnav { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 430px; background: var(--card); border-top: 1px solid var(--bdr); display: none; height: var(--nav); padding-bottom: env(safe-area-inset-bottom, 0px); z-index: 100; box-shadow: 0 -4px 20px rgba(0,0,0,.06); }
.bnav.on { display: flex; }
.ni { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; cursor: pointer; padding: 6px 2px; border: none; background: transparent; color: var(--t3); font-size: 9px; font-weight: 500; }
.ni.on { color: var(--navy); }
.ni-ic { font-size: 19px; line-height: 1; }

/* CONTENT */
.cnt { padding: 14px; display: flex; flex-direction: column; gap: 11px; }
.card { background: var(--card); border-radius: var(--r); padding: 15px; box-shadow: var(--sh); border: 1px solid var(--bdr); }

/* KPI */
.kg { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.kc { background: var(--card); border-radius: var(--r); padding: 13px; box-shadow: var(--sh); border: 1px solid var(--bdr); display: flex; flex-direction: column; gap: 4px; }
.kc.full { grid-column: 1/-1; }
.kl { font-size: 11px; color: var(--t2); font-weight: 500; }
.kv { font-family: 'DM Serif Display', serif; font-size: 24px; letter-spacing: -.5px; }
.kv.g { color: var(--teal); } .kv.r { color: var(--red); } .kv.b { color: var(--navy); }
.ks { font-size: 11px; color: var(--t3); }

/* SECTION */
.shdr { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.stitle { font-size: 15px; font-weight: 600; }
.sbadge { font-size: 11px; color: var(--t3); background: var(--bg); padding: 3px 8px; border-radius: 20px; }

/* LIST */
.li { display: flex; align-items: center; gap: 11px; padding: 11px 0; border-bottom: 1px solid var(--bdr); cursor: pointer; }
.li:last-child { border-bottom: none; padding-bottom: 0; }
.li:active { opacity: .55; }
.lic { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.lib { flex: 1; min-width: 0; }
.lit { font-size: 14px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lis { font-size: 12px; color: var(--t2); margin-top: 1px; }
.lir { text-align: right; flex-shrink: 0; }
.liam { font-size: 15px; font-weight: 600; }
.liam.pos { color: var(--teal); } .liam.neg { color: var(--red); }

/* BADGES */
.bpaid { background: var(--td); color: var(--teal); display: inline-flex; font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 20px; }
.bpend { background: var(--ad); color: var(--amb); display: inline-flex; font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 20px; }

/* PROGRESS */
.pbw { background: var(--bg); border-radius: 4px; height: 5px; overflow: hidden; margin-top: 5px; }
.pb { height: 100%; border-radius: 4px; }

/* MODAL */
.ov { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 200; display: flex; align-items: flex-end; opacity: 0; pointer-events: none; transition: opacity .22s; backdrop-filter: blur(4px); }
.ov.on { opacity: 1; pointer-events: all; }
.modal { background: var(--card); border-radius: 24px 24px 0 0; width: 100%; max-height: 92vh; overflow-y: auto; padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 16px); transform: translateY(100%); transition: transform .28s cubic-bezier(.32,1,.23,1); }
.ov.on .modal { transform: translateY(0); }
.mh { width: 36px; height: 4px; background: rgba(0,0,0,.12); border-radius: 2px; margin: 12px auto 0; }
.mhdr { padding: 15px 18px 12px; border-bottom: 1px solid var(--bdr); }
.mt { font-size: 17px; font-weight: 600; }
.ms { font-size: 12px; color: var(--t2); margin-top: 2px; }
.mb { padding: 16px 18px; display: flex; flex-direction: column; gap: 12px; }

/* FORM */
.fld { display: flex; flex-direction: column; gap: 5px; }
.fld label { font-size: 11px; font-weight: 600; color: var(--t2); letter-spacing: .3px; text-transform: uppercase; }
.fld input, .fld select, .fld textarea { background: var(--bg); border: 1.5px solid transparent; border-radius: var(--rs); padding: 11px 13px; font-size: 15px; font-family: 'DM Sans', sans-serif; color: var(--tx); outline: none; width: 100%; -webkit-appearance: none; }
.fld input:focus, .fld select:focus, .fld textarea:focus { border-color: var(--cyan); background: #fff; }
.fld textarea { resize: none; height: 74px; }
.fr { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* BUTTONS */
.bp { background: var(--navy); color: #fff; border: none; border-radius: var(--rs); padding: 14px; font-size: 15px; font-weight: 600; font-family: 'DM Sans', sans-serif; width: 100%; cursor: pointer; }
.bp:active { opacity: .85; }
.bs { background: var(--bg); color: var(--t2); border: 1.5px solid var(--bdr); border-radius: var(--rs); padding: 13px; font-size: 14px; font-weight: 500; font-family: 'DM Sans', sans-serif; width: 100%; cursor: pointer; }
.bd { background: var(--rd); color: var(--red); border: none; border-radius: var(--rs); padding: 13px; font-size: 14px; font-weight: 600; font-family: 'DM Sans', sans-serif; width: 100%; cursor: pointer; }
.bg2 { background: var(--td); color: var(--teal); border: none; border-radius: var(--rs); padding: 13px; font-size: 14px; font-weight: 600; font-family: 'DM Sans', sans-serif; width: 100%; cursor: pointer; }

/* CATEGORY CHIPS */
.cg { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.cc { background: var(--bg); border: 1.5px solid transparent; border-radius: var(--rs); padding: 9px 4px; text-align: center; cursor: pointer; font-size: 11px; font-weight: 500; color: var(--t2); }
.cc .ci { font-size: 18px; display: block; margin-bottom: 3px; }
.cc.on { border-color: var(--navy); background: var(--cd); color: var(--navy); }

/* TOGGLE PAID */
.tp { display: flex; gap: 8px; }
.tp button { flex: 1; padding: 10px; border-radius: var(--rs); border: 2px solid transparent; font-size: 13px; font-weight: 600; font-family: 'DM Sans', sans-serif; cursor: pointer; }
.tpp { background: var(--td); color: var(--teal); } .tpp.sel { border-color: var(--teal); background: var(--teal); color: #fff; }
.tpd { background: var(--ad); color: var(--amb); } .tpd.sel { border-color: var(--amb); background: var(--amb); color: #fff; }

/* EMPTY */
.empty { text-align: center; padding: 36px 20px; }
.empty-ic { font-size: 44px; margin-bottom: 10px; }
.empty-t { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.empty-s { font-size: 13px; color: var(--t2); line-height: 1.5; }

/* TOAST */
.toast { position: fixed; bottom: 76px; left: 50%; transform: translateX(-50%) translateY(14px); background: var(--tx); color: #fff; padding: 9px 18px; border-radius: 20px; font-size: 13px; font-weight: 500; opacity: 0; transition: all .25s; z-index: 400; white-space: nowrap; pointer-events: none; }
.toast.on { opacity: 1; transform: translateX(-50%) translateY(0); }

/* TRAINING */
.tbanner { background: linear-gradient(135deg, var(--navy), #1a4080); border-radius: var(--r); padding: 20px; color: #fff; }
.tbanner h2 { font-family: 'DM Serif Display', serif; font-size: 22px; margin-bottom: 4px; }
.tbanner p { font-size: 12px; opacity: .6; }
.mcard { background: var(--card); border-radius: var(--r); padding: 14px; box-shadow: var(--sh); border: 1px solid var(--bdr); display: flex; align-items: center; gap: 13px; cursor: pointer; }
.mcard:active { transform: scale(.98); }
.mc-ic { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.mc-info { flex: 1; }
.mc-title { font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.mc-sub { font-size: 12px; color: var(--t2); }
.mc-right { font-size: 11px; color: var(--t3); background: var(--bg); padding: 3px 8px; border-radius: 20px; flex-shrink: 0; }
.mc-right.edit { color: var(--cyan); background: var(--cd); }
.pub-badge { font-size: 10px; font-weight: 600; background: var(--td); color: var(--teal); padding: 2px 7px; border-radius: 20px; display: inline-block; margin-top: 3px; }
.dft-badge { font-size: 10px; font-weight: 600; background: var(--ad); color: var(--amb); padding: 2px 7px; border-radius: 20px; display: inline-block; margin-top: 3px; }
.mod-content { background: var(--bg); border-radius: var(--rs); padding: 14px; font-size: 14px; line-height: 1.7; color: var(--t2); white-space: pre-wrap; min-height: 80px; }

/* CARTS */
.tgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.tc { background: var(--card); border-radius: var(--r); padding: 16px; box-shadow: var(--sh); border: 1px solid var(--bdr); cursor: pointer; position: relative; }
.tc:active { transform: scale(.97); }
.tc-shape { font-size: 40px; text-align: center; margin-bottom: 10px; line-height: 1.1; }
.tc-name { font-size: 13px; font-weight: 700; text-align: center; margin-bottom: 5px; }
.tc-alert { position: absolute; top: 9px; right: 9px; background: var(--red); color: #fff; border-radius: 50%; width: 20px; height: 20px; font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.si { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--bdr); }
.si:last-child { border-bottom: none; padding-bottom: 0; }
.si-ic { font-size: 20px; width: 30px; text-align: center; flex-shrink: 0; }
.si-info { flex: 1; }
.si-name { font-size: 14px; font-weight: 500; }
.si-min { font-size: 11px; color: var(--t3); margin-top: 1px; }
.sqb { display: flex; align-items: center; gap: 6px; }
.sqb button { width: 30px; height: 30px; border-radius: 8px; border: 1.5px solid var(--bdr); background: var(--bg); font-size: 17px; cursor: pointer; font-family: 'DM Sans', sans-serif; }
.sqb button:active { background: var(--bdr); }
.sqv { min-width: 28px; text-align: center; font-size: 14px; font-weight: 700; }
.sok { color: var(--teal); font-size: 11px; font-weight: 700; }
.slow { color: var(--amb); font-size: 11px; font-weight: 700; }
.sout { color: var(--red); font-size: 11px; font-weight: 700; }

/* INVOICES */
.iv-card { background: var(--card); border-radius: var(--r); box-shadow: var(--sh); border: 1px solid var(--bdr); overflow: hidden; cursor: pointer; }
.iv-card:active { transform: scale(.98); }
.iv-top { background: var(--navy); padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; }
.iv-body { padding: 14px 16px; }
.iv-total { display: flex; justify-content: space-between; align-items: center; background: var(--cd); border-radius: var(--rs); padding: 10px 14px; margin-top: 10px; }
.sr { display: flex; gap: 8px; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--bdr); }
.sr:last-child { border-bottom: none; }
.sr input { background: var(--bg); border: 1.5px solid transparent; border-radius: 8px; padding: 8px 10px; font-size: 13px; font-family: 'DM Sans', sans-serif; color: var(--tx); outline: none; }
.sr input:focus { border-color: var(--cyan); background: #fff; }
.sr .din { flex: 1; } .sr .qin { width: 50px; text-align: center; } .sr .pin { width: 78px; text-align: right; }
.sr-del { background: none; border: none; color: var(--t3); font-size: 20px; cursor: pointer; padding: 2px; flex-shrink: 0; }
.aline { background: var(--cd); color: var(--cyan); border: none; border-radius: var(--rs); padding: 9px 14px; font-size: 13px; font-weight: 600; font-family: 'DM Sans', sans-serif; cursor: pointer; width: 100%; margin-top: 8px; }
.mchips { display: flex; gap: 7px; flex-wrap: wrap; }
.mchip { padding: 7px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; border: 1.5px solid var(--bdr); background: var(--bg); color: var(--t2); cursor: pointer; }
.mchip.on { background: var(--navy); color: #fff; border-color: var(--navy); }

/* CLIENT AUTOCOMPLETE */
.cac-dd { position: absolute; left: 0; right: 0; background: #fff; border: 1.5px solid var(--cyan); border-radius: var(--rs); box-shadow: 0 8px 24px rgba(0,0,0,.14); z-index: 300; display: none; max-height: 200px; overflow-y: auto; margin-top: 4px; }
.cac-opt { padding: 12px 13px; font-size: 15px; cursor: pointer; border-bottom: 1px solid var(--bdr); }
.cac-opt:last-child { border-bottom: none; }
.cac-opt:active { background: var(--bg); }

::-webkit-scrollbar { width: 0; }
/* CHATBOT */
.chat-fab { position: fixed; bottom: calc(var(--nav) + 74px); right: max(14px, calc(50% - 201px)); width: 54px; height: 54px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), #1a4a8f); color: #fff; border: none; font-size: 25px; box-shadow: 0 4px 18px rgba(13,43,94,.45); cursor: pointer; z-index: 400; display: none; align-items: center; justify-content: center; }
.chat-fab.show { display: flex; }
.chat-fab:active { transform: scale(.92); }

/* Pantalla completa en celular, ventana flotante en escritorio */
.chat-panel {
  position: fixed;
  top: 0; left: 0; right: 0;
  /* SIN bottom:0 — JS controla height via visualViewport para que el teclado no tape el input */
  height: 100vh; height: 100dvh;
  width: 100%; max-width: 430px;
  margin: 0 auto;
  background: var(--bg);
  z-index: 600;
  display: none;
  flex-direction: column;
  overflow: hidden;
  overscroll-behavior: contain;
}
.chat-panel.on { display: flex; }
@media (min-width: 700px) {
  .chat-panel {
    top: auto; left: auto;
    right: calc(50% - 210px); bottom: 10px;
    width: 420px; max-width: 420px;
    height: min(640px, calc(100vh - 40px));
    border-radius: var(--r);
    box-shadow: 0 12px 48px rgba(0,0,0,.3);
    border: 1px solid var(--bdr);
  }
}

.chat-hdr { background: var(--navy); padding: 14px 16px; padding-top: max(14px, env(safe-area-inset-top)); display: flex; justify-content: space-between; align-items: center; flex-shrink: 0; gap: 10px; }
.chat-av { width: 38px; height: 38px; border-radius: 50%; background: var(--cyan); display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; }
.chat-t { color: #fff; font-weight: 700; font-size: 15px; }
.chat-s { color: rgba(255,255,255,.55); font-size: 11px; margin-top: 1px; }
.chat-x { background: rgba(255,255,255,.12); border: none; color: #fff; font-size: 16px; cursor: pointer; width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; }

.chat-msgs { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 14px 12px; display: flex; flex-direction: column; gap: 10px; background: var(--bg); }
.chat-msg { max-width: 86%; padding: 10px 13px; border-radius: 16px; font-size: 14px; line-height: 1.45; word-wrap: break-word; }
.chat-msg.bot { background: #fff; border: 1px solid var(--bdr); align-self: flex-start; border-bottom-left-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.chat-msg.user { background: var(--navy); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
.chat-typing { display: inline-flex; gap: 4px; padding: 4px 2px; }
.chat-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--t3); animation: chatBlink 1.2s infinite; }
.chat-typing span:nth-child(2) { animation-delay: .2s; }
.chat-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes chatBlink { 0%, 60%, 100% { opacity: .25; } 30% { opacity: 1; } }

.chat-btn { border: none; border-radius: 20px; padding: 9px 16px; font-size: 13px; font-weight: 600; font-family: 'DM Sans', sans-serif; cursor: pointer; margin: 4px 6px 0 0; }
.chat-btn.ok { background: var(--teal); color: #fff; }
.chat-btn.no { background: var(--rd); color: var(--red); }

.chat-chips { display: flex; gap: 8px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 9px 12px; background: var(--card); border-top: 1px solid var(--bdr); flex-shrink: 0; scrollbar-width: none; }
.chat-chips::-webkit-scrollbar { display: none; }
.chat-chip { white-space: nowrap; background: var(--cd); color: var(--navy); border: none; border-radius: 18px; padding: 8px 14px; font-size: 13px; font-weight: 600; font-family: 'DM Sans', sans-serif; cursor: pointer; flex-shrink: 0; }
.chat-chip:active { transform: scale(.95); }

.chat-inp { display: flex; gap: 8px; padding: 10px 12px; padding-bottom: max(10px, env(safe-area-inset-bottom)); background: var(--card); border-top: 1px solid var(--bdr); flex-shrink: 0; align-items: center; }
.chat-inp input { flex: 1; min-width: 0; background: var(--bg); border: 1.5px solid transparent; border-radius: 22px; padding: 12px 16px; font-size: 16px; font-family: 'DM Sans', sans-serif; outline: none; color: var(--tx); }
.chat-inp input:focus { border-color: var(--cyan); background: #fff; }
.chat-inp button { width: 44px; height: 44px; border-radius: 50%; background: var(--cyan); color: #fff; border: none; font-size: 17px; cursor: pointer; flex-shrink: 0; }
.chat-inp button:active { transform: scale(.92); }

/* CAJA / DINERO REAL */
.cashp { background: linear-gradient(135deg, var(--navy), #1a4080); border-radius: var(--r); padding: 16px; color: #fff; margin-bottom: 12px; box-shadow: var(--sh); cursor: pointer; }
.cashp-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.cashp-l { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; opacity: .85; }
.cashp-gear { background: rgba(255,255,255,.14); border: none; color: #fff; width: 30px; height: 30px; border-radius: 50%; font-size: 15px; cursor: pointer; }
.cashp-av { font-size: 30px; font-weight: 700; line-height: 1.1; }
.cashp-av.neg { color: #FF9C9C; }
.cashp-avl { font-size: 12px; opacity: .85; margin-bottom: 12px; }
.cashp-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; background: rgba(255,255,255,.10); border-radius: var(--rs); padding: 10px 12px; margin-bottom: 9px; }
.cashp-k { font-size: 10px; opacity: .8; margin-bottom: 2px; }
.cashp-v { font-size: 13.5px; font-weight: 600; white-space: nowrap; }
.cashp-cc { font-size: 12px; background: rgba(255,156,156,.16); color: #FFD3D3; border-radius: var(--rs); padding: 8px 12px; margin-bottom: 9px; }
.cashp-ft { font-size: 11px; opacity: .75; line-height: 1.4; }
