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:linear-gradient(#0f172a,#1e293b);flex-direction:column;width:270px;height:100vh;padding:30px 20px;display:flex;position:fixed;top:0;left:0;box-shadow:5px 0 20px #00000026}.logo{text-align:center;color:#fff;letter-spacing:.5px;margin-bottom:40px;font-size:26px;font-weight:700;line-height:1.4}.sidebar nav{flex-direction:column;gap:8px;display:flex}.menu-item{color:#cbd5e1;border-radius:10px;padding:14px 18px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s}.menu-item:hover{color:#fff;background:#ffffff14;transform:translate(6px)}.menu-item.active{color:#fff;background:#10b981;box-shadow:0 8px 20px #10b98159}.logout-section{margin-top:auto}.logout-btn{background:#ef4444;border-radius:10px;width:100%;padding:14px;font-size:15px;font-weight:600}.main-content{background:#f1f5f9;flex:1;min-height:100vh;margin-left:270px;padding:35px}.page-content{max-width:1400px;margin:auto}.header{background:#fff;border-radius:18px;margin-bottom:30px;padding:35px;box-shadow:0 10px 25px #00000014}.header h1{color:#0f172a;margin-bottom:10px;font-size:42px}.header p{color:#64748b;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:#059669;transform:translateY(-2px)}.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}.history-page{background:#fff;border-radius:15px;padding:30px;box-shadow:0 8px 25px #00000014}.history-title{color:#0f172a;margin-bottom:25px;font-size:30px;font-weight:700}.history-table{border-collapse:collapse;border-radius:12px;width:100%;overflow:hidden}.history-table thead{color:#fff;background:#10b981}.history-table th{text-align:left;padding:16px;font-size:15px;font-weight:600}.history-table td{color:#374151;border-bottom:1px solid #e5e7eb;padding:15px;font-size:14px}.history-table tbody tr:nth-child(2n){background:#f8fafc}.history-table tbody tr:hover{background:#ecfdf5;transition:all .3s}.badge{color:#fff;text-transform:capitalize;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}.incoming{background:#3b82f6}.outgoing{background:#10b981}.empty-history{text-align:center;color:#6b7280;padding:40px;font-size:18px}.table-wrapper{overflow-x:auto}
