body{color:var(--text-color, black);background-color:var(--bg-color, white);line-height:1.5}a{color:var(--text-color, black);font-weight:700}a:visited{color:var(--accent-color, orange)}#header-details{width:fit-content;border:dashed var(--accent-color, orange) 1px;top:10px;position:sticky;background:var(--bg-color, white);z-index:1000000;padding:20px}#header-details div{margin-top:2rem}#header-summary,h1{font-size:2.2rem;line-height:1.25}h2{font-size:1.6rem;line-height:1.3}h3{font-size:1.5rem;letter-spacing:-.08rem;line-height:1.35}h4{font-size:1.4rem;letter-spacing:-.05rem;line-height:1.5}h5{font-size:1.3rem;letter-spacing:0;line-height:1.4}h6{font-size:1.2rem;letter-spacing:0;line-height:1.2}pre{padding:1em;color:var(--accent-color, orange)}h1,h2,h3,h4,h5,h6{color:var(--accent-color, orange)}h2,h3,h4,h5,h6{text-align:right;margin-right:2rem}.wrapper{margin:0 auto;max-width:600px;position:relative}.container{margin:0 auto;max-width:600px;position:relative;width:calc(100% - 2rem)}select{width:auto}header{width:100%;border-bottom:1px solid #eaeaea;margin-bottom:2rem}header section{align-items:center;display:flex;flex-direction:column;justify-content:space-between}header section :first-child{order:2}header section :last-child{order:1}header nav ul,header nav li{margin:0;padding:0;display:block;text-align:right;white-space:nowrap}header nav ul{margin:1rem;margin-top:0}header nav a{display:block}@media (min-width: 40rem){header section{flex-direction:row}header nav ul{margin:1rem}.phx-logo{flex-basis:527px;margin:2rem 1rem}}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert p{margin-bottom:0}.alert:empty{display:none}.invalid-feedback{display:block;margin:-1rem 0 2rem}.phx-no-feedback.invalid-feedback,.phx-no-feedback .invalid-feedback{display:none}.phx-click-loading{opacity:.5;transition:opacity 1s ease-out}.phx-loading{cursor:wait}.phx-modal{opacity:1!important;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto}.phx-modal-content{background-color:#fefefe;margin:15vh auto;padding:20px;border:1px solid #888;width:80%}.phx-modal-close{float:right;font-size:28px;font-weight:700}.phx-modal-close:hover,.phx-modal-close:focus{color:#000;text-decoration:none;cursor:pointer}.fade-in-scale{animation:.2s ease-in 0s normal forwards 1 fade-in-scale-keys}.fade-out-scale{animation:.2s ease-out 0s normal forwards 1 fade-out-scale-keys}.fade-in{animation:.2s ease-out 0s normal forwards 1 fade-in-keys}.fade-out{animation:.2s ease-out 0s normal forwards 1 fade-out-keys}@keyframes fade-in-scale-keys{0%{scale:.95;opacity:0}to{scale:1;opacity:1}}@keyframes fade-out-scale-keys{0%{scale:1;opacity:1}to{scale:.95;opacity:0}}@keyframes fade-in-keys{0%{opacity:0}to{opacity:1}}@keyframes fade-out-keys{0%{opacity:1}to{opacity:0}}
