*{margin:0;padding:0;box-sizing:border-box}html,body,#root{overflow-x:hidden;max-width:100vw}:root{--bg: #0f172a;--surface: #1e293b;--surface2: #283548;--border: #334155;--text: #f1f5f9;--muted: #94a3b8;--primary: #3b82f6;--green: #22c55e;--red: #ef4444;--yellow: #eab308;--orange: #f97316;--purple: #a855f7;--radius: 12px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{background:var(--surface);border-bottom:1px solid var(--border);padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:50}.navbar h1{font-size:1rem;font-weight:700}.navbar-right{display:flex;gap:.5rem;align-items:center}.nav-tabs{display:flex;gap:0;background:var(--surface);border-bottom:1px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nav-tabs::-webkit-scrollbar{display:none}.nav-tab{flex:1;min-width:0;padding:.75rem .5rem;border:none;background:transparent;color:var(--muted);font-size:.75rem;font-weight:600;cursor:pointer;text-align:center;border-bottom:2px solid transparent;transition:all .15s;white-space:nowrap}.nav-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.page{flex:1;padding:1rem;max-width:600px;margin:0 auto;width:100%}.card{background:var(--surface);border-radius:var(--radius);padding:1rem;margin-bottom:.75rem;border:1px solid var(--border)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.card-title{font-size:.8125rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}.stat-card{background:var(--surface);border-radius:var(--radius);padding:.875rem;border:1px solid var(--border);text-align:center}.stat-value{font-size:1.375rem;font-weight:800;line-height:1.2}.stat-label{font-size:.6875rem;color:var(--muted);margin-top:.25rem;text-transform:uppercase;letter-spacing:.3px}.list-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border)}.list-item:last-child{border-bottom:none}.list-item-left{min-width:0;flex:1}.list-item-name{font-size:.875rem;font-weight:600}.list-item-meta{font-size:.75rem;color:var(--muted);margin-top:.125rem}.list-item-right{text-align:right;flex-shrink:0;margin-left:.75rem}.list-item-value{font-size:.9375rem;font-weight:700}.list-item-sub{font-size:.6875rem;color:var(--muted)}.badge{display:inline-block;padding:.15rem .5rem;border-radius:4px;font-size:.625rem;font-weight:700}.badge-green{background:#22c55e26;color:var(--green)}.badge-red{background:#ef444426;color:var(--red)}.badge-yellow{background:#eab30826;color:var(--yellow)}.badge-blue{background:#3b82f626;color:var(--primary)}input,select{width:100%;padding:.625rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:16px;-webkit-appearance:none}input:focus,select:focus{outline:none;border-color:var(--primary)}button{padding:.625rem 1.25rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:.875rem;transition:opacity .15s;-webkit-tap-highlight-color:transparent}button:active{opacity:.7}.btn-primary{background:var(--primary);color:#fff;width:100%}.btn-sm{padding:.375rem .75rem;font-size:.75rem}.profit-bar{height:6px;border-radius:3px;background:var(--border);overflow:hidden;margin-top:.375rem}.profit-bar-fill{height:100%;border-radius:3px;transition:width .3s}.section-title{font-size:.875rem;font-weight:700;margin-bottom:.75rem;display:flex;justify-content:space-between;align-items:center}.setup{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.setup-box{background:var(--surface);padding:2rem;border-radius:var(--radius);width:100%;max-width:380px;text-align:center}.setup-box h1{font-size:1.25rem;margin-bottom:.5rem}.setup-box p{font-size:.8125rem;color:var(--muted);margin-bottom:1.5rem}.empty{text-align:center;padding:3rem 1rem;color:var(--muted)}.empty-icon{font-size:2.5rem;margin-bottom:.5rem;display:block}.refresh-bar{text-align:center;padding:.5rem;font-size:.75rem;color:var(--muted);background:var(--surface2)}.date-filter{display:flex;gap:.5rem;margin-bottom:1rem}.date-filter input{flex:1;font-size:14px}@media (min-width: 500px){.stats-grid{grid-template-columns:repeat(4,1fr)}}
