body{margin:0;min-height:100vh;display:grid;place-items:center;background:#f4f6f9;color:#18212e;font:16px/1.6 system-ui,sans-serif}.demo-entry{box-sizing:border-box;width:min(90vw,440px);padding:32px;border:1px solid #dbe1e8;border-radius:16px;background:white}.demo-entry h1{margin:0 0 12px;font-size:26px}.demo-entry button,.demo-entry input,.demo-entry label{display:block;box-sizing:border-box;width:100%}.demo-entry input{margin:8px 0 20px;padding:12px;border:1px solid #788697;border-radius:6px;font:inherit}.demo-entry button{padding:12px;border:0;border-radius:6px;color:white;background:#174ba0;font:inherit;cursor:pointer}.demo-entry button:focus-visible,.demo-entry input:focus-visible{outline:3px solid #6b9be8;outline-offset:3px}.demo-entry .notice{color:#526174;font-size:14px}