.logout-form{margin:0}.logout-form button{border:0;cursor:pointer;font:inherit}.auth-shell{display:grid;place-items:center;min-height:520px}.auth-card{width:min(100%,480px);padding:34px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.auth-card h1{margin:5px 0 4px;color:var(--blue);font-size:36px}.auth-intro{margin:0 0 24px;color:var(--muted)}.auth-form{display:grid;gap:17px}.auth-form label,.auth-form label>span{display:grid;gap:7px}.auth-form label>span{display:block;color:var(--blue);font-weight:750}.auth-form input{width:100%;height:48px;padding:0 14px;border:1px solid #cbd9d2;border-radius:12px;background:#fbfdfc;color:var(--ink);font:inherit;outline:none}.auth-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(8,116,67,.12)}.auth-form label small{color:var(--muted);font-weight:400}.auth-form .button{width:100%;border:0;cursor:pointer;font:inherit}.form-alert{margin-bottom:18px;padding:13px 15px;border:1px solid #efb9b9;border-radius:12px;background:#fff1f1;color:#a52626}.form-alert ul{margin:0;padding-left:20px}.auth-switch{margin:21px 0 0;text-align:center;color:var(--muted)}.auth-switch a{color:var(--green);font-weight:750}.profile-shell{max-width:760px;margin-inline:auto}.profile-card{display:flex;align-items:center;gap:20px;padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.profile-card h1{margin:4px 0 0;color:var(--blue);font-size:32px}.profile-card p{margin:0;color:var(--muted)}.profile-avatar{width:76px;height:76px;font-size:30px}.profile-details{display:grid;grid-template-columns:1fr 1fr;gap:1px;overflow:hidden;margin:18px 0 0;border:1px solid var(--line);border-radius:17px;background:var(--line)}.profile-details div{padding:18px;background:#fff}.profile-details dt{color:var(--muted);font-size:12px;font-weight:750;text-transform:uppercase}.profile-details dd{margin:4px 0 0;color:var(--blue);font-weight:700}@media(max-width:600px){.auth-shell{min-height:auto}.auth-card{padding:24px 19px}.profile-card{align-items:flex-start;padding:21px}.profile-avatar{width:58px;height:58px;font-size:24px}.profile-details{grid-template-columns:1fr}}
