/*
Theme Name: WP Restaurant Lite2
Theme URI: https://example.local/wp-restaurant-lite
Author: ChatGPT
Description: Minimal theme for dine-in ordering: seat -> menu -> options -> qty -> confirm -> checkout -> archive.
Version: 1.0.0
License: GPLv2 or later
Text Domain: wp-restaurant-lite
*/
body { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Hiragino Kaku Gothic ProN","Noto Sans JP","Helvetica Neue",Arial,"Noto Sans",sans-serif; line-height:1.6; }
.container { max-width: 920px; margin: 0 auto; padding: 20px; }
.grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(220px,1fr)); gap:16px; }
.card { border:1px solid #ddd; border-radius:12px; padding:16px; background:#fff; box-shadow: 0 2px 6px rgba(0,0,0,.05); }
.btn { display:inline-block; padding:12px 16px; border-radius:10px; border:none; cursor:pointer; background:#111; color:#fff; font-weight:700; text-decoration:none; }
.btn.secondary { background:#666; }
.btn.ghost { background:#f4f4f4; color:#111; }
.btn.lg { font-size:18px; padding:14px 18px; }
.flex { display:flex; gap:12px; align-items:center; }
.space { height:16px; }
.badge { display:inline-block; background:#111; color:#fff; padding:2px 8px; border-radius:999px; font-size:12px; }
.input { padding:12px; border:1px solid #ccc; border-radius:10px; width:100%; font-size:16px; }
h1,h2,h3 { letter-spacing:.02em }
.table { width:100%; border-collapse: collapse; }
.table th,.table td { border-bottom:1px solid #eee; padding:8px; text-align:left; }
.notice { background:#fff8e1; padding:12px; border:1px solid #f1e1a6; border-radius:10px; }
footer { margin-top:60px; color:#666; font-size:14px; }
.small { font-size: 12px; color:#666; }
*/
