.setup-main { max-width: 760px; }
.setup-main h1 { font-size: clamp(2.2rem, 7vw, 3.6rem); }
.setup-main .panel { margin: 1.4rem 0; }
.setup-main label { display: block; margin: 1rem 0; }
.setup-main label input, .setup-main label select { display: block; width: 100%; box-sizing: border-box; margin-top: .45rem; }
.network-list { display: flex; flex-wrap: wrap; gap: .6rem; margin: .8rem 0; }
.network-list button { text-align: left; white-space: normal; word-break: break-all; }
#notice { font-weight: 600; }
#finished { color: #a0e0c2; }
.setup-main [hidden] { display: none !important; }
a.brand { text-decoration: none; color: inherit; }
