body{margin:0;padding:0}#root{min-height:100vh;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#764ba2}.app-header{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:20px}.app-header h1{color:#667eea;font-size:2.5em}.cart-button{background:#667eea;border-radius:5px;color:#fff;transition:background .3s}.cart-button:hover{background:#764ba2}.category-list{border-radius:10px;box-shadow:0 4px 6px #0000001a}.category-button{border:2px solid #ddd;border-radius:5px;padding:10px}.category-button.active{background:#667eea;border-color:#667eea;color:#fff}.menu-list{border-radius:10px;box-shadow:0 4px 6px #0000001a}.menu-list h2{margin-bottom:20px}.menu-item{border:1px solid #eee;border-radius:8px;padding:15px}.menu-item:hover{box-shadow:0 8px 12px #00000026;transform:translateY(-5px)}.menu-item h3{margin-bottom:8px}.menu-item p{font-size:.9em;line-height:1.4}.price{font-size:1.3em}.add-to-cart-btn{background:#667eea;border-radius:5px;padding:8px 15px;transition:background .3s}.add-to-cart-btn:hover{background:#764ba2}.cart{border-radius:10px;box-shadow:0 4px 6px #0000001a}.cart h2{margin-bottom:20px}.item-controls button{border-radius:3px;padding:5px 10px}.item-controls button:hover{background:#f0f0f0}.cart-total{background:#f9f9f9;border-radius:5px;padding:20px}.cart-total h3{font-size:1.5em}.checkout-form input{border:1px solid #ddd;border-radius:5px;margin-bottom:10px;padding:10px}.checkout-form input:focus{box-shadow:0 0 5px #667eea4d}.checkout-btn{background:#667eea;border-radius:5px;padding:12px;transition:background .3s}.checkout-btn:hover{background:#764ba2}.checkout-btn:disabled{background:#ccc}.message{background:#e3f2fd;border-radius:5px;color:#1976d2;padding:10px}@media (max-width:768px){.container{grid-template-columns:1fr}.menu-items{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.cart-item{align-items:flex-start;flex-direction:column;gap:10px}.app-header{flex-direction:column;gap:15px}.app-header h1{font-size:1.8em}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.app-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 32px #667eea4d;color:#fff;display:flex;justify-content:space-between;padding:20px 40px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-left h1{font-size:2em;font-weight:700;letter-spacing:1px;margin:0;text-shadow:2px 2px 4px #0003}.nav-buttons{align-items:center;display:flex;gap:15px}.nav-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #fff6;border-radius:25px;color:#fff;cursor:pointer;font-size:1em;font-weight:600;padding:10px 20px;transition:all .3s}.nav-button:hover{background:#ffffff4d;border-color:#fffc;transform:translateY(-2px)}.nav-button.active{background:#ffffffe6;border-color:#fff}.cart-button,.nav-button.active{box-shadow:0 4px 15px #0003;color:#667eea}.cart-button{background:#fffffff2;border:none;border-radius:25px;cursor:pointer;font-size:1em;font-weight:600;padding:10px 20px;transition:all .3s}.cart-button:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.container{grid-gap:30px;display:grid;flex:1 1;gap:30px;grid-template-columns:200px 1fr;margin:0 auto;max-width:1400px;padding:30px;width:100%}.container.cart-active{display:block}.category-list{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-radius:15px;box-shadow:0 8px 32px #667eea26;height:-webkit-fit-content;height:fit-content;padding:20px}.category-list h2{color:#333;font-size:1.3em;font-weight:700;margin-bottom:20px}.categories{display:flex;flex-direction:column;gap:10px}.category-button{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#666;cursor:pointer;font-weight:500;padding:12px 15px;text-align:left;transition:all .3s}.category-button:hover{background:#f5f7ff;border-color:#667eea}.category-button.active{background:#d4af37!important;background:var(--primary-gold,#d4af37)!important;border-color:#d4af37!important;border-color:var(--primary-gold,#d4af37)!important;box-shadow:0 4px 15px #d4af374d;color:#fff!important}.menu-list{background:#fff;border-radius:15px;box-shadow:0 8px 32px #667eea26;padding:30px}.menu-list h2{color:#333;font-size:1.8em;font-weight:700;margin-bottom:25px}.menu-items{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.menu-item{background:#fff;border:2px solid #e8e8e8;border-radius:12px;cursor:pointer;overflow:hidden;padding:0;position:relative;transition:all .3s}.menu-item:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:100%;left:-100%;opacity:0;position:absolute;top:0;transition:left .3s;width:100%;z-index:-1}.menu-item:hover{border-color:#667eea;box-shadow:0 12px 30px #667eea40;transform:translateY(-8px)}.menu-item-image-container{background-color:var(--bg-white);border-bottom:1px solid var(--border-color);height:200px;overflow:hidden;width:100%}.menu-item-image{height:100%;object-fit:contain;transform:scale(1.1);transition:transform .4s ease,object-fit .4s ease;width:100%}.menu-item:hover .menu-item-image{transform:scale(1)}.menu-item h3{color:#333;font-size:1.2em;font-weight:700;margin-bottom:10px}.menu-item p{color:#666;font-size:.95em;line-height:1.5;margin-bottom:15px}.item-footer{gap:15px}.price{color:#667eea;font-size:1.4em;font-weight:700}.add-to-cart-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:10px 18px;transition:all .3s}.add-to-cart-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.cart{background:#fff;border-radius:15px;box-shadow:0 8px 32px #667eea26;padding:30px}.cart h2{color:#333;font-size:1.8em;font-weight:700;margin-bottom:25px}.cart-items{margin-bottom:20px;max-height:400px;overflow-y:auto}.cart-items::-webkit-scrollbar{width:8px}.cart-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.cart-items::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.cart-item{align-items:center;background:#f9f9f9;border-bottom:1px solid #eee;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:10px;padding:15px}.item-info h4{color:#333;font-weight:600;margin-bottom:5px}.item-info p{color:#666;font-size:.9em}.item-controls{align-items:center;display:flex;gap:10px}.item-controls button{background:#fff;border:1px solid #ddd;border-radius:4px;color:#666;cursor:pointer;font-weight:600;padding:6px 10px;transition:all .3s}.item-controls button:hover{background:#667eea;border-color:#667eea;color:#fff}.remove-btn{background:#ff6b6b!important;border-color:#ff6b6b!important;color:#fff!important}.remove-btn:hover{background:#ff5252!important}.cart-total{background:linear-gradient(135deg,#f5f7fa,#fff);border:2px solid #e0e0e0;border-radius:10px;margin-bottom:20px;padding:25px;text-align:right}.cart-total h3{color:#667eea;font-size:1.6em;margin:0}.checkout-form{border-top:2px solid #eee;padding-top:20px}.checkout-form h3{color:#333;font-size:1.2em;font-weight:700;margin-bottom:15px}.checkout-form input{border:2px solid #e0e0e0;border-radius:8px;font-size:1em;margin-bottom:12px;padding:12px;transition:all .3s;width:100%}.checkout-form input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.checkout-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1.1em;font-weight:700;padding:14px;transition:all .3s;width:100%}.checkout-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.checkout-btn:disabled{cursor:not-allowed;opacity:.6}.message{background:#c8e6c9;border-left:4px solid #2e7d32;border-radius:8px;color:#2e7d32;font-weight:600;margin-top:15px;padding:15px;text-align:center}@media (max-width:768px){.app-header{flex-direction:column;gap:15px;padding:15px 20px}.header-left h1{font-size:1.5em}.nav-buttons{flex-wrap:wrap;justify-content:center;width:100%}.cart-button,.nav-button{flex:1 1;min-width:100px}.container{gap:20px;grid-template-columns:1fr;padding:20px}.category-list{position:relative;top:auto}.menu-items{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.cart-item{align-items:flex-start;flex-direction:column;gap:10px}}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000a6;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:99999}.modal-content{animation:modalPop .4s cubic-bezier(.175,.885,.32,1.275);background:#fff;background:var(--bg-white,#fff);border:1px solid #fff3;border-radius:24px;box-shadow:0 25px 50px #00000040;max-width:400px;padding:3rem 2.5rem;text-align:center;width:90%}.modal-icon-wrapper{align-items:center;background:#fff4e5;border-radius:50%;box-shadow:0 8px 24px #ff980040;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.modal-icon{font-size:2.5rem;line-height:1}.modal-content h3{color:#333;color:var(--text-dark,#333);font-size:1.6rem;font-weight:700;margin-bottom:1rem;margin-top:0}.modal-content p{color:#666;font-size:1.05rem;line-height:1.5;margin-bottom:2rem}.modal-actions{display:flex;gap:1rem;justify-content:center}.modal-actions button{border:none;border-radius:12px;cursor:pointer;flex:1 1;font-size:1.05rem;font-weight:700;padding:.8rem 1.5rem;transition:all .2s ease}.modal-btn-cancel{background:#f4f5f7;color:#555}.modal-btn-cancel:hover{background:#e9ecef;color:#333}.modal-btn-confirm{background:#d9534f;box-shadow:0 4px 10px #d9534f4d;color:#fff}.modal-btn-confirm:hover{background:#c9302c;box-shadow:0 6px 15px #d9534f66;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalPop{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.admin-dashboard{margin:0 auto;max-width:1400px;padding:20px}.admin-header{background:linear-gradient(135deg,#aa8c2c,#d4af37);background:linear-gradient(135deg,var(--dark-gold,#aa8c2c) 0,var(--primary-gold,#d4af37) 100%);border-radius:15px;box-shadow:0 10px 30px #d4af374d;color:#fff;margin-bottom:30px;padding:40px 30px}.admin-header h1{font-size:2.5em;margin:0 0 10px}.admin-header p{font-size:1.1em;margin:0;opacity:.9}.admin-tabs{border-bottom:2px solid #ddd;display:flex;gap:10px;margin-bottom:30px;padding-bottom:0}.tab-button{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:1.1em;font-weight:500;padding:15px 25px;transition:all .3s}.tab-button.active,.tab-button:hover{color:#d4af37;color:var(--primary-gold,#d4af37)}.tab-button.active{border-bottom-color:#d4af37;border-bottom-color:var(--primary-gold,#d4af37)}.admin-content{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:30px}.items-list-container h2{color:#333;font-size:1.8em;margin-bottom:25px}.items-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.item-card{background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:20px;transition:all .3s}.item-card:hover{border-color:#d4af37;border-color:var(--primary-gold,#d4af37);box-shadow:0 8px 20px #d4af3733;transform:translateY(-5px)}.item-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:10px}.item-header h3{color:#333;flex:1 1;margin:0}.availability{border-radius:20px;font-size:.8em;font-weight:600;margin-left:10px;padding:4px 12px;white-space:nowrap}.availability.available{background:#c8e6c9;color:#2e7d32}.availability.unavailable{background:#ffcdd2;color:#c62828}.item-description{color:#666;font-size:.95em;line-height:1.4;margin:10px 0}.item-footer{align-items:center;border-top:1px solid #eee;display:flex;justify-content:space-between;margin-top:15px;padding-top:15px}.item-price{color:#aa8c2c;color:var(--dark-gold,#aa8c2c);font-size:1.4em;font-weight:700}.empty-message{color:#999;font-size:1.1em;padding:40px 20px;text-align:center}@media (max-width:768px){.admin-header{padding:30px 20px}.admin-header h1{font-size:1.8em}.admin-tabs{flex-direction:column}.tab-button{border-bottom:none;border-left:3px solid #0000;padding:12px 15px}.tab-button.active{border-bottom-color:#0000;border-left-color:#d4af37;border-left-color:var(--primary-gold,#d4af37)}.items-grid{grid-template-columns:1fr}}.receipt-container{background:#fff;color:#000;font-family:Courier New,Courier,monospace;font-size:10pt;padding:5mm;width:80mm}.receipt-header{margin-bottom:10px;text-align:center}.receipt-header h2{color:#000!important;font-size:14pt!important;margin:0}.receipt-header p{color:#000!important;font-size:9pt;margin:0}.receipt-info{border-bottom:1px dashed #000;border-top:1px dashed #000;margin-bottom:10px;padding:5px 0}.receipt-info p{color:#000!important;display:flex;justify-content:space-between;margin:2px 0}.receipt-table{border-collapse:collapse;margin-bottom:10px;width:100%}.receipt-table td,.receipt-table th{color:#000!important;padding:2px;text-align:left}.receipt-table th{border-bottom:1px solid #000}.receipt-table td:nth-child(2),.receipt-table td:nth-child(3),.receipt-table td:nth-child(4){text-align:right}.receipt-summary{border-top:1px dashed #000;padding-top:5px}.receipt-summary p{color:#000!important;display:flex;justify-content:space-between;margin:2px 0}.receipt-summary p.total{border-top:1px solid #000;font-size:12pt;font-weight:700;margin-top:5px;padding-top:5px}.receipt-footer{border-top:1px dashed #000;margin-top:15px;padding-top:5px;text-align:center}.receipt-footer p{color:#000!important;margin:0}:root{--primary-gold:#d4af37;--light-gold:#fdfaf2;--dark-gold:#aa8c2c;--bg-white:#fff;--bg-off-white:#f8f9fa;--text-dark:#333;--text-muted:#666;--border-color:#eaeaea}[data-theme=dark]{--primary-gold:#ffcc80;--light-gold:#332918;--dark-gold:#ffb74d;--bg-white:#1e1e1e;--bg-off-white:#121212;--text-dark:#f5f5f5;--text-muted:#aaa;--border-color:#333}body{background:#f8f9fa!important;background:var(--bg-off-white)!important;color:#333!important;color:var(--text-dark)!important;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{color:#d4af37!important;color:var(--primary-gold)!important}.app-header{background:#fff!important;background:var(--bg-white)!important;border-bottom:3px solid #d4af37!important;border-bottom:3px solid var(--primary-gold)!important;box-shadow:0 4px 10px #d4af3726!important}.app-header h1{color:#d4af37!important;color:var(--primary-gold)!important;text-shadow:1px 1px 2px #0000000d}.category-button,.nav-button,.tab-button{background:#fff!important;background:var(--bg-white)!important;border:1px solid #eaeaea!important;border:1px solid var(--border-color)!important;color:#333!important;color:var(--text-dark)!important;transition:all .3s ease!important}.category-button.active,.nav-button.active,.tab-button.active{background:#d4af37!important;background:var(--primary-gold)!important;border-color:#d4af37!important;border-color:var(--primary-gold)!important;box-shadow:0 2px 5px #d4af374d!important;color:#fff!important;color:var(--bg-white)!important}.category-button:hover,.nav-button:hover,.tab-button:hover{border-color:#d4af37!important;border-color:var(--primary-gold)!important;color:#d4af37!important;color:var(--primary-gold)!important}.cart-button{background:#fff!important;background:var(--bg-white)!important;border:2px solid #d4af37!important;border:2px solid var(--primary-gold)!important;color:#d4af37!important;color:var(--primary-gold)!important;font-weight:700!important}.cart-button:hover{background:#fdfaf2!important;background:var(--light-gold)!important}.add-to-cart-btn,.btn-add,.btn-submit,.checkout-btn{background:#d4af37!important;background:var(--primary-gold)!important;border:none!important;box-shadow:0 2px 4px #d4af3766!important;color:#fff!important;color:var(--bg-white)!important}.add-to-cart-btn:hover,.btn-add:hover,.btn-submit:hover,.checkout-btn:hover{background:#aa8c2c!important;background:var(--dark-gold)!important}.btn-edit{border:1px solid #d4af37!important;border:1px solid var(--primary-gold)!important;color:#d4af37!important;color:var(--primary-gold)!important}.btn-cancel,.btn-delete,.btn-edit,.remove-btn{background:#fff!important;background:var(--bg-white)!important}.btn-cancel,.btn-delete,.remove-btn{border:1px solid #d9534f!important;color:#d9534f!important}.menu-item:before{display:none!important}.cart,.category-card,.form-container,.item-card,.items-list-container,.items-table-container,.menu-item{background:#fff!important;background:var(--bg-white)!important;border:1px solid #eaeaea!important;border:1px solid var(--border-color)!important;border-radius:8px!important;box-shadow:0 4px 6px #00000008!important;transition:transform .2s ease,box-shadow .2s ease!important}.category-card:hover,.item-card:hover,.menu-item:hover{border-color:#d4af37!important;border-color:var(--primary-gold)!important;box-shadow:0 6px 12px #d4af3726!important}.cart-total h3,.item-price,.items-table th,.price{color:#aa8c2c!important;color:var(--dark-gold)!important}.items-table th{background:#fdfaf2!important;background:var(--light-gold)!important;border-bottom:2px solid #d4af37!important;border-bottom:2px solid var(--primary-gold)!important}.cart-total{background:#f8f9fa!important;background:var(--bg-off-white)!important}input,select,textarea{background:#fff!important;background:var(--bg-white)!important;border:1px solid #eaeaea!important;border:1px solid var(--border-color)!important;color:#333!important;color:var(--text-dark)!important}input:focus,select:focus,textarea:focus{border-color:#d4af37!important;border-color:var(--primary-gold)!important;box-shadow:0 0 0 3px #d4af3733!important;outline:none!important}[data-theme=dark] [style*="background-color: #fff"],[data-theme=dark] [style*="background-color: #ffffff"],[data-theme=dark] [style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] [style*="background-color: rgb(255,255,255)"],[data-theme=dark] [style*="background-color: white"],[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background: #ffffff"],[data-theme=dark] [style*="background: white"]{background-color:#fff!important;background-color:var(--bg-white)!important}[data-theme=dark] [style*="background-color: #f0f0f0"],[data-theme=dark] [style*="background-color: #f4f4f4"],[data-theme=dark] [style*="background-color: #f5f5f5"],[data-theme=dark] [style*="background-color: #f9f9f9"],[data-theme=dark] [style*="background-color: #fafafa"],[data-theme=dark] [style*="background-color: rgb(240, 240, 240)"],[data-theme=dark] [style*="background-color: rgb(240,240,240)"],[data-theme=dark] [style*="background-color: rgb(244, 244, 244)"],[data-theme=dark] [style*="background-color: rgb(244,244,244)"],[data-theme=dark] [style*="background-color: rgb(245, 245, 245)"],[data-theme=dark] [style*="background-color: rgb(245,245,245)"],[data-theme=dark] [style*="background-color: rgb(249, 249, 249)"],[data-theme=dark] [style*="background-color: rgb(249,249,249)"],[data-theme=dark] [style*="background-color: rgb(250, 250, 250)"],[data-theme=dark] [style*="background-color: rgb(250,250,250)"],[data-theme=dark] [style*="background: #f0f0f0"],[data-theme=dark] [style*="background: #f4f4f4"],[data-theme=dark] [style*="background: #f5f5f5"],[data-theme=dark] [style*="background: #f9f9f9"],[data-theme=dark] [style*="background: #fafafa"]{background-color:#f8f9fa!important;background-color:var(--bg-off-white)!important}[data-theme=dark] [style*="color: #000"],[data-theme=dark] [style*="color: #000000"],[data-theme=dark] [style*="color: #111"],[data-theme=dark] [style*="color: #111111"],[data-theme=dark] [style*="color: #222"],[data-theme=dark] [style*="color: #222222"],[data-theme=dark] [style*="color: #333"],[data-theme=dark] [style*="color: #333333"],[data-theme=dark] [style*="color: #444"],[data-theme=dark] [style*="color: #444444"],[data-theme=dark] [style*="color: black"],[data-theme=dark] [style*="color: rgb(0, 0, 0)"],[data-theme=dark] [style*="color: rgb(0,0,0)"],[data-theme=dark] [style*="color: rgb(17, 17, 17)"],[data-theme=dark] [style*="color: rgb(17,17,17)"],[data-theme=dark] [style*="color: rgb(34, 34, 34)"],[data-theme=dark] [style*="color: rgb(34,34,34)"],[data-theme=dark] [style*="color: rgb(51, 51, 51)"],[data-theme=dark] [style*="color: rgb(51,51,51)"],[data-theme=dark] [style*="color: rgb(68, 68, 68)"],[data-theme=dark] [style*="color: rgb(68,68,68)"]{color:#333!important;color:var(--text-dark)!important}[data-theme=dark] [style*="color: #555"],[data-theme=dark] [style*="color: #555555"],[data-theme=dark] [style*="color: #666"],[data-theme=dark] [style*="color: #666666"],[data-theme=dark] [style*="color: #777"],[data-theme=dark] [style*="color: #777777"],[data-theme=dark] [style*="color: #888"],[data-theme=dark] [style*="color: #888888"],[data-theme=dark] [style*="color: rgb(102, 102, 102)"],[data-theme=dark] [style*="color: rgb(102,102,102)"],[data-theme=dark] [style*="color: rgb(119, 119, 119)"],[data-theme=dark] [style*="color: rgb(119,119,119)"],[data-theme=dark] [style*="color: rgb(136, 136, 136)"],[data-theme=dark] [style*="color: rgb(136,136,136)"],[data-theme=dark] [style*="color: rgb(85, 85, 85)"],[data-theme=dark] [style*="color: rgb(85,85,85)"]{color:#666!important;color:var(--text-muted)!important}[data-theme=dark] [style*="solid #ccc"],[data-theme=dark] [style*="solid #cccccc"],[data-theme=dark] [style*="solid #ddd"],[data-theme=dark] [style*="solid #dddddd"],[data-theme=dark] [style*="solid #eee"],[data-theme=dark] [style*="solid #eeeeee"],[data-theme=dark] [style*="solid rgb(204, 204, 204)"],[data-theme=dark] [style*="solid rgb(204,204,204)"],[data-theme=dark] [style*="solid rgb(221, 221, 221)"],[data-theme=dark] [style*="solid rgb(221,221,221)"],[data-theme=dark] [style*="solid rgb(238, 238, 238)"],[data-theme=dark] [style*="solid rgb(238,238,238)"]{border-color:#eaeaea!important;border-color:var(--border-color)!important}[data-theme=dark] th,[data-theme=dark] thead th,[data-theme=dark] thead tr{background-color:#f8f9fa!important;background-color:var(--bg-off-white)!important;border-color:#eaeaea!important;border-color:var(--border-color)!important;color:#333!important;color:var(--text-dark)!important}[data-theme=dark] td,[data-theme=dark] tr{border-color:#eaeaea!important;border-color:var(--border-color)!important}[data-theme=dark] .admin-content h2,[data-theme=dark] .admin-content h3,[data-theme=dark] .form-container h2,[data-theme=dark] .form-container h3,[data-theme=dark] .form-group label,[data-theme=dark] .item-card h3,[data-theme=dark] .items-list-container h2,[data-theme=dark] .kanban-column h3,[data-theme=dark] .kitchen-card h3,[data-theme=dark] .kitchen-card h4,[data-theme=dark] .modal-content h2,[data-theme=dark] .modal-content h3,[data-theme=dark] .order-card h3,[data-theme=dark] .order-card h4{color:#333!important;color:var(--text-dark)!important}[data-theme=dark] .category-description,[data-theme=dark] .empty-message,[data-theme=dark] .item-description,[data-theme=dark] .kitchen-card li,[data-theme=dark] .kitchen-card p,[data-theme=dark] .order-card li,[data-theme=dark] .order-card p{color:#666!important;color:var(--text-muted)!important}[data-theme=dark] .kitchen-card strong,[data-theme=dark] .order-card strong{color:#333!important;color:var(--text-dark)!important}[data-theme=dark] .admin-content,[data-theme=dark] .form-container,[data-theme=dark] .kanban-card,[data-theme=dark] .kitchen-card,[data-theme=dark] .modal-content,[data-theme=dark] .order-card{background:#fff!important;background:var(--bg-white)!important;border:1px solid #eaeaea!important;border:1px solid var(--border-color)!important}[data-theme=dark] .kanban-board,[data-theme=dark] .kanban-column,[data-theme=dark] .kitchen-board,[data-theme=dark] .kitchen-column{background-color:#f8f9fa!important;background-color:var(--bg-off-white)!important}