:root{--main:#B198C1;--sub:#BE95BE;--ink:#433847;--bg:#f7f2f7;--card:#fff;--line:#e4d8e7;--danger:#a13d52}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Yu Gothic UI",sans-serif;background:var(--bg);color:var(--ink)}button,input,textarea,select{font:inherit}.topbar{min-height:68px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:12px 18px;position:sticky;top:0;z-index:20}.topbar>div{display:grid;gap:3px}.topbar strong{font-size:18px}.topbar small{color:#7f7184}.layout{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:calc(100vh - 68px)}.sidebar{padding:16px 10px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:5px}.sidebar button{border:0;background:transparent;text-align:left;padding:11px 12px;border-radius:11px;color:#5d5061;cursor:pointer}.sidebar button.active{background:#efe7f2;color:#6f557c;font-weight:700}.workspace{padding:18px 22px 100px;min-width:0}.workspace-head{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.workspace-head h1{margin:0 0 4px;font-size:24px}.workspace-head p{margin:0;color:#86778a;font-size:13px}.head-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}button,.ghost,.primary{border-radius:10px;padding:9px 13px;border:1px solid var(--line);background:#fff;cursor:pointer;text-decoration:none;color:inherit}.primary{border-color:transparent;background:linear-gradient(135deg,var(--main),var(--sub));color:#fff;font-weight:700}.panel{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:16px;margin-bottom:14px;box-shadow:0 5px 18px rgba(80,58,86,.04)}.panel h2{margin:0 0 14px;font-size:18px}.grid{display:grid;gap:12px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:6px;margin-bottom:12px}.field>span{font-weight:700;font-size:13px}.field input,.field textarea,.field select{width:100%;border:1px solid #d8cadc;border-radius:10px;background:#fff;padding:10px 11px;color:var(--ink)}.field textarea{min-height:110px;resize:vertical;line-height:1.65}.field small{color:#8e7f92}.check{display:flex;align-items:center;gap:7px;font-size:14px}.array{display:grid;gap:12px}.item{border:1px solid var(--line);border-radius:13px;padding:13px;background:#fdfafd}.item-head{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:10px}.item-actions{display:flex;gap:5px}.item-actions button{padding:5px 9px}.danger{color:var(--danger);border-color:#efcbd4!important}.add{width:100%;margin-top:10px;border-style:dashed;background:#fbf8fc;color:#705a79}.media{display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:center}.media-preview{width:120px;aspect-ratio:4/3;border-radius:10px;border:1px dashed #d6c8da;display:grid;place-items:center;overflow:hidden;background:#faf7fb;color:#9b8b9f;font-size:12px}.media-preview img{width:100%;height:100%;object-fit:cover}.media-tools{display:grid;gap:8px}.color-row{display:grid;grid-template-columns:50px 1fr;gap:8px}.color-row input[type=color]{padding:2px;height:42px}.notice{padding:10px 12px;background:#f5eef7;border-radius:10px;color:#725d7b;font-size:13px}.toast{position:fixed;right:18px;bottom:18px;z-index:100;background:#46384b;color:#fff;border-radius:10px;padding:11px 14px;box-shadow:0 8px 24px #0003}.toast.error{background:#8b3347}@media(max-width:800px){.topbar{align-items:flex-start}.layout{display:block}.sidebar{position:sticky;top:68px;z-index:15;display:flex;flex-direction:row;overflow:auto;border-right:0;border-bottom:1px solid var(--line);padding:8px}.sidebar button{white-space:nowrap}.workspace{padding:14px 12px 100px}.workspace-head{display:block}.head-actions{justify-content:flex-start;margin-top:10px}.grid.two{grid-template-columns:1fr}.media{grid-template-columns:96px 1fr}.media-preview{width:96px}.topbar small{display:none}}
