:root{color:#182722;background:#f7f3ec;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,rgba(32,80,71,.08),transparent 260px),#f7f3ec}button,input,textarea{font:inherit}button{min-height:44px;border:0;cursor:pointer;transition-property:transform,background-color,box-shadow,color;transition-duration:.16s;transition-timing-function:cubic-bezier(.2,0,0,1)}button:active{transform:scale(.96)}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(32,80,71,.28);outline-offset:2px}.app-shell{width:min(100%,760px);min-height:100vh;margin:0 auto;padding:18px 16px 32px}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.eyebrow{margin:0 0 4px;color:#6f4e37;font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(1.8rem,2.6rem,2.75rem);line-height:.98;text-wrap:balance}h2{margin-bottom:0;font-size:1.15rem;line-height:1.2;text-wrap:balance}.stack{display:flex;flex-direction:column;gap:14px}.banner{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px;padding:14px;border-radius:8px;box-shadow:0 1px 1px #18272214,0 10px 24px #18272214}.banner strong,.banner span{display:block}.banner strong{line-height:1.3}.banner span{margin-top:4px;color:#182722b8;font-size:.9rem}.banner.online{background:#e9f4ef}.banner.offline{background:#fff1d6}.network-toggle{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.network-toggle>span{color:#182722bd;font-size:.9rem;font-weight:700}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;border-radius:8px;background:#2050471a}.segmented button{border-radius:6px;background:transparent;color:#205047;font-weight:800}.segmented button.selected{background:#fff;box-shadow:0 1px 1px #18272214,0 8px 18px #18272214}.message{margin:0 0 12px;padding:10px 12px;border-radius:8px;background:#fff;color:#182722c7;font-size:.92rem;box-shadow:0 1px #18272214}.actions{display:grid;grid-template-columns:1fr;gap:10px}.primary,.secondary,.danger-text{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border-radius:8px;font-weight:800}.primary{background:#205047;color:#fff;box-shadow:0 1px 1px #18272224,0 10px 22px #20504738}.secondary{background:#fff;color:#205047;box-shadow:0 1px #1827221a}.danger-text{align-self:flex-start;min-height:40px;padding:0;background:transparent;color:#8c2e22;font-size:.9rem}.icon-button{display:inline-grid;width:44px;min-width:44px;height:44px;place-items:center;border-radius:8px;background:#fff;color:#205047;box-shadow:0 1px 1px #18272214,0 8px 18px #18272214}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.card-list{display:grid;gap:12px}.restaurant-card,.empty-state{border-radius:8px;background:#fff;box-shadow:0 1px 1px #18272214,0 12px 28px #18272214}.restaurant-card{padding:14px;cursor:pointer}.empty-state{padding:22px 16px}.empty-state p{margin:8px 0 0;color:#182722b8;text-wrap:pretty}.card-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.sync-badge{flex:0 0 auto;border-radius:999px;padding:5px 8px;font-size:.76rem;font-weight:900;line-height:1}.sync-badge.synced{background:#ddf3e9;color:#205047}.sync-badge.pending{background:#fff1d6;color:#735000}.sync-badge.failed{background:#ffe3df;color:#8c2e22}dl{display:grid;gap:10px;margin:0}dt{color:#1827229e;font-size:.76rem;font-weight:800;text-transform:uppercase}dd{margin:2px 0 0;line-height:1.35;text-wrap:pretty}.sync-meta{display:grid;gap:4px;margin-top:12px;padding-top:12px;color:#182722ad;font-size:.82rem;font-variant-numeric:tabular-nums;box-shadow:inset 0 1px #18272214}.form-toolbar{display:flex;align-items:center;gap:10px}.form label,fieldset{display:grid;gap:7px;margin:0;color:#182722c7;font-size:.92rem;font-weight:800}fieldset{padding:0;border:0}legend{margin-bottom:8px;color:#182722c7;font-size:.92rem;font-weight:800}input,textarea{width:100%;border:0;border-radius:8px;background:#fff;color:#182722;box-shadow:inset 0 0 0 1px #18272214,0 1px #1827220d}input{min-height:48px;padding:0 12px}textarea{min-height:112px;padding:12px;resize:vertical}.checkbox-grid{display:grid;gap:8px}.checkbox-row{display:flex;min-height:48px;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;background:#fff;box-shadow:inset 0 0 0 1px #18272214,0 1px #1827220d}.checkbox-row input{width:20px;min-height:20px;accent-color:#205047;box-shadow:none}.full-width{width:100%}@media(min-width:680px){.app-shell{padding-top:28px}.actions,.checkbox-grid{grid-template-columns:1fr 1fr}}
