@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);*{box-sizing:border-box}html{font-family:Noto Sans JP,sans-serif}body{background:linear-gradient(135deg,#ffeef8,#ffe0f0 35%,#fcf4ff);margin:0;min-height:100vh}.new-expense{background:linear-gradient(135deg,#ffd4e5,#ffb8d1);border:1px solid hsla(0,0%,100%,.5);border-radius:20px;box-shadow:0 6px 20px rgba(255,182,193,.25);margin:2rem auto;max-width:95%;padding:1.5rem;text-align:center;width:50rem}.new-expense button{background:linear-gradient(135deg,#f9c,#ffb3d9);border:1px solid #f9c;border-radius:12px;box-shadow:0 3px 10px rgba(255,153,204,.3);color:#fff;cursor:pointer;font:inherit;margin-right:1rem;padding:1rem 2rem;transition:all .3s ease}.new-expense button:active,.new-expense button:hover{background:linear-gradient(135deg,#ff80bf,#f9c);border-color:#ff80bf;box-shadow:0 5px 15px rgba(255,153,204,.4);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.new-expense button.alternative{background-color:initial;border-color:transparent;box-shadow:none;color:#8b6b8b}.new-expense button.alternative:active,.new-expense button.alternative:hover{background-color:rgba(255,220,230,.5);-webkit-transform:none;transform:none}.new-expense__controls{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;text-align:left}.new-expense__control label{color:#6b5b6b;display:block;font-weight:700;margin-bottom:.5rem}.new-expense__control input{background:hsla(0,0%,100%,.9);border:2px solid rgba(255,192,203,.3);border-radius:10px;font:inherit;max-width:100%;padding:.75rem;transition:all .3s ease;width:20rem}.new-expense__control input:focus{background:#fff;border-color:#ffb3d9;box-shadow:0 0 0 3px rgba(255,179,217,.1);outline:none}.new-expense__actions{text-align:right}.card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.3);border-radius:16px;box-shadow:0 4px 16px rgba(255,192,203,.15)}.expenses-filter{color:#6b5b6b;padding:0 1rem}.expenses-filter__control{align-items:center;display:flex;justify-content:space-between;margin:1rem 0;width:100%}.expenses-filter label{color:#5a4a5a;font-weight:700;margin-bottom:.5rem}.expenses-filter select{background:hsla(0,0%,100%,.95);border:2px solid rgba(255,192,203,.3);border-radius:10px;color:#6b5b6b;cursor:pointer;font:inherit;font-weight:700;padding:.75rem 3rem;transition:all .3s ease}.expenses-filter select:hover{border-color:#ffb3d9;box-shadow:0 2px 8px rgba(255,179,217,.2)}.expenses-filter select:focus{border-color:#f9c;box-shadow:0 0 0 3px rgba(255,153,204,.1);outline:none}.chart-bar{align-items:center}.chart-bar,.chart-bar__inner{display:flex;flex-direction:column;height:100%}.chart-bar__inner{background:linear-gradient(180deg,#fff5fa,#ffe0ec);border:1px solid rgba(255,192,203,.3);border-radius:12px;box-shadow:inset 0 1px 4px rgba(255,182,193,.1);justify-content:flex-end;overflow:hidden;width:100%}.chart-bar__fill{background:linear-gradient(180deg,#f9c,#ffb3d9);box-shadow:0 -2px 8px rgba(255,153,204,.3);transition:all .3s ease-out;width:100%}.chart-bar__label{color:#6b5b6b;font-size:.5rem;font-weight:700;text-align:center}.chart{background:linear-gradient(135deg,#fff0f5,#ffe8f1);border:1px solid rgba(255,182,193,.15);border-radius:16px;box-shadow:inset 0 2px 8px rgba(255,192,203,.1);display:flex;height:10rem;justify-content:space-around;padding:1rem;text-align:center}.expense-date{align-items:center;background:linear-gradient(145deg,#ffe6f0,#ffd1e6);border:2px solid pink;border-radius:16px;box-shadow:0 3px 8px rgba(255,192,203,.25);color:#6b5b6b;display:flex;flex-direction:column;height:5.5rem;justify-content:center;width:5.5rem}.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}.expense-item{align-items:center;background:linear-gradient(145deg,#fff5f8,#ffebf2);border:1px solid rgba(255,192,203,.2);border-radius:16px;box-shadow:0 4px 12px rgba(255,192,203,.3);display:flex;justify-content:space-between;margin:1rem 0;padding:.5rem}.expense-item__description{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;flex-flow:column-reverse;gap:1rem;justify-content:flex-start}.expense-item h2{color:#5a4a5a;flex:1 1;font-size:1rem;font-weight:600;margin:0 1rem}.expense-item__price{background:linear-gradient(135deg,#ffb3d9,#f9c);border:1px solid hsla(0,0%,100%,.5);border-radius:12px;box-shadow:0 2px 6px rgba(255,153,204,.3);color:#fff;font-size:1rem;font-weight:700;padding:.5rem}@media (min-width:580px){.expense-item__description{align-items:center;flex:1 1;flex-direction:row;justify-content:flex-start}.expense-item__description h2{font-size:1.25rem}.expense-item__price{font-size:1.25rem;padding:.5rem 1.5rem}}.expenses-list{list-style:none;padding:0}.expenses-list__fallback{background:rgba(255,240,245,.5);border:2px dashed rgba(255,192,203,.3);border-radius:12px;color:#8b6b8b;font-style:italic;padding:2rem;text-align:center}.expenses{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.85);border:1px solid rgba(255,192,203,.2);border-radius:20px;box-shadow:0 8px 24px rgba(255,182,193,.15);margin:2rem auto;max-width:95%;padding:1.5rem;width:50rem}
/*# sourceMappingURL=main.76abd070.css.map*/