*{margin:0;padding:0;box-sizing:border-box}.app-layout{display:flex;min-height:100vh;font-family:Poppins,sans-serif}.sidebar{width:250px;background:linear-gradient(180deg,#1e3c72,#2a5298);color:#fff;padding:25px 20px;display:flex;flex-direction:column;box-shadow:4px 0 10px #0003}.sidebar-title{font-size:1.6rem;font-weight:700;text-align:center;margin-bottom:40px;letter-spacing:1px;text-transform:uppercase}.sidebar ul{list-style:none;padding:0}.sidebar li{padding:14px 18px;margin-bottom:12px;cursor:pointer;border-radius:8px;transition:all .3s ease;font-size:1rem;display:flex;align-items:center;gap:10px}.sidebar li:hover{background:#ffffff26;transform:translate(6px)}.sidebar li.active{background:#ffffff40;font-weight:700;box-shadow:inset 0 0 6px #ffffff4d}.main-content{padding:30px;overflow-y:auto;margin:auto}.main-content h1{font-size:2rem;color:#2c3e50;margin-bottom:20px}.card{background:#fff;padding:20px;border-radius:14px;box-shadow:0 4px 12px #00000014;margin-bottom:20px;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}button{background:linear-gradient(135deg,#007bff,#00c6ff);color:#fff;border:none;padding:10px 16px;border-radius:8px;font-weight:700;cursor:pointer;transition:transform .2s,background .3s}button:hover{background:linear-gradient(135deg,#0056b3,#09c);transform:scale(1.05)}input,placeholder{text-align:center}select,option{text-align:center}input,select{width:100%;padding:12px;margin-bottom:14px;border:1px solid #ddd;border-radius:10px;transition:border .2s,box-shadow .2s}input:focus,select:focus{border-color:#007bff;box-shadow:0 0 8px #007bff4d;outline:none}.expense-item{display:flex;justify-content:space-between;align-items:center;background:#f9fbfc;padding:14px;border-radius:10px;margin-bottom:12px;transition:transform .2s}.expense-item:hover{transform:scale(1.02);background:#eef4fb}.delete-btn{background:linear-gradient(135deg,#e74c3c,#ff6b6b);padding:8px 14px;border:none;border-radius:6px;color:#fff;font-weight:700;cursor:pointer;transition:transform .2s,background .3s}.delete-btn:hover{background:linear-gradient(135deg,#c0392b,#e74c3c);transform:scale(1.1)}center{margin-bottom:20px}.dash-page{display:flex;flex-direction:column;align-items:center}form{background:#fff;padding:20px;border-radius:14px;box-shadow:0 4px 12px #00000014;margin-bottom:20px;transition:transform .2s ease,box-shadow .2s ease}form:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}.category-table{width:100%;border-collapse:collapse;margin-top:15px}.category-table th,.category-table td{padding:12px 15px;border:1px solid #ddd;text-align:left}.category-table th{background:#007bff;color:#fff;font-weight:700}.category-table tr:nth-child(2n){background:#f9f9f9}.category-table tr:hover{background:#eef4fb;transition:background .2s ease}
