*{padding:0;margin:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#wrapper{height:100vh;width:100%;overflow-y:auto}.container{height:93vh;width:100%;text-align:center;padding:40px;background:#f7f7f7}.title{font-size:2.5rem;margin-bottom:10px}.subtitle{font-size:1.2rem;margin-bottom:30px;color:#555}.card-container{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.card{width:300px;padding:20px;border:1px solid #ddd;border-radius:10px;box-shadow:0 0 10px #0000001a}.button{margin-top:15px;padding:10px 20px;background-color:#3f51b5;color:#fff;border:none;border-radius:5px;cursor:pointer}header{height:7vh;width:100%;background:#ccc}header>ul{height:100%;width:80%;margin:0 auto;list-style:none;display:flex;align-items:center;justify-content:center;gap:10%}li>a{color:#000;text-decoration:none}li>a:hover{color:#8a2be2}.expense-container{width:100%;height:93vh;background:#f7f7f7}.heading{width:100%;height:50px;background:#4caf50}.heading>h2{width:100%;height:100%;color:#fff;text-align:center;padding:10px;font-size:1.5rem;font-weight:600}.expense-manage{width:30%;margin:1% auto 0;display:flex;flex-direction:column;gap:20px}.display-balance{display:flex;justify-content:space-evenly;background:#fff;padding:10px 0;border:transparent;border-radius:7px;box-shadow:0 4px 10px #0000001a}.income,.Expense{display:flex;flex-direction:column;align-items:center;font-size:1.125rem}.green{color:green;font-size:1.125rem}.red{color:red;font-size:1.125rem}.history{background:#fff;padding:5px;border-radius:8px;box-shadow:0 4px 10px #0000001a}.history-container{width:100%;height:150px;display:flex;flex-direction:column;gap:10px;overflow-y:scroll;padding:5px}.history-content{width:100%;display:flex;background:#fff;padding:10px;border:transparent;border-radius:8px;box-shadow:0 4px 10px #0000001a;font-size:1rem}.name-head{flex-basis:70%}h2{flex-basis:30%}.delete-btn{flex-basis:10%;background:#fff;border:none;text-align:center;color:red;font-size:1.25rem}.add-expense{width:100%;display:flex;flex-direction:column;gap:10px;padding:5px;border-radius:8px;background:#fff;box-shadow:0 4px 10px #0000001a}.add-expense>.form{width:100%;display:flex;flex-direction:column;gap:10px}.form>input{padding:10px;outline:none;border-radius:8px;font-size:1rem;border:1px solid #ccc}.form>button{padding:10px;outline:none;border-radius:8px;font-size:1rem;border:1px solid #ccc;background:#007bff;color:#fff}.form>button:hover{background:#00f}.manage{display:flex;justify-content:space-around}.todo-container{width:100%;min-height:93vh;display:flex;flex-direction:column;gap:40px;background:#f7f7f7}.heading{width:100%;height:50px;background:#2ecc71}.heading>h2{width:100%;height:100%;color:#fff;text-align:center;padding:10px}.list-container{height:auto;width:90%;max-width:500px;margin:0 auto;background:#fff;box-shadow:0 8px 24px #0000001a;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px}.add-task{display:flex;gap:10px}.add-task>input{flex:1;padding:10px;border:1px solid #ccc;border-radius:8px;font-size:16px}.add-task>button{padding:10px 16px;border:none;background-color:#2ecc71;color:#fff;font-weight:700;border-radius:8px;cursor:pointer;transition:background .3s ease}.add-task>button:hover{background-color:#27ae60}.empty-state{text-align:center}.display-task{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.display-task::-webkit-scrollbar{width:6px}.display-task::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:8px}.task-details{display:flex;justify-content:space-between;align-items:center;background-color:#f1f1f1;padding:10px 12px;border-radius:10px}.add-task-details{display:flex;gap:10px;align-items:center}.add-task-details input[type=checkbox]{accent-color:#2ecc71}.completed span{text-decoration:line-through;color:#888}.task-details>button{background:transparent;border:none;color:#e74c3c;font-weight:700;cursor:pointer;transition:color .2s ease}.task-details>button:hover{color:#c0392b}@media screen and (max-width: 600px){.expense-manage{width:90%;margin-top:5%}.display-balance{flex-direction:column;gap:10px;padding:15px}.history-container{height:200px}.history-content{flex-direction:column;gap:10px}.delete-btn{font-size:1.125rem;align-self:flex-end}.form>input,.form>button{font-size:1rem;padding:.75rem}.heading>h2{font-size:1.25rem}}@media screen and (min-width: 601px) and (max-width: 1024px){.expense-manage{width:70%;margin-top:3%}.display-balance{gap:15px}.form>input,.form>button{font-size:1.125rem}.heading>h2{font-size:1.5rem}}
