/* 3OT v120 auth/login page */
.auth-page-wrap {
    width:100%;
}
.auth-card {
    max-width:960px;
    margin:0 auto;
    padding:34px 36px 38px!important;
    background:linear-gradient(180deg,#151c29 0%,#0d111a 100%)!important;
    border:1px solid rgba(91,114,147,.42)!important;
    border-radius:28px!important;
    box-shadow:0 22px 70px rgba(0,0,0,.32)!important;
}
.auth-card h1 {
    margin:0 0 24px!important;
    font-size:42px!important;
    line-height:1!important;
    font-weight:900!important;
    color:#fff!important;
}
.auth-error,
.auth-note {
    margin:0 0 18px;
    padding:12px 14px;
    border-radius:14px;
    font-weight:500;
}
.auth-error {
    color:#ffd9df;
    background:rgba(218,44,72,.14);
    border:1px solid rgba(255,91,118,.42);
}
.auth-note {
    color:#cde9ff;
    background:rgba(33,150,243,.12);
    border:1px solid rgba(64,169,255,.34);
}
.auth-form {
    display:grid;
    gap:14px;
    margin-bottom:22px;
}
.auth-form .form-row { margin:0!important; }
.auth-form input {
    min-height:58px!important;
    border-radius:18px!important;
    background:#0b111c!important;
    border:1px solid rgba(91,114,147,.56)!important;
    color:#fff!important;
    font-size:17px!important;
    padding:0 18px!important;
}
.auth-actions {
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:4px;
}
.auth-submit,
.auth-join-button {
    min-height:52px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:16px!important;
    padding:0 24px!important;
    font-size:18px!important;
    font-weight:900!important;
    line-height:1!important;
    text-decoration:none!important;
    border:1px solid rgba(255,255,255,.08)!important;
    color:#fff!important;
    cursor:pointer!important;
}
.auth-submit {
    min-width:150px!important;
    background:linear-gradient(135deg,#ff7a18,#ffad20)!important;
    color:#101522!important;
    box-shadow:0 12px 32px rgba(255,133,24,.22)!important;
}
.auth-submit:hover,
.auth-join-button:hover,
.social-login-button:hover {
    transform:translateY(-1px);
}
.auth-divider {
    height:1px;
    margin:26px 0;
    background:rgba(148,163,184,.20);
}
.auth-social h2,
.auth-join h2 {
    margin:0 0 10px!important;
    color:#eef4ff!important;
    font-size:20px!important;
    line-height:1.15!important;
}
.auth-social p,
.auth-join p,
.auth-test-note {
    margin:0!important;
    color:#aab6c8!important;
    font-size:16px!important;
    line-height:1.45!important;
}
.auth-social-buttons {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:16px;
}
.social-login-button {
    min-height:52px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    padding:6px 14px!important;
    border-radius:16px!important;
    background:#FFF!important;
    border:1px solid rgba(91,114,147,.55)!important;
    color:#555!important;
    font-size:15px!important;
    font-weight:900!important;
    text-decoration:none!important;
    transition:transform .12s ease,border-color .12s ease,background .12s ease!important;
}
.social-login-button span {
    width:24px;
    height:24px;
    display:inline-grid;
    place-items:center;
    border-radius:999px;
    font-size:13px;
    font-weight:500;
    line-height:1;
}
.social-login-button.google span { width:40px;height:40px;background:#fff; color:#111827;background-image: url("/assets/img/icons/googleicon.png");background-size:40px 40px; }
.social-login-button.facebook span { background:#1877f2; color:white; }
.social-login-button.x span { background:#050505; color:white; border:1px solid rgba(255,255,255,.2); }
.social-login-button:hover {
   opacity:0.8;
    border-color:rgba(255,145,31,.7)!important;
}
.auth-join {
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:18px;
    margin-top:4px;
}
.auth-join-button {
    min-width:190px!important;
    background:#1b2638!important;
    color:#fff!important;
    border-color:rgba(255,145,31,.48)!important;
    box-shadow:none!important;
}
.auth-test-note {
    margin-top:22px!important;
}
.auth-test-note b { color:#e8f0ff; }
@media(max-width:1100px){
    body.auth-page #layoutwrap{display:block!important;padding:18px!important;}
    body.auth-page #leftcolumn,body.auth-page #rightcolumn{display:none!important;}
}
@media(max-width:720px){
    .auth-card{padding:24px 18px 28px!important;border-radius:22px!important;}
    .auth-card h1{font-size:36px!important;}
    .auth-social-buttons{grid-template-columns:1fr;}
    .auth-join{grid-template-columns:1fr;}
    .auth-join-button{width:100%;}
    .auth-submit{width:100%;}
}

/* 3OT v125 email signup + verification */
.auth-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:22px!important;}
.auth-hero p{margin:0!important;color:#aab6c8!important;font-size:17px!important;line-height:1.45!important;max-width:680px;}
.auth-eyebrow{margin:0 0 10px!important;color:#ff9b24!important;font-size:13px!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:.08em!important;}
.auth-success{margin:0 0 18px;padding:12px 14px;border-radius:14px;font-weight:900;color:#c7ffef;background:rgba(34,211,170,.12);border:1px solid rgba(34,211,170,.38);}
.auth-form label{display:grid!important;gap:8px!important;margin:0!important;color:#c8d4e7!important;font-weight:900!important;font-size:14px!important;}
.auth-form label span{display:block!important;}
.auth-grid-two{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
.auth-check{display:flex!important;grid-template-columns:none!important;align-items:flex-start!important;gap:10px!important;margin:4px 0 0!important;color:#aab6c8!important;font-size:14px!important;font-weight:500!important;line-height:1.35!important;}
.auth-check input{width:18px!important;height:18px!important;min-height:18px!important;margin:1px 0 0!important;padding:0!important;accent-color:#ff8f1c!important;}
.auth-check span{display:inline!important;}
.auth-bottom-link{margin:0!important;color:#aab6c8!important;font-size:16px!important;font-weight:500!important;}
.auth-bottom-link a,.auth-error a{color:#ff9b24!important;font-weight:500!important;text-decoration:none!important;}
.auth-social-buttons-single{grid-template-columns:minmax(0,360px)!important;}
.auth-register-card .auth-submit{min-width:190px!important;}
.auth-verify-card .auth-actions{margin-top:18px!important;}
@media(max-width:720px){.auth-grid-two{grid-template-columns:1fr!important}.auth-hero{display:block}.auth-social-buttons-single{grid-template-columns:1fr!important}}

/* v220 standard login button */
.auth-page .auth-submit{
  background:#111827!important;
  color:#eef3ff!important;
  border:1px solid #ff7a1a!important;
  box-shadow:none!important;
  font-weight:500!important;
}
.auth-page .auth-submit:hover{
  background:#172233!important;
  color:#fff!important;
  box-shadow:0 0 0 1px rgba(255,122,26,.25), 0 10px 28px rgba(0,0,0,.25)!important;
}
