.auth-page,.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px}.auth-card,.login-card{width:92%;max-width:420px;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:20px;box-shadow:0 16px 40px #1f3b6e1f;padding:28px}.auth-brand{font-size:12px;letter-spacing:.16em;color:#5b7bb2;text-align:center;margin-bottom:6px}.login-title,.auth-title{font-size:22px;color:var(--text);margin-bottom:8px;text-align:center;font-weight:700}.form-group{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.input{border:1px solid var(--border);border-radius:10px;padding:11px 12px;transition:border-color .2s,box-shadow .2s;width:100%}.input:disabled{background:#f3f4f6;color:#94a3b8}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb29}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:10px;background:var(--primary);color:#fff;font-weight:600;cursor:pointer;transition:background-color .2s,color .2s,box-shadow .2s,opacity .2s;border:0;text-decoration:none;white-space:nowrap}.auth-card .button,.login-card .button,.form-group .button{width:100%}.button:hover,.button:focus{background:var(--primary-hover);color:#fff;text-decoration:none}a.button,a.button:hover,a.button:focus,a.button:visited{color:#fff;text-decoration:none}.button:disabled{opacity:.65;cursor:not-allowed}.button:active{transform:translateY(.5px)}.helper{margin-top:12px;text-align:center;font-size:13px;color:var(--muted)}.helper.error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:8px 10px}.success-icon{width:64px;height:64px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;margin:8px auto}.success-title{text-align:center;font-size:18px;color:#0f172a;margin-top:8px;font-weight:700}.success-subtitle{text-align:center;font-size:13px;color:#64748b;margin-top:6px}.actions{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:13px;color:var(--muted)}.actions-row{margin-top:12px;display:flex;align-items:center;gap:12px}.actions-row .button{flex:1}.subtitle{margin-bottom:14px;text-align:center;font-size:13px;color:var(--muted)}.actions a{color:var(--primary)}.actions a:hover{color:var(--primary-hover);text-decoration:underline}.sep{color:var(--border)}.button-ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.button.button-ghost:hover,.button.button-ghost:focus{background:#eef2ff;color:var(--text)}.brand-logo{height:40px;display:block;margin:0 auto}.remember{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.remember input{width:16px;height:16px}.auth-divider{display:flex;align-items:center;gap:10px;margin:14px 0;color:#94a3b8;font-size:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.login-avatar-wrap{display:flex;justify-content:center;margin:8px auto}.me-shell{max-width:880px;margin:0 auto;padding:28px 16px 56px}.me-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding:14px 18px;background:#ffffffe0;border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 24px #1f3b6e0f}.me-brand{display:flex;align-items:center;gap:12px}.me-logo{height:32px;display:block}.me-brand-name{font-size:15px;font-weight:700;letter-spacing:.02em}.me-brand-sub{font-size:12px;color:var(--muted);margin-top:1px}.me-topbar .button{width:auto}.me-tabs{display:flex;gap:4px;padding:4px;margin-bottom:16px;background:#ffffffb8;border:1px solid var(--border);border-radius:14px}.me-tab{padding:9px 16px;border-radius:10px;color:var(--muted);font-weight:600;text-decoration:none;transition:background-color .15s,color .15s}.me-tab:hover{color:var(--text);background:#2563eb0f;text-decoration:none}.me-tab.active{background:#fff;color:var(--primary);box-shadow:0 1px 4px #0f172a14}.me-card{background:#ffffffeb;border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:0 10px 28px #1f3b6e0f}.me-header{display:flex;align-items:flex-start;gap:20px}.me-avatar{display:flex;flex-direction:column;align-items:center;gap:10px}.me-avatar .button{width:auto}.me-info{display:grid;grid-auto-rows:max-content;gap:8px;padding-top:8px;min-width:0;flex:1}.me-title-row{display:flex;align-items:center;gap:8px}.me-title-row button{flex:0 0 auto;width:auto}.me-username{font-size:22px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.me-snow{font-size:13px;color:var(--muted);font-variant-numeric:tabular-nums}.me-row{display:flex;align-items:center;gap:10px;margin-top:4px}.me-birth{display:inline-flex;align-items:center;gap:8px}.me-birth .button{width:auto}.me-section-title{font-size:16px;font-weight:700;margin:8px 0}.me-accounts{margin-top:8px}.me-account-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.me-account-row{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fff}.me-account-value{flex:1;min-width:0;word-break:break-all}.me-tag{flex:0 0 auto;font-size:12px;font-weight:600;color:#1d4ed8;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;padding:2px 8px}.me-panel{padding:16px 0;border-bottom:1px solid var(--border)}.me-panel:first-child{padding-top:0}.me-panel:last-of-type{border-bottom:0;padding-bottom:0}.me-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.me-panel-title{font-size:16px;font-weight:700}.me-panel .button{width:auto}.me-badge{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600;background:#f1f5f9;color:#475569}.me-badge.ok{background:#ecfdf5;color:#047857}.me-badge.bad{background:#fef2f2;color:#b91c1c}.button-sm{padding:6px 10px;font-size:12px}.button-secondary{background:#f8fafc;color:var(--text);border:1px solid var(--border)}.button.button-secondary:hover,.button.button-secondary:focus{background:#eef2ff;color:var(--text);border-color:#bfdbfe}.button-danger{background:#dc2626;color:#fff}.button-ghost{background:transparent;color:var(--text);border:1px solid transparent}.button.button-ghost:hover,.button.button-ghost:focus{background:#e5e7eb;color:var(--text)}.button-ghost:active{background:#d1d5db}.me-setting-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.me-setting-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:#fff}.me-setting-name{font-weight:600}.me-setting-aside{display:flex;align-items:center;gap:10px;flex:0 0 auto}.me-setting-aside .button{width:auto}.me-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.me-modal-backdrop.layer-2{z-index:1100;background:#0f172a8c}.me-modal{width:380px;max-width:100%;background:#fff;border-radius:16px;box-shadow:0 16px 40px #0003;padding:18px 18px 16px;display:flex;flex-direction:column;max-height:min(80vh,720px)}.me-modal-wide{width:520px}.me-modal-title{font-weight:700;font-size:16px;margin-bottom:10px}.me-modal-body{overflow:auto;min-height:0;flex:1}.me-modal-actions{display:flex;gap:12px;margin-top:14px;justify-content:flex-end}.me-modal-actions .button{width:auto;min-width:88px;flex:0 0 auto}.me-crop-area{position:relative;width:300px;height:300px;margin:0 auto;background:#f3f4f6}.me-slider{display:flex;align-items:center;gap:8px;margin-top:12px}.me-warning{background:#fff7ed;border:1px solid #fb923c;color:#7c2d12;padding:12px 14px;border-radius:10px;margin-bottom:16px;line-height:1.55}.me-narrow-360{max-width:360px}.me-narrow-420{max-width:420px}.me-field{margin-bottom:8px}.me-links{display:flex;flex-direction:column;gap:4px;margin-top:8px}.me-link{color:var(--text);text-decoration:none;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:10px 12px;border-radius:10px;transition:background-color .15s ease,color .15s ease}.me-link:hover{color:var(--primary);text-decoration:none;background-color:#2563eb14}.me-link-danger{color:#dc2626}.me-link-arrow{margin-left:4px;color:var(--muted)}.me-inline{display:inline-block}.me-helper{font-size:13px;color:var(--muted);margin-top:6px;text-align:left;line-height:1.5}.me-empty{font-size:13px;color:var(--muted);padding:12px 0}.me-status{margin-top:4px;font-size:13px;color:var(--text)}.me-passkey-list{display:flex;flex-direction:column;gap:8px;margin-top:4px}.me-passkey-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fff}.me-passkey-name{font-weight:600}.me-passkey-item .button{width:auto}.me-passkey-add{display:flex;gap:8px;align-items:center;margin-top:12px;max-width:100%}.me-passkey-add .input{flex:1;min-width:0}.me-passkey-add .button{width:auto;flex:0 0 auto}.me-field-label{font-size:13px;font-weight:600;margin-bottom:6px}.me-name-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 4px}.me-chip{border:1px solid var(--border);background:#f8fafc;color:var(--text);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;cursor:pointer;width:auto}button.me-chip,button.me-chip:hover,button.me-chip:focus{width:auto;background:#f8fafc;color:var(--text);box-shadow:none}button.me-chip:hover,button.me-chip:focus{background:#eef2ff;border-color:#bfdbfe;color:var(--text)}button.me-chip.active,button.me-chip.active:hover,button.me-chip.active:focus{background:#eff6ff;border-color:#2563eb;color:#1d4ed8}.me-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:12px}.me-table{width:100%;border-collapse:collapse;background:#fff}.me-table th,.me-table td{padding:11px 14px;border-bottom:1px solid var(--border);text-align:left;white-space:nowrap}.me-table thead th{background:#f8fafc;font-weight:700;font-size:13px;color:#475569}.me-table tbody tr:last-child td{border-bottom:0}.me-table tbody tr:hover{background:#f8fafc}.me-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:14px}.me-page-info{font-size:13px;color:var(--muted)}.me-page-actions{display:flex;align-items:center;gap:8px}.me-page-actions .button{width:auto;min-width:88px;padding:8px 14px;flex:0 0 auto;white-space:nowrap}.me-page-actions .button:disabled{opacity:.45;cursor:not-allowed}.me-page-size{width:auto}.me-openid-result{margin-top:16px;padding:12px 14px;border:1px dashed var(--border);border-radius:12px;background:#f8fafc}.me-openid-result code{display:block;margin-top:6px;word-break:break-all;font-size:13px}.label{font-size:13px;color:var(--muted)}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#0f172a;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,p{margin:0}ul,ol{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}img,svg,video{display:block;max-width:100%}:root{--primary:#2563eb;--primary-hover:#1d4ed8;--text:#0f172a;--muted:#64748b;--border:#e5e7eb;--surface:#ffffff;--bg-start:#eff6ff;--bg-mid:#f8fbff;--bg-end:#dbeafe}html{background:var(--bg-end)}body{min-height:100vh;background:radial-gradient(1200px 600px at 10% -10%,#dbeafe 0%,transparent 50%),linear-gradient(135deg,var(--bg-start),var(--bg-mid) 40%,var(--bg-end));background-attachment:fixed;color:var(--text)}a{color:var(--primary)}a:hover{color:var(--primary-hover);text-decoration:underline}a.button,a.button:visited{color:#fff;text-decoration:none}a.button:hover,a.button:focus{color:#fff;text-decoration:none}button{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:8px;background:var(--primary);color:#fff;font-weight:600;border:0;cursor:pointer;transition:background-color .2s,box-shadow .2s}button:hover{background:var(--primary-hover)}button:active{transform:translateY(.5px)}input,select,textarea{border:1px solid var(--border);border-radius:8px;padding:10px 12px;transition:border-color .2s,box-shadow .2s;background:#fff}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb33;outline:none}h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}h4{font-size:16px}.page{min-height:100vh}.user-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background:#e5e7eb;color:#9ca3af;flex:0 0 auto;border:1px solid #e5e7eb}.user-avatar img{width:100%;height:100%;object-fit:cover;display:block}.user-avatar svg{width:56%;height:56%;fill:currentColor}.password-field{position:relative;width:100%}.password-field .input,.password-field input{padding-right:44px;width:100%}.password-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:32px;height:32px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--muted);box-shadow:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.password-toggle:hover{background:#0f172a0f;color:var(--text)}.password-toggle:active{transform:translateY(-50%)}.password-toggle:disabled{opacity:.5;cursor:not-allowed}
