html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{background:#f4f6f9}.home-page{background:#f5f7fb;min-height:100vh;padding:30px}.hero-section{color:#fff;background:linear-gradient(135deg,#096424,#096424);border-radius:12px;margin-bottom:30px;padding:35px}.hero-section h1{margin-bottom:10px;font-size:34px}.hero-section p{font-size:16px;line-height:1.7}.stats-container{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:35px;display:grid}.stat-card{text-align:center;background:#fff;border-radius:10px;padding:25px;box-shadow:0 3px 10px #00000014}.stat-card h2{color:#096424;margin-bottom:10px;font-size:38px}.stat-card p{color:#666}.about-dashboard,.features,.activity{background:#fff;border-radius:10px;margin-bottom:30px;padding:25px;box-shadow:0 3px 10px #00000014}.about-dashboard h2,.features h2,.activity h2{color:#096424;margin-bottom:20px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.feature-card{border:1px solid #e6e6e6;border-radius:8px;padding:20px;transition:all .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 6px 15px #00000014}.feature-card h3{color:#333;margin-bottom:12px}.feature-card p{color:#666;line-height:1.6}.activity ul{padding-left:20px}.activity li{color:#555;margin-bottom:12px}*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background-color:#f4f6f9}.container{width:90%;max-width:1200px;margin:40px auto}.layout{min-height:100vh;display:flex}.sidebar{color:#fff;background:#1f2937;flex-direction:column;width:250px;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.logout-section{margin-top:auto;padding:20px}.logout-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;width:100%;padding:12px;font-size:16px}.logo{text-align:center;margin-bottom:35px;font-size:24px;font-weight:700}.sidebar nav{flex-direction:column;gap:10px;display:flex}.menu-item{color:#fff;border-radius:8px;padding:12px 15px;text-decoration:none;transition:all .3s}.menu-item:hover{background:#374151}.menu-item.active{background:#2563eb}.main-content{flex:1;margin-left:250px;padding:30px}.page-content{margin-top:30px}.header{text-align:center;background:#fff;border-radius:12px;margin-bottom:25px;padding:25px;box-shadow:0 2px 10px #00000014}.header h1{color:#075e54;margin-bottom:8px;font-size:60px;font-weight:700}.header p{color:#666;font-size:18px}.section{background:#fff;border-radius:12px;margin-bottom:25px;padding:25px;box-shadow:0 2px 10px #00000014}.section button{width:220px;margin:0 auto;display:block}button{color:#fff;cursor:pointer;background:#096424;border:none;border-radius:6px;padding:14px 20px;font-size:16px}button:hover{background:#096424}.logout-btn{background:#e53935;padding:10px 18px;font-size:14px}.logout-btn:hover{background:#c62828}.customer-list{border-top:2px solid #ddd;max-height:300px;margin-top:15px;padding-top:15px;overflow-y:auto}.customer-item{border-bottom:1px solid #eee;align-items:center;padding:12px;display:flex}.customer-name{margin-left:10px;font-weight:600}.customer-phone{color:#777;margin-left:auto}.select-all-container{justify-content:flex-end;margin:20px 0;display:flex}.select-all-label{cursor:pointer;align-items:center;gap:6px;font-weight:600;display:flex}.section h3{text-align:center;color:#8b97a8;margin-bottom:20px;font-size:22px}textarea{resize:none;border:1px solid #ccc;border-radius:6px;width:100%;min-height:120px;padding:15px;font-size:15px}.section button:last-child{width:260px;margin:25px auto 0;display:block}.projects-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.projects-header h2{color:#075e54}.add-project-btn{background:#2563eb}.add-project-btn:hover{background:#1d4ed8}.projects-container{flex-direction:column;gap:15px;display:flex}.project-card{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px #00000014}.project-card h3{color:#075e54;margin-bottom:8px}.project-card p{color:#555}.empty-project{text-align:center;color:#777;background:#fff;border-radius:10px;padding:40px;box-shadow:0 2px 8px #00000014}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal{background:#fff;border-radius:12px;flex-direction:column;gap:15px;width:600px;padding:30px;display:flex}.modal input,.modal textarea{border:1px solid #ccc;border-radius:6px;width:100%;padding:12px}.modal textarea{min-height:90px}.modal-buttons{justify-content:flex-end;gap:15px;display:flex}.cancel-btn{background:#888}.cancel-btn:hover{background:#666}.project-actions{gap:10px;margin-top:15px;display:flex}.delete-btn{background:#e53935}.delete-btn:hover{background:#c62828}.project-images{margin-top:15px}.image-list{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.project-image{object-fit:cover;border:1px solid #ccc;border-radius:6px;width:120px;height:90px}.bulk-container{flex-direction:column;gap:25px;display:flex}.customer-section,.message-section{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 10px #00000014}.customer-section h2,.message-section h2{color:#096424;margin-bottom:20px}.customer-list{border:1px solid #ddd;border-radius:8px;max-height:350px;overflow-y:auto}.customer-item{border-bottom:1px solid #eee;align-items:center;gap:15px;padding:14px 18px;display:flex}.customer-item:last-child{border-bottom:none}.customer-item:hover{background:#f8fafc}.customer-name{flex:1;font-weight:600}.customer-phone{color:#777}.select-all-container{justify-content:flex-end;margin-bottom:15px;display:flex}.message-section textarea{resize:vertical;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;min-height:180px;padding:15px;font-size:15px}.message-section textarea:focus{border-color:#096424}.send-btn{color:#fff;cursor:pointer;background:#096424;border:none;border-radius:8px;width:220px;margin-top:20px;padding:14px;font-size:16px;font-weight:600}.send-btn:hover{background:#096424}
