*{box-sizing:border-box}body{color:#111827;background:#f8fafc;margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#root{min-height:100vh}.page{max-width:1400px;margin:0 auto;padding:2rem 1rem 3rem;display:block}.app-header{color:#fff;background:#0f172a;border-bottom:1px solid #1f2937}.header-inner{max-width:1400px;margin:0 auto;padding:.9rem 1rem;display:block}.header-bar{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;display:grid}.header-inner h1{font-size:1.05rem}.header-title{justify-self:start}.menu,.sub-menu{flex-wrap:wrap;gap:.5rem;display:flex}.sub-menu{justify-self:center}.sub-menu-list,.home-menu-list{align-items:center;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.sub-menu-item,.home-menu-item{color:#e5e7eb;cursor:pointer;border-bottom:2px solid #0000;padding:.2rem 0;font-weight:500}.sub-menu-item.active,.home-menu-item.active{color:#fff;border-bottom-color:#2dd4bf;font-weight:700}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;box-shadow:0 8px 24px #1118270f}.intro-panel{max-width:620px}.full-width{width:100%}h1,h2,h3,p{margin:0}.sub{color:#4b5563;margin-top:.4rem}.restaurant-form{gap:.75rem;margin-top:1rem;display:grid}.menu-editor{background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;gap:.5rem;padding:.75rem;display:grid}.menu-row{grid-template-columns:1fr 180px auto;gap:.5rem;display:grid}.restaurant-form label{color:#1f2937;gap:.4rem;font-weight:600;display:grid}.image-preview-box{background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;padding:.75rem}.preview-title{margin-bottom:.5rem;font-weight:700}.form-image-preview{object-fit:cover;border:1px solid #e5e7eb;border-radius:8px;width:100%;max-width:320px;height:180px}input,textarea,button{font:inherit}input,textarea{border:1px solid #d1d5db;border-radius:8px;padding:.55rem .7rem}.actions,.item-actions,.list-header{align-items:center;gap:.5rem;display:flex}.actions{flex-wrap:wrap;margin-top:.4rem}button{cursor:pointer;color:#fff;background:#0f766e;border:none;border-radius:8px;padding:.55rem .9rem;font-weight:600}button:hover{filter:brightness(1.05)}.ghost{color:#111827;background:#e5e7eb}.menu .ghost{color:#e5e7eb;background:#1f2937}.menu .active{color:#fff;background:#0f766e}.danger{background:#b91c1c}.error-message{color:#b91c1c;margin-top:.8rem;font-weight:600}.list-panel{align-content:start;gap:.75rem;display:grid}.list-header{justify-content:space-between}.restaurant-list{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;gap:1rem;padding:1rem;display:flex;box-shadow:0 8px 20px #0f172a0d}.card p{color:#374151;margin-top:.2rem}.restaurant-card{align-items:stretch}.restaurant-media{flex:0 0 260px;max-width:260px}.restaurant-content{flex:1;gap:.5rem;min-width:0;display:grid}.restaurant-top-row{justify-content:flex-end;display:flex}.restaurant-category{color:#0f766e;background:#e6fffb;border:1px solid #99f6e4;border-radius:999px;padding:.22rem .65rem;font-size:.78rem;font-weight:700}.restaurant-name{color:#0f172a;font-size:1.18rem;line-height:1.3}.restaurant-meta{gap:.22rem;display:grid}.restaurant-meta p{color:#334155;margin:0;line-height:1.45}.restaurant-meta strong{color:#111827;min-width:70px;display:inline-block}.restaurant-description{color:#4b5563;border-top:1px dashed #d1d5db;margin-top:.2rem;padding-top:.5rem}.image-url-text a{color:#0f766e;font-weight:600}.restaurant-photo{object-fit:cover;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;width:100%;height:180px}.restaurant-photo.empty{color:#64748b;place-items:center;font-weight:600;display:grid}.menu-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:.35rem;padding:.55rem .65rem}.menu-preview ul{margin:.3rem 0 0;padding-left:1rem}.item-actions{flex-direction:column}.restaurant-actions{flex-direction:row;justify-content:flex-end;margin-top:.4rem}@media (width<=900px){.header-inner{display:block}.header-bar{flex-direction:column;align-items:flex-start;display:flex}.home-menu-list,.sub-menu,.header-title{justify-self:auto}.restaurant-card{flex-direction:column}.restaurant-media{flex-basis:auto;max-width:100%}.restaurant-top-row{justify-content:flex-start}.restaurant-actions,.item-actions{flex-direction:row;justify-content:flex-start}.menu-row{grid-template-columns:1fr}}.area-input{border:1px solid #d1d5db;border-radius:8px;width:6.5rem;padding:.5rem .6rem}.tomato-table-wrap{border:1px solid #e5e7eb;border-radius:10px;overflow-x:auto}.tomato-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:.9rem}.tomato-table th,.tomato-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:.6rem .8rem}.tomato-table thead th{background:#f3f4f6;font-weight:700;position:sticky;top:0}.tomato-table tbody tr:hover{background:#f9fafb}.tomato-name-cell{text-overflow:ellipsis;white-space:nowrap;max-width:260px;overflow:hidden}.section-divider{border:none;border-top:1px solid #e5e7eb;margin:1.5rem 0}.booking-badge{white-space:nowrap;border-radius:999px;padding:.2rem .55rem;font-size:.78rem;font-weight:700;display:inline-block}.booking-badge.urgent{color:#b91c1c;background:#fee2e2}.booking-badge.soon{color:#b45309;background:#fef3c7}.pagination{justify-content:center;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.pagination-status{color:#374151;font-size:.9rem}.pagination button:disabled{opacity:.5;cursor:not-allowed}.tomato-dashboard-section{margin-bottom:.5rem}.keyword-input{border:1px solid #d1d5db;border-radius:8px;width:15rem;max-width:100%;padding:.5rem .6rem}.area-checkbox{cursor:pointer;align-items:center;gap:.35rem;font-size:.9rem;display:flex}.ack-button{white-space:nowrap}.date-range-sep{color:#6b7280}.tomato-clickable-row{cursor:pointer}.tomato-clickable-row:hover{background:#f3f4f6}.meal-detail-row td{background:#fafafa;padding:.7rem 1rem}.meal-detail-empty{color:#6b7280;margin:0;font-size:.9rem}.meal-detail-list{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.meal-detail-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-wrap:wrap;gap:.9rem;padding:.35rem .6rem;font-size:.88rem;display:flex}.meal-detail-item.needs-booking{background:#fef2f2;border-color:#fecaca}.meal-detail-day{min-width:9rem;font-weight:700}.meal-detail-missing{color:#b91c1c}.dashboard-filters{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;flex-wrap:wrap;gap:.5rem 1.75rem;margin-bottom:.9rem;padding:.7rem .9rem;display:flex}.filter-group{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.filter-group-label{color:#374151;font-size:.85rem;font-weight:700}.dashboard-tabs{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:.5rem;margin-bottom:1.1rem;padding-bottom:.7rem;display:flex}.dashboard-tab{color:#111827;background:#e5e7eb;border-radius:999px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:700}.dashboard-tab.active{color:#fff;background:#0f766e}.multi-select-dropdown{position:relative}.multi-select-trigger{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .8rem;font-size:.9rem;font-weight:600;display:flex}.multi-select-label{color:#6b7280;font-weight:700}.multi-select-summary{text-overflow:ellipsis;white-space:nowrap;max-width:12rem;overflow:hidden}.multi-select-caret{color:#6b7280;font-size:.7rem}.multi-select-panel{z-index:20;background:#fff;border:1px solid #d1d5db;border-radius:8px;gap:.15rem;min-width:10rem;max-height:16rem;padding:.5rem;display:grid;position:absolute;top:calc(100% + .35rem);left:0;overflow-y:auto;box-shadow:0 8px 20px #0f172a1f}.multi-select-option{cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;gap:.5rem;padding:.35rem .5rem;font-size:.88rem;display:flex}.multi-select-option:hover{background:#f3f4f6}.multi-select-option-all{border-bottom:1px solid #e5e7eb;margin-bottom:.2rem;padding-bottom:.5rem;font-weight:600}
