body.sbo_main-body-deepdark {
font-family: 'Inconsolata', monospace;
background-color: #121212;
color: #f1f1f1;
margin: 0;
padding: 0;
}

h1, h2, h3, .sbo_intro-btn-play, .sbo_countdown-btn-login, .sbo_background-btn-join, .sbo_contact-form-title, .sbo_hotel-form-title {
font-family: 'Yeseva One', cursive;
color: #fdd835;
}

a {
text-decoration: none;
color: inherit;
}

.sbo_header-nexus-core {
background-color: #1e1e1e;
padding: 1rem 2rem;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.sbo_header-title-bold {
margin-left: 10px;
font-size: 1.8rem;
}

.sbo_header-btn-cta, .sbo_header-btn-register {
padding: 0.5rem 1rem;
background: #fdd835;
color: #121212;
border-radius: 6px;
margin-left: 0.5rem;
display: inline-flex;
align-items: center;
font-weight: bold;
}

.sbo_intro-hype-section {
background-size: cover;
background-position: center;
padding: 5rem 2rem;
text-align: center;
}

.sbo_intro-main-title {
font-size: 2.5rem;
margin-bottom: 1rem;
}

.sbo_intro-subtext {
font-size: 1.1rem;
max-width: 600px;
margin: 0 auto 1.5rem;
}

.sbo_intro-btn-play {
padding: 0.75rem 1.5rem;
background: #03dac5;
color: #000;
border-radius: 8px;
font-size: 1rem;
font-weight: bold;
display: inline-flex;
align-items: center;
}

.sbo_info-vibe-wrapper {
display: flex;
flex-direction: column;
padding: 3rem 2rem;
gap: 2rem;
}

.sbo_info-vibe-content {
display: flex;
flex-direction: column;
gap: 1.5rem;
}

.sbo_info-image-promo {
width: 50%;
height: 50%;
margin: 0 auto;
border-radius: 8px;
background: rgba(255, 255, 0, 0.863);
}

.sbo_info-title {
font-size: 1.5rem;
}

.sbo_info-description {
font-size: 1rem;
line-height: 1.5;
}

.sbo_countdown-edge-section {
background-color: #212121;
text-align: center;
padding: 3rem 2rem;
}

.sbo_countdown-title {
font-size: 2rem;
margin-bottom: 1rem;
}

.sbo_countdown-timer {
display: flex;
justify-content: center;
gap: 1rem;
margin: 1.5rem 0;
}

.sbo_time-block {
background: #fdd835;
color: #121212;
padding: 1rem;
border-radius: 10px;
min-width: 60px;
}

.sbo_background-wave-section {
padding: 4rem 2rem;
background: url('../sbo-images/sbo-bg-images.jpg');
background-size: cover;
background-position: center;
text-align: center;
}

.sbo_background-wave-content {
background: rgba(255, 255, 0, 0.7);
padding: 5%;
border-radius: 8px;
}

.sbo_background-title {
color: #026b2e;
font-size: 2rem;
}

.sbo_background-description {
color: #000;
}

.sbo_background-btn-join {
color: #000 !important;
}

.sbo_footer-nexus-dark {
background: #1c1c1c;
padding: 2rem;
text-align: center;
font-size: 0.9rem;
}

.sbo_scrolltop-btn {
position: fixed;
bottom: 30px;
right: 20px;
background: #fdd835;
color: #121212;
padding: 0.6rem;
border-radius: 50%;
display: inline-block;
font-size: 1.5rem;
}

.esl__modal-feedback {
display: none;
position: fixed;
z-index: 9999;
left: 0; top: 0;
width: 100%; height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}

.esl__modal-content {
background-color: #fff;
margin: 15% auto;
padding: 20px 30px;
border-radius: 10px;
width: 90%;
max-width: 400px;
text-align: center;
box-shadow: 0 5px 20px rgba(0,0,0,0.3);
animation: fadeIn 0.3s ease;
}

.esl__modal-close {
float: right;
font-size: 24px;
cursor: pointer;
}

@keyframes fadeIn {
from {opacity: 0; transform: translateY(-20px);}
to {opacity: 1; transform: translateY(0);}
}

@media (max-width: 1024px) {
.sbo_info-vibe-content {
    flex-direction: column;
}
}

@media (max-width: 768px) {
.sbo_intro-main-title {
    font-size: 2rem;
}

.sbo_intro-subtext {
    font-size: 1rem;
}

.sbo_countdown-timer {
    flex-direction: column;
}
}

@media (max-width: 480px) {
.sbo_header-title-bold {
    font-size: 1.4rem;
}

.sbo_intro-btn-play {
    font-size: 0.9rem;
}

.sbo_countdown-title {
    font-size: 1.5rem;
}
}

@media (max-width: 320px) {
.sbo_intro-main-title {
    font-size: 1.2rem;
}

.sbo_info-title {
    font-size: 1.2rem;
}
}

.sbo_modal-age-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(15, 15, 20, 0.95);
display: none;
align-items: center;
justify-content: center;
z-index: 9999;
}

.sbo_modal-age-content {
background-color: #1a1a2f;
padding: 2rem;
max-width: 600px;
border-radius: 16px;
box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
color: #f1f1f1;
font-family: 'Yeseva One', cursive;
text-align: center;
}

.sbo_modal-age-title {
font-size: 2rem;
margin-bottom: 1rem;
color: #fbd562;
}

.sbo_modal-age-text {
font-family: 'Yeseva One', cursive;
font-size: 1rem;
margin-bottom: 1.5rem;
color: #d8d8d8;
}

.sbo_modal-age-buttons {
display: flex;
justify-content: space-around;
gap: 1rem;
flex-wrap: wrap;
}

.sbo_modal-age-buttons button {
background: linear-gradient(135deg, #ffab40, #ff4081);
border: none;
padding: 0.8rem 1.5rem;
color: #fff;
border-radius: 12px;
cursor: pointer;
font-size: 1rem;
font-family: 'Yeseva One', cursive;
transition: background 0.3s ease;
}

.sbo_modal-age-buttons button:hover {
background: linear-gradient(135deg, #ff6d00, #f50057);
}

.sbo_cookiebar-wrapper {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #2c2c38;
color: #eeeeee;
padding: 1rem 1.5rem;
display: flex;
flex-direction: column;
align-items: center;
z-index: 9998;
font-family: 'Yeseva One', cursive;
box-shadow: 0 -2px 10px rgba(255, 255, 255, 0.1);
}

.sbo_cookiebar-wrapper p {
text-align: center;
margin-bottom: 0.5rem;
}

.sbo_cookiebar-link {
color: #ffd700;
text-decoration: underline;
margin-bottom: 0.5rem;
}

.sbo_cookiebar-btn {
background-color: #fbc02d;
border: none;
color: #111;
font-weight: bold;
padding: 0.6rem 1.4rem;
border-radius: 10px;
cursor: pointer;
font-family: 'Yeseva One', cursive;
transition: background 0.3s ease;
}

.sbo_cookiebar-btn:hover {
background-color: #fdd835;
}

button,
.sbo_btn,
button[type="submit"] {
background: linear-gradient(to right, #ff6d00, #f50057);
color: #fff;
padding: 0.7rem 1.2rem;
font-family: 'Yeseva One', cursive;
border: none;
border-radius: 8px;
cursor: pointer;
transition: background 0.2s ease-in-out;
}

button:hover,
.sbo_btn:hover {
background: linear-gradient(to right, #ff9100, #f06292);
}

.dark-button-fix {
background-color: #444;
color: #fff;
border: 1px solid #888;
}

.dark-button-fix:hover {
background-color: #666;
}

main {
max-width: 1000px;
margin: auto;
padding: 2rem;
}

h1, h2, h3,
.sbo_intro-btn-play,
.sbo_countdown-btn-login,
.sbo_background-btn-join,
.sbo_contact-form-title,
.sbo_hotel-form-title {
font-family: 'Yeseva One', cursive;
color: #fdd835;
}

a {
color: #fdd835;
text-decoration: underline;
}

a:hover {
color: #fff176;
}

.sbo_warning-veil {
background: #d32f2f;
padding: 1rem;
text-align: center;
}

.sbo_warning-veil-text {
color: #fff;
margin: 0;
}

.sbo_warning-veil-link {
font-weight: bold;
color: #fff9c4;
}

.sbo_signup-shield {
background: #1e1e1e;
border-radius: 12px;
padding: 2rem;
box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.sbo_signup-shield-title {
font-size: 2rem;
margin-bottom: 0.5rem;
}

.sbo_signup-shield-subtext {
font-size: 1rem;
margin-bottom: 2rem;
}

.sbo_signup-section {
margin-bottom: 2rem;
}

.sbo_signup-section-subtitle {
font-size: 1.5rem;
margin-bottom: 1rem;
}

.sbo_form-row {
display: flex;
flex-direction: column;
margin-bottom: 1rem;
}

.sbo_form-label {
font-weight: bold;
margin-bottom: 0.3rem;
}

.sbo_input-text {
padding: 0.6rem;
border-radius: 8px;
border: none;
background: #333;
color: #fff;
font-family: 'Inconsolata', monospace;
}

.sbo_input-icon {
position: relative;
}

.sbo_input-icon input {
padding-right: 2rem;
}

.sbo_input-icon i {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
color: #bbb;
cursor: pointer;
}

.sbo_input-error {
font-size: 0.8rem;
color: #ef5350;
display: none;
}

.sbo_checkbox-wrap {
display: flex;
align-items: flex-start;
margin-top: 1rem;
}

.sbo_checkbox {
margin-right: 0.5rem;
margin-top: 0.3rem;
}

.sbo_checkbox-label {
font-size: 0.9rem;
}

.sbo_checkbox-link {
font-weight: bold;
text-decoration: underline;
}

.sbo_form-flow-hatch {
background: linear-gradient(to bottom, #121212, #1e1e1e);
color: #f0f0f0;
padding: 3rem 1rem;
font-family: 'Inconsolata', monospace;
}

.sbo_form-wrapper-box {
max-width: 720px;
margin: auto;
background: #2c2c2c;
padding: 2rem;
border-radius: 16px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.sbo_form-title-head {
font-family: 'Yeseva One', cursive;
font-size: 2.5rem;
text-align: center;
margin-bottom: 0.5rem;
color: #ffe600;
}

.sbo_form-subtitle-lead {
font-size: 1rem;
text-align: center;
margin-bottom: 2rem;
color: #ccc;
line-height: 1.5;
}

.sbo_form-body-shell {
display: flex;
flex-direction: column;
gap: 2rem;
}

.sbo_form-section-title,
.sbo_identity-title {
font-family: 'Yeseva One', cursive;
font-size: 1.5rem;
margin-bottom: 1rem;
color: #ff9900;
}

.sbo_form-section-group,
.sbo_identity-frame-bloc {
display: flex;
flex-direction: column;
gap: 1.5rem;
}

.sbo_form-field {
display: flex;
flex-direction: column;
position: relative;
}

.sbo_form-field label {
font-weight: 600;
margin-bottom: 0.3rem;
font-size: 0.95rem;
color: #f0f0f0;
}

.sbo_form-field input {
background: #1a1a1a;
border: 1px solid #444;
padding: 0.75rem;
border-radius: 8px;
color: #fff;
font-size: 1rem;
font-family: 'Inconsolata', monospace;
transition: border 0.3s;
}

.sbo_form-field input:focus {
border-color: #ffe600;
outline: none;
}

.password-wrapper {
position: relative;
}

.password-wrapper input {
width: 100%;
}

.password-wrapper i {
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
color: #999;
}

.sbo_form-error {
font-size: 0.75rem;
color: #999;
display: none;
margin-top: 0.3rem;
}

.sbo_form-field input:focus + .sbo_form-error,
.sbo_form-field:has(input:focus) .sbo_form-error {
display: block;
}

.input-error {
color: #ef5350;
font-size: 0.8rem;
margin-top: 0.3rem;
display: none;
}

.input-error.active {
display: block;
}

.sbo_form-btn-submit {
margin-top: 1rem;
background: #ffe600;
color: #000;
font-weight: bold;
font-size: 1rem;
border: none;
border-radius: 8px;
padding: 0.8rem 1.2rem;
cursor: pointer;
transition: background 0.3s;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-family: 'Yeseva One', cursive;
}

.sbo_form-btn-submit:hover {
background: #ffdd00;
}

@media (max-width: 768px) {
.sbo_form-wrapper-box {
padding: 1.5rem;
}

.sbo_form-title-head {
font-size: 2rem;
}

.sbo_form-subtitle-lead {
font-size: 0.95rem;
}
}

@media (max-width: 480px) {
.sbo_form-title-head {
font-size: 1.8rem;
}

.sbo_form-subtitle-lead {
font-size: 0.9rem;
}

.sbo_form-btn-submit {
flex-direction: column;
padding: 1rem;
}

.sbo_form-section-title {
    font-size: 1.2rem;
}

.password-wrapper input {
width: 67% !important;
}
    
}  

.sbo_submit-button {
background: #fdd835;
color: #000;
padding: 0.75rem 1.5rem;
font-weight: bold;
font-family: 'Yeseva One', cursive;
border: none;
border-radius: 8px;
cursor: pointer;
display: flex;
align-items: center;
gap: 0.5rem;
transition: background 0.3s ease;
}

.sbo_submit-button:hover {
background: #fff176;
}

.sbo_advisory-caution {
background-color: #263238;
border-radius: 12px;
padding: 2rem;
margin-top: 3rem;
background-size: cover;
background-position: center;
}

.sbo_advisory-title {
font-size: 1.75rem;
margin-bottom: 1.5rem;
text-align: center;
}

.sbo_advisory-block {
display: grid;
gap: 1.5rem;
grid-template-columns: 1fr;
}

@media (min-width: 700px) {
.sbo_advisory-block {
    grid-template-columns: repeat(3, 1fr);
}
}

.sbo_advisory-item {
background: #37474f;
padding: 1rem;
border-radius: 10px;
}

.sbo_advisory-subtitle {
font-size: 1.2rem;
margin-bottom: 0.5rem;
display: flex;
align-items: center;
gap: 0.4rem;
}

.sbo_advisory-text {
font-size: 0.95rem;
}

.sbo_modal-age,
.sbo_modal-cookies {
position: fixed;
top: 0; left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
display: flex;
align-items: center;
justify-content: center;
z-index: 999;
}

.sbo_modal-box {
background: #212121;
padding: 2rem;
border-radius: 10px;
text-align: center;
max-width: 300px;
}

.sbo_modal-box p {
margin-bottom: 1.5rem;
font-size: 1rem;
}

.sbo_btn-yes, .sbo_btn-no, .sbo_btn-accept {
margin: 0.25rem;
padding: 0.6rem 1.2rem;
border: none;
background: #fdd835;
color: #000;
font-weight: bold;
cursor: pointer;
border-radius: 6px;
font-family: 'Yeseva One', cursive;
}

.sbo_btn-no {
background: #ef5350;
color: #fff;
}

.sbo_contact-form, .sbo_hotel-booking {
background: #1e1e1e;
padding: 2rem;
border-radius: 10px;
margin-top: 3rem;
display: flex;
flex-direction: column;
gap: 1rem;
}

.sbo_contact-form input,
.sbo_contact-form textarea,
.sbo_hotel-booking input {
padding: 0.6rem;
border-radius: 8px;
border: none;
background: #2b2b2b;
color: #fff;
}

.sbo_contact-form textarea {
resize: vertical;
height: 100px;
}

.sbo_contact-form button,
.sbo_hotel-booking button {
background: #fdd835;
color: #000;
font-family: 'Yeseva One', cursive;
border: none;
padding: 0.75rem;
border-radius: 8px;
font-weight: bold;
cursor: pointer;
}

.sbo_scroll-top {
position: fixed;
right: 1rem;
bottom: 1rem;
background: #fdd835;
border: none;
padding: 0.6rem;
border-radius: 50%;
cursor: pointer;
box-shadow: 0 0 5px rgba(0,0,0,0.3);
font-size: 1.5rem;
z-index: 999;
color: #000;
}

.sbo_scroll-top:hover {
background: #fff176;
}

form {
max-width: 600px;
margin: auto;
padding: 2rem;
background-color: #1e1e1e;
border-radius: 12px;
}

label {
display: block;
margin-bottom: 0.5rem;
font-weight: bold;
color: #fdd835;
font-family: 'Yeseva One', cursive;
}

input,
select,
textarea {
width: 95%;
padding: 0.75rem 1rem;
border-radius: 8px;
border: 1px solid #444;
background-color: #2c2c2c;
color: #fff;
margin-bottom: 1.5rem;
font-family: 'Inconsolata', monospace;
font-size: 1rem;
position: relative;
}

input:focus,
select:focus {
outline: none;
border-color: #fdd835;
}

.password-wrapper input {
width: 91%;
padding-top: 5px;
}

.input-error {
color: #ff6b6b;
font-size: 0.875rem;
display: none;
margin-top: -1rem;
margin-bottom: 1rem;
}

.invalid {
border-color: #ff6b6b;
}

input[type="tel"] {
font-family: 'Inconsolata', monospace;
background-color: #2c2c2c;
border: 1px solid #555;
border-radius: 8px;
color: #fff;
padding: 10px 14px;
width: 100%;
box-sizing: border-box;
}

input[type="tel"]:focus {
outline: none;
border-color: #fdd835;
background-color: #1e1e1e;
}

input[type="checkbox"] {
width: 1rem;
height: 1rem;
accent-color: #fdd835;
}

button {
background-color: #fdd835;
border: none;
padding: 0.75rem 1.5rem;
font-size: 1rem;
font-family: 'Yeseva One', cursive;
color: #000;
border-radius: 8px;
cursor: pointer;
transition: 0.3s ease;
}

button:disabled {
background-color: #aaa;
cursor: not-allowed;
}

.password-wrapper {
position: relative;
}

.password-wrapper input {
padding-right: 2.5rem;
}

.password-wrapper i {
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
color: #fdd835;
cursor: pointer;
}

.sbo_login-gateway-container {
display: flex;
justify-content: center;
align-items: center;
padding: 40px 20px;
background: linear-gradient(135deg, #1b1f36, #10131f);
min-height: 100vh;
}

.sbo_login-gateway-box {
background-color: #161b2d;
padding: 40px;
border-radius: 16px;
max-width: 420px;
width: 100%;
box-shadow: 0 0 20px rgba(93, 126, 255, 0.3);
}

.sbo_login-gateway-title {
font-family: 'Yeseva One', cursive;
font-size: 2.5rem;
color: #e3ff64;
margin-bottom: 10px;
}

.sbo_login-gateway-subtitle {
font-size: 1rem;
color: #bbbbbb;
margin-bottom: 30px;
}

.sbo_login-gateway-form {
display: flex;
flex-direction: column;
gap: 20px;
}

.sbo_login-gateway-group {
display: flex;
flex-direction: column;
}

.sbo_login-gateway-label {
margin-bottom: 6px;
color: #e3ff64;
font-weight: 600;
}

.sbo_login-gateway-input {
padding: 10px 14px;
border-radius: 8px;
background-color: #23283b;
border: 1px solid #3a3f59;
color: #fff;
font-size: 1rem;
}

.sbo_login-gateway-passwordbox {
display: flex;
align-items: center;
position: relative;
}

.sbo_login-gateway-passwordbox input {
width: 100%;
}

.sbo_login-gateway-icon {
position: absolute;
right: 12px;
font-size: 1.3rem;
color: #888;
cursor: pointer;
}

.sbo_login-gateway-error {
font-size: 0.85rem;
color: #ff4b5c;
margin-top: 5px;
display: none;
}

.sbo_login-gateway-forgot {
margin-top: 5px;
font-size: 0.9rem;
color: #79baff;
text-decoration: underline;
align-self: flex-end;
}

.sbo_login-gateway-checkbox {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 0.9rem;
line-height: 1.3;
color: #ccc;
}

.sbo_login-gateway-checkbox a {
color: #ffcf00;
text-decoration: underline;
}

.sbo_login-gateway-button {
background-color: #ffcf00;
color: #1a1a1a;
font-family: 'Yeseva One', cursive;
font-size: 1.2rem;
padding: 12px;
border: none;
border-radius: 10px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
transition: background 0.3s ease;
}

.sbo_login-gateway-button:disabled {
background-color: #555;
cursor: not-allowed;
}

.sbo_login-gateway-register {
text-align: center;
margin-top: 20px;
color: #bbbbbb;
}

.sbo_login-gateway-register a {
color: #4fd8ff;
text-decoration: underline;
}

.sbo_modal-success {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(15, 20, 30, 0.8);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}

.sbo_modal-success-content {
background-color: #20273f;
border-radius: 12px;
padding: 30px;
max-width: 400px;
text-align: center;
box-shadow: 0 0 15px rgba(255, 207, 0, 0.4);
color: #fff;
font-family: 'Inconsolata', monospace;
}

.sbo_modal-success-message {
font-size: 1.2rem;
margin-bottom: 20px;
}

.sbo_modal-success-btn {
background-color: #ffcf00;
color: #1a1a1a;
padding: 12px 20px;
font-family: 'Yeseva One', cursive;
font-size: 1rem;
border: none;
border-radius: 8px;
cursor: pointer;
}

@media (max-width: 1024px) {
.sbo_login-gateway-box { padding: 30px; }
}
@media (max-width: 768px) {
.sbo_login-gateway-box { padding: 25px; }
}
@media (max-width: 480px) {
.sbo_login-gateway-box { padding: 20px; }
}
@media (max-width: 320px) {
.sbo_login-gateway-title { font-size: 1.8rem; }
.sbo_login-gateway-button { font-size: 1rem; }
}

.sbo_footer-nexus-dark {
background-color: #0e0e16;
color: #f2f2f2;
padding: 40px 20px;
font-family: 'Yeseva One', cursive;
text-align: center;
}

.sbo_footer-links-flex {
display: flex;
justify-content: center;
gap: 25px;
flex-wrap: wrap;
margin-top: 30px;
}

.sbo_footer-link {
color: #ffcc33;
text-decoration: none;
font-weight: 600;
transition: color 0.3s;
}
.sbo_footer-link:hover {
color: #ffffff;
}

.sbo_footer-support-grid {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 30px;
}

.sbo_footer-support-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 20px;
flex-grow: 1;
}

.sbo_footer-linkbox {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
color: #ffffff;
transition: transform 0.3s;
max-width: 120px;
}
.sbo_footer-linkbox:hover {
transform: scale(1.05);
}

.sbo_footer-icon-img {
width: 100px;
height: 100px;
object-fit: contain;
margin-bottom: 8px;
filter: drop-shadow(0 0 5px #ffaa00);
background: #ddd;
padding: 0.5rem 1rem;
}

.sbo_footer-icon-text {
font-size: 14px;
font-weight: 500;
text-align: center;
font-family: 'Inconsolata', monospace;
}

.sbo_footer-age-indicator {
width: 80px;
height: auto;
margin: 0 auto;
filter: brightness(1.2);
}

.sbo_footer-copyright {
margin-top: 20px;
font-size: 14px;
font-family: 'Yeseva One', cursive;
}

@media (max-width: 768px) {
.sbo_footer-support-grid {
    flex-direction: column;
    align-items: center;
}

.sbo_footer-links-flex {
    flex-direction: column;
    gap: 15px;
}

.sbo_footer-support-links {
    justify-content: center;
}
}

.sbo_warning-signal-container {
background-color: #260f2f;
padding: 0.75rem 1.5rem;
text-align: center;
font-size: 0.9rem;
}

.sbo_warning-signal-link {
color: #ff8c00;
text-decoration: underline;
}

.sbo_restore-flame-wrapper {
display: flex;
align-items: center;
justify-content: center;
padding: 3rem 1rem;
min-height: 90vh;
}

.sbo_restore-flame-inner {
background-color: rgba(30, 30, 30, 0.9);
border-radius: 12px;
padding: 2rem;
max-width: 420px;
width: 100%;
}

.sbo_restore-flame-title {
font-family: 'Inconsolata', monospace;
font-size: 2rem;
margin-bottom: 1rem;
color: #ffdc4a;
text-align: center;
}

.sbo_restore-flame-subtitle {
font-size: 1rem;
margin-bottom: 1.5rem;
text-align: center;
line-height: 1.5;
}

.sbo_restore-flame-form-group {
margin-bottom: 1.25rem;
}

.sbo_restore-flame-label {
display: block;
margin-bottom: 0.5rem;
color: #ccc;
}

.sbo_restore-flame-input {
width: 100%;
padding: 0.75rem;
border: none;
border-radius: 6px;
background: #979797;
color: #fff;
font-size: 1rem;
}

.sbo_restore-flame-error {
display: none;
color: #ff4d4f;
font-size: 0.8rem;
margin-top: 0.25rem;
}

.sbo_restore-flame-checkbox {
margin-bottom: 1.25rem;
}

.sbo_restore-flame-checklabel {
font-size: 0.9rem;
}

.sbo_restore-flame-checklink {
color: #4db8ff;
text-decoration: underline;
}

.sbo_restore-flame-submit {
background-color: #00c853;
color: #fff;
border: none;
width: 100%;
padding: 0.9rem;
font-size: 1rem;
border-radius: 6px;
cursor: pointer;
font-family: 'Inconsolata', monospace;
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
transition: background 0.3s;
}

.sbo_restore-flame-submit:disabled {
background-color: #444;
cursor: not-allowed;
}

.sbo_restore-flame-register {
margin-top: 1.25rem;
text-align: center;
font-size: 0.9rem;
}

.sbo_restore-feedback-modal {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(10, 10, 10, 0.85);
display: none;
align-items: center;
justify-content: center;
z-index: 100;
}

.sbo_restore-feedback-content {
background: #222;
padding: 2rem;
border-radius: 10px;
max-width: 380px;
text-align: center;
}

.sbo_restore-feedback-title {
font-family: 'Inconsolata', monospace;
font-size: 1.5rem;
margin-bottom: 1rem;
color: #ff6f61;
}

.sbo_restore-feedback-text {
font-size: 1rem;
margin-bottom: 1rem;
}

.sbo_restore-feedback-btn {
background-color: #2979ff;
border: none;
padding: 0.75rem 2rem;
color: #fff;
border-radius: 5px;
font-family: 'Inconsolata', monospace;
cursor: pointer;
}

.sbo_intro-safety-container {
background: #2c2c2c;
color: #ffcc00;
padding: 1rem;
text-align: center;
font-size: 0.95rem;
}

.sbo_intro-safety-link {
color: #03dac6;
text-decoration: underline;
}

.sbo_policycore-entry-wrapper {
display: flex;
flex-direction: column;
gap: 2rem;
padding: 2rem 1.5rem;
background-color: #1b1b1b;
}

.sbo_policycore-head-unit {
display: flex;
flex-direction: column;
align-items: flex-start;
border-bottom: 1px solid #444;
padding-bottom: 1rem;
}

.sbo_policycore-title-header {
font-family: 'Yeseva One', cursive;
font-size: 2.2rem;
color: #ff4081;
margin: 0.5rem 0;
}

.sbo_policycore-subinfo-date {
font-size: 0.9rem;
color: #aaa;
}

.sbo_policycore-back-link {
color: #4dd0e1;
font-weight: bold;
margin-bottom: 0.5rem;
display: inline-flex;
align-items: center;
gap: 6px;
}

.sbo_policycore-content-chunk {
background: rgba(255, 255, 255, 0.03);
padding: 1.5rem;
border-radius: 8px;
background-size: cover;
background-position: center;
}

.sbo_policycore-title-section {
font-family: 'Yeseva One', cursive;
font-size: 1.5rem;
margin-bottom: 1rem;
color: #ff6f00;
display: flex;
align-items: center;
gap: 0.5rem;
}

.sbo_policycore-text-body {
font-size: 1rem;
line-height: 1.6;
}

.sbo_policycore-list-items {
padding-left: 1rem;
list-style-type: square;
margin-top: 0.5rem;
}

.sbo_policycore-list-items li {
margin: 0.4rem 0;
color: #cfd8dc;
}

.sbo_policycore-link-email {
color: #ffd54f;
text-decoration: underline;
}

@media (max-width: 1024px) {
.sbo_policycore-entry-wrapper {
    padding: 2rem 1rem;
}
}

@media (max-width: 768px) {
.sbo_policycore-title-header {
    font-size: 1.9rem;
}

.sbo_policycore-title-section {
    font-size: 1.3rem;
}
}

@media (max-width: 480px) {
.sbo_policycore-entry-wrapper {
    padding: 1rem;
}

.sbo_policycore-title-header {
    font-size: 1.6rem;
}
}

@media (max-width: 320px) {
.sbo_policycore-title-header {
    font-size: 1.4rem;
}

.sbo_policycore-title-section {
    font-size: 1.1rem;
}

.sbo_policycore-back-link {
    font-size: 0.9rem;
}
}

.sbo_warning-glow-container {
background: #1f2833;
padding: 15px;
text-align: center;
font-size: 14px;
}

.sbo_warning-glow-text {
color: #fff;
}

.sbo_warning-glow-link {
color: #66fcf1;
text-decoration: underline;
}

.sbo_policy-orbit-wrapper {
display: flex;
flex-direction: column;
padding: 30px 20px;
}

.sbo_policy-orbit-header {
padding: 40px 20px;
background-color: rgba(10, 10, 10, 0.6);
color: #fff;
text-align: center;
}

.sbo_policy-orbit-title {
font-family: 'Yeseva One', cursive;
font-size: 36px;
color: #45a29e;
}

.sbo_policy-orbit-back {
color: #66fcf1;
text-decoration: none;
margin-bottom: 15px;
display: inline-block;
}

.sbo_policy-orbit-block {
background: rgba(29, 31, 33, 0.95);
padding: 25px;
margin-top: 25px;
border-radius: 10px;
display: flex;
flex-direction: column;
gap: 10px;
}

.sbo_policy-orbit-subtitle {
font-family: 'Yeseva One', cursive;
font-size: 24px;
color: #f7c59f;
display: flex;
align-items: center;
gap: 8px;
}

.sbo_policy-orbit-text {
font-size: 16px;
line-height: 1.7;
color: #ffffffd9;
}

.sbo_policy-orbit-list {
list-style-type: disc;
margin-left: 20px;
color: #c5c6c7;
}

.sbo_policy-orbit-list-item {
margin-bottom: 8px;
}

.sbo_policy-orbit-link {
color: #66fcf1;
text-decoration: underline;
}

@media screen and (max-width: 1024px) {
.sbo_policy-orbit-title {
    font-size: 30px;
}
}

@media screen and (max-width: 768px) {
.sbo_policy-orbit-wrapper {
    padding: 20px 15px;
}
.sbo_policy-orbit-title {
    font-size: 26px;
}
}

@media screen and (max-width: 480px) {
.sbo_policy-orbit-title {
    font-size: 22px;
}
}

@media screen and (max-width: 320px) {
.sbo_policy-orbit-title {
    font-size: 18px;
}
.sbo_main {
    padding: 0;
}
}