.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:40px;width:100%;max-width:450px;animation:slideUp .5s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:32px}.icon-circle{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto 20px;box-shadow:0 8px 24px #667eea4d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.auth-title{font-size:28px;color:#333;font-weight:700;margin-bottom:8px;letter-spacing:-.5px}.auth-tagline{font-size:14px;color:#999;margin:0;font-weight:400}.auth-subtitle{font-size:20px;color:#667eea;text-align:center;margin-bottom:24px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.error-message{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:20px;text-align:center;font-size:14px}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#555;font-size:14px}.form-group input{padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:all .3s ease}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.btn-primary{padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;margin-top:8px}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-footer{text-align:center;margin-top:24px;color:#666;font-size:14px}.auth-footer a{color:#667eea;text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.test-credentials{text-align:center;margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0;color:#999}.kitchen-container{min-height:100vh;background:#f5f7fa}.kitchen-header{background:#fff;padding:20px 40px;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.kitchen-header h1{font-size:28px;color:#333;margin:0}.header-actions{display:flex;gap:12px}.btn-refresh,.btn-logout{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;transition:all .3s ease}.btn-refresh{background:#667eea;color:#fff}.btn-logout{background:#f44336;color:#fff}.error-banner{background:#ffebee;color:#c62828;padding:16px;text-align:center;font-weight:500}.kitchen-content{padding:32px;max-width:1600px;margin:0 auto}.orders-section{margin-bottom:48px}.section-title{font-size:24px;color:#333;margin-bottom:24px;display:flex;align-items:center;gap:12px}.empty-state{text-align:center;padding:60px;color:#999;font-size:18px;background:#fff;border-radius:12px}.tables-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:24px}.table-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;animation:fadeIn .5s ease}.table-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.completed-card{opacity:.85}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}.table-header h3{font-size:20px;color:#667eea;margin:0}.badge{background:#667eea;color:#fff;padding:4px 12px;border-radius:12px;font-size:13px;font-weight:600}.badge.completed{background:#66bb6a}.dishes-list{display:flex;flex-direction:column;gap:12px}.dish-item{padding:16px;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea;transition:all .3s ease}.dish-item.completed{background:#f1f8f4;border-left-color:#66bb6a}.dish-info{margin-bottom:12px}.dish-name{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.dish-meta{display:flex;gap:16px;font-size:14px;color:#666}.quantity{font-weight:600;color:#667eea}.time{display:flex;align-items:center;gap:4px}.status-badge{display:inline-block;padding:6px 14px;border-radius:16px;color:#fff;font-size:13px;font-weight:600;margin-bottom:12px}.dish-actions{display:flex;gap:8px}.btn-action{flex:1;padding:10px;border:none;border-radius:6px;font-size:13px;font-weight:600;color:#fff;transition:all .3s ease}.btn-action.disabled{opacity:.4;cursor:not-allowed}.btn-action.disabled:hover{transform:none;box-shadow:none}.btn-start{background:linear-gradient(135deg,#42a5f5,#1e88e5)}.btn-preparing{background:linear-gradient(135deg,#ffa726,#fb8c00)}.btn-complete{background:linear-gradient(135deg,#66bb6a,#43a047)}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:24px;color:#667eea;font-weight:600}@media(max-width:768px){.kitchen-header{padding:16px 20px;flex-direction:column;gap:16px}.kitchen-header h1{font-size:22px}.kitchen-content{padding:20px}.tables-grid{grid-template-columns:1fr}.section-title{font-size:20px}}*{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:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}#root{min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{cursor:pointer;transition:all .3s ease}button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}button:active{transform:translateY(0)}input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}
