@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Jost:wght@400;500;600;700&display=swap');:root{--green:#123f34;--cream:#f5f1e8;--line:#dce3df;--muted:#68756f}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:#17231e;font-family:Jost,system-ui}.hidden{display:none!important}.login{min-height:100vh;display:grid;place-items:center}.login section{width:min(430px,calc(100% - 32px));padding:38px;background:#fff;border-radius:22px;box-shadow:0 25px 80px #173c2d1a}.login p,header p{color:#c89448;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800}.login h1,header h1,h2{font-family:'Cormorant Garamond',serif}.login h1{font-size:50px;margin:5px 0 25px}label{display:grid;gap:6px;margin:14px 0;font-weight:700}input,select,button{font:inherit;padding:12px;border:1px solid var(--line);border-radius:9px}button{background:var(--green);color:#fff;font-weight:800;cursor:pointer}.login button{width:100%}.error{color:#a33;min-height:20px}header{display:flex;align-items:center;justify-content:space-between;padding:20px 5vw;background:#263135;color:#fff}header h1{margin:0;font-size:32px}.content{padding:32px 5vw}.summary{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;margin-bottom:20px}.summary article,.card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px}.summary article{display:grid}.summary strong{font-size:34px}.summary span,.restaurant span,.restaurant small{color:var(--muted)}.card-head,.restaurant,.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.card-head input{width:280px}.restaurant{padding:16px 0;border-top:1px solid var(--line)}.restaurant div{display:grid;gap:4px}.restaurant select{min-width:140px}.empty{text-align:center;color:var(--muted);padding:30px}dialog{width:min(560px,calc(100% - 24px));border:0;border-radius:18px;padding:0}dialog form{padding:28px}.dialog-head button{background:transparent;color:#17231e;font-size:22px}@media(max-width:700px){.summary{grid-template-columns:1fr 1fr}.summary button{grid-column:1/-1}.card-head,.restaurant{align-items:stretch;flex-direction:column}.card-head input,.restaurant select{width:100%}}
