/* Digital Dynamo Solutions generated CSS bundle. Do not edit directly; edit source files and rebuild. */

/* === Source: assets/css/dds-auth.css === */
:root {
  --dds-auth-bg: #06120e;
  --dds-auth-bg-2: #0b241b;
  --dds-auth-card: #ffffff;
  --dds-auth-text: #06120e;
  --dds-auth-muted: #60706a;
  --dds-auth-border: rgba(6, 18, 14, 0.14);
  --dds-auth-primary: #0fd184;
  --dds-auth-primary-dark: #07875e;
  --dds-auth-accent: #cfff4f;
  --dds-auth-success-bg: #eafff4;
  --dds-auth-success-border: rgba(15, 209, 132, 0.35);
  --dds-auth-success-text: #075d3f;
  --dds-auth-error-bg: #fff4e5;
  --dds-auth-error-border: rgba(210, 122, 0, 0.3);
  --dds-auth-error-text: #7b4300;
  --dds-auth-shadow: 0 32px 80px rgba(6, 18, 14, 0.18), 0 8px 24px rgba(6, 18, 14, 0.08);
}

html { min-height: 100%; }

body.dds-auth-body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 16% 12%, rgba(207, 255, 79, 0.24), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(15, 209, 132, 0.22), transparent 30rem),
    linear-gradient(135deg, var(--dds-auth-bg) 0%, var(--dds-auth-bg-2) 58%, #030705 100%);
  color: var(--dds-auth-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.dds-auth-body *,
.dds-auth-body *::before,
.dds-auth-body *::after { box-sizing: border-box; }

.dds-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #06120e;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 0.18s ease;
}

.dds-skip-link:focus { transform: translateY(0); }

.dds-auth-shell {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
}

.dds-auth-brand-panel {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: clamp(36px, 6vw, 86px);
  color: #fff;
  overflow: hidden;
}

.dds-auth-brand-panel::before {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(207, 255, 79, 0.16);
  border-radius: 34px;
  pointer-events: none;
}

.dds-auth-brand-panel::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -140px;
  width: 390px;
  height: 390px;
  border-radius: 999px;
  background: rgba(207, 255, 79, 0.14);
  filter: blur(12px);
}

.dds-auth-brand-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
}

.dds-auth-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(38px, 7vh, 82px);
  color: #fff;
  text-decoration: none;
}

.dds-auth-brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--dds-auth-primary), var(--dds-auth-accent));
  color: #06120e;
  font-size: 0.82rem;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(15, 209, 132, 0.22);
}

.dds-auth-brand-link > span:last-child { display: grid; gap: 1px; }
.dds-auth-brand-link strong { font-size: 1.02rem; letter-spacing: -0.03em; }
.dds-auth-brand-link small { color: rgba(255,255,255,0.62); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }

.dds-auth-kicker,
.dds-auth-eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dds-auth-kicker { color: var(--dds-auth-accent); }
.dds-auth-eyebrow { color: var(--dds-auth-primary-dark); }

.dds-auth-brand-content h1 {
  margin: 0;
  max-width: 720px;
  color: #fff;
  font-size: clamp(2.55rem, 5.4vw, 5.35rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
  font-weight: 900;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.dds-auth-lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.72;
}

.dds-auth-benefits {
  display: grid;
  gap: 14px;
  max-width: 650px;
  margin-top: 38px;
}

.dds-auth-benefit {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 17px;
  border: 1px solid rgba(207, 255, 79, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.08);
}

.dds-auth-benefit > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--dds-auth-primary), var(--dds-auth-accent));
  color: #06120e;
  font-size: 0.76rem;
  font-weight: 900;
}

.dds-auth-benefit strong { display: block; color: #fff; font-size: 0.98rem; font-weight: 900; }
.dds-auth-benefit p { margin: 5px 0 0; color: rgba(255,255,255,0.67); font-size: 0.91rem; line-height: 1.5; }

.dds-auth-form-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 100vh;
  padding: clamp(24px, 5vw, 72px);
  background:
    radial-gradient(circle at 50% 0%, rgba(207, 255, 79, 0.2), transparent 22rem),
    linear-gradient(180deg, #fff 0%, #f7fbf8 100%);
  scroll-margin-top: 20px;
}

.dds-auth-card {
  width: 100%;
  max-width: 510px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--dds-auth-border);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--dds-auth-shadow);
}

.dds-auth-card-header { margin-bottom: 25px; }
.dds-auth-card-header h2 { margin: 0; color: var(--dds-auth-text); font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1; letter-spacing: -0.05em; font-weight: 900; text-wrap: balance; overflow-wrap: anywhere; }
.dds-auth-card-header p:not(.dds-auth-eyebrow) { margin: 12px 0 0; color: var(--dds-auth-muted); line-height: 1.62; }

.dds-oauth-grid { display: grid; gap: 11px; margin-bottom: 22px; }

.dds-oauth-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid var(--dds-auth-border);
  border-radius: 16px;
  background: #fff;
  color: var(--dds-auth-text);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(6, 18, 14, 0.045);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.dds-oauth-button:hover,
.dds-oauth-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(15, 209, 132, 0.52);
  background: #fbfffc;
  box-shadow: 0 16px 34px rgba(6, 18, 14, 0.09);
  outline: none;
}

.dds-oauth-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  border-radius: 10px;
  background: #f3fbf6;
  color: var(--dds-auth-text);
  font-size: 0.82rem;
  font-weight: 900;
}

.dds-oauth-google .dds-oauth-icon { color: #b3261e; background: #fff; border: 1px solid rgba(6,18,14,0.12); }
.dds-oauth-facebook .dds-oauth-icon { color: #1877f2; }
.dds-oauth-microsoft .dds-oauth-icon { color: #0067b8; }
.dds-oauth-github .dds-oauth-icon { color: #111827; }
.dds-oauth-linkedin .dds-oauth-icon { color: #0a66c2; }

.dds-login-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0;
  color: var(--dds-auth-muted);
  font-size: 0.86rem;
  font-weight: 800;
}
.dds-login-divider::before,
.dds-login-divider::after { content: ""; height: 1px; flex: 1; background: var(--dds-auth-border); }

.dds-auth-form { display: grid; gap: 17px; }
.dds-field { display: grid; gap: 8px; }
.dds-field-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.dds-field label,
.dds-field-row label { color: var(--dds-auth-text); font-size: 0.9rem; font-weight: 900; }
.dds-field-row a { color: var(--dds-auth-primary-dark); font-size: 0.86rem; font-weight: 900; text-decoration: none; }
.dds-field-row a:hover,
.dds-field-row a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }

.dds-field input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--dds-auth-border);
  border-radius: 16px;
  background: #fff;
  color: var(--dds-auth-text);
  padding: 0 16px;
  font: inherit;
  font-weight: 700;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.dds-field input::placeholder { color: #8a9691; }
.dds-field input:focus { border-color: rgba(15, 209, 132, 0.75); box-shadow: 0 0 0 4px rgba(15, 209, 132, 0.14); }

.dds-password-note { margin: -7px 0 0; color: var(--dds-auth-muted); font-size: 0.82rem; line-height: 1.45; }

.dds-auth-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--dds-auth-accent), var(--dds-auth-primary));
  color: #06120e;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(15, 209, 132, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.dds-auth-submit:hover,
.dds-auth-submit:focus-visible { transform: translateY(-1px); filter: brightness(1.02); box-shadow: 0 20px 38px rgba(15,209,132,0.3); outline: none; }

.dds-auth-switch { margin: 22px 0 0; color: var(--dds-auth-muted); text-align: center; font-size: 0.95rem; font-weight: 700; line-height: 1.55; }
.dds-auth-switch a { color: var(--dds-auth-primary-dark); font-weight: 900; text-decoration: none; }
.dds-auth-switch a:hover,
.dds-auth-switch a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }

.dds-auth-card .hub-alert {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid var(--dds-auth-error-border);
  border-radius: 16px;
  background: var(--dds-auth-error-bg);
  color: var(--dds-auth-error-text);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.5;
}
.dds-auth-card .hub-alert.success { border-color: var(--dds-auth-success-border); background: var(--dds-auth-success-bg); color: var(--dds-auth-success-text); }

.dds-auth-legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--dds-auth-border);
}
.dds-auth-legal a { color: var(--dds-auth-muted); font-size: 0.82rem; font-weight: 800; text-decoration: none; }
.dds-auth-legal a:hover,
.dds-auth-legal a:focus-visible { color: var(--dds-auth-primary-dark); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .dds-auth-shell { grid-template-columns: 1fr; }
  .dds-auth-brand-panel { min-height: auto; padding: 44px 24px; }
  .dds-auth-brand-panel::before { inset: 18px; border-radius: 28px; }
  .dds-auth-brand-link { margin-bottom: 34px; }
  .dds-auth-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; margin-top: 28px; }
  .dds-auth-benefit { grid-template-columns: 1fr; }
  .dds-auth-form-panel { min-height: auto; padding: 26px 24px 42px; }
  .dds-auth-card { max-width: 680px; }
}

@media (max-width: 720px) {
  .dds-auth-benefits { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .dds-auth-brand-panel { padding: 34px 18px; }
  .dds-auth-brand-panel::before { display: none; }
  .dds-auth-brand-content h1 { font-size: clamp(2.1rem, 12vw, 3.1rem); }
  .dds-auth-lead { font-size: 0.98rem; }
  .dds-auth-benefits { display: none; }
  .dds-auth-form-panel { padding: 18px; }
  .dds-auth-card { padding: 24px 20px; border-radius: 24px; }
  .dds-oauth-button { justify-content: flex-start; }
  .dds-field-row { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  .dds-auth-body *,
  .dds-auth-body *::before,
  .dds-auth-body *::after {
    animation-duration: 0.001ms;
    animation-iteration-count: 1;
    scroll-behavior: auto;
    transition-duration: 0.001ms;
  }
}
