:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--bg: #0c0c0e;--surface: #16161a;--surface-2: #1e1e24;--border: rgba(255, 255, 255, .08);--border-active: rgba(255, 255, 255, .18);--text: #fafafa;--text-dim: rgba(255, 255, 255, .55);--text-muted: rgba(255, 255, 255, .35);--accent: #6366f1;--accent-hover: #818cf8;--success: #22c55e;--danger: #ef4444;--warning: #f59e0b;--radius: .625rem;--radius-sm: .375rem}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-brand{display:flex;align-items:center;gap:.625rem}.logo-icon{font-size:1.5rem;color:var(--accent);line-height:1}.header-brand h1{margin:0;font-size:1.125rem;font-weight:700;letter-spacing:-.03em}.header-nav{display:flex;gap:.25rem}.nav-btn{position:relative;display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border:none;background:transparent;color:var(--text-dim);font-size:.85rem;font-weight:500;border-radius:var(--radius-sm);cursor:pointer;transition:all .15s ease;font-family:inherit}.nav-btn:hover,.nav-btn.active{color:var(--text);background:var(--surface-2)}.nav-btn.active:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:1.25rem;height:2px;background:var(--accent);border-radius:1px}.nav-icon{font-size:1rem}.nav-badge{font-size:.65rem;font-weight:700;background:var(--accent);color:#fff;padding:.05rem .4rem;border-radius:99px;min-width:1.1rem;text-align:center}.app-main{flex:1;padding:2rem 1.5rem;max-width:960px;width:100%;margin:0 auto}.view-container{animation:fadeUp .25s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.view-title{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;letter-spacing:-.03em}.view-subtitle{margin:0 0 1.75rem;color:var(--text-dim);font-size:.875rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.6}.empty-state p{margin:0;color:var(--text-dim);font-size:.9rem;max-width:24rem}.success-banner{background:#22c55e1f;border:1px solid rgba(34,197,94,.25);color:var(--success);padding:.75rem 1rem;border-radius:var(--radius-sm);margin-bottom:1.25rem;font-size:.875rem;font-weight:500}.payment-form{display:flex;flex-direction:column;gap:1.125rem;max-width:32rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.78rem;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em}.form-group input,.form-group select{padding:.625rem .875rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.9rem;font-family:inherit;transition:border-color .15s ease;outline:none}.form-group input:focus,.form-group select:focus{border-color:var(--accent)}.form-group input::placeholder{color:var(--text-muted)}.form-group select{cursor:pointer}.form-group select option{background:var(--surface)}.amount-input-wrapper{position:relative}.currency-symbol{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:var(--text-dim);font-size:.9rem;pointer-events:none}.amount-input-wrapper input{padding-left:1.75rem;width:100%}.btn-primary{padding:.75rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease;margin-top:.5rem}.btn-primary:hover{background:var(--accent-hover)}.receipts-layout{display:flex;flex-direction:column;gap:1.5rem}.receipt-list{display:flex;flex-direction:column;gap:.375rem}.receipt-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all .15s ease;font-family:inherit;color:var(--text);text-align:left;width:100%}.receipt-item:hover{border-color:var(--border-active);background:var(--surface-2)}.receipt-item.active{border-color:var(--accent);background:#6366f10f}.receipt-item-left{display:flex;align-items:center;gap:.75rem;min-width:0}.receipt-category-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);background:#6366f11a;padding:.2rem .5rem;border-radius:var(--radius-sm);white-space:nowrap}.receipt-desc{font-weight:500;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.receipt-recipient{color:var(--text-dim);font-size:.8rem;white-space:nowrap}.receipt-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;flex-shrink:0}.receipt-amount{font-weight:700;font-size:.95rem;font-variant-numeric:tabular-nums}.receipt-date{font-size:.72rem;color:var(--text-muted)}.receipt-detail{display:flex;justify-content:center}.receipt-paper{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;max-width:24rem;width:100%;font-size:.85rem}.receipt-header-block{text-align:center;margin-bottom:.5rem}.receipt-header-block h3{margin:0;font-size:.8rem;letter-spacing:.2em;color:var(--text-dim)}.receipt-id-label{margin:.25rem 0 0;font-size:.72rem;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.receipt-line{height:1px;background:var(--border);margin:.875rem 0;background-image:repeating-linear-gradient(90deg,var(--border) 0,var(--border) 4px,transparent 4px,transparent 8px)}.receipt-field{display:flex;justify-content:space-between;padding:.25rem 0;color:var(--text-dim)}.receipt-field span:last-child{color:var(--text);font-weight:500;text-align:right;max-width:60%;word-break:break-word}.receipt-total{font-size:1.05rem}.receipt-total span{color:var(--text)!important;font-weight:700!important}.receipt-status{text-align:center;font-size:.78rem;color:var(--text-dim);margin-top:.25rem}.status-completed{color:var(--success);font-weight:700}.status-pending{color:var(--warning);font-weight:700}.status-failed{color:var(--danger);font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:2rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim)}.stat-value{font-size:1.35rem;font-weight:700;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.chart-section{margin-bottom:2rem}.section-title{margin:0 0 1rem;font-size:.95rem;font-weight:600;color:var(--text-dim)}.bar-chart{display:flex;flex-direction:column;gap:.625rem}.bar-row{display:grid;grid-template-columns:140px 1fr 80px;align-items:center;gap:.75rem}.bar-label{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-cat-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.bar-track{height:8px;background:var(--surface-2);border-radius:4px;overflow:hidden}.bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.bar-value{font-size:.82rem;font-weight:600;font-variant-numeric:tabular-nums;text-align:right;color:var(--text)}.month-chart{display:flex;align-items:flex-end;gap:.75rem;height:160px;padding-bottom:.5rem}.month-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:.375rem;height:100%}.month-bar-wrapper{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.month-bar{width:70%;max-width:3rem;background:var(--accent);border-radius:var(--radius-sm) var(--radius-sm) 0 0;transition:height .4s ease;min-height:4px}.month-amount{font-size:.72rem;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.month-label{font-size:.68rem;color:var(--text-muted)}.tx-list{display:flex;flex-direction:column;gap:.25rem}.tx-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.tx-left{display:flex;align-items:center;gap:.75rem;min-width:0}.tx-cat-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.tx-desc{display:block;font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tx-meta{display:block;font-size:.72rem;color:var(--text-muted)}.tx-right{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;flex-shrink:0}.tx-amount{font-weight:700;font-size:.875rem;font-variant-numeric:tabular-nums;color:var(--danger)}.tx-date{font-size:.68rem;color:var(--text-muted)}@media(max-width:640px){.app-header{flex-direction:column;gap:.75rem;padding:1rem}.app-main{padding:1.25rem 1rem}.form-row{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.bar-row{grid-template-columns:100px 1fr 60px}.receipt-item-left{flex-direction:column;align-items:flex-start;gap:.25rem}.receipt-recipient{display:none}}
