*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f7f8fc;color:#111827}a{text-decoration:none;color:inherit}.wrap{max-width:1180px;margin:auto;padding:0 20px}.top{height:68px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.logo{font-weight:900;font-size:20px}.logo span{color:#635bff}.back{font-weight:800;color:#4f46e5;font-size:14px}.page{padding:35px 0}.head{margin-bottom:22px}.head h1{font-size:34px;margin:0 0 7px}.head p{margin:0;color:#667085;line-height:1.55}.app{display:grid;grid-template-columns:360px 1fr;gap:20px;align-items:start}.panel,.preview{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px;box-shadow:0 14px 40px rgba(17,24,39,.07)}label{font-weight:800;font-size:13px;display:block;margin-bottom:7px}input[type=file],input[type=text],input[type=color],select{width:100%;border:1px solid #d0d5dd;border-radius:10px;padding:11px;background:#fff}input[type=color]{height:44px;padding:4px}.field{margin-bottom:17px}.row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.btn{border:0;border-radius:11px;padding:12px 15px;font-weight:800;cursor:pointer}.primary{background:#111827;color:#fff;width:100%}.secondary{background:#eef0ff;color:#4338ca}.actions{display:flex;gap:10px;margin-top:8px}.status{font-size:12px;color:#667085;margin-top:10px;min-height:17px}.stage{display:flex;align-items:center;justify-content:center;min-height:560px;background:#eef1f6;border-radius:14px;overflow:auto;padding:20px}.canvas-shell{position:relative;max-width:100%;max-height:510px}.canvas-shell canvas{display:block;max-width:100%;max-height:510px;box-shadow:0 10px 30px rgba(0,0,0,.15)}.hint{font-size:12px;color:#667085;line-height:1.5;margin-top:15px}.badge{display:inline-block;background:#eef0ff;color:#4f46e5;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900;margin-bottom:10px}@media(max-width:850px){.app{grid-template-columns:1fr}.stage{min-height:360px}.canvas-shell canvas{max-height:360px}}