*{box-sizing:border-box;margin:0;padding:0}body{color:#1e293b;background-color:#f8f7fa;justify-content:center;align-items:center;min-height:100vh;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.app-window{background:#fff padding-box padding-box;border:8px solid #fff6;border-radius:24px;width:100%;max-width:1400px;height:95vh;min-height:900px;max-height:1100px;display:flex;overflow:hidden;box-shadow:0 20px 40px -10px #0000001a}.sidebar{background:#fff;border-right:1px solid #f1f5f9;flex-direction:column;width:250px;padding:32px 24px;display:flex}.logo{color:#0f172a;align-items:center;gap:12px;margin-bottom:48px;font-size:20px;font-weight:800;display:flex}.logo-icon{background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:50%;width:28px;height:28px}.nav-list{flex-direction:column;gap:8px;list-style:none;display:flex}.nav-item{color:#64748b;cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:600;display:flex}.nav-item.active{color:#a855f7;background:#faf5ff;border-left:3px solid #a855f7}.nav-divider{background:#f1f5f9;height:1px;margin:24px 0}.main-content{background:#faf9fb;flex-direction:column;flex:1;padding:24px 32px;display:flex;overflow-y:auto}.tab-view{display:none}.tab-view.active-tab{animation:.3s fadeIn;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.topbar{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.topbar h1{color:#0f172a;font-size:24px;font-weight:700}.search-bar{color:#94a3b8;background:#fff;border:1px solid #e2e8f0;border-radius:99px;width:280px;padding:10px 20px;font-size:13px}.metric-row{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px;display:grid}.metric-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;padding:20px;display:flex;position:relative}.metric-icon{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;font-size:18px;display:flex}.icon-orange{color:#f97316;background:#fff7ed}.icon-purple{color:#a855f7;background:#faf5ff}.icon-green{color:#22c55e;background:#f0fdf4}.icon-red{color:#ef4444;background:#fef2f2}.metric-label{color:#64748b;margin-bottom:4px;font-size:13px;font-weight:500}.metric-val{color:#0f172a;font-size:24px;font-weight:800}.middle-row{grid-template-columns:2fr 1fr;gap:20px;margin-bottom:20px;display:grid}.section-card{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:20px}.section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-title{color:#0f172a;font-size:18px;font-weight:700}.chart-area{flex-direction:column;justify-content:center;height:200px;display:flex}.progress-container{background:#f1f5f9;border-radius:999px;width:100%;height:24px;margin-bottom:12px;overflow:hidden}.progress-bar{background:linear-gradient(90deg,#a855f7,#ec4899);border-radius:999px;height:100%}.credit-card{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:16px;margin-bottom:16px;padding:20px;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #a855f74d}.cc-label{opacity:.8;margin-bottom:4px;font-size:12px}.cc-val{letter-spacing:1px;margin-bottom:16px;font-family:monospace;font-size:22px;font-weight:800}.cc-bottom{opacity:.8;text-transform:uppercase;justify-content:space-between;font-size:10px;display:flex}.credit-card.blue{background:linear-gradient(135deg,#3b82f6,#0ea5e9);box-shadow:0 10px 15px -3px #3b82f64d}.bottom-row{grid-template-columns:2fr 1fr;gap:20px;display:grid}.tx-list{flex-direction:column;gap:12px;display:flex}.tx-item{border:1px solid #f1f5f9;border-radius:12px;grid-template-columns:2.5fr 1fr 1fr 1fr;align-items:center;padding:10px 16px;font-size:13px;display:grid}.tx-name{color:#0f172a;align-items:center;gap:12px;font-weight:600;display:flex}.tx-icon{background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.tx-date{color:#64748b}.tx-price{color:#0f172a;font-family:monospace;font-weight:700}.tx-status{text-align:right}.badge{border-radius:99px;padding:4px 10px;font-size:11px;font-weight:600}.badge.completed{color:#166534;background:#dcfce7}.badge.gray{color:#64748b;background:#f1f5f9}.installment-item{margin-bottom:20px}.inst-header{justify-content:space-between;margin-bottom:8px;font-size:13px;font-weight:600;display:flex}.inst-progress{background:#f1f5f9;border-radius:99px;height:6px;margin-bottom:8px;overflow:hidden}.inst-bar{background:#a855f7;border-radius:99px;height:100%}.inst-footer{color:#64748b;justify-content:space-between;font-size:11px;display:flex}.empty-state{text-align:center;color:#94a3b8;padding:40px}.tax-filter-banner{color:#854d0e;background:#fefce8;border:1px solid #fef08a;border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:12px 16px;font-size:13px;font-weight:600;display:flex}
