:root{--bg: #f3f4f6;--card: #ffffff;--card-soft: #f9fafb;--line: #d1d5db;--line-soft: #e5e7eb;--text: #111827;--muted: #6b7280;--primary: #2563eb;--primary-hover: #1d4ed8;--secondary: #e5e7eb;--secondary-hover: #d1d5db;--danger: #dc2626;--danger-hover: #b91c1c;--success: #15803d;--success-hover: #166534;--shadow: 0 10px 25px rgba(0, 0, 0, .06)}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}.wrapper{max-width:1200px;margin:0 auto;padding:32px 20px 50px}h1{font-size:32px;margin:0 0 10px}h2{font-size:24px;margin:0 0 18px}h3{font-size:20px;margin:0}h4{font-size:17px;margin:0}p{color:var(--muted);line-height:1.6}.grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:24px;align-items:start}.card{background:var(--card);border:1px solid var(--line-soft);border-radius:18px;padding:24px;box-shadow:var(--shadow)}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1 / -1}label{font-size:14px;font-weight:700;color:var(--text)}input,textarea,select{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#fff;font:inherit;color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}input::placeholder,textarea::placeholder{color:#9ca3af}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}textarea{min-height:110px;resize:vertical}.actions,.preset-buttons{display:flex;flex-wrap:wrap;gap:10px}button{appearance:none;border:none;border-radius:12px;padding:12px 16px;font:inherit;font-weight:700;cursor:pointer;transition:transform .15s ease,background .2s ease,opacity .2s ease}button:hover{transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--secondary);color:var(--text)}.btn-secondary:hover{background:var(--secondary-hover)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger-hover)}.btn-success{background:var(--success);color:#fff}.btn-success:hover{background:var(--success-hover)}.help{font-size:14px;color:var(--muted);line-height:1.5}.category-card{margin-top:20px;padding:20px;border:1px solid #cbd5e1;border-radius:16px;background:#f8fafc}.dish-card{margin-top:16px;padding:18px;border:1px solid #dbe3ee;border-radius:14px;background:#fff}.category-header,.dish-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.category-header{border-radius:14px;padding:16px 18px;margin-bottom:16px}.category-header h3{margin:0;font-size:18px;color:#111827}.dish-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--line-soft)}.dishes-container{margin-top:12px}.allergens{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 14px;margin-top:4px;padding:14px;background:var(--card-soft);border:1px solid var(--line-soft);border-radius:12px}.allergen-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text);min-width:0}.allergen-item input{width:16px;height:16px;margin:0;flex:0 0 auto}.sticky{position:sticky;top:20px}pre{margin:0;padding:18px;border-radius:14px;background:#0f172a;color:#e5e7eb;font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word;overflow:auto;min-height:260px}.status{min-height:22px;margin-top:12px;font-size:14px;font-weight:700;color:var(--success)}.hidden{display:none}.category-header-left,.dish-header-left{display:flex;align-items:center;gap:12px;min-width:0}.category-toggle-btn,.dish-toggle-btn,.move-category-up-btn,.move-category-down-btn,.move-dish-up-btn,.move-dish-down-btn{min-width:44px;padding:10px 12px;flex:0 0 auto}.category-summary,.dish-summary{margin-top:6px;font-size:14px;color:#374151;font-weight:700}.category-content,.dish-content{margin-top:8px}.category-content.is-collapsed,.dish-content.is-collapsed{display:none}.category-card.is-collapsed,.dish-card.is-collapsed{padding-bottom:18px}.category-color{height:48px;padding:6px;cursor:pointer;border-radius:12px}.category-header .actions,.dish-header .actions{display:flex;flex-wrap:wrap;gap:8px}.quick-colors{display:flex;flex-wrap:wrap;gap:10px}.quick-color-btn{width:38px;height:38px;min-width:38px;border-radius:999px;border:2px solid #cbd5e1;padding:0;cursor:pointer}.quick-color-btn:hover{transform:scale(1.05)}@media(max-width:980px){.grid{grid-template-columns:1fr}.sticky{position:static}}@media(max-width:720px){.wrapper{padding:20px 14px 40px}.card{padding:18px}.field-grid{grid-template-columns:1fr}.allergens{grid-template-columns:repeat(2,minmax(0,1fr))}.category-header,.dish-header{flex-direction:column;align-items:flex-start}.category-header-left,.dish-header-left,.category-header .actions,.dish-header .actions{width:100%}.actions,.preset-buttons{flex-direction:column}.actions button,.preset-buttons button,.category-header .actions button,.dish-header .actions button{width:100%;flex:1 1 auto}}@media(max-width:480px){.allergens{grid-template-columns:1fr}h1{font-size:26px}h2{font-size:21px}}.category-header{color:#111827;border:1px solid rgba(0,0,0,.08)}.quick-color-btn{width:38px;height:38px;border-radius:999px;border:3px solid white;box-shadow:0 2px 6px #00000026}.category-footer-actions{margin-top:16px;display:flex;justify-content:flex-start}.category-footer-actions .btn-primary{min-width:160px}@media(max-width:720px){.category-footer-actions{display:block}.category-footer-actions .btn-primary{width:100%}}
