.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-card{width:100%;max-width:360px;background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 4px 20px #00000014}.login-card h1{margin:0 0 8px;font-size:20px;font-weight:700;color:#333;text-align:center}.login-desc{margin:0 0 24px;font-size:13px;color:#888;text-align:center;line-height:1.5}.login-form input{width:100%;height:48px;padding:0 16px;margin-bottom:12px;border:1px solid #e0e0e0;border-radius:10px;font-size:16px;outline:none}.login-form input:focus{border-color:#ff6b9d}.login-form input::placeholder{color:#aaa}.login-error{margin:0 0 12px;font-size:13px;color:#e74c3c;text-align:center}.login-form button{width:100%;height:48px;border:none;border-radius:10px;background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;font-size:16px;font-weight:600;cursor:pointer}.login-form button:disabled{opacity:.7;cursor:not-allowed}.home-page{min-height:100vh;padding:24px 20px 40px}.home-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.home-header h1{margin:0;font-size:18px;font-weight:700;color:#333}.profile-link{font-size:14px;color:#ff6b9d;text-decoration:none;font-weight:500}.home-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #0000000f}.home-hint{margin:0 0 20px;font-size:14px;color:#666;line-height:1.6}.home-file-input{position:absolute;width:0;height:0;opacity:0;overflow:hidden}.home-upload-btn{display:block;width:100%;height:48px;line-height:48px;text-align:center;border-radius:10px;background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;font-size:15px;font-weight:600;cursor:pointer}.home-upload-btn.disabled{opacity:.7;cursor:not-allowed;pointer-events:none}.home-message{margin:16px 0 0;font-size:14px;text-align:center}.home-message.success{color:#27ae60;font-weight:500}.home-message.error{color:#e74c3c}.profile-page{min-height:100vh;padding:24px 20px 40px}.profile-loading{text-align:center;color:#888;padding:40px 0}.profile-header{margin-bottom:24px}.profile-back{display:inline-block;margin-bottom:8px;font-size:14px;color:#ff6b9d;text-decoration:none}.profile-header h1{margin:0;font-size:18px;font-weight:700;color:#333}.profile-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #0000000f}.profile-label{display:block;margin-bottom:6px;font-size:13px;color:#666}.profile-input{width:100%;height:44px;padding:0 14px;margin-bottom:16px;border:1px solid #e0e0e0;border-radius:10px;font-size:15px;outline:none}.profile-input:focus{border-color:#ff6b9d}.profile-msg{margin:0 0 12px;font-size:13px}.profile-msg.success{color:#27ae60}.profile-msg.error{color:#e74c3c}.profile-submit{width:100%;height:46px;border:none;border-radius:10px;background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;font-size:15px;font-weight:600;cursor:pointer;margin-bottom:24px}.profile-submit:disabled{opacity:.7;cursor:not-allowed}.profile-logout{width:100%;height:44px;border:1px solid #e0e0e0;border-radius:10px;background:#fff;color:#666;font-size:14px;cursor:pointer}.profile-logout:hover{background:#f8f8f8}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:#f5f5f5;min-height:100vh}#root{min-height:100vh}
