*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;}body{background:#f8f8fc;color:#333;}.dashboard{display:flex;min-height:100vh;}.sidebar{width:250px;background:#ffffff;border-right:1px solid #ececf6;padding:28px 18px;display:flex;flex-direction:column;justify-content:space-between;position:sticky;top:0;height:100vh;transition:0.3s;}.menu-toggle{display:none;background:#8a6cff;color:#fff;border:none;padding:10px 12px;border-radius:8px;}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:998;display:none;}.overlay.active{display:block;}.logo{text-align:center;margin-bottom:35px;}.nav-menu{display:flex;flex-direction:column;gap:10px;}.nav-item{text-decoration:none;color:#7b7b92;display:flex;align-items:center;gap:12px;padding:14px;border-radius:12px;transition:0.3s;font-size:15px;}.nav-item:hover,.nav-item.active{background:#f3f0ff;color:#7b61ff;font-weight:600;}.sidebar-bottom{margin-top:25px;}.logout{display:flex;align-items:center;gap:10px;color:#ff7f50;text-decoration:none;margin-bottom:18px;font-size:14px;}.sidebar-bottom p{font-size:12px;color:#999;}.main-content{flex:1;padding:24px;}.topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;}.search-box{width:400px;background:#fff;border-radius:50px;padding:8px 10px 8px 20px;display:flex;align-items:center;box-shadow:0 8px 20px rgba(130,130,170,0.08);}.search-box input{border:none;outline:none;flex:1;}.search-box button{width:42px;height:42px;border-radius:50%;border:none;}.top-right{display:flex;gap:14px;}.user-avatar{width:42px;height:42px;border-radius:50%;background:#8a6cff;color:white;display:grid;place-items:center;}@media (max-width:768px){.menu-toggle{display:block;}.sidebar{position:fixed;left:-250px;top:0;height:100%;z-index:999;transition:0.3s;}.sidebar.active{left:0;}.dashboard{flex-direction:column;}.main-content{padding:15px;}.topbar{flex-direction:column;}}.sidebar-header{display:none;justify-content:flex-end;}.close-btn{background:none;border:none;font-size:20px;cursor:pointer;}@media (max-width:768px){.sidebar-header{display:flex;margin-bottom:10px;}}