body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f4f6}.MuiButton-root{text-transform:none!important;border-radius:8px!important;box-shadow:none!important}.app-layout{display:flex;height:100vh}.sidebar{width:256px;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;flex-shrink:0}.sidebar-header{padding:1rem;border-bottom:1px solid #e5e7eb;height:4rem;display:flex;align-items:center}.sidebar-header h1{font-size:1.5rem;font-weight:700;color:#4f46e5}.sidebar-nav{flex-grow:1;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;padding:.75rem;color:#374151;border-radius:.375rem;text-decoration:none;font-size:1.125rem;transition:all .2s}.nav-item:hover{background-color:#f3f4f6}.nav-item.active{background-color:#eef2ff;color:#4f46e5;font-weight:700}.sidebar-footer{padding:1rem;border-top:1px solid #e5e7eb}.main-content{flex-grow:1;padding:2rem;overflow-y:auto}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem}.dashboard-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.dashboard-card.col-span-2{grid-column:span 2 / span 2}.drop-zone{margin-top:1rem;border:2px dashed #d1d5db;border-radius:.5rem;padding:3rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;transition:background-color .3s}.drop-zone.active{background-color:#eef2ff;border-color:#4f46e5}.transaction-list-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e5e7eb}.transaction-list-item:last-child{border-bottom:none}.transaction-details{display:flex;align-items:center;gap:1rem}.transaction-icon{background-color:#eef2ff;color:#4f46e5;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:700}.transaction-category{font-size:.875rem;color:#6b7280}.transaction-amount{font-weight:600;color:#1f2937}.loader{border:4px solid #f3f3f3;border-top:4px solid #4f46e5;border-radius:50%;width:40px;height:40px;animation:spin 1.5s linear infinite;margin:1rem auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;height:100vh}
