#mrlogin-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: var(--background); display: none; justify-content: center; align-items: center; z-index: 30000; } .mrlogin-box { background: transparent; color: var(--light-text); padding: 5px; max-width: 500px; width:99%; } .mrlogin-hidden { display: none; } .mrlogin-btn { background: #28a745; color: white; border:none; padding: 5px 12px; margin-top: 10px; cursor: pointer; border-radius: 5px; } .mrlogin-option { background: var(--background); padding: 6px; font-size:18px; font-weight:bold; text-align:center; margin: 5px 0; border-radius: 5px; border:2px solid var(--light-text); cursor: pointer; } .mrlogin-option:hover { border:2px solid var(--branding); color:var(--branding); } #mrlogin-form { justify-content:center; align-items:center; flex-wrap:nowrap; padding:3px; flex-wrap:wrap; white-space:normal; overflow-x:hidden; } #mrlogin-divform h3 { font-size:1.2rem; font-weight:bold; color:var(--light-text); margin:5px 0; } #mrlogin-divform img { max-width:250px; border-radius:5px; width:100%; max-height:200px; margin:10px 5px; } #mrlogin-divform a { color:var(--branding); } .btn-form-login { background:var(--g-branding); color:var(--light-text); font-weight:bold; border:none; padding:10px; border-radius:9px; } .btn-form-login::hover { border:2px dashed var(--branding); background:var(--background); transform: translateY(20px); transition: all 0.3s ease; } .register-container { max-width: 700px; margin: 10px auto; padding:5px; width:98%; background:transparent; } .welcome-header { text-align: center; margin-bottom: 1rem; } .welcome-header h1 { color: var(--branding); font-size: 2rem; font-weight: 700; margin-bottom: 0.5rem; } .welcome-header p { color: var(--light-text); font-size: 1rem; opacity:0.5; margin:8px; } .step-card { padding:2px; margin-bottom:16px; transition: all 0.3s ease; } .step-card:hover { transform: translateX(6px) translateY(-5px); } .step-header { display: flex; align-items: center; margin-bottom: 1rem; } .pad-field { margin-left:17px; } .step-number { background: var(--background); border:3px solid var(--simple-color); color: var(--branding); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: 0.5rem; flex-shrink: 0; } .step-title { font-size: 18px; font-weight: 500; color: var(--light-text); margin: 0; } .r-btn-primary { background: var(--branding); color: #121212; border: none; border-radius: var(--radius); padding: 0.75rem; font-weight: 600; width: 100%; transition: all 0.3s ease; } .r-btn-primary:hover { background: #00e5cc; transform: translateY(-2px); } .r-btn-primary:active { transform: translateY(0); } .alert { border-radius: var(--radius); padding: 5px; width:100%; height:100%; margin-bottom: 1.5rem; font-size: 18px; } .alert-danger { background: rgba(255, 77, 77, 0.2); border: 2px dashed var(--danger); color: var(--light-text); padding: 1rem 1rem 2rem ; border-radius: 8px; max-width: 320px; margin:0 auto; } .alert-success h4 { font-size:21px; color:var(--branding); } .alert-success { background: var(--background); border: 1px dashed var(--branding); font-size: 17px; color: var(--light-text); padding: 8px ; border-radius: 8px; max-width: 500px; width:98%; margin:0 auto; text-align:center; backdrop-filter: blur(4px); animation:gentyPulse 1.3s infinite; } .policy-note { font-size: 0.8rem; color: rgba(224, 255, 255, 0.6); color:var(--light-text); opacity:0.8; margin-top: 10px; text-align: center; } .emoji { font-size: 1.2em; margin-right: 0.3em; vertical-align: middle; } #responseMessage { display: none; } .loading-spinner { display: none; width: 20px; height: 20px; border: 3px solid rgba(255, 255, 255, 0.3); border-radius: 50%; border-top-color: var(--branding); animation: spin 1s ease-in-out infinite; margin-right: 10px; } @keyframes spin { to { transform: rotate(360deg); } } .account-warning { background-color:var(--card-bg); color: var(--light-text); opacity:0.7; border-left:3px solid var(--branding); padding:7px 15px; margin: 0.8rem 0; font-size: 0.7rem; border-radius: 8px; line-height: 1.4; } .account-warning strong { color: var(--branding); font-size: 0.95rem; } .account-warning .highlight { display: inline-block; margin-top: 0.5rem; font-weight: 500; color:var(--branding); } .ref-toggle { display: flex; gap: 8px; } .ref-opt { flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 10px; border-radius: 9px; border: 1px solid rgba(var(--branding-rgb), 0.12); background: var(--simple-color); cursor: pointer; font-size: 13px; font-weight: 500; color: rgba(224, 255, 255, 0.5); transition: all 0.15s; user-select: none; } .ref-dot { width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid rgba(224, 255, 255, 0.25); transition: all 0.15s; flex-shrink: 0; } .ref-opt.active-yes { border-color: rgba(var(--branding-rgb), 0.5); background: rgba(var(--branding-rgb), 0.1); color: var(--branding); } .ref-opt.active-yes .ref-dot { background: var(--branding); border-color: var(--branding); } .ref-opt.active-no { border-color: rgba(231, 76, 60, 0.4); background: rgba(231, 76, 60, 0.08); color: #e74c3c; } .ref-opt.active-no .ref-dot { background: #e74c3c; border-color: #e74c3c; } .ref-field-wrap { overflow: hidden; max-height: 0; opacity: 0; transform: translateY(-8px); transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.3s ease; margin-top: 0; } .ref-field-wrap.open { max-height: 200px; opacity: 1; transform: translateY(0); margin-top: 14px; } #mrregister-overlay { position: fixed; z-index: 30005; padding:40px 10px 50px; display: none; width: 100vw; height: 100vh; align-items: center; justify-content: center; background:var(--background); opacity: 0; overflow:hidden; transition: opacity 0.35s ease; backdrop-filter: blur(6px); } #mrregister-overlay.reg-open { opacity: 1; } .mrregister-box { display: flex; margin:10px auto; padding:6px 4px; height: 100%; max-width: 800px; width:98%; overflow-y:scroll; background:transparent; transform: translateY(28px) scale(0.97); transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease; opacity: 0; } #mrregister-overlay.reg-open .mrregister-box { transform: translateY(0) scale(1); opacity: 1; } .mrr-left { width: 260px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem 1.5rem; overflow: hidden; } .mrr-brand { position: relative; z-index: 1; text-align: center; } .mrr-brand-mark { width: 58px; height: 58px; border-radius: 14px; background: rgba(var(--branding-rgb), 0.15); border: 1px solid rgba(var(--branding-rgb), 0.3); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-size: 26px; color: var(--branding); } .mrr-brand h2 { font-family: var(--low-font); font-size: 20px; font-weight: 700; color: var(--branding); margin-bottom: 6px; } .mrr-brand p { font-size: 12px; color: rgba(224, 255, 255, 0.4); line-height: 1.6; text-align: center; } .mrr-perks { position: relative; z-index: 1; margin-top: 1.8rem; display: flex; flex-direction: column; gap: 10px; width: 100%; } .mrr-perk { display: flex; align-items: center; gap: 9px; font-size: 12px; color: rgba(224, 255, 255, 0.55); } .mrr-perk-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--branding); opacity: 0.7; flex-shrink: 0; } .mrr-spark { position: absolute; border-radius: 50%; background: var(--branding); opacity: 0; animation: spark-float 4s ease-in-out infinite; } @keyframes spark-float { 0%, 100% { opacity: 0; transform: translateY(0) scale(1); } 50% { opacity: 0.35; transform: translateY(-18px) scale(1.3); } } .mrr-right { flex: 1; overflow-y: auto; padding: 1.6rem 1.4rem; scrollbar-width: thin; scrollbar-color: rgba(var(--branding-rgb), 0.2) transparent; } .mrr-right::-webkit-scrollbar { width: 3px; } .mrr-right::-webkit-scrollbar-thumb { background: rgba(var(--branding-rgb), 0.25); border-radius: 99px; } .mrr-close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border-radius: 8px; background: var(--danger); color: vr(--light-text); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 16px; z-index: 10; transition: all 0.15s; } .mrr-close:hover { color: var(--light-text); border-color: rgba(var(--branding-rgb), 0.4); } .mrr-welcome { margin-bottom: 1.2rem; } .mrr-welcome h1 { font-family: var(--low-font); font-size: 20px; font-weight: 700; color: var(--branding); margin-bottom: 3px; } .mrr-welcome p { font-size: 12px; color: var(--light-text); opacity:0.7; } .reg-btn-primary { width: 100%; padding: 11px; border-radius: 9px; background: var(--branding); color: var(--card-bg); border: none; font-family: var(--low-font); font-size: 14px; font-weight: 700; cursor: pointer; transition: opacity 0.15s; display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 6px; } .reg-btn-primary:hover { opacity: 0.88; } .reg-btn-primary:disabled { opacity: 0.55; cursor: not-allowed; } .reg-loading-spinner { display: none; width: 16px; height: 16px; border: 2px solid rgba(0, 0, 0, 0.2); border-top-color: var(--card-bg); border-radius: 50%; animation: spin 0.8s linear infinite; } #reg-responseMessage { display: none; margin-top: 10px; } .reg-alert-success { background: rgba(var(--branding-rgb), 0.08); border: 1px dashed rgba(var(--branding-rgb), 0.4); border-radius: 10px; padding: 1rem; text-align: center; } .reg-alert-success h4 { font-family: var(--low-font); font-size: 17px; color: var(--branding); margin-bottom: 6px; } .reg-alert-success p { font-size: 12px; color: rgba(224, 255, 255, 0.5); margin-bottom: 10px; } .reg-login-btn { display: inline-flex; align-items: center; gap: 7px; padding: 9px 22px; border-radius: 8px; background: var(--branding); color: var(--card-bg); font-family: var(--low-font); font-size: 13px; font-weight: 700; border: none; cursor: pointer; transition: opacity 0.15s; margin-bottom:50px; } .reg-login-btn:hover { opacity: 0.88; } .reg-alert-danger { background: rgba(231, 76, 60, 0.08); border: 1px dashed rgba(231, 76, 60, 0.35); border-radius: 10px; padding: 1rem; } .reg-alert-danger h4 { color: #e74c3c; font-size: 14px; margin-bottom: 5px; font-family: var(--low-font); } .reg-alert-danger p { font-size: 12px; color: rgba(224, 255, 255, 0.5); } .reg-alert-danger ul { font-size: 12px; color: rgba(224, 255, 255, 0.4); padding-left: 1rem; margin-top: 6px; } @media (max-width: 600px) { .mrr-left { display: none; } .mrr-right { padding: 1rem 1rem; } }