.auth-shell{font-family:var(--font-display);background-color:var(--color-cream-1);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.auth-shell .font-display{font-family:var(--font-display)}.auth-shell .form-card{border-radius:2rem}.auth-shell .input,.auth-shell .btn-outline,.auth-shell .btn-cta{border-radius:1rem}.auth-shell .btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:.875rem 2rem;background:var(--color-accent);color:#fff;border:none;font-weight:600;font-size:.9375rem;cursor:pointer;position:relative;overflow:hidden;transition:background-color .3s cubic-bezier(.16,1,.3,1)}.auth-shell .btn-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.12),transparent);opacity:0;transition:opacity .3s ease}.auth-shell .btn-cta:hover{background:#e05a1f}.auth-shell .btn-cta:hover:before{opacity:1}.auth-shell .checkbox:checked{border-color:var(--color-accent)!important;background-color:var(--color-accent)!important;color:#fff!important;--chkbg: var(--color-accent) !important;--chkfg: #ffffff !important}.auth-shell .illustration-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;position:relative}.auth-shell .illustration-card{border-radius:1rem;overflow:hidden;aspect-ratio:3 / 4;border:2.5px solid var(--color-blue-dark-4);background:linear-gradient(180deg,#87ceeb,#b8e6f0);position:relative}.auth-shell .illustration-card:nth-child(odd){transform:translateY(-1.5rem)}.auth-shell .illustration-card:nth-child(2n){transform:translateY(1.5rem)}.auth-shell .illustration-card:before{content:"";position:absolute;inset:0;border:6px solid var(--color-blue-dark-4);border-radius:inherit;pointer-events:none;z-index:2}.auth-shell .illustration-card:after{content:"";position:absolute;top:0;left:50%;width:3px;height:100%;background:var(--color-blue-dark-4);transform:translate(-50%);z-index:2}.auth-shell .window-scene{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1}.auth-shell .cloud{position:absolute;background:#fff;border-radius:9999px;opacity:.9}.auth-shell .cloud:before,.auth-shell .cloud:after{content:"";position:absolute;background:#fff;border-radius:9999px}.auth-shell .cloud-1{width:60px;height:20px;animation:auth-float-cloud 8s ease-in-out infinite}.auth-shell .cloud-1:before{width:25px;height:25px;top:-12px;left:8px}.auth-shell .cloud-1:after{width:35px;height:30px;top:-18px;right:6px}.auth-shell .cloud-2{width:45px;height:15px;animation:auth-float-cloud 10s ease-in-out infinite 2s}.auth-shell .cloud-2:before{width:20px;height:20px;top:-10px;left:5px}.auth-shell .cloud-2:after{width:28px;height:22px;top:-14px;right:4px}.auth-shell .cloud-3{width:50px;height:18px;animation:auth-float-cloud 12s ease-in-out infinite 4s}.auth-shell .cloud-3:before{width:22px;height:22px;top:-12px;left:6px}.auth-shell .cloud-3:after{width:30px;height:26px;top:-16px;right:5px}.auth-shell .sun{width:40px;height:40px;background:#f59e0b;border-radius:9999px;position:absolute;box-shadow:0 0 30px #f59e0b80;animation:auth-glow 4s ease-in-out infinite}@keyframes auth-float-cloud{0%,to{transform:translate(0)}50%{transform:translate(8px)}}@keyframes auth-glow{0%,to{box-shadow:0 0 30px #f59e0b66}50%{box-shadow:0 0 50px #f59e0bb3}}.auth-shell .input:focus{border-color:#203967!important;outline:none!important;box-shadow:0 0 0 2px #20396726!important}
