/* client_cabinet.css
   r63r canonical client CSS structure.
   This file replaces active legacy client guard/reference links.
   Source files are still present in project for rollback, but index.php now loads this canonical module.
*/

/* ===== merged from client_cabinet_r42_polish.css ===== */
/* CLIENT-CABINET-r42 — post-onboarding client cabinet visual/tablet polish.
   Scope: client cabinet only. No onboarding/API/DB logic changes. */

:root{
  --client-r42-max:1280px;
  --client-r42-line:rgba(15,23,42,.08);
  --client-r42-card:#fff;
  --client-r42-bg:#f6f7f8;
  --client-r42-orange:#ff6a00;
  --client-r42-shadow:0 18px 44px rgba(15,23,42,.08);
  --client-r42-soft-shadow:0 10px 26px rgba(15,23,42,.055);
}

body[data-role="client"] .cab-hero,
body[data-role="client"] .cab-pane{
  background:var(--client-r42-bg);
}

body[data-role="client"] .cab-hero .container,
body[data-role="client"] .cab-pane>.container{
  width:min(100% - 28px,var(--client-r42-max));
  max-width:var(--client-r42-max);
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
}

body[data-role="client"] .cab-profile-row{
  position:relative;
  overflow:hidden;
  border:1px solid var(--client-r42-line);
  background:
    radial-gradient(circle at 12% 10%, rgba(255,106,0,.18), transparent 34%),
    linear-gradient(135deg,#fff 0%,#fff7f1 48%,#fff 100%);
  border-radius:26px;
  box-shadow:var(--client-r42-shadow);
  min-width:0;
}

body[data-role="client"] .cab-profile-row::after{
  content:'';
  position:absolute;
  right:-74px;
  bottom:-96px;
  width:260px;
  height:260px;
  border-radius:999px;
  background:rgba(255,106,0,.08);
  pointer-events:none;
}

body[data-role="client"] .cab-profile-row>*{
  position:relative;
  z-index:1;
}

body[data-role="client"] .cab-profile-info,
body[data-role="client"] .cab-profile-meta,
body[data-role="client"] .cab-profile-actions,
body[data-role="client"] .cab-mini-stats,
body[data-role="client"] .cst-grid,
body[data-role="client"] .cst-orders,
body[data-role="client"] .profile-form,
body[data-role="client"] .hist-list,
body[data-role="client"] .notif-list{
  min-width:0;
}

body[data-role="client"] .cab-name{
  overflow-wrap:anywhere;
  hyphens:auto;
  color:#0f1720;
}

body[data-role="client"] .cab-profile-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}

body[data-role="client"] .cab-phone-chip,
body[data-role="client"] .cab-car-chip,
body[data-role="client"] .rbadge{
  max-width:100%;
  min-width:0;
  overflow-wrap:anywhere;
  white-space:normal;
}

body[data-role="client"] .cab-profile-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}

body[data-role="client"] .cab-profile-actions .btn,
body[data-role="client"] .cab-profile-actions .logout-btn,
body[data-role="client"] .cab-role-btn{
  min-height:42px;
  border-radius:14px;
  white-space:normal;
  overflow-wrap:anywhere;
}

body[data-role="client"] .cab-mini-stats{
  display:grid;
  gap:12px;
}

body[data-role="client"] .cab-ms-item,
body[data-role="client"] .cst-card,
body[data-role="client"] .profile-form-card,
body[data-role="client"] .hist-item,
body[data-role="client"] .notif-item,
body[data-role="client"] .loy-hero,
body[data-role="client"] .card{
  min-width:0;
}

body[data-role="client"] .cab-ms-item,
body[data-role="client"] .cst-card{
  border-radius:22px;
  border:1px solid var(--client-r42-line)!important;
  background:var(--client-r42-card)!important;
  box-shadow:var(--client-r42-soft-shadow)!important;
}

body[data-role="client"] .cst-card-val,
body[data-role="client"] .cab-ms-num,
body[data-role="client"] .loy-hero-pts{
  overflow-wrap:anywhere;
}

body[data-role="client"] .cst-order-row,
body[data-role="client"] .hist-item,
body[data-role="client"] .notif-item{
  min-width:0;
  gap:12px;
  align-items:flex-start;
}

body[data-role="client"] .cst-order-body,
body[data-role="client"] .notif-content{
  min-width:0;
}

body[data-role="client"] .cst-order-name,
body[data-role="client"] .cst-order-meta,
body[data-role="client"] .cst-order-price,
body[data-role="client"] .hist-title,
body[data-role="client"] .hist-meta,
body[data-role="client"] .hist-price,
body[data-role="client"] .notif-title,
body[data-role="client"] .notif-text,
body[data-role="client"] .notif-time{
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
}

body[data-role="client"] .profile-form-card{
  border-radius:24px;
  border:1px solid var(--client-r42-line)!important;
  box-shadow:var(--client-r42-shadow)!important;
  overflow:hidden;
}

body[data-role="client"] .profile-form{
  display:grid;
  gap:14px;
}

body[data-role="client"] .pf-group,
body[data-role="client"] .pf-input,
body[data-role="client"] .push-banner{
  min-width:0;
  box-sizing:border-box;
}

body[data-role="client"] .pf-input{
  width:100%;
  min-height:48px;
  border-radius:16px!important;
  overflow-wrap:anywhere;
}

body[data-role="client"] .pf-label,
body[data-role="client"] .pfc-title,
body[data-role="client"] .push-banner-t,
body[data-role="client"] .push-banner-s{
  overflow-wrap:anywhere;
}

body[data-role="client"] .pf-save{
  min-height:48px;
  border-radius:16px;
}

body[data-role="client"] .loy-hero{
  overflow:hidden;
  border-radius:28px;
  border:1px solid var(--client-r42-line)!important;
  box-shadow:var(--client-r42-shadow)!important;
}

body[data-role="client"] .loy-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

body[data-role="client"] .loy-hero-actions .btn{
  flex:1 1 180px;
  min-height:46px;
  white-space:normal;
}

@media (max-width:767px){
  body[data-role="client"] .cab-hero .container,
  body[data-role="client"] .cab-pane>.container{
    width:100%;
    max-width:100%;
    padding-left:12px;
    padding-right:12px;
  }

  body[data-role="client"] .cab-profile-row{
    display:grid;
    grid-template-columns:64px minmax(0,1fr);
    gap:12px;
    padding:16px;
    border-radius:22px;
  }

  body[data-role="client"] .cab-profile-actions{
    grid-column:1 / -1;
    justify-content:stretch;
  }

  body[data-role="client"] .cab-profile-actions .btn,
  body[data-role="client"] .cab-profile-actions .logout-btn,
  body[data-role="client"] .cab-role-btn{
    flex:1 1 140px;
  }

  body[data-role="client"] .cab-mini-stats,
  body[data-role="client"] .cst-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body[data-role="client"] .cab-mini-stats--max3 .cab-ms-item:first-child{
    grid-column:1 / -1;
  }

  body[data-role="client"] .cst-order-row{
    grid-template-columns:36px minmax(0,1fr);
  }

  body[data-role="client"] .cst-order-price{
    grid-column:2;
    justify-self:start;
  }
}

@media (min-width:768px){
  body[data-role="client"] .cab-hero .container,
  body[data-role="client"] .cab-pane>.container{
    width:min(100% - 48px,var(--client-r42-max));
  }

  body[data-role="client"] .cab-profile-row{
    display:grid;
    grid-template-columns:92px minmax(0,1fr) minmax(220px,auto);
    align-items:center;
    gap:22px;
    padding:24px;
  }

  body[data-role="client"] .cab-avatar,
  body[data-role="client"] .cab-avatar--photo{
    width:84px!important;
    height:84px!important;
    flex-basis:84px!important;
  }

  body[data-role="client"] .cab-name{
    font-size:clamp(28px,3.2vw,42px)!important;
    line-height:1.05!important;
  }

  body[data-role="client"] .cab-mini-stats,
  body[data-role="client"] .cst-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  body[data-role="client"] .cst-grid{
    gap:16px;
  }

  body[data-role="client"] .cab-pane-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:18px;
  }

  body[data-role="client"] .profile-form{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body[data-role="client"] .profile-form > div:last-child,
  body[data-role="client"] .push-banner{
    grid-column:1 / -1;
  }

  body[data-role="client"] .pf-input{
    min-height:54px;
    font-size:16px;
  }

  body[data-role="client"] .hist-item{
    display:grid;
    grid-template-columns:10px minmax(0,1fr) auto;
  }
}

@media (min-width:1024px){
  body[data-role="client"] .cab-hero .container,
  body[data-role="client"] .cab-pane>.container{
    width:min(100% - 72px,var(--client-r42-max));
  }

  body[data-role="client"] .cab-profile-row{
    grid-template-columns:104px minmax(0,1fr) minmax(260px,auto);
    gap:28px;
    padding:30px;
    border-radius:32px;
  }

  body[data-role="client"] .cab-avatar,
  body[data-role="client"] .cab-avatar--photo{
    width:96px!important;
    height:96px!important;
    flex-basis:96px!important;
  }

  body[data-role="client"] .cab-mini-stats,
  body[data-role="client"] .cst-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  body[data-role="client"] .cab-mini-stats--max3{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  body[data-role="client"] .profile-form-card{
    padding:28px!important;
  }

  body[data-role="client"] .profile-form{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
  }

  body[data-role="client"] .profile-form > div:last-child,
  body[data-role="client"] .push-banner{
    grid-column:1 / -1;
  }

  body[data-role="client"] .cst-orders,
  body[data-role="client"] .hist-list,
  body[data-role="client"] .notif-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }

  body[data-role="client"] .cst-empty,
  body[data-role="client"] .empty-state{
    grid-column:1 / -1;
  }
}

@media (min-width:1200px){
  body[data-role="client"] .cab-hero .container,
  body[data-role="client"] .cab-pane>.container{
    width:min(100% - 96px,var(--client-r42-max));
  }

  body[data-role="client"] .profile-form-card{
    border-radius:30px;
  }
}

@media (min-width:768px) and (orientation:landscape) and (max-height:760px){
  body[data-role="client"] .cab-profile-row{
    padding-top:16px!important;
    padding-bottom:16px!important;
  }

  body[data-role="client"] .cab-avatar,
  body[data-role="client"] .cab-avatar--photo{
    width:68px!important;
    height:68px!important;
    flex-basis:68px!important;
  }

  body[data-role="client"] .cab-name{
    font-size:clamp(23px,2.8vw,32px)!important;
  }

  body[data-role="client"] .cab-mini-stats,
  body[data-role="client"] .cst-grid{
    gap:10px;
  }

  body[data-role="client"] .cab-ms-item,
  body[data-role="client"] .cst-card{
    padding-top:12px!important;
    padding-bottom:12px!important;
  }
}


/* ===== merged from client_cabinet_level_r62v.css ===== */
/* KARETA r62v — client cabinet second-level screens polish.
   Scope: #cabinet:history, #cabinet:loyalty, #cabinet:notifs.
   No old top nav restore, no CSS bundle. */
.cabinet-profile-page-r62u--sub{background:#f5f6f8!important;padding:0!important;color:#080b10!important;}
.cabinet-profile-page-r62u--sub .cab-pane:not(.active){display:none!important;}
.cabinet-profile-page-r62u--sub .cabinet-reference-r60-pane.active{display:block!important;}
.cabinet-level-r62v{background:#f5f6f8!important;min-height:100dvh!important;padding:0 0 calc(var(--bottom-nav-h,82px) + 16px)!important;}
.cabinet-level-phone-r62v{max-width:430px!important;margin:0 auto!important;min-height:100dvh!important;background:#fff!important;padding:16px 16px calc(var(--bottom-nav-h,82px) + 24px)!important;}
.cabinet-level-title-row-r62v{display:grid!important;grid-template-columns:44px minmax(0,1fr) 54px!important;align-items:center!important;gap:10px!important;margin:8px 0 18px!important;}
.cabinet-level-title-row-r62v button{width:44px!important;height:44px!important;border:1px solid #edf0f4!important;border-radius:15px!important;background:#fff!important;color:#0a0d12!important;box-shadow:0 10px 22px rgba(15,23,42,.055)!important;font-size:28px!important;line-height:1!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.cabinet-level-title-row-r62v button.is-action{border:0!important;background:linear-gradient(180deg,#ff7a00,#ff5a00)!important;color:#fff!important;font-size:30px!important;box-shadow:0 12px 24px rgba(255,90,0,.28)!important;}
.cabinet-level-title-row-r62v button.is-text{width:auto!important;min-width:76px!important;padding:0 12px!important;border-color:#ffe0d0!important;color:#ff5a00!important;background:#fff7f2!important;font-size:12px!important;font-weight:950!important;}
.cabinet-level-title-row-r62v h1{margin:0!important;font-size:27px!important;line-height:1.04!important;font-weight:950!important;letter-spacing:-.055em!important;color:#070a0f!important;}
.cabinet-level-title-row-r62v p{margin:5px 0 0!important;color:#6f7480!important;font-size:14px!important;line-height:1.15!important;font-weight:750!important;}
.cabinet-level-summary-r62v{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;margin:0 0 14px!important;}
.cabinet-level-summary-r62v div,.cabinet-expense-grid-r62v div{min-height:78px!important;border:1px solid #edf0f4!important;border-radius:17px!important;background:#fff!important;box-shadow:0 10px 24px rgba(15,23,42,.045)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;text-align:center!important;}
.cabinet-level-summary-r62v span,.cabinet-expense-grid-r62v span{font-size:21px!important;font-weight:950!important;letter-spacing:-.035em!important;color:#0a0d12!important;}
.cabinet-level-summary-r62v span.is-orange{color:#ff5a00!important}.cabinet-level-summary-r62v span.is-green{color:#20a844!important}.cabinet-level-summary-r62v span.is-blue{color:#1769ff!important}
.cabinet-level-summary-r62v b,.cabinet-expense-grid-r62v b{font-size:11.5px!important;font-weight:850!important;color:#737b89!important;}
.cabinet-level-chips-r62v{display:flex!important;gap:8px!important;overflow:auto!important;padding:0 0 10px!important;margin:0 0 4px!important;scrollbar-width:none!important;}
.cabinet-level-chips-r62v::-webkit-scrollbar{display:none!important;}
.cabinet-level-chips-r62v span{white-space:nowrap!important;padding:9px 13px!important;border-radius:14px!important;background:#f7f8fa!important;border:1px solid #edf0f4!important;color:#616977!important;font-size:12.5px!important;font-weight:850!important;}
.cabinet-level-chips-r62v span.active{background:#fff2ea!important;border-color:#ffcab0!important;color:#ff5a00!important;}
.cabinet-level-list-r62v{display:flex!important;flex-direction:column!important;gap:11px!important;}
.cabinet-history-card-r62v,.cabinet-notif-card-r62v{width:100%!important;border:1px solid #edf0f4!important;border-radius:21px!important;background:#fff!important;box-shadow:0 12px 28px rgba(15,23,42,.045)!important;padding:13px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;text-align:left!important;color:#0a0d12!important;}
.cabinet-history-icon-r62v,.cabinet-notif-icon-r62v{width:42px!important;height:42px!important;border-radius:16px!important;background:#fff2ea!important;color:#ff5a00!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;font-weight:950!important;}
.cabinet-history-icon-r62v.done{background:#e2f8e8!important;color:#16803a!important}.cabinet-history-icon-r62v.process{background:#eef4ff!important;color:#1769ff!important}.cabinet-history-icon-r62v.cancel,.cabinet-history-icon-r62v.cancelled{background:#ffecec!important;color:#ef4444!important}
.cabinet-history-body-r62v strong,.cabinet-notif-body-r62v strong{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:15.5px!important;line-height:1.12!important;font-weight:950!important;color:#0a0d12!important;}
.cabinet-history-body-r62v em,.cabinet-history-body-r62v small,.cabinet-notif-body-r62v em,.cabinet-notif-body-r62v small{display:block!important;margin-top:5px!important;font-style:normal!important;font-size:12.5px!important;line-height:1.22!important;color:#697080!important;font-weight:750!important;}
.cabinet-history-body-r62v small{display:inline-flex!important;padding:4px 8px!important;border-radius:999px!important;background:#f7f8fa!important;color:#5e6675!important;font-size:11.5px!important;}
.cabinet-history-side-r62v{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:7px!important;min-width:70px!important;}
.cabinet-history-side-r62v b{font-size:13px!important;font-weight:950!important;color:#0a0d12!important;white-space:nowrap!important;}
.cabinet-history-side-r62v i{font-style:normal!important;font-size:11px!important;font-weight:900!important;color:#ff5a00!important;background:#fff2ea!important;border-radius:999px!important;padding:4px 8px!important;}
.cabinet-level-empty-r62v{padding:26px 18px!important;border:1px dashed #e1e6ec!important;border-radius:22px!important;background:#fff!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:8px!important;color:#0a0d12!important;}
.cabinet-level-empty-r62v>span{width:54px!important;height:54px!important;border-radius:18px!important;background:#fff2ea!important;color:#ff5a00!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:24px!important;}
.cabinet-level-empty-r62v svg{width:28px!important;height:28px!important;}.cabinet-level-empty-r62v b{font-size:17px!important;font-weight:950!important}.cabinet-level-empty-r62v p{margin:0!important;font-size:13px!important;line-height:1.35!important;color:#697080!important;font-weight:750!important}.cabinet-level-empty-r62v button{margin-top:6px!important;height:44px!important;padding:0 18px!important;border:0!important;border-radius:14px!important;background:#ff5a00!important;color:#fff!important;font-weight:950!important;}
.cabinet-reminder-hero-r62v{display:grid!important;grid-template-columns:56px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;margin:0 0 14px!important;padding:15px!important;border-radius:22px!important;background:linear-gradient(135deg,#111827,#05070a)!important;color:#fff!important;box-shadow:0 16px 34px rgba(15,23,42,.16)!important;}
.cabinet-reminder-hero-r62v>span{width:56px!important;height:56px!important;border-radius:18px!important;background:#ff5a00!important;display:flex!important;align-items:center!important;justify-content:center!important;}.cabinet-reminder-hero-r62v svg{width:30px!important;height:30px!important}.cabinet-reminder-hero-r62v strong{display:block!important;font-size:17px!important;font-weight:950!important}.cabinet-reminder-hero-r62v p{margin:5px 0 0!important;font-size:13px!important;line-height:1.35!important;color:rgba(255,255,255,.78)!important;font-weight:750!important;}
.cabinet-notif-card-r62v{grid-template-columns:8px 44px minmax(0,1fr)!important;cursor:pointer!important;}.cabinet-notif-card-r62v:not(.unread){opacity:.78!important}.cabinet-notif-dot-r62v{width:8px!important;height:8px!important;border-radius:50%!important;background:transparent!important;}.cabinet-notif-card-r62v.unread .cabinet-notif-dot-r62v{background:#ff5a00!important}.cabinet-notif-icon-r62v.success{background:#e2f8e8!important;color:#16803a!important}.cabinet-notif-icon-r62v.warning{background:#fff0d4!important;color:#e46600!important}.cabinet-notif-icon-r62v.danger{background:#ffecec!important;color:#ef4444!important}.cabinet-notif-icon-r62v.info{background:#eef4ff!important;color:#1769ff!important;}
.cabinet-wallet-card-r62v{margin:0 0 12px!important;padding:19px!important;border-radius:25px!important;background:radial-gradient(circle at 12% 0%,rgba(255,90,0,.22),transparent 28%),linear-gradient(145deg,#05070a,#111827)!important;color:#fff!important;box-shadow:0 18px 40px rgba(15,23,42,.18)!important;}
.cabinet-wallet-top-r62v{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:15px!important;}.cabinet-wallet-top-r62v span{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:7px 10px!important;border:1px solid!important;border-radius:999px!important;font-size:13px!important;font-weight:950!important;}.cabinet-wallet-top-r62v b{font-size:13px!important;color:rgba(255,255,255,.8)!important;font-weight:850!important;}.cabinet-wallet-card-r62v>strong{display:block!important;font-size:42px!important;line-height:.95!important;font-weight:950!important;letter-spacing:-.06em!important;}.cabinet-wallet-card-r62v>p{margin:7px 0 15px!important;color:rgba(255,255,255,.78)!important;font-size:14px!important;font-weight:750!important;}.cabinet-wallet-card-r62v>small{display:block!important;margin-top:8px!important;color:rgba(255,255,255,.74)!important;font-size:12px!important;font-weight:750!important;}.cabinet-wallet-bar-r62v{height:8px!important;border-radius:999px!important;background:rgba(255,255,255,.15)!important;overflow:hidden!important;}.cabinet-wallet-bar-r62v i{display:block!important;height:100%!important;border-radius:999px!important;}
.cabinet-expense-grid-r62v{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;margin:0 0 14px!important;}.cabinet-expense-grid-r62v span{font-size:17px!important;color:#0a0d12!important;}
.cabinet-level-section-head-r62v{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:17px 0 10px!important;}.cabinet-level-section-head-r62v b{font-size:16px!important;font-weight:950!important;color:#0a0d12!important;}.cabinet-level-section-head-r62v button{border:0!important;background:transparent!important;color:#ff5a00!important;font-size:13px!important;font-weight:950!important;}
.cabinet-loyalty-level-r62v{padding:13px!important;border:1px solid #edf0f4!important;border-radius:19px!important;background:#fff!important;box-shadow:0 10px 24px rgba(15,23,42,.04)!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) 22px!important;gap:12px!important;align-items:center!important;}.cabinet-loyalty-level-r62v.current{border-color:#ffc7aa!important;background:#fff7f2!important;}.cabinet-loyalty-level-r62v>span{font-size:25px!important}.cabinet-loyalty-level-r62v strong{display:block!important;font-size:15px!important;font-weight:950!important;color:#0a0d12!important}.cabinet-loyalty-level-r62v em,.cabinet-loyalty-level-r62v small{display:block!important;margin-top:3px!important;font-style:normal!important;font-size:12px!important;color:#697080!important;font-weight:750!important}.cabinet-loyalty-level-r62v>b{font-size:18px!important;color:#ff5a00!important;}
.cabinet-txn-r62v{padding:13px!important;border:1px solid #edf0f4!important;border-radius:18px!important;background:#fff!important;display:grid!important;grid-template-columns:82px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;}.cabinet-txn-r62v>span{height:36px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;font-weight:950!important;}.cabinet-txn-r62v>span.earn{background:#e2f8e8!important;color:#16803a!important}.cabinet-txn-r62v>span.spend{background:#ffecec!important;color:#ef4444!important}.cabinet-txn-r62v strong{font-size:14px!important;font-weight:950!important;color:#0a0d12!important}.cabinet-txn-r62v em{display:block!important;margin-top:4px!important;font-style:normal!important;font-size:12px!important;color:#697080!important;font-weight:750!important;}
@media(max-width:390px){.cabinet-level-phone-r62v{padding-left:13px!important;padding-right:13px!important}.cabinet-level-title-row-r62v{grid-template-columns:42px minmax(0,1fr) 48px!important}.cabinet-level-title-row-r62v h1{font-size:24px!important}.cabinet-history-card-r62v{grid-template-columns:40px minmax(0,1fr)!important}.cabinet-history-side-r62v{grid-column:2!important;align-items:flex-start!important;flex-direction:row!important}.cabinet-expense-grid-r62v span{font-size:15px!important}}
