*{font-family:Advent Pro,sans-serif;font-weight:700;font-size:14px;line-height:1;box-sizing:border-box}:root{--fg-primary: #fff;--bg-primary: #0f1621;--bg-secondary: #1a293f;--accent: #0287cf;color-scheme:light dark;color:var(--fg-primary);background-color:var(--bg-primary)}html{height:100%}body{height:100%;margin:0;display:flex;flex-direction:column;place-items:center}span{font-size:inherit}h1{font-size:3.2em;line-height:1.1}h2,h3,h4,p{margin:0}h4{padding-bottom:.5rem}footer{flex-shrink:0;margin-bottom:1rem}a{font-size:inherit;color:#ffffff80;text-decoration:none;transition-duration:.5s}a:hover{color:#fff;cursor:pointer;transition-duration:.5s}#app{flex:1 0 auto;display:block;margin:0 auto;padding:0 1.5rem;width:100%;max-width:52rem;text-align:center}#hp_form{width:100%;margin:1rem auto}#address{width:100%;background-color:#fff0;border:5px solid var(--bg-secondary);border-radius:7px;margin-bottom:1rem;padding:1rem;outline:none;font-size:1.5rem;text-align:center}#check{width:100%;height:3.5rem;background-color:var(--accent);border-radius:7px;border:none;font-size:1.5rem}#pools{display:none;position:relative;width:100%;height:3.5rem;margin-bottom:1rem;background-color:var(--fg-primary);color:var(--bg-primary);border-radius:7px;border:none;font-size:1.5rem;user-select:none}#pools-selected{width:100%;height:100%;display:flex;align-items:center;font-size:1.75rem;padding:1rem;cursor:pointer}#pools-selected:after{content:">";position:absolute;right:1rem;color:var(--bg-primary)}.arrow-up:after{transition:.2s;transform:rotate(-90deg)}.arrow-down:after{transition:.2s;transform:rotate(90deg)}ul#pools-list{position:absolute;width:100%;display:block;border-radius:7px;background-color:var(--fg-primary);list-style:none;padding:0;margin-top:.5rem;overflow:hidden}ul#pools-list>li{display:flex;align-items:center;padding:.4rem 1rem;font-size:1.75rem;cursor:pointer}ul#pools-list>li:hover{background-color:#eaeaea}.show{display:block;opacity:1;transition:.2s}.hide{display:none;opacity:0}#summary{display:none;width:100%;border-radius:7px;overflow:hidden;padding-bottom:1rem}#result{padding:.75rem 0;font-size:2.25rem}#details{background-color:var(--bg-secondary);padding:1rem}#jname{font-size:3rem;padding-bottom:1.5rem}#steps{display:grid;grid-template-columns:1fr 1fr;list-style:none;text-align:left;margin:0 auto;padding:0}#steps>li{border-left-width:9px;border-left-style:solid;font-size:1.5rem;padding-left:.5rem;padding-bottom:1rem}#limitations{padding-top:1rem}#limitations>ul{margin-top:.5rem;text-align:left}#limitations>ul>li{font-size:inherit}.attention{color:#ff7d7d}.text-primary{color:var(--accent)}.text-m{font-size:1.25rem}.text-l{font-size:1.5rem}.text-xl{font-size:1.75rem}.text-2xl{font-size:2rem}
