.profile{width:100%;border:0;background:transparent;color:white;text-align:left;cursor:pointer}.profile:hover{background:#234b3e;border-radius:9px;padding-left:8px;padding-right:8px}.profile>span{overflow:hidden}.profile>span img{width:100%;height:100%;object-fit:cover}.account-layer{position:fixed;inset:0;z-index:50;background:#10251d70;display:grid;place-items:center;padding:18px}.account-layer.hidden{display:none}.account-modal{width:min(470px,96vw);max-height:94vh;overflow:auto;background:white;border-radius:18px;padding:26px;box-shadow:0 24px 70px #10251d42}.account-head{display:flex;justify-content:space-between;align-items:start}.account-head small{color:var(--green);letter-spacing:1.5px}.account-head h2{font:28px Georgia,"Microsoft YaHei UI",serif;margin:5px 0}.account-close{border:0;background:#edf2ef;border-radius:50%;width:36px;height:36px;font-size:20px;cursor:pointer}.auth-tabs{display:flex;border-bottom:1px solid var(--line);margin:18px 0}.auth-tabs button{flex:1;border:0;background:none;padding:11px;color:var(--muted);cursor:pointer}.auth-tabs button.active{color:var(--green);font-weight:700;border-bottom:2px solid var(--green)}.auth-pane{display:none}.auth-pane.show{display:block}.field{display:block;margin:13px 0;color:var(--muted);font-size:12px}.field input{display:block;width:100%;margin:6px 0 0;padding:11px}.code-row{display:grid;grid-template-columns:1fr auto;gap:8px}.code-row button,.primary-auth{border:0;background:var(--green);color:white;border-radius:8px;padding:10px 14px;cursor:pointer}.primary-auth{width:100%;margin-top:5px}.auth-note{font-size:11px;color:var(--muted);line-height:1.6;margin-top:12px}.social-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.social-btn{border:1px solid var(--line);background:white;border-radius:10px;padding:18px 12px;cursor:pointer;font-weight:700}.social-btn.wechat{color:#1a9c4a}.social-btn.qq{color:#2787d9}.social-btn span{display:block;font-size:25px;margin-bottom:7px}.auth-message{min-height:18px;color:#b05245;font-size:11px;margin:8px 0}.profile-edit{display:none}.profile-edit.show{display:block}.avatar-edit{display:flex;align-items:center;gap:14px;background:#f3f6f4;padding:14px;border-radius:10px}.avatar-preview{width:64px;height:64px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center;font-size:24px;overflow:hidden}.avatar-preview img{width:100%;height:100%;object-fit:cover}.avatar-edit label{border:1px solid var(--green);color:var(--green);padding:8px 11px;border-radius:7px;cursor:pointer;font-size:12px}.avatar-edit input{display:none}.account-actions{display:flex;gap:9px;margin-top:17px}.account-actions button{flex:1;border:1px solid var(--green);background:white;color:var(--green);padding:10px;border-radius:8px;cursor:pointer}.account-actions .save-profile{background:var(--green);color:white}.preview-badge{display:inline-block;background:#fff4df;color:#9a6834;font-size:10px;padding:4px 7px;border-radius:10px;margin-top:5px}
