:root{font-family:Segoe UI,Arial,sans-serif;color:#232b27;background:#fff;font-synthesis:none;--green: #276c35;--line: #dce3dd;--muted: #647168}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{background:var(--green);color:#fff;border:1px solid var(--green);padding:12px 20px;border-radius:8px;min-height:46px;font-weight:650;cursor:pointer}button:hover{filter:brightness(.94)}button:disabled{opacity:.5;cursor:not-allowed}.secondary{color:var(--green);background:#fff;border-color:#b6cabb}.danger{color:#a42424;border-color:#c64747;background:#fff}a{color:var(--green)}:focus-visible{outline:3px solid #cf8c18;outline-offset:3px}header{max-width:1360px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 32px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:16px;text-decoration:none;color:#232b27;font-size:22px;font-weight:700}.brand img{width:64px;height:64px;border-radius:50%}header nav{display:flex;gap:24px}header nav a{text-decoration:none;color:#45534a;padding:12px 0}.active{border-bottom:3px solid var(--green);font-weight:700}main{max-width:1296px;margin:0 auto;padding:28px 32px 64px;min-height:72vh}h1{font-size:38px;line-height:1.14;margin:24px 0 14px;letter-spacing:-1px}h2{font-size:23px;margin:0 0 20px;line-height:1.3}h3{font-size:19px;margin:0 0 10px}p{line-height:1.6;margin:10px 0 18px}small{color:var(--muted);display:block;line-height:1.6}.notice{background:#edf7ed;border-left:4px solid #5eae4b;border-radius:6px;padding:14px 18px;line-height:1.6;margin-bottom:24px}.error{background:#fff1ef;color:#88291f;padding:16px;border-radius:8px;overflow-wrap:anywhere}.title-row,.toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:12px 0 28px}.title-row p{color:var(--muted)}.row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:8px;margin:0 0 18px;flex:1;min-width:0}.field span{font-size:14px;font-weight:600}input,select,textarea{width:100%;min-width:0;padding:12px;border:1px solid #b8c5bc;border-radius:7px;background:#fff;color:#232b27;min-height:46px}textarea{min-height:95px;resize:vertical}select{max-width:100%}.panel{padding:26px;border:1px solid var(--line);border-radius:10px;background:#fff;margin-bottom:20px;min-width:0}.order-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:32px;align-items:start}.product{display:flex;gap:20px;align-items:center;justify-content:space-between;padding:24px;border:1px solid var(--line);border-radius:10px;margin-bottom:16px}.product p{color:var(--muted);margin-bottom:8px}.product img{width:90px;height:90px;object-fit:cover;border-radius:8px}.price-action{display:flex;align-items:center;gap:20px;flex-shrink:0}.cart{position:sticky;top:20px}.cart-line{padding:16px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.cart-line:first-child{padding-top:0}.total{border-top:1px solid var(--line);padding-top:24px;margin-top:24px}.text-button{border:0;background:transparent;color:var(--green);padding:6px 8px;font-size:14px}.wide{width:100%}.empty{padding:40px 10px;text-align:center;color:var(--muted)}.branch-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.branch{text-align:left;color:#232b27;padding:32px}.branch span{color:var(--green)}.overlay{position:fixed;inset:0;z-index:10;background:#172d2473;display:flex;align-items:center;justify-content:center;padding:20px;overflow:auto}.modal{background:#fff;width:min(650px,100%);max-height:90dvh;overflow:auto;padding:28px;border-radius:12px;box-shadow:0 15px 70px #152e2440}.modal>.row{margin-bottom:24px}.choice{display:flex;align-items:center;gap:12px;padding:10px 0;line-height:1.5}.choice input{width:22px;min-height:22px;flex-shrink:0;accent-color:var(--green)}.choice span:nth-child(2){flex:1}.choice span:last-child{font-size:14px}fieldset{border:1px solid var(--line);padding:16px;border-radius:8px;margin:20px 0;min-width:0}legend{font-weight:650;padding:0 6px}.muted{color:var(--muted);font-size:14px}.status-page{max-width:780px;margin:auto}.status-page h1{font-size:32px}.connection{color:var(--green);font-size:14px}.stale{color:#9c371c;background:#fff0e7;padding:12px;border-radius:8px}.tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.toolbar .tabs{margin:0}.login{max-width:450px;margin:40px auto}.kitchen-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.column{border:1px solid var(--line);border-radius:10px;min-height:360px;padding:14px;background:#fcfdfc}.column>h2{font-size:18px;padding:10px;margin:0 0 10px}.pending{background:#fffaf0}.work{background:#f2f7fa}.ready{background:#f0f8f0}.order-card{padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff;margin-bottom:16px}.order-card .row strong,.order-card p{font-size:14px}.history-row{display:block;width:100%;text-align:left;background:#fff;color:#374b3d;border-color:var(--line);margin:10px 0}.kitchen-grid+h2{margin-top:35px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.actions button{flex:1;min-height:54px}.admin-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px}.list-button{display:block;background:#fff;color:#293f30;border:0;border-bottom:1px solid var(--line);border-radius:0;text-align:left;width:100%;padding:16px 0}.admin-layout aside{align-self:start;max-height:75vh;overflow:auto}details{border-bottom:1px solid var(--line);padding:14px 0}summary{cursor:pointer;padding:8px;font-weight:650}footer{padding:24px;text-align:center;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}@media(max-width:1050px){.price-action{flex-direction:column;gap:12px}.order-layout{grid-template-columns:minmax(0,1fr) 300px;gap:20px}.kitchen-grid{grid-template-columns:1fr 1fr}.column.ready{grid-column:1/-1}}@media(max-width:700px){header{padding:14px 18px;gap:12px;flex-wrap:wrap}.brand{font-size:17px;gap:10px}.brand img{width:46px;height:46px}header nav{gap:24px;padding-left:56px;font-size:14px}main{padding:22px 18px 40px}h1{font-size:31px;letter-spacing:-.6px}.title-row,.toolbar{align-items:stretch;flex-direction:column;gap:10px}.title-row .field{width:100%}.order-layout,.branch-grid,.admin-layout,.kitchen-grid{grid-template-columns:1fr}.column.ready{grid-column:auto}.column{min-height:180px}.product{padding:18px;align-items:flex-start;gap:14px}.product h3{font-size:18px}.price-action{align-items:flex-end;font-size:14px}.product small{font-size:12px}.panel{padding:20px}.cart{position:static}.overlay{padding:10px}.modal{padding:20px;max-height:94dvh}.admin-layout aside{max-height:280px}.row>.field{flex-basis:140px}.status-page h1{font-size:28px}.tabs button{padding:10px 12px;font-size:14px}.brand span{max-width:240px}.notice{font-size:14px}.modal .order-card .wide{display:none}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}.modal{border:0}.modal::backdrop{background:#172d2473}.modal .order-card .wide{display:none}a.button{display:inline-block;background:var(--green);color:#fff;padding:12px 20px;border-radius:8px;font-weight:650;text-decoration:none}
