.u-section-1 .u-sheet-1 {
  min-height: 461px;
}

.u-section-1 .u-custom-html-1 {
  margin-bottom: 60px;
  height: auto;
  min-height: 401px;
  margin-top: 0;
} :root{}
    *{box-sizing:border-box}
    body{margin:0;background:#fafafa;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#111827}
    .wrap{max-width:780px;margin:32px auto;padding:0 16px}
    .card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 4px 14px rgba(0,0,0,.06);padding:24px}
    h1{margin:0 0 16px;font-size:36px;line-height:1.1}
    .muted{color:#6b7280;font-size:14px}
    label{display:block;margin:14px 0 6px;font-weight:600}
    input[type="text"]{width:100%;height:40px;border:1px solid #e5e7eb;border-radius:10px;padding:0 12px;font-size:15px}
    .actions{display:flex;gap:10px;margin-top:18px}
    .btn{background:#2563eb;color:#fff;border:none;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer}
    .btn:hover{background:#1d4ed8}
    .pill{display:inline-block;border:1px solid #e5e7eb;background:#f9fafb;border-radius:999px;padding:3px 10px;font-size:12px}
    .ok,.err{margin-top:12px;border-radius:10px;padding:10px 12px;display:none}
    .ok{border:1px solid #bbf7d0;background:#ecfdf5;color:#065f46}
    .err{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}
    .section-title{margin-top:22px;margin-bottom:8px;font-size:22px}
    .skeleton{background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:s 1.2s infinite;display:inline-block;border-radius:6px}
    @keyframes s{0%{background-position:200% 0}100%{background-position:-200% 0}} 