*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#20231f;color:#20231f}body{font-family:Arial,sans-serif}.auth-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,430px);min-height:100vh}.auth-preview{min-width:0;padding:34px 38px 42px;overflow:hidden;background:#20231f;color:#f4f1e8}.auth-preview header{display:flex;align-items:flex-start;gap:18px;max-width:760px}.auth-mark{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;background:#d7f26a;color:#20231f;font:22px Georgia,serif}.auth-preview small,.auth-form small{color:#809dff;font-size:10px;text-transform:uppercase;letter-spacing:.14em}.auth-preview h1{margin:8px 0 7px;font:400 34px/1.05 Georgia,serif}.auth-preview p{margin:0;color:#b8bdb4;font:italic 14px/1.5 Georgia,serif}.preview-stage{position:relative;width:min(100%,1040px);height:calc(100vh - 185px);min-height:420px;margin:30px auto 0}.preview-stage figure{position:absolute;margin:0;overflow:hidden;border:1px solid #4a5047;background:#f4f1e8;box-shadow:0 24px 70px rgba(0,0,0,.32)}.preview-stage img{display:block;width:100%;height:100%;object-fit:cover;object-position:top left}.preview-primary{inset:0 8% 5% 0}.preview-secondary{right:0;bottom:0;width:48%;aspect-ratio:16/10;border-color:#809dff!important}.auth-form{display:flex;flex-direction:column;justify-content:center;gap:22px;padding:44px;background:#f4f1e8}.auth-form h2{margin:8px 0 18px;font:400 38px/1.05 Georgia,serif}.auth-form label{color:#666d63;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.auth-form input{display:block;width:100%;margin-top:8px;padding:13px;border:1px solid #b9b9af;background:#faf8f1;color:#20231f;font:17px Georgia,serif}.auth-form input:focus{outline:2px solid #3d5da8;outline-offset:2px}.auth-form button{padding:14px;border:0;background:#3d5da8;color:white}.auth-form>p{margin:0;color:#666d63;font-size:13px}.auth-form a{color:#3d5da8}.auth-error{padding:12px;border-left:3px solid #a44f49;background:#f3dfdc;color:#803d38!important}@media(max-width:820px){.auth-shell{display:flex;min-height:100vh;flex-direction:column}.auth-preview{padding:24px 22px 0}.auth-preview h1{font-size:28px}.preview-stage{height:240px;min-height:0;margin-top:22px}.preview-primary{inset:0 0 18px}.preview-secondary{display:none}.auth-form{flex:1;padding:32px 30px 42px}.auth-form h2{font-size:34px}}@media(max-width:430px){.auth-preview header{gap:12px}.auth-preview p{font-size:13px}.preview-stage{height:190px}.auth-form{padding:28px 24px 36px}}

button{cursor:pointer}button:disabled{cursor:not-allowed}.auth-mark{position:relative;overflow:hidden}.auth-mark::after{content:"";position:absolute;inset:-55% auto -55% -45%;width:28%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:limerance-auth-shimmer 5.2s ease-in-out infinite;pointer-events:none}@keyframes limerance-auth-shimmer{0%,66%{left:-45%;opacity:0}70%{opacity:1}88%,100%{left:125%;opacity:0}}@media(prefers-reduced-motion:reduce){.auth-mark::after{display:none;animation:none}}
