html,body,#root{margin:0;height:100%;font-family:Arial,sans-serif}.app-container{display:flex;height:100%}.sidebar{width:60px;background:#111;color:#fff;transition:width .3s ease;position:relative}.sidebar.expanded{width:220px}.menu-icon{font-size:24px;padding:15px;cursor:pointer}.menu{height:calc(100% - 60px);display:flex;flex-direction:column;justify-content:space-between}.menu-top,.menu-bottom{display:flex;flex-direction:column;margin-bottom:20px}.menu button{background:none;border:none;color:#fff;padding:12px 20px;text-align:left;cursor:pointer;font-size:16px}.menu button:hover{background:#333}.content{flex:1;display:flex}.center-container{margin:auto}.search-bar{width:400px;padding:14px;font-size:18px;border-radius:8px;border:1px solid #ccc}.home-content{display:flex;flex-direction:column;gap:10px;margin-bottom:100px}.home-title{font-size:24px;font-weight:600;letter-spacing:-.5px;margin:0;color:#222}
