.app{min-height:100dvh;display:flex;flex-direction:column}.push-banner{background:linear-gradient(135deg,#065f46,#047857);padding:1rem 1.25rem;color:#fff}.push-banner p{font-size:.9rem;margin-bottom:.75rem;line-height:1.4}.push-banner-actions{display:flex;gap:.5rem;align-items:center}.push-btn{padding:.5rem 1rem;background:#fff;color:#065f46;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer}.push-btn:disabled{opacity:.7;cursor:not-allowed}.push-dismiss{background:transparent;color:#ffffffe6;border:none;font-size:.875rem;cursor:pointer}.status-push{color:var(--cash-in);font-size:.7em}.header{padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--bg-secondary);flex-shrink:0}.title{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.subtitle{font-size:.875rem;color:var(--text-secondary);margin-top:.25rem}.status{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.75rem;color:var(--text-muted)}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted)}.status-dot.connected{background:var(--cash-in);box-shadow:0 0 8px var(--cash-in)}.main{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1rem 1rem 5rem}.loading{display:flex;justify-content:center;align-items:center;min-height:200px;color:var(--text-secondary)}.list{display:flex;flex-direction:column;gap:.75rem}.empty{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:1rem;line-height:1.6}.card{padding:1rem;border-radius:12px;border-left:4px solid}.card-in{background:var(--cash-in-bg);border-left-color:var(--cash-in)}.card-out{background:var(--cash-out-bg);border-left-color:var(--cash-out)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.card-type{font-size:1rem;font-weight:600}.card-amount{font-size:1.125rem;font-weight:700}.amount-in{color:var(--cash-in)}.amount-out{color:var(--cash-out)}.card-description{font-size:.875rem;color:#cbd5e1;margin-bottom:.25rem}.card-reference{font-size:.75rem;color:var(--text-secondary);margin-bottom:.25rem}.card-date{font-size:.75rem;color:var(--text-muted)}.refresh-btn{position:fixed;bottom:calc(1rem + var(--safe-bottom));left:50%;transform:translate(-50%);padding:.75rem 1.5rem;background:var(--bg-secondary);border:1px solid #334155;border-radius:999px;color:var(--text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.refresh-btn:hover:not(:disabled){background:#334155}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}@media (min-width: 480px){.app{max-width:420px;margin:0 auto;box-shadow:0 0 0 1px var(--bg-secondary)}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--cash-in: #22c55e;--cash-in-bg: #052e16;--cash-out: #ef4444;--cash-out-bg: #450a0a;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}html{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100dvh;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}#root{min-height:100dvh;padding-top:var(--safe-top);padding-bottom:var(--safe-bottom)}
