.ri-nav {
position: sticky;
top: 0;
z-index: 50;
background-color: #060e20;
border-bottom: 1px solid rgba(64,72,93,0.3);
backdrop-filter: blur(12px);
}
.ri-nav-inner {
display: flex;
justify-content: space-between;
align-items: center;
width: -webkit-fill-available;
max-width: 1536px;
margin: 0 auto;
padding: 24px 32px;
}
.ri-nav-logo {
font-family: 'Noto Serif', Georgia, serif;
font-size: 22px;
font-weight: 700;
letter-spacing: 0.2em;
color: #a3a6ff;
text-decoration: none;
}
.ri-nav-links {
display: flex;
align-items: center;
gap: 40px;
}
.ri-nav-link {
font-family: 'Noto Serif', Georgia, serif;
font-size: 13px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: rgba(222,229,255,0.7);
text-decoration: none;
transition: color 0.2s;
}
.ri-nav-link:hover {
color: #dee5ff;
}
.ri-nav-link-active {
font-family: 'Noto Serif', Georgia, serif;
font-size: 13px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #a3a6ff;
text-decoration: none;
border-bottom: 2px solid #a3a6ff;
padding-bottom: 4px;
}
.ri-nav-actions {
display: flex;
align-items: center;
gap: 16px;
}
.ri-nav-icon-btn {
background: none;
border: none;
cursor: pointer;
color: #a3a6ff;
font-size: 24px;
padding: 8px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.2s;
text-decoration: none;
}
.ri-nav-icon-btn:hover {
background-color: rgba(31,43,73,0.5);
}
.ri-btn-primary {
background: linear-gradient(90deg, #a3a6ff 0%, #6063ee 100%);
color: #0f00a4;
font-weight: 700;
font-size: 14px;
padding: 10px 24px;
border-radius: 6px;
border: none;
cursor: pointer;
transition: opacity 0.15s, transform 0.1s;
white-space: nowrap;
text-decoration: none;
display: inline-block;
}
.ri-btn-primary:hover {
opacity: 0.9;
}
.ri-btn-primary:active {
transform: scale(0.99);
opacity: 0.8;
}
.u-hidden {
display: none;
}

.ri-footer {
background-color: #000000;
padding-top: 48px;
padding-bottom: 48px;
border-top: 1px solid rgba(64,72,93,0.1);
}
.ri-footer-inner {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-left: 48px;
padding-right: 48px;
gap: 32px;
flex-wrap: wrap;
max-width: 1536px;
margin: 0 auto;
}
.ri-footer-copy {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.15em;
color: rgba(222,229,255,0.4);
}
.ri-footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 32px;
}
.ri-footer-link {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.15em;
color: rgba(222,229,255,0.4);
text-decoration: none;
transition: color 0.3s;
}
.ri-footer-link:hover {
color: #a3a6ff;
}
.ri-footer-icons {
display: flex;
gap: 24px;
}
.ri-footer-icon {
color: #47c4ff;
cursor: pointer;
font-size: 24px;
transition: color 0.2s;
border: none;
background: none;
display: flex;
align-items: center;
}
.ri-footer-icon:hover {
color: #a3a6ff;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
background-color: #060e20;
color: #dee5ff;
min-height: 100vh;
display: flex;
flex-direction: column;
overflow-x: hidden;
position: relative;
}
.rr-header {
text-align: center;
margin-bottom: 2.5rem;
}
.rr-logo {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 700;
font-size: 1.875rem;
line-height: 1.915rem;
letter-spacing: 0.05em;
color: #a3a6ff;
margin-bottom: 0.5rem;
}
.rr-tagline {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 14px;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #a3aac4;
}
.rr-bg-pattern {
position: fixed;
inset: 0;
background-image: radial-gradient(circle at 2px 2px, rgba(163,166,255,0.05) 1px, transparent 0);
background-size: 40px 40px;
pointer-events: none;
opacity: 0.4;
}
.rr-bg-glow-tl {
position: fixed;
top: -10%;
left: -10%;
width: 40%;
height: 40%;
background: radial-gradient(circle at center, rgba(96,99,238,0.15) 0%, transparent 70%);
pointer-events: none;
}
.rr-bg-glow-br {
position: fixed;
bottom: -10%;
right: -10%;
width: 50%;
height: 50%;
background: radial-gradient(circle at center, rgba(96,99,238,0.15) 0%, transparent 70%);
pointer-events: none;
}
.rr-main {
position: relative;
z-index: 10;
width: -webkit-fill-available;
max-width: 512px;
margin: 0 auto;
padding-left: 24px;
padding-right: 24px;
padding-top: 48px;
padding-bottom: 48px;
flex: 1;
}
.rr-card {
background: rgba(20,31,56,0.7);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-radius: 8px;
padding: 32px;
position: relative;
overflow: hidden;
}
.rr-card-watermark {
position: absolute;
inset: 0;
opacity: 0.03;
pointer-events: none;
}
.rr-card-inner {
position: relative;
z-index: 10;
}
.rr-card-title {
font-family: 'Noto Serif', Georgia, serif;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 28px;
color: #dee5ff;
margin-bottom: 4px;
}
.rr-card-subtitle {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #a3aac4;
margin-bottom: 32px;
}
.rr-form {
display: flex;
flex-direction: column;
gap: 24px;
}
.rr-field {
display: flex;
flex-direction: column;
gap: 8px;
}
.rr-label {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 14px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #a3aac4;
margin-left: 4px;
}
.rr-input-wrap {
position: relative;
}
.rr-input {
width: -webkit-fill-available;
background-color: #000000;
border: none;
outline: none;
border-radius: 6px;
padding: 12px 16px;
color: #dee5ff;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
transition: box-shadow 0.2s;
}
.rr-input::placeholder {
color: rgba(109,117,140,0.5);
}
.rr-input:focus {
box-shadow: 0 0 0 1px rgba(163,166,255,0.5);
}
.rr-input-icon-btn {
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
cursor: pointer;
color: rgba(109,117,140,0.5);
display: flex;
align-items: center;
transition: color 0.2s;
}
.rr-input-icon-btn:hover {
color: #a3a6ff;
}
.rr-input-with-icon {
padding-right: 48px;
}
.rr-terms {
display: flex;
align-items: flex-start;
gap: 12px;
padding-top: 8px;
}
.rr-checkbox-wrap {
display: flex;
align-items: center;
height: 20px;
flex-shrink: 0.0;
}
.rr-checkbox {
width: 16px;
height: 16px;
border-radius: 2px;
background-color: #000000;
border: 1px solid rgba(64,72,93,0.3);
cursor: pointer;
accent-color: #a3a6ff;
}
.rr-terms-label {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 1.6;
color: #a3aac4;
}
.rr-terms-link {
color: #47c4ff;
text-decoration: none;
transition: text-decoration 0.2s;
}
.rr-terms-link:hover {
text-decoration: underline;
}
.rr-submit-wrap {
padding-top: 16px;
}
.rr-submit-btn {
width: -webkit-fill-available;
background: linear-gradient(90deg, #a3a6ff 0%, #6063ee 100%);
color: #0f00a4;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 19px;
padding-top: 16px;
padding-bottom: 16px;
border-radius: 6px;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
box-shadow: 0 0 20px -5px rgba(163,166,255,0.4);
transition: box-shadow 0.3s, transform 0.1s;
}
.rr-submit-btn:hover {
box-shadow: 0 0 30px -5px rgba(163,166,255,0.6);
}
.rr-submit-btn:active {
transform: scale(0.98);
}
.rr-alt {
margin-top: 32px;
padding-top: 32px;
border-top: 1px solid rgba(64,72,93,0.1);
text-align: center;
}
.rr-alt-text {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #a3aac4;
}
.rr-alt-link {
color: #a3a6ff;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 18px;
text-decoration: none;
margin-left: 4px;
transition: color 0.2s;
}
.rr-alt-link:hover {
color: #9396ff;
}
.rr-deco {
margin-top: 48px;
text-align: center;
opacity: 0.4;
}
.rr-deco-inner {
display: inline-flex;
align-items: center;
gap: 16px;
filter: grayscale(1);
}
.rr-deco-img {
width: 40px;
height: 40px;
object-fit: contain;
}
.rr-deco-text {
font-family: 'Noto Serif', Georgia, serif;
font-style: italic;
font-weight: 500;
font-size: 14px;
line-height: 18px;
color: #dee5ff;
}
.material-symbols-outlined {
font-family: 'Material Symbols Outlined';
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
font-size: 24px;
line-height: 28px;
font-weight: normal;
font-style: normal;
display: inline-block;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
user-select: none;
}
.li-divider {
position: relative;
margin-top: 2rem;
margin-bottom: 2rem;
}
.li-divider-line-wrap {
position: absolute;
inset: 0;
display: flex;
align-items: center;
}
.li-divider-line {
width: -webkit-fill-available;
border-top: 1px solid rgba(64,72,93,0.1);
}
.li-divider-text-wrap {
position: relative;
display: flex;
justify-content: center;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.625rem;
line-height: 0.665rem;
letter-spacing: 0.3em;
text-transform: uppercase;
}
.li-divider-text {
background-color: #111c34;
padding-left: 1rem;
padding-right: 1rem;
color: #a3aac4;
}
.li-social {
display: flex;
flex-direction: column;
gap: 1rem;
}
.li-social-btn {
width: -webkit-fill-available;
background-color: #1f2b49;
color: #dee5ff;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
border-radius: 0.375rem;
border: 1px solid rgba(64,72,93,0.15);
display: flex;
align-items: center;
justify-content: center;
gap: 0.75rem;
cursor: pointer;
transition: background-color 0.2s;
background: none;
}
.li-social-btn:hover {
background-color: #192540;
}
.li-google-svg {
width: 1.25rem;
height: 1.25rem;
}
.li-social-label {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.875rem;
line-height: 0.915rem;
}
.su-icon-18 {
font-size: 18px;
}
.su-icon-20 {
font-size: 20px;
}
.form-error {
color: #ef4444;
font-size: 0.8rem;
margin-top: 4px;
display: block;
line-height: 1.4;
}
.field-error {
box-shadow: 0 0 0 1px rgba(239,68,68,0.6) !important;
}

@media (max-width: 768px) {
.ri-nav-links {
display: none;
}
.ri-nav-inner {
padding: 16px 20px;
}
.ri-footer-inner {
flex-direction: column;
align-items: center;
text-align: center;
}
}

@media (max-width: 480px) {
.rr-main {
padding-left: 16px;
padding-right: 16px;
}
.rr-card {
padding: 24px;
}
}