/* =====================================================
   PROMOCANVAS AUTH CSS
   File: /assets/css/promocanvas-auth.css
   Version: PROMOCANVAS_AUTH_CSS_DROPDOWN_V2
===================================================== */

:root {
    --pc-bg: #070713;
    --pc-card: rgba(255, 255, 255, 0.08);
    --pc-card-border: rgba(255, 255, 255, 0.14);
    --pc-text: #ffffff;
    --pc-muted: rgba(255, 255, 255, 0.68);
    --pc-muted-2: rgba(255, 255, 255, 0.48);
    --pc-primary: #7c3aed;
    --pc-primary-2: #06b6d4;
    --pc-danger: #fb7185;
    --pc-input: rgba(255, 255, 255, 0.10);
    --pc-shadow: 0 30px 100px rgba(0, 0, 0, 0.32);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body.pc-auth-page {
    margin: 0;
    min-height: 100vh;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--pc-text);
    background:
        radial-gradient(circle at 15% 15%, rgba(124, 58, 237, 0.42), transparent 32%),
        radial-gradient(circle at 85% 25%, rgba(6, 182, 212, 0.34), transparent 34%),
        radial-gradient(circle at 50% 95%, rgba(236, 72, 153, 0.22), transparent 36%),
        var(--pc-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
}

.pc-auth-shell {
    width: min(1080px, 100%);
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: stretch;
}

.pc-auth-hero,
.pc-auth-card {
    border: 1px solid var(--pc-card-border);
    background: var(--pc-card);
    backdrop-filter: blur(26px);
    box-shadow: var(--pc-shadow);
    border-radius: 32px;
}

.pc-auth-hero {
    padding: 44px;
    position: relative;
    overflow: hidden;
}

.pc-auth-hero:after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    bottom: -120px;
    background: linear-gradient(135deg, rgba(124, 58, 237, .55), rgba(6, 182, 212, .45));
    filter: blur(8px);
    border-radius: 50%;
    opacity: .8;
}

.pc-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: -0.03em;
    font-size: 20px;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.pc-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--pc-primary), var(--pc-primary-2));
    display: grid;
    place-items: center;
    box-shadow: 0 16px 40px rgba(124, 58, 237, .35);
}

.pc-brand-copy {
    display: grid;
    gap: 1px;
}

.pc-brand-title {
    line-height: 1.1;
}

.pc-brand-subtitle {
    color: var(--pc-muted-2);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0;
}

.pc-auth-hero h1 {
    margin: 0 0 18px;
    max-width: 640px;
    font-size: clamp(38px, 5vw, 72px);
    line-height: .92;
    letter-spacing: -0.075em;
    position: relative;
    z-index: 2;
}

.pc-auth-hero p {
    max-width: 560px;
    color: var(--pc-muted);
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
    position: relative;
    z-index: 2;
}

.pc-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
    position: relative;
    z-index: 2;
}

.pc-pill {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
}

.pc-auth-card {
    padding: 34px;
}

.pc-auth-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.pc-auth-card h2 {
    margin: 0 0 8px;
    font-size: 30px;
    letter-spacing: -0.04em;
}

.pc-card-subtitle {
    margin: 0;
    color: var(--pc-muted);
    line-height: 1.5;
}

.pc-lang-dropdown {
    min-width: 178px;
    margin: 0;
}

.pc-lang-label {
    display: block;
    margin: 0 0 7px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pc-lang-select-wrap {
    position: relative;
}

.pc-lang-select {
    width: 100%;
    height: 46px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    color: rgba(255, 255, 255, 0.92);
    padding: 0 42px 0 17px;
    font-size: 13px;
    font-weight: 850;
    outline: none;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 14px 34px rgba(0, 0, 0, 0.18);
    transition:
        border-color .18s ease,
        background .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
}

.pc-lang-select:hover {
    border-color: rgba(165, 243, 252, 0.42);
    background:
        linear-gradient(135deg, rgba(165, 243, 252, 0.16), rgba(255, 255, 255, 0.07));
}

.pc-lang-select:focus {
    border-color: rgba(165, 243, 252, 0.74);
    box-shadow:
        0 0 0 4px rgba(6, 182, 212, 0.12),
        0 14px 34px rgba(0, 0, 0, 0.18);
}

.pc-lang-select option {
    background: #111827;
    color: #ffffff;
}

.pc-lang-chevron {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-58%);
    color: rgba(165, 243, 252, 0.95);
    font-size: 18px;
    font-weight: 900;
    pointer-events: none;
}

.pc-alert {
    margin-bottom: 18px;
    border-radius: 18px;
    padding: 13px 15px;
    background: rgba(251, 113, 133, .12);
    border: 1px solid rgba(251, 113, 133, .28);
    color: #fecdd3;
    font-size: 14px;
}

.pc-field {
    margin-bottom: 18px;
}

.pc-field label {
    display: block;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 650;
}

.pc-field input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .12);
    background: var(--pc-input);
    color: #fff;
    outline: none;
    border-radius: 17px;
    padding: 15px 16px;
    font-size: 16px;
    transition: border .18s ease, box-shadow .18s ease, background .18s ease;
}

.pc-field input::placeholder {
    color: rgba(255, 255, 255, 0.34);
}

.pc-field input:focus {
    border-color: rgba(6, 182, 212, .72);
    box-shadow: 0 0 0 4px rgba(6, 182, 212, .12);
    background: rgba(255, 255, 255, .14);
}

.pc-btn {
    width: 100%;
    border: 0;
    cursor: pointer;
    border-radius: 18px;
    padding: 15px 18px;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--pc-primary), var(--pc-primary-2));
    box-shadow: 0 18px 42px rgba(124, 58, 237, .34);
    transition: transform .18s ease, box-shadow .18s ease;
}

.pc-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 54px rgba(124, 58, 237, .44);
}

.pc-switch {
    margin-top: 22px;
    text-align: center;
    color: var(--pc-muted);
    font-size: 14px;
}

.pc-switch a {
    color: #a5f3fc;
    text-decoration: none;
    font-weight: 750;
}

.pc-switch a:hover {
    text-decoration: underline;
}

.pc-auth-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 22px 0 16px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 13px;
    font-weight: 700;
}

.pc-auth-divider:before,
.pc-auth-divider:after {
    content: "";
    height: 1px;
    flex: 1;
    background: rgba(255, 255, 255, 0.12);
}

.pc-social-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.pc-social-btn {
    min-height: 74px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.075);
    color: rgba(255, 255, 255, 0.86);
    display: grid;
    place-items: center;
    gap: 3px;
    padding: 10px 8px;
    font-weight: 800;
    cursor: pointer;
}

.pc-social-btn small {
    color: rgba(255, 255, 255, 0.42);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.pc-social-icon {
    width: 22px;
    height: 22px;
    display: block;
}

.pc-social-disabled {
    opacity: 0.72;
    cursor: not-allowed;
}

.pc-social-disabled:hover {
    background: rgba(255, 255, 255, 0.075);
}

@media (max-width: 860px) {
    body.pc-auth-page {
        padding: 18px;
        align-items: flex-start;
    }

    .pc-auth-shell {
        grid-template-columns: 1fr;
    }

    .pc-auth-hero {
        padding: 30px;
    }

    .pc-brand {
        margin-bottom: 40px;
    }

    .pc-auth-card {
        padding: 26px;
    }
}

@media (max-width: 560px) {
    .pc-auth-card-top {
        display: grid;
        gap: 16px;
    }

    .pc-lang-dropdown {
        width: 100%;
    }

    .pc-social-grid {
        grid-template-columns: 1fr;
    }

    .pc-auth-hero h1 {
        font-size: 42px;
    }
}
/* =====================================================
   PROMOCANVAS AUTH - PASSWORD RESET + GOOGLE
   Version: PROMOCANVAS_AUTH_CSS_RESET_GOOGLE_V1
===================================================== */

.pc-alert-success,
.pc-alert.pc-alert-success {
    background: rgba(16, 185, 129, .14);
    border-color: rgba(110, 231, 183, .32);
    color: #bbf7d0;
}

.pc-alert-danger,
.pc-alert.pc-alert-danger {
    background: rgba(251, 113, 133, .12);
    border-color: rgba(251, 113, 133, .28);
    color: #fecdd3;
}

.pc-field-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 8px;
}

.pc-field-label-row label {
    margin: 0;
}

.pc-field-label-row a {
    color: #a5f3fc;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.pc-field-label-row a:hover {
    text-decoration: underline;
}

.pc-social-btn {
    text-decoration: none;
}

.pc-social-active {
    cursor: pointer;
    opacity: 1;
    background:
        linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.08));
    border-color: rgba(255,255,255,.20);
    box-shadow: 0 16px 38px rgba(0,0,0,.18);
    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease,
        box-shadow .18s ease;
}

.pc-social-active:hover {
    color: #ffffff;
    transform: translateY(-1px);
    border-color: rgba(165, 243, 252, .44);
    background:
        linear-gradient(135deg, rgba(165,243,252,.18), rgba(255,255,255,.10));
    box-shadow: 0 22px 54px rgba(6,182,212,.18);
}

.pc-social-active small {
    color: rgba(165, 243, 252, .78);
}
/* =====================================================
   PROMOCANVAS AUTH - GOOGLE BUTTON
   Version: PROMOCANVAS_AUTH_GOOGLE_BUTTON_V1
===================================================== */

.pc-social-auth {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.pc-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 20px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06)),
    rgba(255,255,255,0.06);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 42px rgba(0,0,0,0.16);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.pc-social-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  border-color: rgba(125,211,252,0.38);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.08)),
    rgba(255,255,255,0.08);
  box-shadow: 0 24px 60px rgba(0,0,0,0.24);
}

.pc-google-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-weight: 950;
  font-size: 17px;
  box-shadow: inset 0 0 0 1px rgba(15,23,42,0.08);
}

.pc-auth-divider {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 18px 0;
  color: rgba(226,232,240,0.58);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.pc-auth-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(255,255,255,0.10);
}

.pc-auth-divider span {
  position: relative;
  z-index: 1;
  padding: 0 12px;
  background: rgba(15,23,42,0.92);
}