.home-editor-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.home-editor-head h2{margin:6px 0}.home-editor-head p,.home-editor-section p,.home-photo-card p{color:#aaa}.home-editor-section{margin-top:16px}.home-editor-section h3,.home-photo-card h3{margin:0 0 16px}.home-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-edit-field{display:flex;flex-direction:column;gap:7px}.home-edit-field span{font-size:13px;color:#aaa}.home-edit-field input,.home-edit-field textarea{width:100%;box-sizing:border-box;border:1px solid rgba(215,173,85,.25);background:#101010;color:inherit;border-radius:10px;padding:12px;font:inherit;resize:vertical}.home-edit-field input:focus,.home-edit-field textarea:focus{outline:none;border-color:#d7ad55}.home-photo-card{margin-top:0}.home-photo-row{display:flex;gap:20px;align-items:center}.home-photo-preview{width:220px;height:130px;border-radius:12px;border:1px dashed rgba(215,173,85,.35);display:flex;align-items:center;justify-content:center;overflow:hidden;color:#888;text-align:center;padding:8px;box-sizing:border-box}.home-photo-preview img{width:100%;height:100%;object-fit:cover}.home-photo-row input{display:block;margin-bottom:8px}.home-photo-row small{color:#888}.home-editor-loading{color:#aaa}.save-message{margin-top:14px;color:#d7ad55;font-weight:600}@media(max-width:700px){.home-editor-head{flex-direction:column}.home-editor-head .small-btn{width:100%}.home-editor-grid{grid-template-columns:1fr}.home-photo-row{flex-direction:column;align-items:stretch}.home-photo-preview{width:100%;height:190px}}