.homepage{display:flex;flex-direction:column;height:100vh;gap:20px;margin-left:25px}.projects-section{flex:7;overflow-y:auto;background:#f9f9f9;border-radius:10px;padding:20px 20px 10px}.tools-section{flex:3;justify-content:space-evenly;background:#f9f9f9;padding:20px}.tool-card,.tools-section{display:flex;align-items:center;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.tool-card{flex-direction:column;justify-content:space-between;background:#eef2ff;padding:15px;width:200px;text-align:center}.tool-card img{width:50px;height:50px;margin-bottom:10px}.tool-card h3{font-size:18px;color:#333;margin-bottom:10px}.tool-card p{font-size:14px;color:#666;margin-bottom:10px}.tool-card button{background:#4e54c8;color:#fff;border:none;border-radius:5px;padding:8px 15px;cursor:pointer;transition:background .3s}.tool-card button:hover{background:#8f94fb}.homepage-container{padding:20px;font-family:Arial,sans-serif;background-color:#f4f5f7;min-height:100vh}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header h1{font-size:24px;font-weight:700;color:#172b4d}.header-buttons button{padding:8px 16px;margin-left:100px;border:none;border-radius:4px;cursor:pointer;font-weight:700}.create-button{background-color:#0052cc;color:#fff}.template-button{background-color:#ebecf0;color:#505f79}.filters{display:flex;gap:10px;margin-bottom:20px}.search-input{flex:1}.filter-dropdown,.search-input{padding:10px;border:1px solid #dfe1e6;border-radius:4px}.filter-dropdown,.table-container{background-color:#fff}.table-container{border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.1);overflow:hidden}.projects-table{width:100%;border-collapse:collapse;text-align:left}.projects-table thead{background-color:#f4f5f7;color:#505f79;font-weight:700}.projects-table td,.projects-table th{padding:12px 16px;border-bottom:1px solid #ebecf0}.projects-table tr:hover{background-color:#f4f5f7}.project-name{display:flex;align-items:center;gap:10px}.project-avatar{width:32px;height:32px;border-radius:4px}.lead-info{display:flex;align-items:center;gap:8px}.lead-avatar{width:24px;height:24px;border-radius:50%}.project-link{color:#0052cc;text-decoration:none}.project-link:hover{text-decoration:underline}