:root {
  --ink: #161923;
  --muted: #757b89;
  --line: #e9eaf0;
  --paper: #ffffff;
  --canvas: #f6f6f9;
  --primary: #6874f4;
  --primary-dark: #505bd9;
  --primary-soft: #eeefff;
  --green: #2ca58d;
  --green-soft: #e9f8f4;
  --red: #dc6378;
  --shadow: 0 18px 55px rgba(28, 31, 48, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
.money-body { min-height: 100vh; color: var(--ink); background: var(--canvas); font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 800; letter-spacing: -.7px; }
.brand-mark { display: grid; width: 34px; height: 34px; border-radius: 11px; color: white; background: var(--primary); place-items: center; font-size: 17px; box-shadow: 0 7px 18px rgba(104, 116, 244, .26); }
.brand-accent { color: var(--primary); margin-left: 2px; }
.button { display: inline-flex; min-height: 43px; padding: 0 18px; border: 0; border-radius: 12px; align-items: center; justify-content: center; gap: 9px; cursor: pointer; font-size: 13px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--primary); box-shadow: 0 9px 24px rgba(104, 116, 244, .22); }
.button-primary:hover { background: var(--primary-dark); }
.button-dark { color: white; background: var(--ink); }
.button-ghost { color: #4d5260; background: transparent; }
.button-soft { min-height: 38px; color: #5963d7; background: var(--primary-soft); }
.button-large { min-height: 52px; padding: 0 24px; border-radius: 14px; font-size: 14px; }
.muted { margin: 0 0 5px; color: var(--muted); font-size: 13px; }

/* Landing */
.landing-body { background: #fbfbfd; }
.landing-nav { display: flex; width: min(1180px, calc(100% - 48px)); height: 82px; margin: 0 auto; align-items: center; justify-content: space-between; }
.landing-actions { display: flex; gap: 4px; }
.landing-main { overflow: hidden; }
.hero { display: grid; width: min(1180px, calc(100% - 48px)); min-height: 670px; margin: 0 auto; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 60px; }
.eyebrow { display: flex; color: #646c7d; align-items: center; gap: 9px; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.eyebrow > span { display: block; width: 24px; height: 2px; background: var(--primary); }
.hero h1 { max-width: 590px; margin: 20px 0 20px; font-size: clamp(46px, 5vw, 72px); line-height: 1.04; letter-spacing: -4.2px; }
.hero-copy > p { max-width: 555px; margin: 0; color: #686e7c; font-size: 17px; line-height: 1.72; }
.hero-buttons { display: flex; margin-top: 34px; align-items: center; gap: 23px; }
.privacy-note { position: relative; padding-left: 22px; color: #8a8f99; font-size: 10px; line-height: 1.55; }
.privacy-note::before { position: absolute; left: 0; top: 3px; content: "⌁"; color: var(--green); font-size: 16px; }
.trust-row { display: flex; margin-top: 48px; gap: 35px; }
.trust-row div { display: flex; flex-direction: column; gap: 4px; }
.trust-row strong { font-size: 12px; }
.trust-row span { color: #999da7; font-size: 9px; }
.hero-preview { position: relative; min-height: 510px; display: grid; place-items: center; }
.preview-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(205, 209, 255, .7), rgba(244, 240, 255, .25) 65%, transparent 70%); }
.preview-window { position: relative; width: min(100%, 570px); padding: 18px 25px 20px; border: 1px solid rgba(255,255,255,.8); border-radius: 23px; background: rgba(255,255,255,.92); box-shadow: 0 32px 80px rgba(61, 65, 108, .18); transform: rotate(1deg); backdrop-filter: blur(10px); }
.preview-top { display: flex; height: 24px; align-items: center; gap: 5px; }
.preview-top > span { width: 6px; height: 6px; border-radius: 50%; background: #e7e7ec; }
.preview-top b { margin-left: auto; color: #8b8f9b; font-size: 9px; }
.preview-balance { display: flex; padding: 18px 2px 23px; flex-direction: column; align-items: center; }
.preview-balance span { color: #888d9a; font-size: 10px; }
.preview-balance strong { margin: 5px 0; font-size: 27px; letter-spacing: -1px; }
.preview-balance small { color: #a0a4ad; font-size: 8px; }
.preview-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 18px; }
.preview-chart-card { display: grid; min-height: 166px; border-radius: 16px; background: #f8f8fb; place-items: center; }
.fake-donut { display: grid; width: 125px; height: 125px; border-radius: 50%; background: conic-gradient(#6f7bf7 0 34%, #f59f62 34% 56%, #53b8a5 56% 75%, #4f9ee8 75% 88%, #e2e3e9 88%); place-items: center; }
.fake-donut::before { position: absolute; width: 81px; height: 81px; border-radius: 50%; content: ""; background: #f8f8fb; }
.fake-donut span { z-index: 1; display: flex; flex-direction: column; align-items: center; font-size: 11px; font-weight: 800; }
.fake-donut small { color: #a1a5af; font-size: 7px; font-weight: 500; }
.preview-categories { display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.preview-categories > div { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 8px; font-size: 8px; }
.preview-categories b { font-size: 8px; }
.dot { width: 7px; height: 7px; border-radius: 50%; }.purple { background: #6f7bf7; }.orange { background: #f59f62; }.green { background: #53b8a5; }.blue { background: #4f9ee8; }
.preview-transaction { display: grid; padding: 12px 7px; border-bottom: 1px solid #f0f0f3; grid-template-columns: 32px 1fr auto; align-items: center; gap: 10px; }
.preview-transaction > div { display: flex; flex-direction: column; gap: 2px; }
.preview-transaction b, .preview-transaction > strong { font-size: 9px; }
.preview-transaction small { color: #a1a4ad; font-size: 7px; }
.category-icon { display: grid; width: 31px; height: 31px; border-radius: 10px; place-items: center; font-size: 9px; font-weight: 800; }.purple-bg { color: #6974e2; background: #edeeff; }.green-bg { color: #409987; background: #e7f6f2; }
.how-it-works { padding: 105px max(24px, calc((100% - 1180px) / 2)) 115px; background: #171a24; color: white; }
.section-heading { text-align: center; }.section-heading > span { color: #9297a8; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }.section-heading h2 { margin: 13px 0 48px; font-size: 34px; letter-spacing: -1.5px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps article { position: relative; min-height: 265px; padding: 32px; border: 1px solid #2a2e3b; border-radius: 20px; background: #1c202b; }
.step-number { position: absolute; right: 25px; top: 22px; color: #4b5060; font-size: 11px; }.step-icon { display: grid; width: 48px; height: 48px; margin-bottom: 26px; border-radius: 15px; color: #abb1ff; background: #292e46; place-items: center; font-size: 20px; }.steps h3 { margin: 0 0 12px; font-size: 17px; }.steps p { margin: 0; color: #979cab; font-size: 12px; line-height: 1.7; }
.landing-footer { display: flex; padding: 28px max(24px, calc((100% - 1180px) / 2)); color: #898e9b; background: #131620; justify-content: space-between; font-size: 10px; }

/* Dashboard */
.dashboard-body { display: flex; }
.sidebar { position: fixed; z-index: 10; left: 0; top: 0; display: flex; width: 238px; height: 100vh; padding: 28px 20px 22px; border-right: 1px solid var(--line); background: var(--paper); flex-direction: column; }
.sidebar-brand { padding: 0 10px 35px; }
.sidebar-nav { display: flex; flex-direction: column; gap: 5px; }
.sidebar-nav a, .sidebar-nav button { display: flex; width: 100%; min-height: 45px; padding: 0 13px; border: 0; border-radius: 11px; color: #707684; background: transparent; align-items: center; gap: 13px; cursor: pointer; font-size: 12px; font-weight: 600; text-align: left; }
.sidebar-nav a:hover, .sidebar-nav button:hover, .sidebar-nav .active { color: #5963d7; background: var(--primary-soft); }
.nav-icon { display: grid; width: 20px; font-size: 17px; place-items: center; }
.sidebar-note { display: flex; margin-top: auto; padding: 14px; border-radius: 12px; color: #68717e; background: #f7f7f9; gap: 9px; }
.sidebar-note > span { font-size: 13px; }.sidebar-note div { display: flex; min-width: 0; flex-direction: column; gap: 3px; }.sidebar-note b { font-size: 9px; }.sidebar-note small { color: #9b9faa; font-size: 8px; }
.sidebar-user { display: grid; margin-top: 18px; padding: 16px 4px 0; border-top: 1px solid var(--line); grid-template-columns: 34px 1fr 18px; align-items: center; gap: 9px; }
.avatar { display: grid; width: 34px; height: 34px; border-radius: 11px; color: #5e68df; background: #edefff; place-items: center; font-size: 12px; font-weight: 800; }.sidebar-user div { display: flex; min-width: 0; flex-direction: column; }.sidebar-user b { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }.sidebar-user small { overflow: hidden; color: #9da1aa; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }.sidebar-user > a { color: #a3a6ae; font-size: 13px; }
.dashboard-main { width: calc(100% - 238px); min-height: 100vh; margin-left: 238px; }
.dashboard-container { width: min(1180px, calc(100% - 56px)); margin: 0 auto; padding: 40px 0 70px; }
.dashboard-heading { display: flex; margin-bottom: 28px; align-items: flex-end; justify-content: space-between; }
.dashboard-heading h1 { margin: 0; font-size: 29px; letter-spacing: -1.2px; }.heading-actions { display: flex; align-items: center; gap: 11px; }.month-switcher { display: flex; height: 43px; padding: 0 6px; border: 1px solid var(--line); border-radius: 12px; background: white; align-items: center; }.month-switcher a { display: grid; width: 30px; height: 30px; color: #858a95; place-items: center; font-size: 22px; }.month-switcher span { min-width: 125px; text-align: center; font-size: 11px; font-weight: 700; }
.mobile-header { display: none; }
.message-stack { display: flex; margin-bottom: 18px; flex-direction: column; gap: 8px; }.message { display: flex; padding: 13px 16px; border: 1px solid #dce8e5; border-radius: 12px; color: #347767; background: #eef9f6; justify-content: space-between; font-size: 11px; font-weight: 600; }.message.error { color: #a34658; border-color: #f1dce1; background: #fff1f4; }.message.info { color: #545da8; border-color: #e0e2f5; background: #f2f3ff; }.message button { border: 0; color: inherit; background: transparent; cursor: pointer; }
.summary-grid { display: grid; margin-bottom: 18px; grid-template-columns: 1.25fr 1fr 1fr; gap: 15px; }
.summary-card { display: flex; min-height: 154px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: white; flex-direction: column; box-shadow: 0 8px 28px rgba(31, 33, 48, .03); }.balance-card { color: white; border: 0; background: linear-gradient(135deg, #6874f4, #7d6fe9); box-shadow: 0 14px 34px rgba(104,116,244,.22); }.summary-label { display: flex; color: #868b97; align-items: center; gap: 9px; font-size: 10px; font-weight: 700; }.balance-card .summary-label, .balance-card small { color: rgba(255,255,255,.72); }.summary-icon { display: grid; width: 27px; height: 27px; border-radius: 9px; color: white; background: rgba(255,255,255,.17); place-items: center; font-size: 13px; }.income-icon { color: var(--green); background: var(--green-soft); }.expense-icon { color: var(--red); background: #fff0f3; }.summary-value { margin: 17px 0 8px; font-size: 27px; letter-spacing: -1.2px; }.summary-value.negative { color: #ffe0e4; }.summary-card small { color: #a1a5af; font-size: 8px; }.income-text { color: var(--green); }
.analytics-grid { display: grid; margin-bottom: 18px; grid-template-columns: 1.08fr .92fr; gap: 15px; }
.panel { border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 8px 28px rgba(31, 33, 48, .03); }.spending-panel, .trend-panel { min-height: 365px; padding: 23px; }.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; }.panel-kicker { color: #a0a4ae; font-size: 8px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }.panel-heading h2 { margin: 4px 0 0; font-size: 16px; letter-spacing: -.4px; }.panel-total { margin-top: 10px; font-size: 12px; font-weight: 800; }.spending-content { display: grid; margin-top: 29px; grid-template-columns: 210px 1fr; gap: 18px; align-items: center; }.donut-wrap { position: relative; display: grid; place-items: center; }.donut-wrap canvas { width: 188px; height: 188px; }.donut-center { position: absolute; display: flex; flex-direction: column; align-items: center; }.donut-center strong { font-size: 14px; }.donut-center span { color: #a1a5ae; font-size: 8px; }.category-list { display: flex; max-height: 235px; overflow: auto; flex-direction: column; gap: 15px; }.category-row { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 8px; }.category-color { width: 7px; height: 7px; border-radius: 50%; }.category-row > div { display: flex; flex-direction: column; gap: 2px; }.category-row b, .category-row > strong { font-size: 9px; }.category-row small { color: #a1a5ae; font-size: 7px; }.chart-legend { display: flex; margin-top: 8px; color: #8c919c; gap: 12px; font-size: 7px; }.chart-legend span { display: flex; align-items: center; gap: 5px; }.chart-legend i { width: 6px; height: 6px; border-radius: 2px; }.income-dot { background: #6f7bf7; }.expense-dot { background: #dcdffb; }.trend-canvas-wrap { position: relative; height: 260px; margin-top: 18px; }.trend-canvas-wrap canvas { width: 100%; height: 100%; }
.panel-empty { display: flex; min-height: 255px; color: #a1a6b1; align-items: center; justify-content: center; flex-direction: column; gap: 6px; font-size: 11px; }.panel-empty > span { color: #c2c5cf; font-size: 30px; }.panel-empty p { margin: 0; }
.empty-import { display: grid; min-height: 280px; margin-bottom: 18px; padding: 42px 58px; overflow: hidden; border-radius: 20px; color: white; background: linear-gradient(120deg, #202432, #282d40); grid-template-columns: 1fr 320px; align-items: center; }.empty-copy h2 { margin: 13px 0 10px; font-size: 27px; }.empty-copy p { max-width: 610px; margin: 0 0 24px; color: #aeb3c0; font-size: 12px; line-height: 1.7; }.empty-copy .eyebrow { color: #9fa6b7; }.empty-illustration { position: relative; display: grid; place-items: center; }.paper { position: relative; display: flex; width: 145px; height: 185px; padding: 26px 22px; border-radius: 10px; color: #6d76db; background: white; flex-direction: column; gap: 12px; transform: rotate(6deg); box-shadow: 0 24px 50px rgba(0,0,0,.25); }.paper span { font-size: 13px; font-weight: 800; }.paper i { display: block; width: 100%; height: 6px; border-radius: 4px; background: #e9eaf2; }.paper i:nth-of-type(2) { width: 75%; }.paper b { display: grid; width: 40px; height: 40px; margin-top: auto; border-radius: 12px; color: white; background: var(--primary); place-items: center; }.spark { position: absolute; color: #9ba3ff; }.spark-one { left: 35px; top: 20px; font-size: 26px; }.spark-two { right: 32px; bottom: 25px; font-size: 16px; }
.operations-panel { overflow: hidden; }.operations-heading { padding: 22px 24px 18px; border-bottom: 1px solid var(--line); }.transaction-table { width: 100%; }.transaction-head, .transaction-row { display: grid; grid-template-columns: minmax(270px, 1.7fr) minmax(145px, .9fr) 115px 115px; align-items: center; gap: 15px; }.transaction-head { min-height: 35px; padding: 0 24px; color: #adb0b9; background: #fafafd; font-size: 7px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }.transaction-head span:last-child { text-align: right; }.transaction-row { min-height: 66px; padding: 9px 24px; border-top: 1px solid #f1f1f4; }.transaction-name { display: grid; min-width: 0; grid-template-columns: 38px 1fr; align-items: center; gap: 11px; }.transaction-name > div { display: flex; min-width: 0; flex-direction: column; gap: 3px; }.transaction-name b { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.transaction-name small { overflow: hidden; color: #a2a6af; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }.transaction-icon { display: grid; width: 37px; height: 37px; border-radius: 11px; color: #6670d8; background: #eef0ff; place-items: center; font-size: 11px; font-weight: 800; }.category-cafes { color: #c57d48; background: #fff2e9; }.category-transport { color: #438f82; background: #e9f7f4; }.category-health { color: #c3576a; background: #fff0f3; }.category-income { color: #32917f; background: #e9f8f4; }.category-transfers { color: #7b8290; background: #f0f1f4; }.category-form select { width: 100%; padding: 7px 25px 7px 9px; border: 1px solid #ececf1; border-radius: 9px; color: #666c79; outline: none; background: #fafafd; font-size: 8px; }.transaction-row time { color: #8e939e; font-size: 8px; }.transaction-amount { text-align: right; font-size: 10px; }.transaction-amount.income { color: var(--green); }.transaction-amount.transfer { color: #7d8290; }.pagination { display: flex; padding: 16px 24px; border-top: 1px solid var(--line); color: #999da7; justify-content: space-between; font-size: 9px; }.pagination div { display: flex; gap: 14px; }.pagination a { color: var(--primary); font-weight: 700; }.operations-empty { min-height: 230px; }

/* Upload modal */
.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; padding: 20px; background: rgba(19, 21, 31, .58); place-items: center; backdrop-filter: blur(5px); }.modal-backdrop[hidden] { display: none; }.upload-modal { position: relative; width: min(100%, 475px); padding: 38px; border-radius: 22px; background: white; box-shadow: 0 30px 100px rgba(0,0,0,.24); text-align: center; }.modal-close { position: absolute; right: 17px; top: 15px; width: 30px; height: 30px; border: 0; border-radius: 9px; color: #8e939e; background: #f5f5f8; cursor: pointer; font-size: 18px; }.modal-icon { display: grid; width: 50px; height: 50px; margin: 0 auto 16px; border-radius: 15px; color: #626ce0; background: var(--primary-soft); place-items: center; font-size: 21px; }.upload-modal h2 { margin: 5px 0 9px; font-size: 23px; }.upload-modal > p { margin: 0 auto 23px; color: #8b909b; font-size: 10px; line-height: 1.6; }.drop-zone { display: flex; min-height: 178px; padding: 25px; border: 1.5px dashed #cfd2e7; border-radius: 15px; background: #fafaff; align-items: center; justify-content: center; flex-direction: column; cursor: pointer; transition: border-color .2s, background .2s; }.drop-zone:hover, .drop-zone.dragover { border-color: var(--primary); background: #f5f6ff; }.drop-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; }.drop-icon { display: grid; width: 42px; height: 42px; margin-bottom: 12px; border-radius: 12px; color: white; background: var(--primary); place-items: center; font-size: 9px; font-weight: 800; }.drop-zone b { font-size: 11px; }.drop-zone small { margin-top: 4px; color: #a0a4ae; font-size: 8px; }.drop-zone em { max-width: 100%; margin-top: 10px; overflow: hidden; color: #5e68d9; font-size: 9px; font-style: normal; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }.full-button { width: 100%; margin-top: 15px; }.full-button:disabled { cursor: not-allowed; background: #bbbfd8; box-shadow: none; transform: none; }.modal-privacy { margin-top: 17px; color: #9ba0aa; font-size: 8px; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 25px; }.hero h1 { letter-spacing: -3px; }.preview-window { padding-inline: 18px; }.trust-row { gap: 18px; }
  .sidebar { width: 205px; }.dashboard-main { width: calc(100% - 205px); margin-left: 205px; }.dashboard-container { width: calc(100% - 34px); }.analytics-grid { grid-template-columns: 1fr; }.trend-panel { min-height: 340px; }.transaction-head, .transaction-row { grid-template-columns: minmax(220px, 1.5fr) 140px 90px 105px; }.spending-content { grid-template-columns: 230px 1fr; }
}

@media (max-width: 760px) {
  .landing-nav { width: calc(100% - 30px); }.landing-actions .button-ghost { display: none; }.landing-actions .button { min-height: 38px; padding: 0 13px; font-size: 10px; }.hero { width: calc(100% - 36px); padding: 65px 0 80px; grid-template-columns: 1fr; }.hero h1 { font-size: 46px; letter-spacing: -2.8px; }.hero-copy > p { font-size: 14px; }.trust-row { flex-wrap: wrap; }.hero-preview { min-height: 430px; }.preview-window { transform: none; }.steps { grid-template-columns: 1fr; }.how-it-works { padding-top: 75px; padding-bottom: 75px; }.section-heading h2 { font-size: 27px; }.landing-footer { flex-direction: column; gap: 7px; }
  .dashboard-body { display: block; }.sidebar { visibility: hidden; width: min(82vw, 280px); transform: translateX(-102%); transition: transform .25s, visibility .25s; box-shadow: 20px 0 50px rgba(0,0,0,.12); }.sidebar.open { visibility: visible; transform: translateX(0); }.dashboard-main { width: 100%; margin-left: 0; }.mobile-header { position: sticky; z-index: 8; top: 0; display: flex; height: 62px; padding: 0 16px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); align-items: center; justify-content: space-between; backdrop-filter: blur(12px); }.mobile-header .brand { font-size: 14px; }.mobile-header .brand-mark { width: 29px; height: 29px; border-radius: 9px; font-size: 13px; }.icon-button { display: grid; width: 35px; height: 35px; border: 0; border-radius: 10px; color: #5963d7; background: var(--primary-soft); place-items: center; }.dashboard-container { width: calc(100% - 28px); padding-top: 24px; }.dashboard-heading { align-items: flex-start; }.dashboard-heading h1 { font-size: 25px; }.heading-actions > .button { display: none; }.month-switcher span { min-width: 100px; }.summary-grid { grid-template-columns: 1fr; }.summary-card { min-height: 130px; }.empty-import { padding: 32px 26px; grid-template-columns: 1fr; }.empty-illustration { display: none; }.spending-content { grid-template-columns: 1fr; }.category-list { padding: 0 12px; }.transaction-head { display: none; }.transaction-row { position: relative; grid-template-columns: 1fr auto; gap: 8px; }.transaction-name { grid-column: 1 / -1; }.category-form { margin-left: 49px; }.transaction-row time { position: absolute; right: 24px; top: 18px; }.transaction-amount { padding-right: 2px; }.operations-heading { padding-inline: 16px; }.transaction-row { padding-inline: 16px; }.upload-modal { padding: 32px 20px 25px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 40px; }.hero-buttons { align-items: flex-start; flex-direction: column; }.privacy-note { margin-left: 4px; }.preview-grid { grid-template-columns: 1fr; }.preview-categories { display: none; }.preview-window { padding-inline: 13px; }.preview-glow { width: 390px; height: 390px; }
  .dashboard-heading { gap: 10px; }.month-switcher { height: 39px; }.month-switcher span { min-width: 80px; font-size: 9px; }.month-switcher a { width: 24px; }.summary-value { font-size: 24px; }.spending-panel, .trend-panel { padding: 18px 14px; }.chart-legend { display: none; }.transaction-row time { font-size: 7px; }.category-form { margin-left: 0; }.landing-footer span:last-child { display: none; }
}
