
*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#f6f7fb;color:#172033}.top{height:66px;background:#fff;border-bottom:1px solid #e8ecf5;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:5}.top b{font-size:18px}.top span{display:block;font-size:12px;color:#667085;margin-top:4px}.top a{color:#1d4ed8;text-decoration:none}.panel{max-width:430px;background:#fff;margin:80px auto;padding:34px;border-radius:20px;box-shadow:0 18px 50px rgba(16,24,40,.08)}input,textarea{width:100%;border:1px solid #d8deea;border-radius:12px;padding:12px 14px;font-size:15px;background:#fff}textarea{min-height:120px;line-height:1.7;resize:vertical}button{border:0;border-radius:12px;background:#2563eb;color:#fff;font-weight:700;padding:12px 18px;cursor:pointer}button.ghost{background:#eef2ff;color:#1e40af}.panel button{width:100%;margin-top:14px}.app{display:grid;grid-template-columns:320px 1fr;gap:22px;padding:22px;max-width:1440px;margin:auto}aside{background:#fff;border-radius:18px;padding:18px;box-shadow:0 10px 35px rgba(16,24,40,.06);height:calc(100vh - 110px);position:sticky;top:88px;overflow:auto}.group{border-bottom:1px solid #edf1f7;padding:12px 0}.group-title{font-weight:800;margin-bottom:8px}.item{display:block;width:100%;text-align:left;background:#f8fafc;color:#344054;margin:6px 0;padding:10px 12px;border-radius:10px;font-weight:600}.item.active{background:#dbeafe;color:#1d4ed8}.editor{background:#fff;border-radius:18px;padding:22px;box-shadow:0 10px 35px rgba(16,24,40,.06);min-height:70vh}.hint{padding:14px 16px;background:#f0f7ff;border:1px solid #cfe6ff;border-radius:14px;color:#22577a;margin-bottom:18px}.field{border:1px solid #edf1f7;border-radius:16px;padding:18px;margin-bottom:16px}.field label{font-weight:800;display:block;margin-bottom:10px}.preview{max-width:240px;max-height:150px;border-radius:12px;display:block;margin:10px 0;object-fit:cover;border:1px solid #e5e7eb}.row{display:grid;grid-template-columns:1fr 150px;gap:10px;align-items:center}.bar{position:sticky;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,.7),#fff);padding:18px 0;display:flex;justify-content:flex-end;gap:12px}.small{font-size:12px;color:#667085;margin-top:7px}@media(max-width:900px){.app{grid-template-columns:1fr}aside{height:auto;position:relative;top:0}.top{padding:0 16px}}
