[v-cloak] { display: none !important; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Montserrat', sans-serif; background: #f8f0e3; color: #333; }

/* Login */
.login-screen { min-height: 100vh; display: flex; justify-content: center; align-items: center; padding: 16px; }
.login-card { background: white; padding: 32px; border-radius: 8px; max-width: 440px; width: 100%; box-shadow: 0 4px 6px rgba(0,0,0,.1); }
.login-title { font-size: 1.7rem; font-weight: 700; text-align: center; color: #B25624; margin-bottom: 6px; }
.login-subtitle { font-size: 1.05rem; font-weight: 600; text-align: center; color: #666; margin-bottom: 24px; }
.form-group { margin-bottom: 16px; }
.form-label { display: block; font-size: .875rem; font-weight: 500; color: #374151; margin-bottom: 4px; }
.form-input { width: 100%; padding: 8px 12px; border: 1px solid #d1d5db; border-radius: 6px; font-family: inherit; font-size: 1rem; outline: none; }
.form-input:focus { border-color: #f97316; box-shadow: 0 0 0 2px rgba(249,115,22,.25); }
.login-error { color: #e74c3c; font-size: .85rem; margin-bottom: 10px; text-align: center; }
.btn-login { background: #B25624; color: white; border: none; padding: 10px; border-radius: 6px; cursor: pointer; font-weight: 700; width: 100%; font-family: inherit; font-size: 1rem; }
.btn-login:hover { opacity: .9; }
.btn-login:disabled { opacity: .6; cursor: default; }

/* Header */
.dash-header { background: white; padding: 11px 16px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e5e7eb; }
.dash-brand { font-size: .9rem; font-weight: 700; color: #B25624; }
.btn-logout { background: none; border: 1px solid #d1d5db; color: #666; padding: 5px 12px; border-radius: 6px; font-family: inherit; font-size: .75rem; cursor: pointer; }

/* Tabs */
.tab-bar { position: sticky; top: 0; z-index: 10; background: white; display: flex; border-bottom: 2px solid #e5e7eb; box-shadow: 0 2px 4px rgba(0,0,0,.06); }
.tab { flex: 1; padding: 13px 4px; font-family: inherit; font-size: .75rem; font-weight: 700; background: none; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; color: #aaa; cursor: pointer; letter-spacing: .5px; text-transform: uppercase; }
.tab.active { color: #B25624; border-bottom-color: #B25624; }

/* Content */
.tab-content { padding: 14px; max-width: 680px; margin: 0 auto; }

/* KPI grid */
.kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.kpi-card { background: white; padding: 13px; border-radius: 8px; border-left: 4px solid #B25624; box-shadow: 0 1px 3px rgba(0,0,0,.07); }
.kpi-card.full { grid-column: 1 / -1; }
.kpi-label { font-size: .58rem; color: #999; text-transform: uppercase; font-weight: 700; letter-spacing: .8px; margin-bottom: 4px; }
.kpi-value { font-size: 1.35rem; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; line-height: 1.1; }
.kpi-cmps { display: flex; flex-direction: column; gap: 2px; }
.kpi-cmp { font-size: .67rem; font-weight: 600; }
.up   { color: #16a34a; }
.down { color: #dc2626; }
.flat { color: #aaa; }

/* Section label */
.section-label { font-size: .62rem; font-weight: 700; color: #aaa; text-transform: uppercase; letter-spacing: 1px; margin: 18px 0 10px; }

/* Week chart */
.week-card { background: white; border-radius: 8px; padding: 14px; box-shadow: 0 1px 3px rgba(0,0,0,.07); }
.week-chart-wrap { position: relative; height: 145px; }

/* Entries list */
.entries-card { background: white; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,.07); overflow: hidden; }
.entry-row { display: flex; justify-content: space-between; align-items: flex-start; padding: 10px 14px; border-bottom: 1px solid #f3f4f6; }
.entry-row:last-child { border-bottom: none; }
.entry-left { flex: 1; min-width: 0; }
.entry-top { display: flex; align-items: baseline; gap: 6px; }
.entry-time { font-size: .68rem; color: #aaa; font-weight: 600; flex-shrink: 0; }
.entry-service { font-size: .82rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.entry-meta { font-size: .67rem; color: #bbb; margin-top: 2px; }
.entry-right { text-align: right; flex-shrink: 0; padding-left: 10px; }
.entry-amount { font-size: .82rem; font-weight: 700; }
.entry-amount.muted { color: #ccc; font-weight: 600; }
.entry-meth { font-size: .65rem; color: #bbb; margin-top: 2px; }
.no-entries { padding: 28px; text-align: center; color: #ccc; font-size: .8rem; }
.day-header { padding: 6px 14px; font-size: .6rem; font-weight: 700; color: #B25624; text-transform: uppercase; letter-spacing: .8px; background: #fdf6f1; border-bottom: 1px solid #f3f4f6; }

/* Chart cards */
.chart-card { background: white; border-radius: 8px; padding: 14px; margin-bottom: 14px; box-shadow: 0 1px 3px rgba(0,0,0,.07); border-top: 3px solid #B25624; }
.chart-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; gap: 8px; flex-wrap: wrap; }
.chart-title { font-size: .82rem; font-weight: 700; color: #B25624; }
.chart-wrapper { position: relative; height: 230px; }

/* Toggle */
.toggle { display: flex; background: #f3f4f6; border-radius: 6px; padding: 2px; }
.tgl { padding: 4px 8px; border: none; background: none; border-radius: 5px; font-family: inherit; font-size: .68rem; font-weight: 700; color: #999; cursor: pointer; white-space: nowrap; }
.tgl.active { background: white; color: #B25624; box-shadow: 0 1px 2px rgba(0,0,0,.1); }

/* Pricing */
.pricing-table { width: 100%; margin-top: 14px; border-collapse: collapse; font-size: .78rem; }
.pricing-table th { color: #999; font-size: .6rem; text-transform: uppercase; letter-spacing: .5px; padding: 5px 8px; text-align: left; border-bottom: 1px solid #e5e7eb; }
.pricing-table td { padding: 8px; border-bottom: 1px solid #f3f4f6; }
.pricing-table tr:last-child td { border-bottom: none; }
.payg td:first-child { font-weight: 700; }

/* Placeholder */
.placeholder-card { background: white; border-radius: 8px; padding: 22px; margin-bottom: 14px; box-shadow: 0 1px 3px rgba(0,0,0,.07); text-align: center; border: 2px dashed #e5e7eb; }
.placeholder-title { font-size: .82rem; font-weight: 700; color: #B25624; margin-bottom: 8px; }
.placeholder-text { font-size: .76rem; color: #aaa; line-height: 1.5; }

/* Loading */
.loading { text-align: center; padding: 48px 0; color: #aaa; font-size: .85rem; }
