/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme, components, utilities;
@layer utilities;
:root {
  --va-bg: #FFFFFF;
  --va-surface: #F8F9FC;
  --va-surface-2: #F0F2F8;
  --va-surface-3: #E8EBF4;
  --va-border: rgba(0, 0, 0, 0.08);
  --va-border-soft: rgba(0, 0, 0, 0.05);
  --va-accent: #4D65FF;
  --va-accent-hover: #3A52E8;
  --va-accent-dim: rgba(77, 101, 255, 0.10);
  --va-accent-ring: rgba(77, 101, 255, 0.25);
  --va-green: #16A34A;
  --va-green-dim: rgba(22, 163, 74, 0.12);
  --va-green-ring: rgba(22, 163, 74, 0.30);
  --va-red: #DC2626;
  --va-red-dim: rgba(220, 38, 38, 0.10);
  --va-amber: #D97706;
  --va-amber-dim: rgba(217, 119, 6, 0.12);
  --va-sky: #0EA5E9;
  --va-sky-dim: rgba(14, 165, 233, 0.12);
  --va-agent-accent: #4D65FF;
  --va-agent-bg: rgba(77, 101, 255, 0.08);
  --va-client-accent: #16A34A;
  --va-client-bg: rgba(22, 163, 74, 0.08);
  --va-text: #111827;
  --va-text-muted: #6B7280;
  --va-text-dim: #9CA3AF;
  --va-text-1: var(--va-text);
  --va-text-2: var(--va-text-muted);
  --va-text-3: var(--va-text-dim);
  --va-surface-1: var(--va-surface);
  --va-blue: var(--va-accent);
  --va-error: var(--va-red);
  --va-success: var(--va-green);
  --va-success-dim: var(--va-green-dim);
  --va-success-ring: var(--va-green-ring);
  --va-radius: var(--va-radius-md);
  --va-font-sans: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --va-font-mono: 'IBM Plex Mono', 'Fira Code', monospace;
  --va-text-xs: 0.625rem;
  --va-text-sm: 0.75rem;
  --va-text-base: 0.875rem;
  --va-text-md: 1rem;
  --va-text-lg: 1.25rem;
  --va-text-xl: 1.5rem;
  --va-text-2xl: 2rem;
  --va-space-1: 0.25rem;
  --va-space-2: 0.5rem;
  --va-space-3: 0.75rem;
  --va-space-4: 1rem;
  --va-space-5: 1.25rem;
  --va-space-6: 1.5rem;
  --va-space-8: 2rem;
  --va-space-10: 2.5rem;
  --va-space-12: 3rem;
  --va-radius-sm: 4px;
  --va-radius-md: 6px;
  --va-radius-lg: 10px;
  --va-radius-xl: 14px;
  --va-radius-pill: 9999px;
  --va-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --va-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
  --va-shadow-glow: 0 0 20px rgba(77, 101, 255, 0.20);
  --va-shadow-glow-green: 0 0 20px rgba(22, 163, 74, 0.15);
  --va-transition: 0.18s ease;
  --va-transition-slow: 0.35s ease;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
  color-scheme: light;
  --bg: #f4f7fb;
  --card: rgba(255, 255, 255, 0.96);
  --border: rgba(18, 28, 45, 0.08);
  --text: #152033;
  --muted: #60708a;
  --accent: #3f63ff;
  --accent-soft: #eef2ff;
  --danger: #c93d4b;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0px;
  display: grid;
  place-items: center;
  min-height: 100vh;
  background: radial-gradient(circle at top, rgba(63, 99, 255, 0.14), transparent 32%), linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%);
  color: var(--text);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  padding: 24px;
}
.shell {
  position: relative;
  display: grid;
  width: min(100%, 340px);
  min-height: 200px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(17, 24, 39, 0.08);
  grid-template-rows: 0.7fr 0.6fr;
}
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
.login-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}
.brand img {
  width: 104px;
  height: auto;
}
.google-button {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-weight: 500;
  border: 1px solid #dadce0;
  border-radius: 6px;
  padding: 10px 16px;
  gap: 8px;
  color: #1f2937;
  background: #ffffff;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.google-button:hover {
  background: #f8f9fa;
  border-color: #bcc0c4;
}
.google-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.google-button svg {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.google-mark-blue {
  fill: #4285f4;
}
.google-mark-green {
  fill: #34a853;
}
.google-mark-yellow {
  fill: #fbbc05;
}
.google-mark-red {
  fill: #ea4335;
}
.status, .error {
  position: absolute;
  text-align: center;
  left: 20px;
  right: 20px;
  bottom: 12px;
  min-height: 20px;
  font-size: 14px;
}
.error {
  color: var(--danger);
}
.status:empty, .error:empty {
  display: none;
}
@media (max-width: 480px) {
  .shell {
    padding: 16px;
    border-radius: 20px;
    min-height: 190px;
  }
  .status, .error {
    left: 18px;
    right: 18px;
  }
}
