.new-user__content{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.new-user__content .new-user__row{display:flex;flex-direction:column;gap:.4rem}.new-user__content .new-user__row .new-user__label{font-weight:600;color:#444;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.new-user__content .new-user__row .new-user__value{background:#f7f7f8;border:1px solid #e0e0e0;border-radius:6px;padding:.75rem 1rem;font-size:.95rem;color:#222;word-break:break-word}.new-user__content .new-user__row .new-user__value code{background:#272822;color:#f8f8f2;padding:.2rem .4rem;border-radius:4px;font-family:Source Code Pro,monospace;font-size:.9rem}.new-user__row:hover .new-user__value{border-color:#bdbdbd;background:#fafafa}@media(max-width:600px){.new-user__content{gap:1rem}.new-user__row .new-user__label{font-size:.85rem}.new-user__row .new-user__value{font-size:.9rem;padding:.6rem .8rem}}:root{--background:#0a0a0a;--foreground:#ededed;--primary-color:#1976d2;--secondary-color:#d32f2f;--background-primary:rgb(69,190,171);--text-primary:#000000;--text-secondary:#555555;--text-tertiary:#ffffff;--hover-color:rgba(0,0,0,0.08);--font-family-base:Roboto,Helvetica,Arial,sans-serif;--button-primary:#0070f3;--button-secondary:#ff00ff}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media(prefers-color-scheme:dark){html{color-scheme:dark}}