.home-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.home-section-card{margin-top:0}.home-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.home-section-heading h2{margin:.25rem 0 1rem}.section-key{color:var(--purple);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.admin-state{padding:.3rem .65rem;border-radius:999px;font-size:.7rem;font-weight:900}.admin-state.active{background:#dcf8e8;color:#176b3b}.admin-state.inactive{background:#eceef3;color:#687084}.home-section-form{display:grid;gap:.9rem}.home-section-form label{display:grid;gap:.35rem;font-weight:700}.home-section-form input,.home-section-form textarea,.home-section-form select,.home-order-form input{width:100%;border:1px solid #dfe1eb;border-radius:10px;padding:.75rem;background:#fafbff}.home-section-form textarea{min-height:76px;resize:vertical}.home-section-form .field-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.home-section-form .check-field{display:flex;align-items:center}.home-section-form .check-field input{width:auto}.home-order-card{margin-bottom:1.2rem}.home-order-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;align-items:end}.home-order-form label{display:grid;gap:.35rem;font-weight:700}.home-order-form label span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:900px){.home-editor-grid{grid-template-columns:1fr}.home-order-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.home-section-form .field-row,.home-order-form{grid-template-columns:1fr}}
