/* ============ Custom Auth Pages — Login / Register / Forgot ============ */
.vc-auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:radial-gradient(900px 600px at 60% -10%,rgba(245,166,35,.10),transparent 60%),var(--ink);}
.vc-auth-wrap{width:100%;max-width:440px;display:flex;flex-direction:column;align-items:center;gap:28px;}
.vc-auth-logo{text-decoration:none;display:block;}
.vc-auth-logo img{height:44px;width:auto;}

.vc-auth-card{width:100%;background:linear-gradient(135deg,var(--ink-3),var(--ink-2));border:1px solid var(--line);border-radius:var(--radius-lg);padding:36px;box-shadow:0 30px 80px -20px rgba(0,0,0,.6);}

/* Tabs */
.vc-auth-tabs{display:flex;gap:0;margin-bottom:28px;border-bottom:1px solid var(--line);}
.vc-auth-tab{flex:1;text-align:center;padding:12px;color:var(--muted);font-weight:600;font-size:15px;text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s;}
.vc-auth-tab.is-active{color:var(--amber);border-bottom-color:var(--amber);}
.vc-auth-tab:hover{color:var(--white);}

/* Headings */
.vc-auth-title{font-size:24px;margin:0 0 6px;letter-spacing:-.015em;}
.vc-auth-sub{color:var(--muted);font-size:14.5px;margin:0 0 24px;line-height:1.5;}

/* Fields */
.vc-auth-form{display:flex;flex-direction:column;gap:16px;}
.vc-auth-field{display:flex;flex-direction:column;gap:7px;}
.vc-auth-field label{font-size:13.5px;font-weight:600;color:var(--white);display:flex;justify-content:space-between;align-items:center;}
.vc-auth-field input,
.vc-auth-field select,
.vc-auth-field textarea{padding:13px 16px;border:1.5px solid rgba(255,255,255,.14);border-radius:11px;background:rgba(0,0,0,.25);color:var(--white);font-family:var(--body);font-size:15px;transition:border-color .2s,box-shadow .2s;width:100%;box-sizing:border-box;}
.vc-auth-field input,
.vc-auth-field input:focus{background-color:rgba(0,0,0,.25);color:var(--white);}
.vc-auth-field input:focus,
.vc-auth-field select:focus,
.vc-auth-field textarea:focus{outline:none;border-color:var(--amber);box-shadow:0 0 0 3px rgba(245,166,35,.18);}
.vc-auth-field input::placeholder,
.vc-auth-field textarea::placeholder{color:var(--muted-2);}
.vc-auth-field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23f5a623' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:42px;}
.vc-auth-field select option{background:#14161a;color:var(--white);}
.vc-auth-field textarea{resize:vertical;min-height:84px;}
.vc-auth-field input[type=file]{padding:10px 12px;font-size:13.5px;cursor:pointer;}
.vc-auth-field input[type=file]::file-selector-button{margin-right:12px;padding:8px 14px;border:0;border-radius:8px;background:var(--amber-soft);color:var(--amber);font-family:var(--body);font-weight:600;cursor:pointer;}
.vc-auth-opt{font-weight:400;color:var(--muted-2);font-size:12px;}
.vc-pf-current{font-size:13px;color:var(--muted);margin:0;}
.vc-pf-current a{color:var(--amber);}
.vc-pf-missing{color:#e6a23c;}
/* Keep dark on browser autofill (Chrome/Safari force a white bg otherwise) */
.vc-auth-field input:-webkit-autofill,
.vc-auth-field input:-webkit-autofill:hover,
.vc-auth-field input:-webkit-autofill:focus,
.vc-auth-field input:-webkit-autofill:active{
  -webkit-text-fill-color:var(--white);
  caret-color:var(--white);
  -webkit-box-shadow:0 0 0 1000px #14161a inset;
  box-shadow:0 0 0 1000px #14161a inset;
  transition:background-color 9999s ease-in-out 0s;
}

.vc-auth-check{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:var(--muted);}
.vc-auth-check input[type=checkbox]{width:18px;height:18px;accent-color:var(--amber);flex:0 0 18px;}

.vc-auth-link-inline{color:var(--amber);text-decoration:none;font-size:13px;font-weight:600;}
.vc-auth-link-inline:hover{color:var(--amber-2);}

.vc-auth-fine{font-size:12.5px;color:var(--muted-2);line-height:1.6;margin:0;}
.vc-auth-fine a{color:var(--amber);}

.vc-auth-submit{width:100%;justify-content:center;margin-top:4px;}

.vc-auth-switch{text-align:center;color:var(--muted);font-size:14px;margin:20px 0 0;}
.vc-auth-switch a{color:var(--amber);font-weight:600;text-decoration:none;}

/* Notices */
.vc-auth-error{background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.3);color:#fca5a5;border-radius:10px;padding:12px 16px;font-size:14px;margin-bottom:20px;}
.vc-auth-error a{color:#fca5a5;text-decoration:underline;}
.vc-auth-success{background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.3);color:#86efac;border-radius:10px;padding:14px 18px;font-size:14px;}

.vc-auth-footer{color:var(--muted-2);font-size:13px;text-align:center;}
.vc-auth-footer a{color:var(--muted);text-decoration:none;}
.vc-auth-footer a:hover{color:var(--amber);}
