:root{--background-color: #eee;--text-color: #333;--highlight-color: #66ffc9;--text-color-in-highlight: #222;background-color:var(--background-color);color:var(--text-color);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;font-weight:400;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;padding:0}header{background-color:var(--highlight-color);color:var(--text-color-in-highlight);padding:1rem;display:flex;justify-content:space-between;align-items:center}header h1{margin:0;padding:0}header .connect-container{display:flex;gap:1rem;justify-content:space-between;align-items:center}.container{max-width:960px;margin:0 auto;padding:1rem}form .form-field{display:flex;flex-direction:column;gap:.5rem}form .form-field label{font-weight:600}form .form-field input{padding:.5rem;border:1px solid #ccc;border-radius:.25rem}.pill{display:inline-block;padding:.2rem .75rem;background-color:#fff9;border-radius:100px}
