﻿@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@600;700&display=swap');

:root{
  --site-bg:#0c111a;
  --site-bg-2:#0b0f18;
  --site-surface:#111827;
  --site-surface-2:#161f2f;
  --site-surface-3:#1b273b;
  --site-border:rgba(255,255,255,.08);
  --site-text:#eef2ff;
  --site-muted:rgba(238,242,255,.65);
  --site-accent:#f4c85d;
  --site-accent-2:#5bd6b3;
  --site-danger:#ff7b7b;
  --site-shadow:0 24px 60px rgba(5,10,18,.45);
  --site-radius:20px;
}

body{
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

#particles-js{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
}

.auth-shell{
  position:relative;
  z-index:1;
  padding:90px 0 70px;
  min-height:calc(100vh - 180px);
}
.auth-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);
  gap:32px;
  align-items:stretch;
}
.auth-card{
  background:linear-gradient(180deg,var(--site-surface),var(--site-surface-2));
  border:1px solid var(--site-border);
  border-radius:var(--site-radius);
  padding:36px;
  box-shadow:var(--site-shadow);
}
.auth-card h1,
.auth-card h2,
.auth-card .title{
  font-family:'Space Grotesk','Montserrat',sans-serif;
  font-weight:700;
  letter-spacing:.3px;
}
.auth-card .lead{
  color:var(--site-muted);
}
.auth-field{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:18px;
}
.auth-field label{
  font-size:.9rem;
  color:var(--site-muted);
}
.auth-field input{
  background:var(--site-bg-2);
  border:1px solid var(--site-border);
  border-radius:14px;
  padding:14px 16px;
  color:var(--site-text);
  outline:none;
}
.auth-field input:focus{
  border-color:rgba(244,200,93,.6);
  box-shadow:0 0 0 4px rgba(244,200,93,.12);
}
.auth-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
  margin-top:16px;
}
.auth-actions .button{
  font-size:16px;
  height:auto;
  padding:14px 26px;
  border-radius:14px;
}
.auth-meta{
  font-size:.9rem;
  color:var(--site-muted);
}
.auth-hero{
  padding:32px;
  border-radius:var(--site-radius);
  background:
    radial-gradient(220px 220px at 15% 20%, rgba(91,214,179,.2), transparent 70%),
    radial-gradient(240px 240px at 90% 10%, rgba(244,200,93,.18), transparent 70%),
    linear-gradient(160deg,var(--site-surface-3),var(--site-surface));
  border:1px solid var(--site-border);
  box-shadow:var(--site-shadow);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  color:var(--site-text);
}
.auth-hero h3{
  font-family:'Space Grotesk','Montserrat',sans-serif;
  font-weight:700;
  margin-bottom:12px;
}
.auth-hero ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.auth-hero li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:var(--site-muted);
}
.auth-hero li i{
  color:var(--site-accent);
}
.auth-hero .hero-footer{
  margin-top:22px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.auth-hero .hero-chip{
  padding:8px 14px;
  border-radius:999px;
  border:1px solid var(--site-border);
  background:rgba(255,255,255,.04);
  color:var(--site-muted);
  font-size:.85rem;
}

.quick-links{
  margin-top:30px;
  padding:22px;
  border-radius:18px;
  border:1px solid var(--site-border);
  background:linear-gradient(180deg,rgba(17,24,39,.9),rgba(14,19,31,.95));
  box-shadow:0 18px 40px rgba(5,10,20,.35);
}
.quick-links h5{
  font-family:'Space Grotesk','Montserrat',sans-serif;
  font-weight:700;
  margin-bottom:14px;
}
.quick-links .quick-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.quick-links .quick-actions a{
  padding:10px 16px;
  border-radius:999px;
  border:1px solid var(--site-border);
  background:rgba(255,255,255,.03);
  color:var(--site-text);
  font-weight:600;
}
.quick-links .quick-actions a:hover{
  border-color:rgba(244,200,93,.6);
  background:rgba(244,200,93,.08);
}

.list-group-item{
  word-break:break-word;
}

@media (max-width: 992px){
  .auth-grid{ grid-template-columns:1fr; }
  .auth-hero{ order:-1; }
  .auth-shell{ padding-top:84px; }
}

@media (max-width: 768px){
  .auth-shell{ padding:72px 0 60px; }
  .auth-card{ padding:28px; }
  .auth-actions{ flex-direction:column; align-items:stretch; }
  .auth-actions .button{ width:100%; }
  .quick-links{ margin-top:20px; }
}

@media (max-width: 480px){
  .auth-card{ padding:22px; }
}

/* Legacy profile auth pages responsiveness */
.krp__zUpKLC6X9X{
  position:relative;
  z-index:1;
}
.krp__OccCB1651G{
  max-width:100%;
  height:auto;
}
@media (max-width: 992px){
  .krp__OccCB1651G{
    position:relative !important;
    top:0 !important;
    width:100% !important;
  }
}
