.manager-dashboard{min-height:100vh;background:#f5f7fa}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px 30px;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-content h1{font-size:24px;font-weight:600;margin:0}.logout-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff3;border:2px solid white;border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease;font-size:15px;font-weight:500}.logout-btn:hover{background:#fff;color:#667eea}.dashboard-content{max-width:1400px;margin:0 auto;padding:30px}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.content-header h2{font-size:28px;color:#2d3748;margin:0}.add-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:15px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-bottom:1px solid #e2e8f0}.modal-header h3{font-size:22px;color:#2d3748;margin:0}.close-btn{background:none;border:none;cursor:pointer;color:#718096;padding:5px;transition:all .3s ease}.close-btn:hover{color:#2d3748;transform:rotate(90deg)}.customer-form{padding:30px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:25px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:14px;font-weight:600;color:#2d3748}.form-group input,.form-group select,.form-group textarea{padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-section{margin-bottom:25px}.form-section h4{font-size:18px;color:#2d3748;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.food-item-input{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;margin-bottom:15px}.food-item-input input{padding:10px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px}.add-food-btn{padding:10px 15px;background:#48bb78;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease}.add-food-btn:hover{background:#38a169}.food-items-list{margin-top:15px}.food-items-list table{width:100%;border-collapse:collapse}.food-items-list th,.food-items-list td{padding:10px;text-align:left;border-bottom:1px solid #e2e8f0}.food-items-list th{background:#f7fafc;font-weight:600;color:#2d3748}.remove-btn{background:#fc8181;border:none;border-radius:6px;padding:6px 10px;color:#fff;cursor:pointer;transition:all .3s ease}.remove-btn:hover{background:#f56565}.price-summary{background:#f7fafc;border-radius:10px;padding:20px;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;padding:10px 0;font-size:15px}.summary-row.grand-total{border-top:2px solid #e2e8f0;margin-top:10px;padding-top:15px;font-size:18px;color:#667eea}.form-actions{display:flex;gap:15px;justify-content:flex-end}.cancel-btn,.submit-btn{padding:12px 30px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-btn{background:#e2e8f0;color:#2d3748}.cancel-btn:hover{background:#cbd5e0}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.customers-table-container{background:#fff;border-radius:15px;padding:20px;box-shadow:0 2px 10px #0000000d;overflow-x:auto}.customers-table{width:100%;border-collapse:collapse;min-width:1000px}.customers-table th,.customers-table td{padding:15px;text-align:left;border-bottom:1px solid #e2e8f0}.customers-table th{background:#667eea;color:#fff;font-weight:600;font-size:14px;position:sticky;top:0}.customers-table tbody tr{transition:all .3s ease}.customers-table tbody tr:hover{background:#f7fafc}.customer-info{display:flex;flex-direction:column;gap:4px}.customer-info strong{font-size:14px;color:#2d3748}.customer-info small{font-size:12px;color:#718096}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.status-badge.paid{background:#c6f6d5;color:#22543d}.status-badge.pending{background:#fed7d7;color:#742a2a}.action-buttons{display:flex;gap:8px}.icon-btn{padding:8px;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.icon-btn.print{background:#bee3f8;color:#2c5282}.icon-btn.print:hover{background:#90cdf4}.icon-btn.download{background:#c6f6d5;color:#22543d}.icon-btn.download:hover{background:#9ae6b4}.icon-btn.edit{background:#feebc8;color:#7c2d12}.icon-btn.edit:hover{background:#fbd38d}.icon-btn.delete{background:#fed7d7;color:#742a2a}.icon-btn.delete:hover{background:#fc8181}.loading,.no-data{text-align:center;padding:60px 20px;color:#718096;font-size:16px}@media (max-width: 768px){.dashboard-content{padding:15px}.form-grid,.food-item-input{grid-template-columns:1fr}.content-header{flex-direction:column;align-items:flex-start;gap:15px}.modal-content{margin:10px}.customer-form{padding:20px}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
