*{margin:0;padding:0;box-sizing:border-box}body{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;background:#fff;min-height:100vh;padding:16px}.app{max-width:1400px;margin:0 auto}.app-header{background:#fff;padding:25px;border-radius:16px;margin-bottom:25px;box-shadow:0 4px 20px #0000001a}.app-header h1{color:#2c3e50;font-size:28px;margin:0}.header-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.header-actions{display:flex;gap:8px}.tab-btn{padding:8px 14px;border-radius:8px;border:2px solid #ecf0f1;background:#fff;cursor:pointer;font-weight:600}.tab-btn:disabled{background:#ecf0f1;cursor:default}.customer-input{margin-top:15px}.customer-name-input{padding:12px 20px;font-size:16px;border:2px solid #e0e0e0;border-radius:8px;width:300px;transition:border-color .3s ease}.customer-name-input:focus{outline:none;border-color:#667eea}.main-container{display:grid;grid-template-columns:2fr 1fr;gap:25px}.menu-section{background:#fff;padding:25px;border-radius:16px;box-shadow:0 4px 20px #0000001a}.manager-section{width:100%;margin:0 auto}.manager-form{display:grid;gap:16px;grid-template-columns:1fr;margin-bottom:20px}.manager-actions{display:flex;gap:10px;flex-wrap:wrap}.manager-field label{display:block;font-size:13px;color:#57606a;margin-bottom:6px}.manager-field .customer-name-input{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer;border:0}.btn:disabled{opacity:.6;cursor:default}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-secondary{background:#ecf0f1;color:#2c3e50}.btn-outline{background:#fff;color:#667eea;border:2px solid #667eea}.btn-danger{background:#e74c3c;color:#fff}.btn-small{padding:8px 12px;border-radius:8px;font-weight:600}.manager-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.manager-card{border:1px solid #ecf0f1;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 2px 8px #0000000d}.manager-card-img{width:100%;height:210px;object-fit:cover}.manager-card-body{padding:12px}.manager-card-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.manager-card-sub{color:#7f8c8d;font-size:13px;margin-bottom:10px}.manager-card-actions{display:flex;justify-content:flex-end}@media (min-width: 768px){.manager-form{grid-template-columns:1fr 1fr}}@media (min-width: 992px){.manager-form{grid-template-columns:1fr 1fr 1fr}.manager-actions .btn{padding:10px 14px;border-radius:8px}}@media (max-width: 480px){.btn{padding:10px 14px;border-radius:8px}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.modal{width:100%;max-width:720px;background:#fff;border-radius:14px;box-shadow:0 10px 30px #0003;padding:16px}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.modal .manager-form{grid-template-columns:1fr!important}@media (min-width: 992px){.manager-grid{grid-template-columns:repeat(3,1fr)}}.fab{position:fixed;right:16px;bottom:20px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border:none;box-shadow:0 10px 20px #0003;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;cursor:pointer;z-index:999}.fab:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0000003d}@media (min-width: 992px){.fab{right:24px;bottom:28px}}.menu-section h2{color:#2c3e50;margin-bottom:20px;font-size:24px}.category-section{margin-bottom:30px}.category-section h3{color:#34495e;margin-bottom:15px;font-size:20px;padding-bottom:10px;border-bottom:2px solid #ecf0f1}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px}.menu-item{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:20px;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:16px;font-weight:600;box-shadow:0 2px 8px #0000001a}.menu-item:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0003}.menu-item:active{transform:translateY(-2px)}.item-name{font-size:16px}.item-price{font-size:18px;font-weight:700}.cart-section{background:#fff;padding:25px;border-radius:16px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;height:fit-content;position:sticky;top:12px}.cart-section h2{color:#2c3e50;margin-bottom:20px;font-size:24px}.empty-cart{text-align:center;padding:40px 20px;color:#95a5a6}.empty-cart p{font-size:18px;margin-bottom:10px}.empty-cart-hint{font-size:14px!important;color:#bdc3c7!important}.cart-items{max-height:500px;overflow-y:auto;margin-bottom:20px}.cart-item{padding:15px;border:1px solid #ecf0f1;border-radius:10px;margin-bottom:12px;background:#f8f9fa}.cart-item-info{display:flex;justify-content:space-between;margin-bottom:10px;align-items:center}.cart-item-name{font-weight:600;color:#2c3e50;font-size:16px}.cart-item-price{color:#7f8c8d;font-size:14px}.cart-item-controls{display:flex;align-items:center;gap:10px;margin-bottom:8px}.quantity-btn{width:32px;height:32px;border:2px solid #667eea;background:#fff;color:#667eea;border-radius:6px;cursor:pointer;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quantity-btn:hover{background:#667eea;color:#fff}.quantity{min-width:30px;text-align:center;font-weight:600;color:#2c3e50}.remove-btn{width:32px;height:32px;border:2px solid #e74c3c;background:#fff;color:#e74c3c;border-radius:6px;cursor:pointer;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-left:auto}.remove-btn:hover{background:#e74c3c;color:#fff}.cart-item-total{text-align:right;font-weight:700;color:#2c3e50;font-size:16px}.cart-footer{border-top:2px solid #ecf0f1;padding-top:20px}.total-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:15px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff}.total-label{font-size:20px;font-weight:600}.total-amount{font-size:28px;font-weight:700}.checkout-btn{width:100%;padding:16px;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border:none;border-radius:10px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.checkout-btn:active{transform:translateY(0)}@media (max-width: 1024px){.main-container{grid-template-columns:1fr}.cart-section{position:static}}@media (max-width: 768px){.menu-grid{grid-template-columns:repeat(2,1fr);gap:12px}.menu-item{padding:14px}.item-price{font-size:16px}.item-name{font-size:14px}.app-header h1{font-size:22px}.customer-name-input{width:100%}.total-section{padding:12px}.total-amount{font-size:22px}.checkout-btn{padding:14px;font-size:16px}}@media (max-width: 420px){body{padding:10px}.menu-grid{grid-template-columns:1fr 1fr;gap:10px}.menu-item,.cart-item{padding:12px}.quantity-btn,.remove-btn{width:34px;height:34px}}
