@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#e2e8f0;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);height:100%;font-family:Inter,system-ui,sans-serif}a{color:#818cf8;text-decoration:none}a:hover{color:#a5b4fc}.app-layout{min-height:100vh;display:flex}.sidebar{background:linear-gradient(#1e293b 0%,#0f172a 100%);border-right:1px solid #6366f133;flex-direction:column;gap:4px;width:260px;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-logo{color:#e2e8f0;margin-bottom:8px;font-size:1.2rem;font-weight:700}.sidebar-divider{background:#6366f133;height:1px;margin:12px 0}.sidebar-link{color:#94a3b8;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.sidebar-link:hover{color:#e2e8f0;background:#6366f11a}.sidebar-link.active{color:#818cf8;background:#6366f126}.sidebar-section{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-top:8px;padding:8px 14px 4px;font-size:.75rem;font-weight:600}.sidebar select{color:#e2e8f0;background:#0f172acc;border:1px solid #6366f133;border-radius:8px;width:calc(100% - 28px);margin:4px 14px;padding:8px 12px;font-size:.9rem}.main-content{flex:1;min-width:0;padding:32px 40px}h1{margin-bottom:8px;font-size:2rem;font-weight:700}h2{color:#e2e8f0;margin-bottom:12px;font-size:1.4rem;font-weight:600}h3{margin-bottom:8px;font-size:1.1rem;font-weight:600}.caption{color:#94a3b8;margin-bottom:16px;font-size:.85rem}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.kpi-card{background:#0f172a99;border:1px solid #6366f126;border-radius:12px;padding:20px;transition:border-color .2s}.kpi-card:hover{border-color:#6366f166}.kpi-label{color:#94a3b8;margin-bottom:4px;font-size:.85rem}.kpi-value{font-family:Courier New,monospace;font-size:1.5rem;font-weight:700}.kpi-value.positive{color:#34d399}.kpi-value.negative{color:#f87171}.kpi-value.neutral{color:#818cf8}.data-table{border-collapse:collapse;width:100%;font-size:.88rem}.data-table th{text-align:left;color:#94a3b8;border-bottom:1px solid #6366f133;padding:10px 12px;font-weight:600}.data-table td{border-bottom:1px solid #1e293b80;padding:10px 12px}.data-table tr:hover td{background:#6366f10d}.amount-pos{color:#34d399;font-family:Courier New,monospace;font-weight:700}.amount-neg{color:#f87171;font-family:Courier New,monospace;font-weight:700}.badge{border-radius:20px;margin-right:4px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-block}.badge-biz{color:#818cf8;background:#6366f133}.badge-pers{color:#fb7185;background:#fb718526}.badge-cc{color:#fb923c;background:#fb923c26}.badge-other{color:#94a3b8;background:#94a3b826}.badge-sb{color:#facc15;background:#facc1533}.form-group{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.form-group label{color:#94a3b8;font-size:.8rem;font-weight:500}input,select,textarea{color:#e2e8f0;background:#0f172acc;border:1px solid #6366f133;border-radius:8px;padding:8px 12px;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s}input:focus,select:focus,textarea:focus{border-color:#818cf8;outline:none}input[type=checkbox]{accent-color:#818cf8;width:16px;height:16px}.form-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:16px;display:grid}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1,#818cf8)}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-success{color:#fff;background:linear-gradient(135deg,#059669,#34d399)}.btn-success:hover{opacity:.9}.btn-danger{color:#fff;background:linear-gradient(135deg,#dc2626,#f87171)}.btn-danger:hover{opacity:.9}.btn-ghost{color:#94a3b8;background:0 0;border:1px solid #6366f133}.btn-ghost:hover{color:#e2e8f0;background:#6366f11a}.btn-sm{padding:4px 10px;font-size:.8rem}.card{background:#0f172a99;border:1px solid #6366f126;border-radius:12px;margin-bottom:20px;padding:20px}.section-divider{background:#6366f126;height:1px;margin:24px 0}.upload-zone{text-align:center;cursor:pointer;background:#6366f10d;border:2px dashed #6366f14d;border-radius:14px;padding:40px;transition:all .2s}.upload-zone:hover,.upload-zone.active{background:#6366f11a;border-color:#818cf8}.upload-zone input[type=file]{display:none}.tabs{border-bottom:1px solid #6366f133;gap:0;margin-bottom:24px;display:flex}.tab{cursor:pointer;color:#94a3b8;border-bottom:2px solid #0000;padding:10px 20px;font-weight:500;transition:all .2s}.tab:hover{color:#e2e8f0}.tab.active{color:#818cf8;border-bottom-color:#818cf8}.stmt-table{border-collapse:collapse;width:100%;font-size:.9rem}.stmt-table td{padding:8px 12px}.stmt-table .section-header td{color:#818cf8;padding-top:16px;font-size:1rem;font-weight:700}.stmt-table .line-item td:last-child{text-align:right;font-family:Courier New,monospace}.stmt-table .subtotal td{border-top:1px solid #6366f133;font-weight:600}.stmt-table .subtotal td:last-child{text-align:right;font-family:Courier New,monospace}.stmt-table .total td{border-top:2px solid #6366f166;font-size:1.05rem;font-weight:700}.stmt-table .total td:last-child{text-align:right;font-family:Courier New,monospace}.stmt-table .separator td{height:12px}.alert{border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:.9rem}.alert-warning{color:#facc15;background:#facc151a;border:1px solid #facc154d}.alert-info{color:#818cf8;background:#6366f11a;border:1px solid #6366f14d}.alert-success{color:#34d399;background:#34d3991a;border:1px solid #34d3994d}.alert-error{color:#f87171;background:#f871711a;border:1px solid #f871714d}.spinner{border:2px solid #6366f14d;border-top-color:#818cf8;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.sidebar{display:none}.main-content{padding:16px}.kpi-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}}.expander{border:1px solid #6366f126;border-radius:8px;margin-bottom:12px}.expander-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:12px 16px;font-weight:500;display:flex}.expander-header:hover{background:#6366f10d}.expander-body{padding:0 16px 16px}.note-box{color:#c8d3e0;background:#6366f114;border-left:3px solid #818cf8;border-radius:0 8px 8px 0;margin-top:16px;padding:14px 18px;font-size:.85rem;line-height:1.5}.toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.toolbar select,.toolbar input{min-width:160px}.mobile-nav,.mobile-drawer-overlay{display:none}@media (width<=768px){.sidebar{display:none}.main-content{padding:16px 14px 80px}.main-content h1{font-size:1.5rem}.main-content h2{font-size:1.1rem}.kpi-grid{grid-template-columns:1fr 1fr;gap:10px}.kpi-card{padding:14px}.data-table-wrap,.table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}.data-table{min-width:560px}.form-row{grid-template-columns:1fr}.card{padding:14px}.toolbar{gap:8px}.toolbar select,.toolbar input{flex:1;min-width:0}.stmt-table{font-size:.82rem}.mobile-nav{z-index:900;height:60px;padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(12px);background:#0f172af7;border-top:1px solid #6366f140;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav-item{color:#64748b;cursor:pointer;letter-spacing:.01em;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:6px 2px;font-size:.62rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.mobile-nav-item.active{color:#818cf8}.mobile-nav-item:hover{color:#a5b4fc}.mobile-nav-icon{font-size:1.3rem;line-height:1}.mobile-drawer-overlay{z-index:950;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;align-items:flex-end;display:flex;position:fixed;inset:0}.mobile-drawer{width:100%;padding:16px 20px calc(16px + env(safe-area-inset-bottom));background:#1e293b;border-top:1px solid #6366f14d;border-radius:16px 16px 0 0;max-height:80vh;overflow-y:auto}.mobile-drawer-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.mobile-drawer-title{color:#e2e8f0;font-size:1rem;font-weight:700}.mobile-drawer-close{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:1.1rem}.mobile-drawer-year{background:#6366f114;border-radius:10px;align-items:center;gap:12px;margin-bottom:16px;padding:10px 14px;display:flex}.mobile-drawer-year label{color:#94a3b8;white-space:nowrap;font-size:.85rem}.mobile-drawer-year select{flex:1;padding:6px 10px}.mobile-drawer-section{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:8px;font-size:.72rem}.mobile-drawer-link{color:#cbd5e1;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.mobile-drawer-link:hover,.mobile-drawer-link.active{color:#818cf8;background:#6366f126}.mobile-drawer-divider{background:#6366f133;height:1px;margin:14px 0}.mobile-drawer-user{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.mobile-drawer-user-info{flex:1;min-width:0}.mobile-drawer-user-info .user-name{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.mobile-drawer-user-info .user-email{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}}
