:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.calendar-view{border:1.5px solid #2d5a27;background-color:#fff}.calendar-nav{display:flex;justify-content:center;align-items:center;gap:40px;padding:15px;background-color:#f9fbf9;border-bottom:1.5px solid #2d5a27}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);width:100%}.calendar-name{border-bottom:1.5px solid #2d5a27;border-right:1.5px solid #2d5a27;background-color:#f0f7f0;text-align:center;padding:10px 0}.cell{height:55px;border-bottom:1.5px solid #2d5a27;border-right:1.5px solid #2d5a27;padding:8px;display:flex;flex-direction:column;justify-content:space-between}.day-name:nth-child(7n),.cell:nth-child(7n){border-right:none}.cell:nth-last-child(-n+7){border-bottom:none}.cell-amounts{display:flex;flex-direction:column;align-items:flex-end;min-height:2.4em;justify-content:flex-end}.cell.other-month{background-color:#d7e3db;color:#999}.cell.other-month .date-num{color:#006428}.cell-amounts span{font-size:.85rem;line-height:1.2;white-space:nowrap}.income-amount{color:#00c950}.expense-amount{color:#ff0004}@media (max-width: 767px){.cell{height:90px;min-height:90px;padding:4px}}.history-list{display:flex;flex-direction:column}.date-header{background-color:#2d5a27;color:#fff;padding:4px 12px;font-size:.85rem;font-weight:700}.transaction-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #e0e0e0;background:#fff;cursor:pointer;transition:background .2s}.transaction-item:hover{background:#f5f5f5}.item-main{display:flex;flex-direction:column;gap:2px}.category-label{font-size:.9rem;color:#2d5a27}.item-name{font-size:.8rem;color:#666}.amount{font-size:1.1rem;font-weight:500}.type-income .amount{color:#2d5a27}.type-expense .amount{color:#c00}.move-tag{background:#666;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:10px;margin-right:8px}.dashboard-layout{display:flex;flex-direction:column;gap:20px;padding:15px}@media (min-width: 768px){.dashboard-layout{display:flex;flex-direction:row;gap:40px;padding:20px;max-width:1800px;margin:0 auto}.dashboard-left{flex:3;min-width:800px}.dashboard-right{flex:1;min-width:350px}}.summary-container{margin-top:20px;display:flex;flex-direction:column;gap:8px;border-top:2px solid #2d5a27;padding-top:15px}.summary-item{display:flex;justify-content:space-between;padding:10px;background:#f9fbf9;border-radius:4px}.summary-item.balance{background:#e8eee8;font-size:1.2rem;border:1px solid #2d5a27}.summary-item.out strong{color:#c00}.summary-item.income strong{color:#2d5a27}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.transaction-buttons,.form-buttons{display:flex;gap:10px}.edit-button{background-color:#ffc107;color:#000;border:none;padding:5px 10px;border-radius:4px;cursor:pointer}.edit-button:hover{background-color:#e0a800}header{text-align:center;margin-bottom:20px}.nav-menu{display:flex;justify-content:center;gap:20px;margin-top:10px}.nav-menu a{text-decoration:none;color:#007bff;font-weight:700;padding:5px 10px;border-radius:4px}.nav-menu a:hover{background-color:#f0f7ff}.summary-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;border-radius:12px;text-align:center;margin-bottom:20px;box-shadow:0 4px 6px #0000001a}.summary-card p{margin:0;font-size:.9rem;opacity:.8}.summary-card h2{margin:5px 0 0;font-size:2rem}.tab-group{display:flex;justify-content:center;margin-bottom:20px;background:#eee;border-radius:8px;padding:5px}.tab-group button{flex:1;padding:10px;border:none;background:none;cursor:pointer;border-radius:5px}.tab-group button.active{background:#fff;box-shadow:0 2px 4px #0000001a;font-weight:700}.type-income{color:#007bff}.type-expense{color:#dc3545}.type-move{color:#6c757d}
