@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Lao:wght@400;500;600;700&display=swap";:root{--primary-color:#4361ee;--secondary-color:#3f37c9;--success-color:#2ecc71;--info-color:#4895ef;--warning-color:#f72585;--danger-color:#e63946;--light-bg:#f8f9fa;--sidebar-width:260px;--header-height:60px}body{font-family:Noto Sans Lao,sans-serif;background-color:var(--light-bg);overflow-x:hidden}.sidebar{width:var(--sidebar-width);height:100vh;position:fixed;top:0;left:0;background:#fff;box-shadow:2px 0 10px #0000000d;z-index:1000;transition:all .3s ease;display:flex;flex-direction:column}.sidebar-header{height:var(--header-height);display:flex;align-items:center;padding:0 20px;border-bottom:1px solid #eee;background:var(--primary-color);color:#fff}.sidebar-brand{font-size:1.25rem;font-weight:600;text-decoration:none;color:#fff;display:flex;align-items:center;gap:10px}.sidebar-menu{padding:20px 10px;flex-grow:1;overflow-y:auto}.nav-item{margin-bottom:5px}.nav-link{color:#555;padding:12px 20px;border-radius:10px;transition:all .2s;display:flex;align-items:center;font-weight:500;cursor:pointer}.nav-link i{width:25px;font-size:1.1rem;margin-right:10px}.nav-link:hover,.nav-link.active{background-color:#eef2ff;color:var(--primary-color)}.nav-link.active{background-color:var(--primary-color);color:#fff;box-shadow:0 4px 12px #4361ee4d}.main-wrapper{margin-left:var(--sidebar-width);min-height:100vh;transition:all .3s ease}.top-header{height:var(--header-height);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 30px;box-shadow:0 2px 5px #00000005;position:sticky;top:0;z-index:900}.content-body{padding:30px}.card{border:none;border-radius:16px;box-shadow:0 4px 20px #00000008;background:#fff;margin-bottom:24px;transition:transform .2s}.card:hover{transform:translateY(-2px)}.card-header{background:transparent;border-bottom:1px solid #f0f0f0;padding:20px 25px;font-weight:600;font-size:1.1rem}.stat-card{padding:20px;border-radius:16px;color:#fff;position:relative;overflow:hidden}.bg-gradient-primary{background:linear-gradient(45deg,#4361ee,#3a0ca3)}.bg-gradient-success{background:linear-gradient(45deg,#2ecc71,#27ae60)}.bg-gradient-danger{background:linear-gradient(45deg,#e63946,#b5179e)}.bg-gradient-warning{background:linear-gradient(45deg,#f8961e,#f9c74f)}.stat-card h3{font-weight:700;margin-bottom:5px}.stat-card p{opacity:.9;margin:0;font-size:.9rem}.stat-card .icon-bg{position:absolute;right:-10px;bottom:-10px;font-size:5rem;opacity:.2;transform:rotate(-15deg)}.chart-container{position:relative;height:300px;width:100%}.sidebar-toggle{display:none;background:none;border:none;font-size:1.5rem;color:#333}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.calendar-header-day{text-align:center;font-weight:600;padding:10px 0;color:#777}.calendar-day{background:#fff;border-radius:12px;min-height:100px;padding:10px;border:1px solid #f0f0f0;transition:all .2s;cursor:pointer;position:relative}.calendar-day:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #4361ee26}.calendar-day.empty{background:transparent;border:none;cursor:default}.day-number{font-weight:600;margin-bottom:5px;color:#333;display:inline-block;width:25px;height:25px;text-align:center;line-height:25px;border-radius:50%}.calendar-day.today .day-number{background:var(--primary-color);color:#fff}.day-summary{font-size:.75rem;display:flex;flex-direction:column;gap:2px}.sum-item{display:flex;justify-content:space-between}.sum-inc{color:#2ecc71}.sum-exp{color:#dc3545}.sum-bal{color:#8e44ad;font-weight:600;border-top:1px dashed #eee;margin-top:2px;padding-top:2px}.profile-img{width:35px;height:35px;border-radius:50%;object-fit:cover;border:2px solid #eef2ff}.profile-name{font-weight:600;font-size:.9rem;color:#333;margin-right:10px}.section{display:none}.section.active{display:block}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1040}.sidebar-overlay.show{display:block}@media (max-width:991px){.sidebar{transform:translate(-100%);z-index:1050}.sidebar.active{transform:translate(0)}.main-wrapper{margin-left:0}.sidebar-toggle{display:block}.content-body{padding:16px}.profile-name{display:none}}@media (max-width:767px){.stat-card{margin-bottom:12px}.calendar-grid{gap:3px}.calendar-day{min-height:60px;padding:4px;border-radius:8px}.day-number{width:20px;height:20px;font-size:.75rem;line-height:20px}.day-summary{font-size:.6rem}.calendar-header-day{font-size:.7rem;padding:5px 0}.top-header{padding:0 16px}#pageTitle{font-size:1rem}.card-header{padding:14px 16px;font-size:1rem}.card-body{padding:14px}#budgetTableBody td:nth-child(3),#budgetTableBody td:nth-child(4){display:none}#historyTable thead th:nth-child(3),#historyTable tbody td:nth-child(3){display:none}}
