@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#2f2a1f;background-color:#f5f1ea;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-synthesis:none}*{box-sizing:border-box}a{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid #c28c3e;outline-offset:2px}body{margin:0;min-height:100vh;background:#f5f1ea;color:#2f2a1f}#root{min-height:100vh}:root{--sand: #f5f1ea;--charcoal: #2f2a1f;--muted: #7a6c55;--accent: #c28c3e;--cream: #eee4d1;--panel: #ffffff}body{background:var(--sand);color:var(--charcoal)}.app-shell{min-height:100vh;max-width:1280px;margin:0 auto;padding:48px clamp(24px,4vw,56px) 64px;display:flex;flex-direction:column;gap:32px}.primary-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.primary-header h1{font-size:36px;margin:0}.primary-header p{color:var(--muted);margin:4px 0 0}.nav-group{display:flex;gap:12px}.nav-group a{border-radius:999px;padding:10px 20px;border:1px solid transparent;font-weight:600;text-transform:capitalize}.nav-group a.active{background:var(--charcoal);color:var(--panel)}.nav-group a:not(.active){background:#ebe2d4;color:var(--charcoal)}.ghost-btn{border-radius:999px;padding:10px 18px;border:1px solid rgba(47,42,31,.2);background:transparent;cursor:pointer;font-weight:600}.page-shell{flex:1}.login{min-height:100vh;padding:64px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--sand)}.login h1{margin-bottom:24px}.login .card{width:min(420px,90vw);background:var(--panel);padding:32px;border-radius:28px;box-shadow:0 25px 60px #2f2a1f14;display:flex;flex-direction:column;gap:18px}.login label{display:flex;flex-direction:column;gap:6px;font-weight:600}.login input{border-radius:16px;border:1px solid rgba(47,42,31,.2);padding:12px 16px;font-size:16px}button,.nav-group a{font-family:inherit}button{cursor:pointer}.error{color:#b42318;margin:0}.login button{border:none;border-radius:18px;padding:12px 18px;background:var(--charcoal);color:#fff;font-weight:600}.terra-dashboard{display:grid;grid-template-columns:320px 1fr;grid-template-areas:"overview menu" "cart menu";gap:28px}@media(max-width:960px){.terra-dashboard{grid-template-columns:1fr;grid-template-areas:"overview" "menu" "cart"}}.terra-overview,.terra-menu,.terra-cart-panel{background:#fff;border-radius:28px;padding:28px;box-shadow:0 25px 60px #2f2a1f14}.terra-overview{grid-area:overview;display:flex;flex-direction:column;gap:18px}.eyebrow{font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:#b59d82}.terra-overview p{color:#7a6c55}.terra-metrics{display:flex;gap:16px}.terra-metric{flex:1;background:#fcefd9;border-radius:20px;padding:16px;text-align:center}.terra-metric strong{display:block;font-size:32px;color:#7c3e12}.terra-menu{grid-area:menu;display:flex;flex-direction:column;gap:18px}.terra-menu-header{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.terra-menu-header input{border-radius:20px;border:1px solid rgba(47,42,31,.2);padding:12px 18px;min-width:220px}.tabs{display:flex;gap:12px;flex-wrap:wrap}.tab{border-radius:999px;padding:8px 18px;border:1px solid rgba(47,42,31,.2);background:transparent;cursor:pointer}.tab.active{background:#1e1b16;color:#fff;border-color:#1e1b16}.terra-menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}.meal-card{border-radius:24px;padding:20px;background:#fffaf3;border:1px solid rgba(47,42,31,.08);display:flex;flex-direction:column;gap:10px}.meal-card h3{margin:0}.meal-card p{color:#7a6c55;margin:0}.meal-card button{align-self:flex-start;border-radius:16px;border:none;padding:8px 14px;background:#1e1b16;color:#fff;font-weight:600}.terra-cart-panel{grid-area:cart}.admin-orders ul{list-style:none;margin:0;padding:0}.orders-list{display:flex;flex-direction:column;gap:16px}.orders-list li{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid rgba(47,42,31,.08)}.orders-list h4{margin:0}.orders-list p{margin:4px 0 0;color:#7a6c55}.cart-fab{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;border:none;background:#1e1b16;color:#fff;font-weight:700;display:none;align-items:center;justify-content:center;box-shadow:0 20px 40px #2f2a1f40}.cart-drawer{position:fixed;top:0;right:-100%;width:min(360px,90vw);height:100vh;background:#fff;box-shadow:-20px 0 40px #2f2a1f26;border-radius:32px 0 0 32px;padding:28px;display:flex;flex-direction:column;gap:16px;transition:right .3s ease;z-index:1001}.cart-drawer.open{right:0}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center}.cart-overlay{position:fixed;inset:0;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000}@media(max-width:768px){.terra-cart-panel{display:none}.cart-fab{display:inline-flex}}.cart-fab span{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:#c28c3e;color:#1e1b16;font-size:12px;display:flex;align-items:center;justify-content:center}.cart-fab svg{width:22px;height:22px}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cart-drawer__header>div{display:flex;align-items:center;gap:12px}.cart-drawer__header .ghost-btn{padding:6px 12px;border-radius:999px;border:1px solid rgba(30,27,22,.15);background:transparent;font-size:.85rem}.cart{display:flex;flex-direction:column;gap:14px}.cart h2{margin:0}.cart ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.cart li{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid rgba(47,42,31,.1)}.cart-header{display:flex;justify-content:space-between;align-items:center}.quantity{display:flex;align-items:center;gap:8px}.quantity button{width:30px;height:30px;border-radius:50%;border:1px solid rgba(47,42,31,.2);background:transparent;font-weight:700}.subtotal{font-size:20px;font-weight:600}.cta{border-radius:18px;border:none;padding:12px 18px;background:#c28c3e;color:#1e1b16;font-weight:600}.cart-selection{font-size:.85rem;color:#0009;margin-top:4px}.waiter-page{display:flex;flex-direction:column;gap:24px}.waiter-card{background:#fff;border-radius:28px;padding:28px;box-shadow:0 25px 60px #2f2a1f14;display:flex;flex-direction:column;gap:18px}.waiter-card header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.waiter-card input{border-radius:16px;border:1px solid rgba(47,42,31,.2);padding:12px 16px;flex:1;min-width:220px}.waiter-card .actions{display:flex;flex-wrap:wrap;gap:12px}.waiter-card button{border-radius:16px;border:none;padding:10px 16px;font-weight:600}.waiter-card button:nth-child(2){background:#1e1b16;color:#fff}.waiter-card button:nth-child(3){background:#c28c3e;color:#1e1b16}.waiter-table{width:100%;border-collapse:collapse}.waiter-table th,.waiter-table td{padding:12px;border-bottom:1px solid rgba(47,42,31,.1);text-align:left}.meal-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1200}.meal-modal__backdrop{position:absolute;inset:0;background:#08070599;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.meal-modal__panel{position:relative;width:min(640px,95vw);max-height:90vh;background:#fffaf5;border-radius:32px;padding:32px;display:flex;flex-direction:column;gap:24px;box-shadow:0 40px 80px #140f0540;overflow:hidden}.meal-modal__panel header{display:flex;justify-content:space-between;gap:24px}.meal-modal__panel header button{background:transparent;border:none;font-size:20px}.meal-modal__groups{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.group-head{display:flex;align-items:baseline;justify-content:space-between}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.option-card{border:1px solid rgba(30,27,22,.12);border-radius:16px;padding:12px;display:flex;gap:12px;cursor:pointer}.option-card.selected{border-color:#d99644;background:#d9964414}.option-card input{margin-top:4px}.meal-modal__panel footer{display:flex;justify-content:space-between;align-items:center}.meal-modal__panel footer button{background:#1e1b16;color:#fff;border:none;border-radius:999px;padding:12px 24px;font-weight:600}@media(max-width:640px){.meal-modal__panel{width:100vw;height:100vh;border-radius:0}}.group-subhead{font-size:.85rem;color:#1e1b16b3;margin-top:4px}.group-limit{font-size:.8rem;color:#1e1b16b3;padding:4px 10px;border-radius:999px;background:#d9964426}.meal-modal__panel footer button:disabled{opacity:.4;cursor:not-allowed}.surface{border-radius:28px;background:#fff;box-shadow:0 25px 60px #2f2a1f14;border:1px solid rgba(47,42,31,.08)}.surface--md{padding:24px}.surface--lg{padding:32px}.surface--accent{background:linear-gradient(180deg,#fcefd9,#f5d7aa);color:#2f2a1f}.surface--outlined{border:1px solid rgba(47,42,31,.15);box-shadow:none}.badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.badge--neutral{background:#f0e7d8;color:#7a6c55}.badge--success{background:#d1fadf;color:#0f5132}.badge--warning{background:#fef4d6;color:#7c3e12}.lang-switcher{display:flex;align-items:center;gap:8px;font-size:14px;color:#7a6c55}.lang-switcher select{border-radius:999px;border:1px solid rgba(47,42,31,.2);padding:6px 12px;background:transparent}
