:root{--text:#1f2328;--text-muted:#656d76;--bg:#f6f7f9;--surface:#fff;--border:#d0d7de;--accent:#c2410c;--accent-hover:#9a3412;color:var(--text);background:var(--bg);font:16px/1.5 system-ui,Segoe UI,Roboto,sans-serif}*,:before,:after{box-sizing:border-box}body{margin:0}.page{max-width:800px;margin:0 auto;padding:32px 16px}.page h1{margin:0 0 24px;font-size:1.75rem}.empty-text{color:var(--text-muted)}.error-text{color:#b91c1c;margin:0;font-size:.9rem}.add-form{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.add-form input{flex:1;min-width:160px}.add-form input[type=number]{flex:0 0 120px;min-width:0}.add-form .error-text{flex-basis:100%}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow-x:auto}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid var(--border);padding:12px 16px}.table tbody tr:last-child td{border-bottom:none}.table th{color:var(--text-muted);font-size:.85rem;font-weight:600}.table td input{width:100%;padding:6px 10px}.error-text.table-error{margin-top:8px}.table td.table-empty{text-align:center;color:var(--text-muted)}.row-actions{white-space:nowrap;justify-content:flex-end;gap:8px;display:flex}.row-actions button{padding:6px 12px}.row-actions .icon-button{padding:7px;display:inline-flex}input,select{font:inherit;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:10px 12px}input:focus,select:focus{outline:2px solid var(--accent);outline-offset:-1px}button{font:inherit;background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 16px;font-weight:600}button:hover:not(:disabled){background:var(--accent-hover)}.button-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.button-secondary:hover:not(:disabled){background:var(--bg)}.button-danger{background:#b91c1c}.button-danger:hover:not(:disabled){background:#991b1b}button:disabled{opacity:.6;cursor:default}.login{place-items:center;min-height:100svh;padding:16px;display:grid}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:8px;width:100%;max-width:360px;padding:32px 24px;display:flex}.login-card h1{text-align:center;margin:0 0 16px;font-size:1.5rem}.login-card label{font-size:.9rem;font-weight:500}.login-card input{margin-bottom:8px}.login-card button{margin-top:8px}.screen-sections-empty{color:var(--text-muted)}.table td.section-picker-cell{background:var(--bg)}.section-picker-title{color:var(--text-muted);margin:0 0 8px;font-size:.85rem;font-weight:600}.section-picker-cell .empty-text{margin:0}.section-picker{flex-wrap:wrap;gap:8px 20px;display:flex}.section-picker label{cursor:pointer;align-items:center;gap:6px;display:inline-flex}.table td .section-picker input{width:auto;accent-color:var(--accent)}.menu-section{margin-bottom:40px}.menu-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;min-height:40px;margin-bottom:12px;display:flex}.menu-section-header h2{margin:0;font-size:1.25rem}.menu-section-rename{flex:1;gap:8px;display:flex}.menu-section-rename input{flex:1;min-width:0}.menu-item-description{color:var(--text-muted)}.menu-item-price{white-space:nowrap}.add-form.menu-section-add{margin:12px 0 0}.page .styling-intro{margin:-16px 0 24px}.styling-form{flex-direction:column;gap:16px;max-width:420px;display:flex}.styling-form label{flex-direction:column;gap:6px;font-size:.9rem;font-weight:500;display:flex}.styling-preview{background:#1c1917;border-radius:12px;justify-content:space-between;gap:16px;padding:20px 24px;display:flex}.tabs{border-bottom:1px solid var(--border);gap:4px;max-width:800px;margin:0 auto;padding:16px 16px 0;display:flex}.tabs button{color:var(--text-muted);background:0 0;border-bottom:2px solid #0000;border-radius:0;margin-bottom:-1px}.tabs button:hover:not(:disabled){color:var(--text);background:0 0}.tabs .tabs-logout{margin-left:auto}.tabs button[aria-selected=true]{color:var(--accent);border-bottom-color:var(--accent)}
