:root { --vorani-red: #790e12; --vorani-gold: #e6a818; --vorani-brown: #300405; --vorani-green: #2e7d32; --vorani-cream: #fff7e5; --vorani-text: #300405; }
.vorani-intro { display: grid; grid-template-columns: auto auto minmax(0, 1fr) auto; align-items: center; gap: 18px; margin: 18px 0 12px; border: 1px solid rgba(255,170,0,.36); border-radius: 18px; background: linear-gradient(135deg, #171717, #2a2020 62%, #5b1119); color: #fff; padding: 16px 20px; box-shadow: 0 14px 36px rgba(23,23,23,.28); }
.app-shell { grid-template-areas: "sidebar toolbar" "sidebar menu"; grid-template-rows: auto minmax(0, 1fr); }
.vorani-intro__logo { width: 54px; height: 54px; border-radius: 14px; background: #fff; object-fit: contain; }
.vorani-intro div { display: grid; gap: 3px; }
.vorani-intro strong { color: var(--vorani-gold); font-size: .72rem; }
.vorani-intro p { margin: 0; font-size: .86rem; line-height: 1.55; }
.vorani-wordmark { color: var(--vorani-gold); font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; font-weight: 800; }
.vorani-table-badge { border-radius: 999px; background: var(--vorani-red); padding: 8px 12px; font-size: .72rem; font-weight: 900; white-space: nowrap; }
.menu-sidebar__head .vorani-wordmark { font-size: 1rem; }
.service-dock { position: fixed; z-index: 40; right: 18px; bottom: 18px; }
.pwa-corner { right: auto; left: 18px; }
.service-toggle { position: relative; display: grid; width: 54px; height: 54px; place-items: center; border: 2px solid rgba(255,255,255,.78); border-radius: 50%; background: linear-gradient(135deg, var(--vorani-red), #300405); color: #fff; box-shadow: 0 14px 36px rgba(23,23,23,.32); cursor: pointer; transition: transform .2s ease; }
.service-toggle[aria-expanded="true"] { transform: rotate(45deg); }
.service-toggle .ui-icon { width: 23px; height: 23px; }
#cart-count { position: absolute; top: -5px; right: -5px; display: inline-grid; min-width: 21px; height: 21px; place-items: center; border: 2px solid #fff; border-radius: 999px; background: var(--vorani-gold); color: #171717; font-size: .62rem; font-weight: 900; }
.service-actions { position: absolute; right: 0; bottom: 64px; display: grid; width: 180px; gap: 6px; border: 1px solid var(--line-strong); border-radius: 15px; background: rgba(48,4,5,.97); padding: 7px; box-shadow: 0 16px 44px rgba(23,23,23,.3); }
.service-actions button, .service-primary { border: 0; border-radius: 999px; background: var(--vorani-red); color: #fff; padding: 10px 14px; font: inherit; font-size: .72rem; font-weight: 900; cursor: pointer; }
.service-actions button { display: flex; align-items: center; gap: 9px; background: transparent; text-align: left; }
.service-actions button:hover { background: rgba(255,170,0,.16); color: var(--vorani-gold); }
.vorani-add-button { display: grid; flex: 0 0 auto; align-self: center; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.56); border-radius: 50%; background: var(--vorani-red); color: #fff; padding: 0; font-size: 1.25rem; font-weight: 800; line-height: 1; box-shadow: 0 7px 16px rgba(48,4,5,.22); cursor: pointer; }
.vorani-add-button[disabled] { background: #999; cursor: not-allowed; }
.menu-item, .menu-item.has-vorani-ordering, .menu-item:has(.menu-item__image), .menu-item.has-vorani-ordering:has(.menu-item__image) { display: flex; flex-direction: row; align-items: center; gap: 12px; }
.menu-item__copy { flex: 1 1 180px; }
.menu-item__name { overflow-wrap: normal; word-break: normal; }
.menu-item__prices { flex: 0 1 auto; }
.vorani-add-button { flex: 0 0 auto; background: var(--vorani-red); }
.featured-product-card, .special-product-circle { position: relative; }
.featured-product-card .vorani-add-button, .special-product-circle .vorani-add-button { position: absolute; z-index: 2; top: 10px; right: 10px; width: 36px; height: 36px; margin: 0; }
.service-backdrop { position: fixed; z-index: 70; inset: 0; background: rgba(33,33,33,.5); backdrop-filter: blur(3px); }
.service-drawer { position: fixed; z-index: 71; top: 0; right: 0; display: grid; grid-template-rows: auto minmax(0,1fr); width: min(440px, 100%); height: 100dvh; transform: translateX(105%); background: linear-gradient(180deg, #520a0c, #300405); color: #fff7e5; box-shadow: -16px 0 50px rgba(15,0,1,.45); transition: transform .24s ease; }
.service-drawer.is-open { transform: translateX(0); }
.service-drawer > header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(78,52,46,.15); background: var(--vorani-brown); color: #fff; padding: 16px 18px; }
.service-drawer h2 { margin: 4px 0 0; font-size: 1.1rem; }
.service-drawer header button { border: 0; background: transparent; color: #fff; font-size: 1.8rem; cursor: pointer; }
#service-content { overflow: auto; padding: 16px; background: radial-gradient(circle at top, rgba(230,168,24,.1), transparent 34%); }
.service-stack { display: grid; gap: 10px; }
.service-card { border: 1px solid var(--line); border-radius: 12px; background: rgba(48,4,5,.62); padding: 12px; }
.service-card header { display: flex; justify-content: space-between; gap: 10px; }
.service-card p { margin: 5px 0; color: var(--muted); font-size: .76rem; }
.service-card .row { display: flex; align-items: center; gap: 7px; }
.service-card button { border: 1px solid var(--line); border-radius: 999px; background: rgba(230,168,24,.1); color: var(--vorani-cream); padding: 7px 11px; font-weight: 800; cursor: pointer; }
.service-form { display: grid; gap: 10px; }
.service-form label { display: grid; gap: 5px; color: var(--muted); font-size: .72rem; font-weight: 800; }
.service-form input, .service-form textarea, .service-form select { width: 100%; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,247,229,.08); color: #fff7e5; padding: 10px; font: inherit; }
.service-form select option { background: #520a0c; color: #fff7e5; }
.service-option { display: flex; align-items: center; justify-content: space-between; width: 100%; border: 1px solid var(--line-strong); border-radius: 16px; background: rgba(48,4,5,.72); color: var(--vorani-cream); padding: 14px 16px; font: inherit; cursor: pointer; }
.service-option:hover { border-color: var(--vorani-gold); background: rgba(230,168,24,.14); }
.service-option strong { color: var(--vorani-gold); }
.service-waiter { border-left: 3px solid var(--vorani-gold); border-radius: 8px; background: rgba(230,168,24,.1); color: var(--muted); padding: 10px 12px; font-size: .78rem; }
.service-waiter strong { color: var(--vorani-cream); }
.service-secondary { width: 100%; margin-top: 12px; border: 1px solid var(--vorani-gold); border-radius: 999px; background: rgba(230,168,24,.12); color: var(--vorani-gold); padding: 10px 14px; font-weight: 900; cursor: pointer; }
.order-tabs { display: flex; gap: 7px; overflow-x: auto; margin-bottom: 10px; padding-bottom: 4px; }
.order-tabs button { display: grid; flex: 0 0 auto; gap: 2px; border: 1px solid var(--line); border-radius: 9px; background: rgba(48,4,5,.58); color: var(--muted); padding: 8px 10px; font-weight: 800; }
.order-tabs button.is-active { border-color: var(--vorani-gold); color: var(--vorani-gold); }
.order-tabs small { font-size: .58rem; }
.service-chat { display: grid; gap: 10px; margin-top: 12px; border-top: 1px solid var(--line); padding-top: 12px; }
.service-chat header { display: flex; justify-content: space-between; }
.service-chat header small { display: block; color: var(--muted); font-size: .62rem; }
.chat-list { display: grid; gap: 7px; max-height: 280px; overflow-y: auto; }
.chat-message { width: min(88%, 330px); border: 1px solid var(--line); border-radius: 10px 10px 10px 2px; background: rgba(48,4,5,.7); padding: 8px 10px; }
.chat-message.is-customer { justify-self: end; border-radius: 10px 10px 2px 10px; background: rgba(230,168,24,.14); }
.chat-message strong { color: var(--vorani-gold); font-size: .67rem; }
.chat-message p { margin: 3px 0; color: var(--vorani-cream); font-size: .75rem; }
.chat-message small { color: var(--muted); font-size: .56rem; }
.service-total { display: flex; justify-content: space-between; border-top: 2px solid var(--vorani-gold); padding-top: 12px; font-weight: 900; }
.tracking-steps { display: grid; gap: 7px; margin: 14px 0; }
.tracking-step { border-left: 4px solid rgba(255,247,229,.28); padding: 7px 10px; color: rgba(255,247,229,.55); font-size: .78rem; font-weight: 800; }
.tracking-step.is-complete { border-color: var(--vorani-gold); color: var(--vorani-cream); }
.service-empty { border: 1px dashed var(--line); border-radius: 12px; padding: 20px; color: var(--muted); text-align: center; }
.site-footer { padding: 28px 0 34px; }
.footer-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 14px 20px; padding: 22px; }
.footer-copy { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; }
.footer-copy p { margin: 3px 0 0; color: #fff; font-size: .76rem; }
.footer-logo { width: 66px; height: 66px; border: 0; border-radius: 15px; }
.footer-contacts { grid-column: 1; justify-self: stretch; max-width: none; }
.footer-contacts__phones { justify-content: flex-start; }
.footer-contacts span { color: rgba(255,255,255,.7); font-size: .73rem; }
.footer-contacts .employee-link { display: block; justify-self: start; width: fit-content; margin-top: 2px; color: var(--vorani-cream); text-decoration: underline; text-underline-offset: 3px; }
.footer-sitemap { grid-column: 2; grid-row: 2; align-content: start; max-width: none; background: rgba(253,253,253,.16); }
.footer-sitemap span, .footer-sitemap a { color: var(--vorani-cream); }
.footer-sitemap a:hover, .footer-sitemap a:focus-visible { color: var(--vorani-gold); text-decoration: underline; }
.footer-catering { white-space: normal; color: var(--vorani-gold); text-shadow: none; }
@media (max-width: 720px) { .app-shell { grid-template-areas: "toolbar" "sidebar" "menu"; grid-template-rows: auto auto minmax(0, 1fr); } .service-dock { right: 10px; bottom: 10px; } .pwa-corner { right: auto; left: 10px; } .subsection__layout { grid-template-columns: minmax(0, 1fr); } .subsection__gallery { position: static; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); grid-auto-rows: 120px; } .subsection__gallery .food-photo--primary { min-height: 120px; } .menu-item, .menu-item.has-vorani-ordering { flex-wrap: nowrap; gap: 7px; } .menu-item__copy { flex: 1 1 auto; } .menu-item__name { font-size: .82rem; } .menu-item__prices { flex: 0 1 auto; justify-content: flex-end; gap: 3px 6px; } .menu-option { gap: 3px; font-size: .65rem; } .vorani-add-button { padding: 7px 8px; font-size: .64rem; } .footer-panel { grid-template-columns: 1fr; } .footer-sitemap { grid-column: 1; grid-row: auto; } }
