.auth-wrap{background:var(--background);justify-content:center;align-items:center;min-height:100dvh;padding:2rem 1.25rem;display:flex}.auth-card{background:#fffdf8;border:1px solid #e7e1d4;border-radius:20px;width:100%;max-width:30rem;padding:2.5rem 2.25rem;box-shadow:0 12px 40px #2c2a2612}.auth-brand{align-items:center;gap:.6rem;margin-bottom:1.75rem;display:flex}.auth-brand img{width:auto;height:40px}.auth-title{font-family:var(--font-serif), Georgia, serif;color:var(--foreground);margin:0 0 .4rem;font-size:1.85rem;font-weight:600;line-height:1.2}.auth-sub{color:#5c574e;margin:0 0 1.75rem;font-size:1.05rem;line-height:1.5}.auth-field{margin-bottom:1.15rem}.auth-label{color:var(--foreground);margin-bottom:.45rem;font-size:1.05rem;font-weight:600;display:block}.auth-input{width:100%;color:var(--foreground);background:#fff;border:2px solid #d8d1c2;border-radius:12px;padding:.85rem 1rem;font-size:1.15rem}.auth-input:focus{outline-offset:1px;border-color:#b98a3e;outline:3px solid #b98a3e}.auth-btn{cursor:pointer;color:#fff;background:#b98a3e;border:none;border-radius:12px;width:100%;padding:.95rem 1rem;font-size:1.2rem;font-weight:600;transition:background .15s}.auth-btn:hover{background:#a3762f}.auth-btn:disabled{opacity:.6;cursor:progress}.auth-btn-google{width:100%;color:var(--foreground);cursor:pointer;background:#fff;border:2px solid #d8d1c2;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1rem;font-size:1.1rem;font-weight:600;display:flex}.auth-btn-google:hover{background:#f6f2ea}.auth-alt{flex-direction:column;gap:.75rem;display:flex}.auth-btn-guest{color:#5c574e;cursor:pointer;background:#fbf8f1;border:2px dashed #cfc6b4;border-radius:12px;width:100%;padding:.85rem 1rem;font-size:1.1rem;font-weight:600}.auth-btn-guest:hover{background:#f4efe4;border-color:#b98a3e}.auth-btn-guest:disabled{opacity:.6;cursor:progress}.auth-divider{color:#8a8377;align-items:center;gap:.75rem;margin:1.5rem 0;font-size:.95rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e1dacb;flex:1;height:1px}.auth-msg{border-radius:12px;margin-bottom:1.25rem;padding:.85rem 1rem;font-size:1rem;line-height:1.5}.auth-msg-error{color:#8a2b2b;background:#fbecec;border:1px solid #e7b8b8}.auth-msg-ok{color:#2f5a26;background:#eef6ec;border:1px solid #bcd9b4}.auth-foot{text-align:center;color:#5c574e;margin-top:1.75rem;font-size:1.05rem}.auth-foot a{color:#a3762f;font-weight:600;text-decoration:underline}
