@layer components{.auth-root{background-color:var(--stone-950);grid-template-columns:1fr 1fr;min-height:100dvh;display:grid}@media (max-width:860px){.auth-root{grid-template-columns:1fr}}.auth-panel-brand{background-color:var(--stone-950);flex-direction:column;justify-content:space-between;min-height:100dvh;padding:2.5rem;display:flex;position:relative;overflow:hidden}@media (max-width:860px){.auth-panel-brand{display:none}}.auth-panel-brand:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.auth-panel-brand:after{content:"";background:linear-gradient(to right,transparent 60%,var(--stone-950)100%);pointer-events:none;position:absolute;inset:0}.auth-brand-top{z-index:1;align-items:center;gap:.625rem;display:flex;position:relative}.auth-brand-dot{background-color:var(--sage-400);border-radius:50%;flex-shrink:0;width:8px;height:8px}.auth-brand-name{font-family:var(--font-heading),sans-serif;letter-spacing:-.04em;color:var(--stone-100);font-size:1.125rem;font-weight:700;line-height:1}.auth-notes-stack{z-index:1;flex:1;justify-content:center;align-items:center;padding:2rem 0;display:flex;position:relative}.auth-note-card{background:var(--stone-900);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #ffffff12;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;display:flex;position:absolute}.auth-note-card:first-child{opacity:.6;width:240px;top:10%;left:8%;transform:rotate(-2deg)}.auth-note-card:nth-child(2){opacity:.8;width:220px;top:30%;right:12%;transform:rotate(1.5deg)}.auth-note-card:nth-child(3){opacity:.5;width:260px;bottom:28%;left:5%;transform:rotate(1deg)}.auth-note-card:nth-child(4){opacity:.7;width:200px;bottom:10%;right:8%;transform:rotate(-1.5deg)}.auth-note-tag{letter-spacing:.07em;text-transform:uppercase;color:var(--sage-400);align-items:center;gap:.3rem;font-size:.65rem;font-weight:600;display:inline-flex}.auth-note-tag-dot{background-color:var(--sage-400);border-radius:50%;flex-shrink:0;width:5px;height:5px}.auth-note-text{color:var(--stone-300);font-size:.8125rem;line-height:1.5}.auth-note-meta{color:var(--stone-600);font-size:.7rem;font-family:var(--font-mono),monospace}.auth-brand-bottom{z-index:1;flex-direction:column;gap:1.25rem;display:flex;position:relative}.auth-brand-headline{font-family:var(--font-heading),sans-serif;letter-spacing:-.04em;color:var(--stone-100);font-size:clamp(1.75rem,2.5vw,2.375rem);font-weight:700;line-height:1.15}.auth-brand-headline em{color:var(--sage-400);font-style:normal}.auth-brand-tagline{color:var(--stone-500);max-width:28ch;font-size:.875rem;line-height:1.6}.auth-panel-form{background-color:var(--stone-50);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:2.5rem 2rem;display:flex;position:relative}.dark .auth-panel-form{background-color:var(--stone-900)}@media (max-width:860px){.auth-panel-form{background-color:var(--stone-950);padding:2rem 1.25rem}}.auth-page{background-color:var(--stone-50);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:2.5rem 2rem;display:flex;position:relative}.dark .auth-page{background-color:var(--stone-900)}.auth-content{flex-direction:column;gap:2rem;width:100%;max-width:360px;display:flex}.auth-wordmark{align-items:center;gap:.5rem;display:none}@media (max-width:860px){.auth-wordmark{display:flex}}.auth-wordmark-dot{background-color:var(--sage-400);border-radius:50%;flex-shrink:0;width:7px;height:7px}.auth-wordmark span{font-family:var(--font-heading),sans-serif;letter-spacing:-.04em;color:var(--stone-100);font-size:1.125rem;font-weight:700;line-height:1}.auth-headline{flex-direction:column;gap:.35rem;display:flex}.auth-headline p{font-family:var(--font-heading),sans-serif;letter-spacing:-.04em;color:var(--stone-900);font-size:1.75rem;font-weight:700;line-height:1.15}.dark .auth-headline p{color:var(--stone-50)}@media (max-width:860px){.auth-headline p{color:var(--stone-50)}}.auth-headline span{color:var(--stone-500);font-size:.875rem;line-height:1.5}@media (max-width:860px){.auth-headline span{color:var(--stone-400)}}.auth-form{flex-direction:column;gap:1.125rem;display:flex}.auth-field{flex-direction:column;gap:.4rem;display:flex}.auth-field label{color:var(--stone-600);letter-spacing:.005em;font-size:.8125rem;font-weight:500}.dark .auth-field label{color:var(--stone-400)}@media (max-width:860px){.auth-field label{color:var(--stone-400)}}.auth-field-header{justify-content:space-between;align-items:center;display:flex}.auth-field-header a{color:var(--stone-400);font-size:.75rem;text-decoration:none;transition:color .15s}.auth-field-header a:hover{color:var(--stone-700)}.auth-field input{width:100%;height:44px;color:var(--stone-900);border:1.5px solid var(--stone-200);border-radius:var(--radius-md);-webkit-appearance:none;background:#fff;outline:none;padding:0 .875rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.auth-field input::placeholder{color:var(--stone-400)}.auth-field input:focus{border-color:var(--stone-400);box-shadow:0 0 0 3px #78716c1a}.auth-field input:disabled{opacity:.5;cursor:not-allowed}.dark .auth-field input{color:var(--stone-100);background:#ffffff0a;border-color:#ffffff1a}.dark .auth-field input:focus{border-color:#ffffff38;box-shadow:0 0 0 3px #ffffff0a}@media (max-width:860px){.auth-field input{color:var(--stone-100);background:#ffffff0d;border-color:#ffffff1a}.auth-field input:focus{border-color:#ffffff38;box-shadow:0 0 0 3px #ffffff0a}.auth-field input::placeholder{color:var(--stone-600)}}.auth-password-wrap{position:relative}.auth-password-wrap input{padding-right:2.75rem}.auth-password-wrap button{color:var(--stone-400);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:color .15s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.auth-password-wrap button:hover{color:var(--stone-600)}.auth-error{color:var(--destructive);font-size:.75rem}.auth-submit{letter-spacing:-.01em;color:#fff;background-color:var(--sage-500);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;height:44px;margin-top:.5rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background-color .15s,transform .1s;display:flex}.auth-submit:hover:not(:disabled){background-color:var(--sage-600)}.auth-submit:active:not(:disabled){transform:scale(.98)}.auth-submit:disabled{opacity:.45;cursor:not-allowed}@media (max-width:860px){.auth-submit{background-color:var(--sage-500);color:#fff}.auth-submit:hover:not(:disabled){background-color:var(--sage-600)}}.auth-password-strength{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}.auth-strength-bar{background-color:var(--stone-200);border-radius:99px;height:2px;overflow:hidden}@media (max-width:860px){.auth-strength-bar{background-color:#ffffff14}}.auth-strength-fill{border-radius:99px;width:0%;height:100%;transition:width .3s,background-color .3s}.auth-strength-fill[data-strength=weak]{background-color:var(--destructive);width:33%}.auth-strength-fill[data-strength=medium]{background-color:var(--warning);width:66%}.auth-strength-fill[data-strength=strong]{background-color:var(--success);width:100%}.auth-strength-checks{flex-wrap:wrap;gap:.375rem .75rem;display:flex}.auth-check-item{color:var(--stone-400);align-items:center;gap:.25rem;font-size:.7rem;transition:color .15s;display:inline-flex}.auth-check-item[data-ok=true]{color:var(--success)}.auth-footer{color:var(--stone-500);text-align:center;font-size:.8125rem}.auth-footer a{color:var(--stone-700);font-weight:500;text-decoration:none;transition:color .15s}.auth-footer a:hover{color:var(--stone-900)}@media (max-width:860px){.auth-footer{color:var(--stone-500)}.auth-footer a{color:var(--sage-400)}.auth-footer a:hover{color:var(--sage-300)}}.auth-bg-mark{display:none}}
