: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}}#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}.expense-item{display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #00000040;padding:.5rem;margin:1rem 0;border-radius:12px;background-color:#554b4b}.expense-item__description{display:flex;flex-direction:column;gap:1rem;align-items:flex-end;flex-flow:column-reverse;justify-content:flex-start;flex:1;text-transform:capitalize}.expense-item h2{color:#3a3a3a;font-size:1rem;flex:1;margin:0 1rem;color:#fff}.expense-item__price{font-size:1rem;font-weight:700;color:#fff;background-color:#40005d;border:1px solid white;padding:.5rem;border-radius:12px}@media (min-width: 580px){.expense-item__description{flex-direction:row;align-items:center;justify-content:flex-start;flex:1}.expense-item__description h2{font-size:1.25rem}.expense-item__price{font-size:1.25rem;padding:.5rem 1.5rem}}.expense-date{display:flex;flex-direction:column;width:5.5rem;height:5.5rem;border:1px solid #ececec;background-color:#2a2a2a;color:#fff;border-radius:12px;align-items:center;justify-content:center}.expense-date__month{font-size:.75rem;font-weight:700}.expense-date__year{font-size:.75rem}.expense-date__day{font-size:1.5rem;font-weight:700}.card{border-radius:12px;box-shadow:0 1px 8px #00000040}.expenses{padding:1rem;background-color:#1f1f1f;margin:2rem auto;width:50rem;max-width:95%;border-radius:12px;box-shadow:0 1px 8px #00000040}.expenses-filter{color:#f1efef;padding:0 1rem}.expenses-filter__control{display:flex;width:100%;align-items:center;justify-content:space-between;margin:1rem 0}.expenses-filter label{font-weight:700;margin-bottom:.5rem}.expenses-filter select{font:inherit;padding:.5rem 3rem;font-weight:700;border-radius:6px}.expenses-list{list-style:none;padding:0}.expenses-list__fallback{color:#fff;text-align:center}.chart-bar{height:100%;display:flex;flex-direction:column;align-items:center}.chart-bar__inner{height:100%;width:100%;border:1px solid #313131;border-radius:12px;background-color:#c3b4f3;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.chart-bar__fill{background-color:#4826b9;width:100%;transition:all .3s ease-out}.chart-bar__label{font-weight:700;font-size:.5rem;text-align:center}.chart{padding:1rem;border-radius:12px;background-color:#f8dfff;text-align:center;display:flex;justify-content:space-around;height:10rem}.new-expense__controls{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;text-align:left}.new-expense__control label{font-weight:700;margin-bottom:.5rem;display:block}.new-expense__control input{font:inherit;padding:.5rem;border-radius:6px;border:1px solid #ccc;width:20rem;max-width:100%}.new-expense__actions{text-align:right}.new-expense{background-color:#a892ee;padding:1rem;margin:2rem auto;width:50rem;max-width:95%;border-radius:12px;text-align:center;box-shadow:0 1px 8px #00000040}.new-expense button{font:inherit;cursor:pointer;padding:1rem 2rem;border:1px solid #40005d;background-color:#40005d;color:#fff;border-radius:12px;margin-right:1rem}.new-expense button:hover,.new-expense button:active{background-color:#510674;border-color:#510674}.new-expense button.alternative{color:#220131;border-color:transparent;background-color:transparent}.new-expense button.alternative:hover,.new-expense button.alternative:active{background-color:#ddb3f8}
