*{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;color:#3e2723}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:3rem}.header h1{font-size:2.5rem;margin-bottom:1rem;color:#6f4e37;font-weight:700}@media (max-width: 768px){.container{padding:0}.header{margin-bottom:1.5rem;padding:0 1rem;margin-top:1rem}.header h1{font-size:1.8rem;margin-bottom:.5rem}}.button-group{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}@media (max-width: 768px){.button-group{gap:1rem;margin-top:1rem}}.main-button{padding:2rem;background:linear-gradient(135deg,#8b6f47,#6f4e37);color:#fff;border:none;border-radius:12px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #6f4e3733;display:flex;align-items:center;justify-content:center}.main-button:hover{transform:translateY(-4px);box-shadow:0 8px 20px #6f4e374d}.main-button-secondary{background:transparent;color:#757575;border:2px solid #e0e0e0;box-shadow:none}.main-button-secondary:hover{background:#f5f5f5;border-color:#bdbdbd;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.content{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.content{border-radius:0;padding:1rem;box-shadow:none}}.form-group{margin-bottom:1.5rem}@media (max-width: 768px){.form-group{margin-bottom:1rem}}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#3e2723}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #d7ccc8;border-radius:8px;font-size:1rem;transition:border-color .3s;background:#fff;color:#3e2723}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#8b6f47}.button{padding:.75rem 1.5rem;background:#8b6f47;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.button:hover{background:#6f4e37;transform:translateY(-2px);box-shadow:0 4px 12px #6f4e374d}.button:disabled{opacity:.6;cursor:not-allowed;transform:none}.button-secondary{background:#d7ccc8;color:#3e2723}.button-secondary:hover{background:#bcaaa4}.button-danger{background:#d32f2f}.button-danger:hover{background:#b71c1c}.back-button{margin-bottom:1.5rem;padding:.5rem 1rem;background:#d7ccc8;color:#3e2723;border:none;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .3s}@media (max-width: 768px){.back-button{margin-bottom:1rem}}.back-button:hover{background:#bcaaa4}.order-code-display{background:#fff3e0;border:2px solid #ffb74d;border-radius:12px;padding:1.5rem;margin:2rem 0;text-align:center}.order-code-display h3{color:#e65100;margin-bottom:.5rem}.order-code-display .code{font-size:1.5rem;font-weight:700;color:#6f4e37;margin:1rem 0;font-family:monospace}.order-code-display .url{background:#fff;padding:.75rem;border-radius:8px;margin-top:1rem;word-break:break-all;color:#3e2723}.order-list{display:flex;flex-direction:column;gap:1rem}.order-item{border:2px solid #d7ccc8;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s}.order-item:hover{border-color:#8b6f47;box-shadow:0 4px 12px #6f4e371a}.order-item.closed{opacity:.6;background:#f5f5f5}.order-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.order-item-title{font-size:1.2rem;font-weight:600;color:#6f4e37}.order-item-status{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600}.order-item-status.open{background:#c8e6c9;color:#2e7d32}.order-item-status.closed{background:#ffcdd2;color:#c62828}.order-item-info{color:#757575;font-size:.9rem}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}@media (max-width: 768px){.menu-grid{grid-template-columns:repeat(2,1fr)}.tab-button{flex-shrink:0}}.menu-card{border:2px solid #d7ccc8;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s;background:#fff}.menu-card:hover{border-color:#8b6f47;transform:translateY(-2px);box-shadow:0 4px 12px #6f4e3733}.menu-card.selected{border-color:#8b6f47;background:#fff3e0}.menu-card h3{color:#3e2723;margin-bottom:.5rem;font-size:1.1rem}.menu-card .price{font-size:1.2rem;font-weight:700;color:#8b6f47;margin-top:.5rem}.option-group{margin:1.5rem 0}.option-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#3e2723}.option-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.option-button{padding:.5rem 1rem;border:2px solid #d7ccc8;background:#fff;color:#3e2723;border-radius:8px;cursor:pointer;transition:all .3s}.option-button:hover{border-color:#8b6f47}.option-button.selected{background:#8b6f47;color:#fff;border-color:#8b6f47}.option-button:disabled{opacity:.5;cursor:not-allowed}.existing-order-info{background:#e3f2fd;border:2px solid #64b5f6;border-radius:12px;padding:1rem;margin-bottom:1.5rem}.existing-order-info h4{color:#1976d2;margin-bottom:.5rem}.existing-order-info p{color:#424242;margin:.25rem 0}.customer-name-input{display:flex;gap:1rem;align-items:flex-end;margin-bottom:2rem}.customer-name-input .form-group{flex:1;margin-bottom:0}.action-buttons{display:flex;gap:1rem;margin-top:1.5rem}.table{width:100%;border-collapse:collapse;margin-top:1rem}.table th,.table td{padding:.75rem;text-align:left;border-bottom:1px solid #d7ccc8}.table th{background:#f5f5f5;font-weight:600;color:#3e2723;cursor:pointer;-webkit-user-select:none;user-select:none}.table th:hover{background:#eee}.table th.sortable:after{content:" ↕";opacity:.5}.table th.sort-asc:after{content:" ↑";opacity:1}.table th.sort-desc:after{content:" ↓";opacity:1}.table tbody tr:hover{background:#fafafa}.empty-state{text-align:center;padding:3rem;color:#9e9e9e}.empty-state h3{margin-bottom:.5rem;color:#757575}.loading{text-align:center;padding:3rem;color:#757575}.error{background:#ffebee;color:#c62828;padding:1rem;border-radius:8px;margin-bottom:1rem;border:2px solid #ef5350}.success{background:#e8f5e9;color:#2e7d32;padding:1rem;border-radius:8px;margin-bottom:1rem;border:2px solid #66bb6a}.warning{background:#fff3e0;color:#e65100;padding:1rem;border-radius:8px;margin-bottom:1rem;border:2px solid #ffb74d}.confirm-dialog{background:#fff;border:2px solid #8b6f47;border-radius:12px;padding:2rem;max-width:500px;margin:2rem auto;box-shadow:0 8px 24px #0003}.confirm-dialog h3{margin-bottom:1rem;color:#3e2723}.confirm-dialog p{margin-bottom:1.5rem;color:#757575}.confirm-dialog-buttons{display:flex;gap:1rem;justify-content:flex-end}.cafe-management{margin-top:2rem}.cafe-section{border:2px solid #d7ccc8;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.cafe-section h3{color:#6f4e37;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.cafe-status{display:flex;align-items:center;gap:.5rem}.status-toggle{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;cursor:pointer;border:none;transition:all .3s}.status-toggle.accepting{background:#c8e6c9;color:#2e7d32}.status-toggle.not-accepting{background:#ffcdd2;color:#c62828}.menu-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e0e0e0}.menu-item:last-child{border-bottom:none}.menu-item-info{flex:1}.menu-item-info h4{color:#3e2723;margin-bottom:.25rem}.menu-item-info p{color:#757575;font-size:.9rem;margin:.25rem 0}.menu-item-actions{display:flex;gap:.5rem}.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:1rem}.modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.category-tabs-container{margin-bottom:1.5rem;position:relative;border-bottom:1px solid #e0e0e0}.category-tabs{display:flex;gap:0;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:0;scrollbar-width:none;-ms-overflow-style:none}.category-tabs::-webkit-scrollbar{display:none}.tab-button{padding:.75rem 1rem;font-size:1rem;border:none;border-radius:0;background:transparent;color:#616161;cursor:pointer;transition:all .3s;font-weight:400;border-bottom:2px solid transparent;margin-bottom:-1px}.tab-button:hover{color:#a1887f;font-weight:600;border-bottom:3px solid #e0e0e0}.tab-button.active{background:transparent;color:#3e2723;font-weight:600;border-bottom:3px solid #3e2723}@media (max-width: 768px){.table{display:block;overflow-x:auto;white-space:nowrap}.table thead{display:none}.table tbody{display:block}.table tr{display:block;margin-bottom:.5rem;border:2px solid #d7ccc8;border-radius:8px;padding:.5rem}.table td{display:block;text-align:right;padding:.25rem 0;border-bottom:1px solid #f0f0f0;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;max-width:100%;overflow:hidden}.table td.hide-on-mobile{display:none}.table td:before{content:attr(data-label);float:left;font-weight:600;color:#6f4e37}.table td:last-child{border-bottom:none}.mobile-sort-buttons{display:flex!important}.mobile-sort-buttons .button.active{background:#8b6f47;color:#fff}.order-code-display{margin:1rem 0;padding:1rem}.order-item{padding:1rem}.cafe-section{padding:1rem;margin-bottom:1rem}.menu-item{padding:.75rem}.modal-content{padding:1.5rem;margin:.5rem}.action-buttons{gap:.5rem;margin-top:1rem}}.footer{margin-top:3rem;padding:2rem 0;border-top:1px solid #e0e0e0;text-align:center}.footer-links{margin-bottom:1rem}.footer-links a{color:#757575;text-decoration:none;font-size:.9rem;transition:color .3s}.footer-links a:hover{color:#8b6f47}.footer-links a.footer-privacy-link{color:#3e2723;font-weight:700}.footer-links a.footer-privacy-link:hover{color:#3e2723}.footer-separator{margin:0 .5rem;color:#bdbdbd}.footer-lunch-link{margin:1rem 0}.footer-lunch-link a{color:#8b6f47;text-decoration:none;font-size:1rem;font-weight:600;transition:color .3s}.footer-lunch-link a:hover{color:#6f4e37}.footer-copyright{color:#9e9e9e;font-size:.85rem}@media (max-width: 768px){.footer{margin-top:2rem;padding:1.5rem 1rem}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;border-radius:50%;background:#8b6f47;color:#fff;border:none;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 12px #6f4e374d;transition:all .3s;z-index:1000;display:flex;align-items:center;justify-content:center;line-height:1}.scroll-to-top:hover{background:#6f4e37;transform:translateY(-4px);box-shadow:0 6px 16px #6f4e3766}@media (max-width: 768px){.scroll-to-top{bottom:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem;font-size:1.2rem}}
