@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600&display=swap";
.clubAuthPage-module__VALnlW__page{--cyan:#01f4df;--indigo:#4945b1;--orange:#ef6b00;--dark:#07070f;--surface:#10101a;--surface2:#18182a;--border:rgba(73,69,177,.3);--border-subtle:rgba(73,69,177,.15);--text:#f0f0f5;--muted:#7a7a99;--error:#f04040;--error-bg:rgba(240,64,64,.08)}.clubAuthPage-module__VALnlW__page,.clubAuthPage-module__VALnlW__page *{box-sizing:border-box;margin:0;padding:0}.clubAuthPage-module__VALnlW__page{background:var(--dark);color:var(--text);grid-template-columns:1fr 1fr;min-height:100vh;font-family:Inter,sans-serif;display:grid}.clubAuthPage-module__VALnlW__panel-brand{background:var(--surface);border-right:.5px solid var(--border);flex-direction:column;justify-content:space-between;min-height:100vh;padding:3rem;display:flex;position:relative;overflow:hidden}.clubAuthPage-module__VALnlW__panel-brand:before{content:"";pointer-events:none;background-image:linear-gradient(rgba(73,69,177,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(73,69,177,.06) 1px,transparent 1px);background-size:40px 40px;position:absolute;top:0;bottom:0;left:0;right:0}.clubAuthPage-module__VALnlW__panel-brand:after{content:"";pointer-events:none;background:radial-gradient(circle,rgba(1,244,223,.08) 0%,transparent 70%);border-radius:50%;width:420px;height:420px;position:absolute;top:-120px;right:-120px}.clubAuthPage-module__VALnlW__brand-top{z-index:1;flex-direction:column;gap:2rem;display:flex;position:relative}.clubAuthPage-module__VALnlW__brand-logo{align-items:center;gap:.85rem;text-decoration:none;display:flex}.clubAuthPage-module__VALnlW__logo-image{border-radius:50%;flex-shrink:0}.clubAuthPage-module__VALnlW__brand-logo-text{letter-spacing:.04em;color:var(--text);font-family:Bebas Neue,sans-serif;font-size:1.35rem;line-height:1.1}.clubAuthPage-module__VALnlW__brand-headline{flex-direction:column;gap:.25rem;display:flex}.clubAuthPage-module__VALnlW__brand-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--orange);font-size:.7rem;font-weight:600}.clubAuthPage-module__VALnlW__brand-title{letter-spacing:.01em;font-family:Bebas Neue,sans-serif;font-size:max(2.8rem,min(4vw,4.5rem));line-height:.92}.clubAuthPage-module__VALnlW__brand-title .clubAuthPage-module__VALnlW__accent-indigo{color:var(--indigo)}.clubAuthPage-module__VALnlW__brand-title .clubAuthPage-module__VALnlW__accent-orange{color:var(--orange)}.clubAuthPage-module__VALnlW__brand-title .clubAuthPage-module__VALnlW__accent-cyan{color:var(--cyan)}.clubAuthPage-module__VALnlW__brand-sub{color:var(--muted);max-width:340px;margin-top:.5rem;font-size:.9rem;line-height:1.7}.clubAuthPage-module__VALnlW__brand-stats{z-index:1;background:var(--border-subtle);border:.5px solid var(--border);border-radius:6px;grid-template-columns:1fr 1fr;gap:1px;margin-top:auto;display:grid;position:relative;overflow:hidden}.clubAuthPage-module__VALnlW__brand-stat{background:var(--surface);flex-direction:column;gap:.2rem;padding:1.1rem 1.25rem;display:flex}.clubAuthPage-module__VALnlW__brand-stat-value{color:var(--cyan);font-family:Bebas Neue,sans-serif;font-size:2rem;line-height:1}.clubAuthPage-module__VALnlW__brand-stat-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.68rem;font-weight:500}.clubAuthPage-module__VALnlW__brand-bottom{z-index:1;border-top:.5px solid var(--border-subtle);align-items:center;gap:.75rem;margin-top:2.5rem;padding-top:2rem;display:flex;position:relative}.clubAuthPage-module__VALnlW__brand-bottom-dot{background:var(--orange);border-radius:50%;flex-shrink:0;width:7px;height:7px}.clubAuthPage-module__VALnlW__brand-bottom-text{color:var(--muted);letter-spacing:.04em;font-size:.78rem}.clubAuthPage-module__VALnlW__brand-bottom-text span{color:var(--cyan)}.clubAuthPage-module__VALnlW__panel-form{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:3rem 2rem;display:flex}.clubAuthPage-module__VALnlW__form-container{flex-direction:column;gap:2rem;width:100%;max-width:400px;display:flex}.clubAuthPage-module__VALnlW__form-toolbar{justify-content:flex-end;margin-bottom:1rem;display:flex}.clubAuthPage-module__VALnlW__language-select{color:var(--muted,#7a7a99);border:.5px solid var(--border,rgba(73,69,177,.3));letter-spacing:.08em;cursor:pointer;background:0 0;border-radius:4px;outline:none;padding:.42rem .65rem;font-size:.78rem;font-weight:600;transition:border-color .2s,color .2s}.clubAuthPage-module__VALnlW__language-select:hover{color:var(--text,#f0f0f5);border-color:var(--cyan,#01f4df)}.clubAuthPage-module__VALnlW__language-select option{background:var(--surface,#10101a);color:var(--text,#f0f0f5)}.clubAuthPage-module__VALnlW__form-header{flex-direction:column;gap:.4rem;display:flex}.clubAuthPage-module__VALnlW__form-title{letter-spacing:.03em;color:var(--text);font-family:Bebas Neue,sans-serif;font-size:2.2rem;line-height:1}.clubAuthPage-module__VALnlW__form-subtitle{color:var(--muted);font-size:.88rem;line-height:1.5}.clubAuthPage-module__VALnlW__form-error{background:var(--error-bg);border:.5px solid rgba(240,64,64,.3);border-left:3px solid var(--error);color:var(--error);border-radius:0 4px 4px 0;align-items:flex-start;gap:.65rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.5;display:flex}.clubAuthPage-module__VALnlW__form-error-icon{flex-shrink:0;margin-top:1px}.clubAuthPage-module__VALnlW__form-body{flex-direction:column;gap:1.25rem;display:flex}.clubAuthPage-module__VALnlW__field{flex-direction:column;gap:.45rem;display:flex}.clubAuthPage-module__VALnlW__field-label{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:600}.clubAuthPage-module__VALnlW__field-input-wrap{align-items:center;display:flex;position:relative}.clubAuthPage-module__VALnlW__field-input{background:var(--surface);border:.5px solid var(--border);width:100%;color:var(--text);border-radius:4px;outline:none;padding:.75rem 2.8rem .75rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .2s,background .2s}.clubAuthPage-module__VALnlW__field-input::placeholder{color:var(--muted);opacity:.6}.clubAuthPage-module__VALnlW__field-input:focus{border-color:var(--indigo);background:var(--surface2)}.clubAuthPage-module__VALnlW__field-input.clubAuthPage-module__VALnlW__has-error,.clubAuthPage-module__VALnlW__field-input.clubAuthPage-module__VALnlW__has-error:focus{border-color:var(--error)}.clubAuthPage-module__VALnlW__form-success{border:.5px solid rgba(1,244,223,.3);border-left:3px solid var(--cyan);color:var(--cyan);background:rgba(1,244,223,.08);border-radius:0 4px 4px 0;align-items:flex-start;gap:.65rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.5;display:flex}.clubAuthPage-module__VALnlW__form-alert-icon{flex-shrink:0;margin-top:1px}.clubAuthPage-module__VALnlW__field-toggle{cursor:pointer;color:var(--muted);background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;transition:color .2s;display:flex;position:absolute;right:.75rem}.clubAuthPage-module__VALnlW__field-toggle:hover{color:var(--text)}.clubAuthPage-module__VALnlW__field-error{color:var(--error);letter-spacing:.02em;font-size:.75rem}.clubAuthPage-module__VALnlW__field-row{justify-content:space-between;align-items:flex-end;display:flex}.clubAuthPage-module__VALnlW__forgot-link{color:var(--muted);margin-top:.1rem;font-size:.78rem;text-decoration:none;transition:color .2s}.clubAuthPage-module__VALnlW__forgot-link:hover{color:var(--cyan)}.clubAuthPage-module__VALnlW__btn-submit{background:var(--cyan);color:#07070f;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.25rem;padding:.9rem 1.8rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:opacity .2s;display:flex}.clubAuthPage-module__VALnlW__btn-submit:hover:not(:disabled){opacity:.88}.clubAuthPage-module__VALnlW__btn-submit:disabled{opacity:.45;cursor:not-allowed}.clubAuthPage-module__VALnlW__spinner{border:2px solid rgba(7,7,15,.25);border-top-color:#07070f;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.65s linear infinite clubAuthPage-module__VALnlW__spin}@keyframes clubAuthPage-module__VALnlW__spin{to{transform:rotate(360deg)}}.clubAuthPage-module__VALnlW__divider{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:1rem;font-size:.72rem;display:flex}.clubAuthPage-module__VALnlW__divider:before,.clubAuthPage-module__VALnlW__divider:after{content:"";background:var(--border);flex:1;height:.5px}.clubAuthPage-module__VALnlW__form-footer{text-align:center;color:var(--muted);font-size:.85rem}.clubAuthPage-module__VALnlW__form-footer a{color:var(--cyan);font-weight:500;text-decoration:none;transition:opacity .2s}.clubAuthPage-module__VALnlW__form-footer a:hover{opacity:.8}.clubAuthPage-module__VALnlW__back-link{color:var(--muted);letter-spacing:.04em;align-self:center;align-items:center;gap:.4rem;margin-top:.5rem;font-size:.78rem;text-decoration:none;transition:color .2s;display:inline-flex}.clubAuthPage-module__VALnlW__back-link:hover{color:var(--text)}.clubAuthPage-module__VALnlW__form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.clubAuthPage-module__VALnlW__checkbox-field{flex-direction:column;gap:.45rem;display:flex}.clubAuthPage-module__VALnlW__checkbox-row{color:var(--muted);cursor:pointer;align-items:flex-start;gap:.65rem;font-size:.82rem;line-height:1.5;display:flex}.clubAuthPage-module__VALnlW__checkbox-input{accent-color:var(--cyan);cursor:pointer;margin-top:.2rem}.clubAuthPage-module__VALnlW__required-mark{color:var(--error);margin-left:.15rem}.clubAuthPage-module__VALnlW__checkbox-label{cursor:pointer}.clubAuthPage-module__VALnlW__terms-link{color:var(--cyan);font-weight:500;text-decoration:none;transition:opacity .2s}.clubAuthPage-module__VALnlW__terms-link:hover{opacity:.8}@media (max-width:520px){.clubAuthPage-module__VALnlW__form-grid{grid-template-columns:1fr}}@media (max-width:820px){.clubAuthPage-module__VALnlW__page{grid-template-columns:1fr}.clubAuthPage-module__VALnlW__panel-brand{min-height:unset;border-right:none;border-bottom:.5px solid var(--border);padding:2rem 1.5rem}.clubAuthPage-module__VALnlW__brand-stats{display:none}.clubAuthPage-module__VALnlW__brand-bottom{margin-top:1.5rem;padding-top:1.5rem}.clubAuthPage-module__VALnlW__brand-title{font-size:2.8rem}.clubAuthPage-module__VALnlW__panel-form{min-height:unset;justify-content:flex-start;padding:2.5rem 1.5rem 3rem}.clubAuthPage-module__VALnlW__form-container{max-width:100%}}
