@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --blue: #0057ff;
  --blue-strong: #0048d6;
  --navy: #12141a;
  --text: #12141a;
  --muted: #6b6e78;
  --line: #e2e0da;
  --surface: #f8f7f4;
  --surface-2: #efeee9;
  --surface-blue: #e9f0ff;
  --success: #14804a;
  --success-bg: #eaf8f0;
  --warning: #a3412a;
  --warning-bg: #fff0ed;
  --shadow: 0 16px 44px rgba(18, 20, 26, .08);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--surface-2);
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
.ui-icon { width: 18px; height: 18px; flex: none; }

.offline-banner {
  position: fixed; inset: 0 0 auto; z-index: 100;
  padding: 10px 18px; text-align: center;
  background: #fbe8e6; color: #8b2f24; font-weight: 700;
  transform: translateY(-110%); transition: transform .2s ease;
}
.offline-banner.visible { transform: translateY(0); }
.toast-region { position: fixed; top: 20px; right: 20px; z-index: 120; display: grid; gap: 10px; }
.toast { background: var(--navy); color: var(--surface); padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow); animation: toast-in .2s ease; }
@keyframes toast-in { from { opacity: 0; transform: translateY(-6px); } }

.brand { display:inline-flex;align-items:center;gap:10px;color:var(--navy);text-decoration:none; }
.brand-mark{width:31px;height:31px;display:grid;align-content:center;gap:4px;flex:none}
.brand-mark i{display:block;height:4px;border-radius:99px;background:var(--blue)}
.brand-mark i:nth-child(2){width:70%;opacity:.55}.brand-mark i:nth-child(3){background:var(--navy)}
.brand-lockup{display:grid;gap:2px;line-height:.72}.brand-lockup>b{font-size:24px;letter-spacing:-.05em;font-weight:800}
.brand-lockup>span{display:flex;align-items:center;gap:5px;color:var(--blue);font-size:8px;font-weight:800;letter-spacing:.25em}
.brand-lockup>span i{width:18px;height:1px;background:var(--blue)}
.button {
  display: inline-flex; justify-content: center; align-items: center; gap: 8px;
  min-height: 44px; border: 0; border-radius: 9px; padding: 0 20px;
  color: white; background: var(--blue); font-weight: 700; text-decoration: none;
  transition: transform .15s, background .15s, box-shadow .15s;
}
.button:hover { background: var(--blue-strong); box-shadow: 0 8px 20px rgba(9, 101, 245, .2); transform: translateY(-1px); }
.button.black { color:#fff; background:#101217; border:1px solid #101217; }
.button.black:hover { color:#fff; background:#000; border-color:#000; box-shadow:0 8px 20px rgba(16,18,23,.22); }
.button.secondary { color: var(--text); background: var(--surface); border: 1px solid var(--line); }
.button.secondary:hover { background: var(--surface-blue); box-shadow: none; }
.button.danger { color: #d43832; border-color: #ed4b46; }
.button.small { min-height: 36px; padding: 0 14px; font-size: 12px; }
.button:disabled { opacity: .55; cursor: not-allowed; transform: none; }

.public-header {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 72px; padding: 0 4vw; border-bottom: 1px solid var(--line); background: var(--surface);
}
.public-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 13px; }
.public-nav a { text-decoration: none; }
.hero { min-height: calc(100vh - 72px); background: var(--surface); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; padding: 6vw 8vw; }
.hero-copy { max-width: 520px; }
.eyebrow { color: var(--blue); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; }
.hero h1 { margin: 14px 0 18px; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -.06em; color: var(--navy); }
.hero p { max-width: 480px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.hero-art { position: relative; aspect-ratio: 1; max-width: 540px; justify-self: center; }
.wallet-blob { position: absolute; inset: 11%; border-radius: 42% 58% 52% 48%; background: radial-gradient(circle at 60% 35%, #fff 0 5%, transparent 6%), linear-gradient(145deg, #f0f6ff, #dbe9ff); transform: rotate(-7deg); }
.wallet {
  position: absolute; width: 51%; height: 38%; left: 25%; top: 31%;
  border-radius: 24px; background: linear-gradient(135deg, #1574ff, #0753d5);
  box-shadow: 0 30px 55px rgba(9,101,245,.3); transform: rotate(-3deg);
}
.wallet::after { content: ""; position: absolute; right: -5%; top: 31%; width: 35%; height: 35%; border-radius: 14px; background: #1270ff; border: 3px solid rgba(255,255,255,.7); }
.wallet::before { content: "✓"; position: absolute; left: 14%; bottom: 14%; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--blue); font-size: 20px; font-weight: 900; }
.spark { position: absolute; color: var(--blue); font-size: 26px; font-weight: 300; }
.spark.s1 { top: 15%; left: 27%; }.spark.s2 { right: 21%; top: 24%; }.spark.s3 { bottom: 21%; left: 19%; }

.auth-page { min-height: 100vh; background: var(--surface); }
.auth-wrap { max-width: 1040px; margin: auto; padding: 38px 24px 70px; }
.auth-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 48px; }
.stepper { display: grid; grid-template-columns: repeat(4,1fr); max-width: 700px; margin: 0 auto 35px; }
.step { position: relative; text-align: center; font-size: 11px; color: var(--muted); }
.step::before { content: ""; position: absolute; left: 50%; right: -50%; top: 12px; height: 2px; background: var(--line); }
.step:last-child::before { display:none; }
.step-dot { position: relative; z-index: 1; display: grid; place-items: center; width: 25px; height: 25px; margin: 0 auto 8px; border-radius: 50%; color: white; background: #8c96a7; font-weight: 800; }
.step.active .step-dot, .step.done .step-dot { background: var(--blue); }
.step.done::before { background: var(--blue); }
.form-card { max-width: 720px; margin: auto; padding: 38px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: 0 10px 35px rgba(7,19,61,.035); }
.form-card.narrow { max-width: 560px; }
.form-card h1 { margin: 0; text-align: center; font-size: 27px; color: var(--navy); }
.form-card .subtitle { margin: 8px 0 30px; text-align: center; color: var(--muted); }
.form-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display:grid; gap: 8px; }
.field label { font-weight: 700; font-size: 12px; }
.field input, .field select { width:100%; height:45px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; color: var(--text); background: var(--surface); outline: none; }
.field input:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(9,101,245,.1); }
.checkbox { display:flex; gap:10px; align-items:flex-start; margin: 24px 0; color:var(--muted); font-size:12px; }
.checkbox input { accent-color:var(--blue); }
.form-actions { display:flex; gap:12px; margin-top:26px; }
.form-actions .button { flex:1; }
.form-actions.stacked { display:grid; }
.helper { color:var(--muted); font-size:12px; line-height:1.6; }
.demo-note { margin-top:24px; border:1px solid #b8d4ff; background:var(--surface-blue); border-radius:10px; padding:14px; color:var(--text); font-size:12px; }
.demo-note strong { color:var(--blue); }
.otp { display:flex; justify-content:center; gap:10px; margin:26px 0; }
.otp input { width:48px; height:54px; text-align:center; border:1px solid var(--line); border-radius:9px; font-weight:800; font-size:19px; background:var(--surface); color:var(--text); }
.upload-box { min-height:190px; display:grid; place-items:center; text-align:center; border:1.5px dashed #9fb2cc; border-radius:12px; background:var(--surface-2); padding:30px; }
.upload-icon { width:48px;height:48px; display:grid;place-items:center;border:2px solid var(--blue);border-radius:10px;color:var(--blue);font-size:24px;margin:0 auto 12px; }
.info-strip { display:flex; gap:10px; padding:14px; margin-top:18px; border:1px solid #a8c9ff; border-radius:9px; background:var(--surface-blue); font-size:12px; }
.selfie-handoff { text-align:center; }
.phone-visual { width:94px;height:150px;margin:0 auto 24px;border:5px solid var(--text);border-radius:22px;display:grid;place-items:center;color:var(--blue);position:relative;background:var(--surface-blue); }
.phone-visual::after { content:"";position:absolute;top:7px;width:28px;height:4px;border-radius:9px;background:var(--text); }
.phone-visual .ui-icon { width:44px;height:44px; }
.phone-visual span { position:absolute;right:-10px;bottom:18px;width:32px;height:32px;border-radius:50%;background:var(--success-bg);color:var(--success);border:4px solid var(--surface); }
.phone-visual span::after { content:"✓";display:grid;place-items:center;height:100%;font-weight:900; }
.assessment-ring { --progress:25;width:150px;height:150px;margin:22px auto;padding:12px;border-radius:50%;background:conic-gradient(var(--blue) calc(var(--progress) * 1%),var(--line) 0);transition:background .35s ease; }
.assessment-ring>div { width:100%;height:100%;display:grid;place-items:center;border-radius:50%;background:var(--surface); }
.assessment-ring strong { font-size:30px; }
.analysis-rails { display:grid;gap:12px;text-align:left;max-width:320px;margin:auto;color:var(--muted); }
.analysis-rails div { display:flex;align-items:center;gap:10px; }
.analysis-rails .active { color:var(--text);font-weight:700; }
.analysis-rails .active .ui-icon { color:var(--blue);animation:spin 1s linear infinite; }
.analysis-rails .done { color:var(--success); }
@keyframes spin { to { transform:rotate(360deg); } }

.app-shell { min-height:100vh; background:var(--surface-2); }
.app-header { position:sticky; top:0; z-index:20; height:68px; display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid var(--line);background:var(--surface); }
.header-actions { display:flex;align-items:center;gap:16px; }
.icon-button { width:40px;height:40px;border:1px solid transparent;border-radius:50%;background:transparent;color:var(--text);font-size:18px; }
.icon-button:hover { background:var(--surface-2); }
.avatar { width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#925e3a,#2c1712);color:white;font-weight:800;font-size:12px; }
.profile-chip { display:flex;align-items:center;gap:9px;border:0;background:transparent;color:var(--text);font-weight:700;font-size:12px; }
.app-body { display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 68px); }
.sidebar { padding:26px 18px;border-right:1px solid var(--line);background:var(--surface); }
.nav-list { display:grid;gap:7px;position:sticky;top:94px; }
.nav-link { display:flex;align-items:center;gap:12px;min-height:43px;padding:0 13px;border:0;border-radius:8px;color:var(--muted);background:transparent;text-align:left;font-weight:600;font-size:12px; }
.nav-link:hover,.nav-link.active { color:var(--blue);background:var(--surface-blue); }
.nav-icon { width:18px;text-align:center;font-size:15px; }
.content { width:100%;max-width:1180px;margin:0 auto;padding:38px 42px 70px; }
.page-heading { display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px; }
.page-heading h1 { margin:0;color:var(--navy);font-size:26px;letter-spacing:-.03em; }
.page-heading p { margin:6px 0 0;color:var(--muted); }
.grid-2 { display:grid;grid-template-columns:1fr 1fr;gap:18px; }
.card { border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:22px;box-shadow:0 1px 0 rgba(18,20,26,.02); }
.card h2 { margin:0 0 17px;color:var(--navy);font-size:16px; }
.suspension-banner{display:flex;align-items:flex-start;gap:14px;margin:0 0 18px;padding:18px;border:1px solid #e65a54;border-radius:14px;background:#ffedeb;color:#8f1f1b}
.suspension-banner strong{display:block;font-size:16px}.suspension-banner small{display:block;margin-top:7px}.suspension-icon{display:grid;place-items:center;flex:none;width:28px;height:28px;border-radius:50%;background:#c93630;color:#fff;font-weight:800}
.top-up-card{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.top-up-card h2{margin:6px 0 8px}.top-up-card .button{grid-column:2}.top-up-status{display:grid;gap:5px;text-align:right;font-size:12px}.top-up-status span{color:var(--blue);font-weight:800}.top-up-status strong{color:var(--muted)}
.split-explainer{margin-top:16px;padding:18px;border:1px solid #b8d4ff;border-radius:12px;background:var(--surface-blue)}.split-title{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}.split-title span{color:var(--blue);font-weight:800}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.split-grid>div{display:grid;gap:4px;padding:13px;border-radius:10px;background:var(--surface)}.split-grid span,.split-grid small{color:var(--muted);font-size:11px}.split-grid strong{font-size:18px}.split-explainer p{margin:14px 0 0;color:var(--muted);font-size:12px;line-height:1.6}
.credit-card { min-height:190px;padding:26px;color:white;border:0;background:linear-gradient(135deg,#0b70ff,#0753d7);position:relative;overflow:hidden; }
.credit-card::after { content:"";position:absolute;width:210px;height:210px;border:1px solid rgba(255,255,255,.15);border-radius:50%;right:-80px;top:-90px; }
.credit-card .label { opacity:.84;font-size:12px; }
.credit-brand { position:absolute;z-index:1;right:26px;top:23px;display:flex;align-items:baseline;gap:7px;letter-spacing:.18em; }
.credit-brand b { font-size:20px;letter-spacing:-.04em; }
.credit-brand span { font-size:10px; }
.credit-value { margin:9px 0 30px;font-size:37px;font-weight:800;letter-spacing:-.05em; }
.money-row { display:flex;justify-content:space-between;gap:20px; }
.money-row span { display:block;opacity:.78;font-size:10px;margin-bottom:5px; }
.money-row strong { font-size:13px; }
.money-row .credit-owner { display:block;margin-top:6px;color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.88; }
.metric-card { min-height:190px;display:flex;flex-direction:column;justify-content:center; }
.metric-label { color:var(--muted);font-size:12px; }
.metric-value { margin:8px 0;font-size:31px;font-weight:800;color:var(--navy);letter-spacing:-.04em; }
.status-card { display:flex;gap:13px;align-items:center; }
.status-icon { width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--success-bg);color:var(--success);font-weight:900; }
.status-icon.blue-icon { background:var(--surface-blue);color:var(--blue); }
.status-icon.suspended { background:var(--danger-bg);color:var(--danger); }
.status-card strong { display:block;margin-bottom:4px; }
.status-card small { color:var(--muted); }
.activity-list { display:grid; }
.activity-row { display:grid;grid-template-columns:100px 1fr auto;gap:16px;padding:13px 0;border-bottom:1px solid var(--line);align-items:center;font-size:12px; }
.activity-row:last-child { border:0; }
.activity-button { width:100%;border:0;background:transparent;color:var(--text);text-align:left;font-family:inherit; }
.activity-button:hover { background:var(--surface-2); }
.amount.in { color:var(--success);font-weight:800; }.amount.out { color:var(--text);font-weight:800; }
.table-wrap { overflow:auto;border:1px solid var(--line);border-radius:12px;background:var(--surface); }
table { width:100%;border-collapse:collapse;min-width:720px; }
th,td { padding:15px 16px;border-bottom:1px solid var(--line);text-align:left;font-size:12px;white-space:nowrap; }
th { color:var(--muted);font-weight:700;background:var(--surface-2); }
tr:last-child td { border:0; }
.badge { display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:20px;font-size:10px;font-weight:800;background:var(--success-bg);color:var(--success); }
.badge.warning { background:var(--warning-bg);color:var(--warning); }
.summary-list { display:grid; }
.summary-row { display:flex;justify-content:space-between;gap:24px;padding:16px 0;border-bottom:1px solid var(--line); }
.summary-row:last-child { border:0; }
.summary-row span { color:var(--muted); }
.summary-row strong.blue { color:var(--blue);font-size:18px; }
.progress { height:8px;border-radius:99px;background:var(--line);overflow:hidden; }
.progress div { height:100%;background:var(--blue); }
.notice { display:flex;gap:13px;padding:18px;border:1px solid #b7d3ff;border-radius:12px;background:var(--surface-blue);line-height:1.6; }
.notice > .ui-icon { width:18px;height:18px;flex:0 0 auto;margin-top:2px; }
.notice-action { width:100%;margin-bottom:18px;text-align:left;color:var(--text);align-items:center; }
.notice-action:hover { border-color:var(--blue); }
.notice-arrow { margin-left:auto;color:var(--blue);font-size:26px; }
.notice.danger { border-color:#ffc0ba;background:var(--warning-bg);color:var(--warning); }
.plan-grid { display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px; }
.plan { padding:20px;border:1px solid var(--line);border-radius:12px;background:var(--surface);text-align:left;color:var(--text); }
.plan.selected { border-color:#58b97d;box-shadow:0 0 0 3px rgba(56,161,105,.12); }
.plan strong { display:block;font-size:16px;margin-bottom:7px; }
.plan span { color:var(--muted);font-size:12px; }
.plan:disabled { cursor:not-allowed;opacity:.55; }
.date-value { font-size:22px; }
.repayment-breakdown { margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:grid;gap:12px; }
.repayment-breakdown>div { display:flex;justify-content:space-between;gap:20px; }
.repayment-breakdown span { color:var(--muted); }
.repayment-breakdown .free { color:var(--success); }
.repayment-breakdown .total { padding-top:12px;border-top:1px solid var(--line);font-size:16px; }
.doc-grid { display:grid;grid-template-columns:1fr 1fr;gap:18px; }
.doc-card { min-height:180px;display:flex;flex-direction:column;justify-content:space-between; }
.doc-top { display:flex;justify-content:space-between;gap:16px; }
.doc-icon { width:40px;height:40px;display:grid;place-items:center;border:1px solid #a8c9ff;border-radius:9px;color:var(--blue);font-size:20px; }
.profile-grid { display:grid;grid-template-columns:1.2fr .8fr;gap:18px; }
.settings-stack { display:grid;gap:18px; }
.settings-item { display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 0;border-bottom:1px solid var(--line); }
.settings-item:last-child { border:0; }
.settings-item p { margin:4px 0 0;color:var(--muted);font-size:11px; }
.segmented { display:flex;padding:4px;border:1px solid var(--line);border-radius:9px;background:var(--surface-2); }
.segmented button { min-height:32px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:11px;padding:0 12px; }
.segmented button.active { background:var(--surface);color:var(--blue);box-shadow:0 2px 8px rgba(0,0,0,.08); }
.mobile-nav { display:none; }
.demo-pill{display:inline-flex;width:max-content;padding:7px 10px;border-radius:99px;background:var(--surface-blue);color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.16em}
.signed-out{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--blue)}
.signed-out-card{width:min(520px,100%);display:grid;gap:20px;padding:42px;border-radius:20px;background:var(--surface);box-shadow:0 30px 80px rgba(18,20,26,.2)}
.signed-out-card h1{margin:8px 0 0;font-size:38px;letter-spacing:-.05em}.signed-out-card p{margin:0;color:var(--muted);line-height:1.7}
.receipt-card { max-width:680px;margin:0 auto;padding:38px;border:1px solid var(--line);border-radius:20px;background:var(--surface);text-align:center;box-shadow:var(--shadow); }
.receipt-status { width:66px;height:66px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:var(--success-bg);color:var(--success); }
.receipt-status .ui-icon { width:34px;height:34px;stroke-width:2.4; }
.receipt-card h1 { margin:8px 0;font-size:40px;letter-spacing:-.04em; }
.receipt-card>p { color:var(--muted); }
.receipt-details { display:grid;grid-template-columns:1fr 1fr;margin:28px 0;text-align:left;border-top:1px solid var(--line); }
.receipt-details>div { display:grid;gap:6px;padding:18px 0;border-bottom:1px solid var(--line); }
.receipt-details>div:nth-child(odd) { padding-right:22px; }
.receipt-details>div:nth-child(even) { padding-left:22px;border-left:1px solid var(--line); }
.receipt-details span { color:var(--muted);font-size:11px; }
.receipt-actions { display:flex;gap:12px; }
.receipt-actions .button { flex:1; }
.assessment-skip { margin-top:16px; }
.receipt-note { margin:22px 0 0;font-size:11px;line-height:1.6; }
.skeleton { display:inline-block;height:1em;border-radius:5px;background:linear-gradient(90deg,var(--line) 25%,var(--surface-2) 50%,var(--line) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;color:transparent!important;min-width:90px; }
@keyframes shimmer { to { background-position:-200% 0; } }

@media (max-width: 860px) {
  .public-nav a:not(.button) { display:none; }
  .hero { grid-template-columns:1fr;padding:70px 24px;text-align:center; }
  .hero-copy { margin:auto; }.hero p { margin-left:auto;margin-right:auto; }.hero-actions { justify-content:center; }
  .hero-art { width:min(450px,90vw); }
  .form-grid,.grid-2,.doc-grid,.profile-grid,.plan-grid { grid-template-columns:1fr; }
  .receipt-details { grid-template-columns:1fr; }
  .receipt-details>div:nth-child(n) { padding:15px 0;border-left:0; }
  .app-body { grid-template-columns:1fr; }
  .sidebar { display:none; }
  .content { padding:28px 18px 95px; }
  .mobile-nav { position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;z-index:30;border-top:1px solid var(--line);background:var(--surface); }
  .mobile-nav button { min-height:62px;border:0;background:transparent;color:var(--muted);font-size:10px; }
  .mobile-nav button.active { color:var(--blue); }
  .top-up-card{grid-template-columns:1fr}.top-up-card .button{grid-column:1}.top-up-status{text-align:left}.split-grid{grid-template-columns:1fr}
}

@media (max-width: 560px) {
  .auth-wrap { padding:25px 15px 50px; }
  .auth-top { margin-bottom:32px; }
  .auth-top .public-nav { display:none; }
  .form-card { padding:25px 18px; }
  .step { font-size:9px; }
  .hero h1 { font-size:50px; }
  .hero-art { display:none; }
  .hero { min-height:calc(100vh - 72px); }
  .app-header { padding:0 16px; }
  .profile-chip span,.profile-chip b { display:none; }
  .page-heading { flex-direction:column; }
  .activity-row { grid-template-columns:80px 1fr auto;gap:8px; }
  .receipt-card { padding:26px 18px; }
  .receipt-actions { display:grid; }
}

@media print {
  .app-header,.sidebar,.mobile-nav,.page-heading,.receipt-actions { display:none!important; }
  .app-body { display:block; }
  .content { padding:0; }
  .receipt-card { box-shadow:none;border:0; }
}
