Welcome to StarRise

Tell us who you are and how you want to be part of the StarRise ecosystem.

Your account will be created securely with StarRise authentication. You may need to confirm your email before signing in.
header { padding: 24px 8%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.1); } .logo { font-size: 27px; font-weight: bold; } nav a { color: white; text-decoration: none; margin-left: 20px; } main { max-width: 850px; margin: auto; padding: 70px 6%; } .hero { text-align: center; margin-bottom: 45px; } .hero h1 { font-size: clamp(42px, 9vw, 70px); margin-bottom: 15px; } .hero p { color: #cccccc; font-size: 18px; } .form-card { padding: 35px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); } .form-group { margin-bottom: 22px; } label { display: block; margin-bottom: 8px; font-weight: bold; } input, textarea, select { width: 100%; padding: 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.2); background: #11111d; color: white; font-size: 16px; } textarea { min-height: 130px; resize: vertical; } input:focus, textarea:focus, select:focus { outline: 2px solid white; } .roles { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; } .role { position: relative; } .role input { position: absolute; opacity: 0; } .role label { display: block; padding: 18px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.03); cursor: pointer; text-align: center; } .role input:checked + label { border-color: white; background: rgba(255,255,255,0.12); } .checkbox { display: flex; gap: 10px; align-items: flex-start; } .checkbox input { width: auto; margin-top: 6px; } .submit { width: 100%; padding: 16px; border: none; border-radius: 30px; background: white; color: #080812; font-size: 17px; font-weight: bold; cursor: pointer; } .submit:hover { opacity: 0.85; } .notice { margin-top: 20px; padding: 15px; border-radius: 12px; background: rgba(255,255,255,0.05); color: #aaaaaa; font-size: 14px; text-align: center; } footer { padding: 35px; text-align: center; color: #999999; border-top: 1px solid rgba(255,255,255,0.1); } @media (max-width: 650px) { header { flex-direction: column; gap: 15px; } nav a { margin: 0 7px; } .form-card { padding: 24px; } }

Welcome to StarRise

Tell us who you are and how you want to be part of the StarRise ecosystem.

This is the first stage of the StarRise membership system. Account storage, authentication, and profile publishing will be connected in a later phase.