.auth-card{display:grid;grid-template-columns:1fr 1fr;max-width:min(90vw,1600px);width:100%;height:675px;max-height:calc(100vh - 180px);min-height:675px;border-radius:24px;overflow:hidden;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out}.auth-card,.auth-card--dark{background-color:var(--card);box-shadow:none}.auth-card__form-panel{padding:30px;max-height:100%;display:flex;flex-direction:column;overflow:visible;background-color:var(--card)}.auth-card__form-panel,.auth-card__image-panel{height:100%;transition:background-color .2s ease-in-out}.auth-card__image-panel{position:relative;overflow:hidden;width:100%;background-color:var(--muted)}.auth-card__image-container{position:relative;width:100%;height:100%;min-height:100%;flex-shrink:0}.auth-card__image{object-fit:cover;object-position:center;width:100%;height:100%;transition:opacity .3s ease-in-out}@media (max-width:768px){.auth-card{grid-template-columns:1fr;grid-template-rows:200px 1fr;height:600px;max-height:calc(100vh - 160px);min-height:600px;max-width:min(95vw,600px);border-radius:16px}.auth-card__form-panel{padding:30px;height:100%;max-height:100%}.auth-card__image-panel{order:-1;height:250px}}@media (max-width:480px){.auth-card{border-radius:12px;height:550px;max-height:calc(100vh - 140px);min-height:550px;grid-template-rows:180px 1fr;max-width:100vw}.auth-card__form-panel{padding:20px;height:100%;max-height:100%}.auth-card__image-panel{height:180px}}@media (min-width:1440px){.auth-card{max-width:min(85vw,1600px);height:675px;max-height:calc(100vh - 200px);min-height:675px}.auth-card__form-panel{padding:30px;height:100%;max-height:100%}}@media (prefers-contrast:high){.auth-card{border:2px solid var(--border)}.auth-card--dark{border-color:var(--border)}}@media (prefers-reduced-motion:reduce){.auth-card,.auth-card__form-panel,.auth-card__image,.auth-card__image-panel{transition:none}}@media print{.auth-card{box-shadow:none;border:1px solid #ccc}.auth-card__image-panel{display:none}.auth-card{grid-template-columns:1fr}}.auth-cta-container{display:flex;flex-direction:column;align-items:center;gap:.25rem}.auth-cta-button{display:inline-flex;align-items:center;justify-content:center;height:2rem;padding:0 .75rem;font-size:.875rem;font-weight:500;font-family:var(--font-dm-sans);white-space:nowrap;background-color:transparent;border:1px solid transparent;border-radius:.375rem;color:var(--foreground);transition:all .2s ease-in-out;cursor:pointer;outline:none;text-decoration:none;user-select:none;-webkit-user-select:none}.auth-cta-button[data-hovered=true]{background-color:var(--accent);border-color:var(--border);color:var(--accent-foreground)}.auth-cta-button[data-focused=true]{outline:2px solid var(--ring);outline-offset:2px;border-color:var(--ring)}.auth-cta-button[data-pressed=true]{background-color:var(--accent);border-color:var(--border);transform:translateY(1px)}.auth-cta-button[data-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.auth-value-prop{font-size:.75rem;font-weight:400;color:var(--muted-foreground);margin:0;text-align:center;line-height:1}.dark .auth-cta-button{color:var(--foreground)}.dark .auth-cta-button[data-hovered=true]{background-color:var(--accent);border-color:var(--border);color:var(--accent-foreground)}@media (prefers-contrast:high){.auth-cta-button{border-color:var(--foreground)}.auth-cta-button[data-hovered=true]{background-color:var(--foreground);color:var(--background);border-color:var(--foreground)}.auth-value-prop{color:var(--foreground)}}@media (prefers-reduced-motion:reduce){.auth-cta-button{transition:none}.auth-cta-button[data-pressed=true]{transform:none}}@media (max-width:768px){.auth-cta-button{height:2.25rem;padding:0 1rem;font-size:.875rem}.auth-value-prop{font-size:.75rem}}.auth-cta-button:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-color:var(--ring)}.homepage-header .auth-cta-container{align-items:flex-end}.auth-cta-container.center{align-items:center}.auth-cta-container.left{align-items:flex-start}.auth-cta-container.right{align-items:flex-end}