.auth-page{min-height:100vh;background:linear-gradient(135deg,#f8f8f6 0%,#fff 55%,#f4f1e9 100%);display:flex;align-items:center;justify-content:center;padding:32px 16px}.auth-shell{width:100%;max-width:980px;display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid #e7e2d8;border-radius:24px;overflow:hidden;box-shadow:0 22px 60px rgba(35,32,25,.10)}.auth-brand{padding:48px;background:#f5f2eb;display:flex;flex-direction:column;justify-content:center}.auth-brand .eyebrow{color:#8c6e37}.auth-brand h1{font-size:42px;line-height:1.15;margin:12px 0}.auth-brand p{color:#666;line-height:1.8}.auth-points{margin-top:25px;display:grid;gap:13px}.auth-point{display:flex;gap:12px;align-items:center;font-size:14px}.auth-point b{display:block}.auth-point span{width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #ded8cb;display:grid;place-items:center;color:#9a7a3b}.auth-form{padding:48px}.auth-form h2{margin:0 0 8px;font-size:30px}.auth-form .sub{margin:0 0 26px;color:#777}.auth-field{margin-bottom:16px}.auth-field label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.auth-field input{width:100%;padding:13px 14px;border:1px solid #d8d5cf;border-radius:10px;font:inherit;outline:none}.auth-field input:focus{border-color:#a68850;box-shadow:0 0 0 3px rgba(166,136,80,.10)}.auth-actions{margin-top:22px}.auth-actions .btn{width:100%;padding:13px 18px;font-size:15px}.auth-link{text-align:center;margin:18px 0 0;font-size:13px;color:#777}.auth-link a{color:#80632f;text-decoration:none;font-weight:700}.auth-alert{padding:11px 13px;border-radius:9px;margin-bottom:18px;background:#fff4e7;color:#76501e;font-size:13px}.auth-back{position:fixed;top:18px;left:20px;text-decoration:none;color:#555;font-size:13px}.member-shell{max-width:1100px;margin:35px auto;padding:0 18px}.member-head{background:#fff;border:1px solid #e8e5df;border-radius:18px;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:15px}.member-head h1{margin:0 0 5px}.member-head p{margin:0;color:#777}.member-actions{display:flex;gap:8px;flex-wrap:wrap}.member-card{margin-top:18px;background:#fff;border:1px solid #e8e5df;border-radius:18px;padding:24px}.member-card h2{margin-top:0}.empty{padding:30px;text-align:center;color:#777;background:#fafafa;border-radius:12px}.member-table{width:100%;border-collapse:collapse}.member-table th,.member-table td{padding:13px 10px;border-bottom:1px solid #eee;text-align:left}.member-table th{font-size:12px;color:#777}.member-status{display:inline-block;padding:5px 10px;border-radius:999px;background:#f0eee9;font-size:12px}@media(max-width:760px){.auth-shell{grid-template-columns:1fr}.auth-brand{display:none}.auth-form{padding:32px 24px}.member-head{align-items:flex-start;flex-direction:column}.member-table{font-size:13px}.member-table th:nth-child(3),.member-table td:nth-child(3){display:none}}
.profile-toggle{display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer}.profile-toggle h2{margin:0}.profile-toggle .muted{font-size:13px}.profile-toggle .btn{white-space:nowrap}@media(max-width:760px){.profile-toggle{align-items:flex-start;flex-direction:column;width:100%}.profile-toggle .btn{width:100%;text-align:center}}
