.og-account { flex: 1 1 auto; display: flex; flex-direction: column; padding: 18px; color: #f8f8fb; }
.og-account__section h3 { margin: 0 0 13px; font-size: 1rem; }
.og-account__form { display: grid; gap: 11px; }
.og-account__form label { display: grid; gap: 5px; color: #c9cad2; font-size: .875rem; font-weight: 700; }
.og-account__form input[type="text"],
.og-account__form input[type="email"],
.og-account__form input[type="password"] { width: 100%; min-width: 0; padding: 10px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 4px; outline: 0; color: #fff; background: #0b0d13; font: inherit; }
.og-account__form input:focus { border-color: #8b5cf6; box-shadow: 0 0 0 3px rgba(139,92,246,.14); }
.og-account__form .og-account__check { display: block; font-weight: 500; line-height: 1.4; }
.og-account__check input { vertical-align: middle; }
.og-account__check a { color: #c7b9ff; text-decoration: underline; }
.og-account__form button { padding: 10px 13px; border: 0; border-radius: 4px; color: #fff; background: #8b5cf6; cursor: pointer; font-weight: 850; }
.og-account__form button:hover, .og-account__form button:focus-visible { background: #7045e6; }
.og-account__lost { display: inline-block; margin-top: 9px; color: #a6a8b2; font-size: .875rem; }
.og-account__register { margin-top: 17px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.11); }
.og-account__register summary { cursor: pointer; color: #fff; font-size: .87rem; font-weight: 800; }
.og-account__register[open] summary { margin-bottom: 14px; }
.og-account__hint { margin: 10px 0 0; color: #a6a8b2; font-size: .8125rem; line-height: 1.45; }
.og-account__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.og-account__notice { margin: 0 0 14px; padding: 10px 11px; border-left: 3px solid #8b5cf6; color: #ddd; background: rgba(139,92,246,.1); font-size: .78rem; line-height: 1.45; }
.og-account__notice.is-success { border-color: #22c55e; background: rgba(34,197,94,.1); }
.og-account__notice.is-error { border-color: #ff4d20; background: rgba(255,77,32,.1); }
.og-account__profile { display: flex; align-items: center; gap: 13px; }
.og-account__avatar { width: 72px; height: 72px; border: 2px solid #8b5cf6; border-radius: 50%; object-fit: cover; }
.og-account__profile strong, .og-account__profile span { display: block; }
.og-account__profile span { margin-top: 3px; color: #a6a8b2; font-size: .875rem; }
.og-account__profile .og-account__title { color: #c4b5fd; font-weight: 750; }
.og-account__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 17px; }
.og-account__stats div { min-width: 0; padding: 10px 5px; border: 1px solid rgba(255,255,255,.1); border-radius: 5px; background: rgba(5,7,12,.62); text-align: center; }
.og-account__stats strong, .og-account__stats span { display: block; }
.og-account__stats strong { color: #fff; font-size: 1rem; text-shadow: 0 0 10px rgba(139,92,246,.7); }
.og-account__stats span { margin-top: 2px; color: #a6a8b2; font-size: .75rem; }
.og-account__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.og-account__actions a { padding: 9px; border: 1px solid rgba(255,255,255,.11); border-radius: 4px; color: #d7d8df; background: #0b0d13; text-align: center; font-size: .875rem; font-weight: 750; }
.og-account__actions a:hover, .og-account__actions a:focus-visible { color: #fff; border-color: #8b5cf6; }
.og-account__logout { display: block; margin: 0; }
.og-account__logout:only-child { grid-column: 1 / -1; }
.og-account__logout button { width: 100%; height: 100%; padding: 9px; border: 1px solid rgba(255,255,255,.11); border-radius: 4px; color: #d7d8df; background: #0b0d13; cursor: pointer; font: inherit; font-size: .875rem; font-weight: 750; }
.og-account__logout button:hover, .og-account__logout button:focus-visible { color: #fff; border-color: #8b5cf6; }
.og-account__avatar-change { margin-top: 17px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); }
.og-account__avatar-change summary { cursor: pointer; color: #ddd6fe; font-size: .875rem; font-weight: 800; }
.og-account__avatar-change[open] summary { margin-bottom: 12px; }
.og-account__avatar-change form { display: grid; gap: 12px; }
.og-account__avatar-change button { padding: 9px 12px; border: 0; border-radius: 4px; color: #fff; background: #8b5cf6; cursor: pointer; font-weight: 800; }
.og-account__avatar-fieldset { min-width: 0; margin: 2px 0; padding: 10px; border: 1px solid rgba(255,255,255,.11); border-radius: 5px; }
.og-account__avatar-fieldset legend { padding: 0 5px; color: #c9cad2; font-size: .875rem; font-weight: 750; }
.og-account__avatar-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.og-account__avatar-grid label { position: relative; display: block; cursor: pointer; }
.og-account__avatar-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.og-account__avatar-grid img { display: block; width: 100%; aspect-ratio: 1; border: 2px solid transparent; border-radius: 50%; object-fit: cover; background: #08090d; transition: border-color .18s, box-shadow .18s, transform .18s; }
.og-account__avatar-grid input:checked + img { border-color: #22d3ee; box-shadow: 0 0 0 2px #8b5cf6, 0 0 18px rgba(34,211,238,.72); transform: scale(.94); }
.og-account__avatar-grid input:focus-visible + img { outline: 2px solid #fff; outline-offset: 3px; }
.og-account__future { margin-top: auto; padding-top: 18px; text-align: center; }
.og-account__future span { display: block; padding: 11px; border: 1px dashed rgba(167,139,250,.28); border-radius: 5px; color: #777b89; font-size: .8125rem; }
.og-member-page, .og-profile-page { overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 10px; background: #0d0f17; box-shadow: 0 30px 70px rgba(0,0,0,.34); }
.og-member-page__header { padding: clamp(26px, 5vw, 48px); border-bottom: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle at 12% 0, rgba(139,92,246,.35), transparent 25rem), linear-gradient(135deg, #151827, #0b0d14); }
.og-member-page__header span { color: #67e8f9; font-size: .75rem; font-weight: 850; letter-spacing: .16em; }
.og-member-page__header h1 { margin: 7px 0 9px; color: #fff; font-size: clamp(1.8rem, 5vw, 3rem); line-height: 1; text-shadow: 0 0 22px rgba(139,92,246,.38); }
.og-member-page__header p { max-width: 600px; margin: 0; color: #b6b9c5; font-size: 1rem; }
.og-account--page, .og-account--profile-page { padding: clamp(20px, 4vw, 38px); }
.og-account__guest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.og-account__guest-grid > * { min-width: 0; }
.og-account__register--page { margin: 0; padding: 0 0 0 28px; border-top: 0; border-left: 1px solid rgba(255,255,255,.11); }
.og-account__register--page h3 { margin: 0 0 13px; color: #fff; font-size: 1rem; }
.og-member-page__signed { padding: 10px 0; text-align: center; }
.og-member-page__signed h2 { margin: 0 0 8px; color: #fff; }
.og-member-page__signed p { margin: 0 auto 18px; max-width: 560px; color: #a6a8b2; }
.og-member-page__button { display: inline-block; padding: 11px 18px; border-radius: 5px; color: #fff !important; background: linear-gradient(135deg, #8b5cf6, #4f46e5); font-weight: 800; text-decoration: none !important; }
.og-account--profile-page .og-account__profile { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.og-account--profile-page .og-account__stats { grid-template-columns: repeat(3, minmax(0,1fr)); }
.og-account--profile-page .og-account__stats div { padding: 18px 8px; }
.og-account--profile-page .og-account__stats strong { font-size: 1.45rem; }
.og-account__identity { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.og-account__identity h2 { margin: 0 0 14px; color: #fff; font-size: 1.1rem; }
.og-account__password-link { display: inline-block; margin-top: 12px; color: #c4b5fd; font-size: .875rem; font-weight: 700; text-decoration: underline; }
@media (max-width: 700px) { .og-account__guest-grid { grid-template-columns: 1fr; } .og-account__register--page { padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.11); border-left: 0; } }
